@charset "UTF-8";

/* WSYS-12690 【フロント】新規LP作成_eSIMとWiFi比較 20250909 J.Jiyun */
.container {
	max-width: 100vw;
}

.content {
	background: #fff;
}

main.esimvswifi {
	background: #f9f9f9;
}

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

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

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

.esimvswifi_head_content p {
	color: #fff;
	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 span:first-child {
	background-color: #1fa7ff;
}

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

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

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

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

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

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

/* 共通 */
.layout-content_inner .module-inner {
	padding: 0 90px 80px 90px;
	margin-bottom: 0;
}

.layout-content_inner ._title {
	background-color: #0957e0;
}

.layout-content_inner ._title p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 70px;
	padding: 10px;
}

.layout-content_inner ._title p span:first-child {
	background-color: #fff;
	color: #0957e0;
	font-size: 2.2rem;
	padding: 0 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.pc_display {
	display: inline;
}

.layout-content_inner .module-inner ._content ._ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
}

.layout-content_inner .module-inner ._content ._ttl::before {
	content: "";
	display: inline-block;
	width: 10px;
	/* height: 1.2em; */
	background-color: #0957e0;
	margin-right: 8px;
	vertical-align: middle;
}

/* コンテンツエリア */
.content_list_area ._top_text {
	font-size: 1.8rem;
	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: 3px;
	font-weight: bold;
	border-bottom: 2px solid #0957e0;
	font-size: 1.8rem;
}

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

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

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

.content_list_area .understand_point_details {
	background-color: #f4fafd;
	padding: 20px 40px;
	margin-bottom: 50px;
}

.content_list_area .understand_point_details .title {
	background-color: #0957e0;
	color: #fff;
	display: inline-block;
	margin: 15px;
	padding: 0px 25px;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 8px;
}

.content_list_area .understand_point_details .toc_main {
	list-style: none;
	padding-left: 10px;
	counter-reset: section;
}

.content_list_area .understand_point_details .toc_main ._detail {
	counter-increment: section;
	margin-bottom: 15px;
	font-size: 1.8rem;
	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-size: 1.6rem;
	font-weight: normal;
}

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

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

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

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

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

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

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

.common_area ._common .merit_content {
	padding: 15px 50px;
	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: 40px;
}

.common_area ._common .merit_content li::before,
.esim_vs_wifi_area ._content ._recommend_list li::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	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;
}

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

._apply ._apply_btn {
	display: flex;
	justify-content: center;
	position: relative;
	width: 470px;
	margin: 60px auto 0;
	padding: 20px;
	border-radius: 50px;
	box-shadow: rgba(20, 20, 20, 1) 3px 5px;
	background: #ff3366;
	color: #fff;
	font-size: 2.0rem;
	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: 8px 0 8px 12px;
	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 {
	text-align: center;
	margin-bottom: 30px;
}

.esim_vs_wifi_area ._content ._cnt img {
	width: 700px;
}

.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: 40px 0 60px 0;
	position: relative;
}

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

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

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

.review_area ._content ._review ._review_content ._review_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0957e0;
}

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

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

.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 {
	display: flex;
	align-items: center;
	background-color: #022b6d;
	padding: 15px;
}

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

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

.globalwifi_area ._box ._content ._cnt ._txt1 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}

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

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