@charset "utf-8";

/*================================
report
================================*/
.mv.r01{
	background: url(../img/report/bg_01.jpg) no-repeat center top;
	background-size:cover;
}
.mv.r02{
	background: url(../img/report/bg_02.jpg) no-repeat center top;
	background-size:cover;
}

main section {
  margin: 0 auto 15%;
}

.infoWrapper .style{
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #8CC8F0;
  width: fit-content;
}
.report_txt{
  margin: 50px auto 50px;
  line-height: 2.4;
  max-width: 780px;
}
.report_img{
  margin: 0 auto 50px;
  max-width: 900px;
}

.report_flex{
  display: flex;
  gap:2%;
  justify-content: flex-start;
}
.report_flex .flex_box{
  width: 31.3%;
}

/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {
  
main section {
  margin: 0 auto 15%;
}
  
.report_txt{
  margin: 30px auto 45px;
}
  
  .report_flex{
  display: block;
  }
.report_flex .flex_box{
  margin: 0 auto 20px;
  width: 90%;
  max-width: 600px;
}

}

