@charset "utf-8";

/* ---------------------------------------------
*   life_main_head
--------------------------------------------- */
.life_main_head {
	box-sizing: border-box;
	background: url(/health/amicolla/life/images/bg_section1_1.jpg) 0 0 no-repeat;
	background-size: cover;
}
.life_main_head > .newamic_container {
	height: 400px;
}

/*  life_main_head_inner
--------------------------------------------- */
.life_main_head_inner {
	box-sizing: border-box;
	width: 559px;
	height: 505px;
	margin: 0 322px 0 319px;
}

/*  item_title
--------------------------------------------- */
.life_main_head .item_title {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 20px;
}

/*  item_text
--------------------------------------------- */
.life_main_head .item_text {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

/* ---------------------------------------------
*   life_main_body
--------------------------------------------- */
/*  item_section
--------------------------------------------- */
.life_main_body .item_section {
	box-sizing: border-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/*  item_section (:first-child)
--------------------------------------------- */
.life_main_body .item_section:first-child {
	background-image: url(/health/amicolla/life/images/bg_section2.jpg);
}
.life_main_body .item_section:first-child > .newamic_container {
	height: 699px;
	padding: 202px 0 0 120px;
}

/*  item_section (nth-child(2))
--------------------------------------------- */
.life_main_body .item_section:nth-child(2) {
	background-image: url(/health/amicolla/life/images/bg_section3.jpg);
}
.life_main_body .item_section:nth-child(2) > .newamic_container {
	height: 698px;
	padding: 205px 0 0 120px;
}

/*  item_section (nth-child(3))
--------------------------------------------- */
.life_main_body .item_section:nth-child(3) {
	background-image: url(/health/amicolla/life/images/bg_section4.jpg);
}
.life_main_body .item_section:nth-child(3) > .newamic_container {
	height: 699px;
	padding: 205px 0 0 145px;
}

/*  item_section (nth-child(4))
--------------------------------------------- */
.life_main_body .item_section:nth-child(4) {
	background-image: url(/health/amicolla/life/images/bg_section5.jpg);
}
.life_main_body .item_section:nth-child(4) > .newamic_container {
	height: 699px;
	padding: 205px 0 0 590px;
}

/*  item_section (nth-child(5))
--------------------------------------------- */
.life_main_body .item_section:nth-child(5) {
	background-image: url(/health/amicolla/life/images/bg_section6.jpg);
}
.life_main_body .item_section:nth-child(5) > .newamic_container {
	height: 695px;
	padding: 205px 0 0 120px;
}

/*  item_section (nth-child(6))
--------------------------------------------- */
.life_main_body .item_section:nth-child(6) {
	background-image: url(/health/amicolla/life/images/bg_section7.jpg);
}
.life_main_body .item_section:nth-child(6) > .newamic_container {
	height: 698px;
	padding: 205px 0 0 120px;
}

/*  item_section (nth-child(7))
--------------------------------------------- */
.life_main_body .item_section:nth-child(7) {
	background-image: url(/health/amicolla/life/images/bg_section8.jpg);
}
.life_main_body .item_section:nth-child(7) > .newamic_container {
	height: 700px;
	padding: 205px 0 0 590px;
}

/*  item_section (nth-child(8))
--------------------------------------------- */
.life_main_body .item_section:nth-child(8) {
	background-image: url(/health/amicolla/life/images/bg_section9.jpg);
}
.life_main_body .item_section:nth-child(8) > .newamic_container {
	height: 700px;
	padding: 205px 0 0 120px;
}

/*  item_section (nth-child(9))
--------------------------------------------- */
.life_main_body .item_section:nth-child(9) {
	background-image: url(/health/amicolla/life/images/bg_section10.jpg);
}
.life_main_body .item_section:nth-child(9) > .newamic_container {
	height: 700px;
	padding: 205px 0 0 120px;
}

/*  item_section_inner
--------------------------------------------- */
.life_main_body .item_section_inner {
	box-sizing: border-box;
	width: 500px;
	padding: 30px 30px 22px 34px;
}

/*  item_section_inner (skin)
--------------------------------------------- */
.life_main_body .item_section .item_section_inner {
	background-color: rgba(157,37,2,0.7);
}
.life_main_body .item_section.skin_inner_white .item_section_inner {
	background-color: rgba(255,255,255,0.7);
}
.life_main_body .item_section:nth-child(9) .item_section_inner {
	padding-top: 62px;
	padding-bottom: 60px;
}

/*  item_section_head
--------------------------------------------- */
.life_main_body .item_section_head {
	margin-bottom: 40px;
}

/*  item_section_head (skin)
--------------------------------------------- */
.life_main_body .item_section:nth-child(9) .item_section_head {
	margin-bottom: 0;
}

/*  item_section_body
--------------------------------------------- */
/* -- item_text -- */
.life_main_body .item_section_body .item_text {
	letter-spacing: 0.1em;
	line-height: 1.75;
	font-size: 16px;
	color: #fff;
}

/* -- item_text (skin) -- */
.life_main_body .item_section.skin_inner_white .item_text {
	color: #000;
}