@charset "UTF-8";

/* CSS Document */

/* --------------------【header】-------------------- */

.headerBg {
	position: relative;
	background: url("/images/netreserve/netreserve_bg.jpg") no-repeat;
	background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
	.headerBg {
		background: url("/images/netreserve/netreserve_bg@2x.jpg") no-repeat;
		background-size: cover;
	}
}



/* --------------------【main】-------------------- */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.lead {
	text-align: center;
}
.lead span {
	color: #e94c47;
}
.lead small {
	font-size: 12px;
}


.btn {
	display: block;
	position: relative;
	width: 250px;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	background-color: #e31f19;
}
.btn:hover {
	opacity: .8;
	color: #fff;
}

.sp {
	display: none;
}

h1.underLayer span {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.floatBnr {
	display: none !important;
}


@media screen and ( max-width:767px) {
	h1.underLayer {
		top: 33%;
	}
	h1.underLayer span {
		font-size: 14px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	h3 br.sp {
		display: inline;
	}
}


/* ----------【vaccination】---------- */
#vaccination {
	padding-bottom: 100px;
}
#vaccination .lead{
	margin-bottom: 60px;
}
#vaccination .lead p:nth-child(2){
	margin-top: 10px;
	line-height: 1.5;
}
#vaccination .netreserve {
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #f18f8c;
	max-width: 570px;
	margin: 0 auto 80px;
	padding: 40px 80px;
}
#vaccination .netreserve h3 {
	font-size: 20px;
	color: #e31f19;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 25px;
}
#vaccination .netreserve p {
	color: #e31f19;
	margin-top: 25px;
	text-decoration: underline;
}
.netreserve .txtBox {
	max-width: 250px;
}
.netreserve .txtBox p {
	line-height: 1.7;
	text-align: center;
	margin: -5px 0 15px;
}
.netreserve .txtBox .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 42%;
	right: 30px;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.netreserve .qrcode {
	max-width: 120px;
}

#vaccination .detail > *{
	max-width: 480px;
	width: 48%;
}
.detail > * {
	box-sizing: border-box;
	padding: 40px;
}
.detail .first {
	background-color: #f5f7eb;
}
.detail .first h3 {
	position: relative;
	color: #588344;
	line-height: 60px;
	padding-left: 80px;
}
.detail .first h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 60px;
	height: 60px;
	background: url("/images/netreserve/icon_first.png") no-repeat;
	background-size: contain;
}
.detail .child {
	background-color: #fef4f3;
}
.detail .child h3 {
	position: relative;
	color: #e63530;
	line-height: 60px;
	padding-left: 80px;
}
.detail .child h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 60px;
	height: 60px;
	background: url("/images/netreserve/icon_child.png") no-repeat;
	background-size: contain;
}
.detail p {
	color: #333;
}
.detail p span {
	text-decoration: underline;
}

@media screen and ( max-width:1050px) {
	.detail {
		display: block;
	}
	.detail > * {
		margin: 0 auto;
	}
	.detail .first {
		margin-bottom: 20px;
	}
}

@media screen and ( max-width:767px) {
	#vaccination {
		padding-bottom: 80px;
	}
	#vaccination .lead{
		margin-bottom: 40px;
	}

	#vaccination .netreserve {
		max-width: 570px;
		margin: 0 auto 50px;
		padding: 40px 20px;
	}
	#vaccination .netreserve h3 {
		font-size: 18px;
	}
	.netreserve .txtBox {
		margin: 0 auto;
	}

	#vaccination .detail > *{
		max-width: 100%;
		width: 100%;
	}
	.detail > * {
		padding: 20px;
	}

	.detail .first h3 {
		line-height: 40px;
		padding-left: 50px;
	}
	.detail .first h3:before {
		width: 40px;
		height: 40px;
	}
	.detail .child h3 {
		line-height: 40px;
		padding-left: 50px;
	}
	.detail .child h3:before {
		width: 40px;
		height: 40px;
	}

}


#vaccination.netReserve h2.underLayer span {
	display: block;
	color: #666;
	font-size: 24px;
	margin-bottom: 10px;
}
#vaccination.netReserve .netreserve {
	border: solid 1px #D9302B;
	padding: 40px;
	margin: 0 auto;
}
#vaccination.netReserve .netreserve h3 {
	color: #D9302B;
}
#vaccination.netReserve .button a {
	margin: 0 auto;
	text-align: left;
	background: #D9302B;
}
#vaccination.netReserve .button a:hover {
	border: solid 1px #D9302B;
	color: #D9302B;
	background: #fff;
}
#vaccination.netReserve .button a:hover::after {
	border-color: #D9302B;
}
@media screen and ( max-width:767px) {
	#vaccination.netReserve h2.underLayer span {
		font-size: 14px;
		margin-bottom: 0;
	}
	#vaccination.netReserve .netreserve {
		padding: 30px 20px;
	}
}


/* ----------【interviewSheet】---------- */
#interviewSheet {
	background-color: #f9f9f9;
	padding-bottom: 100px;
}
#interviewSheet .lead {
	margin-bottom: 60px;
}
#interviewSheet .download {
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #f18f8c;
	background-color: #fff;
	max-width: 570px;
	margin: 0 auto;
	padding: 40px 80px;
}
#interviewSheet .download h3 {
	font-size: 20px;
	color: #e31f19;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 25px;
}
#interviewSheet .download a {
	margin: 0 auto;
}
#interviewSheet .download .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 15px;
	height: 20px;
	background: url("/images/netreserve/icon_download.png") no-repeat;
	background-size: contain;
}




@media screen and ( max-width:767px) {
	#interviewSheet {
		padding-bottom: 80px;
	}
	#interviewSheet .lead {
		margin-bottom: 40px;
	}
	#interviewSheet .download {
		padding: 40px 20px;
	}
	#interviewSheet .download h3 {
		font-size: 18px;
	}

	footer .footwrap {
		margin-bottom: 0;
	}
	.pageTop {
		bottom: 20px;
		height: auto;
	}

}













