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


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 h3.topic_ttl{ margin-bottom: 45px;}
.sec02 table{
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #cccccc;
}
.sec02 table th,
.sec02 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;
    box-sizing: border-box;
}

.sec02 table th{
	width: 18%;
    padding: 20px 40px;
    background: #f7fcff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

.sec02 table td.price {
	width: 15%;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
}


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

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

.sec02 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 .kei {
		text-align: right;
	}

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

.sec03 li{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-indent: -0.8em;
	padding-left: 0.8em;
    box-sizing: border-box;
	display: inline;
	margin-right: 20px;
}

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

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


.sec03 { 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 h3.topic_ttl{ margin-bottom: 25px;}
	
	
	.sec02 table{
        margin: 0 0 6% 0;
    }
    .sec02 table th,
    .sec02 table td{
        display: block;
        font-size: 1.4rem;
        padding: 5% 0 5% 5%;
    }

    .sec02 table th{
		width: 100%;
        padding: 5% 5%;
    }
    .sec02 table td dt,
    .sec02 table td dd{
        display: block;
    }
	
	.sec02 table td {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.sec02 table td.price {
		width: 100%;
		vertical-align: middle;
		text-align: right;
		white-space: nowrap;
		padding-right: 20px;
	}
	

    .sec02 .flex{ display: block;}
    .sec02 .box{
        width: 100%;
        margin: 0 auto 6% auto;
    }
    .sec02 .box:last-of-type{ margin-bottom: 0;}
    .sec02 h4{
        margin: 0 0 8% 0;
        font-size: 2.0rem;
    }
    .sec02 h4:before{
        margin-right: 15px;
        width: 3px;
        height: 28px;
    }

    .sec02 .box ul li{
        display: block;
        width: 100%;
    }

    .sec02 .box_way1 ul li{
        display: block;
        margin-right: 0;
    }
	
	.sec02 .kei {
		margin-bottom: 20px;
	}
	
    .sec02 li,
    .sec03 li{
        font-size: 1.4rem;
    }
    .sec02 li:before,
    .sec03 li:before{
        margin-right: 8px;
    }
    .sec02 li+li,
    .sec03 li+li{ margin-top: 3%;}
	
	.sec02 p{
        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 のみ */

}



