@charset "UTF-8";
/* ----------------------------------------------
共通
---------------------------------------------- */
html{
	height: 100%;
	font-size: 2.666666vw;	/* 375px幅で 1rem = 10px */
}
/* ------------
(1)時点ではmediaqueryを使用しないが、フォントサイズの上限はつける
------------ */
@media screen and (min-width: 769px) {
/* start media query (target SP size) */
html{
	font-size: 20px;	/* 375px幅で 1rem = 10px */
}


/* end media query */
}
/* ----------------------- */



body{
	min-height:1px;	/* spかの判断に使用 js-tabdion等で使ってる */
	font-size: 1.2rem;
}

/* -------------------------------------
	汎用パーツ
---------------------------------------- */
.pc {
	display: none !important;
}
.pc_inline {
	display: none !important;
}
.pc_inline_block {
	display: none !important;
}
.pc_table_cell {
	display: none!important;
}
.sp {
	display: block !important;
}
.sp_inline {
	display: inline !important;
}
.sp_inline_block {
	display: inline-block !important;
}
.sp_table_cell {
	display: table-cell!important;
}

.container{
	width: 100%;
}
body[data-appli="on"] .container{
	padding-bottom: 9.466vw;
}
/* -------------------------------------
styleカテゴリーのパーツ
---------------------------------------- */
/* 文字色の追加はcaseでは行わない */

.style-font_ll{
	font-size: 2.0rem!important;
}
.style-font_l{
	font-size: 1.4rem!important;	/* これは確定 */
}
.style-font_m{
	font-size: 1.2rem!important;	/* これは確定 */
}
.style-font_s{
	font-size: 1.1rem!important;	/* これ以上小さくしない */
}
.style-font_ss{
	font-size: 1.1rem!important;	/* これ以上小さくしない */
}

/* pタグだけ行間調整 spanにはつけないように */
p[class^="style-font_"],
p[class*=" style-font_"]{
	line-height: 1.2;
}

.style-sp_tac{
	text-align: center!important;
}
.style-sp_tar{
	text-align: right!important;
}
.style-sp_tal{
	text-align: left!important;
}
.style-sp_pt{
	padding-top: 4vw;
}

/* -------------------------------------
header
---------------------------------------- */

/* // Header
----------------------------------------------- */
body {
	padding-top:50px;
}
body.appOn {
	padding-top:120px;
}
#Header:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
* html #Header {
	height: 1%;
}

#Header {
	background-color:#FFF;
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: 50px;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	z-index:9989;
}

#Header .header__logo {
	float: left;
	width: 52%;
	height: 100%;
	line-height: 1;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#Header.narita .header__logo {
	padding: 10px 6px 0 6px;
	box-sizing: border-box;
}
#Header .header__logo a {
	display: block;
	height: 100%;
	box-sizing: border-box;
}
#Header .header__logo strong {
	display:block;
	font-size:8px;
	padding-left:0;
}
#Header .header__logo img {
	position: relative;
	top: 50%;
	vertical-align: top;
	transform: translate(0, -50%);
	max-width:100%;
	max-height: 100%;
}
.header_logo_text{
	font-size: 9px;
	font-weight: normal;
}
@media screen and (max-width: 374px) {
	#Header .header__logo img {
		max-width:100%;
		max-height: 100%;
	}
	.header_logo_text{
		font-size: 9px;
		transform: scale(0.8);
		white-space: nowrap;
	}
}
#Header .headerMenu {
	float: right;
	width: 48%;
	height: 100%;
}
#Header.narita .headerMenu {
	width: 16%;
}
#Header .headerMenu li {
	float: left;
	width: calc(100% / 3);
	height: 100%;
	box-sizing: border-box;
	border-left:1px solid #ccc;
	text-align:center;
}
#Header .headerMenu li.bg_red{
	background-color: #F11505;
}
#Header.narita .headerMenu li {
	width: 100%;
}
#Header .headerMenu li .h_menu_btn {
	position:static;
	top:auto;
	right:auto;
	width:auto;
	height: 100%;
	display:block;
	background-color:#fff;
	z-index:9990;
	text-align:center;
}
#Header .headerMenu.menu_c li .h_menu_btn {
	position: relative;
	background-position: center 6px;
	background-repeat: no-repeat;
	background-size: auto 23px;
	text-decoration: none;
}
#Header .headerMenu.menu_c li .h_menu_btn .h_menu_img {
	width: auto;
	height: 100%;
	padding: 6px 0;
	margin: 0 auto;
	box-sizing: border-box;
	vertical-align: baseline;
}
/* WSYS-11510【フロント】MV差し替え (ワッペン非表示) 20241022 N.Sugino */
#Header .menu_c li .h_menu_regist{
	background-color: #ff3366;
}
#Header .menu_c .menu_btn.close .h_menu_menulist {
	background-color: #1579c6;
}
#Header .menu_c .menu_btn:not(.active) {
	display: none;
}
#Header .header__logo.logo_c{
	margin-top:0;
}
#Header .header__logo.logo_c img{
	max-width: 172px;
}

#TopAppBnr {
	display:none;
	height:70px;
	background-color:#56a4f6;
	text-align:center;
	position:relative;
}
#TopAppBnr img.bnr {
	height:70px;
	width:auto;
}
#TopAppBnr a.close {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	height:42px;
	width:42px;
	opacity:0.7;
}

/* jwifi用 */
#Header.narita {
	border-bottom: 1px solid #1779c8;
}
#Header.narita .headerMenu img {
	width: auto;
	height: 100%;
}


/* // Gnavi
----------------------------------------------- */

#Gnavi:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
#Gnavi {	display: inline-block;}
* html #Gnavi {	height: 1%;	}
#Gnavi {	display:block;	}

#Gnavi {
}
#Gnavi ul {
	overflow: hidden;
	background: #Gnavi;
}
#Gnavi ul li {
	float: left;
	width: 25%;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}
#Gnavi ul li.gnavi04 {
	border-right-width:0;
}
#Gnavi ul li a {
	display:block;
	text-align:center;
	background-color:#1579c7;
}
#Gnavi ul li a img {
	width:auto;
	height:50px;
}

/* // SpNavi
----------------------------------------------- */
body.fixed {
	position: fixed;
}
.sp_navi {
	display: none;
	overflow-y: scroll;
	position: fixed;
	z-index: 10001;
	top: 50px;
	bottom: 0;
	width: 100%;
	max-height: calc(100% - 50px);
	background: #fff;
	line-height: 1.6em;
}
.header_logo_info_show .sp_navi {
	top: 80px;
}
.sp_navi .sp_navi_outer li .category_btn {
	padding: 12px 5%;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	line-height: 1.6em;
}

.sp_navi .sp_navi_outer li .category_btn:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 22px;
	margin: 0 20px 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.sp_navi .sp_navi_outer li .category_btn.category_guide:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_biginner02.png);
}
.sp_navi .sp_navi_outer li .category_btn.category_price:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_price.png);
}
.sp_navi .sp_navi_outer li .category_btn.category_receive:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_receive.png);
}
.sp_navi .sp_navi_outer li .category_btn.category_qa:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_qa.png);
}

/* 20191224 start
.sp_navi .sp_navi_outer li .category_btn:before {
	display: inline-block;
	content: "";
	width: 31px;
	height: 25px;
	margin: 0 20px 0 0;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.sp_navi .sp_navi_outer li .category_btn.category_guide:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_biginner_xmas.png?date=20191224);
}
.sp_navi .sp_navi_outer li .category_btn.category_price:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_price_xmas.png?date=20191224);
}
.sp_navi .sp_navi_outer li .category_btn.category_receive:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_receive_xmas.png?date=20191224);
}
.sp_navi .sp_navi_outer li .category_btn.category_qa:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_qa_xmas.png?date=20191224);
}

20191224 end */

.sp_navi .sp_navi_outer li .category_btn:after {
	position: absolute;
	right: 5%;
	display: inline-block;
	content: "\f067";
	color: #ccc;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sp_navi .sp_navi_outer li .category_btn.active:after {
	content: "\f068";
}
.sp_navi_inner {
	display: none;
	background: #e4ecef;
}
.sp_navi_inner li {
	position: relative;
	border-bottom: 1px solid #ccc;
}
.sp_navi_inner li:after {
	position: absolute;
	top: calc((100% - 1em) / 2);
	right: 5%;
	display: inline-block;
	content: "\f105";
	color: #ccc;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
}
.sp_navi_inner li a {
	position: relative;
	display: block;
	padding: 10px 5%;
	color: #333;
	text-decoration: none;
}
.sp_navi .sp_navi_outer li {
	position: relative;
}
.sp_navi .sp_navi_outer li.member:after,
.sp_navi .sp_navi_outer li.other:after {
	position: absolute;
	top: calc((100% - 1em) / 2);
	right: 5%;
	display: inline-block;
	content: "\f105";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
}
.sp_navi .sp_navi_outer li.member a {
	display: block;
	position: relative;
	padding: 19px 5%;
	background: #1579c6;
	border-bottom: 1px solid #133774;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.sp_navi .sp_navi_outer li.other a {
	display: block;
	position: relative;
	padding: 12px 5%;
	background: #2153a9;
	border-bottom: 1px solid #133774;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.sp_navi .sp_navi_outer li.other a[target="_blank"]:after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin: 0 0 0 7px;
	background: url(../../s_images/contents/inner/shared/header/inner_menu_icon_exlink.png);
	background-size: contain;
	vertical-align: middle;
}
.sp_navi .appBnr {
	padding: 15px 10%;
	background: #1579c6;
	text-align: center;
}
.sp_navi .appBnr img {
	width: auto;
	max-width: 100%;
}
/* WSYS-10221 【サイト】共通フッターにSNSアイコンを追加 20240202 N.Kita */
.sp_navi .sns_account_text {
	font-size: 18px;
    font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
.sp_navi .sns_list {
	display: table;
	width: 100%;
	padding: 11px 7%;
	box-sizing: border-box;
}
.sp_navi .sns_list li {
	display: table-cell;
	text-align: center;
}
.sp_navi .sns_list li a {
	display: inline-block;
	width: 31px;
}
.sp_navi_footer .foot_close_btn {
	display: block;
	width: 100%;
	padding: 13px;
	background: #19428a;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.sp_navi_footer .foot_close_btn:hover {
	cursor: pointer;
}
.sp_navi_footer .foot_close_btn:before {
	display: inline-block;
	content: "×";
	margin: 0 10px 0 0;
}

/* -------------------------------------
パンくずリスト
---------------------------------------- */
/* WSYS-12291 【フロント】SEO対応_成田ターミナル表を更新 20250612 M.Shimizu */
.layout-content_inner.breadcrumb_area {
	margin-top: 20px;
	padding-bottom: 10px;
}
.breadcrumb_bg.lp_breadcrumb_area {
	width: 100%;
    padding: 4vw 4vw;
}

/* -------------------------------------
footer
---------------------------------------- */
/* // FooterAppBnr
----------------------------------------------- */
#FooterAppBnr {
	padding-bottom:15px;
	background: #e2ecef;
}


/* // FooterMenu
----------------------------------------------- */

#FooterMenu {
	background: #e2ecef;
	padding: 15px;
}
#FooterAppBnr + #FooterMenu {
	padding: 5px 15px 30px 15px;
}
#FooterMenu .frame {
	background-color:#FFF;
	border-radius: 8px;
}

#FooterMenu .menuTitle {
	border-radius: 8px 8px 0 0;
	background: #1579c6;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding:8px 12px;
}
#FooterMenu .footer_menu_list {
	font-size: 0;
}
#FooterMenu .footer_menu_list li {
	display: inline-block;
	width: 50%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 11px;
}
#FooterMenu .footer_menu_list li:nth-of-type(odd) {
	border-right: 1px solid #ccc;
}
#FooterMenu .footer_menu_list li:nth-last-child(-n+2) {
	border-bottom: none;
}
#FooterMenu .footer_menu_list li:last-child{
	width: auto;
	border-right:none;
}
#FooterMenu .footer_menu_list li:nth-last-child(2)  {
	border-bottom: none;
}
#FooterMenu .footer_menu_list li a {
	display: block;
	padding: 8px 0 8px 12px;
	color: #000;
	text-decoration: none;
}
#FooterMenu .accordion {
	display: block;
	padding: 8px 0 8px 12px;
	color: #000;
	text-decoration: none;
}
#FooterMenu .accordion_contents {
	margin: 10px;
}
#FooterMenu .footer_menu_list li a:before {
	display: inline-block;
	content: "\f105";
	margin: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#FooterMenu .footer_menu_list li a[target="_blank"]:after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin: 0 0 0 10px;
	background: url(../../s_images/contents/inner/shared/footer_menuicon_exlink.png);
	background-size: contain;
	vertical-align: middle;
}
.footer_sns_area .sns_list {
	display: table;
	width: 100%;
	padding: 15px 7%;
	background: #fff;
	box-sizing: border-box;
}
.footer_sns_area .sns_list li {
	display: table-cell;
	text-align: center;
}
.footer_sns_area .sns_list li a {
	display: inline-block;
	width: 31px;
}
.footer_bnr_area {
	padding: 30px 15px 15px 15px;
	background: #e2ecef;
}
#FooterMenu + .footer_bnr_area {
	padding-top: 0;
}

/*
#FooterMenu ul li a {
	display:block;
	width:100%;
	padding:8px 12px 8px 45px;
	text-decoration:none;
	color:#333;
	box-sizing: border-box;
	background-position:11px center;
	background-repeat:no-repeat;
	background-size:17px;
}
#FooterMenu ul li.home a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_home.png);	}
#FooterMenu ul li.price a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_price.png);	}
#FooterMenu ul li.countries a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_countries.png);	}
#FooterMenu ul li.receipt a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_receipt.png);	}
#FooterMenu ul li.airport a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_airport.png);	}
#FooterMenu ul li.flow a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_flow.png);	}
#FooterMenu ul li.beginner a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_beginner.png);	}
#FooterMenu ul li.faq a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_faq.png);	}
#FooterMenu ul li.support a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_support.png);	}
#FooterMenu ul li.setting a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_setting.png);	}
#FooterMenu ul li.media a {	background-image:url(/common/s_images/contents/inner/shared/footer_menuicon_media.png);	}
*/

#FooterMenu .bnr_wrap div:not(:first-child) .bnr {
	margin-top:15px;
}

#FooterMenu .sns {
	margin-top:15px;
	overflow:hidden;
}
#FooterMenu .sns .wrap {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	margin-bottom:8px;
}
#FooterMenu .sns .wrap:last-child {
	margin-bottom:0;
}
#FooterMenu .sns .wrap .frame {
	width: 49%;
	margin-right:2%;
	padding:5px;
	box-sizing: border-box;
}
#FooterMenu .sns .wrap>.frame:last-child {
	margin-right:0;
}
#FooterMenu .sns .wrap .frame a {
}

/* // FooterText
----------------------------------------------- */

#FooterText {
	padding-top:10px;
	padding-bottom:90px;
	width: 100%;
	font-size:1.2rem;
	text-align:center;
}
#FooterText a {
	width: 100%;
	text-decoration:none;
	color:#777;
}
/* WSYS-11808 【フロント】共通フッターにtiktokアイコンを追加 20250107 M.Shimizu */
#FooterText p.pc_link {
	font-size:92%;
	margin: 20px 10px 0;
}

#FooterText p.pc_link .-link_border {
	display: block;
	padding: 1px 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

#FooterText p.copy {
	text-align:center;
	color:#888;
	margin-top:5px;
	font-size:92%;
}
/* WSYS-11771 【フロント】特商法ページの修正とフッターに追加 20241210 J.Young */
/* WSYS-11808 【フロント】共通フッターにtiktokアイコンを追加 20250107 M.Shimizu */
#footerlinks {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	text-align: left;
}

#footerlinks .footer-left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#footerlinks .footer-right {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* 20160329　FD追加 */
.footer_contact{
	background:#1579c6;
	padding:1em;
	margin-bottom:15px;
}
.footer_contact .inner{
}
.footer_contact .text,
.footer_contact .tel{
	color:#fff;
	display:block;
	text-align:center;
}
.footer_contact .text{
	font-size:100%;
}
.footer_contact .tel{
	font-size:108%;
}
#FooterText .footer_contact .tel a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.footer_sp{
	width: 290px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: left;
}

.stock_text{
	color:#000;
	text-align:left;
	margin:10px auto;
	font-size: 12px;
	display: inline-block;
}

/* isms追加 [WSYS-7765] SPサイトフッターに ISMSロゴ追加 20200713 sa.suzuki */
.footer_sp_sms {
	width: 290px;
	margin: 0 auto;
	text-align: left;
}
.footer_sp_sms img{
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}
.footer_sp_sms .stock_text{
	vertical-align: middle;
	margin: 0;
	height: auto;
	line-height: 1.4;
}
.footer_sp_sms .stock_text p{
	font-size: 9px;
}

/* WSYS-10957 【サイト】共通フッター修正_PマークとNINJAバナー追加 20240507 M.Amano */
.img_pmark {
	width: 50px;
	display: inline-block;
	margin-right: 20px;
}

/* module-fixed_bottom_wrap */
.module-fixed_bottom_wrap {
	display: flex;
	z-index: 300;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #fff;
}
.module-fixed_bottom_wrap .module-fixed_bottom_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 0;
}
.module-fixed_bottom_wrap .theme-btn_line {
	padding-right: 2vw;
	padding-left: 4vw;
	border: 1px solid #00b900;
}
/* WSYS-11510【フロント】MV差し替え (ワッペン非表示) 20241022 N.Sugino */
.module-fixed_bottom_wrap .theme-btn_cv {
	padding-right: 2vw;
	padding-left: 3vw;
	background: #ff3366;
}

/* -------------------------------------
header_simple
---------------------------------------- */
.module-header_simple{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #ffffff;
	border-bottom: 1px solid #e6e0d9;
}
.module-header_simple .-inner{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 3.125%;
}

.module-header_simple .-logo{
	width: 50%;
	max-width: 240px;
}
.module-header_simple.-line{
	z-index: 1000;
}
/* -------------------------------------
footer_simple
---------------------------------------- */
.module-footer_simple{
	border-top: 1px solid #d3d3d3;
	color: #000000;
	font-size: 1.1rem;
}
.module-footer_simple .-inner{
	padding: 2vw 0;
	text-align: center;
}
/* -------------------------------------
content parts
---------------------------------------- */
.content{
	min-width: 0;
}
.module-header_simple + .content{
	padding-top: 10px;
}
/* コンテンツエリア大枠 */
.layout-content_inner {
	width: 92%;
	padding:0;
	margin-left: 4%;
	margin-right: 4%;
}

/* layout-content_inner の 内部余白 */
.layout-content_inner .module-inner{
	padding: 0 4vw 4vw;
}
.layout-content_inner .module-inner.module-inner_top{
	padding: 4vw;
}
.layout-content_inner .module-inner .module-inner{
	padding: 0 2vw 0;
}
.layout-content_inner .module-inner.theme-pd_top{
	padding-top: 4vw;	/* 上がほしいとき */
}
.layout-content_inner .module-inner.theme-pd_bottom{
	padding-bottom: 4vw;	/* 重ねたときに下がほしいとき */
}

/* sectionの境目の余白汎用 */
.module-separation{
	margin-bottom: 8vw;
}
/* ボタン配置汎用 */
.layout-btn_area{
	margin: 6vw auto;
}
.layout-btn_area.theme-mg_large{
	margin: 6vw auto;
}/* -------------------------------------
カラム
---------------------------------------- */
/* .theme-sp_keep をつけていないカラムはSP時に1カラムへ */
.layout-column.theme-col02:not(.theme-sp_keep) > .-col,
.layout-column.theme-col03:not(.theme-sp_keep) > .-col,
.layout-column.theme-col04:not(.theme-sp_keep) > .-col,
.layout-column.theme-col05:not(.theme-sp_keep) > .-col,
.layout-column.theme-col02:not(.theme-sp_keep).theme-mg_large > .-col,
.layout-column.theme-col03:not(.theme-sp_keep).theme-mg_large > .-col,
.layout-column.theme-col04:not(.theme-sp_keep).theme-mg_large > .-col,
.layout-column.theme-col05:not(.theme-sp_keep).theme-mg_large > .-col,
.layout-column.theme-col02:not(.theme-sp_keep).theme-mg_wide > .-col,
.layout-column.theme-col03:not(.theme-sp_keep).theme-mg_wide > .-col,
.layout-column.theme-col04:not(.theme-sp_keep).theme-mg_wide > .-col,
.layout-column.theme-col05:not(.theme-sp_keep).theme-mg_wide > .-col,
.layout-column.theme-col02:not(.theme-sp_keep).theme-mg_zero > .-col,
.layout-column.theme-col03:not(.theme-sp_keep).theme-mg_zero > .-col,
.layout-column.theme-col04:not(.theme-sp_keep).theme-mg_zero > .-col,
.layout-column.theme-col05:not(.theme-sp_keep).theme-mg_zero > .-col{
	width: 100%;
	margin-right: 0;
}

/* 2カラム→1カラムの時、右側が上に来るようにする */
.layout-column.theme-sp_reverse{
	flex-direction: column-reverse;
}
/* 2カラム→1カラムの時、カラムごとにマージンをいれる */
.layout-column.theme-sp_mg .-col:not(:last-of-type){
	margin-bottom: 4vw;
}
.layout-column.theme-col_mg:not(.theme-sp_keep) > .-col,
.layout-column.theme-col_mg_large:not(.theme-sp_keep) > .-col{
	margin-top: 0;
}

/* -------------------------------------
ボタン
---------------------------------------- */
.module-base_btn{
	min-width: 63.33vw;
	/*/
	min-width: 0;
	width: 63.33vw;
	/*/
	font-size: 1.4rem;
	line-height: 12vw;
	height: 12vw;
	padding: 0 8vw;
	border-radius: 12vw;
}
.module-base_btn:after{
	font-size: 1.8rem;
	right: 2.67vw;
}
.module-base_btn.theme-slim_btn {
	line-height: 10vw;
	height: 10vw;
}
.module-base_btn.theme-short_btn {
	min-width: 0;
	width: 63.33vw;
}
.module-base_btn.theme-sp_sizemax_btn{
	min-width: 0;
	width: 100%;
}
.module-base_btn.theme-two_line{
	line-height: 5vw;
	padding-top: 0.25em;
	padding-bottom: 0;
}
.module-base_btn.theme-sp_two_line{
	line-height: 5vw;
	padding-top: 0.25em;
	padding-bottom: 0;
}
.module-link_btn {
	font-size: 1.4rem;
	min-width: 0;
	width: 63.33vw;
	padding: 0 8vw;
	line-height: 10vw;
	height: 10vw;
}
.module-link_btn:after {
	font-size: 1.8rem;
	right: 2.67vw;
}
.module-link_btn.theme-sp_sizemax_btn{
	min-width: 0;
	width: 100%;
}
.module-base_btn.theme-txt_small{
	font-size: 1.4rem;
}
/* 2022.04.18 WSYS-9119 SEO対策_TOP - 25番 TC.Arai */
.module-base_btn.top_receive_btn {
	padding: 0 8vw 0 4vw;
}

/* -------------------------------------
バナー
---------------------------------------- */
/* WSYS-10792 【サイト】急ぎ案件_特定アフィリエイトの時の国ページに表示するバナー差し替え 20240229 n.Kita */
.module-banner .-inner{
	width: 100%;
	height: auto;
}
.module-banner .-inner .-img {
	display: flex;
	justify-content: center;
}

/* -------------------------------------
見出し・タイトル
---------------------------------------- */
/* main_titleとcentering_titleのあとは、アルファベット順 */
.module-main_title{
}
.module-main_title.theme-mg{
	margin-bottom: 4vw;
}
.module-main_title .-inner{
	width: 100%;
	height: auto;
	padding: 4vw 0;
}
.module-main_title .-title{
	border:none;
	padding: 0;
}
.module-main_title .-main{
	font-size: 2rem;
	text-align: center;
}
.module-main_title .-sub {
	display: none;
}
/* 背景つきは解除 */
.module-main_title:not(.theme) .-inner{
	background-image: none;
}

/* センタリング（アイコン着脱） */
.module-centering_title {
	font-size: 1.6rem;
	padding: 2.6vw 0;
}
.module-centering_title.letter_space {
	letter-spacing: 0;
}
.module-centering_title .-mark{
	max-width: 4.5vw;
}
.module-centering_title .-country{
	max-width: 8vw;
}
.module-centering_title i{
	font-size: 2rem;
}

.module-attach_title{
	font-size: 1.4rem;
}
.module-attach_title .-more_link{
	font-size: 1.4rem;
	width: 8em;
	font-weight: 400;
	padding-right: 1.5em;
	color: #0a4087;
}
.module-attach_title .-more_link:after{
	font-size: 1.5rem;
	color: #0a4087;
}

/* 吹き出し */
.module-balloon_title {
	padding: 2vw;
}

.module-balloon_title.theme-sky{
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.module-balloon_title.theme-pc_auto{
	width: 100%;
}

.module-balloon_title.theme-attention{
	font-size: 1.4rem;
}

/* フローつきタイトル */
.module-flow_title{
	padding: 2.6vw;
}
.module-flow_title .-title{
	font-size: 1.8rem;
}
.module-flow_title .-flow{
	display: none;
}
.module-flow_title .-num{
	margin-right: 2.6vw;
	width: 14%;
}

/* number式タイトル */
.module-number_title{
	padding: 0 0 2.6vw 0;
	display: flex;
	align-items: center;
}
.module-number_title .-num{
	width: 14%;
	margin-right: 2.6vw;
}
.module-number_title .-title{
	font-size: 1.4rem;
	font-weight: 700;
	color: #000000;
	flex: 1;
}

/* シンプルなタイトル */
.module-plain_title{
	font-size: 1.8rem;
	margin-bottom: 4vw;
}
.module-sideline_title{
	font-size: 1.2rem;
	padding-left: 2vw;
	margin-bottom: 4vw;
}

.module-ribbon_title{
	font-size: 1.4rem;
	padding: 2.6vw 4vw;
}

/* WSYS-11926 【フロント】無制限ページのMV差し替えにと導線バナー修正 20250206 J.Young */
.unlimited_tittle {
	font-size: 1.3rem;
	padding: 1.7vw 0vw;
}

.module-top_border_title {
	font-size: 1.6rem;
	padding: 2.6vw 0;
}
.module-top_border_title .-mark{
	max-width: 4.5vw;
}
.module-top_border_title i{
	font-size: 2rem;
}

/* 国旗がたくさんついているタイトル */
.module-country_mark_title{
	margin-bottom: 3vw;
	flex-direction: column;
}
.module-country_mark_title .-img{
	width: 30%;
	margin: 0 3vw 0;
}
.module-country_mark_title .-txt{
	font-size: 1.4rem;
}

/* WSYS-12283 【フロント】MEO対策_空港ページに住所とgoogleの店舗名を反映 20250515 M.Shimizu */
/* Googleマイビジネス 店舗名・住所 */
.module-my-business-title {
	padding: 0 0 0 12px;
	font-size: 1.3rem;
}

.module-my-business-title::before {
	width: 5px;
}

.module-my-business-address {
	font-size: 1.1rem;
	pointer-events: none;
}


/* -------------------------------------
表組み
---------------------------------------- */
.module-base_table:not(.theme-sp_keep) th {
	width:100%;
	display: block;
	padding:10px;

}

.module-base_table:not(.theme-sp_keep) td {
	width:100%;
	display: block;
	padding:10px;
}

/* -------------------------------------
行ごとに色が変わるリスト
---------------------------------------- */
.module-line_color_list{
}
.module-line_color_list ul{
}
.module-line_color_list li{
	font-size: 1.2rem;
	padding: 5px;
	min-height: 0;
}
.module-line_color_list.theme-sp_col02 li{
	width: 50%;
}
.module-line_color_list.theme-sp_col03 li{
	width: 33.3333333%;
}
.module-line_color_list.theme-sp_col04 li{
	width: 25%;
}
.module-line_color_list.theme-sp_col05 li{
	width: 20%;
}
.module-line_color_list.theme-col02 li:nth-child(4n+1),
.module-line_color_list.theme-col02 li:nth-child(4n+2),
.module-line_color_list.theme-col03 li:nth-child(6n+1),
.module-line_color_list.theme-col03 li:nth-child(6n+2),
.module-line_color_list.theme-col03 li:nth-child(6n+3),
.module-line_color_list.theme-col04 li:nth-child(8n+1),
.module-line_color_list.theme-col04 li:nth-child(8n+2),
.module-line_color_list.theme-col04 li:nth-child(8n+3),
.module-line_color_list.theme-col04 li:nth-child(8n+4),
.module-line_color_list.theme-col05 li:nth-child(10n+1),
.module-line_color_list.theme-col05 li:nth-child(10n+2),
.module-line_color_list.theme-col05 li:nth-child(10n+3),
.module-line_color_list.theme-col05 li:nth-child(10n+4),
.module-line_color_list.theme-col05 li:nth-child(10n+5){
	background: transparent;
}
/* -------------------------------------
お知らせリスト
---------------------------------------- */
.module-news_list{
	font-size: 1.2rem;
	padding: 0 5.333vw;
}
.module-news_list li .-item{
	padding: 4.667vw 0;
}

.module-news_list .-date{
	margin-right: 3%;
	width: auto;
}
.module-news_list .-title{
	width: 100%;
	padding: 5px 0 0;
	flex: auto;
	text-indent: -0.4em;
	margin-left: 0.8em;
}
.module-news_list .-title:after{
	display: none;
}
.module-news_list .-title:before{
	font-size: 120%;
	content: "\f0da";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 3px;
}

/* -------------------------------------
ご利用の流れ　STEP
---------------------------------------- */
.module-flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.module-flow .-item{
	width: 48.55%;
	flex-direction: column;
	margin-top: 8vw;
	border: none;
}
.module-flow .-item,
.module-flow .-item:not(:last-of-type){
	margin-bottom: 2.667vw;
}
.module-flow .-item:nth-of-type(1),
.module-flow .-item:nth-of-type(2),
.module-flow .-item:nth-of-type(3),
.module-flow .-item:nth-of-type(4){
	left: 0;
}
.module-flow .-item:nth-of-type(1){
	order: 1;
}
.module-flow .-item:nth-of-type(2){
	order: 2;
}
.module-flow .-item:nth-of-type(3){
	order: 4;
}
.module-flow .-item:nth-of-type(4){
	order: 3;
}

.module-flow .-item:nth-of-type(1):after,
.module-flow .-item:nth-of-type(2):after,
.module-flow .-item:nth-of-type(3):before,
.module-flow .-item:nth-of-type(4):after,
.module-flow .-item:nth-of-type(4):before{
	display: none;
}

.module-flow .-item:nth-of-type(1):before{
	content: "";
	position: absolute;
	display: block;
	background: url(../../images/page/top/sp/flow_arrow.png) no-repeat center top;
	background-size: cover;
	width: 18.4vw;
	height: 17.2vw;
	left: 100%;
	bottom: -21%;
	z-index: 1;
	transform: translateX(-50%);
}
.module-flow .-item_txt{
	width: 100%;
	padding: 8vw 0 2.667vw;
	flex-grow: 1;
}
.module-flow .-item_img{
	width: 100%;
	border-radius: 0 0 6px 6px;
}
.module-flow .-item_img img{
	max-width: none;
	width: 100%;
}
.module-flow .-step_title{
	text-align: center;
	margin-bottom: 3.333vw;
	display: block;
}
.module-flow .-step_title .-number{
	position: absolute;
	width: 12vw;
	left: 50%;
	top: -8vw;
	transform: translateX(-50%);
}
.module-flow .-step_title .-number .-number_txt{
	font-size: 1.2rem;
	margin-bottom: 2px;
}
.module-flow .-step_title .-number img{
	width: 100%;
}
.module-flow .-item_txt_title{
	padding: 0;
	font-size: 1.5rem;
	width: unset;
}
.module-flow .-item_txt_title.padding_fix{
	padding: 0;
}
.module-flow .-item_txt .-txt{
	font-size: 1.2rem;
	padding: 0 2.667vw;
}

/* -------------------------------------
受取返却マップ（日本地図）
---------------------------------------- */
.module-receive{
	padding: 0 0 0;
	max-width: none;
}
.module-receive .-fee{
	position: static;
	margin: 0 4vw;
	flex-direction: column;
	font-size: 1.4rem;
	border-width: 2px;
}
.module-receive .-fee .-name,
.module-receive .-fee .-price{
	width: 100%;
	text-align: center;
	padding: 3% 0;
}
.module-receive .-fee .-price .-tax{
	font-size: 1.2rem;
}
.module-receive .-map{
	width: 100%;
	height: auto;
}
/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.module-receive .-map .-aiport_txt{
	top: 30px;
	left: 30px;
	border:none;
	text-align: center;
	padding: 0;
	font-size: 1.3rem;
	margin-bottom: 3%;
}
.module-receive .-map .-aiport_txt .num{
	font-size: 2.4rem;
}
.module-receive .-map .-img{
	position: static;
	padding: 8%;
}
.module-smapi_btn{
	padding: 0 0 0 0;
}

.module-receive .-banner_block{
	padding: 0;
}
.module-receive .-map_btn{
	font-size: 1.2rem;
	letter-spacing: normal;
	padding: 0 2vw;
}
.module-receive .-map_btn:after {
	right: 2vw;
}
.module-receive .-map .-list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 4%;
}
.module-receive .-map .-list li:first-child .-map_btn{
	font-size: 1.4rem;
}
.module-receive .-map .-list li{
	width: 49.2%;
	margin-bottom: 4vw;
	position: static;
}
.module-receive .-map .-list li:first-child{
	width: 100%;
}

.module-receive_bottom .-btn_block{
	padding: 0 4vw;
}

.module-smapi_area{
	padding: 3.12%;
}
/* START WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
/* タブの中にあるとき */
.layout-tab_content .module-receive .-map{
	height: auto;
}
.layout-tab_content .module-receive .-map .-aiport_txt{
	font-size: 1.2rem;
	letter-spacing: normal;
}
.layout-tab_content .module-receive .-map .-aiport_txt .num{
	font-size: 2rem;
}
.layout-tab_content .module-receive .-fee{
	margin-left: 0;
	margin-right: 0;
}
.layout-tab_content .module-receive .-map .-img{
	left: 0;
	padding-right: 2%;
	padding-left: 2%;
}
.layout-tab_content .module-receive .-map .-list{
	padding-left: 0;
	padding-right: 0;
}
.layout-tab_content .module-receive .-map_btn{
	font-size: 1.1rem;
}
.layout-tab_content .module-smapi_btn .-airport_txt{
	font-size: 1.0rem;
	letter-spacing: -0.02em;
	padding-right: 4.333vw;
}
.layout-tab_content .module-receive .-map_btn:after{
	right: 1.5vw;
}
.layout-tab_content .module-smapi_btn .-smapi_txt .-name {
	font-size: 1.6rem;
}
.layout-tab_content .module-smapi_btn .-label .-label_title {
	font-size: 1.2rem;
}
.layout-tab_content .module-smapi_btn .-label_txt {
	font-size: 1.2rem;
}
.layout-tab_content .module-smapi_btn .-icon {
	font-size: 0.8rem;
	width: 30px;
	height: 30px;
	line-height: 8px;
	bottom: 15px;
}
.module-receive_bottom .-read{
	flex-direction: column;
	padding: 0 2.667vw 0;
	margin-bottom: 6.667vw;
}
.module-receive_bottom .-receive_more{
	padding: 8vw 2.667vw 3.333vw;
}
.module-receive_bottom .-receive_more .-title {
	font-size: 1.6rem;
}
.module-receive_bottom .-read_mark{
	width: 100%;
	justify-content: space-between;
	margin-bottom: 5.333vw;
	padding: 0 2vw 0;
}
.module-receive_bottom .-read_mark li{
	width: 18.667vw;
}
.module-receive_bottom .-read_mark li .-txt{
	font-size: 1.5rem;
}
.module-receive_bottom .-read_txt{
	max-width: none;
	padding: 0;
}
.module-receive_bottom .-receive_more .-btn_block{
	margin-bottom: 8vw;
}
.module-smapi_btn{
	align-items: normal;
	box-shadow: none;
	max-width: none;
}
.module-smapi_btn .-img{
	width: 25%;
	height: 128px;
	background: url(../../images/page/module/sp/receive_smapi_sp.png?date=20190509) no-repeat center bottom;
	background-size: 100% auto;
}
.module-smapi_btn .-img img{
	display: none;
}
.module-smapi_btn .-smapi_txt{
	width: 100%;
	padding: 2.2% 0 0 0;
}
.module-smapi_btn .-smapi_txt .-top{
	flex-direction: column;
	padding: 0 0 1% 25%;
	margin-bottom: 0;
}
.module-smapi_btn .-smapi_txt .-name{
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 3%;
	margin-left: 0;
}
.module-smapi_btn .-label{
	margin-bottom: 1.33vw;
	max-width: none;
	width: 95%;
	margin-left: 0;
	flex-direction: column;
}
.module-smapi_btn .-label .-label_title{
	width: 100%;
	font-size: 1.6rem;
}
.module-smapi_btn .-label .-label_title .-num{
	font-size: 2rem;
}
.module-smapi_btn .-label_txt{
	width: 100%;
	padding: 2% 0;
	font-size: 1.6rem;
}

.module-smapi_btn .-label_txt .-txt01{
	font-size: 1.2rem;
}
.module-smapi_btn .-airport_txt{
	font-size: 1.2rem;
	padding: 7px 5.333vw 7px 25%;
}
.module-smapi_btn .-icon {
	font-size: 1.2rem;
	line-height: 12px;
	width: 36px;
	height: 36px;
	bottom: 23px;
	left: 0px;
}
/* E N D WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.module-smapi_btn:after{
	top: auto;
	bottom: 1.667vw;
	right: 5px;
	font-size: 1.2rem;
}

/* -------------------------------------
動画つきスマピバナー
---------------------------------------- */
.module-smapi_banner{
	flex-direction: column;
}
.module-smapi_banner .-banner{
	width: 100%;
	margin-bottom: 1.5vw;
}
.module-smapi_banner .-banner .-block_top{
	padding: 2vw 3vw;
}
.module-smapi_banner .-banner .-block_top .-round{
	font-size: 1.4rem;
	margin-bottom: 2vw;
}
.module-smapi_banner .-banner .-block_top .-title{
	font-size: 2rem;
}
.module-smapi_banner .-banner .-block_top .-title .-sub{
	font-size: 1.1rem;
}
.module-smapi_banner .-banner .-block_bottom{
}
.module-smapi_banner .-banner .-block_bottom .-left{
	font-size: 1.2rem;
}
.layout-tab_content .module-smapi_banner .-banner .-block_bottom .-left,
.layout-nottab_content .module-smapi_banner .-banner .-block_bottom .-left{
	letter-spacing: -0.04em;
}
.module-smapi_banner .-banner .-block_bottom .-right{
	font-size: 1.6rem;
	padding: 3vw 0;
}
.module-smapi_banner .-movie{
	width: 100%;
	flex-direction: column;
}
.module-smapi_banner .-movie .-title{
	font-size: 1.2rem;
	padding: 1.5vw 0;
}
.module-smapi_banner .-movie .-img{
}
.module-smapi_banner .-movie .-img img{
	width: 100%;
	max-width: none;
}

/* -------------------------------------
モーダル内のスマピ動画
---------------------------------------- */
.module-smapi_movie{
	/* iframeの大きさ */
	width: 100%;
	height: 320px;
}

/* -------------------------------------
NP後払い
---------------------------------------- */
.module-np_column{
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4vw;
}
.module-np_column .-item{
	width: 49%;
	margin-bottom: 4vw;
}
.module-np_column .-item:last-of-type .-flow,
.module-np_column .-item:first-of-type .-flow,
.module-np_column .-item .-flow{
	border-width: 1px;
}
.module-np_column .-item .-flow{
	font-size: 1.2rem;
	height: auto;
	margin-bottom: 2vw;
	padding: 2vw 0;
}
.module-np_column .-item .-flow:not(:last-of-type):after{
	display: none;
}
.module-np_column .-item .-img{
	width: 60%;
	text-align: center;
}
.module-np_column .-item .-txt{
	font-size: 1.1rem;
	letter-spacing: normal;
}
.module-np_note_column{
	flex-direction: column;
}
.module-np_note_column .-title{
	font-size: 1.4rem;
	margin-bottom: 2vw;
}
.module-np_note_column .-title:not(:first-of-type){
	padding-top: 4vw;
}
.module-np_note_column .-txt{
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
}
.module-np_note_column .-img{
	width: 50%;
	margin-top: 4vw;
}
/* WSYS-12467 【フロント】NP後払いのテキスト変更と領収書宛名に関するテキスト変更 20250701 J.Jiyun */
.module-np_note_column li:not(:last-child){
	margin-bottom: 10px;
}

/* -------------------------------------
アコーディオン基本
---------------------------------------- */
.module-accordion .-accordion_btn{
	font-size: 1.4rem;
}
.module-accordion .-accordion_btn .-txt {
	padding: 2vw;
	padding-right: 16%;
	height: 3em;
}
.module-accordion .-accordion_btn .-txt:after{
	width: 14%;
	font-size: 2rem;
}
.module-accordion .-accordion_btn .-sub{
	display: block;
	font-size: 1.1rem;
	padding-left: 0;
}
.module-accordion .-accordion_btn .-ico{
	font-size: 2.2rem;
	width: 17%;
}
.module-accordion .-accordion_inner {
	padding: 4vw 2vw 0;
}
.module-accordion.theme-pd_bottom .-accordion_inner {
	padding-bottom: 4vw;
}

/* START WSYS-11035 【サイト】成田空港 出発航空会社別ターミナル早見表_更新 20240613 N.Kita */
/* MEMO:https://townwifi.com/sp/receive/narita/terminallist/ページで表示中 */

.note_accodion_title{
	padding: 2vw 0;
}
.note_accodion_title .-txt {
	font-size: 1.3rem;
}
.note_accodion_contents {
	padding: 0 2vw 2vw 2vw;
}
.note_accodion_title .-txt:before {
	font-size: 2rem;
}
.fixed_banner {
	top: inherit;
	bottom: 12%;
	left: 5px;
	width: 120px;
}
/* END WSYS-11035 【サイト】成田空港 出発航空会社別ターミナル早見表_更新 20240613 N.Kita */

/* -------------------------------------
タブ切り替え
---------------------------------------- */
.layout-tab_content{
	padding: 8vw 4vw 4vw;
}
.layout-tab_content .-tab_content{
	padding: 6vw 4vw;
}
.layout-tab_content .-tab_switch .-item{
	padding: 2vw 2vw;
	font-size: 1.3rem;
	min-height: 44px;
}
.layout-tab_content .-tab_switch .-item .-sub{
	font-size: 0.9rem;
}

.layout-tab_content .-tab_switch .-item .-medium{
	font-size: 1.3rem;
	text-align: center;
}
.layout-tab_content .-tab_switch .-item .-ico{
	display: none;
}
.layout-tab_content .-tab_switch .-item .-sp_small{
	display: block;
	font-size: 1.1rem;
}
.layout-tab_content .-tab_switch .-item.active:before{
	height: 15px;
	top: -8px;
}

.theme-plan_capacity .-tab_switch .-item {
	text-align: center;
	min-height: 1px;
}
.theme-plan_capacity.layout-tab_content {
	padding:20px 0 0 0;
	background:transparent;
}

.theme-plan_capacity .-tab_content.normal_plan {
	padding:4vw;
}

.theme-plan_capacity .-tab_content.large_plan {
	padding:4vw;
}

.theme-plan_capacity .-tab_content.super_plan {
	padding:4vw;
}

.theme-plan_capacity .-tab_content .-list {
	background:#fff;
	padding:3.5%;
}

.theme-plan_capacity .-tab_content .-list .-col {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	padding:4vw 0;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.theme-plan_capacity .-tab_content .-list .-col figure {
	width:40px;
}

.theme-plan_capacity .-tab_content .-list .-col .-txt {
	margin:0 ;
	font-size:1.1rem;
}

.theme-plan_capacity .-tab_content .-list .-col .-txt span {
	font-weight: 700;
}


/* -------------------------------------
データ容量オススメのアプリ
---------------------------------------- */
/*smart_service
-----------------------------------------------------*/
.smart_service{
	padding: 0% 3.5% 7.5% 3.5%;
	margin: 0 auto;
	margin-top: -5px;
}

.smart_service h3 {
	text-align: center;
	font-size: 1.7rem!important;
}


.smart_service .smart_service_in_box .service_icon{
	margin: 0 auto;

}

.smart_service .smart_service_in_box .service_icon figure{
	position: relative;
}

.service_icon figure span {
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
	position: absolute;
	left: -10px;
	white-space: nowrap;
	line-height: 1;
	margin-top: 3px;
	text-align: center;
}

.smart_service .smart_service_in_box .service_icon img{
	margin-right: 5px;
	width: 35px;
}

.smart_service_txt{
	text-align: center;
	width: 100%;
	margin-top: 35px;
}

.super_plan .smart_service_txt{
	margin-top: 15px;
}



/* -------------------------------------
タブ切り替えと同じ見た目の別ブロック
---------------------------------------- */
.layout-nottab_content {
	padding: 4vw;
}
.layout-nottab_content > .-inner{
	padding: 6vw 4vw;
}

.layout-nottab_content.theme-sp_tabclear {
	padding: 0;
}
.layout-nottab_content.theme-sp_tabclear > .-inner{
	padding: 0;
}
/* -------------------------------------
タブーディオン
---------------------------------------- */

.layout-tabdion_content {
	background:#008ae1;
	padding:40px 20px 20px 20px;
}

.layout-tabdion_content .-tab_switch {
	display: block;



}

.layout-tabdion_content .-tab_switch .-item {
	background: #fff;
	border: 2px solid #efefef;
	border-radius: 6px;
	box-shadow: 1px 1px 1px 0.5px rgba(180, 180, 180, 0.6);
	cursor: pointer;
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	color:inherit;
	overflow: hidden;
	align-items: center;
	display: table;
	width: 100%;
	margin: 0;
	padding:0;
	min-height:1px;

}

.layout-tabdion_content .-tab_switch .-item.active {
	color:inherit;
}

.layout-tabdion_content .-tab_switch .-item:first-of-type {
	border-radius:6px ;
	margin-left: 0;
}

.layout-tabdion_content .-tab_switch .-item:last-of-type {
	border-radius:6px ;
	margin-right: 0;
}

.layout-tabdion_content .-tab_switch .-item .-txt {
	padding: 2vw;
	padding-right: 16%;
	height: 3em;
	display: table-cell;
	vertical-align: middle;
}

.layout-tabdion_content .-tab_switch .-item .-txt:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	width: 65px;
	background: #008ae1;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	width:14%;
	min-height: 1px;
}
.layout-tabdion_content .-tab_switch .-item.active .-txt:after {
	content: "\f0d8";
}

.layout-tabdion_content .-tab_switch .-item.active:before {
	display: none;
}
.layout-tabdion_content .-tab_switch .-item .-sub{
	font-size: 14px;
}
.layout-tabdion_content .-tab_switch .-item .-medium{
	font-size: 2rem;
}
.layout-tabdion_content .-tab_switch .-item .-ico{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 45px;
	width: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-size: 3.4rem;
	text-align: center;
	margin-bottom: 5px;
}

.layout-tabdion_content .-tab_content {
	background:#fff;
	padding:40px;
	display: none;
}
.layout-tabdion_content .-tab_content:nth-of-type(2) {
	display: none;
}



/* -------------------------------------
ページ内リンク
---------------------------------------- */

.module-page_link .-item {
	margin:0 0 0 1.3333vw;
	min-height:1px;
}

.module-page_link .-item .-txt {
	font-size: 1rem;
	padding: 0.667vw 0.667vw 3.5vw 0.667vw ;
	justify-content: center;
}

.module-page_link .-item .-txt:after {
	top: auto;
	bottom:0;
	width: 100%;
	height: 3vw;
}


/* -------------------------------------
汎用テキストライン
---------------------------------------- */
.module-lead_txt{
	font-size: 1.2rem;
	line-height: 1.3;
}
.module-normal_txt{
	line-height: 1.3;
}
/* -------------------------------------
汎用画像
---------------------------------------- */
.module-normal_img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/* -------------------------------------
汎用枠線つきボックス
---------------------------------------- */
.module-border_box{
	padding: 4vw;
}
/* -------------------------------------
汎用枠線つきボックス　PCで左側にタイトルを置く
---------------------------------------- */
.module-side_border_box{
	flex-direction: column;
}
.module-side_border_box .-title{
	max-width: none;
	padding: 2vw 2vw;
	font-size: 1.4rem;
}
.module-side_border_box .-txt{
	padding: 2vw 4vw;
	font-size: 1.2rem;
}

/* -------------------------------------
注意事項リスト
---------------------------------------- */
.module-check_list li{
	border-bottom: 1px solid #e30000;
}
.module-check_list li:first-of-type{
	border-top: 1px solid #e30000;
}
.module-check_list li:not(:last-of-type){
	margin-bottom: 0;
}
.module-check_list li .-txt {
	font-size: 1.1rem;
	background: transparent;
	border: none;
	padding: 2vw 4vw 2vw 9vw;
}
.module-check_list li .-txt:before{
	width: 4.66vw;
	height: 4.66vw;
	left: 2vw;
}
.module-check_list .-not_border{
	border-bottom: none;
}
/* -------------------------------------
よくある質問リスト
---------------------------------------- */
.module-qa_list li:not(:last-of-type){
	margin-bottom: 2vw;
}
.module-qa_list .-txt {
	font-size: 1.1rem;
	padding: 1vw 6vw 1vw 13vw;
}
.module-qa_list .-txt:before{
	width: 6.66vw;
	height: 6.66vw;
	left: 4vw;
	background-size: auto 100%;
}
.module-qa_list a.-txt:after{
	font-size: 1.6rem;
	right: 2vw;
}
.module-qa_list a:hover.-txt:after{
	right: 1vw;
}
.module-qa_list .-ans_txt {
	font-size: 1.1rem;
	padding: 3vw 6vw 3vw 13vw;
}
.module-qa_list .-ans_txt:before{
	width: 6.66vw;
	height: 6.66vw;
	left: 4vw;
	top: 2vw;
	transform: translateY(0);
	background-size: contain;
}
.module-qa_list a.-ans_txt:after{
	font-size: 1.6rem;
	right: 2vw;
}

/* -------------------------------------
よくある質問リストアコーディオン
---------------------------------------- */
.module-qa_accodion_list li:not(:last-of-type){
	margin-bottom: 2vw;
}
.module-qa_accodion_list .-accordion_qa_btn .-txt {
	font-size: 1.1rem;
	padding: 1vw 6vw 1vw 13vw;
}
.module-qa_accodion_list .-accordion_qa_btn .-txt:before{
	width: 6.66vw;
	height: 6.66vw;
	left: 4vw;
	background-size: auto 100%;
}
.module-qa_accodion_list .-accordion_qa_btn .-txt:after{
	font-size: 1.6rem;
	right: 2vw;
}
.module-qa_accodion_list .-accordion_qa_inner .-ans_txt {
	height: 12.66vw;
	font-size: 1.1rem;
	padding: 3vw 6vw 3vw 13vw;
}
.module-qa_accodion_list .-accordion_qa_inner .-ans_txt:before{
	width: 6.66vw;
	height: 6.66vw;
	left: 4vw;
	top: 2vw;
	transform: translateY(0);
	background-size: contain;
}

/* -------------------------------------
右サイドに追従しているメニュー SPでは非表示
---------------------------------------- */
.module-side_menu{
	display: none;
}

/* -------------------------------------
receive
---------------------------------------- */
.module-airport_list > li {
	position: relative;
	border: 1px solid #efefef;
	border-radius: 5px;
	box-shadow: 1px 1.732px 0.71px 0.29px rgba(180, 180, 180, 0.6);
	padding: 2.5vw;
	margin-bottom: 6vw;
}
.module-airport_list > li:last-child{
	margin-bottom: 0;
}
.module-airport_list .-frame{
	border: none;
	position: relative;	/* SP空港詳細アコーディオンボタンの基点 */
	margin-bottom: 0;
	line-height: 1.3;
	flex-direction: column;
	min-height: 8em;
}
.module-airport_list .-frame .-item_place {
	width:80%;
	order:3;
	border-right: none;
	flex-wrap: nowrap;
	margin-bottom: 2px;
}

.module-airport_list .-frame .-item_hours {
	width:80%;
	order:3;
	border-right: none;
	flex: 1 0 auto;
}

.module-airport_list .-frame .-item_ico {
	width: 100%;
	order: 1;
	padding: 0 0 1.5vw;
	margin-bottom: 1.5vw;
	border-bottom: 1px solid #d3d3d3;
}

.module-airport_list .-frame .-item_map {
	order:3;
	position: absolute;
	right: 0;
	bottom:0;
	padding: 0;
	width: 17%;
}

.module-airport_list .-frame .-title {
	width: auto;
	background: transparent;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 400;
	flex-shrink: 0;
	margin-right: 1vw;
}

.module-airport_list .-frame .-txt {
	letter-spacing: normal;
	padding: 0;
	font-size: 1.2rem;
	width: auto;
}

/* WSYS-9385 【VMDB・サイト】新規場所追加依頼_宮崎空港ロッカー 20220823 T.B.Shimul */
.module-airport_list .-frame .-txt .-miyazaki{
	font-size: .915em;
}

.module-airport_list .-frame .-item_place .-txt{
}

.module-airport_list .-frame .-ico {
	display: flex;
	justify-content: flex-start;
}
.module-airport_list .-frame .-ico > li{
	width: 14%;
	margin-right: 2px;
}

.module-airport_list .-frame .-map {
	width:5vw;
	height:5vw;
}

.module-airport_list .-frame .-pdf{
	display: none;
}
.module-airport_list .-more_btn{
	border-radius: 0;
}
.module-airport_list .-more_btn:hover{
	background: #07308c;
	color: #ffffff;
}
.module-airport_list .-more_btn:after{
	content: "マップ\A▼";
	position: static;
	transform: translateY(0);
	text-align: center;
	font-size: 1rem;
	white-space: pre;
}
.module-airport_list .-more_btn.active:after{
	content: "マップ\A▲";
}
.module-airport_notframe{
	padding: 0 2.5vw;
}

.module-airport_detail .-item_place .-title{
	font-size: 1.4rem;
	padding: 1.5vw 3vw;
}
.module-airport_detail .-item_place .-txt{
	font-size: 1.2rem;
	padding: 3vw;
	letter-spacing: normal;
}
.module-airport_detail .-item_place .-txt .-main{
	font-size: 1.4rem;
}
.module-airport_detail .-item_place .-txt .-sub{
	font-size: 1.1rem;
}
/* WSYS-11540 【サイト・VMDB】2024年10月1日新潟空港1階 到着ロビー 新潟交通カウンターの営業時間変更 20241003 M.Shimizu */
.module-airport_detail .-item_place .-txt .-hourstxt {
	font-size: 1.2rem;
}
.module-airport_detail .-item_place .-pdf{
	display: none;
}
.module-airport_detail{
	flex-direction: column;
}
.module-airport_detail .-item_place{
	width: 100%;
}
.module-airport_detail .-item_ico .-ico{
	justify-content: flex-start;
	padding-top: 4vw;
}
.module-airport_detail .-item_ico{
	display: none;
}
.module-airport_notframe .module-airport_detail .-item_ico{
	display: block;
}
.module-airport_detail .-item_ico .-ico li{
	width: 14%;
	margin: 0 2px 0 0;
}
.module-airport_limit_txt{
	font-size: 1.1rem;
}

.module-airport_message{
	font-size: 1.1rem;
	padding: 4vw;
	line-height: 1.3;
	margin-bottom: 4vw;
}
.module-airport_message.theme-small{
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 4vw;
}
.module-info_box{
	flex-direction: column;
	line-height: 1.3;
}
.module-info_box .-title{
	width: 100%;
	font-size: 1.4rem;
	padding: 1.5vw 0;
}
.module-info_box .-txt{
	font-size: 1.2rem;
	padding: 1.5vw 2.5vw;
}
/* 空港下層 カウンター・返却BOX写真 */
.module-counter_time_required{
	margin-bottom: 30px;
}
.module-required_box{
	display: none;
}

.module-receive_map_area{
	padding: 0;
	margin-bottom: 6vw;
	width: 100%;
}

.module-receive_map_area .-map{
	width: 100%;
	margin-bottom: 2vw;
}
.module-receive_map_area .-address{
	width: 100%;
}
.module-receive_map_area .-googlemap{
	width: 100%;
	height: 220px;
}


.module-counter_time_required{
	background: #e0f2fe;
	padding: 3vw;
	margin-bottom: 1.5vw;
}
.module-counter_time_required .-counter_time_title{
	cursor: default;
	pointer-events: none;
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	overflow: auto;
	border-radius: 0;
	margin-bottom: 1vw;
}
.module-counter_time_required .-counter_time_title .-ico{
	font-size: 1.5rem;
	display: block;
	width: auto;
	padding-left: 0;
	margin-right: 1.5vw;
}
.module-counter_time_required .-counter_time_title .-txt{
	height: auto;
	padding: 0;
	min-height: 0;
}
.module-counter_time_required .-counter_time_title .-txt:after{
	display: none;
}
.module-counter_time_required .-counter_time_inner{
	display: block;
	padding: 0;
}
.module-counter_time_required .-counter_time_txt{
	margin-bottom: 0;
}

.module-receive_photo_column{
	display: flex;
	flex-direction: column;
	margin-bottom: 3vw;
}
.module-receive_photo_column .-col:nth-child(n+3){
	margin-top: 0;
}
.module-receive_photo_column.-col01 .-col{
	width: 100%;
}
.module-receive_photo_column.-col01 .-col .-img{
	padding: 4vw 0;
}
.module-receive_photo_column.-col02{
	align-items: flex-end;
}
.module-receive_photo_column.-col02 .-col{
	width: 100%;
	margin-bottom: 3vw;
}
.module-receive_photo_column.-col02 .-col:last-of-type{
	margin-bottom: 0;
}
.module-receive_photo_column.-col02 .-col:nth-child(2n+1){
	margin-right: 0;
}
.module-receive_photo_column.-col02 .-col .-img{
	height: 38vw;
	border: 1px solid #e4e4e4;
}
.module-receive_photo_column .-title{
	font-size: 1.2rem;
}
.module-receive_photo_column .-ico{
}
.module-receive_photo_column .-ico.-num{
	width: 30px;
	border-width: 2px;
	height: 30px;
	font-size: 1.2rem;
}
.module-receive_photo_column .-ico.-num:after{
}
/* -------------------------------------
目次
---------------------------------------- */
.module-index_list li {
	width: 100%;
}
.module-index_list li a{
	padding:10px 20px;
}
/* -------------------------------------
申込み期限表 limit
---------------------------------------- */
mark.-double_circle,
mark.-circle,
mark.-triangle,
mark.-cross {
	font-size: 2.2rem;
}
.module-limit_box{
	padding: 3vw 2vw;
}
.module-limit_table {
}

.module-limit_table caption {
	padding:1.3333vw;
	font-size: 1.2rem;
}

.module-limit_table th {
	padding:1vw;
	font-size: 1.2rem;
}

.module-limit_table td {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:1vw 0;
	text-align: center;
	vertical-align: middle;
}

.module-limit_table td .-txt {
	margin:0;
	font-size: 1.1rem;
}

.module-inline_link_list .-item {
	font-size:1.4rem;
	margin-bottom: 2vw;
	margin-right: 1vw;
}
.module-inline_link_list .-item a{
	padding: 1vw 3vw;
}
.module-limit_attention {
	padding: 4vw;
	margin: 4vw 0 2vw 0;
}

.module-limit_attention dt {
	width: 12%;
	margin: 0 0 1.3333vw 0;
}

.module-limit_attention dd {
	width:calc(100% - 12%);
	margin:0 0 1.3333vw 0;
	font-size: 1.1rem;
}

/* -------------------------------------
汎用金額
---------------------------------------- */
.module-price_label {
	font-size: 1.4rem;
	padding: 3vw 2vw;
	border-width: 2px;
}
/* -------------------------------------
priceページ系のファーストビュー
---------------------------------------- */
.module-price_banner {
	min-height: 0;
	flex-direction: column-reverse;
	padding: 4vw;
}
.module-price_banner .-col.-txt{
	min-width: 0;
	width: 100%;
}
.module-price_banner .-col.-img {
	width: 65%;
	margin-bottom: 4vw;
}

.module-price_banner .-col .-title {
	font-size: 2.1rem;
	text-align: center;
}
.module-price_banner .-col .-title_sub {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 4vw;
}

.module-price_banner .-col .-sub {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 4vw;
}
.module-price_banner .-col .-sub.-mini{
	font-size: 1.2rem;
	margin-bottom: 2vw;
}
.module-price_banner .-col .-sub i {
}

.module-price_banner .-col .-more {
	line-height: 1.3;
	font-size: 1.2rem;
	margin-bottom: 3vw;
}

.module-price_banner .-col .-price {
	width: 100%;
	border-width: 2px;
	font-size: 1.4rem;
	margin-bottom: 3vw;
}

.module-price_banner .-col .-label {
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
}
/* -------------------------------------
製品情報
---------------------------------------- */
.module-option_product {
	display: flex;
	flex-direction: column;
}

.module-option_product .-main {
	width: 100%;
}

.module-option_product .-img {
	width: 65%;
	margin: 0 auto 4vw;
	padding-top: 2vw;
}

.module-option_product .-lead {
	font-size: 1.2rem;
	margin-bottom: 4vw;
	line-height: 1.3;
}

.module-option_product .-info {
	width: 100%;
}

/* -------------------------------------
料金ラベル
---------------------------------------- */
.module-label_box {
}

.module-label_box .-title {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0.8vw 2vw;
}
.module-label_box .-title.-two_line{
	padding-top: 1.8vw;
	padding-bottom: 1.8vw;
}
.module-label_box .-txt {
	font-size: 1.1rem;
	line-height: 1.5;
}


/* -------------------------------------
オプション一覧スライダー
---------------------------------------- */
.module-option_list_slider .-item .-product{
	min-height: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 4vw 2vw;
}
.module-option_list_slider .-title{
	width: 100%;
	margin: 2vw 0 4vw;
	font-size: 1.6rem;
}
.module-option_list_slider .-two_line .-title {
	margin: 2vw 0 4vw;
}
.module-option_list_slider .-img{
	flex-shrink: 0;
	width: 35%;
	padding: 0 3vw;
}
.module-option_list_slider .-img img{
	width: 100%;
}
.module-option_list_slider .-txt{
	width: 65%;
	text-align: left;
	letter-spacing: normal;
}
.module-option_list_slider .-txt strong{
	font-size: 1.5rem;
}
.module-option_list_slider .-price{
	font-size: 1.2rem;
}

/* -------------------------------------
clearfix
---------------------------------------- */
.cf:before,.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}



/* -------------------------------------
jQuery
---------------------------------------- */

.hiddenArea {
	display:none;
}


i.js-toolTip {
	font-size:2.2rem;
	color:#eba704;
	font-weight: normal;
	margin-left:0.2em;
	cursor:pointer;
	position: relative;
	z-index:9;
}

i.js-toolTip:after {
	content:"";
	display:block;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	position: absolute;
	top:2px;
	left:1px;
	z-index:-1;
}


.toolTip {
	position: absolute;
	background : #eba704;
	padding:5px 10px;
	text-align: left;
	color:#000;
	z-index:20;
	font-size:1.4rem;
}

.toolTip::after {
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-right: 10px solid #eba704 ;
	border-top: 5px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top:10px;
	left:50%;
	left : -webkit-calc(50% - 5px) ;
	left : -20px ;
	z-index:21;
}


.js-balloonTipWrap {
	position: relative;
}

.js-balloonTipArrowWrap {
	position: relative;
}

.js-balloonTip {
	position: relative;
	color:#ff8844;
	font-size:2.4rem;
	z-index:1;
	cursor:pointer;
}

.js-balloonTip:after {
	content:"";
	display:block;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	position: absolute;
	top:2px;
	left:1px;
	z-index:-1;
}

.js-balloonTipArrow {
	display: none;

	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-right: 10px solid  transparent;
	border-top: 10px solid #eba704;
	border-left: 10px solid transparent;
	position: absolute;
	top:auto;
	left: 50%;
	transform: translateX(-50%);
	bottom:23px;
	z-index:22;
}

.js-balloonTipBox {
	display: none;

	background: #fcf5c9 ;
	border: 4px solid #eba704 ;
	border-radius: 10px;
	bottom: 42px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	position: absolute;
	text-align: left;
	width: 300px;
	z-index: 22;
}

.js-balloonTipBox .title {
	display: inline-block;
	margin:0 0 10px 0;
	font-size:1.6rem;
	font-weight: bold;
}

.js-balloonTipBox .link {
	display: inline-block;
	margin:10px 0;
	color:#0a5fb5;
	text-decoration:underline;
}


.js-balloonTipWrap.error {
	position:absolute;
	right:140px;
	top:0px;
}

.js-balloonTipWrap.error .js-balloonTip {
	cursor:default;
}

.js-balloonTipWrap.error .js-balloonTip:after {
	background:transparent;
}

.js-balloonTipArrow.error {
	border-top: 10px solid #da0000 ;
}

.js-balloonTipBox.error {
	background: #fcecec ;
	border: 4px solid #da0000  ;
	color: #da0000;
	font-weight:bold;
	font-size:1.6rem;
	left: 0;
	margin-left: -142px;
	padding: 15px;
	position: absolute;
	text-align: left;
	width: 300px;
	z-index: 20;

}

.ui-datepicker-trigger {
	font-family:"Font Awesome 5 Free";
	background:none;
	font-size:2rem;
	margin:0 0 0 5px;
	font-weight: 900;

}

/* WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.module-service_description_title .-txt{
	font-size: 2.2rem;
	line-height: 3.2rem;
	margin-top: 40px;
	margin-bottom: 20px;
}

/* WSYS-11808 【フロント】共通フッターにtiktokアイコンを追加 20250107 M.Shimizu */
.reason_sns_area .sns_account_area_call::before {
	transform: rotate(-25deg);
}

.reason_sns_area .sns_account_area_call::after {
	transform: rotate(25deg);
}

.reason_sns_area .sns_account_area_list {
	padding-top: 16px;
}

/* -------------------------------------
	グローバルWiFiが選ばれる理由
---------------------------------------- */
/* START WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.lp_reason_area .module-reason_title {
	margin-top: -8vw;
}
.lp_reason_area_sp .module-reason_title {
	margin-top: -12vw;
}
.module-reason_title {
	line-height: 3.2rem;
}
.module-reason_title .-img {
	width: 74.8vw;
	margin:0 auto 6vw;
}
.module-reason_title .-txt {
	font-size: 2.2rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
.module-reason_column {
	margin-bottom: 3.33vw;
}
.module-reason_column .-item:before {
	content: none;
}
.module-reason_column .-item:nth-child(1):after,
.module-reason_column .-item:nth-child(2):after,
.module-reason_column .-item:nth-child(3):after,
.module-reason_column .-item:nth-child(4):after,
.module-reason_column .-item:nth-child(5):after {
	content: none;
}
.module-reason_column .-item.-item_support .-main {
	background-color: #128ae1;
}
.module-reason_column .-item.-item_share .-main {
	background-color: #02b8bf;
}
.module-reason_column .-item.-item_unlimited .-main {
	background-color: #128ae1;
}
.module-reason_column .-item.-item_rental .-main {
	background-color: #02b8bf;
}
.module-reason_column .-item.-item_alltime .-main {
	background-color: #128ae1;
}
.module-reason_column .-item .-item_title.-item_title02.-item_support_title,
.module-reason_column .-item .-item_title.-item_title02.-item_share_title,
.module-reason_column .-item .-item_title.-item_title02.-item_unlimited_title,
.module-reason_column .-item .-item_title.-item_title02.-item_rental_title,
.module-reason_column .-item .-item_title.-item_title02.-item_alltime_title {
	color: #ffffff;
}
.module-reason_column .-item_share {
	margin-left: 8px;
}
.module-reason_column .-item_unlimited {
	margin-left: 8px;
}
.module-reason_column .-item_rental {
	margin-top: 10px;
}
.module-reason_column .-item_alltime {
	margin-left: 8px;
	margin-top: 10px;
}
.module-reason_column .-item .-main {
	padding: 4vw 0;
}
.module-reason_column .-item {
	width: 31.15%;
	padding: 0 0;
	border: none;
}
.module-reason_column .-item .-item_title {
	margin-bottom: 0;
	font-size: 1.3rem;
	height: auto;
}
.module-reason_column .-item .-img {
	width: auto;
	padding: 1vw 0;
}
.module-reason_column .-item .-main .-btn,
.module-reason_column .-item .-main .-txt {
	display: none;
}
.module-reason_note {
	font-size: 1rem;
	text-align: left;
	letter-spacing: normal;
	text-indent: -1em;
	margin-left: 1em;
}
/* E N D WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */



/* -------------------------------------
star radio
---------------------------------------- */

.js-evaluationLevelGroup {
	position: relative;
}


.js-evaluationLevelSwitch {
	position: absolute;
	opacity:0;
	left:0;
	right:0;
}

.js-evaluationLevelSwitch label {
	width:20px;
	text-align: center;
	margin:5px 10px;
	cursor:pointer;
}

.js-evaluationLevelSwitch label input {
	cursor:pointer;
}

.js-evaluationLevelTarget .item {
	display: inline-block;
	width:20px;
	margin:5px 10px;
}
.js-evaluationLevelTarget .item i:before {
	content:"\f005";
	color:#ccc;
	transition:all 0.1s;
}
.js-evaluationLevelTarget .item.active i:before {
	color:#ffb05b;
	transition:all 0.1s;
}







/* -------------------------------------
モーダルボックス
---------------------------------------- */
.modalBox {
	background:#fff;
	width: 85.333vw;
	height:80%;
	z-index:501;
	position:fixed;
	text-align: center;
	padding: 0;
	border: none;
	max-height: none;

}
.modalBoxContents > *:last-of-type{
	margin-bottom: 0;
}

.modalBox .modalBoxContents {
	padding: 4vw;
	font-size:1.2rem;
	color:#444;
	text-align: left;
}
/*.modalBoxContents a {
	color:#da0000;
	text-decoration: underline;
}*/

.modalBoxContents .img_box {
	margin:0 20px 30px 0;
	float:left;
	overflow: hidden;
}

.popup_close_box {
	text-align: center;
	margin: 8vw 0 0;
}
.modalBox .popup_close_btn {
	font-size: 1.6rem;
}

.overLayer {
	display:none;
	background:#000;
	opacity:0.7;
	width:100%;
	height:100%;
	z-index:500;
	position:fixed;
	top:0;
	left:0;
}

.modalBox + .close {
	display: none;
	/* ※ registでは使用している */
}
.modalBox .close.pc{
	display: block!important;
}
.modalBox .close:before{
	font-size: 21px;
}
.airport_modal .-modal_title {
	font-size: 1.6rem;
}
.modalBox.airport_modal {
	width: 85.333vw;
	height: 80%;
	padding: 0;
	border: none;
	max-height: none;
}
.airport_modal .modalBoxContents{
	padding-left: 0;
	padding-right: 0;
}
.airport_modal .-modal_title {
	margin: 0 0 8vw 0px;
}
.airport_modal .-airport_column {
	flex-direction: column-reverse;
	padding-left: 8vw;
	padding-right: 8vw;
}
.airport_modal .-airport_column .-img {
	width: 100%;
	margin: 0 0 8vw 0px;
	padding: 0 5vw;
	text-align: center;
}
.airport_modal .-airport_column .-link {
	width: 100%;
}
.airport_modal .-airport_column .-link li {
	width: 100%;
	margin-bottom: 5.333vw;
}
.module-link_btn.theme-receive_btn {
	width: 100%;
	font-size: 1.4rem;
}
.module-link_btn.theme-receive_btn:after {
	font-size: 2.2rem;
}
.airport_modal .-note {
	font-weight: 700;
}

.airport_content .time_annotation {
	margin-top: -12px;
}

/* -------------------------------------
PCモーダル　SPアコーディオン（モーディオン）
---------------------------------------- */
.js-modionTargetWrap {
	display: block;
}
.js-modionTarget {
	display: none;
}


/* -------------------------------------
lpマップ表示
---------------------------------------- */
.module-receive_photo_column .-img {
	padding: 6px;
}

.module-receive_photo_column .-img img {
    max-width: 100%;
}

.module-move_lp {
	width: 200px;
    top: 14%;
	margin-top: unset!important;
}
.line_content .-btn {
    font-size: 1rem;
    padding: 0.5rem 0;
    height: 35px;
}


/* WSYS-9884 【VMDB・サイト】静岡・熊本空港 ロッカー受取予約開始に伴う改修 20220309 T.B.Shimul */
/* WSYS-12103 【VMDB・フロント】新潟空港ロッカー受取開始に伴う修正 20250401 J.Jiyun */
.module-receive_photo_column .shizuoka,
.module-receive_photo_column .kumamoto,
.module-receive_photo_column .niigata {
	margin-left: 0.2em;
	justify-content: center;
    align-items: center;
}

.module-receive_photo_column.-col02 .-col .kumamoto {
    height: unset;
}

/* WSYS-10024 【サイト】TOPに国ページのリンク追加 */
.footer_grid_row {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, 33%);
}
.footer_grid_title {
	width: 100%;
	color: #013367;
	margin-top: 10px;
}
.footer_grid_col {
}
.footer_grid_col > a {
	font-size: 1.1rem;
	color: #444444;
}
.footer_grid_col > p {
	font-size: 1.1rem;
	color: #444444;
}

.data-base_table {
	width:100%;
	border-left:solid 1px #d3d3d3;
	border-top:solid 1px #d3d3d3;
}

.data-base_table .white_text {
	color: white;
}

.data-base_table .style-font_s {
	background:#ececec;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	width:22%;
	padding:10px;
	padding-top: 1rem;
}

.data-base_table .style-font_ss {
	font-size: 0.8rem!important;
}

.data-base_table th {
	padding: 0px;
    font-size: 115%;
    font-weight: 600;
    text-align: center;
    padding-top: 2.5rem;
    width: 28%;
}
.data-base_table td {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
	padding-top: 1rem;
}
.data-base_table h2 {
	font-size: 125%;
}
.data-base_table tr {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	font-size: 91%;
	text-align: center;
	padding-top: 2.5rem;
}

.data-base_table.theme-wide_border{
	border-top-width: 2px;
	border-left-width: 2px;
}
.data-base_table.theme-wide_border th,
.data-base_table.theme-wide_border td{
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.data-base_table.theme-border_none,
.data-base_table.theme-border_none th,
.data-base_table.theme-border_none td{
	border: 0;
}

.data-base_table.theme-th_bold th{
	font-weight: 700;
}
.data-base_table.theme-th_tac th{
	text-align: center;
}
.data-base_table.theme-all_middle th,
.data-base_table.theme-all_middle td{
	vertical-align: middle;
}

.compact_icon {
	display: unset;
    position: unset;
}

.compact_icon img {
    max-width: 90%;
    height: 4rem;
    width: 10rem;
    padding-top: 1rem;
}

.sp_box {
	display: inherit;
	position: relative;
}

.tar {
    font-size: 1rem;
}

.data-base_btn {
    background: #ee158f;
    color: #ffffff;
    border: solid 1px #ee158f;
    font-size: 1.2rem;
    box-shadow: 0px 3px 0px #bf1173;
}

.text_center {
	position: relative;
	top: -0.7rem;
}

/* 疑似要素のpurple_plan::after["人気No.⚫︎"]の表示がないテキスト時のみ */
.data-base_table tr:nth-child(5) .text_center {
	top: -1rem;
}

.compact_img {
	width: 55%;
}

.borderless {
	empty-cells: hide
}

.data-base_table {
    border-left: unset;
    border-top: unset;
}

.center_line {
	position: relative;
	line-height: 3;
}

/* WSYS-10063 【サイト】SEO対応のため各空港ページに国ページのリンク設置 20230122 N.Kita*/
.poplr_destn_area .popular {
	margin-top: 0;
}
.poplr_destn_area .popular_link {
	width: calc((100% - 60px)/3);
	margin: 10px;
}
.poplr_destn_area .popular_link.america {
	order: 1;
}
.poplr_destn_area .popular_link.hawaii {
	order: 2;
}
.poplr_destn_area .popular_link.thailand {
	order: 3;
}
.poplr_destn_area .popular_link.southkorea {
	order: 4;
}
.poplr_destn_area .popular_link.taiwan {
	order: 5;
}
.poplr_destn_area .popular_link.vietnam {
	order: 6;
}
.poplr_destn_area .popular_link:nth-child(n + 4) {
	margin-top: 10px;
}
.poplr_destn_area .popular_link img {
	margin-bottom: 10px;
}
/* WSYS-10933 【サイト】新規LP作成_af8系 20240509 J.Young */
.mainvisual_caption .af82txt_sp {
	font-size: 0.94rem;
}
.lp_header .-regist_link.nobtn3_sp{
	width: 45%;
}

/* WSYS-10176 【サイト】容量の目安コンテンツの修正 20240613 N.Kita */
.data_capacity {
	display: block;
}
.data_capacity .data_capacity_table.table02 tr:nth-child(1) {
	display: none;
}
.data_capacity_table.table02 {
	border-top: none;
}
.data_capacity .data_capacity_table th {
	font-size: 1rem;
}
.data_capacity ._Ico_sns .ico_txt,
.data_capacity_table th,
.data_capacity .data_capacity_table td,
.data_capacity_note {
	font-size: 1.1rem;
}
.data_capacity ._b_detail .youtube_data_plan tr,
.data_capacity ._l_detail .youtube_data_plan tr,
.data_capacity ._o_detail .youtube_data_plan tr {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* END WSYS-10176 【サイト】容量の目安コンテンツの修正 20240613 N.Kita */

/* 共通SPFooter調整 */
.w50Important {
	width: 50% !important;
}

/* WSYS-11697 【フロント】2024年11月28日開始キャンペーン 20241128 J.Young */
.modalBox.special_campaign{
	width: 90%;
	max-height: 500px;
}

/* WSYS-11810 【フロント】特商法ページSP文字サイズ修正 20241212 J.Young */
.tokusyo-table th {
	font-size: 1.5rem;
}
.tokusyo-table td {
	font-size: 1.3rem;
	line-height: 1.6rem;
}
.tokusyo-table th,
.tokusyo-table td {
    padding-left: 0;
    padding-right: 0;
}