@charset "utf-8";
.kome{
	font-size: 0.8em;
	line-height: 1.7;
	margin-top: 10px;
}
.report_top{
	background: #fff;
    padding: 40px 50px 25px;
}
.report_bottom{
	background: #fff;
    padding: 0 50px 70px;
	margin-bottom: 100px;
}
.backarea{
	background: url('../img/bg.gif') repeat-y center top;
	background-size: 100%;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 25px;
}
.voice_bg{
	background: url('../img/voice_bg.gif');
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	max-width: 1000px;
}
.voice_area ul li{
	padding-left: 50px;
	position: relative;
	margin-bottom: 25px;
}
.voice_area ul li:last-child{
	margin-bottom: 0;
}
.voice_area ul li::before{
	content: '';
	width: 40px;
	height: 39px;
	background: url('../img/balloon.png');
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
}
.contents_title{
	width: 60%;
	text-align: center;
	margin: 55px auto 0;
}
.spec_cover{
	text-align: center;
}
.spec{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px 10px;
	margin: 50px auto;
    max-width: 550px;
}
.spec_title{
	font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 15px;
    background: #01ab94;
    display: inline-block;
    width: 120px;
	box-sizing: border-box;
}
.spec p{
	width: calc(100% - 130px);
	text-align: left;
}
.lead_comment{
	background: url('../img/lead_bg.gif');
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	position: relative;
}
.illust_1{
	position: absolute;
	top: -50px;
	left: 20px;
}
.illust_2{
	position: absolute;
	bottom: -35px;
	right: 25px;
}
.backarea .item{
	max-width: 800px;
	margin: 0 auto 80px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.backarea .item .photo{
	padding: 10px;
	border-radius: 15px;
	border: 2px solid #01ab94;
	background: #fff;
}
.backarea .item .photo img{
	border-radius: 10px;
}
.backarea .item .photo.col2{
	width: calc((100% - 20px) / 2);
}

.close_comment{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 55px;
	color: #01ab94;
}
@media only screen and (max-width: 1040px) {
	.backarea{
		width: calc(100% - 40px);
	}
	.voice_bg{
		width: calc(100% - 40px);
	}
	.report_top{
		padding: 30px 30px 25px;
	    width: calc( 100% - 40px );
	}
	.report_bottom{
		padding: 0 30px 70px;
    	width: calc( 100% - 40px );
	}
}
@media only screen and (max-width: 640px) {
	.backarea .item{
		gap: 10px;
	}
	.backarea .item .photo.col2{
		width: 100%;
	}
	.backarea .item .photo{
		padding: 5px;
		border-radius: 10px;
	}
	.backarea .item .photo img{
		border-radius: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.report_top{
		padding: 30px 20px 25px;
	}
	.report_bottom{
		padding: 0 20px 30px;
	}
	.close_comment {
	    font-size: 16px;
	    padding-top: 25px;
	}
	.voice_bg{
		padding: 30px 20px;
	}
	.voice_area ul li{
		padding-left: 40px;
		margin-bottom: 15px;
	}
	.voice_area ul li::before {
	    content: '';
	    width: 30px;
	    height: 29px;
	    background: url('../img/balloon.png');
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background-size: contain;
	}
	.spec {
	    margin: 25px auto 40px;
		gap: 5px;
	}
	.spec_title{
		width: 100%;
	}
	.spec p{
		width: 100%;
		margin-bottom: 10px;
	}
	.contents_title {
		width: 100%;
	}
	.backarea{
		padding: 0 0 25px 0;
	}

}
