/* WSYS-14049 【フロント】SEO対策　記事追加 20260910 M.Shimizu */
@charset "UTF-8";
/* 共通で使用 ここから */
.overseas_travel_wifi ._inner {
	padding: 30px 4% 50px;
}

.overseas_travel_wifi ._inner img {
	width: 100%;
	height: auto;
}

.overseas_travel_wifi .intro_text {
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1.6;
}

.overseas_travel_wifi h2 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 24px;
	font-size: 3.0rem;
	font-weight: bold;
}

.overseas_travel_wifi h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #008ae1;
}

.overseas_travel_wifi [id] {
	margin-top: -20px;
	padding-top: 20px;
}

.overseas_travel_wifi .flex_content {
	display: flex;
	align-items: center;
	width: 100%;
}

.overseas_travel_wifi .flex_content .image {
	width: 25%;
	text-align: center;
}

.overseas_travel_wifi .flex_content .image img {
	width: 70%;
}

.overseas_travel_wifi .flex_content .text {
	width: 75%;
}

.overseas_travel_wifi ._apply ._apply_btn {
	display: flex;
	justify-content: center;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 20px 60px;
	border-radius: 50px;
	box-shadow: rgba(20, 20, 20, 1) 3px 5px;
	background: #ff476b;
	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;
}

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

.overseas_travel_wifi ._apply ._apply_btn:hover {
	opacity: .8;
	transform: scale(1.05);
	box-shadow: none;
}
/* 共通で使用 ここまで */

.overseas_travel_wifi {
	background: #f7f7f7;
}

.overseas_travel_wifi main {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
	background: #fff;
}

.overseas_travel_wifi .mv_area {
	position: relative;
	height: 320px;
    background: url(../../images/page/overseas-travel-wifi/mv_pc.webp) no-repeat center center / cover;
	color: #fff;
}

.overseas_travel_wifi .mv_area::after {
	content: "";
	position: absolute;
	right: 100px;
	bottom: 0;
	width: 236px;
	height: 294px;
    background: url(../../images/page/overseas-travel-wifi/mv_image_pc.webp) no-repeat center center / contain;
}

.overseas_travel_wifi .mv_area .mv_text_wrapper {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
}

.overseas_travel_wifi .mv_area .mv_text_wrapper h1 {
	font-size: 4.8rem;
	text-align: center;
}

.overseas_travel_wifi .mv_area .mv_text_wrapper h1 .sub_title {
	font-size: 3.0rem;
	line-height: 1;
	vertical-align: top;
}

.overseas_travel_wifi .mv_area .mv_text_wrapper .bracket-line {
	display: flex;
	align-items: center;
	width: 100%;
	margin: -28px 0 10px;
}

/* 左右の直線 */
.overseas_travel_wifi .mv_area .mv_text_wrapper .bracket-line .line {
	flex: 1;
	height: 3px;
	background-color: #ffffff;
}

/* 中央のV字 */
.overseas_travel_wifi .mv_area .mv_text_wrapper .bracket-line .arrow {
	width: 16px;               /* V字の幅 */
	height: 16px;              /* V字の高さ */
	border-right: 4px solid #ffffff;  /* 枠線の太さと色 */
	border-bottom: 4px solid #ffffff;
	transform: rotate(45deg) translateY(1px); /* 45度回転してV字に */
}

.overseas_travel_wifi .mv_area .mv_text_wrapper h1 .strong_title {
	display: inline-block;
	margin-right: 10px;
	padding: 8px 10px 12px;
	border-radius: 8px;
	background: #ea7980;
	line-height: 1;
}

.overseas_travel_wifi .introduce_understand {
	margin-bottom: 30px;
	border: solid 4px #008ae1;
}

.overseas_travel_wifi .introduce_understand .introduce_understand_title {
	padding: 8px 0 12px;
	background: #008ae1;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.overseas_travel_wifi .introduce_understand .introduce_understand_content {
	padding: 20px 30px;
	font-size: 2.0rem;
}

.overseas_travel_wifi .introduce_understand .introduce_understand_content li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.overseas_travel_wifi .introduce_understand .introduce_understand_content li:not(:last-child) {
	margin-bottom: 24px;
}

.overseas_travel_wifi .introduce_understand .introduce_understand_content li img {
	width: 2.4rem;
	height: auto;
}

.overseas_travel_wifi .editor_content {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding: 15px 15px 20px;
	background-color: #022b6d;
	color: #fff;
	text-align: center;
}

.overseas_travel_wifi .editor_content img {
	width: 170px;
	height: auto;
}

.overseas_travel_wifi .editor_content .editor_text_content {
	text-align: left;
}

.overseas_travel_wifi .editor_content .editor_title {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.overseas_travel_wifi .editor_content .editor_text {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.4;
}

.overseas_travel_wifi .editor_content .editor_text::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 120%;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}

.overseas_travel_wifi .toc_content .toc_title {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 30px;
	border-radius: 20px 20px 0 0;
	background: #1e64be;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}

.overseas_travel_wifi .toc_content .toc_title span {
	font-size: 1.2rem;
	font-weight: normal;
}

.overseas_travel_wifi .toc_content .toc_inner {
	padding: 20px 30px 30px;
	border: solid 2px #dce2e9;
	border-top: none;
	border-radius: 0 0 20px 20px;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail {
	margin-bottom: 30px;
}

.overseas_travel_wifi .toc_content .toc_inner ._main {
	display: flex;
	align-items: flex-start;
	color: #333;
	font-size: 2.0rem;
	font-weight: bold;
}

.overseas_travel_wifi .toc_content .toc_inner ._main:hover {
	color: #0957e0;
	text-decoration: none;
}

.overseas_travel_wifi .toc_content .toc_inner ._main span {
	flex-shrink: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 16px;
	border-radius: 100px;
	background: #1e64be;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail_list {
	padding-top: 20px;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail_list li {
	padding-left: 40px;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail_list li:not(:last-child) {
	margin-bottom: 16px;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail_list li::before {
	content: 'ー';
	padding-right: 10px;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail_list li a {
	color: #555c66;
}

.overseas_travel_wifi .toc_content .toc_inner ._detail_list li a:hover {
	color: #0957e0;
	text-decoration: none;
}

.overseas_travel_wifi .necessary_area .intro_text {
	margin-bottom: 50px;
}

.overseas_travel_wifi .necessary_area .necessary_item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	padding: 30px 4%;
	border-radius: 10px;
	background: rgba(0, 138, 255, 0.1);
}

.overseas_travel_wifi .necessary_area .necessary_item:not(:last-child) {
	margin-bottom: 44px;
}

.overseas_travel_wifi .necessary_area .necessary_item .text_wrapper {
	width: 80%;
}

.overseas_travel_wifi .necessary_area .necessary_item h3 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: bold;
}

.overseas_travel_wifi .necessary_area .necessary_item p {
	font-size: 1.6rem;
}

.overseas_travel_wifi .necessary_area .necessary_item img {
	width: 18%;
	height: auto;
}

.overseas_travel_wifi .scene_area .scene_list {
	margin-bottom: 70px;
	padding: 30px 4%;
	border-radius: 10px;
	background: rgba(0, 138, 255, 0.1);
	font-size: 1.8rem;
	line-height: 1.6;
}

.overseas_travel_wifi .scene_area .flex_content:not(:last-child) {
	margin-bottom: 70px;
}

.overseas_travel_wifi .scene_area .flex_content h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.overseas_travel_wifi .scene_area .flex_content p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.overseas_travel_wifi .compare_area .table {
	margin-bottom: 60px;
}

.overseas_travel_wifi .compare_area .howto_item:not(:last-child) {
	margin-bottom: 80px;
}

.overseas_travel_wifi .compare_area .howto_item h3 {
	margin-bottom: 2.4rem;
	font-size: 3.0rem;
	font-weight: bold;
}

.overseas_travel_wifi .compare_area .howto_item h3.howto1,
.overseas_travel_wifi .purpose_area h3.purpose1,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item1 .result,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item1 ul li::before {
	color: #07308c;
}

.overseas_travel_wifi .compare_area .howto_item h3.howto2,
.overseas_travel_wifi .purpose_area h3.purpose2,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item2 .result,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item2 ul li::before {
	color: #2ebd78;
}

.overseas_travel_wifi .compare_area .howto_item h3.howto3,
.overseas_travel_wifi .purpose_area h3.purpose3,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item3 .result,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item3 ul li::before {
	color: #ff476b;
}

.overseas_travel_wifi .compare_area .howto_item h3.howto4,
.overseas_travel_wifi .purpose_area h3.purpose4,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item4 .result,
.overseas_travel_wifi .purpose_area .purpose_content_detail .item4 ul li::before {
	color: #ffa000;
}

.overseas_travel_wifi .compare_area .howto_item p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.overseas_travel_wifi .purpose_area .purpose_content .flex_content {
	margin-bottom: 30px;
}

.overseas_travel_wifi .purpose_area .purpose_content .flex_content:last-child {
	margin-bottom: 100px;
}

.overseas_travel_wifi .purpose_area .purpose_content h3 {
	margin-bottom: 24px;
	font-size: 2.4rem;
}

.overseas_travel_wifi .purpose_area .purpose_content p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail_title {
	margin-bottom: 50px;
	color: #008ae1;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail_title .main {
	font-size: 2.8rem;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail_title .sub {
	display: inline-block;
	position: relative;
	font-size: 2.2rem;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail_title .sub::before,
.overseas_travel_wifi .purpose_area .purpose_content_detail_title .sub::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0.3rem;
	height: 2.4rem;
	background: #008ae1;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail_title .sub::before {
	left: -20px;
	transform: translateY(-50%) rotate(-30deg);
}

.overseas_travel_wifi .purpose_area .purpose_content_detail_title .sub::after {
	right: -20px;
	transform: translateY(-50%) rotate(30deg);
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .flex_content:not(:last-child) {
	margin-bottom: 80px;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .flex_content:last-child {
	margin-bottom: 0;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text ul {
	width: 40%;
	margin-left: 10px;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text ul li {
	padding-left: 1em;
	font-size: 1.6rem;
	text-indent: calc(-1em - 10px);
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text ul li:not(:last-child) {
	margin-bottom: 16px;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text ul li::before {
	content: "\f00c";
	padding-right: 10px;
	font-family: "FontAwesome";
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text .image {
	width: 20%;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text img {
	width: 100px;
	height: auto;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text .result {
	width: 38%;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.overseas_travel_wifi .purpose_area .purpose_content_detail .text .result span {
	font-size: 90%;
}

.overseas_travel_wifi .customer_voice_area .customer_voice_content {
	margin-bottom: 100px;
}

.overseas_travel_wifi .customer_voice_area .customer_voice_item:not(:last-child) {
	margin-bottom: 40px;
}

.overseas_travel_wifi .customer_voice_area .customer_voice_item h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.overseas_travel_wifi .flex_content.customer_voice_item_inner {
	justify-content: space-between;
}

.overseas_travel_wifi .customer_voice_area .customer_voice_item img {
	width: 25%;
	max-height: 120px;
	object-fit: contain;
}

.overseas_travel_wifi .customer_voice_area .customer_voice_item p {
	width: 75%;
	font-size: 1.4rem;
}

.overseas_travel_wifi .customer_voice_area .customer_voice_item p span {
	display: inline-block;
	padding-top: 10px;
	font-size: 90%;
}

.overseas_travel_wifi .customer_voice_area ._note {
	margin-bottom: 50px;
	text-align: center;
}

.overseas_travel_wifi .customer_voice_area ._note p {
	display: inline-block;
	font-size: 1.3rem;
	text-align: left;
}

.overseas_travel_wifi .flow_area .flex_content:not(:last-child) {
	margin-bottom: 100px;
}

.overseas_travel_wifi .flow_area .flex_content .image img {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.overseas_travel_wifi .flow_area .flex_content h3 {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
	font-size: 3.0rem;
}

.overseas_travel_wifi .flow_area .flex_content h3 span {
	padding: 10px 20px;
	border-radius: 100px;
	background: #008ae1;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
}

.overseas_travel_wifi .flow_area .flex_content p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.overseas_travel_wifi .flow_area ol {
	margin-bottom: 100px;
}

.overseas_travel_wifi .caution_area,
.overseas_travel_wifi .beginner_area,
.overseas_travel_wifi .summary_area {
	font-size: 1.6rem;
	line-height: 1.6;
}

.overseas_travel_wifi .caution_area ul li::before,
.overseas_travel_wifi .beginner_area ul li::before,
.overseas_travel_wifi .summary_area ul li::before {
	content: '・';
}

.overseas_travel_wifi .caution_area .caution_text,
.overseas_travel_wifi .beginner_area .beginner_text,
.overseas_travel_wifi .summary_area .summary_text {
	margin-bottom: 50px;
}

.overseas_travel_wifi .qanda_area h2 {
	margin-bottom: 50px;
}

.overseas_travel_wifi .qanda_area .qanda_item {
	padding-top: 0;
	border: solid 3px #008ae1;
	border-radius: 10px;
}

.overseas_travel_wifi .qanda_area .qanda_item:not(:last-child) {
	margin-bottom: 40px;
}

.overseas_travel_wifi .qanda_area .qanda_item h3 {
	padding: 20px;
	border-radius: 5px 5px 0 0;
	background: #008ae1;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.6;
}

.overseas_travel_wifi .qanda_area .qanda_item p {
	padding: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
}
