@charset "UTF-8";
.guide_content{
	position: relative;
	padding-bottom: 150px;
}
.guide_content .wave .shape-fill {
    fill: #FAF6ED;
}
.guide_content_in{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.guide_content_in #sec01,
.guide_content_in #sec02,
.guide_content_in #sec03,
.guide_content_in #sec04{
	margin-bottom: 70px;
}
.guide_content_in h3{
	margin-bottom: 2.27em;
	padding: 0.7em 1.4em;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	background: #00664C;
	border-radius: 4px;
}
.guide_content_in h4{
	margin-bottom: 1.66em;
	font-size: 18px;
	font-weight: 600;
}
.guide_content_in * + h4{
	margin-top: 2em;
}
.guide_content_in h5{
	font-size: 14px;
	line-height: 2;
}
.guide_content_in p{
	margin-bottom: 1.5em;
	font-size: 14px;
	line-height: 2.1;
	word-break: normal;
}
.guide_content_in figure{
	margin: 25px 0;
}
.guide_content_in a{
	color: #F39D63;
	text-decoration: underline;
}
.guide_content_in table{
	margin: 30px 0;
	border-top: 1px solid #D0D0D0;
}
.guide_content_in table tr{
	border-bottom: 1px solid #D0D0D0;
}
.guide_content_in table tr th{
	padding: 1.1em;
	font-size: 14px;
	line-height: 1.4;
}
.guide_content_in table tr td{
	padding: 1.1em;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}
.guide_content_in table.pattern1{
	width: 370px;
}
.guide_content_in table.pattern1 tr th{
	width: 125px;
	color: #004F3B;
	vertical-align: middle;
	background: #FAF6ED;
}
.guide_content_in table.pattern1 tr td{
	width: calc(370px - 125px);
}
.guide_content_in table.pattern2{
	width: 521px;
}
.guide_content_in table.pattern2 tr th{
	width: calc(521px - 140px);
}
.guide_content_in table.pattern2 tr td{
	width: 140px;
	color: #004F3B;
	text-align: center;
	vertical-align: middle;
	background: #FAF6ED;
}
.guide_content_in ul{
	margin-bottom: 20px;
}
.guide_content_in li{
	font-size: 14px;
	line-height: 2.1;
}
.guide_content_in ol li{
	margin-bottom: 1.5em;
}
.guide_content_in .red{
	color: #DA382B;
}

@media screen and (max-width: 840px){
	.guide_content{
		padding-bottom: 20%;
	}
	.guide_content_in #sec01,
	.guide_content_in #sec02,
	.guide_content_in #sec03,
	.guide_content_in #sec04{
		margin-bottom: 10%;
	}
	.guide_content_in h3{
		margin-bottom: 1.5em;
		font-size: 16px;
	}
	.guide_content_in h4{
		margin-bottom: 1em;
		font-size: 14px;
	}
	.guide_content_in * + h4{
		margin-top: 1em;
	}
	.guide_content_in h5{
		font-size: 12px;
		line-height: 1.6;
	}
	.guide_content_in p{
		margin-bottom: 1em;
		font-size: 12px;
		line-height: 1.6;
	}
	.guide_content_in figure{
		margin: 5% 0;
	}
	.guide_content_in table{
		margin: 3% 0;
	}
	.guide_content_in table tr th{
		padding: 1em;
		font-size: 12px;
	}
	.guide_content_in table tr td{
		padding: 1em;
		font-size: 12px;
	}
	.guide_content_in table.pattern1{
		width: 100%;
	}
	.guide_content_in table.pattern1 tr th{
		width: 100px;
	}
	.guide_content_in table.pattern1 tr td{
		width: calc(100% - 100px);
	}
	.guide_content_in table.pattern2{
		width: 100%;
	}
	.guide_content_in table.pattern2 tr th{
		width: calc(100% - 100px);
	}
	.guide_content_in table.pattern2 tr th br{
		display: none;
	}
	.guide_content_in table.pattern2 tr td{
		width: 100px;
	}
	.guide_content_in ul{
		margin-bottom: 3%;
	}
	.guide_content_in li{
		font-size: 12px;
		line-height: 1.6;
	}
	.guide_content_in ol li{
		margin-bottom: 1em;
	}
}
