@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;
}
.backarea .item{
	max-width: 800px;
	margin: 0 auto;
}
.backarea .item .m_bottom, .backarea .item .m_bottom_last{
	margin-bottom: 15px;
}
.backarea .item .left,.backarea .item .right{
	width: 49%;
	margin-bottom: 15px;
}
.backarea .item .left{
	margin-right: 2%;
}
.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: #84365D;
    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: -36px;
	left: 15px;
}
.illust_2{
	position: absolute;
	bottom: -30px;
	right: 15px;
}
.com{
	position: absolute;
}
.com i{
	font-size: 14px;
	color: #84365D;
	margin-right: 5px;
}
.com1 {
    right: 0;
    top: 13%;
    width: 30%;
}
.com2 {
    left: 3%;
    bottom: 15%;
    width: 28%;
}
.com3 {
    right: 0;
    top: 17%;
    width: 33%;
}
.com4 {
    bottom: 25%;
    left: 8%;
    width: 23%;
}
.com5 {
    bottom: 25%;
    left: 6%;
    width: 26%;
}
.com6 {
    top: 19%;
    right: 4%;
    width: 30%;
}
.com7 {
    width: 30%;
    bottom: 15%;
    right: 3%;
    text-align: center;
}
.center_font{
	text-align: center;
}
.large_comment{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #84365D;
}
.close_comment{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 55px;
	color: #84365D;
}
.backarea img{
	margin: 0 auto;
	display: block;
}
.bold_font{
	color: #84365D;
	font-size: 24px;
	margin: 10px auto 40px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.wrapper_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2%;
}
.flex_item1{
	width: 47%;
}
.flex_item2{
	width: 50.5%;
}
.flex_item3{
	width: 54%;
}
.flex_item4{
	width: 44%;
}
.flexitem_imohori_pc{
	width: 70%;
	margin: 0 auto;
}
@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: 800px) {
	.wrapper_flex{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 768px) {
	.com{
		line-height: 1.5;
		font-size: 12px;
	}
	.illust_1 {
	    top: -60px;
	}
	.flexitem_imohori_pc{
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.backarea .item .left,.backarea .item .right{
		width: 100%;
	}
	.backarea .item .left{
		margin-right: 0;
	}
}
@media only screen and (max-width: 540px) {
	.com12 {
	    top: 0%;
	}
	.cap{
		font-size: 12px;
	}
	.flex_item1, .flex_item2, .flex_item3, .flex_item4{
		width: 100%;
	}
}
@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;
	}
	.com7{
		text-align: left;
		margin: 5px 0 15px;
	}
	.arrow1{
		transform: rotate(45deg);
	}
	.arrow2{
		transform: rotate(-45deg);
	}
	.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;
	}
	.bold_font{
		font-size: 18px;
	}
	.com1,.com4,.com6{
		margin-top: 2px;
		margin-bottom: 5px;
	}
	.com2{
		text-align: right;
	}
}
