@charset "utf-8";

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

.youtubeWrapTitle{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

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

.pointcheck{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 10px;
}
.pointcheck_wrap{
  display: flex;
  flex-wrap: nowrap;
  background: #f2f7fd;
  border-radius: 4px;
  margin-bottom: 40px;
}
.pointcheck_img img {
  max-width: 160px;
}
.pointcheck_inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.pointcheck_title{
  color: #152c81;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
}
.c-product-freearea__contents .pointcheck_img picture,
.c-product-freearea__contents p.pointcheck_title{
  margin-top: 0;
}
.pointcheck_title::before{
  content: url("../../../assets/images/check-sp.svg");
  position: absolute;
  left: 0px;
  top: -1px;
  margin-right: 10px;
}

.feature{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.about{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.use{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 13px;
  margin-bottom: 20px;
}
.use .col{
  margin-bottom: 30px;
}
.link{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
  .link a{
    margin-top: 0;
  }

.link a .text{
  color: #152c81;
  font-size: 14px;
  font-weight: 700;
}
.link a .text::after{
  content: url("../../../assets/images/icon/arrow-nay-w4-h8.svg");
  display: inline-block;
  margin-left: 10px;
}

@media screen and (min-width: 600px) {
  .use .col{
    width: calc( ( 100% - 13px ) / 2 )
  }
}
@media screen and (min-width: 768px) {
  .youtubeWrapTitle{
    font-size: 18px;
  }
  .youtubeWrapTitle br{
    display: none;
  }
  .pointcheck{
    justify-content: center;
  }
  .pointcheck_wrap:nth-of-type(-n+2){
		width: calc( (100% - 10px) / 2 );
    height: 180px;
  }
  .pointcheck_wrap:nth-of-type(n+3){
		width: calc( (100% - 20px) / 3 );
  }
  .pointcheck_img{
    align-self: center;
    padding-left: 10px;
  }
  .pointcheck_img img {
    width: 100%;
    height: 160px;
    border-radius: 3px 0 0 3px;
    -o-object-fit: cover;
    object-fit: cover;
  }  
  .pointcheck_wrap:nth-of-type(-n+2) .pointcheck_inner{
    padding: 30px 30px 30px 40px;
  }
  .pointcheck_wrap .pointcheck_inner{
    padding: 30px;
    flex-grow: 1;
  }
  .pointcheck_title {
    padding-left: 30px;
  }
  .pointcheck_wrap:nth-of-type(-n+2) .pointcheck_title{
    font-size: 20px;
  }
  .pointcheck_wrap:nth-of-type(n+3) .pointcheck_title{
    font-size: 18px;
  }
  .pointcheck_title::before {
    content: url("../../../assets/images/check.svg");
    position: absolute;
    left: 0px;
    top: -2px;
  }
  .use .col{
    width: calc( ( 100% - 26px ) / 3 )
  }
  .link a .text{
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pointcheck_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pointcheck_img img{
    max-width: 90px;
    width: 100%;
  }
  .feature img,
  .about img,
  .use img{
    max-width: 345px;
    width: 100%;
  }
  .link{
    max-width: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
  }
  .link a .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

