@charset "UTF-8";
#contents #mainarea #main {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
	min-height: 510px;
}
#contents #mainarea #main h2 {
	border-left: 10px solid #0033AD;
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
	text-indent: 10px;
	border-bottom: 1px solid #0033AD;
	width: 660px;
	color: #0033AD;
	font-weight: bold;
}
#contents #mainarea #main h3 {
	margin-left: 20px;
	color: #00AB7D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contents #mainarea #main p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-left: 25px;
}
#contents #mainarea #main h3 strong {
	color: #FFFFFF;
	background-color: #FF6600;
	border: 3px solid #FF6600;
	border-radius: 3px;
}
.arrowright {
	background: #00AB7D;
	font-size: 12px;
	position: relative;
	width: 1em;
	height: 1em;
	margin-left: auto;
	display: inline-block;
	margin-right: 20px;
}
.arrowright::before {
	bottom: -0.666em;
	left: 0.8em;
	position: absolute;
	border-left: 1.2em solid #00AB7D;
	border-top: 1.2em solid rgba(44, 44, 44, 0);
	border-bottom: 1.2em solid rgba(44, 44, 44, 0);
	content: "";
	display: block;
}
