body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
}
header {
	padding: 3px 0;
	text-align: center;
}
.header_title {
	background-color: #447744;
	color: #ffffff;
}
hr{
	height: 2px;
	background-color: #447744;
	border: none;
}
h1 {
	font-size: 2.2em;
	display: block;
	width: 750px;
	margin: 30px auto 22px;
	position: relative;
	color: #336633;
	text-shadow: 0 0 2px white;
}
.sub_link{
	background-color: #ffffff;
	color: #333333;
	display: block;
	position: absolute;
	top: 76px;
	right: 125px;
	padding: 7px;
	border-radius: 8px 10px;
	border: 2px solid #91DF63;
	font-size: 14px;
	text-decoration: none;
}
h2 {
	background-color: #447744;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 9px 10px;
}
h3{
	padding: 0.5em;/*文字周りの余白*/
	color: #333333;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ff33af;/*左線（実線 太さ 色）*/
}
main {
	padding: 0 20px 20px;
	max-width: 850px;
	margin: 0 auto;
}
.ad_caution{
	text-align: right;
	font-size: 0.8em;
	margin: 2px 10px 8px;
}
section {
	background-color: #ffffff;
	padding: 17px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: 1.1em;
	line-height: 1.5;
	margin: 10px 0 40px;
}
img{
	width: 400px;
	margin: 10px;
}
strong {
	font-size: 1.1em;
	color: #6acf65;
}
footer {
	font-size: 1.2em;
	color: #ffffff;
	background-color: #447744;
	text-align: center;
	padding: 8px 0;
	width: 100%;
}
footer a{
	color: #ffffff;
}
nav{
	margin: 0 auto;
	max-width: 750px;
	border: 2px solid #447744;
	border-radius: 9px;
	padding: 15px;
	font-size: 18px;
	position: relative;
}
.menu_title{
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 40px;
	padding: 0 20px;
	font-size: 20px;
}
ul{
	list-style-type: none;
	padding: 0px;
	text-align: left;
	margin: 14px;
}
ul li{
	padding: 6px 12px 3px;
}
ul li a{
	font-size: 16px;
	text-decoration: none;
	color: #117733;
}
table{
	text-align: left;
	margin: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	width: 96%;
}
table th{
	padding: 9px 12px 4px;
	color: #22BB26;
	border-bottom: solid 2px #22BB26;
	width: 25%;
}
table td{
	padding: 9px 12px 4px;
	border-bottom: solid 1px #22BB26;
	width: 75%;
}
.admax{
	margin: 10px auto;
	text-align: center;
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe{
	width: 100%;
	height: 100%;
}
.str_bold{
	font-weight: bold;
}
.str_black{
	color: #333333;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 720px) {
	h1 {
		width: 100vw;
		font-size: 1.4em;
	}
	.sub_link{
		top: 63px;
		right: 30px;
	}
	h2{
		text-align: center;
		font-size: 1.2em;
		padding: 7px 8px;
	}
	main {
		padding: 7px;
	}
	p {
		font-size: 1.0em;
		line-height: 1.5;
		margin: 10px 0;
	}
	table{
		margin: 0px;
	}
	table th, table td{
		padding: 11px 13px 6px;
		width: 81vw;
		display: block;
	}
	img{
		width: 80vw;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}
