.whats_h2{
    color: #33B6E4;
	font-weight: bold;
    margin-bottom: 2.4rem;
}
@media (max-width: 767px){
.whats_h2 {
	text-align: center;
}
}
.box_whats {
	margin-left: 1.41243%;
}
.tbl01 {
	border-top: 1px solid #DCDADA !important;
    border-right: 1px solid #DCDADA !important;
}
.tbl01 td,
.tbl01 th {
	border-bottom: 1px solid #DCDADA !important;
    border-left: 1px solid #DCDADA !important;
    text-align: center;
}
.tbl01 th {
	color: #fff;
}
.tbl01 td>:last-child,
.tbl01 th>:last-child {
	margin-bottom: 0;
}
.tbl01 thead th,
.tbl01 tbody th{
	text-align: center;
}
.tbl01 th {
	background-color: #33B6E4 !important;
}
.tbl01 tr.stripe_blue {
	background: #E5F5FB;
}
.tbl01 tr.stripe_pink {
    background:#FFEBF8;
}
.tbl01 tr.stripe_yellow {
    background:#FFEFBE
}
.whats_btn_wrap {
    display: flex;
}
.whats_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    background-color: #33B6E4;
    transition: 0.4s;
	padding: 1.5rem 6rem;
}
.whats_btn:hover,
.whats_btn:focus {
    opacity:0.8;
	color: #ffffff;
}
.primary .primary_inner .hdg_l2_01 {
    color:#696868;
    border-color:#696868;
	display: flex;
    align-items: flex-end;
}
.primary .primary_inner .hdg_l2_01:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 7px;
    background: url(../img/icon_01.png) no-repeat;
    background-size: contain;
}
.mc_profile{
    padding: 30px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .mc_profile{
        padding: 20px;
        margin-bottom: 20px;
    }
}
.mc_profile.blue{
    background:#E5F5FB;
}
.mc_profile.pink{
    background:#FFEBF8;
}
.mc_profile.yellow{
    background:#FFEFBE
}
.mc_profile h3{
    color:#404040;
    font-size: 18px;
    margin-bottom: 0.5em;
}
@media (max-width: 767px) {
    .mc_profile h3{
        font-size: 16px;
    }
}

.mc_profile_body{
    display: flex;
}
@media (max-width: 767px) {
    .mc_profile_body{
        display: block;
    }
}

.mc_profile_body .pict img{
    width:100%;
    height: auto;
}
@media (max-width: 767px) {
    .mc_profile_body .pict{
        margin-bottom: 20px;
        margin-right: 2%;
    }
    .mc_profile_body .pict img{
        width:50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .mc_profile_body .text{
        width:70%;
    }
    .mc_profile_body .text a{
        color:inherit;
    }
    .mc_profile_body .pict{
        width:30%;
        margin-right: 2%;
    }
}