@charset "UTF-8";
/* CSS Document */

/*main-img*/
.main-img {
	background-image: url(images/main-img.jpg);
}

/*contents*/

#contents {
	padding-top: 40px;
}

.underh4 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	margin-bottom: 30px;
}

/*contents-box*/

.contents-box {
}

/*midashi*/

.title-contents01 {
	background-image: url(images/contents01.png);
}

.title-contents02 {
	background-image: url(images/contents02.png);
}

/*contents-concept*/

.concept h3 {
	font-size: 19px;
	line-height: 1.6em;
}


/*contents01*/

.contents01 {
}

.voice-box {
	width: 710px;
	clear: both;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-right: 30px;
}

.photo {
	background-repeat: no-repeat;
	background-position: left top;
	width: 710px;
	text-align: right;
	padding-top: 63px;
	clear: both;
	margin-bottom: 40px;
}

.photo p {
	padding: 5px;
	border: 1px solid #8C6239;
	border-radius: 13px;
	display: inline-block;
}

.photo p span {
	display: inline-block;
	height: 374px;
	width: 670px;
	overflow: hidden;
	border-radius: 10px;
}

.photo .text-case{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	display: block;
	text-align: left;
	width: 360px;
	padding-top: 15px;
	margin-left: 30px;
	font-size: 14px;
	color: #736357;
	line-height: 1.6em;
}


