@charset "utf-8";

#pageHead.report{
	height: auto !important;

}

.report_wrap{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 500;
}

.report_wrap h3 img {
	margin: 0 auto;
}


#main_contents.report #sec01{
	color: 	#fff;
}

#main_contents.report #sec01 .left{
	width : -webkit-calc(100% - 210px) ;
   width : calc(100% - 210px) ;
   float: left;
   overflow: hidden;
}

#main_contents.report #sec01 .left .ttl{
	color: #80B01F;
	background: #fff;
	display: inline-block;
	float: left;
	padding: 5px 10px;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	margin-right: 10px;

}

#main_contents.report #sec01 .left .head{
	overflow: hidden;
	margin-bottom: 20px;
}

#main_contents.report #sec01 .left .name_box{
	float: left;
}

#main_contents.report #sec01 .left .name{
	margin-bottom: 10px;
}

#main_contents.report #sec01 .right{
	width: 170px;
	float: right;
}

#main_contents.report .bg_content{
	background: url("../images/report/bg-01.jpg") top center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#main_contents.report .bg_content > div {
	padding: 30px 0;
}

#main_contents.report #sec02 ul {
    max-width: 798px;
    width: 100%;
	padding:0;
	margin: 0 auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	justify-content: space-between;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#main_contents.report #sec02 ul li {
    max-width: 250px;
    width: 100%;
	list-style:none;
	margin-bottom: 0;
	position: relative;
}

#main_contents.report #sec02 ul li .list_in{
	background: #FFF;
	padding-bottom: 20px;
	height: 100%;
}

#main_contents.report #sec02 ul li .list_in img {
	display: block;
    margin: 0 auto -15px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

#main_contents.report #sec02 ul li p{
	padding: 0 20px;
}

#main_contents.report #sec02 .head{
	/*padding-top: 92px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-indent: 20px;*/
	background: linear-gradient(to right, #85ba1f 0%,#1ea239 100%);
    position: relative;
    padding: .5em 0;
    margin-bottom: 20px;
}

#main_contents.report #sec02 .head h4 {
	    padding-left: .6em;
	    box-sizing: border-box;
}

#main_contents.report #sec02 li.step01 .head{
	/*background: url("../images/report/step-01.jpg") no-repeat -1px 20px;
			-webkit-background-size: 98%;
	     -o-background-size: 98%;
	        background-size: 98%;*/
}
#main_contents.report #sec02 li.step02 .head{
	/*background: url("../images/report/step-02.jpg") no-repeat -1px 20px;
			-webkit-background-size: 98%;
	     -o-background-size: 98%;
	        background-size: 98%;*/
}
#main_contents.report #sec02 li.step03 .head{
	/*background: url("../images/report/step-03.jpg") no-repeat -1px 20px;
			-webkit-background-size: 98%;
	     -o-background-size: 98%;
	        background-size: 98%;*/
}

#main_contents.report #sec02 li.step01 .head:before,
#main_contents.report #sec02 li.step02 .head:before,
#main_contents.report #sec02 li.step03 .head:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/report/arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 10%;
    height: 100%;
}

#main_contents.report #sec02 .btn{
	width: 100%;
	text-align: center;
}

#main_contents.report #sec02 .btn a{
	padding: 20px 40px;
	color: #FFF;
	display: inline-block;
}

#main_contents.report .bold_line span{
    background: linear-gradient(transparent 60%, #e9be2b 0%);
    position: relative;
    margin-bottom: 10px;
}


#main_contents.report .report_block{
	padding: 20px;
	border: 1px solid #BCBABD;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

#main_contents.report #sec03 .report_block{
	background: url("../images/report/tri_bottom_20.png") bottom right no-repeat #fff;
}

#main_contents.report #sec04 .report_block{
	background: url("../images/report/tri_bottom_30.png") bottom right no-repeat #fff;
}

#main_contents.report #sec05 .report_block{
	background: url("../images/report/tri_bottom_10.png") bottom right no-repeat #fff;
}
#main_contents.report .report_block ul{
	width: 760px;
	margin: 0 auto;
}

#main_contents.report .report_block ul li{
overflow: hidden;
}

#main_contents.report .report_block ul li h5{
	/* text-align: center; */
}

#main_contents.report .report_block ul li .img_box{
	width: 240px;
	float: left;
}

#main_contents.report .report_block ul li .txt_box{
		width : -webkit-calc(100% - 270px) ;
   width : calc(100% - 270px) ;
   float: right;
}

#main_contents.report .img_ttl{
	padding: 20px;
	background: url("../images/report/bg_ttl.png") no-repeat 60px 20px;
}

#main_contents.report .layer_box{
	margin-top: -85px;
	margin-bottom: 13px;
	z-index: 0;
	position: relative;
	background: url("../images/report/bg_green.jpg") no-repeat bottom center;
}

#main_contents.report .layer_box_nbg{
		margin-top: -85px;
	margin-bottom: 40px;
	z-index: 0;
	position: relative;
}

.line_w span{
	position: relative;
	padding: 0 40px;

}

.line_w span:after{
	content:url("../images/report/line_w_left.png");
	position: absolute;
	bottom: -15px;
	left: 0;
}

.line_w span:before{
		content:url("../images/report/line_w_right.png");
	position: absolute;
	bottom: -15px;
	right: 0;
}

#main_contents.report .comment_box{
	width: 690px;
	padding: 40px 0;
	margin: 0 auto;
	background: url("../images/report/bg_comment.jpg") no-repeat top right;
}

#main_contents.report .comment_box .border_box:after{
	content: "";
	width: 420px;
	height: 5px;
	background: #FF5A19;
	display: block;
	margin-top: 20px;

}

#main_contents.report .btn_arrow{
	text-align: center;
	margin-top: 30px;
}

#main_contents.report .btn_arrow a{
	position: relative;
	display: inline-block;
	padding: 20px 80px;
	color: #FFF;
}

#main_contents.report .btn_arrow a:after{
	content: url("../images/report/arrow-right_w.png");
	position: absolute;
	top: 50%;
	right: 40px;
		  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#main_contents.report .txt_wrap{
	overflow: hidden;
	margin-bottom: 40px;
}

#main_contents.report .txt_wrap .left{
	width: 307px;
	float: left;
}

#main_contents.report .txt_wrap .right{
	width : -webkit-calc(100% - 327px) ;
   width : calc(100% - 327px) ;
	float: right;
}

#main_contents.report .thumb_wrap{
	padding: 50px 100px 40px 240px;
	position: relative;
}

#main_contents.report .thumb_wrap:before{
	content: url("../images/report/bg_thumb.png");
	position: absolute;
	top: 50%;
	left: 95px;
			  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
}

#main_contents.report .w600{
	width: 600px;
	margin: 0 auto 20px auto;
	text-align: center;
}

#main_contents.report .green_ptb{
	padding-top: 121px;
	padding-bottom: 100px;
	/* padding-bottom: 50px; */
}

#main_contents.report #step_box.green_ptb{
	padding-top: 130px;
	padding-bottom: 50px;
}

#main_contents.report .bg_wrap{
	background: #f9f5eb;
	padding: 85px 0;
}

#main_contents.report .bg_wrap h4{
	max-width: 540px;
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}

#main_contents.report .bg_wrap .line_ttl span.line{
	padding: 0 30px 0 60px;
	display: inline-block;
	position: relative;
}

#main_contents.report .bg_wrap .line_ttl span.line:before{
	content: url("../images/report/line_left.png");
	position: absolute;
	bottom: -5px;
	left: 30px;
}

#main_contents.report .bg_wrap .line_ttl span.line:after{
	content: url("../images/report/line_right.png");
	position: absolute;
	bottom: -5px;
	right: 0;
}

#main_contents.report .bg_wrap .dl_wrap{
	overflow: hidden;
	text-align: center;
	color: #ff5a19	;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

#main_contents.report .bg_wrap .dl_wrap li{
	width: 25%;
	float: left;
	display: table-cell;
	padding: 5px;
}


#main_contents.report .bg_wrap .dl_wrap dl{
	border: 2px solid #ff5a19;
	padding: 20px;
}

#main_contents.report .bg_wrap .dl_wrap dt{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}

#main_contents.report .bg_wrap .dl_wrap dd{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}

#main_contents.report .bg_wrap .dl_wrap + .txt{
	width: 700px;
	margin: 0 auto 30px auto;
}

#main_contents.report .report_bottom{
	background: #dce7c9;
	padding: 100px 0;
}

#main_contents.report .report_bottom .left{
	max-width: 315px;
	width: 35%;
	float: left;
}

#main_contents.report .report_bottom .right{
		width : -webkit-calc(100% - 335px) ;
   width : calc(100% - 335px) ;
   float: right;
}


#main_contents.report .report_bottom .left h6{
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	-webkit-border-radius: 	10px;
	        border-radius: 	10px;
	color: 	#80B01F;
	margin-bottom: 10px;
}


#main_contents.report .report_bottom .right ul li{
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 	5px;
	        border-radius: 	5px;
	margin-bottom: 10px;
}

#main_contents.report .link_bottom{
	width: 500px;
	margin: 50px auto 0 auto;
}

#main_contents.report .link_bottom a{
	display: block;
	padding: 20px 80px;
	text-align: center;
	color: #fff;
	position: relative;
}

#main_contents.report .link_bottom a:after{
	content: url("../images/common/icon-arrow-menu.svg");
	position: absolute;
	right: 40px;
	top: 50%;
		  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#main_contents.report .green_ptb p{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
}


@media (max-width:768px) {
	.report_wrap{
		width: 90%;
		margin: 0 auto;
	}

	#main_contents.report .comment_box{
		width: 80% ;
		margin: 0 auto;
		background: url(../images/report/bg_comment.jpg) no-repea;
		background-position : right -60px top 0px;
	}

	#main_contents.report .comment_box .border_box p:nth-child(1) {
		font-size: 16px;
	}

	#main_contents.report .comment_box .border_box p:nth-child(2) {
		font-size: 28px;
	}

	#main_contents.report .comment_box .border_box p:nth-child(3) {
		font-size: 16px;
	}

	#main_contents.report #sec01 .left .name_box {
		float: none;
		text-align: left;
	}

	#main_contents.report .report_block ul{
		width: 90%;
		margin: 0 auto;
	}
	#main_contents.report .w600{
		width: 100%;
	}

		#main_contents.report .report_bottom .left,
	#main_contents.report .report_bottom .right{
		width: 90%;
		float: none;
		margin: 0 auto;
	}

	#main_contents.report .link_bottom{
		width: 90%;
	}

	#main_contents.report .bg_wrap .dl_wrap{
		display: block;
	}

	#main_contents.report .bg_wrap .dl_wrap li{
		display: block;
		width: 50%;
	}

	#main_contents.report .txt_wrap .left{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	#main_contents.report .txt_wrap .right{
		width: 100%;
		float: none;
	}

	#main_contents.report #sec02 .head h4 {
		text-align: center;
	}

	#main_contents.report #sec02 ul{
		width: 100%;
		display: block;
	}

	#main_contents.report #sec02 ul li{
		width: 81.25%;
		max-width: 100%;
		margin: 0 auto 10px;
	}

	#main_contents.report #sec01 .left{
		width: 100%;
		float: none;
	}
	#main_contents.report #sec01 .right{
		width: 100%;
		padding: 20px;
		float: none;
		text-align: center;
	}

		#main_contents.report .report_block ul li .img_box{
			width: 100%;
			float: none;
			text-align: center;
			margin-bottom: 10px;
		}

		#main_contents.report .report_block ul li .txt_box{
			width: 100%;
			float: none;
		}

		#main_contents.report .report_block ul li .txt_box h5 {
			font-size: 18px;
			margin-bottom: 10px;
		}

		#main_contents.report .report_block ul li .txt_box p {
			font-size: 14px;
		}


		#main_contents.report .comment_box .border_box:after{
			width: 100%;
			margin: 0 auto;
		}

		#main_contents.report .thumb_wrap{
			padding: 24% 20px 20px 20px;
		}

		#main_contents.report .thumb_wrap:before{
			content: '';
			display: block;
			height: auto;
			padding-top: 24%;
			background-image: url(../images/report/bg_thumb.png);
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			position: absolute;
			/* top: 60px; */
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			/* transform: translateY(-50%) translateX(0%); */
			display: block;
			top: 4%;
			width: 40%;
			text-align: center;
		}

		#main_contents.report .img_ttl{
			    padding: 20px 20px 20px 100px;
			    text-align: left !important	;
		    background: url(../images/report/bg_ttl_sp.png) no-repeat 10px 45px;
		    -webkit-background-size: 80px;
		         -o-background-size: 80px;
		            background-size: 80px;
		}

		#main_contents.report .btn_arrow a{
			padding: 20px;
			width: 100%;
		}

		#main_contents.report .btn_arrow a:after{
			right: 5px;
		}




		#main_contents.report .link_bottom a,
		#step_box .txt_table li a,
		#main_contents.report .btn_arrow a{
			width: 100%;
			padding: 20px;
			text-align: left;
			font-size: 20px;
		}

		.line_w span{
			position: relative;
			padding: 0 40px;
			display: inline-block;

		}

		.line_w span:after{
			content:url("../images/report/line_w_left.png");
			position: absolute;
			bottom: -15px;
			left: 0;
		}

		.line_w span:before{
				content:url("../images/report/line_w_right.png");
			position: absolute;
			bottom: -15px;
			right: 0;
		}

		#main_contents.report #sec03 .report_block{
			background: url("../images/report/tri_bottom_20_sp.png") bottom center no-repeat #fff;
			padding-bottom: 20%;
			-webkit-background-size: 100%;
			     -o-background-size: 100%;
			        background-size: 100%;
		}

		#main_contents.report #sec04 .report_block{
			background: url("../images/report/tri_bottom_30_sp.png") bottom center no-repeat #fff;
				padding-bottom: 20%;
			-webkit-background-size: 100%;
			     -o-background-size: 100%;
			        background-size: 100%;
		}

		#main_contents.report #sec05 .report_block{
			background: url("../images/report/tri_bottom_10_sp.png") bottom center no-repeat #fff;
				padding-bottom: 20%;
			-webkit-background-size: 100%;
			     -o-background-size: 100%;
			        background-size: 100%;
		}

		#main_contents.report .green_ptb p{
			font-size: 20px;
		}

		#main_contents.report .comment_box{
			-webkit-background-size:90px;
			background-size:90px;
			background-position: right 0px top 0px;
			padding: 0;
			margin-bottom: 40px;
		}

		#main_contents.report .comment_box{
			padding: 0;
			margin-bottom: 40px;
		}

		#main_contents.report .comment_box .border_box:after{
			content: "";
			width: 80%;
			height: 5px;
			background: #FF5A19;
			display: block;
			margin: 10px 0 0 0;

		}



		#main_contents.report .bg_wrap .dl_wrap dd{
			font-size: 18px;
		}

		#main_contents.report #sec01 .left .head {
			text-align: center;
		}

		#main_contents.report #sec01 .left .ttl{
			float: none;
			display: block;
			text-align: center;
			padding: 0 1em;
			box-sizing: border-box;
			display: inline-block;
			margin: 0 auto 10px auto;
			font-size: 16px;
		}

		#main_contents.report .green_ptb{
			padding-bottom: 40px;
			padding-top: 105px;
		}

		#main_contents.report .bg_wrap{
			padding: 55px 0;
		}

		#main_contents.report .bg_wrap .dl_wrap + .txt{
			width: 100%;
		}

		.report_block h5.tac{
			text-align: left !important;
		}

		#main_contents.report .report_bottom{
			padding: 40px 0;
		}


}


@media (max-width:640px) {

	#main_contents.report #sec01 .left .head {
		margin-bottom: 0;
	}

	#main_contents.report #sec01 .left .name span:nth-child(1) {
		font-size: 16px;
	}

	#main_contents.report #sec01 .left .name span:nth-child(2) {
		font-size: 12px;
	}

	#main_contents.report #sec01 .left > .txtbox p {
		font-size: 12px;
	}

	#main_contents.report #sec02 ul li {
		/*width: 90%;*/
	}

	#main_contents.report #sec02 .head {
		padding: .8em 0;
	}

	#main_contents.report #sec02 .head h4 {
		font-size: 18px;
	}

	.line_w span {
		font-size: 20px;
	}

	#main_contents.report #sec03 h3,
	#main_contents.report #sec04 h3,
	#main_contents.report #sec05 h3{
		margin-bottom: 23px;
	}

	#main_contents.report .img_ttl {
		background-size: 30%;
	    background-position: 4% 67%;
	    padding: .4em .4em .4em 35%;
	}

	#main_contents.report .img_ttl .fz30 {
		font-size: 20px;
	}

	#main_contents.report .img_ttl .fz20 {
		font-size: 14px;
	}

	#main_contents.report .txt_wrap .right p {
		font-size: 14px;
	}

	#main_contents.report .comment_box .border_box p:nth-child(1) {
		font-size: 14px;
	}

	#main_contents.report .comment_box .border_box p:nth-child(2) {
		font-size: 20px;
	}

	#main_contents.report .comment_box .border_box p:nth-child(3) {
		font-size: 14px;
	}

	#main_contents.report .green_ptb p {
		font-size: 18px;
	}

	#main_contents.report .thumb_wrap p {
		font-size: 14px;
	}

	.report_block h5 {
		font-size: 18px;
	}

	#main_contents.report .report_block ul li:nth-child(3) {
		font-size: 14px;
	}

	#main_contents.report .bg_wrap h4 > span {
		font-size: 18px;
	}

	#main_contents.report .bg_wrap h4 > span > span span:nth-child(2) {
		font-size: 14px;
	}
	#main_contents.report .bg_wrap h4 > span > span:nth-child(3) {
		font-size: 24px;
	}
	#main_contents.report .bg_wrap h4 > span > span:nth-child(4) {
		font-size: 14px;
	}

	#main_contents.report .bg_wrap .dl_wrap dl dd {
		font-size: 13px;
	}

	#main_contents.report .bg_wrap .dl_wrap li > p {
		font-size: 12px;
	}

	#main_contents.report .bg_wrap .dl_wrap + .txt {
		font-size: 14px;
	}


}












