@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: 90px;}
.sec01 p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3;
    color: #231815;
}

.sec02 .wrap{ margin-bottom: 70px;}


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


p.btm { padding: 30px 0 70px 0; }


@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 4.5vw;
        margin: 0 0 6% 0;
    }
    h3.sec_lead:after{
        margin: 4.6% auto 0 auto;
        width: 40px;
        height: 4px;
    }
    .sec01{ padding-bottom: 14%;}
    .sec01 p{
        font-size: 1.5rem;
        text-align: left;
		line-height: 1.9;
    }
	
	.sec02 .wrap{ margin-bottom: 0;}
	
	.sec02 p{
        font-size: 1.5rem;
        text-align: left;
		line-height: 1.9;
    }
	
	
	h3.topic_ttl{
        font-size: 5.5vw;
		margin-bottom: 7%;
    }
    h3.topic_ttl:before{
        margin-right: 12px;
        width: 3px;
        height: 58px;
    }
}

@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 のみ */

}



