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

.sec01 table{
    margin: 0 auto;
	margin-bottom: 50px;
    padding: 0;
    width: 65%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #cccccc;
}
.sec01 table th,
.sec01 table td{
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #231815;
    padding: 20px 35px;
    border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    box-sizing: border-box;
}

.sec01 table th{
    padding: 20px 40px;
    background: #f7fcff;
}
.sec01 table td{}

.sec01 table td dl{
    display: table;
    margin: 0;
    padding: 0;
}

.sec01 table td dt,
.sec01 table td dd{
    display: table-cell;
    vertical-align: top;
}

.sec01 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}

.sec01 li{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-indent: -0.8em;
    padding-left: 1.5em;
    box-sizing: border-box;
}
.sec01 li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}
.sec01 li+li{ margin-top: 5px;}



@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 5vw;
        margin: 0 0 12% 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;
		text-align: center;
    }
	
	.sec01 table{
		width: 100%;
        margin: 0 0 8.6% 0;
    }
    .sec01 table th,
    .sec01 table td{
        display: block;
        font-size: 1.4rem;
        padding: 5% 5%;
    }

    .sec01 table th{
        padding: 5% 5%;
    }
    .sec01 table td dt,
    .sec01 table td dd{
        display: block;
    }
	
	.sec01 ul{
		text-align: left;
    }
	
	.sec01 li{
        font-size: 1.4rem;
    }
    .sec01 li:before{
        margin-right: 8px;
    }
    .sec01 li+li{ margin-top: 3%;}
}

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

}



