@charset "UTF-8";

/*-----------------------------------

	outline.css

-----------------------------------*/


/* =====================
  main_image
===================== */

#lower #main_img {
	background:	url(../img/outline/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#lower #main_img h2 {
	width: 430px;
}

/* =====================
  block_01
===================== */
#block_01 .box_01 {
	background: url(../img/outline/title_img_01.png) #ecf3cf no-repeat;
	background-position: center 80px;
	border-top: 7px solid #81b158;
	position: relative;
	padding-bottom: 65px;
}
#block_01 .bg_img img {
	position: absolute;
}
#block_01 .bg_img img:first-child {
	left: 0;
	top: 0;
}
#block_01 .bg_img img:last-child {
	right: 0;
	top: 0;
}
#block_01 h3 {
	text-align: center;
	margin: 70px 0 115px;
}
#block_01 h4 {
	margin-top: -15px;
	text-align: center;
	position: relative;
	z-index: 1;
}

/* =====================
  block_02
===================== */

#block_02 {
	margin-bottom: 80px;
}
#block_02 .box_02 {
	position: relative;
	background: url(../img/outline/title_img_02.png) #fdeeed no-repeat;
	background-position: center 130px;
	border-top: 7px solid #eb6d8e;
	padding-bottom: 65px;
}
#block_02 h4 {
	margin-top: -15px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#block_02 .bg_img img {
	position: absolute;
}
#block_02 .bg_img img:first-child {
	left: 0;
	top: 0;
}
#block_02 .bg_img img:last-child {
	right: 0;
	top: 0;
}

/* =====================
  block_01, block_02
===================== */

#block_01 .list_box,
#block_02 .list_box {
	margin-top: 70px;
}
#block_01 .list_box .box,
#block_02 .list_box .box {
	position: relative;
	margin-bottom: 50px;
}
#block_01 .list_box .box .age_img,
#block_02 .list_box .box .age_img {
	position: absolute;
	left: 45px;
	top: 100px;
}
#block_01 .list_box .box ul,
#block_02 .list_box .box ul {
	position: absolute;
	width: 415px;
	left: 265px;
	top: 60px;
}
#block_01 .list_box .box ul li,
#block_02 .list_box .box ul li {
	position: relative;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 15px;
}
#block_01 .list_box .box .list_img,
#block_02 .list_box .box .list_img {
	position: absolute;
	right: 0;
	top: 10px;
}
#block_01 .list_box .box:nth-child(1) {
	height: 282px;
	background: url(../img/outline/list_bg_01.png) no-repeat;
}
#block_02 .list_box .box:nth-child(1) {
	height: 282px;
	background: url(../img/outline/list_bg_04.png) no-repeat;
}
#block_01 .list_box .box:nth-child(2) {
	height: 282px;
	background: url(../img/outline/list_bg_02.png) no-repeat;
}
#block_02 .list_box .box:nth-child(2) {
	height: 282px;
	background: url(../img/outline/list_bg_05.png) no-repeat;
}
#block_01 .list_box .box:nth-child(3) {
	height: 316px;
	margin-bottom: 0;
	background: url(../img/outline/list_bg_03.png) no-repeat;
}
#block_02 .list_box .box:nth-child(3) {
	height: 282px;
	margin-bottom: 0;
	background: url(../img/outline/list_bg_06.png) no-repeat;
}
#block_01 .list_box .box ul li:before,
#block_02 .list_box .box ul li:before {
	position: absolute;
	left: -25px;
	top: 3px;
}
#block_01 .list_box .box:nth-child(1) ul li:before {content: url(../img/outline/arrow_01.png);}
#block_01 .list_box .box:nth-child(2) ul li:before {content: url(../img/outline/arrow_02.png);}
#block_01 .list_box .box:nth-child(3) ul li:before {content: url(../img/outline/arrow_03.png);}
#block_02 .list_box .box:nth-child(1) ul li:before {content: url(../img/outline/arrow_04.png);}
#block_02 .list_box .box:nth-child(2) ul li:before {content: url(../img/outline/arrow_05.png);}
#block_02 .list_box .box:nth-child(3) ul li:before {content: url(../img/outline/arrow_06.png);}

#block_01 .flow_box {
	background: url(../img/outline/bottom_bg_01.png) no-repeat;
	background-position: top center;
	padding-bottom: 70px;
}
#block_02 .flow_box {
	background: url(../img/outline/bottom_bg_02.png) no-repeat;
	background-position: top center;
	padding-bottom: 70px;
}
.flow_box h5 {
	text-align: center;
	padding-top: 90px;
}
.flow_box ul {
	margin-top: 75px;
}
.flow_box ul li {
	float: left;
	width: 208px;
	height: 295px;
	margin-right: 56px;
	margin-bottom: 35px;
	position: relative;
}
.flow_box ul li:nth-child(4n) {
	margin-right: 0;
}
.flow_box ul li:after {
	position: absolute;
	right: -45px;
	top: 65px;
}
#block_01 .flow_box ul li:after {
	content: url("../img/outline/flow_arrow_01.png");
}
#block_02 .flow_box ul li:after {
	content: url("../img/outline/flow_arrow_02.png");
}
.flow_box ul li:nth-child(4n):after,
.flow_box ul li:nth-child(5):after {
	display: none;
}
.flow_box .title_img {
	height: 72px;
	position: relative;
}
.flow_box .title_img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flow_box .time_box span {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 2px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.flow_box .time_box span:first-child {
	margin-bottom: 5px;
}
#block_01 .flow_box .time_box span {
	background: #649f31;
}
#block_02 .flow_box .time_box span {
	background: #eb6e8f;
}

/*-----------------------------------

	tablet

-----------------------------------*/

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

#lower #main_img {
	background-position: 18%;
}

/* =====================
  block_01, block_02
===================== */

#block_01 .list_box .box ul,
#block_02 .list_box .box ul {
	position: absolute;
	width: 83%;
	left: 60px;
	top: 238px;
}
#block_01 .list_box .box:nth-child(1) {
	height: 485px;
	background: url(../img/outline/sp/list_bg_01.png) no-repeat;
}
#block_02 .list_box .box:nth-child(1) {
	height: 485px;
	background: url(../img/outline/sp/list_bg_04.png) no-repeat;
}
#block_01 .list_box .box:nth-child(2) {
	height: 485px;
	background: url(../img/outline/sp/list_bg_02.png) no-repeat;
}
#block_02 .list_box .box:nth-child(2) {
	height: 485px;
	background: url(../img/outline/sp/list_bg_05.png) no-repeat;
}
#block_01 .list_box .box:nth-child(3) {
	height: 485px;
	margin-bottom: 0;
	background: url(../img/outline/sp/list_bg_03.png) no-repeat;
}
#block_02 .list_box .box:nth-child(3) {
	height: 485px;
	margin-bottom: 0;
	background: url(../img/outline/sp/list_bg_06.png) no-repeat;
}

/* =====================
  block_01
===================== */

	#block_01 .list_box .box .age_img,
	#block_02 .list_box .box .age_img {
		left: 45px;
		top: 85px;
	}
	#block_01 h3 {
		margin: 50px 0 80px;
	}
	#block_01 h3 img {
		max-width: 75%;
	}
	#block_01 .m_center {
		width: 100%;
	}
	#block_01 h4,
	#block_02 h4 {
		margin-top: -12px;
	}
	#block_01 h4 img {
		max-width: 300px;
	}
	#block_02 h4 img {
		max-width: 385px;
	}
	#block_01 .bg_img img:first-child,
	#block_01 .bg_img img:last-child,
	#block_02 .bg_img img:first-child,
	#block_02 .bg_img img:last-child {
		width: 250px;
	}
	#block_01 .box_01,
	#block_02 .box_02 {
		background-size: 700px;
		background-position: center 140px;
	}
	#block_01 .list_box .box .list_img,
	#block_02 .list_box .box .list_img {
		position: absolute;
		right: 23px;
		top: -10px;
		width: 265px;
	}
	.flow_box .m_center {
		width: 95%;
	}
	.flow_box ul {
		width: 80%;
		margin: 60px auto 0;
	}
	.flow_box ul li {
		width: 47%;
		height: 285px;
		margin-right: 5%;
	}
	.flow_box ul li:nth-child(2n),
	.flow_box ul li:nth-child(7) {
		margin-right: 0;
	}
	.flow_box ul li:nth-child(5) {
		display: none;
	}
	.flow_box ul li:nth-child(6) {
		margin-right: 5%;
	}
	.flow_box ul li img {
		display: block;
		margin: 0 auto;
	}
	.flow_box ul li:after {
		right: -35px;
	}
	.flow_box ul li:nth-child(2):after,
	.flow_box ul li:nth-child(4):after,
	.flow_box ul li:nth-child(7):after,
	.flow_box ul li:nth-child(9):after {
		display: none;
	}
	.flow_box .time_box span {
		width: 208px;
		margin: 0 auto;
	}
	#block_01 .list_box .box:nth-child(1) {
		height: 485px;
		background: url(../img/outline/sp/list_bg_01.png) no-repeat;
	}
	#block_02 .list_box .box:nth-child(1) {
		height: 485px;
		background: url(../img/outline/sp/list_bg_04.png) no-repeat;
		background-position: center;
	}
	#block_01 .list_box .box:nth-child(2) {
		height: 485px;
		background: url(../img/outline/sp/list_bg_02.png) no-repeat;
	}
	#block_02 .list_box .box:nth-child(2) {
		height: 485px;
		background: url(../img/outline/sp/list_bg_05.png) no-repeat;
		background-position: center;
	}
	#block_01 .list_box .box:nth-child(3) {
		height: 485px;
		margin-bottom: 0;
		background: url(../img/outline/sp/list_bg_03.png) no-repeat;
	}
	#block_02 .list_box .box:nth-child(3) {
		height: 485px;
		margin-bottom: 0;
		background: url(../img/outline/sp/list_bg_06.png) no-repeat;
		background-position: center;
	}


/* =====================
  block_02
===================== */

	#block_02 {
		margin-bottom: 0;
	}
	#block_02 h3 img {
		width: 227px;
	}
	#block_02 .list_box {
		width: 100%;
	}
	#block_02 .list_box h4 img {
		max-width: 100%;
	}
	#block_02 #list_box_01 ul,
	#block_02 #list_box_02 ul {
		height: 320px;
	}
	#block_02 #list_box_03 ul,
	#block_02 #list_box_04 ul {
		height: 180px;
	}
	#block_02 #list_box_05 ul,
	#block_02 #list_box_06 ul {
		height: 270px;
	}
	#block_02 .flow_box {
		padding-bottom: 0;
	}

}

/*-----------------------------------

	sp

-----------------------------------*/

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

/* =====================
  block_01
===================== */

	#block_01 h3 {
		margin: 40px 0 50px;
	}
	#block_01 h3 img {
		max-width: 320px;
	}
	#block_01 h4 img {
		max-width: 220px;
	}
	#block_01 .flow_box {
		padding-bottom: 0px;
	}

/* =====================
  block_02
===================== */

	#block_02 h4 img {
		max-width: 280px;
	}

/* =====================
  block_01, block_02
===================== */
	.bg_img {
		display: none;
	}
	#block_01 h4,
	#block_02 h4 {
		margin-top: -9px;
	}
	#block_01 .box_01 {
		background-size: 390px;
		background-position: center 155px;
		padding-bottom: 60px;
	}
	#block_02 .box_02 {
		background-size: 320px;
		background-position: center 135px;
		padding-bottom: 60px;
	}
	#block_01 .list_box,
	#block_02 .list_box {
		margin-top: 55px;
	}
	#block_01 .list_box .box,
	#block_02 .list_box .box {
		position: relative;
		margin-bottom: 15px;
	}
	#block_01 .list_box .box .age_img,
	#block_02 .list_box .box .age_img {
		width: 50%;
		left: 6px;
		top: 90px;
	}
	#block_01 .list_box .box .age_img img,
	#block_02 .list_box .box .age_img img {
		max-width: 80%;
	}
	#block_01 .list_box .box .list_img,
	#block_02 .list_box .box .list_img {
		right: 5px;
		top: 65px;
		width: 165px;
		margin: 0 auto;
	}
	#block_01 .list_box .box ul,
	#block_02 .list_box .box ul {
		position: absolute;
		width: 86%;
		left: 35px;
		top: 230px;
	}
	#block_01 .list_box .box:last-child ul {
		top: 215px;
	}
	#block_01 .list_box .box ul li,
	#block_02 .list_box .box ul li {
		font-size: 14px;
	}

	.flow_box h5 img {
		width: 320px;
	}
	.flow_box ul li {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 70px;
	}
	.flow_box ul li:after {
		width: 34px;
		height: 27px;
		left: 0;
		right: 0;
		top: 107%;
		margin: 0 auto;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.flow_box ul li:nth-child(2):after,
	.flow_box ul li:nth-child(4):after,
	.flow_box ul li:nth-child(7):after,
	.flow_box ul li:nth-child(9):after {
		display: block;
	}

}