@charset "utf-8";
/* CSS Document */


/* ▽▽ 見出し
------------------------------------------------------- */
h3.noflower {
	background: none;
	padding: 0;
	margin: 0;
}
.h3_lead {
	padding-bottom: 40px;
	background: url(../img/h3_line.png) center bottom no-repeat;
	font-family: "Shippori Mincho B1", serif;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	color: #7c4f00;
	text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff, 4px 0px 10px #fff, 0px 4px 10px #fff, -4px 0px 10px #fff, 0px -4px 10px #fff;
}
.h3_lead_flower {
	padding-top: 100px;
	padding-bottom: 40px;
	background:
		url(../img/h3_bg.png) center top no-repeat,
		url(../img/h3_line.png) center bottom no-repeat;
	font-family: "Shippori Mincho B1", serif;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	color: #7c4f00;
	text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff, 4px 0px 10px #fff, 0px 4px 10px #fff, -4px 0px 10px #fff, 0px -4px 10px #fff;
}
.h3_yellow {
	background: url(../img/h4_bg.png) top center;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}
.h3_yellow .title {
	width: 980px;
	margin-inline: auto;
	padding: 4px 0;
	font-family: "Shippori Mincho B1", serif;
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
	color: #fff;
}
.h3_yellow .sub {
	font-size: 17px;
	vertical-align: baseline;
}
.h4_circle {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	min-height: 80px;
	margin: 30px 0 20px;
	padding: 8px 0 8px 20px;
	background: url(../img/h4_circle_bg.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.h4_circle .title {
	position: relative;
	font-family: "Shippori Mincho B1", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	color: #f08c00;
}
.h4_circle .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 8px;
	background: url(../img/line_hr.png) repeat-x left bottom;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	.h3_lead {
		padding: 0 0 28px;
		background-size: 50%;
		font-size: 18px;
	}
	.h3_lead_flower {
		padding-top: 75px;
		background-size: 25%,50%;
		font-size: 18px;
	}
	.h3_yellow {}
	.h3_yellow .title {
		width: 90%;
		padding: 10px 0;
		font-size: 18px;
	}
	.h3_yellow .sub {
		font-size: 14px;
	}
	.h4_circle {}
	.h4_circle .title {
		font-size: 20px;
	}
}
/* ↑SP
------------------------------- */
/* △△ 見出し
------------------------------------------------------- */
/* ▽▽ ページタイトル
------------------------------------------------------- */
#mainvisual {
	position: relative;
	z-index: 50;
	background-color: #f9f4e6;
	padding: 0;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
}
#mainvisual .inner {
	position: relative;
	height: 300px;
}
#mainvisual .pagettl {
	position: absolute;
	left: 0;
	top: 46%;
	width: 100%;
	translate: 0 -50%;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 42px;
	text-align: left;
	line-height: 1.4;
	color: #4e3505;
	text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff, 4px 0px 10px #fff, 0px 4px 10px #fff, -4px 0px 10px #fff, 0px -4px 10px #fff;
}
#mainvisual .sub {
	display: block;
	font-size: 14px;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#mainvisual {
		margin: 80px auto 0;
		background-position: center top;
	}
	#mainvisual .inner {
		width: 1000px;
		padding: 0;
		margin: 0 auto;
		text-align: left;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#mainvisual {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: left;
		background-size: 150% !important;
		margin: 0 auto 0;
		background-position: center top;
		padding-bottom: 0px;
	}
	#mainvisual .inner {
		height: 100px;
		width: 90%;
		margin:	0 auto;
	}
	#mainvisual .pagettl {
		top: 38%;
		font-size: 20px;
	}
	#mainvisual .sub {
		font-size: 12px;
	}
}
/* ↑SP
------------------------------- */
/* △△ ページタイトル
------------------------------------------------------- */
/* ▽▽ チェクリスト
------------------------------------------------------- */
dl.checklist {
	text-align: left;
	margin: 0 auto;
}
dl.checklist dt {
	font-weight: bold;
	background: url(../img/h5_bg.png) center center no-repeat;
	height: 67px;
	text-align: left;
}
dl.checklist dt span {
	display: block;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../img/check.png) left 20px no-repeat;
	text-align: left;
}
dl.checklist dd {
	padding: 10px 20px 30px;
	text-align: left;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	dl.checklist {
		width: 920px;
		text-align: left;
		margin: 0 auto;
	}
	dl.checklist dt span {
		padding-top: 20px;
		font-size: 20px;
		padding-left: 40px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	dl.checklist {
		width: 100%;
		text-align: left;
		margin: 0 auto;
	}
	dl.checklist dt span {
		padding-right: 8px;
		padding-bottom: 10px;
		padding-top: 18px;
		font-size: 16px;
		padding-left: 40px;
		line-height: 1.1;
	}
}
/* ↑SP
------------------------------- */
/* △△ チェクリスト
------------------------------------------------------- */
.osusume {
	text-align: left;
	background: url(../img/kakomi_bg.png);
	border: dashed 3px #fcc337;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.osusume h5 {
	color: #f08c00;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.osusume ul {
	margin-top: 10px;
}
.osusume ul li {
	padding-left: 40px;
	background: url(../img/check_orange.png) left center no-repeat;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
/* ▽▽ 囲み
------------------------------------------------------- */
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	.osusume {
		padding: 30px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	.osusume {
		padding: 20px 15px 10px;
	}
}
/* ↑SP
------------------------------- */
/* △△ 囲み
------------------------------------------------------- */
/* ▽▽ ステップ
------------------------------------------------------- */
.step_list {
	width: 100%;
}
.step_list li .step {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/step_bg.png);
}
.step_list li .step.last {
	background-image: url(../img/step_bg_last.png);
}
.step_list h5 {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	background-repeat: no-repeat
}
.step_list h5.step01 {
	background-image: url(../img/step01.png);
}
.step_list h5.step02 {
	background-image: url(../img/step02.png);
}
.step_list h5.step03 {
	background-image: url(../img/step03.png);
}
.step_list h5.step04 {
	background-image: url(../img/step04.png);
}
.step_list h5.step05 {
	background-image: url(../img/step05.png);
}
.step_list li .step p {
	text-align: left;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	.step_list li .step {
		height: 306px;
		width: 477px;
		float: right;
	}
	.step_list h5 {
		padding: 40px 20px 20px;
		text-align: right;
		background-position: 20px center;
	}
	.step_list li {
		clear: both;
		padding-top: 20px;
	}
	.step_list li .step p {
		padding: 20px 20px 0 30px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	.step_img {
		margin: 10px 0;
	}
	.step_list li .step {
		height: 306px;
		width: 100%;
		margin: 0 auto;
	}
	.step_list h5 {
		padding-top: 75px;
		text-align: center;
		background-position: top center;
	}
	.step_list li .step p {
		padding: 20px 15px 0 20px;
	}
}
/* ↑SP
------------------------------- */
/* △△ ステップ
------------------------------------------------------- */
/* ▽▽
------------------------------------------------------- */
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {}
/* ↑SP
------------------------------- */
/* △△
------------------------------------------------------- */
