@charset "utf-8";

/* ---------------------------------------------
*   melmaga_main_head
--------------------------------------------- */
.melmaga_main_head {
	box-sizing: border-box;
	background-color: #fff;
}
.melmaga_main_head > .newamic_container {
	height: 700px;
	padding-top: 142px;
	background: url(/health/amicolla/melmaga/images/bg_section1.jpg) 0 0 no-repeat;
}

/*  melmaga_main_head_inner
--------------------------------------------- */
.melmaga_main_head_inner {
	box-sizing: border-box;
	width: 396px;
	padding: 18px 0 18px;
	background-color: #e50060;
	margin: 0 auto;
}

/* -- item_title -- */
.melmaga_main_head_inner .item_title {
	text-align: center;
	margin-bottom: 20px;
}

/* -- item_text -- */
.melmaga_main_head_inner .item_text {
	text-align: center;
	margin-bottom: 20px;
}

/* -- item_annotation -- */
.melmaga_main_head_inner .item_annotation {
	text-align: center;
	color: #fff;
}

/* ---------------------------------------------
*   melmaga_main_body
--------------------------------------------- */
/*  item_section (:first-child)
--------------------------------------------- */
.melmaga_main_body .item_section {
	background-color: #fff;
}
.melmaga_main_body .item_section:first-child > .newamic_container {
	padding: 86px 0 76px;
}

/*  item_section_head (:first-child)
--------------------------------------------- */
.melmaga_main_body .item_section:first-child .item_section_head {
	margin-bottom: 34px;
}

/* -- item_title -- */
.melmaga_main_body .item_section:first-child .item_title {
	text-align: center;
}

/*  item_section_body (:first-child)
--------------------------------------------- */
/* -- item_text -- */
.melmaga_main_body .item_section:first-child .item_text {
	text-align: center;
}

/*  item_section (:nth-child(2))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(2) {
	background-color: rgba(195,0,123,0.1);
}
.melmaga_main_body .item_section:nth-child(2) > .newamic_container {
	padding: 72px 0 70px;
}

/*  item_section_head (:nth-child(2))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(2) .item_section_head {
	margin-bottom: 40px;
}

/* -- item_title -- */
.melmaga_main_body .item_section:nth-child(2) .item_title {
	text-align: center;
}

/*  item_section_body (:nth-child(2))
--------------------------------------------- */
/* item_benefit */
.melmaga_main_body .item_section:nth-child(2) .item_benefit {
	margin-top: 45px;
}

/* item_benefit (skin) */
.melmaga_main_body .item_section:nth-child(2) .item_benefit:first-child {
	margin-top: 0;
}

/* item_benefit_title */
.melmaga_main_body .item_section:nth-child(2) .item_benefit_title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

/* item_benefit_text */
.melmaga_main_body .item_section:nth-child(2) .item_benefit_text {
	display: block;
	text-align: center;
}

/*  item_section (:nth-child(3))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(3) {
	background-color: #fff;
}
.melmaga_main_body .item_section:nth-child(3) > .newamic_container {
	padding: 68px 0 0;
}

/*  item_section_head (:nth-child(3))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(3) .item_section_head {
	margin-bottom: 40px;
}

/* -- item_title -- */
.melmaga_main_body .item_section:nth-child(3) .item_title {
	text-align: center;
}

/*  item_section_body (:nth-child(3))
--------------------------------------------- */
/* -- item_conversion -- */
.melmaga_main_body .item_section:nth-child(3) .item_conversion {
	position: relative;
	text-align: center;
	margin-bottom: 32px;
}

/* item_conversionlink */
.melmaga_main_body .item_section:nth-child(3) .item_conversionlink {
	display: inline-block;
	vertical-align: top;
}

/* item_conversion_annotation */
.melmaga_main_body .item_section:nth-child(3) .item_conversion_annotation {
	position: absolute;
	top: 150px;
	left: 686px;
	display: block;
}

/* -- item_text -- */
.melmaga_main_body .item_section:nth-child(3) .item_text {
	text-align: center;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 60px;
}

/* -- item_cancel_head -- */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_head {
	margin-bottom: 25px;
}

/* item_cancel_title */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_title {
	text-align: center;
}

/* -- item_cancel_body -- */
/* item_cancel_text */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_text {
	text-align: center;
	font-size: 14px;
	margin-bottom: 17px;
}

/* item_cancel_link */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_link {
	width: 414px;
	margin: 0 auto;
}

/* button_negative_reversal_inner (Override) */
.melmaga_main_body .item_section:nth-child(3) .button_negative_reversal_inner {
	width: 100%;
}

/* ---------------------------------------------
*   SP (max-width: 767.9px)
--------------------------------------------- */
@media screen and (max-width: 767.9px) {

/* ---------------------------------------------
*   melmaga_main_head
--------------------------------------------- */
.melmaga_main_head {
	box-sizing: border-box;
	background-color: #fff;
}
.melmaga_main_head > .newamic_container {
	position: relative;
	height: 0;
	padding-top: 100%;
	background: url(/health/amicolla/melmaga/images/bg_section1_sp.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

/*  melmaga_main_head_inner
--------------------------------------------- */
.melmaga_main_head_inner {
	position: absolute;
	top: 18%;
	left: 50%;
	box-sizing: border-box;
	width: 52.6666666%;
	padding: 6px 0;
	text-align: center;
	background-color: #e50060;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -- item_title -- */
.melmaga_main_head_inner .item_title {
	margin-bottom: 15px;
}
.melmaga_main_head_inner .item_title img {
	width: 71.6455696%;
}

/* -- item_text -- */
.melmaga_main_head_inner .item_text {
	margin-bottom: 12px;
}
.melmaga_main_head_inner .item_text img {
	width: 71.6455696%;
}

/* -- item_annotation -- */
.melmaga_main_head_inner .item_annotation {
	color: #fff;
	font-size: .69rem;
}

/* ---------------------------------------------
*   melmaga_main_body
--------------------------------------------- */
/*  item_section (:first-child)
--------------------------------------------- */
.melmaga_main_body .item_section {
	background-color: #fff;
}
.melmaga_main_body .item_section:first-child > .newamic_container {
	padding: 40px 0;
	text-align: center;
}

/*  item_section_head (:first-child)
--------------------------------------------- */
.melmaga_main_body .item_section:first-child .item_section_head {
	margin-bottom: 40px;
}

/* -- item_title -- */
.melmaga_main_body .item_section:first-child .item_title img {
	width: 48.1333333%;
}

/*  item_section_body (:first-child)
--------------------------------------------- */
/* -- item_text -- */
.melmaga_main_body .item_section:first-child .item_text img {
	width: 82.8%;
}

/*  item_section (:nth-child(2))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(2) {
	background-color: rgba(195,0,123,0.1);
}
.melmaga_main_body .item_section:nth-child(2) > .newamic_container {
	padding: 40px 0 38px;
	text-align: center;
}

/*  item_section_head (:nth-child(2))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(2) .item_section_head {
	margin-bottom: 40px;
}

/* -- item_title -- */
.melmaga_main_body .item_section:nth-child(2) .item_title img {
	width: 44.9333333%;
}

/*  item_section_body (:nth-child(2))
--------------------------------------------- */
/* item_benefit */
.melmaga_main_body .item_section:nth-child(2) .item_benefit {
	margin-top: 18px;
}

/* item_benefit (skin) */
.melmaga_main_body .item_section:nth-child(2) .item_benefit:first-child {
	margin-top: 0;
}

/* item_benefit_title */
.melmaga_main_body .item_section:nth-child(2) .item_benefit_title {
	display: block;
	margin-bottom: 20px;
}
.melmaga_main_body .item_section:nth-child(2) .item_benefit_title img {
	width: 14.6666666%;
}

/* item_benefit_text */
.melmaga_main_body .item_section:nth-child(2) .item_benefit_text {
	display: block;
}
.melmaga_main_body .item_section:nth-child(2) .item_benefit_text img {
	width: 58%;
}
.melmaga_main_body .item_section:nth-child(2) .item_benefit:nth-child(2) .item_benefit_text img {
	width: 68.4%;
}

/*  item_section (:nth-child(3))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(3) {
	background-color: #fff;
}
.melmaga_main_body .item_section:nth-child(3) > .newamic_container {
	padding: 40px 10px;
	text-align: center;
}

/*  item_section_head (:nth-child(3))
--------------------------------------------- */
.melmaga_main_body .item_section:nth-child(3) .item_section_head {
	margin-bottom: 40px;
}

/* -- item_title -- */
.melmaga_main_body .item_section:nth-child(3) .item_title img {
	width: 57.2%;
}

/*  item_section_body (:nth-child(3))
--------------------------------------------- */
/* -- item_conversion -- */
.melmaga_main_body .item_section:nth-child(3) .item_conversion {
	margin-bottom: 16px;
}

/* item_conversionlink */
.melmaga_main_body .item_section:nth-child(3) .item_conversionlink {
	display: inline-block;
	width: 22.9577464%;
	vertical-align: top;
}
.melmaga_main_body .item_section:nth-child(3) .item_conversionlink img {
	width: 100%;
}

/* item_conversion_annotation */
.melmaga_main_body .item_section:nth-child(3) .item_conversion_annotation {
	display: block;
	font-size: .69rem;
	margin-top: 15px;
}

/* -- item_text -- */
.melmaga_main_body .item_section:nth-child(3) .item_text {
	text-align: left;
	font-size: .75rem;
	margin-bottom: 75px;
}

/* -- item_cancel_head -- */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_head {
	margin-bottom: 25px;
}

/* item_cancel_title */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_title {
	margin-bottom: 16px;
}
.melmaga_main_body .item_section:nth-child(3) .item_cancel_title img {
	width: 53.6%;
}

/* -- item_cancel_body -- */
/* item_cancel_text */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_text {
	text-align: left;
	font-size: .8125rem;
	margin-bottom: 18px;
}

/* item_cancel_link */
.melmaga_main_body .item_section:nth-child(3) .item_cancel_link {
	width: 57.3333333%;
	margin: 0 auto;
}

/* button_negative_reversal_inner (Override) */
.melmaga_main_body .item_section:nth-child(3) .button_negative_reversal_inner {
	width: 100%;
	font-size: .8125rem;
}
	/* ---------------------------------------------
	*   Cancel PC px dims/margins/padding/position for SP
	*   (matches SP cascade base value when PC is more specific)
	--------------------------------------------- */
	.melmaga_main_body .item_section:nth-child(3) .item_conversion_annotation { top: auto; left: auto; }

}
