@charset "UTF-8";

/* //////////////////////////////////////////////////

　子どもシェルターページのスタイル

////////////////////////////////////////////////// */

/* sec2 */
#sec02 .image {
	margin: 60px 0 0;
}

/* sec3 */
.usage_step {
	display: inline-block;
}
.usage_step li {
}
.usage_step i {
	position: relative;
	padding-bottom: 70px;
}
.usage_step li:not(:last-child) i::after {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: -16.5px;
	content: url(../img/shelter/mrk_step.png);
}
.usage_step .content {
	padding: 15px 0 30px 60px;
	width: 580px;
	text-align: left;
}
.usage_step .line {
	display: inline-block;
	margin-bottom: 0.6em;
	background-color: #fff57f;
	line-height: 1;
}
.usage_step .box {
	border: 1px solid #19b5cc;
	border-radius: 8px;
	padding: 15px 20px;
}
.usage_step .box h4 {
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 5px;
	background: url(../img/information/line.png) repeat-x bottom;
	background-size: 100% 2px;
}
.usage_step .dl dt {
	background: #18b7cd;
}



/* 1日の過ごし方 */
div.button{
width: 200px;
height: 40px;
color: #ffffff;
background: #f3a367;
margin: 0 auto 40px;
padding: 10px 0 0;
position: relative;
text-align: center;
border-radius: 50px;
}

div.button a{
	display: block;
	color: #ffffff;
	font-size: 89%;
	overflow : hidden;
	outline : none;
}


/* 次のステップ */
.next_step {
	margin: 50px 0 0;
}
.next_step li {
	padding: 50px 55px 0;
}
.next_step .btn_strip {
	display: table-cell;
	width: 175px;
	height: 100px;
	vertical-align: middle;
}
.next_step li:last-child .btn_strip {
	line-height: 0.9;
}
.next_step ul {
	position: relative;
}
.next_step ul::after {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -380px;
	content: "など";
	font-size: 1.14em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* inview */
@media screen and (min-width: 769px) {
	.inview01 {
		top: 0;
		left: 130px;
	}
	.inview_w01 {
		top: 350px;
		left: -10px;
	}
	.inview_w02 {
		bottom: 0;
		right: 40px;
	}
	.inview02 {
		top: -110px;
		left: 0px;
	}
	.inview03 {
		bottom: 150px;
		right: 10px;
	}
	.inview_w03 {
		top: -50px;
		left: -40px;
	}
	.inview04 {
		top: 160px;
		right: 0px;
	}
	.inview05 {
		bottom: 170px;
		left: 0px;
	}
	.inview_w04 {
		bottom: 20px;
		right: -50px;
	}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* sec2 */
	#sec02 .image {
		margin: 40px 0 0;
	}

	/* sec3 */
	.usage_step {
		display: inline-block;
	}
	.usage_step li {

	}
	.usage_step li + li {
		position: relative;
		padding-top: 60px;
	}
	.usage_step li + li::after {
		position: absolute;
		top: 25px;
		left: 50%;
		margin-left: -16.5px;
		content: url(../img/shelter/mrk_step.png);
		zoom: .75;
	}
	.usage_step i {
		display: block;
		padding-bottom: 10px;
	}
	.usage_step li:not(:last-child) i::after {
		display: none;
	}
	.usage_step .content {
		padding: 0;
	}
	.usage_step li:first-child .content {
	}
	.usage_step .content p.fz17,
	.usage_step .content dl {
	}
	.usage_step h3 {
		text-align: center;
	}
	
	/* 次のステップ */
	.next_step {
		margin: 40px 0 0;
	}
	.next_step li._item {
		padding: 20px 10px 0;
	}
	.next_step .btn_strip {
		height: 70px;
	}

	.next_step ul::after {
		margin-right: -130px;
	}
}
@media screen and (max-width: 600px) {
}

