@charset "EUC-JP";
/* CSS Document */


body div.wrap article section.contents {
	width: 100%;
	height: auto;
	padding: 1rem 0;
}
body div.wrap article section.contents h2 {
	width: 100%;
	height: 5.5rem;
	padding: 2.4rem 0 0 3.5rem;
	margin:  0 0 1.5rem 0;
	background-image: url("../images/index/index_headline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article section.contents p {
	margin-bottom: 2rem;
}
body div.wrap article section.contents div.step_set {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 2rem 0;
}
body div.wrap article section.contents div.step_set::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.contents div.step_set div.h_steps {
	width: 48%;
	height: auto;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #ff4a78;
}
body div.wrap article section.contents div.step_set div.h_steps:nth-of-type(odd) {
	float: left;
}
body div.wrap article section.contents div.step_set div.h_steps:nth-of-type(even) {
	float: right;
}
body div.wrap article section.contents div.step_set div.h_steps ol {
	width: 100%;
	height: auto;
	min-height: 6rem;
	padding: 0 0 0 1rem;
	margin:  0 0 0 0;
}
body div.wrap article section.contents div.step_set div.h_steps ol li {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
body div.wrap article section.contents div.step_set div.h_steps img {
	width: 100%;
	height: auto;
	border: 1px solid #ff4a78;
	border-radius: 1rem;
}
body div.wrap article section.back_link {
	text-align: center;
}


@media only screen and (max-width: 820px) {

	body div.wrap article section.contents {
		padding: 1rem 0 0 0;
	}

	body div.wrap article section.contents h2 {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 1rem 0;
		font-size: 1.3rem;
		color: #ff4a78;
		text-shadow:
			1px 1px 1px #fff, -1px -1px 1px #fff,
			-1px 1px 1px #fff,  1px -1px 1px #fff,
			1px 0 1px #fff, -1px  0 1px #fff,
			0 1px 1px #fff,  0 -1px 1px #fff;
		background: initial;
		text-align: center;
	}
	body div.wrap article section.contents h2 span {
		display: block;
	}
	body div.wrap article section.contents div.step_set {
		margin-bottom: 0;
	}
	body div.wrap article section.contents div.step_set div.h_steps {
		width: 100%;
		margin-bottom: 2rem;
	}
	body div.wrap article section.contents div.step_set div.h_steps:nth-of-type(odd) {
		float: initial;
	}
	body div.wrap article section.contents div.step_set div.h_steps:nth-of-type(even) {
		float: initial;
	}
	body div.wrap article section.contents div.step_set div.h_steps ol {
		min-height: initial;
		margin:  0 0 1rem 0;
}

}
