@charset "euc-jp";
/* CSS Document */

.contents h1, .contents h2 {
	margin: 1em 0 1.5em;
}
#Vprincipal h2 {
	position: relative;
	text-align: center;
	font-weight: normal;
	margin-top: .5em;
}
#Vprincipal h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#Vprincipal h2::after {
	display: block;
	position: absolute;
	z-index: 1;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: solid 1px #999;
}

.boxstyle10 {
	background: #FFFFE6;
	padding: 2% 5%;
}
@media screen and (min-width:700px){
.ltbox {
	width: 44%;
}
.rtbox {
	width: 50%;
}
}

@media screen and (max-width:699px){
.boxstyle10 {
	background: #FFFFE6;
	padding: 1em;
}
}