@charset "UTF-8";

/* WSYS-12690 【フロント】新規LP作成_eSIMとWiFi比較 20250909 J.Jiyun */
.header_pc, .footer_pc, .sp_none {
	display: none;
}

.header_sp, .footer_sp, .pc_none {
	display: block;
}
/* -------------------------------------
main.esimvswifi
---------------------------------------- */
main.esimvswifi {
	background: #fff;
}

/* アンカーリンクのスクロール位置調整（ヘッダー分のオフセット） */
section[id]::before {
	content: "";
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
}

@media screen and (min-width: 1000px) {
	section[id]::before {
		height: 20px;
		margin-top: -20px;
	}
}

.esimvswifi_head_warp {
	position: relative;
	color: #002b6d;
	font-weight: 600;
	text-align: center;
	height: 18em;
	background: url(../../images/page/esimvswifi/mv_sp.png) no-repeat center center / cover;
}

.esimvswifi_head_content {
	position: inherit;
	top: 5%;
}

.esimvswifi_head_content p {
	color: #fff;
	margin-bottom: 10px;
}

.esimvswifi_head_content p:nth-child(2) {
	font-size: 2.2rem;
	margin-bottom: 15px;
}

.esimvswifi_head_content p span {
	padding: 0px 10px;
	margin: 0px 3px;
	border-radius: 5px;
}

.esimvswifi_head_content p span:first-child {
	background-color: #1fa7ff;
}

.esimvswifi_head_content p span:nth-child(2) {
	background-color: #f6921d;
}


.esimvswifi_head_content hr {
	color: #fff;
	border-width: 2px;
}

.esimvswifi_head_content p:nth-child(3) {
	display: inline-block;
	position: relative;
	padding: 0px 5px;
}

.esimvswifi_head_content p:nth-child(3)::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: -20%;
	border-top: 2px dotted #fff;
}

.esimvswifi_head_image {
	position: absolute;
	width: 12em;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}

/* コンテンツエリア */
.layout-content_inner .module-inner {
	padding: 0 30px 40px 30px;
	margin-bottom: 0;
}

.content_list_area ._top_text {
	line-height: 1.8;
}

.content_list_area .understand_points {
	border: 3px solid #0957e0;
	margin-bottom: 30px;
}

.content_list_area .understand_points .understand_point_title {
	background: #0957e0;
	color: #fff;
	text-align: center;
	padding: 1px;
	font-weight: bold;
	border-bottom: 3px solid #0957e0;
}

.content_list_area .understand_points .understand_point_content {
	padding: 10px 10px 10px 30px;
	line-height: 1.8;
}

.content_list_area .understand_points .understand_point_content p {
	position: relative;
	display: flex;
	align-items: center;
}

.content_list_area .understand_points .understand_point_content p::before {
	content: "";
	position: absolute;
	left: -20px;
	width: 15px;
	height: 15px;
	background: url(../../images/page/esimvswifi/understand_point_icon.png) no-repeat;
	background-size: contain;
}

.content_list_area .understand_point_details {
	background-color: #f4fafd;
	padding: 10px 10px 20px 20px;
}

.content_list_area .understand_point_details .title {
	background-color: #0957e0;
	color: #fff;
	display: inline-block;
	padding: 0px 20px;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
	font-weight: bold;
}

.content_list_area .understand_point_details .toc_main {
	list-style: none;
	counter-reset: section;
}

.content_list_area .understand_point_details .toc_main ._detail {
	counter-increment: section;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.6;
}

.content_list_area .understand_point_details .toc_main ._detail::before {
	content: counter(section) ". ";
}

.content_list_area .understand_point_details .toc_main ._detail a {
	color: black;
	text-decoration: none;
}

.content_list_area .understand_point_details .toc_main ._detail a:hover {
	color: #0957e0;
}

.content_list_area .understand_point_details .toc_main ._detail ul {
	margin-left: 15px;
}

.content_list_area .understand_point_details .toc_main ._detail li {
	font-weight: normal;
}

.content_list_area .understand_point_details .toc_main ._detail li::before {
	content: "- ";
	margin-right: 4px;
}

/* eSIMとは？ */
.common_area ._content ._cnt {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.common_area ._content ._cnt img {
	width: 150px;
	margin: 10px 0;
}

.common_area ._content ._cnt p {
	text-align: left;
	line-height: 1.8;
}

.common_area ._content ._cnt p span {
	font-weight: bold;
}

.common_area ._common {
	border: 3px solid #f6921d;
	margin-bottom: 15px;
	border-radius: 5px;
}

.common_area ._common .merit_title {
	background: #f6921d;
	color: #fff;
	text-align: center;
	padding: 1px;
	font-weight: bold;
	border-bottom: 3px solid #f6921d;
}

.common_area ._common .merit_content {
	padding: 5px 15px 5px 0;
	line-height: 1.8;
	list-style: none;
	padding-left: 0;
}

.common_area ._common .merit_content li,
.esim_vs_wifi_area ._content ._recommend_list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 3px;
}

.common_area ._common .merit_content li::before,
.esim_vs_wifi_area ._content ._recommend_list li::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f6921d;
}

.common_area ._common .merit_content li span {
	font-weight: bold;
}

.common_area ._common._demerit {
	border: 3px solid #1fa7ff;
}

.common_area ._common._demerit .merit_title {
	background: #1fa7ff;
	border-bottom: 3px solid #1fa7ff;
}

.common_area ._common._demerit .merit_content li::before {
	background-color: #1fa7ff;
}

.common_area ._content ._under_text {
	line-height: 1.8;
}

/* お申込みボタン */
._apply {
	margin: 0 auto;
}

._apply ._apply_btn {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	margin: 40px auto 60px;
	padding: 15px;
	border-radius: 50px;
	box-shadow: rgba(20, 20, 20, 1) 3px 5px;
	background: #ff3366;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	cursor: pointer;
	user-select: none;
	transition: ease 0.3s;
}

._apply ._apply_btn:hover {
	opacity: .8;
	transform: scale(1.05);
	box-shadow: none;
}

._apply ._apply_btn:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 6%;
	margin-top: -7px;
}

._apply ._apply_btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

/* 海外eSIMvs海外WiFiレンタル */
.esim_vs_wifi_area ._content ._cnt {
	margin-bottom: 30px;
}

.esim_vs_wifi_area ._content ._cnt img {
	width: 90%;
	margin: 0 auto;
}

.esim_vs_wifi_area ._content ._txt {
	margin-bottom: 40px;
}

.esim_vs_wifi_area ._content ._txt p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.esim_vs_wifi_area ._content ._recommend_list {
	line-height: 1.8;
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.esim_vs_wifi_area ._content ._recommend_list li::before {
	background-color: #0957e0;
}

.esim_vs_wifi_area ._content ._recommend_cnt {
	line-height: 1.8;
	margin-bottom: 40px;
}

.esim_vs_wifi_area ._content ._recommend_cnt span {
	background-color: #fffda7;
}

/* サービスを使った人の口コミは？ */
.review_area ._content ._review {
	display: flex;
	align-items: flex-start;
	margin: 20px 0 50px 0;
	position: relative;
}

.review_area ._content ._review::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -25px;
	border-top: 2px dashed lightgray;
}

.review_area ._content ._review img {
	width: 20%;
}

.review_area ._content ._review:nth-child(3)::after {
	display: none;
}

.review_area ._content ._review ._review_content {
	margin-left: 15px;
	line-height: 1.8;
}

.review_area ._content ._review ._review_content ._review_ttl {
	letter-spacing: normal;
	font-weight: bold;
	color: #0957e0;
}

/* 結論｜迷ったら海外WiFi レンタルが安心！ */
.final_area ._content {
	text-align: center;
}

.final_area ._content ._cnt {
	text-align: left;
	margin: 20px 0;
}

.final_area ._content ._cnt p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.final_area ._content ._cnt p span {
	font-weight: bold;
}

/* グローバルWiFi編集部 */
.globalwifi_area.layout-content_inner .module-inner {
	margin-bottom: 0;
	padding-bottom: 80px;
}

.globalwifi_area ._box ._content {
	text-align: center;
	background-color: #022b6d;
	padding: 15px;
}

.globalwifi_area ._box ._content img {
	width: 150px;
	margin-bottom: 10px;
}

.globalwifi_area ._box ._content ._cnt {
	color: #fff;
	text-align: left;
}

.globalwifi_area ._box ._content ._cnt ._txt1 {
	font-weight: bold;
	margin-bottom: 15px;
}

.globalwifi_area ._box ._content ._cnt ._txt2 {
	line-height: 1.4;
	position: relative;
}

.globalwifi_area ._box ._content ._cnt ._txt2::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 110%;
	border-top: 1px solid #fff;
}

@media screen and (max-width: 500px) {
	.layout-content_inner .module-inner {
		padding: 0 20px 20px 20px;
	}

	.layout-content_inner .module-inner.theme-pd_top {
		padding-top: 15px;
	}

	.content_list_area .understand_point_details {
		padding: 10px 10px 20px 10px;
	}

	._apply ._apply_btn {
		font-size: 1.4rem;
	}

	._apply ._apply_btn:before {
		margin-top: -5px;
	}
}

@media screen and (min-width: 500px) {
	.esimvswifi_head_warp {
		height: 19em;
	}

	.fs_2xl, .esimvswifi_head_content p:nth-child(2) {
		font-size: 2.3rem;
	}

	.esimvswifi_head_image {
		width: 12.5em;
	}

	.layout-content_inner .module-inner.theme-pd_top {
		padding-top: 20px;
	}
}

@media screen and (min-width: 630px) {
	.esimvswifi_head_warp {
		height: 20em;
	}

	.fs_2xl, .esimvswifi_head_content p:nth-child(2) {
		font-size: 2.4rem;
	}

	.esimvswifi_head_image {
		width: 13em;
	}

}

@media screen and (min-width: 768px) {
	.esimvswifi_head_warp {
		height: 20.5em;
	}

	.fs_2xl, .esimvswifi_head_content p:nth-child(2) {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1000px) {
	.sp_none {
		display: block;
	}

	.pc_none {
		display: none;
	}

	.fs_2xl, .esimvswifi_head_content p:nth-child(2) {
		font-size: 4.0rem;
	}

	main.esimvswifi {
		background: #f9f9f9;
	}

	.esimvswifi_head ._inner {
		width: 100%;
		max-width: 980px;
		padding: 0;
		margin: 0 auto;
	}

	.esimvswifi_head_warp {
		height: 320px;
		background: url(../../images/page/esimvswifi/mv_pc.png) no-repeat center center / cover;
	}

	.esimvswifi_head_content {
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
	}

	.esimvswifi_head_content p {
		font-size: 3.2rem;
		margin-bottom: 15px;
	}

	.esimvswifi_head_content p span {
		padding: 0px 15px;
		margin: 0px 5px;
		border-radius: 10px;
	}

	.esimvswifi_head_content p:nth-child(2) {
		font-size: 4.0rem;
		margin-bottom: 30px;
	}

	.esimvswifi_head_content hr {
		border-width: 3px;
	}

	.esimvswifi_head_content p:nth-child(3) {
		padding: 0px 10px;
	}

	.esimvswifi_head_content p:nth-child(3)::after {
		top: -40%;
		border-top: 3px dotted #fff;
	}

	.esimvswifi_head_image {
		width: 370px;
		top: 56%;
		bottom: auto;
		left: auto;
		right: 0;
		transform: translateY(-50%);
	}

	.layout-content_inner .module-inner {
		padding: 0 90px 80px 90px;
	}

	/* コンテンツエリア */
	.content_list_area .understand_points .understand_point_title {
		padding: 3px;
		border-bottom: 2px solid #0957e0;
	}

	.content_list_area .understand_points .understand_point_content {
		padding: 10px 50px;
	}

	.content_list_area .understand_points .understand_point_content p::before {
		left: -25px;
		width: 18px;
		height: 18px;
	}

	.content_list_area .understand_point_details {
		padding: 20px 40px;
		margin-bottom: 50px;
	}

	.content_list_area .understand_point_details .title {
		margin: 15px;
		padding: 0px 25px;
		border-radius: 8px;
	}

	.content_list_area .understand_point_details .toc_main {
		padding-left: 10px;
	}

	.content_list_area .understand_point_details .toc_main ._detail {
		margin-bottom: 15px;
	}

	/* eSIMとは？ */
	.common_area ._content ._cnt {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}

	.common_area ._content ._cnt img {
		margin: 0;
	}

	.common_area ._content ._cnt p {
		margin-left: 25px;
	}

	.common_area ._common {
		margin-bottom: 30px;
	}

	.common_area ._common .merit_title {
		padding: 3px;
		font-size: 2.0rem;
	}

	.common_area ._common .merit_content {
		padding: 15px 50px 15px 0;
	}

	.common_area ._common .merit_content li,
	.esim_vs_wifi_area ._content ._recommend_list li {
		padding-left: 40px;
	}

	.common_area ._common .merit_content li::before,
	.esim_vs_wifi_area ._content ._recommend_list li::before {
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	/* お申込みボタン */
	._apply ._apply_btn {
		width: 470px;
		margin: 60px auto 0;
		padding: 20px;
		font-size: 2.0rem;
	}

	._apply ._apply_btn:before {
		border-width: 8px 0 8px 12px;
	}

	/* 海外eSIMvs海外WiFiレンタル */
	.esim_vs_wifi_area ._content ._cnt img {
		width: 700px;
	}

	/* サービスを使った人の口コミは？ */
	.review_area ._content ._review {
		margin: 40px 0 60px 0;
	}

	.review_area ._content ._review::after {
		bottom: -30px;
		border-top: 3px dashed lightgray;
	}

	.review_area ._content ._review ._review_content {
		margin-left: 25px;
	}

	/* 結論｜迷ったら海外WiFi レンタルが安心！ */
	.final_area ._content ._cnt {
		margin: 0;
		padding: 20px;
	}

	/* グローバルWiFi編集部 */
	.globalwifi_area ._box ._content {
		display: flex;
		align-items: center;
	}

	.globalwifi_area ._box ._content img {
		width: 170px;
	}

	.globalwifi_area ._box ._content ._cnt {
		margin-left: 20px;
	}

	.globalwifi_area ._box ._content ._cnt ._txt1 {
		margin-bottom: 20px;
	}

	.globalwifi_area ._box ._content ._cnt ._txt2::after {
		bottom: 75px;
	}
}