@charset "utf-8";

/* common.css
---------------------------------------------*/

.youtubeWrap{
  max-width: 560px;
  margin: 40px 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; 
}

/* common.css END
---------------------------------------------*/

.heading{
	margin: 50px auto;
}

.point{
	display: flex;
	flex-wrap: wrap;
}
.point h3{
  color: #152c81;
  font-size: 22px;
  font-weight: 700;
	line-height: 1.1;
  padding-left: 1em;
	margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.point h3::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e6960b;
  border-radius: 50%;
    top: 8px;
	  left: 0;
}
.point .col{
	background-color: #f2f7fd;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 20px;
}
.point01{
  width: 100%;
	display: flex;
  flex-direction: column;
	justify-content: space-between;
}
.point01 .col-L{
  margin-bottom: 20px;
}
.point01 .col-R{
  display: flex;
  justify-content: center;
}
.point02 .color{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
}
.point02 .color_col{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point02 .color_col img{
  max-width: 170px;
  width: 100%;
}
.point02 .img{
  order: 1;
}
.point02 .text{
  order: 2;
  align-self: stretch;
  background-color: #FFF;
	border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.point02 .title{
  color: #131b38;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.point02 .title.new::before{
  display: block;
  content: "NEW";
  background-color: #E6960B;
  border-radius: 12px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  margin-right: 10px;
}

.use h3{
	margin-top: 0;
}
.use h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
  color: #152c81;
}
.use h3::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #152c81;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.use h3::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e6960b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

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

.ex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
}
.ex .col{
  margin-bottom: 30px;
}
.ex picture{
  margin-bottom: 10px;
}

@media screen and (max-width: 360px) {
  .pointcheck_title {
    font-size: 14px;
  }
}
@media screen and (min-width: 420px) {
  .pointcheck_wrap:first-child .pointcheck_title{
    max-width: 14em;
  }
  .pointcheck_wrap:last-child .pointcheck_title{
    max-width: 16em;
  }
}
@media screen and (max-width: 599px) {
  .point02 .text{
    width: calc( 100vw - 80px );
  }
}
@media screen and (min-width: 600px) {
  .point02 .color::after{
    content: "";
    display: block;
		width: calc( (100% - 30px) / 2 );
  }
	.point02 .color_col{
		width: calc( (100% - 30px) / 2 );
	}
  .ex::after{
    content: "";
    display: block;
		width: calc( (100% - 10px) / 2 );
  }
	.ex .col{
		width: calc( (100% - 10px) / 2 );
	}
}

@media screen and (max-width: 767px) {
  .point01 .col-R img{
    max-width: 305px;
    width: 100%;
  }
	.point02 .color_col:not(:last-child){
    margin-bottom: 30px;
  }
  .pointcheck{
    flex-direction: column;
  }
  .pointcheck_img img {
    max-width: 90px;
  }
	.ex img{
		max-width: 345px;
		width: 100%;
	}  
}
@media screen and (min-width: 768px) {
	.catch li{
		font-size: 22px;
	}
	.point h3::before{
		width: 10px;
		height: 10px;
	}
  .point01{
    flex-direction: row;
  }
	.point01 > div{
		width: calc( (100% - 30px) / 2 );
	}
  .point02 .color::after{
    content: "";
    display: block;
		width: calc( (100% - 60px) / 3 );
  }
	.point02 .color_col{
		width: calc( (100% - 60px) / 3 );
	}
  .point02 .text{
    padding: 20px 30px;
  }
  .point02 .title{
    font-size: 18px;
  }

  .pointcheck{
    justify-content: center;
  }
  .pointcheck_wrap{
    flex-wrap: wrap;
  }
  .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{  
    width: 34%;
    height: 100%;
  }
  .pointcheck_img img {
    width: 100%;
    height: 180px;
    border-radius: 3px 0 0 3px;
    -o-object-fit: cover;
    object-fit: cover;
  }  
  .pointcheck_wrap:nth-of-type(-n+2) .pointcheck_inner{
    width: 65%;
    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;
  }
	.ex .col{
		width: calc( (100% - 20px) / 3 );
	}
}



