@charset "utf-8";

@media screen and (min-width:641px){

.v_section{
	height: auto;
	overflow:hidden;
	padding:40px;
}

.v_section2{
	height: auto;
	background-color:#FFEAE9;
	overflow:hidden;
	padding:40px;
}

.v_section3{
	height: auto;
	background-color:#e2d9a8;
	overflow:hidden;
	border-radius: 0.5em;
	margin-top: 10px;
	padding:40px;
}


.v_container{
	/* margin-bottom: 1em; */
	margin-bottom: 12px;/* IE8 */
	margin-bottom: 1rem;
}

.v_container:after{
	display: block;
	content: "";
	clear: both;
}

.v_container:last-child{
	/* margin-bottom: 2em; */
	/*margin-bottom: 24px;
	margin-bottom: 2rem;*/
}

.v_container .v_content{
	margin-left: 1%;
	margin-right: 1%;
	width: auto;
}

.v_container  h2{
	font-size: 2.4em;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.04em;
	border: none;
}

.v_container  h3{
	font-size: 1.4em;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.04em;
	border: none;
	font-weight: bold;
}

.v_container .v_content h2{
	font-size: 2.4em;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.04em;
	border: none;
}

.v_container .v_content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.v_container .v_content p{
	font-size: 1.2rem;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.v_container .v_content .v_content_douga{
	margin:auto;
	text-align: center;
}

.v_container-2cols .v_content{
	float: left;
	width: 47%;
}

.v_container-3cols .v_content{
	float: left;
	width: 31%;
}

.v_container-2to1cols .v_content{
	float: left;
	width: 31%;
}

.v_container-2to1cols .v_content:first-child{
	width: 64%;
}

.v_container-1to2cols .v_content{
	float: left;
	width: 64%;
}


.v_container-1to2cols .v_content:first-child{
	width: 31%;
}

.img_center{
margin: auto;
text-align: center;
}

.v_content .figure .image {
	margin: 0 auto;
}


}
