@charset "utf-8";
/* CSS Document */
/*――――――――――――――――――――――――――――――――――――――――――――
/* FV Area
――――――――――――――――――――――――――――――――――――――――――――――*/
.fvArea {
	width: 100%;
	background-color: #fff;
	background-size: 1080px;
}
.fvArea .l-inner {
	width: 100%;
	padding: 0 clamp(1.875rem, -0.447rem + 4.83vw, 3.75rem) /*769-30/1390-60*/ ;
}
.fvArea .fvFlexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 55px 0;
}
.fvArea .fvContBox__img {
	width: 216px;
	flex-shrink: 0;
}
.fvArea .fvContBox__txt1 {
	font-size: 30px;
	font-weight: 700;
}
.fvArea .fvContBox__txt2 {
	font-size: 24px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.fvArea .l-inner {
		padding: 40px 20px;
	}
	.fvArea .fvFlexBox {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 0;
	}
	.fvArea .fvContBox__txt1 {
		text-align: center;
		font-size: 24px;
	}
	.fvArea .fvContBox__txt2 {
		font-size: 19.2px;
	}
}

.secTtl {
	font-weight: 700;
	margin-bottom: 20px;
	color: #108DF9;
}

.esim-feature .table-box {
	width: 100%;
}
.esim-feature .table-box dl {
	display: flex;
	font-size: 16px;
}
.esim-feature .table-box dl + dl dt{
	border-top: 1px solid #fff;
}
.esim-feature .table-box dl + dl dd{
	border-top: 1px solid #D1D1D1;
}
.esim-feature .table-box dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 350px;
	flex-shrink: 0;
	text-align: center;
	background-color: #108DF9;
	color: #fff;
	font-weight: 700;
	padding: 26px;
}
.esim-feature .table-box dl dd {
	display: flex;
	align-items: center;
	padding: 26px 40px;
	background-color: #fff;
	flex: 1;
}
@media screen and (max-width: 768px) {
	.esim-feature .table-box dl {
		flex-direction: column;
		font-size: 12.8px;
	}
	.esim-feature .table-box dl dt {
		width: 100%;
		padding: 8px 20px;
	}
	.esim-feature .table-box dl dd {
		padding: 16px 20px;
	}
}

/* esim-recommend */
.esim-recommend  {
	padding-top: 0;
}
.esim-recommend .l-inner {
	display: flex;
	align-items: center;
	width: 100%;
	flex-direction: row-reverse;
	gap: 8rem;
}
.esim-recommend .recommend-box {
	flex: 1;
}
.esim-recommend .recommend-box-img {
	width: 240px;
	flex-shrink: 0;
}
.esim-recommend .recommend-box-txt {
	font-size: 16px;
	margin-bottom: 60px;
}
.esim-recommend .recommend-box-txt ul {
	padding-left: 20px;
}
.esim-recommend .recommend-box-txt ul li {
	list-style: disc
}
.esim-recommend .recommend-box-txt ul li + li {
	margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
	.esim-recommend .l-inner {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.esim-recommend .recommend-box {
		width: 100%;
	}
	.esim-recommend .recommend-box-img {
		display: none;
	}
	.esim-recommend .recommend-box-txt {
		margin-bottom: 20px;
		font-size: 12.8px;
	}
}
