@charset "UTF-8";


/* kisei
---------------------------------------------------------*/
#kisei .bg{
	background: #f2f6ce;
	position: relative;
	padding-top: 180px;
	padding-bottom: 150px;
}
#kisei .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/vaccine/abs1@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 100%;
	height: 500px;
	top:-1px;
	left: 0;
	z-index: 2;
}
#kisei .bg::after{
	position: absolute;
	display: block;
	content: "";
	background: linear-gradient(to bottom,  rgba(234,240,173,1) 0%,rgba(234,240,173,0) 100%);
	background-size: 100% auto;
	width: 100%;
	height: 400px;
	top:0;
	left: 0;
}
#kisei .kisei_tit{
	font-size: min(290%,4vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 90px;
	text-align:center;
}
#kisei .w1340{
	position: relative;
	z-index: 2;
}
#kisei .com_index1{
	background: #62cc9a;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#kisei .bg{
	padding-top: 12%;
	padding-bottom: 12%;
}
#kisei .bg::after{
	height: 40vw;
}
#kisei .kisei_tit{
	margin-bottom: 4.5%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#kisei .bg{
	padding-top: 16%;
	padding-bottom:15%;
}
#kisei .bg::after{
	height: 30vw;
}
#kisei .kisei_tit{
	font-size: 160%;
	margin-bottom: 5%;
}
}