.report-main .single-img + .normal-text{
	margin-top: 32px;
}
.report-main .single-img img{
	width: 100%;
}
.report-main .single-movie{
	max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35.396%;
    position: relative;
    height: 0;
}
.report-main .single-movie iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.report-main .single-movie+.caption{
	text-align: center;
	margin-top: 8px;
}
.report-main .caption + .normal-text{
	margin-top: 32px;
}
.report-section {
	margin-top: 60px;
}

/*PICKUP CONTENTS*/
.report-btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.report-btn-list li{-ms-flex-preferred-size:48.8764044%;flex-basis:48.8764044%;margin:20px 0 0 2.2471912%}
.report-btn-list li .bg-transition{min-height:90px}
.report-btn-list li:nth-child(-n+2){margin-top:0}
.report-btn-list li:nth-child(odd){margin-left:0}
.report-btn-list li .report-inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;position:relative;z-index:10;padding:0 20px}
.report-btn-list li .box-circle-arr .title{width:84%;padding-right:15px}
.report-btn-list li .box-circle-arr .title .arr-circle{width:35px;height:35px;right:-23px;border:1px solid #fff;top:50%;margin-top:-18px}
.report-btn-list li .box-circle-arr .title .arr-circle .inner:before{width:15px;background-color:#fff}
.report-btn-list li .box-circle-arr .title .arr-circle .inner:after{left:3px;width:5px;height:5px;border-top:1px solid #fff;border-right:1px solid #fff}
.report-btn-list li .box-circle-arr:hover .title{color:#fff}
.report-btn-list li .box-circle-arr:hover .title .arr-circle{border:1px solid #14a83b;background:#14a83b}


/*レポート一覧*/
.dl-01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-01 dt{
	width: 105px;
	padding-left: 0;
	margin-right: 20px;
	background: none;
	color:#8e8e8e;
}
.dl-01 dd{
	width: calc(100% - 125px);
	margin-left: 0;
	padding-left: 0;
	
}

.dl-01 dt,.dl-01 dd{
	 margin-top: 22px;
}
.dl-01 dd:first-of-type {
	margin-top: 0;
}

@media only screen and (max-width:767px){
	.report-main .single-movie{
		padding-bottom: 60%;
	}
	.report-section {
		margin-top: 40px;
	}
	
	.report-btn-list{display:block}
	.report-btn-list li{margin-left:0}
	.report-btn-list li+li{margin-top:20px}
	.report-btn-list li .bg-transition{min-height:100%;height:0;position:relative;padding-top:45px;padding-bottom:45px}
	.report-btn-list li:nth-child(-n+2){margin-top:20px}
	.report-btn-list li .report-inner{width:100%;position:absolute;top:0}
	.report-btn-list li .box-circle-arr .title{width:100%;padding-right:40px}
	.report-btn-list li .box-circle-arr .title .arr-circle{right:0}
	.report-btn-list li .box-circle-arr .title .arr-circle .inner{left:15px}
	.dl-01 dd,.dl-01 dt{
		width: 100%;
	}
	.dl-01 dd,.dl-01 dd:first-of-type{
		margin-top: 5px;
	}
	
}