@charset "utf-8";
/* 錆ニック */

@media screen and (max-width: 767px) {
  small{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  small{
    font-size: 14px;
  }
}

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

.underline{
  text-underline-offset: 4px;
	text-decoration: underline;
}

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

.heading{
  background: #f2f7fd;
  border-radius: 4px;
  margin-top: 60px;
  margin-bottom: 15px;
  position: relative;
}
.hukidashi{
  position: relative;
  top: -16px;
  background-color: #152c81;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  padding: 10px;
  border-radius: 4px;
  max-width: 760px;
}
.hukidashi::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 12px solid #152c81;
  width: 0;
  height: 0;	
}
.nayami{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  column-gap: 10px;
  padding: 0 20px 20px;
  margin-top: -16px!important;
}
.nayami li{
  background-color: #fff;
  color: #152c81;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  padding: 40px 20px 20px;
  position: relative
}
.nayami .nayami_label{
  background-color: #152c81;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  border-radius: 4px 0 10px 0;
}
.nayami .nayami_label .num{
  font-family: "Poppins", sans-serif;
}
.caret-down::after{
  content: "";
  display: block;
  border: 12px solid transparent;
  border-top: 16px solid #152c81;
  width: 0;
  height: 0;
  position: relative;
  left: 50%;
}
.kaiketsu{
  color: #152c81;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 18px;
}
.kaiketsu p{
  margin-top: 0;
}
.ill{
  margin-bottom: 40px;
}
.hikaku li{
  display: inline-block;
  margin-right: 20px;
}
.haikei{
  border: 1px solid #c7cad5;
  border-radius: 4px;
  margin: 40px auto 50px;
  padding: 20px;
}
.haikei .title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .hukidashi br{
    display: block;
  }
	.nayami{
    flex-direction: column;
  }
	.nayami li:not(:last-of-type){
		margin-bottom: 10px;
	}
  .kaiketsu br.display-sp{
    display: block;
  }
  .ill img,
  .hikaku img{
    max-width: 345px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .hukidashi br{
    display: none;
  }
  .nayami{
    justify-content: space-between
  }
	.nayami li{
		width: calc( (100% - 10px) / 2 );
  }
	.nayami li:not(:last-of-type){
		margin-bottom: 10px;
	}
  .kaiketsu br.display-sp{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hukidashi{
    font-size: 24px;
  }
  .hukidashi br{
    display: none;
  }
	.nayami li{
    font-size: 18px;
	}
  .nayami .nayami_label{
    font-size: 14px;
  }
  .kaiketsu{
    font-size: 24px;
    padding: 30px;
  }
  .kaiketsu br.display-sp{
    display: none;
  }
  .haikei{
    padding: 30px;
  }
  .haikei .title{
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .nayami{
    justify-content: space-between
  }
	.nayami li{
		width: calc( (100% - 10px) / 2 );
  }
	.nayami li:not(:last-of-type){
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1280px) {
	.nayami li{
		width: calc( (100% - 20px) / 3 );
	}
}



.point{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.point h3{
  color: #152c81;
  font-size: 22px;
  font-weight: 700;
	line-height: 1.1;
  padding-left: 1em;
	margin-bottom: 10px;
  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;
}
.point .col .img{
	width: 100%;
}
.point .col{
  margin-bottom: 10px;
}
.point .point01{
	display: flex;
	justify-content: space-between;
}
.point .point01 > div:last-of-type{
	text-align: right;
}
@media screen and (max-width: 599px) {
	.point .col:not(:first-of-type){
		width: 100%;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.point .col:not(:first-of-type){
		width: calc( (100% - 20px) / 2 );
	}
}
@media screen and (max-width: 767px) {
  .point .col:not(:last-of-type){
    margin-bottom: 20px;
  }
	.point .point01{
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) {
	.point .col:not(:first-of-type){
		width: calc( (100% - 20px) / 3 );
	}
	.point h3::before{
		width: 10px;
		height: 10px;
	}
  .point .col:first-of-type{
    margin-bottom: 20px;
  }
	.point .point01 > div{
		width: calc( (100% - 30px) / 2 );
	}
}


.display-hidden table{
	width: 100%;
	border-left: 1px solid #c7cad5;
}
.display-hidden table:first-of-type{
	border-top: 1px solid #c7cad5;
}
.display-hidden table:last-of-type{
	margin-bottom: 10px;
}
.display-hidden table:not(:last-of-type){
	margin-bottom: 0;
}
.display-hidden table tr th,
.display-hidden table tr td{
	height: 50px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #c7cad5;
	border-bottom: 1px solid #c7cad5;
	padding: 0.6em;
}
.display-hidden table tr th.bg{
	background-color: #e3ebfa;
}
.display-hidden ul li{
	display: inline-block;
	margin-bottom: 0.4em;
	margin-right: 1em;
}
@media screen and (max-width: 767px) {
	.display-hidden .sp{
		display: block;
	}
	.display-hidden .pc{
		display: none;
	}
	.display-hidden table tr th{
		font-size: 14px;
	}
	.display-hidden table tr td{
		font-size: 20px;
	}
	.display-hidden table tr.four th,
	.display-hidden table tr.four td{
		width: calc( 100% / 4 );
	}
	.display-hidden table tr.three th,
	.display-hidden table tr.three td{
		width: calc( 100% / 3 );
	}
	.display-hidden ul li{
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) {
	.display-hidden .sp{
		display: none;
	}
	.display-hidden .pc{
		display: block;
	}
	.display-hidden table tr th{
		font-size: 16px;
	}
	.display-hidden table tr td{
		font-size: 25px;
		width: calc( 100% / 8 );
	}
	.display-hidden ul li{
		font-size: 16px;
	}
}


table.use{
	width: 100%;
	margin-bottom: 20px;	
}
table.use tr th{
  background: #f2f7fd;
  font-weight: 700;
  line-height: 1.625;
  width: 15em;
}
table.use tr td{
  line-height: 1.43;
}
table.use tr th,
table.use tr td{
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
	table.use tr th,
	table.use tr td{
		display: block;
		width: 100%;
		padding: 10px;
	}
}
@media screen and (min-width: 768px) {
	table.use tr th,
	table.use tr td{
		padding: 20px;
		border-top: 1px solid #c7cad5;
		border-bottom: 1px solid #c7cad5;
	}
}


ul.scene{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 30px;
}
.scene li{
  margin-bottom: 40px;
}
.scene img{
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
	.scene{
    flex-direction: column;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.scene li{
		width: calc( (100% - 10px) / 2 );
	}
}
@media screen and (max-width: 767px) {
	small{ font-size: 13px; }
	.point .point01{
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) {
	.scene li{
		width: calc( (100% - 20px) / 3 );
	}
}



