@charset "utf-8";

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

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

.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;
}
.catch{
	color: #152c81;
}
.catch li{
  font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 1em;
  line-height: 1.4;
}
.catch li:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #152c81;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0;
	margin-left: 0.2em;
}
.catch li:not(:last-child){
  margin-bottom: 20px;
}
.catch li span{
	color: #e6960b;
}

.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-top: 0;
  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 .point01{
	display: flex;
	justify-content: space-between;
}
.point .point01 > div:last-of-type{
	text-align: right;
}
.point .white{
	background-color: #FFF;
	padding: 20px 30px 30px;
	border-radius: 4px;
}
.point .white strong{
	font-size: 18px;
}

.use{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.c-product-freearea__contents .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;
}


@media screen and (max-width: 599px) {
	.point .col{
		width: 100%;
	}
}
@media screen and (min-width: 600px) {
	.point .col:not(:first-of-type){
		width: calc( (100% - 10px) / 2 );
	}
}

@media screen and (max-width: 767px) {
	.point .point01{
		flex-direction: column;
	}
	.point .white{
	padding: 10px 20px 20px;
	}
	.point .white strong{
	font-size: 16px;
	}
	.use{
		flex-direction: column;
	}
	.use .col:first-of-type{
		margin-bottom: 40px;
	}
	.use img{
		max-width: 568px;
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.catch li{
		font-size: 22px;
	}
	.point h3::before{
		width: 10px;
		height: 10px;
	}
	.point .point01 > div{
		width: calc( (100% - 10px) / 2 );
	}
	.use .col{
		width: calc( (100% - 30px) / 2 );
	}
}



