@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: 150px; }

.sec01 p{
    text-align: center;
    font-size: 1.8rem;
    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;
}


@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 { padding-bottom: 70px; }

    .sec01 p{
        font-size: 1.5rem;
        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;
    }
	
	

}

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

}



