@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
    color: #193255;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}
img{
    width: 100%;
}
header{
    height: 61px;
    line-height: 61px;
    background-color: #ffffff;
    padding-left: 2em;
    margin: 0em calc(50% - 50vw);
}
header img{
    width: 173px;
    height: 41px;
    padding: 0.5em 0;  
}
.fv{
    position: relative;
}
.fv_img_box{
    margin: 0em calc(50% - 50vw);
    position: relative;
}
.fv_img_box:before{
    content: '';
    background-image: url(img/mv.png);
    height: 64%;
    width: 82%;
    position: absolute;
    display: inline-block;
    background-size: contain;
    top: 10%;
    left: 14%;
    background-repeat: no-repeat;
    z-index: 3;
    pointer-events: none;

}
.fv .fv_txt{
    font-weight: 600;
    position: absolute;
    bottom: 28%;
}
.fv_txt_br{
    display: none;
}
.fv_txt a{
    border-bottom: 1px solid;

}
.fv .insbox {
    position: absolute;
    bottom: 8%;
}

.insbox{
    margin: 0 auto;
    
}
.fv_ins_box{
    display: flex;
    width: 80%;
    margin: 0 auto;
    column-gap: 2.5%;
}

.fv_ins_box>div:first-child{
    width: 38%;
}
.fv_ins_box>div:last-child{
    width: 42%;
}
.insbtn{
    width: 15%;
}
.insbtn>div:first-child{
    padding-bottom: 0.5em;

}
.instxt{
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
    
}
.instxt p{
    padding-top: 8%;
}
.fv_btnbox{ 
    display: flex;
}
.fv_btnbox{
    width: 35%;
    margin: 0 auto;
    margin-top: 1.3em;
}

#wrapper{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.sec01{
    background-color: #c5e9f4;
    margin: 0em calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 4em;
    padding-bottom: 4em;
    margin-top: -1%;
}
.sec01 h2{
    width: 55%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.sec01_con01_sp{
    display: none;
}
.sec01 .sec01_con01_pc {
    display: flex;
    column-gap: 2%;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 3.5em;
}
.sec01 .sec01_con01_pc>div{
    width: 40%;
}
.sec01 .sec01_con01_pc>div:first-child{
    width: 28%;
}
.sec01 .sec01_con01_pc>div:last-child{
    width: 28%;
}
.m_con{
    text-align: center;
}
.m_con img{
    width: 90%;
}
.sec01_p {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 2em;
}

.sec01_con02 {
    width: 60%;
    margin: 0 auto;
}
.sec01_con02>div:first-child{
    position: relative;
    padding-bottom: 10px;
    
}
.sec01_con02>div:first-child:before{
    content: '';
    background-image: url(img/frame.png);
    height: 150px;
    width: 130px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    top: -46%;
    left: -12%;
    background-repeat: no-repeat;
}
.sec01_con02>div:last-child{
    padding-top: 10px;
}
.sec02-3_back{
    background-color: #F5F5F5;
    margin: 0em calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    position: relative;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    position: relative;

}
.sec02-3_back::before{
    content: '';
    background-color: #3ac4e8;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    top: 0;
    left: 0;
}

.sec02 {
    padding: 4em 0 5em;
}
.sec02 h2{
    width: 40%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.sec02 .sec02_flexbox {
    display: flex;
    padding-bottom: 3em;
    width: 90%;
    margin: 0 auto;
}
.sec02 .tell_box {
    width: 75%;
    margin: 0 auto;
    padding-top: 3.5em;
}
.sp_tell_box{
    display: none;
}
a{
    text-decoration: none;

}
.pc_tell_box {
    border: solid 3px #193255;
    color: #193255;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
}
.tellnumber{
    color: #193255;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
.tellnumber::before{
    position: absolute;
    content: '';
    background-image: url(img/call_icon.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    top: 20%;
    left: -17%;
    background-repeat: no-repeat;

}
.pc_telltime{
    padding-top: 2px;
}
span.jikan {
    color: #ffffff;
    background-color: #193255;
    font-size: 14px;
    padding: 1.5px;
}
span .time{
    padding-right: 1em;
}
.pc_tell_box>span:last-child{
    padding-left: 1em;
}
.sec03 {
    padding-bottom: 10em;
}
.sec03 h2{
    width: 30%;
    margin: 0 auto;
    padding-bottom: 1em;
}
.QA_box{
    width: 63%;
    margin: 0 auto;
}
.QA_box dt{
    position: relative;
    cursor: pointer;
    padding-bottom: 0.5em;
}
.QA_box dt::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 21%;
    right: 2.5%;
    background: url(img/arrow.png) top left no-repeat;
    background-size: contain;
}
.QA_box .toggle-active::after {
    transform: rotate(180deg);
}
.QA_box dd{
    display: none;
    margin-top: -1%;
}
.sec04{
    background-color: #3ac4e8;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100% 100%;
    margin: 0em calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-bottom: 3em;
    padding-top: 2em;
    position: relative;
    font-weight: 700;

}

.sec04:before{
    content: '';
    width: 188px;
    height: 628px;
    position: absolute;
    top: 0%;
    left: 2%;
    background: url(img/medicine_img.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.sec04:after{
    content: '';
    width: 188px;
    height: 628px;
    position: absolute;
    top: 0%;
    right: 2%;
    background: url(img/medicine_img.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.sec04_inner{
    width: 70%;
    margin: 0 auto;
    padding: 2em 0 3em;
    z-index: 1;
    position: relative;
}
.sec04_inner h2{
    width: 40%;
    margin: 0 auto;
}


.fontweight{
    font-size: 40px;
}
.color_green{
    color: #009605;

}
.sec04_txt{
    line-height: 1.5;
}
.sec04 .sec04_txtbox01 {
    width: 80%;
    margin: 0 auto;
    padding: 1em 0 2em;
}
.txtbox01_1>p:first-child{
    padding-bottom: 1em;
    
}
.txtbox01_1>p:last-child{
    padding-bottom: 1.3em;
    
}
.sec04 .sec04_flexbox{
    display: flex;
    column-gap: 2%;
}
.sec04 .sec04_flexbox>div{
    width: 32%;

}
.color_orange{
    color: #193255;
    font-size: 14px;
    line-height: 2;
    
}
.color_blue{
    color: #32BEEB;
}
.sec04_txtbox02{
    padding: 1.5em 1em;
    font-size: 14px;

}
.map{
    border-bottom: 1px solid;
}
footer{
    width: 100%;
    text-align: center;
    background-color: #193255;
    color: #ffffff;
    margin: 0em calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 2em;
    padding-bottom: 0.5em;
    font-size: 13px;

}
footer p{
    padding-bottom: 1.5em;
}
footer span{
    padding-right: 1em;
}
footer small{
    color: #FFFFFF;
}
@media screen and (min-width:1400px) {
    .fv .fv_ins_box{
        width: 100%;
    }
    .fv .instxt{
        font-size: 20px;
    }
    .fv .fv_txt{
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        bottom: 28%;
    }

}
@media screen and (max-width:1400px) {
    .fv .fv_txt {
        bottom: 30%;
        left: 10%;
    }


}
@media screen and (max-width:1024px) {
    .fv .fv_txt {
        font-size: 14px;
        bottom: 31%;
        left: 10%;
    }
     .tellnumber{
        font-size: 30px;
     }
     .tellnumber::before{
        position: absolute;
        content: '';
        background-image: url(img/call_icon.png);
        height: 36px;
        width: 36px;
        background-size: contain;
        top: 13%;
        left: -17%;
        background-repeat: no-repeat;

}
    .sec01_con02>div:first-child:before {
        content: '';
        background-image: url(img/frame.png);
        height: 120px;
        width: 130px;
        position: absolute;
        display: inline-block;
        background-size: contain;
        top: -49%;
        left: -12%;
        background-repeat: no-repeat;
    }
    

}
@media screen and (max-width:880px) {
    .fv .fv_txt {
        font-size: 12px;
        bottom: 34%;
        left: 10%;
    }
    .sec01_con02>div:first-child:before {
        height: 112px;
        top: -53%;
        left: -13%;

    }
    .fv_img_box:before {
        content: '';
        background-image: url(img/mv.png);
        height: 64%;
        width: 76%;
        position: absolute;
        display: inline-block;
        background-size: contain;
        top: 12%;
        left: 14%;
        background-repeat: no-repeat;
        z-index: 3;
    }

}
@media screen and (max-width:830px) {
    .pc_tell_box{
        display: none;
    }

    .sp_tell_box{
        display: block;
        border: solid 2px #193255;
        color: #193255;
        border-radius: 10px;
        padding: 1em;
        text-align: center;
        margin-top: 5px;
        font-weight: bold;
        font-size: 20px;
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
        margin-top: 1em;
    }
    .tellnumber{
        font-size: 40px;
     }
    .timebox{
        padding-top: 1em;
    }
    .timebox>span:first-child{
        margin-right: 0.5em;
    }
    .timebox>span:last-child{
        padding-left: 0.5em;
    }
    .tellnumber {
        padding-right: 0;
    }
    .tellnumber::before{
        position: absolute;
        content: '';
        background-image: url(img/call_icon.png);
        height: 36px;
        width: 36px;
        background-size: contain;
        top: 23%;
        left: -17%;
        background-repeat: no-repeat;

}
}

@media screen and (max-width:750px) { 
    #wrapper{
        width: 100%;
        
    }
    header{
        text-align: center;
        padding-left: 0;

    }
    .fv_img_box:before{
        content: '';
        background-image: url(img/sp_mv.png);
        height: 64%;
        width: 82%;
        position: absolute;
        display: none;
        background-size: contain;
        top: 12%;
        left: 14%;
        background-repeat: no-repeat;
        z-index: 3;
    
    }
    .fv_img_box:before{
        content: '';
        background-image: url(img/sp_mv.png);
        height: 64%;
        width: 99%;
        position: absolute;
        display: inline-block;
        background-size: contain;
        top: 9%;
        left: 3%;
        background-repeat: no-repeat;
        z-index: 3;
    }
    .fv .fv_txt {
        font-size: 15px;
        bottom: 28%;
        line-height: 2;
    }
    .fv_txt_br{
        display: block;
    }
    .fv .insbox {
        position: absolute;
        bottom: 8%;
        left: 0%;
    }
    .fv_btnbox{
        width: 100%;
        margin: 1.3em 0 0 0;

    }
    .sec01 h2{
        width: 73%;
    }
    .sec01_p {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 2em;
    }
    .sec01 .sec01_con01_pc {
        display: none;
    }
    .sec01 .sec01_con01_sp{
        display: block;
        width: 85%;
        margin: 0 auto;
        padding-bottom: 3em
    }
    .sec01 .sec01_con01_sp>div:first-child{
        padding-bottom: 1em;
    }
    .sec01 .sec01_con01_sp>div:last-child{
        padding-top: 1em;
    }
    .sec02 {
        padding: 2em 0 5em;
    }
    .sec01_con02 {
        width: 80%;
        margin: 0 auto;
        padding-top: 1em;
    }
    .sec01_con02>div:first-child:before {
        height: 112px;
        top: -61px;
        left: 5px;
        height: 108px;
    }
    .sec02 h2 {
        width: 70%;
    }
    .sec02 .sec02_flexbox {
        flex-wrap: wrap;
        padding-bottom: 3em;
    }
    .sec02 .sec02_flexbox>div:first-child{
        padding-bottom: 1em;

    }
    .sec02 .sec02_flexbox>div {
        width: 50%;
    }
    .sec02-3_back{
        background-color: #F5F5F5;
        margin: 0em calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
        position: relative;
    
    }
    .sec02-3_back::before {
        display: none;
    }
    .insbox{
        width: 100%;
    }
    .fv_btnbox {
        width: 90%;
        margin: 5% auto 0;
    }
    .fv_ins_box {
        width: 70%;
        margin: 0 auto;
        flex-direction: column;
    }
    .search_box .insbtn .instxt{
        width: 100%;
    }
    .fv_ins_box>div:first-child{
        width: 100%;
    }
    .fv_ins_box>div:last-child{
        width: 100%;
    }
    .insbtn{
        display: flex;
        width: 100%;
        column-gap: 10%;
        padding-top: 1em;

    }
    .insbtn>div:first-child {
         padding-bottom: 0em;
    }
    .insbtn>div{
        width: 45%;
    }
    .instxt {
        font-size: 14px;
        padding-top: 0em;
    }
    .instxt p{
        padding-top: 0;
    }
    .sec02 .tell_box {
        width: 95%;
        padding: 3.5em 5px 0;
    }
    .pc_tell_box {
    border: solid 2px #32BEEB;
    color: #193255;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
}
    .sec03 {
        padding-bottom: 6em;
    }
    .sec03 h2{
        width: 65%;
    }
    .QA_box {
        width: 80%;
    }
    .QA_box dt::after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 35%;
        right: 5%;
        background: url(img/arrow.png) top left no-repeat;
        background-size: contain;
    }
    .sec04_inner {
        width: 90%;
        margin: 0 auto;
        padding: 4em 0 3em;
    }
    .sec04_inner h2{
        width: 70%;
        padding-bottom: 1em;
    }
    .sec04 .sec04_txtbox01 {
        padding: 0em;
    }
    .txtbox01_1{
        font-size: 14px;
    }
    .sec04 .sec04_flexbox {
        flex-direction: column;
        align-items: center;
        padding: 2em 0 0;
    }
    .sec04 .sec04_flexbox>div {
        width: 70%;
    }
    .sec04 .sec04_flexbox>div:first-child {
        padding-bottom: 0.5em;
    }
    .sec04 .sec04_flexbox>div:last-child {
        padding-top: 0.5em;
    }
    .sec04_txtbox02 {
        padding: 1em 0 0 0;
        font-size: 12px;
    }
    .color_orange {
        font-size: 12px;
    }
    .sec04{
        background-color: #3ac4e8;
    }
    .sec04:before{
        display: none;
    
    }
    .sec04:after{
        display: none;
    
    }
}
@media screen and (max-width:580px) { 
    .sec01_con02>div:first-child:before {
        height: 112px;
        top: -57px;
        left: 5px;
        height: 103px;
    }

}

@media screen and (max-width:512px) { 
    .sec01_con02>div:first-child:before {
        height: 112px;
        top: -52px;
        left: -2px;
        height: 92px;
    }
    .fv .fv_txt {
        font-size: 13px;
        bottom: 30%;
        line-height: 2;
    }
}
@media screen and (max-width:480px) { 
    header img{
        width: 139px;
        height: 33px;
        padding: 0.8em 0;
        
    }
    .timebox{
        font-size: 11.5px;
    }
    .fv .fv_txt {
        font-size: 13px;
        bottom: 32.5%;
        line-height: 2;
    }
    .fv .insbox {
        position: absolute;
        bottom: 8%;
        left: 0%;
    }
    .tellnumber{
        font-size: 35px;
    }
    .tellnumber::before {
        height: 30px;
        width: 30px;
        
    }
    .fv_img_box:before {
        width: 93%;
    }
    .instxt {
        font-size: 12px;
    }
    .sec01_con02>div:first-child:before {
        height: 112px;
        top: -52px;
        left: -2px;
        height: 77px;
    }

}
@media screen and (max-width:365px) {
    .tellnumber::before {
        left: -12%;
    }
    .tellnumber::before {
        height: 24px;
        width: 24px;
    }
    .fv .fv_txt {
        font-size: 12px;
        bottom: 32%;
        line-height: 1.5;
    }
    
}
@media screen and (max-width:310px) {
    .fv .insbox {
        position: absolute;
        bottom: 3%;
        left: 0%;
    }
    .fv .fv_txt {
        font-size: 10px;
        bottom: 33%;
        line-height: 1.5;
    }
    .fv_img_box:before{
        width: 90%;
        left: 3%;
    }
    .tellnumber {
        font-size: 27px;
    }
    
    span.jikan {
        font-size: 11px;
    }
    .QA_box dt::after {
        width: 14px;
    }

}
