@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;
	text-align: left;
}
h3.sec_lead:after{
    display: block;
    margin: 30px auto 0 auto;
    content: '';
    width: 48px;
    height: 4px;
    background: #005dab;
}

.sec01 p{
    text-align: center;
    font-size: 2.7rem;
    line-height: 2.3;
    color: #231815;
}

h3.sec_ttl,
h3.sec_ttl.pc_only{
    display: flex !important;
    align-items: center;
    font-size: 3.0rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 30px 0;
    color: #030000;
    padding: 0;
}
h3.sec_ttl.sp_only{ display: none !important;}

h3.sec_ttl:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    content: '';
    width: 3px;
    height: 138px;
    background: #005dab;
}

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;
}

.sec02{
    padding: 150px 0 0 0;
    box-sizing: border-box;
}

.sec02 .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.sec02 .box .img{
    width: 41%;
    max-width: 447px;
}
.sec02 .box .txt{
    width: 56%;
    box-sizing: border-box;
}

.sec02 .check_box{
    padding: 27px 24px 27px 24px;
    margin-bottom: 30px;
    background: #f7f7f7;
    box-sizing: border-box;
}
.sec02 .check_box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sec02 .check_box li{
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}
.sec02 .check_box li span{
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
    box-sizing: border-box;
}
.sec02 .check_box li:last-of-type{ margin-bottom: 0;}

.sec02 .check_box li:before{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    content: '';
    background: url(../img/common/mark_check.png) no-repeat center center;
    background-size: 100% auto;
    width: 19px;
    height: 18px;
}
.sec02 p{
    font-size: 1.6rem;
    line-height: 2.4;
}

.sec02 h3{
	margin-bottom: 45px;
}

#main .btn{
    margin: 50px 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;}


.sec03{
    padding: 70px 0 150px 0;
    box-sizing: border-box;
}

.sec03 h3{
	margin-bottom: 45px;
}

.sec03 .box{
    padding: 26px 35px;
    margin-bottom: 38px;
    background: #f7fcff;
    box-sizing: border-box;
}
.sec03 .box:last-of-type{ margin-bottom: 0;}
.sec03 .box h4{
    font-size: 2.8rem;
    font-weight: 400;
    color: #005dab;
    letter-spacing: 0.2em;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.sec03 .box p{
    font-size: 1.6rem;
    line-height: 2.4;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.fR{
    float: right;
    margin: 0 0 20px 50px;
}

.sec03 .box:last-of-type .fR{
    float: right;
    margin: 0 0 40px 90px;
}


@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 4.5vw;
        margin: 0 0 11% 0;
		text-align: left;
    }
    h3.sec_lead:after{
        margin: 4.6% auto 0 auto;
        width: 40px;
        height: 4px;
    }

    .sec01 p{
        font-size: 1.7rem;
        text-align: left;
		line-height: 1.9;
    }

    h3.sec_ttl{
        font-size: 5vw;
        margin: 0 0 6% 0;
    }
    h3.sec_ttl.pc_only{ display: none !important;}
    h3.sec_ttl.sp_only{ display: flex !important;}
    h3.sec_ttl:before{
        margin-right: 15px;
        width: 3px;
        height: 27vw;
    }

    h3.topic_ttl{
        font-size: 5.5vw;
    }
    h3.topic_ttl:before{
        margin-right: 12px;
        width: 3px;
        height: 58px;
    }
	
    .sec02{
        padding: 15% 0;
    }
	
	.sec02 h3{
		margin-bottom: 7%;
	}

    .sec02 .box{
        display: block;
    }
    .sec02 .box .img{
        width: 100%;
        max-width: 447px;
        margin: 0 auto 4% auto;
    }
    .sec02 .box .txt{
        width: 100%;
        box-sizing: border-box;
    }

    .sec02 .check_box{
        padding: 6% 4%;
        margin-bottom: 4%;
    }

    .sec02 .check_box li{
        font-size: 1.4rem;
        margin-bottom: 5px;
        text-indent: -1.6em;
        padding-left: 1.6em;
        box-sizing: border-box;
        line-height: 2.4;
    }
    .sec02 .check_box li:before{
        margin-right: 8px;
        width: 16px;
        height: 15px;
    }
    .sec02 p{
        font-size: 1.4rem;
        line-height: 2.4;
    }

    #main .btn{
        margin: 7% auto 0 auto;
        width: 70%;
        max-width: 248px;
    }
    #main .btn a{
        font-size: 1.4rem;
    }
	
	.sec03 {
		padding-top: 0;
		padding-bottom: 40px;
	}
	
	.sec03 h3{ margin-bottom: 7%;}

    .sec03 .box{
        padding: 6% 4%;
        margin-bottom: 6%;
    }
    .sec03 .box h4{
        font-size: 2.0rem;
        margin: 0 0 4% 0;
    }
    .sec03 .box p{
        font-size: 1.4rem;
    }

    .fR{
        float: none;
        margin: 0 auto 3% auto;
    }

    .sec03 .box:last-of-type .fR{
        float: none;
        margin: 0 auto 3% auto;
    }

}

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

}

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

}

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

}




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

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

}



