@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 {
  font-size: 1.6rem;
}

.sec02 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.sec02 li{
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.sec02 .list li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}

.sec02 li+li{ margin-top: 5px;}


.sec02 { margin-bottom: 70px; }



@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 5vw;
        margin: 0 0 11% 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;
    }
	
	
	h3.topic_ttl{
        font-size: 5.5vw;
    }
    h3.topic_ttl:before{
        margin-right: 12px;
        width: 3px;
        height: 58px;
    }
	
    .sec02 li{
        font-size: 1.4rem;
    }
    .sec02 li:before{
        margin-right: 8px;
    }
    .sec02 li+li{ margin-top: 3%;}
	
  .sec02 {
        font-size: 1.4rem;
    }
  
	.sec03 p{
        font-size: 1.4rem;
    }
	
	.sec03 ul li {
		display: block;
		margin-right: 0;
		padding-left: 23px;
	}
}

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

}



