@charset "utf-8";

.contentsBody {
	padding: 0 15px;
}
.wrap1 {
	margin: 140px auto 30px;
	max-width: 1120px;
}
.fstyle1 {
	background-image: url(../img/bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fstyle1 h1 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50px;
	padding: 14px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	background-image: url(../../img/bg2.png);
	background-color: #ef882c;
}
.box1 {
	max-width: 960px;
	margin: 0 auto;
}
.fstyle1 ul {
	max-width: 55%;
}
.fstyle1 ul li:first-child {
	margin-bottom: 15px;
}
.fstyle1 ul li:nth-child(2) {
	text-align: center;
	padding-bottom: 190px;
}
.fstyle1 ul li:nth-child(2) p {
	text-align: center;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 2px;
	background: rgba(255,255,255,0.8);
}
.fstyle1 ul li:nth-child(2) p span {
	background-image: url(../../img/marker1.png);
	background-size: 6px auto;
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

.fstyle2 {
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0;
	background-image: url(../img/bg2-left.png), url(../img/bg2-right.png);
	background-repeat: no-repeat;
	background-size: 110px auto, 140px auto;
	background-position: left bottom, right center;
}
.fstyle2 .txt1 {
	max-width: 640px;
	margin: 0 auto;
	padding: 10px;
	background: rgba(255,255,255,0.7);
}
.fstyle2 .txt1 p {
	font-size: 1.15em;
	font-weight: 400;
	line-height: 2.5;
	text-align: center;
	letter-spacing: 3px;
}
.fstyle2 .txt1 p span {
	color: #f99621;
}

.comment {
	max-width: 1040px;
	margin: 50px auto 0;
}
.comment ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.comment ul li {
	width: 33%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.fstyle3 {
	max-width: 1120px;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	margin: 0 auto;
	padding: 5% 0 30%;
}
.fstyle3 .txt1 {
	max-width: 560px;
	margin: 0 auto;
}

.fstyle4 {
	background: url(../../img/bg1.jpg);
	padding: 60px 15px;
}
.wrap2 {
	max-width: 1120px;
	margin: 0 auto;
}
.fstyle4 .txt1 p {
	text-align: center;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 2px;
}
.fstyle4 .txt1 p span {
	background-image: url(../../img/marker1.png);
	background-size: 10px auto;
	background-position: 0 90%;
	background-repeat: repeat-x;
}
.fstyle4 .illust1 {
	max-width: 160px;
	margin: 50px auto 30px;
}
.fstyle4 .illust2 {
	max-width: 800px;
	margin: 70px auto 0;
}
/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	.wrap1 {
		margin-top: 56px;
	}
	.fstyle1 {
		background-size: 800px auto;
	}
	.fstyle1 h1 {
		margin-bottom: 30px;
	}
	.fstyle1 ul {
		width: 100%;
		max-width: 500px;
	}
	.fstyle1 ul li:first-child img {
		max-width: 400px;
		margin: 0 auto;
	}
	.fstyle1 ul li:nth-child(2) p {
		font-size: 1.12em;
	}

	.fstyle2 {
		padding: 70px 0;
		background-size: 90px auto, 110px auto;
	}
	.fstyle2 .txt1 p {
		font-size: 1em;
		line-height: 2;
		letter-spacing: 3px;
	}

	.comment {
		margin: 30px auto 0;
	}
	.comment ul li {
		padding: 0 10px;
	}

	.fstyle3 .txt1 {
		max-width: 400px;
	}

	.fstyle4 {
		padding: 50px 15px;
	}
	.fstyle4 .txt1 p {
		font-size: 1.5em;
	}
	.fstyle4 .illust1 {
		max-width: 120px;
		margin: 40px auto 30px;
	}
	.fstyle4 .illust2 {
		margin: 50px auto 0;
	}

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.fstyle1 h1 {
		font-size: 1.375em;
	}
	.fstyle1 ul {
		max-width: 360px;
	}
	.fstyle1 ul li:nth-child(2) p {
		font-size: 1em;
	}

	.fstyle2 {
		padding: 50px 0;
	}
	.fstyle2 .txt1 {
		max-width: 400px;
	}
	.fstyle2 .txt1 p {
		font-size: 1em;
		line-height: 2;
		letter-spacing: 2px;
	}
	.fstyle2 .txt1 p br { display: none; }

	.comment ul li {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.fstyle3 .txt1 {
		max-width: 340px;
		margin-top: -10px;
	}

	.fstyle4 {
		padding: 40px 15px;
	}
	.fstyle4 .txt1 p {
		font-size: 1.25em;
	}
	.fstyle4 .txt1 p span {
		background-size: 5px auto;
	}
	.fstyle4 .illust1 {
		max-width: 120px;
		margin: 30px auto 20px;
	}
	.fstyle4 .illust2 {
		margin: 40px auto 0;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.fstyle1 {
		background-size: 540px auto;
	}
	.fstyle1 h1 {
		font-size: 1.00em;
		margin-bottom: 20px;
		padding: 12px;
	}
	.fstyle1 ul {
		margin: 0 auto;
	}
	.fstyle1 ul li:nth-child(2) {
		padding-bottom: 150px;
	}

	.fstyle2 {
		margin-top: 10px;
		padding: 30px 0;
		background-size: 90px auto, 90px auto;
	}
	.fstyle2 .txt1 p {
		font-size: 0.94em;
		line-height: 2;
	}

	.comment ul li {
		width: 50%;
		margin-bottom: 15px;
		padding: 0 5px;
	}

	.fstyle3 .txt1 {
		max-width: 240px;
		margin-top: -10px;
	}

	.fstyle4 .txt1 p br { display: none; }
	.fstyle4 .illust1 {
		max-width: 90px;
		margin: 30px auto 20px;
	}

}