@charset "utf-8";

.linemaker{
	z-index: 2;
  background-position: bottom;
  background: linear-gradient(transparent 75%, #e9ff9f 75%);
  position: relative;
}
.linemaker::before {
  display: inline-block;
  content: "";
  border-bottom: 5px #fff solid;
  border-right: 5px transparent solid;
  border-left: 5px #fff solid;
  border-top: 5px transparent solid;
  transform: rotate(90deg) translateX(7px);
}
.linemaker::after {
  display: inline-block;
  content: "";
  border-bottom: 5px #fff solid;
  border-right: 5px transparent solid;
  border-left: 5px #fff solid;
  border-top: 5px transparent solid;
  transform: rotate(-90deg) translateX(-7px);
}

.fs14{ font-size: 14px; }
.lang{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
	color: #152c81;
}
.lang .title{
	margin-right: 10px;
}
.lang .title img{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.lang .jp a{
	display: block;
	width: 70px;
	height: 30px;
	border: 1px solid #ebedf2;
	border-radius: 15px;
	text-align: center;
	padding-top: 4px;
	margin-right: 5px;
}
.lang .jp a:hover{
	opacity: 1;
	background-color: #152c81;
	color: #fff;
	border-color: #152c81;
}
.lang .en{
	width: 70px;
	height: 30px;
	background-color: #f2f7fd;
	border: 1px solid #152c81;
	border-radius: 15px;
	text-align: center;
	padding-top: 4px;
}
.lang .en:hover{
	cursor:pointer;
}

@media screen and (max-width: 767px) {
	.lang .jp,
	.lang .en a{
		padding-top: 5px;
	}	
}

.mainWrap{
	max-width: 1200px;
	margin: 0 auto;
}
.lang{
  font-size: 14px;
}
@media screen and (max-width: 767px) {
	.lang{
		margin-top: 20px;
	}
	.mainWrap{
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 768px) {
	.lang{
		font-size: 16px;
	}
}

.heading{
	display: flex;
	column-gap: 30px;
	margin-top: 60px;
}
.heading .text p{
  font-size: 14px;
  line-height: 1.4;
	margin-top: 0;
  margin-bottom: 20px;
}
.heading .text strong{
  font-size: 16px;
}
@media screen and (max-width: 767px) {
	.heading{
		flex-direction: column;
	}
	.heading .text{
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	.heading > div{
		width: calc( (100% - 30px) / 2 );
	}
	.heading .text p{
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 30px;
	}
	.heading .text strong{
		font-size: 18px;
	}
}

#what div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about{
	color: #152c81;
  font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 30px;
}
#what .img{
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
	#what .img{
		max-width: 345px;
		margin-top: 50px;
	}
}
@media screen and (min-width: 600px) {
	#what .img{
		max-width: 800px;
	}
}
@media screen and (max-width: 767px) {
	.hidden_sp{
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.about{
		font-size: 24px;
		text-align: center;
	}
}

.leadingBox{
	display: flex;
	justify-content: center;
	margin: 40px auto;
}

.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 table tr th{
  font-size: 14px;
}
.display-hidden table tr td{
  font-size: 20px;
}
.display-hidden ul li{
	display: inline-block;
	margin-bottom: 0.4em;
	margin-right: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
	.display-hidden .sp{
		display: block;
	}
	.display-hidden .pc{
		display: none;
	}
	.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 );
	}
}
@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;
	}
}


.lineupBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 20px;
}
.lineupBox .col{
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.lineupBox .col .text{
	order: 2;
}
.lineupBox .col .img{
	order: 1;
	margin-bottom: 20px;
}
.lineupBox .col .img{
	max-width: 380px;
}
.lineupBox .col .gara{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.setsumai{
	line-height: 1.7;
}

.package{
	display: flex;
	align-items: center;
	column-gap: 20px;
	border: 1px solid #c7cad5;
	padding: 20px;
	border-radius: 4px;
}
.package .text{
	order: 2;
	margin-bottom: 10px;
}
.package .img{
	order: 1;
	margin-bottom: 10px;
}
.package .gara{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.package{
		padding: 20px 30px;
	}
	.package .gara{
		font-size: 18px;
	}
}

.setsumai{
  font-size: 14px;
}

.useBox{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.useBox p{
	line-height: 1;
}
.useBox img{
	margin: 0 auto;
}
.useBox .use{
	background-color: #f2f7fd;
	border-radius: 4px;
}
.useBox .num{
	color: #e6960b;
	font-family: Poppins, san-serif;
	font-size: 22px;
	font-weight: 700;	
}
@media screen and (min-width: 768px) {
	.useBox .num{
		font-size: 28px;
	}
}

.list_notes.asterisk li{
  text-indent: 0;
}
.list_notes.asterisk li:before{
	content: "*";
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 1.8em;
}

@media screen and (max-width: 599px) {
	.package .img{
		max-width: 170px;
	}
	.package .img img{
		min-width: 110px;
	}
	.useBox{
		justify-content: center;
	}
	.useBox .use{
		padding: 20px;
		margin-bottom: 25px;
		width: 100%;
	}
	.useBox .img img{
		width: min( 100% , 322px );
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.package .img{
		flex-basis: 170px;
	}
	.package .img img{
		max-width: 170px;
	}
	.useBox{
		justify-content: space-between;
	}
	.useBox::after{
		content: "";
		display: block;
		width: calc( (100% - 10px) / 2 );
	}
	.useBox .use{
		padding: 20px;
		margin-bottom: 25px;
		width: calc( (100% - 20px) / 2 );
	}
}
@media screen and (min-width: 768px) {
	.package .img{
		flex-basis: 170px;
	}
	.package .img img{
		max-width: 170px;
	}
	.useBox{
		justify-content: space-between;
	}
	.useBox .use{
		padding: 30px;
		margin-bottom: 20px;
	}
	.useBox .use:nth-of-type(-n+4){
		width: calc( (100% - 60px) / 4 );
	}
	.useBox .use:nth-of-type(n+5):nth-of-type(-n+7){
		width: calc( (100% - 40px) / 3 );
	}
}

@media screen and (max-width: 767px) {
	.lineupBox{
		flex-direction: column;
	}
	.package{
		max-width: 600px;
	}
	.useBox{
		margin-bottom: 50px;
	}
	.useBox .num{
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.lineupBox{
		flex-direction: row;
	}
	.lineupBox .col{
		width: calc( ( 100% - 26px ) / 3 );
	}
	.setsumai{
		font-size: 15px;
	}
	.package{
		width: max(50%, 583px);
	}
	.useBox{
		margin-bottom: 100px;
	}
}


