@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: #00a496;
    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: -50px;
	left: 20px;
}
.illust_2{
	position: absolute;
	bottom: -35px;
	right: 25px;
}
.backarea .item{
	max-width: 800px;
	margin: 0 auto 80px auto;
}
.backarea .item .m_bottom, .backarea .item .m_bottom_last{
	margin-bottom: 15px;
	align-items: flex-end;
}
.flex-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.half .flex-items {
	width: calc(50% - (15px / 2));
}
.w6535 .flex-items:first-of-type {
	width: calc(65% - (15px / 2));
}
.w6535 .flex-items:last-of-type {
	width: calc(60% - (15px / 2));
}
.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: #0071BC;
}
.backarea img{
	margin: 0 auto;
}
.show_640{
	display: none;
}
.hide_640{
	display: block;
}
.readimg{
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
@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) {
	.show_640{
		display: block;
	}
	.hide_640{
		display: none;
	}
	.backarea .item{
		margin-bottom: 80px;
	}
	.flex-container{
		flex-wrap: wrap;
	}
	.half .flex-items, 
	.w6535 .flex-items:first-of-type, 
	.w6535 .flex-items:last-of-type{
		width: 100%;
	}
	.flex-items:first-of-type {
		margin-bottom: 15px;
	}
	.readimg{
		width: 100%;
		padding-bottom: 20px;
	}
}

@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%;
	}
	.com_1{
		top: -30px;
		right: -10px;
	}

}
