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

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

.vaccine_intro {
	margin:0 auto 35px auto;
	letter-spacing: 0.5px;
	font-size: 1.5rem;
	line-height: 2.4rem;
}

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

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

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

.vaccine_table {
	width: 100%;
	border-top:1px solid #cfcfcf;
}

.vaccine_table_row {
	width: 100%;
	border-left:1px solid #cfcfcf;
	overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.vaccine_table p {
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:11px 0;
	width: 25%;
	float: left;
	font-size: 1.5rem;
}

.vaccine_table span {
	font-size: 0.7em;
}

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

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

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

	.vaccine_table {
		font-size: 1.4rem;
	}

	.vaccine_table p {
		width: 50%;
		font-size: 1.4rem;
	}

	.vaccine_table_row:last-child p {
		width: 100%;
	}

}