@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

/* --------------------------------
	reset
-------------------------------- */
#main p {
	font-size: 104.71%;
}
#main img {
	/*margin: 20px 0;*/
}
/* --------------------------------
	content
-------------------------------- */
.s-green-title {
	font-size: 142.71%;
	background-color: #32b16c;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	margin: 30px 0 20px;
	padding: 16px 20px;
	font-family: "UD新丸ゴ M", "UD Shin Maru Go Medium";
}
.under-arrow { width: 29px; }
.img-parallel ul > li {
	text-align: left;
}

/* PC SIZE */
@media screen and (min-width: 1120px){
	/* --------------------------------
		画像並列
	-------------------------------- */
	.img-parallel ul > li {
		display: inline;
		float: left;
		width: 550px;
		margin-left: 20px;
		text-align: left;
	}
	.img-parallel {
		margin-bottom: 10px;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 1120px){
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 600px){
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 480px){
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 350px){
}