@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_lifestyle
=========================================== */

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

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

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

.generalMedicine_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;
}

.generalMedicine_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;
}

.generalMedicine_txtBox {
	overflow: hidden;
}

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

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

.generalMedicine_moreBtn {
	display: block;
	width: 100%;
	margin:20px 0 0 0; 
}

.generalMedicine_moreBtn span {
	position: relative;
	padding: 0 0 0 10px;
}

.generalMedicine_moreBtn span:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #e50044;
	border-right: 1px solid #e50044;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: -10px;
	top: 7px;
}

.generalMedicine_moreBtn a {
	background:url(../img/bg_pattern01.gif) repeat;
	background-size: 28px;
	text-align: center;
	display: block;
	width: 100%;
	color: #e50044;
	font-size: 1.6rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	padding:8px 0;
}

.generalMedicine_moreBtn a:hover {
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";	
}

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

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

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

	.generalMedicine_moreBtn {
		margin-top:20px; 
	}

	.generalMedicine_moreBtn a {
		font-size: 1.5rem;
	}
	
	.generalMedicine_moreBtn span:after {
		top: 5px;
	}				

}

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

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

}