@charset "utf-8";

h3.sec_lead{
    text-align: center;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.9;
    color: #231815;
    margin: 0 0 38px 0;
}
h3.sec_lead:after{
    display: block;
    margin: 30px auto 0 auto;
    content: '';
    width: 48px;
    height: 4px;
    background: #005dab;
}
.sec01{ padding-bottom: 70px;}
.sec01 p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3;
    color: #231815;
}

.sec02{
    background: #f7fcff;
    padding: 112px 0;
    box-sizing: border-box;
}
.sec02 .wrap{}
.sec02 .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
    background: #FFF;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
    box-sizing: border-box;
}
.sec02 .box:last-of-type{ margin-bottom: 0;}


.sec02 .box .img{
    width: 56%;
    max-width: 610px;
}
.sec02 .box .img img{
    display: block;
    margin: 0;
    padding: 0;
}

.sec02 .box .txt{
    width: 44%;
    padding: 0 56px 0 60px;
    box-sizing: border-box;
}

.sec02 .box .txt h3{
    position: relative;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    margin: 0 0 25px 0;
	letter-spacing: 0.2em;
}
.sec02 .box .txt h3:before{
    display: block;
    content: '';
    margin: 0 auto;
    background-size: 100% auto;
    width: 56px;
    height: 56px;
}
.sec02 .box:nth-child(1) .txt h3:before{ background: url(../img/treatment/icn_cnts01.png) no-repeat center center;}
.sec02 .box:nth-child(2) .txt h3:before{ background: url(../img/treatment/icn_cnts02.png) no-repeat center center;}
.sec02 .box:nth-child(3) .txt h3:before{ background: url(../img/treatment/icn_cnts03.png) no-repeat center center;}

.sec02 .box .txt span{
    margin-top: 0;
    display: block;
    font-size: 1.4rem;
    color: #009cdb;
	letter-spacing: 0;
}

.sec02 .box .txt p{
    font-size: 1.6rem;
    line-height: 1.6;
}
#main .btn{
    margin: 35px auto 0 auto;
    width: 248px;
    background: #005FA3;
    border-radius: 30px;
    box-sizing: border-box;
}
#main .btn a{
    display: block;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
}
#main .btn a:hover{ text-decoration: none;}

h3.topic_ttl{
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #030000;
}
h3.topic_ttl:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    content: '';
    width: 3px;
    height: 78px;
    background: #005dab;
}

.sec03{
    padding:105px 0 100px 0;
    box-sizing: border-box;
}
.sec03 h3{ margin-bottom: 45px;}


.sec03 .corona { margin-bottom: 100px; }

.sec03 .corona h4{
	font-size: 2.1rem;
	background-color: #EB6D6C;
	color: #fff;
	padding: 10px 10px 10px 20px;
	margin-bottom: 20px;
}

.sec03 .corona p {
	margin-top: 0;
	text-align: left;
    line-height: 2.3;
	font-family: 'Noto Serif JP', serif;
}

.sec03 .corona p.price {
	font-weight: bold;
	font-size: 1.8rem;
}


.inspection_list{
    display: flex;
    justify-content: space-between;
}

.inspection_list ul{
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.inspection_list li{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.inspection_list li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}
.inspection_list li+li{ margin-top: 10px;}

.sec03 p{
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 65px auto 35px auto;
}

.sec04{
    background: #f7fcff;
    padding: 112px 0;
    box-sizing: border-box;
}
.sec04 h3{ margin-bottom: 60px;}

.sec04 dl{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.sec04 dl dt{
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 400;
}
.sec04 dl dd{
    margin-left: 85px;
}

.sec04 dl dd ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sec04 dl dd ul li{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.sec04 dl dd ul li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}
.sec04 dl dd ul li+li{ margin-top: 5px;}

.flow_box{
    background: #FFF;
    margin-top: 50px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
    padding: 70px 47px 95px 52px;
    box-sizing: border-box;
}

.flow_box h3{
    position: relative;
    text-align: center;
    margin: 0 0 55px 0;
    padding: 0;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #030000;
}
.flow_box h3:before{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
}
.flow_box h3 span{
    position: relative;
    display: inline-block;
    background: #FFF;
    padding: 0 60px;
    box-sizing: border-box;
}

.flow_nav {
    margin: 0 0 80px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: -4px;
}

.flow_nav li {
    position: relative;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/treatment/bg_flow_nav.png) no-repeat right center,#f7f7f7;
    background-size: auto 100%;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    padding: 26px 0;
    margin-left: -1px;
    box-sizing: border-box;
    z-index: 5;
}
.flow_nav li+li{ z-index: 1;}

.flow_nav li:last-of-type{ background: url(../img/treatment/bg_flow_nav.png) no-repeat right center; margin-left: -2px;}

.flow_nav li span{
    display: block;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background: #005dab;
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 100%;
    line-height: 32px;
    box-sizing: border-box;
    letter-spacing: 0;
}

.flow_box .box{
    position: relative;
    border-left: 10px solid #d6e6f2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding-bottom: 105px;
    margin-left: 30px;
    box-sizing: border-box;
}
.flow_box .box .img{
    width: 45%;
    max-width: 432px;
}
.flow_box .box .txt{
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
}
.flow_box .box.last{ border-left: none; margin-left: 40px; padding-bottom: 0;}
.flow_box .box.last .txt{ width: 100%;}


.flow_box .box .num{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:-46px;
    top: -15px;
    z-index: 5;
    background: #005dab;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-sizing: border-box;
}
.flow_box .box .num span{
    position: relative;
    top: -4px;
    text-align: center;
    color: #FFF;
    font-size: 4.8rem;
}
.flow_box .box h4{
    font-weight: 400;
    font-size: 2.8rem;
    color: #005dab;
    letter-spacing: 0.2em;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #cccccc;
}

.flow_box .box .txt p{
    font-size: 1.8rem;
    line-height: 2;
}
.flow_box .box .txt p+p{ margin-top: 25px;}

#main .flow_box .box .btn{
    width: 250px;
    margin: 30px auto 0 auto;
}

.sec05{ padding:100px 0 112px 0;}
.sec05 h3{ margin-bottom: 35px;}

.sec05.flex{
    flex-direction: row-reverse;
}
.sec05 .img{
    width: 40%;
    max-width: 432px;
}
.sec05 .txt{
    width: 54%;
    box-sizing: border-box;
}
.sec05 .txt p{
    /*font-size: 1.8rem;*/
    line-height: 2.3;
}
.sec05 .txt p+p{ margin-top: 20px;}



@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 5vw;
        margin: 0 0 6% 0;
		text-align: left;
    }
    h3.sec_lead:after{
        margin: 4.6% auto 0 auto;
        width: 40px;
        height: 4px;
    }
    .sec01{ padding-bottom: 10%;}
    .sec01 p{
        font-size: 1.5rem;
        text-align: left;
		line-height: 1.9;
    }

    .sec02{
        padding: 10% 0 10% 0;
    }
	
	.sec02 .box .txt h3:before{
		display: none;
    }
	
    .sec02 .box{
        display: block;
        margin-bottom: 7.8%;
        padding-bottom: 8%;
    }

    .sec02 .box .img{
        width: 100%;
        max-width: 610px;
        margin: 0 auto 6% auto;
    }

    .sec02 .box .txt{
        width: 100%;
        padding: 0 4%;
    }

    .sec02 .box .txt h3{
        font-size: 2.8rem;
        margin: 0 0 4% 0;
    }
    .sec02 .box .txt span{
        font-size: 1.2rem;
    }

    .sec02 .box .txt p{
        font-size: 1.4rem;
    }
    #main .btn{
        margin: 8% auto 0 auto;
        width: 70%;
        width: 248px;
    }
    #main .btn a{
        font-size: 1.4rem;
    }

    h3.topic_ttl{
        font-size: 5.5vw;
    }
    h3.topic_ttl:before{
        margin-right: 12px;
        width: 3px;
        height: 58px;
    }

    .sec03{
        padding:15% 0;
    }
    .sec03 h3{ margin-bottom: 7%;}
	
	
	.sec03 .corona { margin-bottom: 50px; }

	.sec03 .corona h4{
		font-size: 5vw;
		padding: 6px 6px 6px 10px;
	}

    .inspection_list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .inspection_list ul{
        width: 50%;
    }

    .inspection_list li{
        font-size: 1.4rem;
    }
    .inspection_list li:before{
        margin-right: 8px;
    }
    .inspection_list li+li{ margin-top: 4%;}
	
	.inspection_list .way2{ margin-top: 2%;}

    .sec03 p{
        font-size: 1.4rem;
        margin: 10% auto 4.6% auto;
        text-align: left;
    }

    .sec04{
        padding: 15% 0;
    }
    .sec04 h3{ margin-bottom: 9%;}

    .sec04 dl{
        display: block;
    }
    .sec04 dl dt{
        font-size:2rem;
    }
    .sec04 dl dd{
        margin-left: 0;
        margin-top: 4%;
    }

    .sec04 dl dd ul li{
        font-size: 1.4rem;
        text-indent: -0.8em;
        padding-left: 1.8em;
        box-sizing: border-box;
    }
    .sec04 dl dd ul li:before{
        margin-right: 8px;
    }

    .flow_box{
        margin-top: 7.8%;
        padding: 10% 4%;
    }

    .flow_box h3{
        margin: 0 0 8.5% 0;
        font-size: 6vw;
    }
    .flow_box h3 span{
        padding: 0 6%;
    }

    .flow_nav {
        margin: 0 0 12.5% 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-right: -4px;
    }


    .flow_box .box{
        position: relative;
        border-left: 7px solid #d6e6f2;
        display: block;
        padding-bottom: 15%;
        margin-left: 4%;
        padding-left: 8%;
        padding-right: 4%;
    }
    .flow_box .box .img{
        width: 100%;
        max-width: 432px;
        margin: 0 auto 4% auto;
    }
    .flow_box .box .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .flow_box .box.last{ border-left: none; margin-left: 6%; padding-bottom: 0;}
    .flow_box .box .num{
        left:-8%;
        top: 0;
        width: 40px;
        height: 40px;
    }
    .flow_box .box .num span{
        top: -2px;
        font-size: 2.2rem;
    }
    .flow_box .box h4{
        font-size: 2.0rem;
    }

    .flow_box .box .txt p{
        font-size: 1.4rem;
        line-height: 2;
    }
    .flow_box .box .txt p+p{ margin-top: 4%;}

    #main .flow_box .box .btn{
        width: 70%;
        margin: 4.6% auto 0 auto;
    }

    .sec05{ padding:15% 0;}
    .sec05 h3{ margin-bottom: 5.4%;}

    .sec05.flex{
        display: block;
    }
    .sec05 .img{
        width: 100%;
        max-width: 432px;
        margin: 0 auto 4% auto;
    }
    .sec05 .txt{
        width: 100%;
        box-sizing: border-box;
    }
    .sec05 .txt p{
        font-size: 1.4rem;
        line-height: 2.0;
    }
    .sec05 .txt p+p{ margin-top: 3.125%;}



}

@media screen and (max-width: 736px) {
    .flow_nav li {
        position: relative;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../img/treatment/bg_flow_nav.png) no-repeat right center,#f7f7f7;
        background-size: auto 100%;
        font-size: 1.3rem;
        letter-spacing: 0.2em;
        padding: 26px 0;
        margin-left: -1px;
        box-sizing: border-box;
        z-index: 5;
    }

    .flow_nav li:last-of-type{ background: url(../img/treatment/bg_flow_nav.png) no-repeat right center; margin-left: 0;}
    .flow_nav li:nth-of-type(3){ background: url(../img/treatment/bg_flow_nav.png) no-repeat right center,#f7f7f7; margin-left: 0;}
    .flow_nav li span{
        margin-right: 10px;
        width: 22px;
        height: 22px;
        font-size: 1.3rem;
        line-height: 22px;

    }
    .flow_box .box .num{left: -3.8vw;}
}

@media screen and (max-width: 414px) {
    .flow_nav li {
        position: relative;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        padding: 26px 0;
    }

    .flow_nav li:nth-of-type(2n),
    .flow_nav li:last-of-type{ background: url(../img/treatment/bg_flow_nav.png) no-repeat right center; margin-left: 0;}

    .flow_nav li:nth-of-type(1),.flow_nav li:nth-of-type(2){ margin-bottom: 3px;}

    .flow_nav li span{
        margin-right: 10px;
        width: 20px;
        height: 20px;
        font-size: 1.2rem;
        line-height: 20px;
    }
    .flow_box .box .num{ left: -6.4vw}
}

@media screen and (max-width: 320px) {

}




@media all and (-ms-high-contrast: none){
  /* IE のみ */

}
@supports (-ms-ime-align: auto) {
  /* Edge のみ */

}



