 @charset "UTF-8";
/*CONTENTS---------------------------------------------------------------------------------*/

.container h2 {
	height: 30px;
	background: url(../images/ttl.svg) no-repeat center top;
	margin: 0;
}
/* aside */
.container aside {
	width: 95%;
	font-size: 110%;
	padding: 0 0.5rem;
	box-sizing: border-box;
	line-height: 2;
	background: #f9f4f9;
	border-bottom: 1px solid #d6d6d6;
}
.container aside dl {
	margin: 0 auto;
	background: #f9f4f9;
}
.container aside dl dt {
	text-align: center;
	color: #e0559b;
	font-size: 150%;
	padding: 1.5rem 0;
}
.container aside dl dt {
	background: url(../images/icn@2x.png) no-repeat 25% 45%, url(../images/icn@2x.png) no-repeat 75% 45%;
	background-size: 43px 20px, 43px 20px;
}
.container aside dl dd {
	text-align: center;
	padding-bottom: 1.5rem;
}
/*STEP---------------------------------------------------------------------------------*/
/* yellow */
.container > .yellow {
	width: 95%;
	font-size: 110%;
	margin-bottom: 2rem;
	padding: 0 0.5rem;
	box-sizing: border-box;
	line-height: 2;
	background: #fcfbf0;
	border: 3px solid #d1d1d1;
	overflow: auto;
	overflow-x: hidden;
}
.container > .yellow > dl {
	margin: 0 auto;
	background: #fcfbf0;
}
.container > .yellow > dl > dt {
	text-align: center;
	color: #e0559b;
	padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
.container > .yellow > dl > dt {
	background: url(../../images/icn2@2x.png) no-repeat 25% 45%, url("../../images/icn2@2x.png") no-repeat 75% 45%;
	background-size: 128px 20px, 128px 20px;
}
}
.container > .yellow > dl > dd {
	text-align: center;
	padding-bottom: 1.5rem;
}
.container > .yellow > dl > dd> ul > li {
	clear: both;
	margin-left: 5rem;
	position: relative;
}
.arrow {
	width: 100%;
	min-height: 180px;
	background: url("../images/arrow.svg") no-repeat center bottom;
	background-size: 50px 45px;
}
.container > .yellow > dl > dd> ul > li > figure {
	width: 160px;
	float: left;
	margin-right: 1rem;
	position: relative;
}
.container > .yellow > dl > dd> ul > li > figure .step {
	width: 88px;
	display: block;
	position: absolute;
	top: -10px;
	left: -50px;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl {
	float: left;
	text-align: left;
	padding: 1rem;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl > dt {
	border-bottom: #878787 1px dotted;
	margin-bottom: 1rem;
	color: #000000;
	font-size: 120%;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl > dd .ttl_blue {
	color: #043b89;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl > dd > ul > li {
	padding-left: 4em;
	text-indent: -4em;
}

@media print, screen and (min-width:768px) {
.container > .yellow > dl > dd> ul > li > figcaption > dl > dt {
	width: 620px;
}
}
/* gray */
.container > .gray {
	background: #f9f9f9;
	border: 3px solid #ea83bb;
}
.container > .gray > dl {
	margin: 0 auto;
	background: #f9f9f9;
}
.container > .gray > dl > dt {
	text-align: center;
	color: #e0559b;
	font-size: 150%;
	padding: 1.5rem 0;
	background: url(../../images/icn@2x.png) no-repeat 25% 45%, url("../../images/icn@2x.png") no-repeat 75% 45%;
	background-size: 43px 20px, 43px 20px;
}
.container > .gray > dl > dd {
	text-align: center;
	padding: 0 2rem 1.5rem 2rem;
}

/*667px以下の場合
=========================================================================================*/

@media screen and (max-width: 667px) {
header .block-right {
	top: -20px;
}
}

/*767px以下の場合
=========================================================================================*/

@media print, screen and (max-width:767px) {
header h1 {
	display: none;
}
header.inside {
	width: auto;
	height: 15vh;
}
header .block-right {
	/*top:30px;*/
	top: 7vh;
}
.container {
	width: 100%;
}
.contents {
	width: 95%;
	margin: 0 auto;
}
.container h2 {
	max-width: 100%;
	height: 30px;
	background: url(../images/ttl.svg) no-repeat center top;
	background-size: 200% auto;
	margin: 0;
}
/* aside */
.container aside {
	margin: 0 auto;
}
.container aside dl dt {
	background: none;
	background-size: 43px 20px, 43px 20px;
}
.container aside dl dd {
	text-align: center;
	padding-bottom: 1.5rem;
}
/*STEP---------------------------------------------------------------------------------*/
/* yellow */
.container > .yellow {
	width: 95%;
	margin: 0 auto 4vh auto;
	padding: 0 2vh;
}
.container > .yellow > dl > dt {
	background: url("../../images/icn@2x.png") no-repeat 10% 45%, url("../../images/icn@2x.png") no-repeat 90% 45%;
	background-size: 43px 20px, 43px 20px;
}
.container > .yellow > dl > dd> ul > li {
	padding: 2vh 0 6vh;
	margin-left: 0;
	overflow: auto;
}
.arrow {
	width: 100%;
	background: url("../images/arrow.svg") no-repeat center bottom;
	background-size: 50px 45px;
}
.container > .yellow > dl > dd> ul > li > figure img {
	max-width: 100%;
	height: auto;
	margin-left: 25vw;
}
.container > .yellow > dl > dd> ul > li > figure {
	width: 100%;
	height: 320px;
}
.container > .yellow > dl > dd> ul > li > figure.step1 {
	background: url("../images/c0@2x.png") no-repeat center center;
}
.container > .yellow > dl > dd> ul > li > figure.step2 {
	background: url("../images/c1@2x.png") no-repeat center center;
}
.container > .yellow > dl > dd> ul > li > figure.step3 {
	background: url("../images/c2@2x.png") no-repeat center center;
}
.container > .yellow > dl > dd> ul > li > figure.step4 {
	background: url("../images/c3@2x.png") no-repeat center center;
}
.container > .yellow > dl > dd> ul > li > figure.step5 {
	background: url("../images/c4@2x.png") no-repeat center center;
}
.container > .yellow > dl > dd> ul > li > figure img {
	display: none;
}
.container > .yellow > dl > dd> ul > li > figure img.pht_right {
	float: none;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl {
	width: 100%;
	clear: both;
	margin-right: 2vh;
	box-sizing: border-box;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl dt {
	text-align: center;
}
.container > .yellow > dl > dd> ul > li > figcaption > dl > dd > ul > li {
	line-height: 1.7;
}
/* gray */
.container > .gray > dl > dt {
	background: url(../../images/icn@2x.png) no-repeat 5% 45%, url("../../images/icn@2x.png") no-repeat 95% 45%;
	background-size: 43px 20px, 43px 20px;
}
.container > .gray > dl > dd {
	padding: 0 1vh 3.5vh 1vh;
}
}
