@charset "utf-8";
.guide-list .guide-content--box{
	padding: 4vh;
	text-align: left;
}
.guide-list .guide-content--box h5{
	font-size: 4.75vh;
	margin-bottom: 5.25vh;
}
.guide-list .guide-content--box h5 span{
	border-bottom: 1px solid #3c3c3c;
}
.guide-list .guide-content--box .guide-content--detail{
	font-size: 2.65vh;
	margin-bottom: 3.25vh;
}
.guide-content--box .guide-table--01{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 2.65vh;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.guide-content--box .guide-table--01 .th--w70,
.guide-content--box .guide-table--01 .th--w30,
.guide-content--box .guide-table--01 .td--w70,
.guide-content--box .guide-table--01 .td--w30{
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 3.25vh;
}
.guide-content--box .guide-table--01 .th--w70,
.guide-content--box .guide-table--01 .th--w30{
	text-align: center;
	background-color: #e8e7e3;
}
.guide-content--box .guide-table--01 .th--w70,
.guide-content--box .guide-table--01 .td--w70{
	width: 70%;
	border-right: 1px solid #ddd;
}
.guide-content--box .guide-table--01 .th--w30,
.guide-content--box .guide-table--01 .td--w30{
	width: 30%;
	text-align: center;
}
.guide-content--box .guide-content--detail-text{
	font-size: 1.85vh;
	padding: 2.75vh;
}
.guide-content--box .guide-content--detail-text li{
	list-style: inside;
}
.space-top{
	margin-top: 4.25vw;
}