@charset "utf-8";
/* CSS Document */


/* layout
=========================================== */

.mainCont {
	border:1px solid #cfcfcf;
	background: #FFF;
	padding-bottom: 6%;
}

.mainCont:before {
	content: '';
	display: block;
	width: 91%;
	height: 4px;
	background: #e50044;
	margin:auto;
}

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

	.mainCont {
		border:none;
		border-bottom:1px solid #cfcfcf;
		padding-bottom: 12%;
		padding-top: 1%;
	}

	.mainCont:before {
		display:none;
	}

}


/* sec_botox
=========================================== */

#sec_botox {
	width: 96%;
	margin:auto;
	overflow: hidden;
}

.sec_botox_in {
	width: 91%;
	margin:0 auto;
	position: relative;
}

.botox_cont + .botox_cont {
	margin-top: 40px;
}

.botox_ttl {
	color: #e50044;
	font-size: 1.8rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	letter-spacing: 1px;
	border-bottom:3px solid #cfcfcf;
	padding:0 0 10px 20px;
	margin-bottom: 20px;
	position: relative;
}

.botox_ttl:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/icn_circle01.png) no-repeat center center;
	background-size: 14px;
	position: absolute;
	left:0;
	top: 2px;
}

.botox_txtBox {
	overflow: hidden;
}

.botox_txt {
	display: block;
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.5px;
	text-align: justify;
	width: 63%;
	padding-right: 4%;
	float: left;
}

.botox_txt dt {
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	padding-bottom: 10px;
}

.botox_txt dd {
	font-size: 1.5rem;
	line-height: 2.4rem;
}

.botox_img {
	float: right;
	width: 33%;
}

.botox_effect {
	font-size: 1.5rem;
}

.botox_effect li {
	background: #fff7f8;
	padding: 10px 20px 10px 30px;
	position: relative;
}

.botox_effect li:nth-child(even) {
	background: #ffeaec;
}

.botox_effect li:before {
	content: '・';
	position: absolute;
	left: 15px;
}

.botox_notes {
	font-size: 1.3rem;
	padding: 20px 0 0 20px;
}

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

	.botox_ttl {
		line-height: 1.1em;
		font-size: 1.7rem;
	}

	.botox_txt {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}

	.botox_txt dt {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}

	.botox_txt dd {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}	

	.botox_effect {
		font-size: 1.4rem;
	}
	
	.botox_effect li {
		padding: 10px 10px 10px 25px;
	}
	
	.botox_effect li:before {
		left: 10px;
	}
	
	.botox_notes {
		padding-left:15px;
	}					

}

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

	.botox_txt {
		float: none;
		width: 100%;
	}

	.botox_img {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}


}