@charset "utf-8";

/* ---------------------------------------------
*   world_main_head
--------------------------------------------- */
.world_main_head {
	box-sizing: border-box;
	background-color: #0b0a32;
}
.world_main_head > .newamic_container {
	height: 604px;
	padding-top: 92px;
	background: url(/health/amicolla/world/images/bg_section1.png) 0 0 no-repeat;
}

/*  item_title
--------------------------------------------- */
.world_main_head .item_title {
	text-align: center;
	margin-bottom: 80px;
}

/* -- item_title_main -- */
.world_main_head .item_title_main {
	display: block;
	margin-bottom: 34px;
}

/* -- item_title_sub -- */
.world_main_head .item_title_sub {
	display: block;
}

/*  item_lead
--------------------------------------------- */
.world_main_head .item_lead {
	text-align: center;
}

/* -- item_lead_main -- */
.world_main_head .item_lead_main {
	display: block;
	margin-bottom: 36px;
}

/* -- item_lead_sub -- */
.world_main_head .item_lead_sub {
	display: block;
}

/* ---------------------------------------------
*   world_main_body
--------------------------------------------- */
/*  item_section
--------------------------------------------- */
.world_main_body .item_section {
	box-sizing: border-box;
	text-align: center;
}

/*  item_section (first-child)
--------------------------------------------- */
.world_main_body .item_section:first-child {
	background-color: #cae5ee;
}
.world_main_body .item_section:first-child > .newamic_container {
	height: 700px;
	padding-top: 98px;
	background: url(/health/amicolla/world/images/bg_section2.jpg) 0 0 no-repeat;
}

/* -- item_text -- */
.world_main_body .item_section:first-child .item_text {
	margin-bottom: 45px;
}

/* -- item_flag -- */
.world_main_body .item_section:first-child .item_flag {
	margin-bottom: 24px;
}

/*  item_section (nth-child(2))
--------------------------------------------- */
.world_main_body .item_section:nth-child(2) {
	padding-top: 45px;
	background-color: #fff;
}

/* -- item_text -- */
.world_main_body .item_section:nth-child(2) .item_text {
	margin-bottom: 52px;
}

/* -- item_the_earth -- */
.world_main_body .item_section:nth-child(2) .item_the_earth {
	margin-bottom: 42px;
}
