ul,li{
	list-style:none;
}
.contain{
	width:1200px;
	margin: auto;
}
.fadein-late,
.fadein {
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 1500ms;
}
.fadein-late.scrollin,
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}	
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.mb50{
  margin-bottom: 50px;
}

.sub-page{
  font-family: "Noto Sans JP", sans-serif !important;
}

.mv{
}
.mv .container{
}

.report{
  background-color: #e4e4e4;
  color: #2b2b2b;
  text-align: center;
  padding: 80px 0;
}
.report h2{
  font-size: 44px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.report p{
  line-height: 2;
}

.report ul.img li{
  margin-bottom: 30px;
}
.report ul{
  margin-bottom: 80px;
}
.report p.note{
  font-size: 14px;
  text-align: center;
  padding-top: 1em;
}

.qa {
  padding-bottom: 80px;
  color: #212121;
}
.qa h3{
  padding-bottom: 50px;
}
.qa p.qa_read {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 1em;
}
.qa p.qa_detail {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 50px;
}
.qa_img{
  /*margin-bottom: 60px;*/
}

.product{
  background-color: #2b2b2b;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}
.product h3{
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: bold;
}
.product ul{
  display: flex;
  justify-content: space-around;
}
.product a:hover{
  opacity: 0.7;
}
.product p {
  padding-top: 60px;
}

.event{
  background-color: #e4e4e4;
  color: #212121;
  padding: 80px 0;
  text-align: center;
}
.event h3{
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: bold;
}
.txt_bottom{
  background-color: #fff;
  color: #212121;
  text-align: center;
  padding: 80px 0;
}
.txt_bottom p{
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
p.btn{
  display: inline-block;
  margin-top: 30px;
}
p.btn a{
  background-color: #212121;
  text-align: center;
  text-decoration: none;
  padding: 10px 40px;
  font-weight: bold;
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 20px;
  line-height: 1.8;
}
p.btn a:hover{
  opacity: 0.7;
}


@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }	
  .contain {
      width: auto;
  }
  .container{
    width: 95%;
    margin:auto;
  }
  .report {
    padding: 50px 0;
  }
  .report h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .report p {
    font-size: 14px;
  }
  .report p.note {
    font-size: 12px;
    text-align: left;
  }
  .report ul{
    margin-bottom: 50px;
  }
  .qa h3 {
    padding-bottom: 30px;
  }
  .qa p.qa_read {
    font-size: 17px;
    text-align: left;
  }
  .qa p.qa_detail {
    font-size: 13px;
  }
  .product {
    padding: 50px 0;
  }
  .product h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .event {
    padding: 50px 0;
  }
  .event h3 {
    font-size: 22px;
  }
  .txt_bottom {
    padding: 50px 0 80px;
  }
  .txt_bottom p {
    font-size: 16px;
  }
  .product ul{
    flex-wrap: wrap;
  }
  .product ul li {
    margin-bottom: 30px;
  }
  p.btn{
    width: 90%;
    box-sizing: border-box;
  }
  p.btn a{
    font-size: 16px;
    line-height: 1.5;
  }
}


