<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* style
========================================================================== */
/* common
========================================================================== */
/*===============================================================================
コンテンツレイアウト
===============================================================================*/
#path sub{
	font-size: 115%;
	top: 0.5ex;
}
.contents sub{
	font-size: 115%;
	top: 0.9ex;
}
.contents .clrOrange{
	color: #ff6600;
}
.contents .clrGreen{
	color: #319300;
}
.contents .undeline{
	text-decoration: underline;
}
.contents .note{
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 85%;
}
.contents ul.txt{
	margin: 30px 0 0;
}
.contents ul.txt li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.boxCol3.end{
	display: flex;
	align-items: flex-end;
	position: relative;
}
.boxCol3.end .icnNum{
	width: 38px;
	height: 38px;
	display: flex;
	box-sizing: border-box;
	padding: 0 0 2px;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	border-radius: 999px;
	background-color: #319300;
	position: absolute;
	top: 0;
	left: 0;
}
.boxCol3.arw:after{
	content: "";
	width: 20px;
	height: 34px;
	background: url("../images/arw.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
.boxMaxW800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
ul.list{
	margin: 0 0 0 1.5em;
}
ul.list li{
	list-style: disc
}
.boxGray{
	margin: 70px 0 0;
	padding: 30px;
	background-color: #eee;
}
.boxGray a{
	text-decoration: underline;
	color: #3399cc !important;
	white-space: nowrap;
}
/*===============================================================================
/* sp
===============================================================================*/
@media only screen and (max-width:767px) {
	/*===============================================================================
コンテンツレイアウト
===============================================================================*/
.boxCol3.end{
	display: block;
	width: 270px;
	margin: 0 auto;
}
.boxCol3.end + .boxCol3.end{
	display: block;
	width: 270px;
	margin: 30px auto 0;
}
.boxCol3.arw:after{
	content: "";
	width: 20px;
	height: 34px;
	background: url("../images/arw.png") no-repeat 0 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateY(15px) translateX(-50%) rotate(90deg);
}
.boxGray{
	margin: 50px 0 0;
	padding: 20px;
}
}</pre></body></html>