@charset "utf-8";

.youtubeWrap{
  max-width: 560px;
  margin: 50px auto;
}
.youtubeWrapInner{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeWrapInner iframe {
  width: 100%;
  height: 100%;
}

.freeWrap h2{
  background-color: #152c81;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  padding: 12px 20px;
  margin: 50px auto 40px;
}

.box_BPC{
  background-color: #f8dada;
  border-radius: 4px;
  padding: 20px 30px;
  margin: 50px auto;
}
.heading{
	font-weight: 700;
}

.box_FSC{
  border: 1px solid #c7cad5;
  border-radius: 4px;
  margin: 50px auto;
}
.box_FSC_inner_01 .heading{
  color: #152c81;
  font-size: 22px;
  font-weight: 700;
	line-height: 1.1;
  padding-left: 1em;
	margin-top: 0;
  position: relative;
}
.box_FSC_inner_01 .heading::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e6960b;
  border-radius: 50%;
    top: 8px;
	  left: 0;
}
.box_FSC_inner_01 .text{
  font-weight: 700;
}
.box_FSC_inner_02{
  display: flex;
}
.box_FSC_inner_02 picture{
  margin-top: 0!important;
}
.box_FSC_inner_02 img{
  max-width: 340px;
}
.box_FSC_inner_03{
  background-color: #f2f7fd;
  border-radius: 4px;
}


.box_howto{
  margin-bottom: 50px;
}
.box_howto .box_howto_inner{
  background-color: #f2f7fd;
  border-radius: 4px;
}
.box_howto .heading{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 8px;
}
.box_howto .num{
	color: #e6960b;
  font-family: "Poppins", sans-serif;
}
.box_howto .text{
  color: #152c81;
  line-height: 1.1;
}
.box_howto img{
  width: 322px;
  margin: 10px  auto 0;
}

.pointbox {
  background: #f2f7fd;
  border-radius: 4px;
  position: relative;
}
.pointbox::after {
  position: absolute;
  content: "POINT";
  color: #152c81;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pointbox_01::after {
  content: "POINT. 1";
}
.pointbox_02::after {
  content: "POINT. 2";
}
.pointbox_03::after {
  content: "POINT. 3";
}
.pointbox_04::after {
  content: "POINT. 4";
}
.pointbox_05::after {
  content: "POINT. 5";
}

.c-product-freearea__contents h3.pointbox_title{
  margin-top: 0;
}
.pointbox_title {
  color: #152c81;
  font-weight: 700;
  position: relative;
}
.pointbox_title::after {
  position: absolute;
  left: 0px;
  top: -2px;
}
.pointbox_lead {
  margin: 20px auto;
}
.pointbox_thumb img{
  margin: 0 auto;
}

.pointbox_02 img{ width: 218px; }
.pointbox_03 img{ width: 195px; }
.pointbox_04 img{ width: 192px; }
.pointbox_05 img{ width: 360px; }

@media screen and (max-width: 360px) {
  .pointbox_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pointbox {
    padding: 50px 20px 20px;
  }
  .pointbox + .pointbox {
    margin-top: 20px;
  }
  .pointbox::after {
    left: 16px;
    top: 18px;
    font-size: 16px;
  }
  .pointbox_title {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 21px;
  }
  .pointbox_title::after {
    content: url("../../../assets/images/check-sp.svg");
  }
  .pointbox_lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
  }
}
@media screen and (min-width: 768px) {
  .pointbox{
    display: flex;
    justify-content: flex-start;
    padding: 50px 50px 30px;
  }
  .pointbox + .pointbox {
    margin-top: 40px;
  }
  .pointbox::after {
    left: 50px;
    top: -23px;
    font-size: 29px;
  }
  .pointbox_title {
    font-size: 24px;
    padding-left: 34px;
  }
  .pointbox_title::after {
    content: url("../../../assets/images/check.svg");
  }
  .pointbox_lead {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; 
  }
  .pointbox_thumb {
    margin-left: 20px;
  }
}

  
.box_scene{
  display: flex;
  margin-top: 20px;
}

.box_banner{
  margin-top: 50px;
}
.box_banner img{
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box_BPC{
    padding: 20px;
  }
	.heading{
		font-size: 16px;
	}
  .box_FSC{
    padding: 20px;
  }
  .box_FSC_inner_01 .text{
    font-size: 16px;
  }
  .box_FSC_inner_03{    
    padding: 20px;
  }
  .box_FSC_inner_03 .heading{
    font-size: 16px;
  }
  .box_scene{
    flex-direction: column;
    align-items: center;
  }
  .box_scene picture:not(:last-of-type){
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box_BP C{
    padding: 20px 30px;
  }
	.heading{
		font-size: 18px;
	}
  .box_FSC{
    padding: 30px;
  }
	.box_FSC_inner_01 .heading::before{
		width: 10px;
		height: 10px;
	}
  .box_FSC_inner_01 .text{
    font-size: 18px;
  }
  .box_FSC_inner_02{
    grid-row: span 2 / span 2;
  }
  .box_FSC_inner_03{
    padding: 20px 30px;
  }
  .box_FSC_inner_03 .heading{
    font-size: 18px;
  }
  .box_scene{
    column-gap: 30px;
  }
  .box_scene div{
    width: calc( (100% - 30px) / 2)
  }
}


@media screen and (max-width: 599px) {
  .box_howto div:not(:last-of-type){
    margin-bottom: 20px;
  }
  .box_howto .box_howto_inner{
    padding: 20px;
  }
  .box_howto .num{
    font-size: 22px;
  }
  .box_howto .text{
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .box_howto{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .box_howto div{
    width: calc( (100% - 10px) / 2)
  }
  .box_howto div:not(:last-of-type){
    margin-bottom: 10px;
  }
  .box_howto .box_howto_inner{
    padding: 30px;
  }
  .box_howto .num{
    font-size: 28px;
  }
  .box_howto .text{
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .box_howto{
    display: flex;
    column-gap: 10px;
  }
  .box_howto div{
    width: calc( (100% - 20px) / 3)
  }
  .box_howto .box_howto_inner{
    padding: 30px;
  }
  .box_howto .num{
    font-size: 28px;
  }
  .box_howto .text{
    font-size: 22px;
  }
}

@media screen and (max-width: 1279px) {
  .box_FSC{
    display: flex;
    flex-direction: column;
  }
  .box_FSC_inner_01,
  .box_FSC_inner_02{
    margin-bottom: 30px;
  }
  .box_FSC_inner_02{
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .box_FSC{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr 3fr;
    gap: 30px;
  }
}
