@charset "utf-8";

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

.point{
  background-color: #F2F7FD;
  border-radius: 4px;
  color: #152C81;
  display: flex;
  margin-bottom: 40px;
}
.point .colL p{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 0;
}
.point .colR ul{
  font-size: 16px;
  margin: 0 auto;
}
.point .colR ul li{
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.point .colR ul li:first-of-type{
	margin-bottom: 20px;
}
.point .colR ul li::after{
  position: absolute;
  content: url("/assets/images/check-sp.svg");
		left: 0px;
		top: -3px;
}
@media screen and (max-width: 767px) {
	.point{
		flex-direction: column;
    padding: 20px 20px 30px;
	}	
  .point .colL p{
    margin-bottom: 10px;
  }
  .point .colR ul li{
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
	.point{
		flex-direction: row;
    padding: 30px 40px;
	}
	.point .colR{
		padding-left: 30px;
	}
  .point .colL p{
    font-size: 29px;
  }
	.point .colR ul li::after{
    content: url("/assets/images/check.svg");
  }
  .point .colR ul{
    font-size: 24px;
    border-left: 2.5px solid #C7CAD5;
    padding-left: 30px;
  }
  .point .colR ul li{
    padding-left: 30px;
  }
}

.heading{
  display: flex;
  column-gap: 30px;
}
.heading .colL .inner{
  display: flex;
  column-gap: 30px;
}
.heading .colL .inner{
  border: 1px solid #C7CAD5;
  align-items: center;
  border-radius: 4px;
}
.heading .colL .text p:first-child{
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .heading{
    flex-direction: column;
    align-items: center;
    margin: 50px auto 50px;
  }
  .heading .colL{
    margin-top: 30px;
  }
  .heading .colL{
    order: 2;
  }
  .heading .colR{
    order: 1;
  }
  .heading .colR img{
    max-width: 346px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .heading{
    margin: 40px auto 50px;
  }
  .heading .colL,
  .heading .colR{
    width: calc( (100% - 30px) / 2 );
  }
}
@media screen and (max-width: 1279px) {
  .heading .colL .inner{
    flex-direction: column;
    margin-top: 50px;
    padding: 20px;
  }
  .heading .colL img{
    max-width: 150px;
    width: 100%;
  }
  .heading .colL .text{
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .heading .colL .inner{
    margin-top: 40px;
    padding: 30px;
  }
}

.about{
  display: flex;
  column-gap: 30px;
}
.catch{
	color: #152c81;
  margin-bottom: 10px;
}
.catch li{
	font-weight: 700;
	position: relative;
	padding-left: 1em;
  line-height: 1.4;
}
.catch li:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #e6960b;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0;
	margin-left: 0.2em;
}
.catch li:not(:last-child){
  margin-bottom: 10px;
}
.catch li span{
	color: #e6960b;
}
.catch li small{
  color: #131b38;
  font-weight: 400;
}
.about .colL{
  display: flex;
  justify-content: center;
}
.about .sub{
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about .colL img{
    max-width: 345px;
    width: 100%;
  }
	.catch li{
		font-size: 16px;
	}
  .about .sub{
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
	.catch li{
		font-size: 18px;
	}
  .about .sub{
    font-size: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .about{
    flex-direction: column;
  }
  .about .colR{
    margin-top: 30px;
  }
}


.pointbox {
  background: #f3f7ff;
  border-radius: 4px;
  margin-top: 70px;
  padding: 50px 50px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pointbox {
    margin: 30px 0 0;
    padding: 50px 15px 5px;
    border-radius: unset;
  }
}
.pointbox + .pointbox {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pointbox + .pointbox {
    margin-top: 25px;
  }
}
.pointbox::before {
  position: absolute;
  content: "POINT";
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #152c81;
  letter-spacing: 0.06em;
  left: 50px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .pointbox::before {
    left: 16px;
    top: 18px;
    font-size: 16px;
  }
}
.pointbox--1::before {
  content: "POINT. 1";
}
.pointbox--2::before {
  content: "POINT. 2";
}
.pointbox--3::before {
  content: "POINT. 3";
}
.pointbox__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pointbox__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pointbox__flex-2 {
    display: flex;
    justify-content: space-between;
  }
}
.pointbox__thumb {
  width: 100%;
  margin-left: 10px;
}
.pointbox__thumb--panchi {
  max-width: 237px;
  margin-top: -22px;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .pointbox__thumb--panchi {
    margin: 9px auto 0;
    max-width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .pointbox__thumb--datsupula {
    max-width: 305px;
  }
}
@media screen and (min-width: 768px) {
  .pointbox__thumb--datsupula {
    max-width: 350px;
  }
}
.pointbox__thumb img {
  width: 100%;
  height: auto;
}
.pointbox__title {
  font-size: 24px;
  font-weight: 700;
  color: #152c81;
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .pointbox__title {
    font-size: 16px;
    padding-left: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .pointbox__title {
    font-size: 14px;
  }
}
.pointbox__title::after {
  position: absolute;
  content: url("/assets/images/check.svg");
  left: 0px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .pointbox__title::after {
    content: url("/assets/images/check-sp.svg");
  }
}
.pointbox__title--2 {
  font-size: 20px;
  line-height: 1.45;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .pointbox__title--2 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 4px;
  }
}
.pointbox__title--2 + .pointbox__title--2 {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .pointbox__title--2 + .pointbox__title--2 {
    margin-top: 10px;
  }
}
.pointbox__title--3 {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 14px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pointbox__title--3 {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin-top: 8px;
  }
}
.pointbox__title--4 {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pointbox__title--4 {
    font-size: 16px;
    line-height: 1.5;
    margin-left: unset;
    margin-top: 8px;
  }
}
p.pointbox__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pointbox__lead {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
  }
}
ul.pointbox__pattern {
  display: flex;
  column-gap: 10px;
  margin-top: 25px;
}
.pointbox__pattern--item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pointbox__pattern--item {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
}
.pointbox__pattern--body {
  background: #fff;
  padding: 30px;
}

.pointbox__pattern--title {
  font-size: 16px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .pointbox__pattern--title {
    font-size: 14px;
  }
}
p.pointbox__pattern--text {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pointbox__pattern--text {
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
  }
}
p.pointbox__pattern--info {
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pointbox__pattern--info {
    font-weight: 400;
    margin-top: 16px;
    text-align: left;
  }
}
.pointbox__list1 {
  margin-top: 20px;
}
.pointbox__list1--item {
  display: flex;
  border-top: 1px solid rgba(21, 44, 129, .5);
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .pointbox__list1--item {
    padding: 17px 0px 13px 0px;
    flex-direction: column;
  }
}
.pointbox__list1--title, .pointbox__list1--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pointbox__list1--title, .pointbox__list1--text {
    font-size: 14px;
    line-height: 1.42;
  }
}
.pointbox__list1--title {
  font-weight: 500;
  width: 132px;
}
@media screen and (max-width: 767px) {
  .pointbox__list1--title {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .pointbox__list1--text {
    font-weight: 400;
  }
}
.pointbox__list1--title2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pointbox__list1--title2 {
    margin-top: unset;
  }
}
.pointbox__list1--body {
  width: calc(100% - 132px);
}
@media screen and (max-width: 767px) {
  .pointbox__list1--body {
    width: 100%;
    margin-top: 11px;
  }
}
.pointbox__list1--body2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pointbox__list1--body2 {
    display: block;
    margin-top: 0;
  }
}
.pointbox__list1--body2 .pointbox__list1--text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pointbox__list1--thumb {
    max-width: 205px;
    width: 100%;
  }
  .pointbox__list1--body2 .pointbox__list1--thumb {
    max-width: 230px;
    margin: 20px auto 5px;
  }
}
@media screen and (min-width: 768px) {
  .pointbox__list1--thumb {
    max-width: 230px;
    width: 100%;
  }
}
.pointbox__list1--thumb img {
  width: 100%;
  height: auto;
}
.pointbox__list2 {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .pointbox__list2 {
    margin-top: 16px;
  }
}
.pointbox__list2--item {
  display: flex;
  border-top: 1px solid rgba(21, 44, 129, .5);
  padding: 19px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--item {
    padding: 15px 0px 0px 0px;
    display: block;
  }
}
.pointbox__list2--text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin-top: 15px;
  }
}
.pointbox__list2--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 90px;
  height: 38px;
  border: 1px solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--title {
    font-size: 14px;
    width: 78px;
    height: 30px;
  }
}
.pointbox__list2--body {
  margin-left: 69px;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--body {
    margin-left: 0px;
    margin-bottom: 11px;
  }
}
.pointbox__list2--list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--list {
    margin-top: 9px;
    margin-left: -1px;
  }
}
.pointbox__list2--listitem {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #152c81;
  line-height: 1.66;
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--listitem {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42;
  }
}
.pointbox__list2--listitem span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .pointbox__list2--listitem span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin-left: 7px;
  }
}
.pointbox__button {
  background: #152c81;
  border-radius: 4px;
  max-width: 560px;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .pointbox__button {
    height: 60px;
    margin: 30px auto 0;
    width: 100%;
    max-width: unset;
    padding: 0 21px 0 18px;
  }
}
.pointbox__button p {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pointbox__button p {
    font-size: 14px;
    text-align: left;
  }
}
.pointbox__button p::after {
  position: absolute;
  content: url("/assets/images/icon/arrow-white-w10-h5-2.svg");
  top: 0;
  right: 0;
}
.pointbox__nado {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  color: #152c81;
  margin-top: 13px;
}

.pointbox .print{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pointbox .print{
    flex-direction: column;
  }
  .pointbox .print picture{
    margin-top: 20px;
  }
  .pointbox .print img{
    max-width: 80px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pointbox .print img{
    max-width: 150px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .pointbox__pattern {
    flex-direction: column;
  }
  .pointbox__pattern--item + .pointbox__pattern--item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .pointbox__pattern--body{
    min-height: 135px;
  }
}
@media screen and (max-width: 1279px) {
  .pointbox__flex{
    flex-direction: column;
  }
  .pointbox__pattern--item {
    flex-direction: column;
  }
  .pointbox__pattern--body{
    max-width: 305px;
    padding: 20px;
  }
  .pointbox__pattern--thumb img {
    max-width: 305px;
    width: 100%;
  }
  .pointbox__list1--body2{
    flex-direction: column;
  }
  .pointbox__list1--body2 .pointbox__list1--thumb{
    margin-top: 20px;
    align-self: flex-end;
  }
  .pointbox__thumb.pointbox__thumb--datsupula{
    margin: 20px auto;
  }
}
@media screen and (min-width: 1280px) {
  .pointbox__pattern--item {
    display: flex;
    width: calc( ( 100% - 10px ) / 2 )
  }
  .pointbox__pattern--body{
    width: 62%;
  }  
  .pointbox__pattern--thumb img {
    width: 200px;
  }
  ul.list_notes.pattern{
    display: flex;
    justify-content: flex-end;
  }
}

ul.spec li{
  display: inline-block;
}
ul.spec li:not(:last-child){
  margin-right: 1em;
}

.howto{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.howto .title{
  font-weight: 700;
}
.youtubeWrap{
  margin: 10px auto;
}
.youtubeWrapInner{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeWrapInner iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .howto{
    margin-bottom: 30px;
  }
  .howto .title{
    font-size: 16px;
  }
  .youtubeWrap{
    max-width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .howto .title{
    font-size: 18px;
  }
  .youtubeWrap{
    width: 560px;
  }
}
  
.lineup_inner{
  display: flex;
  column-gap: 12px;
}
.lineup_col dl{
  display: flex;
  flex-wrap: wrap;
}
.lineup_col dl dt{
  width: 3em;
}
.lineup_col a dl dd{
  color: #065fd4;
  text-underline-offset: 4px;
  text-decoration: underline;
  max-width: 16em;
  width: calc( 100% - 3em );
}
.lineup_col a:hover{
  opacity: 1;
}
.lineup_col a:hover dl dd{
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  .lineup_inner{
    flex-direction: column;
    align-items: center;
  }
  .lineup_col img{
    max-width: 345px;
    width: 100%;
  }
  .lineup_col dl{
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .lineup_inner{
    flex-wrap: wrap;
    justify-content: center;
  }
  .lineup_inner::after{
    content: "";
    display: block;
    width: 42vw;
  }
  .lineup_col{
    width: 42vw;
  }
  .lineup_col img{
    max-width: 42vw;
    width: 100%;
  }
  .lineup_col dl{
    padding-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .lineup_col:not(:last-child){
    margin-bottom: 40px;
  }
  .lineup_col dl dd{
    width: calc( 100% - 3em );
  }
}
@media screen and (min-width: 768px) {
  .lineup_col dl{
    padding-right: 6%;
    padding-left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px){
  .lineup_inner{
    flex-wrap: wrap;
    justify-content: center;
  }
  .lineup_inner::after{
    content: "";
    display: block;
    width: 363px;
  }
  .lineup_col{
    width: 363px;
  }
}


