@charset "EUC-JP";
/* CSS Document */


body div.wrap article section.contents h2 {
	width: 100%;
	height: 5.5rem;
	padding: 2.1rem 0 0 3.5rem;
	margin:  0 0 .5rem 0;
	background-image: url("../images/index/index_headline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article section.contents h2 + p {
	width: 100%;
	height: 5.5rem;
	padding: 3rem 8rem 0 0;
	margin:  0 2rem 0 0;
	font-size: 1.2rem;
	color: #ff4a78;
	text-align: right;
	background-image: url('../images/shinsatsu/time_table.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
body div.wrap article section.contents table {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	background-color: #fff;
	border: 3px solid #ff4a78;
	border-collapse: separate;
	border-radius: 1rem;
}
body div.wrap article section.contents table tr {
	
}
body div.wrap article section.contents table tr th {
	padding: .5rem;
	font-size: 1.3rem;
	color: #ff4a78;
	text-align: center;
	border-collapse: collapse;
	border-bottom: 1px solid #ff4a78;
	border-left: 1px solid #ff4a78;
}
body div.wrap article section.contents table tr th:first-child {
	border-left: initial;
}
body div.wrap article section.contents table tr td {
	padding: .5rem;
	font-size: 1.5rem;
	color: #ff4a78;
	text-align: center;
	border-collapse: collapse;
	border-bottom: 1px solid #ff4a78;
	border-left: 1px solid #ff4a78;
}
body div.wrap article section.contents table tr td span {
	display: block;
	font-size: 1.2rem;
}
body div.wrap article section.contents table tr td:first-child {
	border-left: initial;
}
body div.wrap article section.contents table tr:last-child td {
	border-bottom: initial;
}
body div.wrap article section.contents table + ol {
	
}
body div.wrap article section.contents table + ol li {
	padding-left: 1rem;
}

body div.wrap article section.contents p.dload {
	display: block;
	width: 20rem;
	height: 2rem;
	padding: 0 0 0 2.5rem;
	margin:  2rem 0 0 2rem;
	font-size: 1.2rem;
	background-image: url('../images/common/icn_download.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 2rem;
}

body div.wrap article section.contents div.divide {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 4rem 0 2rem 0;
	border-bottom: 3px dashed #ff4a78;
}

body div.wrap article section.contents div.kensa {
	width: 100%;
	height: auto;
	padding: 2rem 2rem 1rem 2rem;
	margin:  0 0 0 0;
	background-color: #fdffe1;
	border: 1px solid #ff4a78;
}
body div.wrap article section.contents div.kensa h2 {
	width: auto;
	height: auto;
	background: initial;
	padding: 0 0 0 0;
	margin:  0 0 1rem 0;
	font-size: 1.2rem;
}
body div.wrap article section.contents div.kensa h2 + p {
	width: auto;
	height: auto;
	background: initial;
	padding: 0 0 0 1.2rem;
	margin:  0 0 2rem 0;
	font-size: initial;
	color: #000;
	text-align: left;
}
body div.wrap article section.contents div.kensa dl {
	width: auto;
	height: auto;
	padding: 0 0 0 1.2rem;
	margin:  0 0 0 0;
}
body div.wrap article section.contents div.kensa dl::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.contents div.kensa dl dt {
	width: auto;
	height: auto;
	font-weight: normal;
}
body div.wrap article section.contents div.kensa dl dd {
	width: auto;
	height: auto;
	padding: 0 0 0 1rem;
}
body div.wrap article section.contents div.kensa dl dd ul {
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 2rem 0;
}
body div.wrap article section.contents div.kensa dl dd ul li {

}
body div.wrap article section.contents div.kensa p strong {
	color: #ff4a78;
}


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

	body div.wrap article section.contents {
		padding: 1rem 0 2rem 0;
	}
	body div.wrap article section.contents h2 {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 1rem 0;
		font-size: 1.3rem;
		color: #ff4a78;
		text-shadow:
			1px 1px 1px #fff, -1px -1px 1px #fff,
			-1px 1px 1px #fff,  1px -1px 1px #fff,
			1px 0 1px #fff, -1px  0 1px #fff,
			0 1px 1px #fff,  0 -1px 1px #fff;
		background: initial;
		text-align: center;
	}
	body div.wrap article section.contents h2 span {
		display: block;
	}
	body div.wrap article section.contents h2 + p {
		padding: 0 0 0 0;
		margin:  0 0 2rem 0;
	}

	body div.wrap article section.contents h2 + p {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 2rem 0 0;
		font-size: 1rem;
		color: #ff4a78;
		text-align: center;
		background: initial;
	}
	body div.wrap article section.contents h2 + p span {
		display: block;
	}
	
	body div.wrap article section.contents table {
		width: 100%;
		height: auto;
		margin-bottom: 2rem;
		background-color: #fff;
		border: 3px solid #ff4a78;
		border-collapse: separate;
		border-radius: 1rem;
	}
	body div.wrap article section.contents table tr th {
		padding: 0 .5rem;
		font-size: 1rem;
	}
	body div.wrap article section.contents table tr td {
		padding: 0 .5rem;
		font-size: 1.1rem;
		color: #ff4a78;
		text-align: center;
		border-collapse: collapse;
		border-bottom: 1px solid #ff4a78;
		border-left: 1px solid #ff4a78;
	}
	body div.wrap article section.contents table tr td span {
		display: block;
		font-size: .8rem;
	}

	body div.wrap article section.contents table + ol {
		padding-left: 1rem;
	}
	body div.wrap article section.contents table + ol li {
		padding-left: 0;
	}
	
	body div.wrap article section.contents p.dload {
		display: block;
		width: 100%;
		height: 2rem;
		padding: 0 0 0 2.5rem;
		margin:  2rem 0 0 0;
		font-size: 1.2rem;
		background-image: url('../images/common/icn_download.svg');
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 2rem;
	}

body div.wrap article section.contents div.kensa {
	padding: 1rem 1rem 0 1rem;
}
body div.wrap article section.contents div.kensa h2 {
	text-align: left;
}
body div.wrap article section.contents div.kensa h2 + p {
	padding: 0 0 0 .7rem;
	margin:  0 0 2rem 0;
	font-size: initial;
	color: #000;
	text-align: left;
}
body div.wrap article section.contents div.kensa ul {
	padding: 0 0 0 1.5rem;
}
body div.wrap article section.contents div.kensa dl {
	padding: 0 0 0 .7rem;
}
body div.wrap article section.contents div.kensa dl dt {
	width: 100%;
	float: initial;
}
body div.wrap article section.contents div.kensa dl dd {
	width: 100%;
	padding-left: .5rem;
	float: initial;
}
body div.wrap article section.contents div.kensa dl dd ul {
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 2rem 0;
}
body div.wrap article section.contents div.kensa dl dd ul li {

}
body div.wrap article section.contents div.kensa p strong {
	color: #ff4a78;
}


}
