@charset "utf-8";

@media (min-width: 768px) {
    .honbun16{
        font-size: 1.8rem;
    }
}/*/pc-end*/



/*---------------------------------------
MV
---------------------------------------*/
.mv{
    background: #FEF6E6;
    padding-top: 20px;
}
.mv .conv_btn{
    margin-top: -60px;
    position: relative;
}
.mv .conv_btn a{
    width: 90%;
}
.mv .conv_btn .h24{
    position: absolute;
    top: -59px;
    left: 0;
    width: 98px;
}
@media (min-width: 768px) {
    .mv .logo{
        width: 620px;
        margin: 0 auto 40px;
    }
    .mv .flex_wrap{
        align-items: center;
    }
    .mv .main{
        width: 55%;
    }
    .mv .conv_btn a{
        width: 500px;
    }
    .mv .conv_btn {
        margin-top: 30px;
        background: #ffe8ce;
        padding: 30px 0;
    }
    .mv .conv_btn .h24{
        position: absolute;
        top: -40px;
        left: 10px;
        width: 118px;
    }
}/*/pc-end*/


/*---------------------------------------
吹き出し
---------------------------------------*/
.fukidashi {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 15px 0;
    width: 90%;
    background: #EBF4B7;
    border-radius: 90px;
    text-align: center;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EBF4B7;
}
.fukidashi p{
    font-weight: 700;
}
.fukidashi span{
    font-weight: 400;
    font-size: 1.3rem;
    display: block;
    margin-top: -1px;
}
@media (min-width: 768px) {
    .fukidashi{
        margin: -10px auto 43px;
        width: 60%;
    }
    .fukidashi p{
        font-size: 2rem;
    }
    .fukidashi span{
        font-size: 1.5rem;
    }
}/*/pc-end*/


/*---------------------------------------
装飾
---------------------------------------*/
.en,.en1,.en2{
    width: 100%;
}


/*---------------------------------------
科
---------------------------------------*/
.department{
    margin: 20px auto 0;
    position: relative;
}
.department .inner{
    position: relative;
    z-index: 2;    
}
.department:after{
    position: absolute;
    width: 100%;
    height: 38px;
    bottom: 0;
    left: 0;
    content: "";
    background: #fff;
    z-index: 1;
}
.department a{
    width: 23%;
    text-align: center;
    display: block;
    border: 3px solid #EBEBEB;
    padding: 5px 0;
    background: #fff;
}
.department a img{
    display: block;
    margin: 0 auto;
}
.department a p{
    font-size: 1.4rem;
    margin-top: 6px;   
}
@media (min-width: 768px) {
    .mv .department{
        flex: 1;
        margin-left: 60px;
    }
    .mv .department .flex{
        flex-wrap: wrap;
        width: 100%;
    }
    .mv .department .flex a{
        width: 49%;
        height: 140px;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        border-radius: 20px;
    }
    .department a img{
        width: 60px;
    }
    .department a p{
        font-size: 2rem;
        width: 100%;
    }
    .department:after{
        display: none;
    }
}/*/pc-end*/


/*---------------------------------------
お悩み
---------------------------------------*/
.sec1{
    margin-top: 50px;
}
.sec1 .en{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.sec1 .inner{
    width: 100%;
}
.sec1 .nayami3{
    margin-top: -10px;    
}
.sec1 .nayami1,
.sec1 .nayami3{
    position: relative;
    left: -38px;
}
.sec1 .nayami2,
.sec1 .nayami4{
    position: relative;
    right: -40px;
    margin-top: -21px;
    margin-left: auto;
}
.sec1 .illust{
    display: block;
    margin: 0 auto;  
    position: relative;
    z-index: -1;
}
@media (min-width: 768px) {
    .sec1 .onayami{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sec1 .nayami{
        width: 40%;
    }
    .sec1 .inner{
        width: 1000px;
    }
    .sec1 .nayami1, .sec1 .nayami3{
        position: static;
    }
    .sec1 .nayami2, .sec1 .nayami4{
        position: static;
        margin: 0;
    }
       .sec1 .nayami1{
        position: relative;
        left: 90px;
        top: 0px;
    }
    .sec1 .nayami2{
        position: relative;
        right: 0;
        top: 30px;
    }
    .sec1 .nayami3{
        left: 140px;
        position: relative;
        top: -20px;
    }
    .sec1 .nayami4{
        right: 140px;
        position: relative;
        top: 0px;
    }
}/*/pc-end*/

/*---------------------------------------
そんな忙しい人たちのために
---------------------------------------*/
.sec2{
    background: #eaf0d9;
    padding: 50px 0 80px;
}
.sec2 h2 img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.sec2 .flex{
    justify-content: flex-start;
    align-items: center;
}
.sec2 .point{
    background: #fff;
    border-radius: 25px;
    margin-top: 40px;   
}
.sec2 .point div{
    border-bottom: dotted 2px #D9D9D9;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
}
.sec2 .point div:last-child{
    border-bottom: none;
}
.sec2 .point div img{
    margin-left: -17px;
    margin-right: -14px;   
}
@media (min-width: 768px) {
    .sec2{
        padding: 50px 0 200px;
    }
    .sec2 h2 img{
        margin: 0 auto;
        width: 720px;
        max-width: 720px;
    }
    .sec2 .point div{
        width: 95%;
    }
    .sec2 .point p{
        font-size: 2rem;
    }
    .sec2 .point div img{
        margin-right: -4px;
    }
}/*/pc-end*/


/*---------------------------------------
オンライン診療について知る
---------------------------------------*/
.sec3{
    margin-top: -30px;
}
.sec3 .bg{
    background: #58AE74;
    padding-bottom: 40px;
}
.sec3 .bg_wt{
    background: #fff;
    border-radius: 40px;
    padding: 0 20px 0px;    
}
.sec3 .bg_wt .box{
    border-bottom: dotted 2px #D9D9D9;
    padding-bottom: 20px;
    padding-top: 20px;    
}
.sec3 .bg_wt .box:last-child{
    border-bottom: none;
}
.sec3 .bg_wt .box h3{
    text-align: center;
    font-size: 2.2rem;
    color: #1E8E43;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}
.sec3 .bg_wt .box h3 img{
    display: block;
    margin: 0 auto 7px;
    width: 50px;
}
.sec3 .bg_wt .box .more{
    width: 100%;
}
.sec3 h2 img{
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
}
@media (min-width: 768px) {
    .sec3{
        margin-top: -140px;
    }
    .sec3 h2 img{
        width: 580px;
        margin: 0 auto;
        position: relative;
        top: -40px;
    }
    .sec3 .bg_wt{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .sec3 .bg_wt .box{
        width: 50%;
        padding: 25px;
    }
    .sec3 .bg_wt .box:nth-child(odd){
        border-right: dotted 2px #D9D9D9;
    }
    .sec3 .bg_wt .box:nth-child(3){
        border-bottom: none;
    }
    .sec3 .bg_wt .box p{
        font-size: 1.8rem;
    }
    .sec3 .bg_wt .box .more{
        width: 100%;
        margin: 30px auto 0 !important;
    }
}/*/pc-end*/


/*---------------------------------------
graph
---------------------------------------*/
.sec4{
    overflow: visible;
    z-index: 1;
}
.sec4 .graph .graph_img{
    margin: -38px auto 0;
}
.sec4 .graph .txt{
    margin: -204px auto 0;
}
.sec4 .graph .bottomtxt{
    margin: 6px auto 0;
}
.sec4 .graph .txt p{
    font-weight: 400;
    text-align: center;
}
.sec4 .illust_txt{
    margin-top: 69px;
    position: relative;
    margin-bottom: 13px;
}
.sec4 .illust_txt .illust1{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.sec4 .illust_txt .illust2{
    position: absolute;
    bottom: -44px;
    right: -13px;
    z-index: -1;
}
.sec4 .illust_txt p{
    text-align: center;
    position: relative;
    top: -20px;   
}
.sec4 table{
    display: block;
    border-top: 1px solid #828282;
}
.sec4 tbody{
    display: block;
}
.sec4 .table h3{
    color: #1E8E43;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: -12px;
}
.sec4 .table tr{
    width: 100%;
    display: flex;
}
.sec4 .table tr.bg{
    background: #F4F9D7;
}
.sec4 .table th{
    font-size: 1.4rem;
    text-align: left;
    color: #4A4A4A;
    font-weight: 500;
    width: 60%;
    border-bottom: 1px solid #828282;
    padding: 10px 0;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.sec4 .table td{
    color: #1E8E43;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: right;
    border-bottom: 1px solid #828282;
    flex: 1;
    padding: 10px 0;
    padding-right: 10px;
}
.sec4 .table td span{
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.sec4 .table td.s{
    font-size: 2.2rem;
    color: #58B677; 
}
.sec4 .table td.s span{
    font-size: 1.6rem;
}
.sec4 .table .n500{
    text-align: left;
    display: block;
    font-size: 1.3rem;
    color: #969696;
    margin-left: 3px;
}
.sec4 .honbun13{
    font-size: 1.3rem;
    color: #969696;
    text-align: center;
    margin-top: 20px;   
}
@media (min-width: 768px) {
    .sec4 .graph .graph_img{
        width: 450px;
    }
    .sec4 .graph .txt{
        margin-top: -350px;
    }
    .sec4 .graph .bottomtxt{
        width: 340px;
    }
    .sec4 .graph .txt p{
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 2;
    }
    .sec4 .illust_txt{
        width: 540px;
        margin: 0 auto;
        margin-top: 120px;
    }
    .sec4 .illust_txt p{
        font-size: 2rem;
    }
    .sec4 tbody{
        width: 100%;
        display: block;
        border-top:none;
    }
    .sec4 table{
        width: 540px;
        margin: 0 auto;
        border: none;
    }
    .sec4 .table th{
        font-size: 1.6rem;
        width: 80%;
    }
    .sec4 .table h3{
        font-size: 2rem;
        margin-top: 40px;
    }
    .sec4 .table .n500{
        width: 530px;
        margin: 20px auto 0;
    }
}/*/pc-end*/

/*---------------------------------------
message
---------------------------------------*/
.sec5{
    background: #FEF6E6;
    padding: 30px 0;
    margin: 40px 0;   
}
.sec5 .flex{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.sec5 .flex img{
    margin-right: 20px;
}
.sec5 .zen{
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 600;   
}
.sec5 .conv_btn{
    margin-top: 25px;
}
@media (min-width: 768px) {
    .sec5 .flex{
        display: block;
    }
    .sec5 .flex img{
        margin: 0 auto;
    }
    .sec5 .zen{
        font-size: 1.8rem;
        text-align: center;
        margin-top: 20px;
    }
}/*/pc-end*/



/*---------------------------------------
message
---------------------------------------*/
.sec6 h2 img{
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
}
@media (min-width: 768px) {
    .sec6 h2 img{
        width: 490px;
        margin: 0 auto;
        max-width: 490px;
    }
}/*/pc-end*/


/*---------------------------------------
よくある質問
---------------------------------------*/
.more_wrap{
    margin: 30px auto;
}
.more_wrap .more:nth-child(2){
        margin-top: 10px;
}
@media (min-width: 768px) {
    .more_wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 60px 0;
    }
    .more{
        width: 49%;
        margin: 0!important;
    }
}/*/pc-end*/



















