@charset "utf-8";
/* 錆ニックじゃばら */


.ffs-plat{
	font-feature-settings: "palt" 1;
}
.underline{
  text-underline-offset: 4px;
	text-decoration: underline;
}

.youtubeWrap{
  max-width: 560px;
  margin: 40px auto 25px;
}
.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; 
}
.freeWrap	h2.lineup{
	margin-top: 25px;
}

.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;
	margin-bottom: 20px;
}
.point .col:first-of-type{
	width: 100%;
}
.point .col .img{
  margin-bottom: 10px;
}
.point .point01{
	display: flex;
	justify-content: space-between;
}
.point .point01 > div:last-of-type{
	text-align: right;
}

.button {
	display: block;
  background: #e3ebfa;
	color: #152c81;
  font-size: 16px;
  font-weight: 700;
  max-width: 180px;
	border-radius: 4px;
  padding: 12px 10px 14px 20px;
  cursor: pointer;
  position: relative;
}
.button::after {
  content: "";
  width: 8px;
  height: 13px;
	position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url("../../../../assets/images/icon/arrow-nay-right-w10-h5.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

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: 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 (min-width: 768px) {
	.point .col:not(:first-of-type){
		width: calc( (100% - 20px) / 3 );
	}
}


@media screen and (max-width: 767px) {
	small{ font-size: 13px; }
	.point .point01{
		flex-direction: column;
	}
	table.use tr th,
	table.use tr td{
		display: block;
		width: 100%;
		padding: 10px;
	}
}
@media screen and (min-width: 768px) {
	small{ font-size: 14px; }
	.point h3::before{
		width: 10px;
		height: 10px;
	}
	.point .point01 > div{
		width: calc( (100% - 30px) / 2 );
	}
	table.use tr th,
	table.use tr td{
		padding: 20px;
		border-top: 1px solid #c7cad5;
		border-bottom: 1px solid #c7cad5;
	}
}

/*------------------------------
			動画リンク追加
------------------------------*/

.link_MM{
  margin: 25px auto;
}
.link_MM a{
	margin-top: 0;
}
.link_MM .c-textlink img{
  margin-bottom: 0.4em;
  margin-left: 0.5em;
}
.freeWrap	h2:first-of-type{
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.youtubeWrap{
		margin-bottom: 30px;
	}
	.link_MM{
		margin: 30px auto;
		text-align: right;
	}
	.link_MM .hidden-pc{
		display: none;
	}
	.freeWrap	h2:first-of-type{
		margin-top: 30px;
	}
}