@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_men {
	width: 96%;
	margin:auto;
	overflow: hidden;
}

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

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

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

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

.men_txtBox {
	overflow: hidden;
}

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

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

.men_medicine {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.4rem;
	margin-top: 15px;
}

.men_medicine th ,
.men_medicine td {
	border:1px solid #ccc;
	padding: 5px 10px;
	text-align: left;
}

.men_medicine th {
	width: 120px;
	font-family:"ヒラギノ角ゴ ProN W6";
}

.men_medicine td span {
	font-size: 0.8em;
}

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

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

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

	.men_medicine {
		font-size: 1.3rem;
	}

	.men_medicine th {
		width: 80px;
	}	

}

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

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

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

	.men_medicine th {
		width: 70px;
	}

	.men_medicine td span {
		display: block;
	}				
		
}