@charset "utf-8";
.about_table th{
	width: 140px;
}
.about_table{
	width: 100%;
}
.grid .font_s{
	color: #000;
	margin-top: 5px;
}
.kome{
	font-size: 0.8em;
	line-height: 1.7;
	margin-top: 10px;
}
.show_480{
	display: none;
}
.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 50px;
	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: -10px;
	left: 0;
}
.contents_title{
	width: 60%;
	text-align: center;
	margin: 55px auto 0;
}
.spec_cover{
	text-align: center;
}
.spec{
	width: auto;
	display: inline-block;
	text-align: left;
	line-height: 30px;
	margin: 40px auto;
}
.spec_title{
	font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 15px;
    line-height: 30px;
    background: #C50E2D;
    margin: 0 10px 10px 0;
    display: inline-block;
    width: 120px;
}
.lead_comment{
	background: url('../img/lead_bg.gif');
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	position: relative;
}
.illust_1{
	position: absolute;
	top: -57px;
	left: 15px;
}
.illust_2{
	position: absolute;
    bottom: -20px;
    right: -35px;
}
.backarea .item{
	max-width: 800px;
	margin: 0 auto 80px auto;
}
.backarea .item .m_bottom{
	margin-bottom: 15px;
}
.backarea .item .left,
.backarea .item .right
{
	width: 49%;
}
.backarea .item .left:not(:nth-last-of-type(-n+2)),
.backarea .item .right:not(:nth-last-of-type(-n+2))
{
	margin-bottom: 15px;
}
.backarea .item .w45{
	width: 45%;
}
.backarea .item .w50{
	width: 50%;
}
.com_1, .com_2{
	position: absolute;
}
.com_1{
	top: -50px;
    right: -30px;
	width: 40%;
	max-width: 230px;
}
.com_2{
	width: 30%;
    max-width: 270px;
    top: -25px;
    left: -30px;
}
.left_inline{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.right_inline{
	display: inline-block;
    width: 45%;
    margin-left: 4%;
    vertical-align: middle;
}
.close_comment{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 55px;
	color: #C50E2D;
}
.backarea img{
	margin: 0 auto;
	display: block;
}
.separate_title{
	background: #C50E2D;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.separate_title::before{
	content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-color: #C50E2D transparent;
    border-width: calc(0.9em + 5px) 10px calc(0.9em + 5px) 0;
    border-style: solid;
}
.separate_title::after{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: calc(100% + 6px);
    height: calc(100% - 8px);
    border-top: #fff 1px dashed;
    border-bottom: #fff 1px dashed;
}
.photoarea:not(:last-of-type){
	margin-bottom: 40px;
}

@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: 700px) {
	.spec_title {
		font-size: 14px;
		padding: 0 10px;
		border-radius: 12px;
		line-height: 24px;
		margin: 10px auto 0;
		display: inline-block;
		display: block;
	}
	.spec{
		text-align: center;
	}
}
@media only screen and (max-width: 640px) {
	.backarea .item{
		margin-bottom: 80px;
	}
	.backarea .item .left, .backarea .item .right{
		width: 100%;
	}
	.backarea .item .left:not(:nth-last-of-type(-n+1)){
		margin-bottom: 15px;
	}
	.backarea .item .left{
		margin-right: 0;
	}
	.left_inline{
		width: 100%;
		margin-bottom: 10px;
	}
	.right_inline{
		width: 100%;
		margin-left: 0;
	}
	.com_2{
		width: 50%;
		top: -60px;
		left: -10px;
	}
}

@media only screen and (max-width: 480px) {
	.show_480{
		display: inline-block;
	}
	.hide_480{
		display: none;
	}
	.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;
	}
	.contents_title {
		width: 100%;
	}
	.backarea{
		padding: 0 0 25px 0;
	}
	.com_1{
		top: -30px;
		right: -10px;
	}

}
