@charset "utf-8";


/*----------------------------------------------------

	体験レポートページ用CSS

----------------------------------------------------*/



#mainContents .section .contentsBox1 .conText h4 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 130%;
	color: #80B226;
	background-image: url("../img/icon_voice.webp");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0;
	padding: 0 0 2px 30px;
}



#mainContents .section .contentsBox1 .conText p {
	padding: 0 0 0 30px;
}



#mainContents .section .contentsBox1 .conText img {
	margin: 5px 0 10px;
}



#mainContents .section .contentsBox1.clearfix .conText span {
	padding: 0 0 0 28px;
	display: block;
}

#mainContents .section .reportTitle1 {
	margin: 0 0 15px;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
	font-size: 1.25em;
	
	background: #81b227; /* Old browsers */
	background: -moz-linear-gradient(top, #81b227 1%, #6c9620 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #81b227 1%,#6c9620 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #81b227 1%,#6c9620 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b227', endColorstr='#6c9620',GradientType=0 ); /* IE6-9 */

