@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: 100%;
	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: #21a349;
    margin: 0 10px 10px 0;
    display: inline-block;
    width: 80px;
}
.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: -45px;
	right: 25px;
}
.com i{
	font-size: 14px;
	color: #21a349;
	margin-right: 5px;
}
.com span{
	color: #21a349;
}
.com1 {
    position: absolute;
    top: 3%;
    width: 28%;
    left: 5%;
}
.com2 {
    position: absolute;
    top: 10%;
    width: 40%;
    left: 10%;
}
.close_comment{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 55px;
	color: #21a349;
}
.backarea img{
	margin: 0 auto;
	display: block;
}
.center{
	text-align: center;
	margin-bottom: 10px;
}
.com10 {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 25%;
}
.com11 {
    position: absolute;
    bottom: 10%;
    width: 27%;
    right: 5%;
}
.com12 {
    position: absolute;
    top: 13%;
    left: 5%;
    width: 27%;
}
.com13 {
    position: absolute;
    bottom: 20%;
    left: 5%;
    width: 27%;
}
.com14 {
    margin: 15px auto 10px;
}
.com15 {
    margin: 30px auto 10px;
}
@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: 768px) {
	.com{
		line-height: 1.5;
		font-size: 12px;
	}
}
@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: 80%;
	}
	.com {
		position: static;
		width: 100%;
		padding: 0 20px;
	}
	.arrow1{
		transform: rotate(-45deg);
	}
	.arrow2{
		transform: rotate(90deg);
	}
	.com1{
		margin: 0 0 5px;
	}
	.com2{
		margin: 15px 0 5px;
	}
	.illust_1 {
	    top: -45px;
	    width: 40px;
	}
	.illust_2 {
	    width: 40px;
		bottom: -30px;
	}
	.backarea{
		padding: 0 0 25px 0;
	}
	.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;
	}

}
