@charset "utf-8";


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

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

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

.catch{
	color: #152c81;
  margin: 0 auto 50px;
}
.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;
}
.catch li small{
  color: #131b38;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
	.catch li{
		font-size: 22px;
	}
  .catch li small{
    font-size: 14px;
  }
}

.freeWrap	h2.new{
  display: flex;
}
.freeWrap	h2.new::before{
  display: inline-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;
}
@media screen and (max-width: 767px) {
  .freeWrap	h2.new{
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .freeWrap	h2.new{
    align-items: center;
  }
}


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

.example{
  background-color: #f2f7fd;
  border-radius: 4px;
  color: #131B38;
  display: flex;
  column-gap: 30px;
  padding: 20px;
}
.example .title{
  border: 1px solid #131B38;
  border-radius: 4px;
  font-size: 16px; 
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 10px;
  align-self: flex-start;
}
  
.pointcheck{
  color: #152c81;
  font-weight: 700;
  position: relative;
}
.pointcheck:not(:last-of-type){
  margin-bottom: 20px;
}
.pointcheck::before{
  margin-right: 10px;
}


.pointcheck {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 22px;
}
.pointcheck::before {
  content: url("/assets/images/check-sp.svg");
  position: absolute;
  left: 0px;
  top: -1px;
}

.img_main{
  display: flex;
  justify-content: center;
}
.img_sub{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 10px;
}
.img_sub::after{
  content: "";
  display: block;
  width: calc( (100% - 12px) / 2 );
}
.img_sub .col{
  width: calc( (100% - 12px) / 2 );
  margin-bottom: 20px;
}


.lineupBox{
	display: flex;
  flex-direction: column;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 13px;
  margin-top: 40px;
}
.lineupBox .col{
	display: flex;
  flex-wrap: wrap;
	flex-direction: column;
}
.lineupBox .col:not(:last-child){
  margin-bottom: 40px;
}
.lineupBox .img{
  align-self: flex-end;
}
.lineupBox dl{
  margin-top: 20px;
}

.recommend{
  background-color: #f2f7fd; 	
  display: flex;
	justify-content: flex-start;
  column-gap: 40px;
  padding: 20px;
  margin-bottom: 50px;
}
.recommend .col{
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.recommend img{
  max-width: 80px;
  width: 100%;
}

.num-name{
  display: flex;
}
.num-name dt{
  font-weight: 400;
  width: 3em;
}
.num-name dd{
  width: calc( 100% - 3em );
}
a.num-name-link:hover{
  opacity: 1;
}
a.num-name-link:hover .num-name dd{
  opacity: 0.6;
}


@media screen and (max-width: 360px) {
  .pointcheck {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
	.lineupBox{
    flex-wrap: wrap;
    flex-direction: row;
  }
	.lineupBox .col{
		width: calc( ( 100% - 13px ) / 2 );
	}
}
@media screen and (max-width: 767px) {
  .lineup{
    flex-direction: column;
  }
  .example{
    flex-direction: column;
  }
  .lineup .col-R{
    margin-top: 40px;
  }
  .img_main img{
    max-width: 345px;
    width: 100%;
  }
  .lineupBox img{
    max-width: 345px;
    width: 100%;
  }
  .lineupBox:not(:last-child){
    margin-bottom: 40px;
  }
  .recommend{
    flex-direction: column;
  }
  .recommend .col:not(:last-child){
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .example{
    padding: 30px;
  }
  .example .title{
    min-width: 90px;
  }
  .pointcheck {
    font-size: 18px;
    padding-left: 30px;
  }
  .pointcheck::before {
    content: url("/assets/images/check.svg");
    position: absolute;
    left: 0px;
    top: -2px;
  }
  .lineup .col-L,
  .lineup .col-R{
    width: calc( ( 100% - 30px ) / 2 );
  }
  .lineup .buttonWrap{
    display: flex;
    justify-content: flex-start;
  }
  .lineup .button{
    max-width: 242px;
  }
	.lineupBox .col{
		width: calc( ( 100% - 26px ) / 3 );
	}
  .recommend{
    padding: 30px;
  }
}
@media screen and (max-width: 1479px) {
  .example{
    flex-direction: column;
  }
}
@media screen and (min-width: 1480px) {
  .example{
    flex-wrap: nowrap;
  }
}


