.spreport-main{
	width: 100%;
}
.spreport-page-main{
	max-width: 1280px;
	vertical-align: bottom;
	margin: 0 auto;
}
.spreport-page-main img,.spreport-page-main-sp img{
	vertical-align: bottom;
}
.spreport-page-ttl{
	width: 100%;
	background: url(../images/top-title-bg.jpg);
	
	background-attachment: fixed;
	position: relative;
}
.spreport-page-ttl .spreport-page-ttl-inner{
	position:relative;
	z-index:20;
	margin: 0 auto 4em;
	color: #fff;
	padding: 3em 0 2em;
	
}
.spreport-page-ttl .spreport-page-ttl-inner h1{
	text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 1.5;
    margin:0 auto 2em auto;
    border: #fff 8px solid;
    border-bottom: none;
    padding-top: 10px;
    font-weight: 600;
	width:600px;

}
.spreport-page-ttl .spreport-page-ttl-inner p{
	font-size: 17px;
	padding-bottom: 1.5em;
}
.ms-contents .report-inner{
	max-width: 800px;
	margin: 0 auto;
	padding-bottom:40px;
}
.report-inner .report-photo,.report-inner .report-comment{
	margin-bottom: 3em;
}
.report-inner .report-comment p.qes-text{
	font-weight: bold;
	color: #1a2e98;
	font-size: 17px;
	padding-bottom: 1em;
	padding-left:2em;
text-indent:-2em;
}
.report-inner .report-comment p:last-child{
	/*letter-spacing: 0.1em;*/
	line-height: 1.7;
	font-size: 16px;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
@media(max-width: 736px){
	.ms-contents .report-inner{
		width: auto;
		padding: 0 16px;
	}
	.spreport-page-ttl .spreport-page-ttl-inner p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
	}
	.spreport-page-ttl .spreport-page-ttl-inner h1 {
    font-size: 20px;
		width: auto;
		padding: 8px;
	}
	.report-inner .report-comment {
    width: 90%;
    margin: 0 auto 3em;
	}
	.report-inner .report-comment p.qes-text{
		font-size: 16px;
	}
	
	
}