@charset "UTF-8";
/* ----------------------------------------------
共通
---------------------------------------------- */
html{
	height: 100%;
	font-size: 10px;	/* 1rem = 10px */
}
body{
	height: 100%;
	font-size: 1.6rem;
	color: #333333;
}

main{
	display: block;
}

a{
	color: #008ae1;
	text-decoration: none;
}
a:hover{
	color: #008ae1;
	text-decoration: underline;
}

* {
/* 以下Androidのオレンジ枠回避用 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}


button,input,textarea,
body{
	 font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*/
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*/
}

.fa,i{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	font-weight: 900;
}
/* -------------------------------------
各要素の初期設定
---------------------------------------- */
input{
	vertical-align: middle;
}
.ja{
	ime-mode: active;
}
.en{
	ime-mode: inactive;
}
.bold,.style-bold,
em,
strong{
	font-weight: 700;
}
.del,.style-del,
del{
	text-decoration: line-through;
}
.style-underline,
.underline{
	text-decoration: underline;
}
a.style-underline:hover,
a.underline:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}

/* -------------------------------------
	汎用パーツ
---------------------------------------- */
.pc {
	display: block !important;
}

.pc_inline {
	display: inline !important;
}

.pc_inline_block {
	display: inline-block !important;
}

.pc_table_cell{
	display:table-cell!important;
}

.sp {
	display: none !important;
}

.sp_inline {
	display: none !important;
}

.sp_inline_block {
	display: none !important;
}

.sp_table_cell {
	display: none!important;
}

/* -------------------------------------
styleカテゴリーのパーツ
---------------------------------------- */

/* 基本色の定義 */
.style-fc_bluegreen{
	color: #00b8bf!important;
}
.style-fc_ceruleanblue{
	color: #0ea3d2!important;
}
.style-fc_paleice{
	color: #e0f2fe!important;
}
.style-fc_ice{
	color: #c2e2f8!important;
}
.style-fc_deepice{
	color: #85c1ea!important;
}
.style-fc_paleblue{
	color: #436ecf!important;
}
.style-fc_blue{
	color: #224fb6!important;
}
.style-fc_deepblue{
	color: #07308c!important;
}
.style-fc_palepink{
	color: #fdeff2!important;
}
.style-fc_pink{
	color: #ff348a!important;
}
.style-fc_red{
	color: #ff0000!important; /* サイト内の赤文字 */
}
.style-fc_deepred{
	color: #e30000!important;
}
.style-fc_palesky{
	color: #71c6ff!important;
}
.style-fc_sky{
	color: #00a0e9!important;
}
.style-fc_deepsky{
	color: #008ae1!important;	/* テキストリンク色 */
}
.style-fc_paleorange{
	color: #f1c794!important;
}
.style-fc_orange{
	color: #f2ad5a!important;
}
.style-fc_deeporange{
	color: #f9962b!important;
}
.style-fc_paleyellow{
	color: #ffe6c8!important;
}
.style-fc_yellow{
	color: #fecb00!important;
}
.style-fc_black{
	color: #000000!important;
}
.style-fc_white{
	color: #ffffff!important;
}
.style-fc_green{
	color: #00b900!important;
}
.style-fc_purple{
	color: #c04ab6!important;
}
.style-fc_gray{
	color: #ececec!important;
}
.style-fc_palegray{
	color: #f8f8f8!important;
}


/* フォントサイズ（SP時調整） */
.style-font_ll{
	font-size: 2.4rem!important;
}
.style-font_l{
	font-size: 2.0rem!important;
}
.style-font_m{
	font-size: 1.6rem!important;
}
.style-font_s{
	font-size: 1.4rem!important;
}
.style-font_ss{
	font-size: 1.2rem!important;
}
.style-tac{
	text-align: center!important;
}
.style-tar{
	text-align: right!important;
}
.style-tal{
	text-align: left!important;
}
/* アコーディオンエリアなどのデフォルト非表示状態用 */
.style-hide{
	display: none;	/* importantはつけない */
}

/* モーダルリンクなどのカーソルを指仕様に */
.style-pointer{
	cursor: pointer;
}
/* 幅汎用 */
.style-w05{
	width:5%!important;
}
.style-w10{
	width:10%!important;
}
.style-w15{
	width:15%!important;
}
.style-w20{
	width:20%!important;
}
.style-w25{
	width:25%!important;
}
.style-w30{
	width:30%!important;
}
.style-w35{
	width:35%!important;
}
.style-w40{
	width:40%!important;
}
.style-w45{
	width:45%!important;
}
.style-w50{
	width:50%!important;
}
.style-w55{
	width:55%!important;
}
.style-w60{
	width:60%!important;
}
.style-w65{
	width:65%!important;
}
.style-w70{
	width:70%!important;
}
.style-w75{
	width:75%!important;
}
.style-w80{
	width:80%!important;
}
.style-w85{
	width:85%!important;
}
.style-w90{
	width:90%!important;
}
.style-w95{
	width:95%!important;
}
.style-w100{
	width:100%!important;
}

.style-letter_normal{
	letter-spacing: normal;
}
/* -------------------------------------
header
---------------------------------------- */
.header{
	min-width: 980px;
}
.header a{
	color: #0a4087;
}
.header .inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.header a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header a:hover img{
	opacity: 0.7;
}
.header_top{
	background-color: #f9f9f9;
	padding: 7px 0 8px;
}

.header .top_title{
	font-size: 1rem;
	font-weight: 400;
	color: #999999;
}

.header .top_navi{
	font-size: 1.2rem;
	position: absolute;
	top: -2px;
	right: 0;
}
.header .top_navi li{
	float: left;
	margin-right: 25px;
}
.header .top_navi li:last-child{
	margin-right: 0;
}

.header .gnavi{
	background: #f1f1f1;
	padding: 15px 0 0;
	width: 100%;
	z-index: 200;
}
.scroll .header .gnavi{
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 15px;
}
.header .logo{
	float: left;
	width: 250px;
}
.header .logo .-txt{
	color: #000;
	font-size: 1.1rem;
	line-height: 1;
	margin-top: 8px;
	position: absolute;
}
.header .navi_block{
	float: right;
}
.header .sub_navi{
	float: left;
}
.header .sub_navi{
	display: table;
}
.header .sub_navi li{
	display: table-cell;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
}
/* START WSYS-11578【フロント】共通フッターヘッダー修正 20241022 N.Sugino */
.header .sub_navi .-img{
	padding: 5px;
	display: block;
	text-decoration: none;
	width: 125px;
}
.header .sub_navi li:first-child .-img{
	width: 70px;
}
.header .sub_navi a{
	padding: 5px 15px 5px 5px;
	display: block;
	text-decoration: none;
	width: 90px;
}
/* E N D WSYS-11578【フロント】共通フッターヘッダー修正 20241022 N.Sugino */
.header .sub_navi .-ico{
	margin-bottom: 5px;
	display: block;
	font-size: 1.9rem;
}
.header .sub_navi .-txt{
	display: block;
}
.header .regist{
	float: left;
	display: flex;
	align-items: flex-start;
}
body.scroll .header .regist .mode_small,
body:not(.scroll) .header .regist .mode_small{
	display: none;
}
.header .main_navi{
	background-color:#051f49;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	position:relative;
	margin-top: 5px;
	z-index: 200;
}
.mega_open .header .main_navi{
	background: #02122b;
	position: relative;
}
.scroll.mega_open .header .main_navi{
	background: #56657f;
}
.header .main_navi .menu > li{
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.mega_open .header .main_navi .menu > li:hover{
	background: #051f49;
}

.header .main_navi a:hover img{
	opacity: 1;
}
.header .main_navi li.active .link:before{
	content: "";
	display: block;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	position: absolute;
	top: -3px;
	left: 0;
	background: #008ae1;
	z-index: -1;
}
.header .main_navi li.active .link:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: transparent transparent #005dc7 transparent;
	position: absolute;
	top: -3px;
	left: -3px;
}
.header .main_navi li.active .link:before,
.header .main_navi li.active .link:after{
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header .main_navi li:not(:first-child).active:hover .link:before,
.header .main_navi li:not(:first-child).active:hover .link:after{
	opacity: 0;
}
.header .main_navi li a{
	display: block;
	position: relative;
	color: #051f49;
}
.header .main_navi li .link{
	padding: 8px 0;
	display: block;
	position: relative;
	text-align: center;
}
.header .main_navi .menu > li:not(:first-child):hover {
	background: #0c0375;
}

.header .main_navi .menu > li:first-child{
	width: 72px;
}
.header .main_navi .menu > li:not(:first-child){
	width: 181px;
}
.header .main_navi .menu > li > a:after,
.header .main_navi .menu > li:first-child > a:before{
	content: "";
	border-right: 1px solid #3e577a;
	width: 0;
	height: calc(100% - 16px);
	position: absolute;
	top: 8px;
}
.header .main_navi li a:after{
	right: 0;
}
.header .main_navi li:first-child a:before{
	left: 0;
}
.header .main_navi .-ico{
	display: block;
	line-height: 1;
	margin-bottom: 3px;
}
.header .main_navi li:last-child .-ico{
	margin-bottom: 7px;
}
.scroll .header .main_navi .-ico{
	display: none;
}
.header .main_navi .link .-txt{
	display: block;
	line-height: 1;
	margin-bottom: 3px;
}
.scroll .header .main_navi .link .-txt{
	margin-bottom: 0;
	padding: 6px 0 8px;
}

/*20191224~start

.header .xmas .main_navi .menu > li .-ico2 {
	display: none;
}

.header .xmas .main_navi .menu > li:hover .-ico {
	display: none;
}

.scroll .header .xmas .main_navi .menu > li:hover .-ico2 {
	display: none;
}

.header .xmas .main_navi .menu > li:hover .-ico2 {
	display: block;
	line-height: 1;
	margin-bottom: 3px;
}

.xmas .mega_menu .inner .-title {
	padding-left: 35px;
}

.xmas .num2 .mega_menu .inner {
	background: url(../../images/page/header/bg_xmas02.png?date=20191224) top center no-repeat #f5f5f5;
}
.xmas .num3 .mega_menu .inner {
	background: url(../../images/page/header/bg_xmas03.png?date=20191224) top center no-repeat #f5f5f5;
}
.xmas .num4 .mega_menu .inner {
	background: url(../../images/page/header/bg_xmas04.png?date=20191224) top center no-repeat #f5f5f5;
}
.xmas .num5 .mega_menu .inner {
	background: url(../../images/page/header/bg_xmas05.png?date=20191224) top center no-repeat #f5f5f5;
}

20191224~end*/

.menu_bg{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	display: none;
	z-index: 199;
}

.mega_menu{
	position: absolute;
	padding-top: 15px;
	left: 0;
	color: #051f49;
	display: none;
	opacity: 0;
	z-index: 0;
	transition: 0.3s;
}

.main_navi .menu > li:hover .mega_menu{
	display: block;
	-webkit-animation: mega_show 0.3s linear 0s;
	animation: mega_show 0.3s linear 0s;
	opacity: 1;
	z-index: 200;
}

@media all and (-ms-high-contrast: none){
	.header_logo_ie {
		height: 44.047px;
	}
}

@keyframes mega_show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes mega_show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
/* WSYS-12081 【フロント】グローバルメニュー選択時のグレーアウトを無しに変更 20250318 M.Shimizu */
.mega_menu .inner::before,
.mega_menu .inner::after {
	content: "";
	position: absolute;
	top: -15px;
	left: 142px;
}

.mega_menu .inner::before {
	width: 20px;
	height: 15px;
	background: url(../../images/page/header/gnavi_mega_bg_01.png) no-repeat center top;
	z-index: 1;
}
.mega_menu .inner::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 15px solid #051F49;
	border-top: 0;
	z-index: 0;
}
.main_navi .menu > li:nth-child(2) .inner::before,
.main_navi .menu > li:nth-child(2) .inner::after {
	left: 147px;
}
.main_navi .menu > li:nth-child(3) .inner::before,
.main_navi .menu > li:nth-child(3) .inner::after {
	left: 332px;
}
.main_navi .menu > li:nth-child(4) .inner::before,
.main_navi .menu > li:nth-child(4) .inner::after {
	left: 509px;
}
.main_navi .menu > li:nth-child(5) .inner::before {
	left: 690px;
}
.main_navi .menu > li:nth-child(6) .inner::before {
	left: 690px;
}
.mega_menu .inner {
	background: url(../../images/page/header/gnavi_mega_bg_02.png) #ffffff;
	border-radius: 2px;
	border: solid 1px #051F49;
	padding: 25px;
	width: 980px;
	position: relative;
}

.mega_menu .-contents{
	overflow: hidden;
}
.mega_menu .-contents:not(:first-child){
	overflow: hidden;
	margin-top: 20px;
}
.mega_menu .inner .-title{
	border-bottom: 1px solid #051f49;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.mega_menu .inner .sub_title{
	font-weight: 700;
	line-height: 1.3rem;
	font-size: 1.4rem;
	margin-bottom: 4px;
}
.right_line{
	margin: 0 10px 0 0;
	border-right: 1px dotted #264C89;
}
.right_line:first-child{
	margin-left: 0;
}

.mega_menu .-list a{
	padding: 2px 8px 2px 2px;
	display: block;
	font-size: 1.2rem;
	text-decoration: none;
}
.mega_menu .-list a:hover{
	background-color: #DEE8ED;
}
.mega_menu .-list a:before{
	content: "";
	display: inline-block;
	margin-right: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 7px;
	border-color: transparent transparent transparent #001f5e;
}
.mega_menu .-list.-airport_list {
	width: 200px;
}
.mega_menu .-list.-airport_list > li + li {
	margin-top: 6px;
}
.mega_menu .-list.-airport_list .-airport_list_title {
	margin-bottom: 10px;
	padding: 4px 12px;
	background: #fff;
	border-left: 2px solid #001f5e;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
.mega_menu .-list.-airport_list a {
	padding-right: 10px;
	padding-left: 10px;
}
.mega_menu .-list.-airport_list a:before {
	display: inline-block;
	content: "\f054";
	width: auto;
	margin-right: 6px;
	border: none;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
}

.mega_menu .sub_menu {
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}

/* WSYS-11647 【VMDB・フロント】新規オプション追加_貴重品発見サポート(This is) 20241114 M.Amano */
.mega_menu .sub_menu:not(:last-child) {
	margin-right: 20px;
}

.mega_menu .sub_menu .sub_indent {
	text-indent: -18px;
	padding-left: 18px;
}

.mega_menu .-column{
	overflow: hidden;
	float: left;
	min-height: 110px;
}
.mega_menu .column01{
	width: auto;
}
.mega_menu .column02{
	max-width: 396px;
}
.mega_menu .column04 {
	width: 440px;
	font-size: 0;
}
.mega_menu .column05 {
	width: auto;
}
/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.mega_menu .column_left {
	width: 660px;
	font-size: 0;
}
.mega_menu .column_right {
	width: 220px;
	font-size: 0;
}
.mega_menu .link_item{
	margin-right: 16px;
	float: left;
	height: 110px;
	border: 1px solid #051f49;
	border-radius: 3px;
	overflow: hidden;
}
.mega_menu .link_item.item_s{
	width: 112px;
}
.mega_menu .link_item.item_l{
	width: 240px;
}
.mega_menu .item_lower{
	margin-top: 16px;
}
.mega_menu .link_item .-txt{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background-position: left -110px;
	background-repeat: no-repeat;
	padding: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.mega_menu .link_item a{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	padding: 0;
}
.mega_menu .link_item a:hover .-txt{
	opacity: 0;
}
.link_beginner_01 a,
.link_beginner_01 a .-txt{
	background-image: url(../../images/page/header/mega_beginner_01.png);
}
.link_beginner_02 a,
.link_beginner_02 a .-txt{
	background-image: url(../../images/page/header/mega_beginner_02.png);
}
.link_beginner_03 a,
.link_beginner_03 a .-txt{
	background-image: url(../../images/page/header/mega_beginner_03.png);
}
.link_beginner_09 a,
.link_beginner_09 a .-txt{
	background-image: url(../../images/page/header/mega_beginner_09.png);
}
.link_beginner_10 a,
.link_beginner_10 a .-txt{
	background-image: url(../../images/page/header/mega_beginner_10.png);
}
.link_support_01 a,
.link_support_01 a .-txt{
	background-image: url(../../images/page/header/mega_support_01.png?date=20190604);
}
.link_support_02 a,
.link_support_02 a .-txt{
	background-image: url(../../images/page/header/mega_support_02.png);
}
.link_support_04 a,
.link_support_04 a .-txt{
	background-image: url(../../images/page/header/mega_support_04.png);
}
.link_guide_01 a,
.link_guide_01 a .-txt{
	background-image: url(../../images/page/header/mega_guide_01.png?date=20190604);
}
.link_guide_02 a,
.link_guide_02 a .-txt{
	background-image: url(../../images/page/header/mega_guide_02.png?date=20190604);
}
.link_guide_03 a,
.link_guide_03 a .-txt{
	background-image: url(../../images/page/header/mega_guide_03.png);
}
.link_guide_05 a,
.link_guide_05 a .-txt{
	background-image: url(../../images/page/header/mega_guide_05.png?date=20200305);
}
.link_guide_05 a,
.link_guide_05 a .-txt{
	background-image: url(../../images/page/header/mega_guide_05.png?date=20200305);
}
.link_guide_06 a,
.link_guide_06 a .-txt{
	background-image: url(../../images/page/header/mega_guide_06.png?date=20240528);
}
.link_guide_07 a,
.link_guide_07 a .-txt{
	background-image: url(../../images/page/header/mega_guide_07.png);
}
.link_receive_01 a,
.link_receive_01 a .-txt{
	background-image: url(../../images/page/header/mega_receive_01.png);
}
.link_receive_02 a,
.link_receive_02 a .-txt{
	background-image: url(../../images/page/header/mega_receive_02.png?date=20190822);
}
.link_receive_03 a,
.link_receive_03 a .-txt{
	background-image: url(../../images/page/header/mega_receive_03.png);
}
.link_receive_04 a,
.link_receive_04 a .-txt{
	background-image: url(../../images/page/header/mega_receive_04.png?date=20200414);
}
.link_receive_05 a,
.link_receive_05 a .-txt{
	background-image: url(../../images/page/header/mega_receive_05.png?date=20200414);
}
.link_price_01 a,
.link_price_01 a .-txt{
	background-image: url(../../images/page/header/mega_price_01.png);
}
.link_price_02 a,
.link_price_02 a .-txt{
	background-image: url(../../images/page/header/mega_price_02.png);
}
.link_price_03 a,
.link_price_03 a .-txt{
	background-image: url(../../images/page/header/mega_price_03.png);
}
.link_price_04 a,
.link_price_04 a .-txt{
	background-image: url(../../images/page/header/mega_price_04.png);
}

.link_price_05 a,
.link_price_05 a .-txt{
	background-image: url(../../images/page/header/mega_price_05.png);
}

/* -------------------------------------
パンくずリスト
---------------------------------------- */
.layout-content_inner.breadcrumb_area {
	margin-top: 40px;
}
.breadcrumb_bg {
	background: #f8f8f8;
}
/* WSYS-12291 【フロント】SEO対応_成田ターミナル表を更新 20250612 M.Shimizu */
.breadcrumb_bg.lp_breadcrumb_area {
	width: 100%;
    padding: 40px 0 10px;
}
.breadcrumb_bg.lp_breadcrumb_area ._inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.breadcrumb_bg .layout-content_inner.breadcrumb_area {
	margin-top: 0;
}
.breadcrumb li:not(:last-child):after {
	content: " > ";
}
.breadcrumb {
	margin: 0;
}
.breadcrumb li {
	display: inline;
}

/* -------------------------------------
footer
---------------------------------------- */
.footer img{
	max-width: 100%;
}
.footer{
	padding: 0;
	background: #ffffff;
	min-width: 980px;
}
.footer a{
	color: #0a4087;
}
.footer .inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.footer a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer a:hover img{
	opacity: 0.7;
}

.footer .sns_area{
	background-color: #F8F8F8;
	padding: 10px 0;
	font-size: 1.1rem;
	overflow: hidden;
}
/* WSYS-11808 【フロント】共通フッターにtiktokアイコンを追加 20250107 M.Shimizu */
.footer .sns_block{
	display: flex;
	justify-content: flex-end;
}

.footer .sns_block .-txt{
	padding-top: 4px;
	margin-right: 10px;
	margin-top: -3px;
}

.footer .sns_list{
	display: flex;
	align-items: center;

}
.footer .sns_list li{
	display: flex;
	margin: 0 2px;
}

.footer .sns_list .fb_iframe_widget > span {
	width: 75px!important;
	height: 14px!important;
}
.footer .sns_list .fb_iframe_widget > span > iframe {
	width: 135px!important;
}

.twitter-share-button:not(.twitter-share-button-rendered):before {
	display: inline-block;
	position: relative;
	content: "\f099";
	font-family: "FontAwesome";
	font-size: 1.4rem;
	top: 1px;
	margin-right: 4px;
	line-height: 1;
	font-weight: 900;
}
.twitter-share-button:not(.twitter-share-button-rendered) {
	position: relative;
	display: inline-block;
	height: 20px;
	box-sizing: border-box;
	padding: 2px 8px 1px 6px;
	background-color: #1b95e0;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.btn_follow .twitter-share-button:not(.twitter-share-button-rendered) {
	padding-top: 0;
}

.footer .sns_list li.lineimg_conf {
	margin: 0 1px;
}

.footer .sns_list li.lineimg_conf img{
	height: 20px;
    -webkit-backface-visibility: hidden;
}

.footer .member_area{
	background-color: #e2e2e2;
	padding: 12px 0;
}

.footer .member_block{
	display: table;
	background: #ffffff;
	width: 100%;
}
.footer .member_block .-title{
	display: table-cell;
}
.footer .member_block .item{
	display: table-cell;
	padding: 7px 0;
	vertical-align: middle;
	font-size: 1.2rem;
}
.footer .member_block .-txt{
	padding: 7px 20px;
	width: 255px;
}
.footer .member_block .-btn{
	width: 230px;
}
.footer .member_block .-link{
	width: 230px;
}

.link_arrow a{
	display: inline-block;
	position: relative;
	line-height: 1.3;
	padding: 4px 0 4px 13px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.link_arrow a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 900;
	transform: translate(0, -50%);
}
.link_arrow a:hover{
	text-decoration: none;
	background-position: 2px center;
}

.footer_main_area{
	padding: 30px 0;
	overflow: hidden;
}
.footer_main_area .footer_logo{
	margin-bottom: 30px;
}
.footer .navi_area{
	float: left;
}
.footer .navi_area .column{
	display: table;
	margin-bottom: 20px;
}
.footer .navi_area .column .col{
	display: table-cell;
	width: 257px;
	padding-right: 20px;
	font-size: 1.1rem;
	line-height: 1.4em;
}
/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.footer .navi_area .column .column_receive {
	flex-wrap: wrap;
}
.footer .navi_area .column .column_receive dt {
	width: 100%;
}
.footer .navi_area .column .column_receive .column_left {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	width: 70%;
}
.footer .navi_area .column .column_receive .column_left dl {
	width: calc((100% - 20px) / 3);
}
.footer .navi_area .column .column_receive .column_right {
	width: 30%;
	padding-left: 10px;
}
/* 空港/国内カウンターの幅を調整する */
.footer .navi_area .column .counterCol{
	width: auto;
}
.footer .navi_area .column dt{
	color: #013367;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #666;
}
.footer .navi_area .column a{
	display: block;
}
.footer .navi_area .column dt span,
.footer .navi_area .column dt a{
	color: #013367;
	display: block;
	padding: 4px 0;
}
.footer .navi_area .column dd a{
	color: #444444;
	display: block;
	padding: 4px 0;
}
.footer .navi_area .column a:hover{
	text-decoration: none;
	background-color: #F8F8F8;
}

.footer .other_area{
	float: right;
	width: 200px;
	font-size: 12px;
	line-height: 1.5em;
}
.footer .other_area .banner:first-child{
	margin-bottom: 15px;
}
.footer .other_area .banner{
	margin-bottom: 20px;
}

.footer .sns_account{
	margin-bottom: 20px;
}
.footer .sns_account .-title{
	color: #005dbc;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.footer .sns_account .-txt{
	margin-bottom: 7px;
}
.footer .sns_account .list{
	overflow: hidden;
}
.footer .sns_account .list li{
	float: left;
	margin-left: 18px;
	width: 36px;
}
.footer .sns_account .list li:nth-child(4n+1){
	margin-left: 0;
}

.footer .side_banner_area ul{
	/*overflow: hidden;*/
}

.footer .side_banner_area ul li{
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}

.footer .footer_banner_area{
	background: #f6f6f6;
	padding: 30px 0;
}
.footer .footer_banner_area .-inner{
	width: 980px;
	margin: 0 auto;
}
.footer .footer_banner_area ul{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footer .footer_banner_area li{
}
.footer .footer_banner_area li:not(:first-child){
	margin-left: 34px;
}
.footer .footer_banner_area li a img{
	width: 304px;
	height: auto;
}
.footer .footer_banner_area li.bgBnr {
	width: 304px;
	height: 80px;
	background: url(/common/images/cmn/footer_bnr_01.jpg?date=20190829) no-repeat;
}
.footer .footer_banner_area li.bgBnr:hover {
	transition: all 0.15s;
	opacity: 0.7;
}
.footer .footer_banner_area li.bgBnr a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.footer .footer_banner_area li.bgBnr a .txt {
	position: absolute;
	top: 7px;
	left: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #052556 2px 0, #052556 -2px 0,
				 #052556 0 -2px, #052556 0 2px,
				 #052556 2px 2px, #052556 -2px 2px,
				 #052556 2px -2px, #052556 -2px -2px,
				 #052556 1px 2px, #052556 -1px 2px,
				 #052556 1px -2px, #052556 -1px -2px,
				 #052556 2px 1px, #052556 -2px 1px,
				 #052556 2px -1px, #052556 -2px -1px,
				 #052556 1px 1px, #052556 -1px 1px,
				 #052556 1px -1px, #052556 -1px -1px;
	line-height: 1.2;
}
.footer .footer_banner_area li.bgBnr a .ttl {
	position: absolute;
	top: 30px;
	left: 60px;
	color: #043788;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #fff 2px 0, #fff -2px 0,
				 #fff 0 -2px, #fff 0 2px,
				 #fff 2px 2px, #fff -2px 2px,
				 #fff 2px -2px, #fff -2px -2px,
				 #fff 1px 2px, #fff -1px 2px,
				 #fff 1px -2px, #fff -1px -2px,
				 #fff 2px 1px, #fff -2px 1px,
				 #fff 2px -1px, #fff -2px -1px,
				 #fff 1px 1px, #fff -1px 1px,
				 #fff 1px -1px, #fff -1px -1px;
	line-height: 1.2;
}
.footer_bottom_area{
	background-color: #ededed;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.footer .bottom_menu ul{
	letter-spacing: -.50em;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.footer .bottom_menu ul li{
	letter-spacing: normal;
	display: inline-block;
	border-left: 1px solid #333333;
}
.footer .bottom_menu ul li:first-child{
	border-left: none;
}
.footer .bottom_menu ul li a{
	display: block;
	padding: 0px 20px;
	line-height: 1;
}


.footer .copyright{
	color: #666666;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 12px;
}


/* WSYS-11808 【フロント】共通フッターにtiktokアイコンを追加 20250107 M.Shimizu */
.footer_column{
	margin-top: 20px;
	overflow: hidden;
}
.footer_column .col{
	float: left;
}
.footer_address{
	width: 600px;
	font-size: 1.1rem;
	display: table;
}
.footer_address .logo{
	display: table-cell;
	vertical-align: top;
	width: 142px;
}
.footer_address .logo img{
	width: 142px;	/*IE*/
}
.footer_address .address .-title{
	font-size: 1.3rem;
}
.footer_address .address{
	display: table-cell;
	width: 518px;
	vertical-align: top;
	line-height: 1.5;
	padding-left: 25px;
}

.footer_column .secure{
	width: 380px;
	overflow: hidden;
	letter-spacing: -.50em;
}

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

/* WSYS-10957 【サイト】共通フッター修正_PマークとNINJAバナー追加 20240507 M.Amano */
.footer_column .secure .-img_p-mark{
	width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}

.footer_column .secure .-img_isms{
	width: 120px;
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}

.footer_column .secure .-text_stock{
	display: inline-block;
	vertical-align: bottom;
	font-size: 9px;
	line-height: 1.4;
	letter-spacing: 0;
	margin-left: 10px;
}

.footer_column .secure .-img{
	width: 135px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
}
.footer_column .secure .-txt{
	width: 170px;
	font-size: 1.1rem;
	line-height: 1.3;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
}

/* START WSYS-11578【フロント】共通フッターヘッダー修正 20241022 N.Sugino */
.footer .bottom_tel_area{
	background: #fff;
	color: #003284;
	padding: 15px;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.footer .bottom_tel_area .-txt{
	font-size: 2rem;
	font-weight: bold;
	margin: 10px;
}

.footer .bottom_tel_area .-tel{
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 1;
}

.inquiry_area_footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.form_btn img {
	height: 55px;
}
/* E N D WSYS-11578【フロント】共通フッターヘッダー修正 20241022 N.Sugino */


.footer .Call_Center_Attention{
	width: 100%;
	background: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin-top: -15px;
	padding: 0 15px 15px 15px;
	color: #ff0000;
	margin-bottom: 20px;
}

.footer .Call_Center_Attention span{
	display: block;
	border: 1px solid #ff0000;
	padding: 5px;
}

/* -------------------------------------
content parts
---------------------------------------- */
.content{
	min-width: 980px;
	background: #f8f8f8;
}

main {
	letter-spacing: 0.05em;
}

/* コンテンツエリア大枠 */
.layout-content_inner {
	width:980px;
	margin:0 auto;
	background:#fff;
}
/* コンテンツエリア の 色変えテーマ */
.layout-content_inner.theme-bg_transparent,
.layout-content_inner .theme-bg_transparent {
	background:transparent;
}
.layout-content_inner.theme-bg_white,
.layout-content_inner .theme-bg_white {
	background:#ffffff;
}
.layout-content_inner.theme-bg_black,
.layout-content_inner .theme-bg_black {
	background:#000000;
}
.layout-content_inner.theme-bg_bluegreen,
.layout-content_inner .theme-bg_bluegreen {
	background:#00b8bf;
}
.layout-content_inner.theme-bg_ceruleanblue,
.layout-content_inner .theme-bg_ceruleanblue {
	background:#0ea3d2;
}
.layout-content_inner.theme-bg_paleice,
.layout-content_inner .theme-bg_paleice {
	background:#e0f2fe;
}
.layout-content_inner.theme-bg_ice,
.layout-content_inner .theme-bg_ice {
	background:#c2e2f8;
}
.layout-content_inner.theme-bg_deepice,
.layout-content_inner .theme-bg_deepice {
	background:#85c1ea;
}
.layout-content_inner.theme-bg_paleblue,
.layout-content_inner .theme-bg_paleblue {
	background:#436ecf;
}
.layout-content_inner.theme-bg_blue,
.layout-content_inner .theme-bg_blue {
	background:#224fb6;
}
.layout-content_inner.theme-bg_deepblue,
.layout-content_inner .theme-bg_deepblue {
	background:#07308c;
}
.layout-content_inner.theme-bg_palepink,
.layout-content_inner .theme-bg_palepink {
	background:#fdeff2;
}
.layout-content_inner.theme-bg_pink,
.layout-content_inner .theme-bg_pink {
	background:#ff348a;
}
.layout-content_inner.theme-bg_red,
.layout-content_inner .theme-bg_red {
	background:#ff0000;
}
.layout-content_inner.theme-bg_deepred,
.layout-content_inner .theme-bg_deepred {
	background:#e30000;
}
.layout-content_inner.theme-bg_palesky,
.layout-content_inner .theme-bg_palesky {
	background:#71c6ff;
}
.layout-content_inner.theme-bg_sky,
.layout-content_inner .theme-bg_sky {
	background:#00a0e9;
}
.layout-content_inner.theme-bg_deepsky,
.layout-content_inner .theme-bg_deepsky {
	background:#008ae1;
}
.layout-content_inner.theme-bg_paleorange,
.layout-content_inner .theme-bg_paleorange {
	background:#ffe6c8;
}
.layout-content_inner.theme-bg_orange,
.layout-content_inner .theme-bg_orange {
	background:#f2ad5a;
}
.layout-content_inner.theme-bg_deeporange,
.layout-content_inner .theme-bg_deeporange {
	background:#f9962b;
}
.layout-content_inner.theme-bg_paleyellow,
.layout-content_inner .theme-bg_paleyellow {
	background:#ffe6c8;
}
.layout-content_inner.theme-bg_yellow,
.layout-content_inner .theme-bg_yellow {
	background:#fecb00;
}
.layout-content_inner.theme-bg_gray,
.layout-content_inner .theme-bg_gray {
	background:#ececec;
}
.layout-content_inner.theme-bg_palegray,
.layout-content_inner .theme-bg_palegray {
	background:#f8f8f8;
}
.layout-content_inner.theme-bg_green,
.layout-content_inner .theme-bg_green {
	background:#00b900;
}
.layout-content_inner.theme-bg_purple,
.layout-content_inner .theme-bg_purple {
	background:#c04ab6;
}
.layout-content_inner.theme-bg_redpurple,
.layout-content_inner .theme-bg_redpurple {
	background:#be008f;
}
.layout-content_inner.theme-bg_darkgray,
.layout-content_inner .theme-bg_darkgray {
	background: #a0a0a0;
}
.layout-content_inner.theme-bg_pinkpurple,
.layout-content_inner .theme-bg_pinkpurple {
	background: #E73AE7;
}


/* layout-content_inner の 内部余白 */
.layout-content_inner .module-inner{
	padding: 0 30px 40px;
}
.layout-content_inner .module-inner.module-inner_top{
	padding: 30px 30px 40px;
}
.layout-content_inner .module-inner .module-inner{
	padding: 0 20px 0;
}
.layout-content_inner .module-inner.theme-pd_top{
	padding-top: 40px;	/* 上がほしいとき */
}
.layout-content_inner .module-inner.theme-pd_bottom{
	padding-bottom: 30px;	/* 重ねたときに下がほしいとき */
}
.layout-content_inner .module-inner .theme-pd_top{
	padding-top: 30px;	/* 重なっているとき */
}

/* WSYS-12283 【フロント】MEO対策_空港ページに住所とgoogleの店舗名を反映 20250515 M.Shimizu */
.layout-content_inner .module-airport_wrapper:not(:last-child) {
	margin-bottom: 50px;
}

/* sectionの境目の余白汎用 */
.module-separation{
	margin-bottom: 40px;
}

/* フッターとの間に余白 */
.layout-content_mg_bottom{
	padding-bottom: 30px;
}
/* ボタン配置汎用 */
.layout-btn_area {
	margin:40px auto;
	text-align: center;
}
.layout-btn_area.theme-not_mg{
	margin: 0 auto;
}
.layout-btn_area.theme-mg_large{
	margin-top: 60px;
	margin-bottom: 60px;
}

/* -------------------------------------
見出しが無いけど青線を入れたいとき
---------------------------------------- */
.module-inner_top_border {
	border-top: solid 2px #008ae1;
}
/* -------------------------------------
カラム
---------------------------------------- */
.layout-column{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

/* 表示方法用のテーマ */
.layout-column.theme-between{
	justify-content: space-between;
}
.layout-column.theme-center{
	justify-content: center;
}
.layout-column.theme-around{
	justify-content: space-around;
}
.layout-column.theme-middle{
	align-items: center;
}

.layout-column .-grow{
	flex-grow: 1;
}

.layout-column.theme-not_wrap{
	flex-wrap: nowrap;
}

.layout-column.theme-col02 > .-col{
	width: 49.5%;
}
.layout-column.theme-col03 > .-col{
	width: 32.66666666%;
}
.layout-column.theme-col04 > .-col{
	width: 24.25%;
}
.layout-column.theme-col05 > .-col{
	width: 19.2%;
}
.layout-column.theme-col02 > .-col:not(:nth-of-type(2n)),
.layout-column.theme-col03 > .-col:not(:nth-of-type(3n)),
.layout-column.theme-col04 > .-col:not(:nth-of-type(4n)),
.layout-column.theme-col05 > .-col:not(:nth-of-type(5n)){
	margin-right: 1%;
}

.layout-column.theme-col02.theme-mg_large > .-col{
	width: 49%;
}
.layout-column.theme-col03.theme-mg_large > .-col{
	width: 32%;
}
.layout-column.theme-col04.theme-mg_large > .-col{
	width: 23.5%;
}
.layout-column.theme-col05.theme-mg_large > .-col{
	width: 18.4%;
}
.layout-column.theme-col02.theme-mg_large > .-col:not(:nth-of-type(2n)),
.layout-column.theme-col03.theme-mg_large > .-col:not(:nth-of-type(3n)),
.layout-column.theme-col04.theme-mg_large > .-col:not(:nth-of-type(4n)),
.layout-column.theme-col05.theme-mg_large > .-col:not(:nth-of-type(5n)){
	margin-right: 2%;
}

.layout-column.theme-col02.theme-mg_zero > .-col{
	width: 50%;
}
.layout-column.theme-col03.theme-mg_zero > .-col{
	width: 33.3333333333%;
}
.layout-column.theme-col04.theme-mg_zero > .-col{
	width: 25%;
}
.layout-column.theme-col05.theme-mg_zero > .-col{
	width: 20%;
}

.layout-column.theme-col02.theme-mg_zero > .-col:not(:nth-of-type(2n)),
.layout-column.theme-col03.theme-mg_zero > .-col:not(:nth-of-type(3n)),
.layout-column.theme-col04.theme-mg_zero > .-col:not(:nth-of-type(4n)),
.layout-column.theme-col05.theme-mg_zero > .-col:not(:nth-of-type(5n)){
	margin-right: 0;
}

.layout-column.theme-col02.theme-between > .-col:not(:nth-of-type(2n)),
.layout-column.theme-col03.theme-between > .-col:not(:nth-of-type(3n)),
.layout-column.theme-col04.theme-between > .-col:not(:nth-of-type(4n)),
.layout-column.theme-col05.theme-between > .-col:not(:nth-of-type(5n)){
	margin-right: 0;
}
.layout-column.theme-col02.theme-center > .-col:last-of-type,
.layout-column.theme-col03.theme-center > .-col:last-of-type,
.layout-column.theme-col04.theme-center > .-col:last-of-type,
.layout-column.theme-col05.theme-center > .-col:last-of-type{
	margin-right: 0;
}

.layout-column.theme-col_mg > .-col{
	margin-top: 15px;
}
.layout-column.theme-col_mg_large > .-col{
	margin-top: 30px;
}
.layout-column.theme-col02.theme-col_mg > .-col:nth-child(-n+2),
.layout-column.theme-col03.theme-col_mg > .-col:nth-child(-n+3),
.layout-column.theme-col04.theme-col_mg > .-col:nth-child(-n+4),
.layout-column.theme-col05.theme-col_mg > .-col:nth-child(-n+5),
.layout-column.theme-col02.theme-col_mg_large > .-col:nth-child(-n+2),
.layout-column.theme-col03.theme-col_mg_large > .-col:nth-child(-n+3),
.layout-column.theme-col04.theme-col_mg_large > .-col:nth-child(-n+4),
.layout-column.theme-col05.theme-col_mg_large > .-col:nth-child(-n+5){
	margin-top: 0;
}

.layout-column.theme-col02.theme-col_wide > .-col{
	width: 41%;
}
.layout-column.theme-col03.theme-col_wide > .-col{
	width: 28.26%;
}
.layout-column.theme-col04.theme-col_wide > .-col{
}
.layout-column.theme-col05.theme-col_wide > .-col{
}
/* -------------------------------------
複数カラムで中のコンテンツの高さを揃える
---------------------------------------- */
.layout-unify_box{
	display: flex;
	flex-direction: column;
}
.layout-unify_box .-unify_glow{
	flex: 1 0 auto;
}

/* -------------------------------------
ロールオーバー汎用
---------------------------------------- */
.module-rollover,
.module-rollover img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.module-rollover:hover,
.module-rollover:hover img{
	opacity: 0.7;
}

/* -------------------------------------
ボタン
---------------------------------------- */
/* base btn */
.module-base_btn {
	display: inline-block;
	position: relative;
	background:#008ae1;
	color:#fff;
	border:solid 1px #008ae1;
	border-radius:50px;
	box-shadow: 0px 3px 0px #07308c;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height:70px;
	padding:0 50px;
	min-width:420px;
	transition:all 0.3s;
	cursor: pointer;
	text-decoration: none;
}

.module-base_btn:hover {
	text-decoration: none;
	color:#fff;
	background:#07308c;
	border:solid 1px #07308c;
	transition:all 0.3s;
}

.module-base_btn:after {
	content:"\f0a9";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 2.2rem;
	font-weight: 900;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}

.module-base_btn.theme-slim_btn {
	line-height:45px;
}

.module-base_btn.theme-short_btn {
	min-width:290px;
}
.module-base_btn.theme-sizemax_btn{
	min-width: 0;
	width: 100%;
}
.module-base_btn.theme-reverse_btn {
	background:#fff;
	color:#008ae1;
}
.module-base_btn.theme-reverse_btn:hover {
	background:#07308c;
	border:solid 1px #07308c;
	color:#fff;
}
.module-base_btn.theme-cv_btn {
	background:#e30000;
	color:#ffffff;
	border:solid 1px #e30000;
	box-shadow: 0px 3px 0px #860606;
}
.module-base_btn.theme-cv_btn:hover{
	background:#860606;
	border-color: #860606;
}
.module-base_btn.theme-lpcv_btn {
	background:#f83266;
	color:#ffffff;
	border:solid 1px #f83266;
	box-shadow: 0px 3px 0px #860606;
}
.module-base_btn.theme-lpcv_btn:hover {
	background:#da2c5a;
	border:solid 1px #f83266;
}
.module-base_btn.theme-txt_small{
	font-size: 1.6rem;
}
.module-base_btn.theme-txt_small:after{
	font-size: 2.0rem;
}
.module-base_btn.theme-white_btn{
	background:#ffffff;
	color:#008ae1;
	border:solid 1px #ffffff;
	box-shadow: 0px 3px 0px #d3d3d3;
}
.module-base_btn.theme-white_btn:hover{
	background:#008ae1;
	color:#ffffff;
	border-color: #008ae1;
}
.module-base_btn.theme-white_btn:after{
	content: "\f054";
}
.module-base_btn.theme-darkgreen_btn{
	background:#009944;
	color:#fff;
	border: 1px solid #009944;
	box-shadow: 0px 3px 0px #005727;
}
.module-base_btn.theme-darkgreen_btn:hover{
	background:#005727;
}
.module-base_btn.theme-ico_down:after{
	content: "\f0ab";
}
.module-base_btn.theme-ico_external:after{
	content: "\f35d";
}
.module-base_btn.theme-two_line{
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.module-base_btn.theme-sp_two_line{
	/* SPのみ変化 */
}
/* 小さい紺のボタン */
.module-link_btn {
	display: inline-block;
	position: relative;
	background:#07308c;
	color:#ffffff;
	border:solid 1px #07308c;
	border-radius:50px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height:40px;
	padding:0 25px;
	min-width:270px;
	transition:all 0.3s;
	cursor: pointer;
	text-decoration: none;
}

.module-link_btn:hover {
	text-decoration: none;
	color:#07308c;
	background:#ffffff;
	border:solid 1px #07308c;
	transition:all 0.3s;
}

.module-link_btn:after {
	content:"\f0a9";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 2.4rem;
	font-weight: 900;
	right:10px;
	top:50%;
	transform:translateY(-50%);
}
.module-link_btn.theme-reverse_btn {
	border: none;
	background-color: #ffffff;
	box-shadow: 0px 3px 0px 0px rgba(0, 93, 151, 0.4);
	color: #008ae1;
}
.module-link_btn.theme-reverse_btn:hover{
	color: #ffffff;
	background: #07308c;
}
.module-link_btn.theme-sizemax_btn{
	min-width: 0;
	width: 100%;
}

.module-link_btn.theme-receive_btn{
	/* 空港ポップアップ内部のリンクボタン */
	min-width: 0;
	width: 100%;
}
.module-link_btn.theme-receive_btn:after{
	content:"\f0a9";
	font-size: 2rem;
}
/* -------------------------------------
バナー
---------------------------------------- */
.module-banner {
	background:#bcdff1;
	color: #171c61;
}
.module-banner .-inner {
	width:980px;
	margin:0 auto;
	padding: 0;
	background-position: right center;
	background-repeat: no-repeat;
}
/* -------------------------------------
見出し・タイトル
---------------------------------------- */
.module-main_title {
	background:#ffffff;
	color: #07308c;
}
.module-main_title.theme-mg {
	margin-bottom: 30px;
}

.module-main_title .-inner {
	height:134px;
	width:980px;
	margin:0 auto;
	padding: 20px 0;
	background-position: right center;
	background-repeat: no-repeat;
}

.module-main_title .-title {
	display:flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 700;
	border-left: 6px solid #013f87;
	padding-left: 20px;
	height: 100%;
}
.module-main_title .-main{
	font-size: 3rem;
}
.module-main_title .-sub {
	font-size: 1.8rem;
}

/* 背景つき */
.module-main_title.theme-guide .-inner{
	background-image: url(../../images/page/module/title_bg_guide.jpg);
}
.module-main_title.theme-receive .-inner{
	background-image: url(../../images/page/module/title_bg_receive.jpg?date=20190509);
}
.module-main_title.theme-airport .-inner{
	background-image: url(../../images/page/module/title_bg_airport.jpg);
}
.module-main_title.theme-price .-inner{
	background-image: url(../../images/page/module/title_bg_price.jpg);
}

/* センタリング（アイコン着脱） */
.module-centering_title {
	color: #008ae1;
	font-size: 2.4rem;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-top:solid 2px #008ae1;
	text-align: center;
}
.module-centering_title .-mark{
	line-height: 1;
	margin-right: 8px;
	max-width: 50px;
	flex-shrink: 1;
}
.module-centering_title .-country{
	max-width: 60px;
}
.module-centering_title i{
	font-size: 3rem;
	margin-right: 10px;
}
.module-centering_title .-mini{
	max-width: 25px;
}
.module-centering_title.theme-not_border {
	border-top: 0;
}
.module-attach_title{
	font-weight: 700;
	font-size: 2.4rem;
	color: #444444;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.module-attach_title .-title{
	flex:1;
}
.module-attach_title .-more_link{
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	padding:0 2em 0 0.5em;
	color: #444444;
	width:10em;
	text-align: right;

}
.module-attach_title .-more_link:after{
	content:"\f0a9";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 2rem;
	font-weight: 900;
	right:0;
	top:50%;
	transform:translateY(-50%);
	color: #008ae1;
}

/* 吹き出し */
.module-balloon_title {
	background: #e0f2fe;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	color:#07308c;
	font-weight: 700;
	border-radius: 8px;
	text-align: center;
}

.module-balloon_title:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #e0f2fe transparent transparent transparent;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
/* 吹き出し青白 */
.module-balloon_title.theme-sky {
	background: #008ae1;
	color:#ffffff;
	font-size: 1.8rem;
	padding: 10px 15px;
	border-radius: 12px;
}

.module-balloon_title.theme-sky:after {
	border-color: #008ae1 transparent transparent transparent;
}


.module-balloon_title.theme-pc_auto{
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
}
.module-balloon_title.theme-pc_zero{
	margin-bottom: 0;
}

.module-balloon_title.theme-attention{
	background: #ffeca2;
	color: #e30000;
	font-size: 1.8rem;
}
.module-balloon_title.theme-attention:after{
	border-color: #ffeca2 transparent transparent transparent;
}


/* フローつきタイトル */
.module-flow_title{
	border-top: 2px solid #008ae1;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.module-flow_title .-num{
	margin-right: 20px;
}
.module-flow_title .-title{
	font-size: 2.6rem;
	font-weight: 700;
	color: #000000;
	flex: 1;
}
.module-flow_title .-flow {
	display: inline-flex;
	background: #d3d3d3;
}
.module-flow_title .-flow li {
	position: relative;
	padding: 0;
	margin: 0 4px 0 0;
	width: 130px;
	height: 50px;
}

.module-flow_title .-flow .-txt{
	position: relative;
	color: #3e3e3e;
	font-size: 1.8rem;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	letter-spacing: 0.1em;
	padding-left: 0.5em;
	font-weight: 700;
}
.module-flow_title .-flow .-txt:after{
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 0;
	width: 0;
	border: 25px solid transparent;
	border-right-width: 0;
	border-left-width: 12px;
	z-index: 2;
	border-left-color: inherit;
}
.module-flow_title .-flow li.active {
}
.module-flow_title .-flow li.active .-txt{
	background: #008ae1;
	border-color: #008ae1;
	color: #ffffff;
}

.module-flow_title .-flow li.active~li {
}

.module-flow_title .-flow li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 0;
	width: 0;
	border: 25px solid transparent;
	border-right-width: 0;
	border-left-width: 12px;
	z-index: 1;
	transform: translateX(3px);
	border-left-color: #d3d3d3;
	margin: 0;
}
.module-flow_title .-flow li.active:after{
	border-left-color: #cfcfcf;
}

.module-flow_title .-flow li.active~li:after {
}

.module-flow_title .-flow li:last-child {
	margin-right: 0;
}

.module-flow_title .-flow li:last-child .-txt:after,
.module-flow_title .-flow li.active~li:last-child .-txt:after,
.module-flow_title .-flow li:last-child:after,
.module-flow_title .-flow li.active~li:last-child:after {
	display: none;
}

.module-flow_title.theme-not_border{
	border-top: none;
	padding-top: 0;
}

/* number式タイトル */
.module-number_title{
	padding: 0 0 20px 0;
	display: flex;
	align-items: center;
}
.module-number_title .-num{
	margin-right: 20px;
}
.module-number_title .-title{
	font-size: 2.6rem;
	font-weight: 700;
	color: #000000;
	flex: 1;
}
/* シンプルなタイトル */
.module-plain_title {
	color: #000000;
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 2.6rem;
}

.module-ribbon_title{
	font-size: 2rem;
	font-weight: 700;
	background: #e0f2fe;
	color: #07308c;
	padding: 12px 30px;
}
.module-ribbon_title.theme-attention{
	color: #ffffff;
	background: #e30000;
}
.module-ribbon_title.theme-deepsky{
	color: #ffffff;
	background: #008ae1;
}
.module-box_title{
	font-size: 1.6rem;
	font-weight: 700;
	background: #008ae1;
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
}
.module-sideline_title{
	border-left: 2px solid #00a0e9;
	padding: 2px 0 2px 20px;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 20px 0;
}
.module-sideline_title .-sub{
	color: #00a0e9;
	font-size: 1.6rem;
}

/* 汎用h2（アイコン着脱） */
.module-top_border_title {
	color: #000000;
	font-size: 2.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	border-top:solid 2px #008ae1;
}
.module-top_border_title .-mark{
	line-height: 1;
	margin-right: 20px;
	width: 62px;
	text-align: center;
}
.module-top_border_title i{
	font-size: 3rem;
	margin-right: 20px;
	width: 62px;
	text-align: center;
}

/* 国旗がたくさんついているタイトル */
.module-country_mark_title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.module-country_mark_title .-img{
	margin-right: 10px;
}
.module-country_mark_title .-txt{
	font-size: 2.0rem;
	font-weight: 700;
	color: #000000;
}

/* WSYS-12283 【フロント】MEO対策_空港ページに住所とgoogleの店舗名を反映 20250515 M.Shimizu */
/* Googleマイビジネス 店舗名・住所 */
.module-my-business-title {
	position: relative;
	margin-bottom: 8px;
	padding-left: 20px;
	color: #008ae1;
	font-size: 2.0rem;
	line-height: 1.6;
}

.module-my-business-title::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 100%;
	background: #008ae1;
}

.module-my-business-address {
	padding: 10px 0 0 10px;
	font-size: 1.3rem;
}
/* -------------------------------------
表組み
---------------------------------------- */

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

.module-base_table th {
	background:#ececec;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	width:25%;
	padding:10px;
}

.module-base_table td {
	background:#fff;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
}
.module-base_table.theme-wide_border{
	border-top-width: 2px;
	border-left-width: 2px;
}
.module-base_table.theme-wide_border th,
.module-base_table.theme-wide_border td{
	border-right-width: 2px;
	border-bottom-width: 2px;
}

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

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

/* -------------------------------------
行ごとに色が変わるリスト
---------------------------------------- */
.module-line_color_list{
	width: 100%;
}
.module-line_color_list ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-left: 2px solid #d3d3d3;
	border-top: 2px solid #d3d3d3;
}
.module-line_color_list li{
	font-size: 1.4rem;
	padding: 5px;
	border-right: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 52px;
}
.module-line_color_list.theme-col03 li{
	width: 33.3333333%;
}
.module-line_color_list.theme-col04 li{
	width: 25%;
}
.module-line_color_list.theme-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: #e3e3e3;
}

/* -------------------------------------
お知らせリスト
---------------------------------------- */
.module-news_list {
	border: solid 1px #e3e3e3;
	padding: 0px 20px 20px 20px;
	height: 280px;
	overflow: auto;
}
.module-news_list.theme-not_frame{
	height: auto;
	border: none;
	padding: 0;
}
.module-news_list.theme_bg_white{
	background: #ffffff;
}
.module-news_list {
	font-size: 1.6rem;
}

.module-news_list li {
	border-bottom: solid 1px #999;
}
.module-news_list li:last-of-type{
	border: none;
}
.module-news_list li .-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0 20px 20px;
	color: #0a4087;
}
.module-news_list li .-item:hover{
	text-decoration: none;
}
.module-news_list .-date {
	width: 125px;
	color: #444444;
}

.module-news_list .-category {
	display: flex;
}

.module-news_list .-category mark {
	display: inline-block;
	line-height: 1.2;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	padding: 2px 5px;
	margin-right: 20px;
	min-width: 60px;
	text-align: center;
}

.module-news_list .-category.press mark{
	background: #008ae1;
}

.module-news_list .-category.news mark{
	background: #ff348a;
}

.module-news_list .-title {
	padding: 0 55px 0 0;
	flex: 1;
	position: relative;
}
.module-news_list li a:hover .-title{
	text-decoration: underline;
}
.module-news_list a .-title:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 25px;
	top: 50%;
	font-weight: 900;
	transform: translateY(-50%);
	font-size: 2.4rem;
}


/* -------------------------------------
ご利用の流れ　STEP
---------------------------------------- */
.module-flow{

}
.module-flow .-item{
	width: 730px;
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 0px 4px 0px rgba(0, 69, 104, 0.5);
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #ffffff;
}
.module-flow .-item:nth-of-type(2){
	left: calc(82px * (2 - 1));
}
.module-flow .-item:nth-of-type(3){
	left: calc(82px * (3 - 1));
}
.module-flow .-item:nth-of-type(4){
	left: calc(82px * (4 - 1));
}
.module-flow .-item:not(:last-of-type){
	margin-bottom: 20px;
}
.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{
	content: "";
	display: block;
	position: absolute;
}
.module-flow .-item:nth-of-type(1):after{
	background: url(../../images/page/module/deco_1.png) no-repeat left top;
	width: 175px;
	height: 262px;
	right: -195px;
	top: 5px;
}
.module-flow .-item:nth-of-type(2):after{
	background: url(../../images/page/module/deco_2.png) no-repeat left top;
	width: 175px;
	height: 262px;
	right: -220px;
	top: 15px;
}
.module-flow .-item:nth-of-type(3):before{
	background: url(../../images/page/module/sakurada.png) no-repeat left top;
	background-size: contain;
	width: 483px;
	height: 550px;
	left: -200px;
	top: -150px;
}
.module-flow .-item:nth-of-type(4):after{
	background: url(../../images/page/module/deco_3.png) no-repeat left top;
	width: 175px;
	height: 286px;
	right: -118px;
	top: -117px;
}
.module-flow .-item_txt{
	padding:10px 15px 20px 30px;
	width: 366px;
}
.module-flow .-item_img{
	width: 364px;
	border-radius: 0 6px 6px 0;
	overflow: hidden;
}
.module-flow .-item_txt_title{
	color: #073190;
	font-size: 2.6rem;
	line-height: 1.38;
	padding: 30px 0 0 15px;
	width: 75%;
}
.module-flow .-item_txt_title.padding_fix{
	padding: 5px 0 0 15px;
}

.module-flow .-step_title{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 5px;
}
.module-flow .-step_title .-number{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}
.module-flow .-step_title .-number img{
	width: 74px;
}
.module-flow .-step_title .-number .-number_txt{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 5px;
	text-align: center;
	color: #008ae1;
}
.module-flow .-item_txt .-txt{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

/* -------------------------------------
受取返却マップ（日本地図）
---------------------------------------- */
.module-receive{
	background: #ffffff;
	padding: 0;
	max-width: 980px;
	margin: 0 auto;
}

.module-receive .-map{
	width: 100%;
	max-width: 980px;
	height: 561px;
	position: relative;
}
.module-receive .-map .-aiport_txt{
	position: absolute;
	top: 0px;
	left: 60px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.8;
}
.module-receive .-map .-aiport_txt .num{
	color: #008ae1;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 700;
}
.module-receive .-map .-img{
	position: absolute;
	top: 10px;
	left: 360px;
}
.module-receive .-map .-list li{
	position: absolute;
	width: 210px;
}

/* 関東 */
.module-receive .-map .-east{
	left: 710px;
	top: 276px;
}

/* 北海道・東北 */
.module-receive .-map .-north{
	top: 73px;
	left: 465px;
}

/* 北陸・甲信越 */
.module-receive .-map .-center{
	left: 363px;
	top: 200px;
}

/* 東海・関西 */
.module-receive .-map .-west{
	left: 590px;
	top: 374px;
}
/* 四国・中国 */
/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.module-receive .-map .-shikoku{
	left: 75px;
	top: 270px;
}
/* 九州・沖縄 */
.module-receive .-map .-south{
	left: 115px;
	top: 355px;
}

.module-receive .-map_btn {
	display: inline-block;
	position: relative;
	background:#07308c;
	color:#ffffff;
	border:solid 1px #07308c;
	border-radius:50px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height:40px;
	padding:0 25px;
	width: 100%;
	transition:all 0.3s;
	cursor: pointer;
	text-decoration: none;
}

.module-receive .-map_btn:hover {
	text-decoration: none;
	color:#07308c;
	background:#ffffff;
	border:solid 1px #07308c;
	transition:all 0.3s;
}

.module-receive .-map_btn:after {
	content:"\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 1.5rem;
	font-weight: 900;
	right:10px;
	top:50%;
	transform:translateY(-50%);
}

.module-receive .-fee{
	position: absolute;
	left: 60px;
	top: 120px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	border: 3px solid #00b8bf;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}
.module-receive .-fee .-name{
	color: #ffffff;
	background: #00b8bf;
	padding: 15px;
}
.module-receive .-fee .-price{
	padding: 15px;
}
.module-receive .-fee .-price .-tax{
	font-size: 1.4rem;
}

/* -------------------------------------
タブ入りの受取返却マップ（日本地図）
---------------------------------------- */
.layout-tab_content .module-receive .-map{
	height: 522px;
}
.layout-tab_content .module-receive .-map .-aiport_txt{
	left: 0;
}
.layout-tab_content .module-receive .-map .-img{
	left: 273px;
}
/* 関東 */
.layout-tab_content .module-receive .-map .-east{
	left: 625px;
}

/* 北海道・東北 */
.layout-tab_content .module-receive .-map .-north{
	left: 390px;
}

/* 北陸・甲信越 */
.layout-tab_content .module-receive .-map .-center{
	left: 285px;
}

/* 東海・関西 */
.layout-tab_content .module-receive .-map .-west{
	left: 510px;
}
/* 九州・沖縄 */
.layout-tab_content .module-receive .-map .-south{
	left: 50px;
}
.layout-tab_content .module-receive .-fee{
	left: 0;
}


/*---------------------- */
.module-receive_bottom .-receive_more{
	background: #008ae1;
	padding: 35px 0 45px;
	color: #ffffff;
	font-weight: 700;
}
.module-receive_bottom .-read{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding: 0 40px;
}
.module-receive_bottom .-read_mark{
	display: -webkit-flex;
	display: flex;
}
.module-receive_bottom .-read_mark li{
	text-align: center;
	margin-right: 15px;
}
.module-receive_bottom .-read_mark li:last-of-type{
	margin-right: 0;
}
.module-receive_bottom .-read_mark li .-txt{
	display: block;
	text-align: center;
	padding-top: 10px;
}

.module-receive_bottom .-read_txt{
	max-width: calc(100% - 280px);
	padding-left: 15px;
	font-weight: 400;
}

/* START WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.module-receive_bottom .-receive_more .-btn_block {
	text-align: center;
	margin-bottom: 0;
}

.module-receive_bottom .-receive_more .-title {
	font-size: 2.2rem;
	font-weight: normal;
}

/* スマピのバナーを単独で使うときに背景色エリアにつける余白 */
.module-smapi_area {
	padding: 40px 0 25px;
}
/* スマピのバナー */
.module-smapi_btn {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
	position: relative;
	padding: 10px 0 0 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 700;
	box-sizing: content-box;
	border: 3px solid #128ae1;
}
.module-smapi_btn,
.module-smapi_btn .-label,
.module-smapi_btn .-smapi_txt .-name,
.module-smapi_btn .-label .-label_title,
.module-smapi_btn:after,
.module-smapi_btn .-label_txt,
.module-smapi_btn:hover .-top,
.module-smapi_btn .-airport_txt {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.module-smapi_btn:hover {
	background-color: #001f5e;
	text-decoration: none;
	border: 3px solid #001f5e;
}
.module-smapi_btn:hover .-label {
	border-color: #ffffff;
}
.module-smapi_btn:hover .-label .-label_title {
	background-color: #ffffff;
	color: #001f5e;
}
.module-smapi_btn:hover .-smapi_txt .-name,
.module-smapi_btn:hover:after,
.module-smapi_btn:hover .-label_txt,
.module-smapi_btn:hover .-airport_txt {
	color: #ffffff;
	background-color: #001f5e;
}
.module-smapi_btn:after {
	color: #ffffff;
	content:"\f0a9";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 2.4rem;
	font-weight: 900;
	right:12px;
	bottom: 15px;
}
.module-smapi_btn .-img {
	position: absolute;
	bottom: 0;
	left: 0;

}
.module-smapi_btn .-airport_txt {
	font-size: 2.8rem;
	background-color: #128ae1;
	color: #FFFFFF;
	letter-spacing: normal;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 205px;
}

.module-smapi_btn .-smapi_txt {
	flex-grow: 1;
	letter-spacing: normal;
}

.module-smapi_btn .-smapi_txt .-top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	padding: 0 20px 10px 205px;
	border-bottom: 2px solid #008ae1;
}
.module-smapi_btn:hover .-smapi_txt .-top{
	border-bottom-color: #ffffff;
}
.module-smapi_btn .-smapi_txt .-name {
	font-size: 3.4rem;
	line-height: 1.1;
}
.module-smapi_btn .-label {
	margin-left: 25px;
	border: 2px solid #008ae1;
	line-height: 1.3;
	width: 60%;
	position: relative;
}
.module-smapi_btn .-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 16px;
	font-size: 1.6rem;
	color: #0b308c;
	background-color: #f6c714;
	position: absolute;
	bottom: 20px;
	left: 5px;
	transform: rotate(-10deg);
}
.module-smapi_btn .-label .-label_title {
	background: #008ae1;
	color: #ffffff;
	font-size: 2.2rem;
	text-align: center;
}
.module-smapi_btn .-label .-label_title .-num {
	font-size: 3.4rem;
}
.module-smapi_btn .-label .-label_title .-unit {
}
.module-smapi_btn .-label_txt {
	color: #008ae1;
	text-align: center;
	font-size: 2.2rem;
}
.module-smapi_btn .-label_txt .-txt01 {
	font-size: 2.3rem;
}
/* E N D WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */

/* -------------------------------------
動画つきスマピバナー
---------------------------------------- */
.module-smapi_banner{
	display: flex;
}
.module-smapi_banner .-banner{
	display: flex;
	flex-direction: column;
	width: 66%;
	font-weight: 700;
}

.module-smapi_banner .-banner .-block_top{
	background: #07308c;
	color: #ffffff;
	padding: 20px 20px 15px;
	flex-grow: 1;
	border: 2px solid #07308c;
	border-bottom: none;
}
.module-smapi_banner .-banner .-block_top .-round{
	background: #ffffff;
	color: #07308c;
	font-size: 2.2rem;
	text-align: center;
	border-radius: 40px;
	line-height: 1;
	padding: 10px 0;
	margin-bottom: 12px;
}
.module-smapi_banner .-banner .-block_top .-title{
	font-size: 4rem;
	line-height: 1;
	text-align: center;
}
.module-smapi_banner .-banner .-block_top .-title .-sub{
	font-size: 1.4rem;
	margin-top: 3px;
}
.module-smapi_banner .-banner .-block_bottom{
	display: flex;
	flex-direction: row;
	letter-spacing: normal;
}
.module-smapi_banner .-banner .-block_bottom .-left{
	background: #ffffff;
	color: #008ae1;
	border: 2px solid #008ae1;
	font-size: 2rem;
	width: 42%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-smapi_banner .-banner .-block_bottom .-right{
	background: #008ae1;
	color: #ffffff;
	font-size: 3rem;
	width: 58%;
	line-height: 1;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #008ae1;
	border-left: none;
}
.module-smapi_banner .-movie{
	display: flex;
	width: 34%;
	flex-direction: column;
}
.module-smapi_banner .-movie .-title{
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	padding: 3px 0;
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-smapi_banner .-movie .-img{
	flex: 0 0 auto;
}
/* hover */
.module-smapi_banner .-banner,
.module-smapi_banner .-banner .-block_top,
.module-smapi_banner .-banner .-block_top .-round,
.module-smapi_banner .-banner .-block_bottom .-left,
.module-smapi_banner .-banner .-block_bottom .-right{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.module-smapi_banner a.-banner:hover{
	text-decoration: none;
}
.module-smapi_banner a.-banner:hover .-block_top{
	background: #ffffff;
	color: #07308c;
}
.module-smapi_banner a.-banner:hover .-block_top .-round{
	background: #07308c;
	color: #ffffff;
}
.module-smapi_banner a.-banner:hover .-block_bottom .-left{
	background: #07308c;
	color: #ffffff;
	border: 2px solid #07308c;
}
.module-smapi_banner a.-banner:hover .-block_bottom .-right{
	background: #ffffff;
	color: #07308c;
	border-top-color: #07308c;
	border-bottom-color: #07308c;
	border-right-color: #07308c;
}

/* -------------------------------------
モーダル内のスマピ動画
---------------------------------------- */
.module-smapi_movie{
	/* iframeの大きさ */
	width: 100%;
	height: 550px;
}
/* -------------------------------------
NP後払い
---------------------------------------- */
.module-np_column {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.module-np_column .-item {
	width: 25%;
}

.module-np_column .-item .-img {
	width: 110px;
	margin: 0 auto;
}

.module-np_column .-item .-txt {
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
}

.module-np_column .-item .-flow {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #008ae1;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	border: 2px solid #0f75ea;
	border-right-width: 0;
	border-left-width: 0;
	height: 53px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-np_column .-item .-flow:not(:last-of-type):after {
	content: "";
	display: block;
	background: url(../../images/page/common/np_column_arrow.png) no-repeat center center;
	height: 49px;
	width: 13px;
	position: absolute;
	top: 0;
	right: -8px;
}

.module-np_column .-item:first-of-type .-flow {
	border-left-width: 2px;
}

.module-np_column .-item:last-of-type .-flow {
	border-right-width: 2px;
}

.module-np_column .-item:last-of-type .-flow:after {
	display: none;
}

.module-np_note_column {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.module-np_note_column .-title {
	font-size: 1.6rem;
	font-weight: 700;
}

.module-np_note_column .-txt {
	font-size: 1.4rem;
	line-height: 1.8;
}

.module-np_note_column .-img {
	width: 150px;
}

/* -------------------------------------
アコーディオン基本
---------------------------------------- */
.module-accordion .-accordion_btn {
	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: 2rem;
	font-weight: 700;
	overflow: hidden;
	align-items: center;
	display: table;
	width: 100%;
}
.module-accordion .-accordion_btn .-txt {
	padding: 10px 70px 10px 20px;
	min-height: 70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.module-accordion .-accordion_btn .-ico{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	color: #008ae1;
	width: 70px;
	padding-left: 10px;
}
.module-accordion .-accordion_btn .-ico + .-txt {
	padding-left: 0;
}
.module-accordion .-accordion_btn .-sub{
	font-size: 1.6rem;
	color: #000000;
	padding-left: 1em;
}
.module-accordion .-accordion_btn .-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: 2.5rem;
	border-radius: 0 6px 6px 0;
}

.module-accordion .-accordion_btn.active .-txt:after {
	content: "\f0d8";
}

.module-accordion .-accordion_inner {
	padding: 30px 10px 0;
}
.module-accordion.theme-pd_bottom .-accordion_inner {
	padding-bottom: 15px;
}
.module-accordion.theme-red .-accordion_btn {
	border-color: #fbe6eb;
	background: #fdeff2;
	color: #ff0000;
}
.module-accordion.theme-red .-accordion_btn .-txt:after {
	background: #e30000;
}

/* START WSYS-11035 【サイト】成田空港 出発航空会社別ターミナル早見表_更新 20240613 N.Kita */
/* MEMO:https://townwifi.com/receive/narita/terminallist/ページで表示中 */
.note_accodion {
	border: 1px solid #e30000;
}
.note_accodion_title {
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
.note_accodion_contents {
	padding: 0 15px 15px 15px;
}
.note_accodion_title .-txt {
	display: inline-block;
	position: relative;
	color: #e30000;
	font-size: 1.8rem;
}
.note_accodion_title.active .-txt:before {
	content: "\f0d8";
}
.note_accodion_title .-txt:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #e30000;
	height: 100%;
	position: absolute;
	right: -30%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	border-radius: 0 6px 6px 0;
}
.fixed_banner {
	position: fixed;
	top: 26%;
	left: 0;
	width: 11.5vw;
	height: auto;
	z-index: 10;
}
.fixed_banner_width_100 {
	width: 100px;
}
.fixed_banner_width_160 {
	width: 160px;
}
.fixed_banner a {
	transition: .3s;
}
.fixed_banner a:hover {
	opacity: .85;
}
/* E N D WSYS-11035 【サイト】成田空港 出発航空会社別ターミナル早見表_更新 20240613 N.Kita */

/* -------------------------------------
タブ切り替え
---------------------------------------- */

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

.layout-tab_content .-tab_switch {
	display: flex;
	flex-wrap: wrap;

}

.layout-tab_content .-tab_switch .-item {
	font-size: 2.2rem;
	font-weight: 700;
	color:#fff;
	background:#07308c;
	flex:1;
	cursor: pointer;
	padding:10px;
	min-height:70px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	position: relative;
	margin: 0 1px;
}
.layout-tab_content.theme-icon_tab .-tab_switch .-item {
	flex-direction: column;
}
.layout-tab_content .-tab_switch .-item.active {
	color:#008ae1;
	background:#fff;
}

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

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

.layout-tab_content .-tab_switch .-item.active:before {
	content:"";
	width:100%;
	background:#fff;
	height:30px;
	position: absolute;
	top:-20px;
	left:0;
	border-radius:8px 8px 0 0;
}
.layout-tab_content .-tab_switch .-item .-sub{
	font-size: 14px;
}
.layout-tab_content .-tab_switch .-item .-medium{
	font-size: 2rem;
}
.layout-tab_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-tab_content .-tab_switch .-item .-ico.-ico_airport{
	background-image: url(../../images/page/common/ico_receive_airport.png);
	background-size: auto;
}
.layout-tab_content .-tab_switch .-item.active .-ico.-ico_airport{
	background-image: url(../../images/page/common/ico_receive_airport_active.png);
}
.layout-tab_content .-tab_switch .-item .-ico.-ico_local{
	background-image: url(../../images/page/common/ico_receive_local.png);
	background-size: auto 100%;
}
.layout-tab_content .-tab_switch .-item.active .-ico.-ico_local{
	background-image: url(../../images/page/common/ico_receive_local_active.png);
}
.layout-tab_content .-tab_switch .-item .-ico.-ico_store{
	background-image: url(../../images/page/common/ico_convenience.png?date=20200414);
	background-size: auto 100%;
}
.layout-tab_content .-tab_switch .-item.active .-ico.-ico_store{
	background-image: url(../../images/page/common/ico_convenience_active.png?date=20200414);
}
.layout-tab_content .-tab_content {
	background:#fff;
	padding:40px;
	display: none;
}

.layout-tab_content .-tab_content:first-of-type {
	display: block;
}

.theme-plan_capacity.layout-tab_content {
	padding:20px 0 0 0;
	background:transparent;
}

.theme-plan_capacity .-tab_switch .-item.normal_plan ,
.theme-plan_capacity .-tab_switch .-item.normal_plan.active:before {
	background:#07308c;
	color:#fff;
}

.theme-plan_capacity .-tab_switch .-item.large_plan ,
.theme-plan_capacity .-tab_switch .-item.large_plan.active:before {
	background:#008ae1;
	color:#fff;
}

.theme-plan_capacity .-tab_switch .-item.super_plan ,
.theme-plan_capacity .-tab_switch .-item.super_plan.active:before {
	background:#f9962b;
	color:#fff;
}

.theme-plan_capacity .-tab_content.normal_plan {
	background:#07308c;
	padding:30px;
}

.theme-plan_capacity .-tab_content.large_plan {
	background:#008ae1;
	padding:30px;
}

.theme-plan_capacity .-tab_content.super_plan {
	background:#f9962b;
	padding:30px;
}

.theme-plan_capacity .-tab_content .-list {
	background:#fff;
	padding:30px 30px 30px 60px;
}

.theme-plan_capacity .-tab_content .-list .-col {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	padding:40px 0;
}

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

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

/* -------------------------------------
タブ切り替えと同じ見た目の別ブロック
---------------------------------------- */
/* theme-sp_tabclear でSP時タブ枠削除 */
.layout-nottab_content {
	padding: 20px;
	background: #008ae1;
}
.layout-nottab_content > .-inner{
	padding: 40px;
	background: #ffffff;
}
.layout-nottab_content.theme-notframe{
	padding-top: 0;
	background: none;
}
.layout-nottab_content.theme-notframe .-inner{
	padding-top: 0;
	padding-bottom: 0;
}

/* -------------------------------------
データ容量オススメのアプリ
---------------------------------------- */
/*smart_service
-----------------------------------------------------*/
.smart_service{
	background: #fff;
	padding: 0px 30px 70px 60px;
	margin-top: -10px;
}

.smart_service h3{

}

.smart_service_in_box{

}

.smart_service .smart_service_in_box .service_icon{
	margin-right: 30px;
	display: inline-flex;
	align-items: flex-start;

}

.smart_service .smart_service_in_box .service_icon img{
	margin-right: 15px;
}

.service_icon figure{
	display: inline-block;
}

.service_icon figure span{
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
}






/* -------------------------------------
タブーディオン
---------------------------------------- */

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

.layout-tabdion_content .-tab_switch {
	display: flex;
	flex-wrap: wrap;

}

.layout-tabdion_content .-tab_switch .-item {
	font-size: 2.4rem;
	font-weight: 700;
	color:#fff;
	background:#07308c;
	flex:1;
	cursor: pointer;
	padding:10px;
	min-height:70px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	position: relative;
	margin: 0 1px;
}
.layout-tabdion_content.theme-icon_tab .-tab_switch .-item {
	flex-direction: column;
}
.layout-tabdion_content .-tab_switch .-item.active {
	color:#008ae1;
	background:#fff;
}

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

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

.layout-tabdion_content .-tab_switch .-item.active:before {
	content:"";
	width:100%;
	background:#fff;
	height:30px;
	position: absolute;
	top:-20px;
	left:0;
	border-radius:8px 8px 0 0;
}
.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: block;
}

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

.module-page_link {
	display: flex;
	flex-direction: row;
}


.module-page_link .-item {
	flex:1;
	border:solid 2px #07308c;;
	border-radius:4px;
	margin:0 0 0 10px;
	min-height:60px;
}

.module-page_link .-item:first-child {
	margin:0;
}

/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.module-page_link .-item .-txt {
	background: #ffffff;
	color: #000000;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:5px  45px 5px 10px ;
	position: relative;
	height: 100%;
}

.module-page_link .-item .-txt:hover {
	text-decoration: none;
}

.module-page_link .-item .-txt:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: #07308c;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	line-height: 1;
}


/* -------------------------------------
二行目以降にインデントがあるリスト
---------------------------------------- */
.module-indent_list {
	margin-left:1em;

}

.module-indent_list li ,
.module-indent_list .-item {
	text-indent:-1em;
}

.module-all_indent_list > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.module-all_indent_list .-head_num {
	flex-shrink: 0;
}
/* -------------------------------------
・が頭につくリスト
---------------------------------------- */
.module-circle_list {
	margin-left:1em;
}

.module-circle_list li {
	text-indent:-1em;

}
.module-circle_list li:before{
	content: "・";
}

/* -------------------------------------
汎用数字リスト
---------------------------------------- */
.module-number_list {
	margin-left: 1.5em;
}

.module-number_list li {
	list-style-type: decimal;
}
/* -------------------------------------
汎用テキストライン
---------------------------------------- */
.module-lead_txt{
	font-size: 1.4rem;
	line-height: 1.85;
}
.module-normal_txt{
	line-height: 1.625;
}
/* -------------------------------------
汎用枠線つきボックス
---------------------------------------- */
.module-border_box {
	border:solid 2px #e30000;
	padding: 30px;
}
.module-border_box.theme-gray {
	border-color:#d3d3d3;
}
.module-border_box.theme-sky {
	border-color:#008ae1;/* 削除予定 */
}
.module-border_box.theme-deepsky {
	border-color:#008ae1;
}
.module-border_box.theme-slim_border {
	border-width:1px;
}
.module-border_box.theme-wide_border {
	border-width:3px;
}
.module-border_box.theme-not_top_border {
	border-top: 0;
	/* 連結用 */
}
/* -------------------------------------
汎用枠線つきボックス　PCで左側にタイトルを置く
---------------------------------------- */
.module-side_border_box{
	border:solid 2px #e30000;
	display: flex;
}
.module-side_border_box .-title{
	background: #e30000;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	padding: 10px 25px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 350px;
}
.module-side_border_box .-txt{
	padding: 20px;
	line-height: 1.5;
	flex-grow: 1;
}
.module-side_border_box.theme-slim_border{
	border-width: 1px;
}
.module-side_border_box.theme-deepsky{
	border-color: #008ae1;
}
.module-side_border_box.theme-deepsky .-title{
	background: #008ae1;
}
/* -------------------------------------
角丸にする
---------------------------------------- */
.module-round_box{
	border-radius: 6px;
	overflow: hidden;
}

/* -------------------------------------
注意事項リスト
---------------------------------------- */
.module-check_list li {
	position: relative;
	width: 100%;
	display: table;
}

.module-check_list li .-txt {
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	border-left: 3px solid #e30000;
	background: #fdeff2;
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 1px 45px 1px 60px;
	font-weight: 700;
}

.module-check_list li .-txt:before {
	content: "";
	display: block;
	width: 24px;
	height: 20px;
	background: url(../../images/page/common/ico_check.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.module-check_list li:not(:last-of-type) {
	margin-bottom: 20px;
}

/* -------------------------------------
よくある質問リスト
---------------------------------------- */
.module-qa_list dt,
.module-qa_list dd,
.module-qa_list li {
	position: relative;
	display: table;
	width: 100%;
}

/* Q */
.module-qa_list .-txt {
	height: 54px;
	background: #e0f2fe;
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 1px 45px 1px 63px;
	font-weight: 700;
	border-bottom: 2px solid #00a0e9;
	display: table-cell;
	vertical-align: middle;
}

/* A */
.module-qa_list .-ans_txt{
	height: 100px;	/* table-cellなのでminのつもりで */
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 10px 5px 10px 75px;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
}

.module-qa_list .-txt:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_q.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.module-qa_list .-ans_txt:before {
	content: "";
	display: block;
	width: 43px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_a.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.module-qa_list a.-txt:after {
	content: "\f054";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: relative;
	font-size: 2.0rem;
	color: #00a0e9;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}

.module-qa_list a.-txt:hover:after {
	right: 10px;
}

.module-qa_list li:not(:last-of-type) {
	margin-bottom: 20px;
}

/* -------------------------------------
よくある質問リストアコーディオン
---------------------------------------- */

.module-qa_accodion_list li:not(:last-of-type) {
	margin-bottom: 20px;
}
.module-qa_accodion_list dt .-accordion_qa_btn,
.module-qa_accodion_list dd .-accordion_qa_btn,
.module-qa_accodion_list li .-accordion_qa_btn {
	position: relative;
	display: table;
	width: 100%;
}

/* Q */
.module-qa_accodion_list .-accordion_qa_btn .-txt {
	height: 54px;
	background: #e0f2fe;
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 1px 45px 1px 63px;
	font-weight: 700;
	border-bottom: 2px solid #00a0e9;
	display: table-cell;
	vertical-align: middle;
}
.module-qa_accodion_list .-accordion_qa_btn .-txt:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_q.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.module-qa_accodion_list .-accordion_qa_btn .-txt:after {
	content: "\f078";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: relative;
	font-size: 2.0rem;
	color: #00a0e9;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.module-qa_accodion_list .-accordion_qa_btn.active .-txt:after {
	content: "\f077";
}

/* A */
.module-qa_accodion_list .-accordion_qa_inner .-ans_txt {
	height: 59px;	/* table-cellなのでminのつもりで */
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 10px 5px 10px 75px;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
}
.module-qa_accodion_list .-accordion_qa_inner .-ans_txt {
	position: relative;
}
.module-qa_accodion_list .-accordion_qa_inner .-ans_txt:before {
	content: "";
	display: block;
	width: 43px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_a.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 10px;
}

/* -------------------------------------
右サイドに追従しているメニュー
---------------------------------------- */
.module-side_menu{
	position: fixed;
	right: 0;
	top: 190px;
	z-index: 20;
	background: #ffffff;
	border-radius: 8px;
	border:1px solid #ffffff;
	border-right: 0;
}
.module-side_menu li{
	margin-bottom: 1px;
}
.module-side_menu .-item{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
}
.module-side_menu li:first-of-type .-item .-txt{
	border-radius: 8px 0 0 0;
}
.module-side_menu li:last-of-type .-item .-txt{
	border-radius: 0 0 0 8px;
}
.module-side_menu .-item .-txt{
	background: #008ae1;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 105px;
	padding: 18px 0;
	line-height: 1.2;
}
.module-side_menu .-item .-sub{
	font-size: 1.4rem;
	margin-bottom: 5px;
}

/* -------------------------------------
receive
---------------------------------------- */
.module-airport_list .-frame {
	display: flex;
	flex-wrap: wrap;
	border:solid 1px #d3d3d3;
	margin-bottom: 10px;
}
.module-airport_list > li:last-of-type .-frame{
	margin-bottom: 0;
}
.module-airport_list .-frame .-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
}

.module-airport_list .-frame .-item_place,
.module-airport_list .-frame .-item_hours {
	border-right: 1px solid #d3d3d3;
}
.module-airport_list .-frame .-item_place {
	width:310px;
}

.module-airport_list .-frame .-item_hours {
	width: 120px;
	letter-spacing: normal;
}

.module-airport_list .-frame .-item_ico {
	width: 280px;
	padding: 0 10px;
}

.module-airport_list .-frame .-item_map {
	padding-right: 15px;
	flex-grow: 1;
	align-items: center;
}

.module-airport_list .-frame .-title {
	background: #e4e4e4;
	font-weight: 700;
	padding:5px 15px;
	width:100%;
	font-size: 1.4rem;
}

.module-airport_list .-frame .-txt {
	font-weight: 700;
	/* WSYS-10595 【サイト・VMDB】韓国現地_営業時間を統一、申込期限に関する記載を変更 20240409 M.Amano */
	padding: 10px 10px;
	font-size: 1.4rem;
}

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

.module-airport_list .-frame .-item_place .-txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-right: 0;
}
.module-airport_list .-frame .-pdf{
	width: 50px;
	height: 40px;
}

.module-airport_list .-frame .-ico {
	align-self: center;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.module-airport_list .-frame .-ico > li{
	width: 50px;
}
.module-airport_list .-frame .-ico img:not(.active){
	opacity: 0.1;
}
.module-airport_list .-frame .-map {
	align-self:center;
	font-size: 1.4rem;
	padding:0 10px;
}

.module-airport_list .-more_btn{
	background: #07308c;
	border: 1px solid #07308c;
	color: #ffffff;
	border-radius: 45px;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}
.module-airport_list .-more_btn:hover{
	color: #07308c;
	background: #ffffff;
}
.module-airport_list .-more_btn:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.module-airport_notframe{

}
.module-link_pdf{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.module-link_pdf img{
	width: 30px;
}

.module-airport_detail{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
/* WSYS-10956 【サイト】仙台空港_申込期限に関する記載を変更 20240508 J.Young */
.module-airport_detail.nobox{
	margin-bottom: 0px;
}
.module-airport_detail .-item{
}
.module-airport_detail .-item_place{
	width: 475px;
}
.module-airport_detail .-box{
	border: 1px solid #d3d3d3;
}
.module-airport_detail .-item_place .-title {
	background: #e4e4e4;
	font-weight: 700;
	padding:5px 15px;
	width:100%;
	font-size: 1.4rem;
}

.module-airport_detail .-item_place .-txt {
	font-weight: 700;
	padding: 10px 15px;
	font-size: 1.8rem;
	line-height: 1.3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-right: 0;
}
.module-airport_detail .-item_place .-txt .-main{

}
.module-airport_detail .-item_place .-txt .-sub{
	font-size: 1.2rem;
}
/* WSYS-11540 【サイト・VMDB】2024年10月1日新潟空港1階 到着ロビー 新潟交通カウンターの営業時間変更 20241003 M.Shimizu */
.module-airport_detail .-item_place .-txt .-hourstxt {
	font-size: 1.4rem;
}
.module-airport_detail .-item_place .-pdf{
	width: 50px;
	height: 40px;
	flex-shrink: 0;
}

.module-airport_detail .-item_ico .-ico {
	align-self: center;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.module-airport_detail .-item_ico .-ico > li{
	width: 70px;
	margin-left: 6px;
}
.module-airport_detail .-item_ico .-ico img:not(.active){
	opacity: 0.1;
}

.module-airport_limit_txt{
	font-weight: 700;
	font-size: 1.4rem;
}
.module-airport_limit_txt .-time{
	color: #ff0000;
}

.module-airport_message{
	color: #ff0000;
	border: 1px solid #ff0000;
	font-weight: 700;
	padding: 25px 30px;
	line-height: 1.8;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.module-airport_message.theme-small{
	border: none;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 0;
	margin-bottom: 20px;
}
/* WSYS-11253 【VMDB・フロント】新規場所追加_東京モノレール羽田空港第3ターミナル駅 20240806 J.Young */
.monorail_underline {
	text-decoration: underline;
}
.module-info_box{
	display: flex;
	border: 3px solid #ff0000;
	width: 100%;
	margin-bottom: 10px;
}
.module-info_box .-title{
	color: #fff;
	font-weight: 700;
	background: #ff0000;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-info_box .-txt{
	padding: 8px 10px;
}
.module-info_box.theme-receive{
	border-color: #ff348a;
}
.module-info_box.theme-receive .-title{
	background-color: #ff348a;
}
.module-info_box.theme-return_box{
	border-color: #07308c;
}
.module-info_box.theme-return_box .-title{
	background-color: #07308c;
}
/* 空港下層 カウンター・返却BOX写真 */
.module-counter_time_required{
	margin-bottom: 30px;
}
.module-counter_time_required .-counter_time_txt{
	margin-bottom: 20px;
}
.module-counter_time_required .-counter_time_title{

}
.module-required_box{
	background: #e0f2fe;
	padding: 30px;
	line-height: 1.25;
}
.module-required_box table{
	table-layout: fixed;
	width: 100%;
}
.module-required_box .-place{
	width: 19%;
	vertical-align: middle;
	background: #ffffff;
}
.module-required_box tr:not(:first-of-type) .-place{
	border-top: 10px solid #e0f2fe;
}
.module-required_box .-place .-inner{
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}
.module-required_box .-place .-title{
	width: 100%;
	text-align: left;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 3px;
}
.module-required_box .-place .-floor{
	text-align: center;
	background: #008ae1;
	color: #ffffff;
	font-weight: 700;
	padding: 2px;
	line-height: 1.2;
	width: 100%;
	margin-bottom: 3px;
}
.module-required_box .-place .-name{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 3px;
	text-align: center;
}
.module-required_box .-place .-ico{
	color: #008ae1;
	font-size: 3rem;
}
.module-required_box .-time{
	width: 21.5%;
	vertical-align: middle;
}
.module-required_box .-time.-direct{
	width: 62%;
}
.module-required_box .-time .-inner{
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 20px;
}
.module-required_box .-time .-ico{
	font-size: 4rem;
	text-align: center;
	color: #07308c;
}
.module-required_box .-time .-arrow{
	font-weight: 700;
	background: #07308c;
	color: #ffffff;
	line-height: 1;
	padding: 8px 0;
	position: relative;
	width: calc(100% - 10px);
	left: -5px;
	text-align: center;
	padding-left: 10px;
}
.module-required_box .-time .-arrow:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22.5px 0 22.5px 19px;
	border-color: transparent transparent transparent #07308c;
	position: absolute;
	right: -19px;
	top: 50%;
	transform: translateY(-50%);
}
.module-required_box .-counter{
	width: 19%;
	background: #008ae1;
	color: #ffffff;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
}

.module-receive_map_area{
	padding: 10px 0 0;
	width: 770px;
	margin: 0 auto 30px;
}
.module-receive_map_area .-title{
	font-weight: 700;
	margin-bottom: 5px;
}
.module-receive_map_area .-map{
	position: relative;
	text-align: center;
	margin: 0 auto 15px;
}
.module-receive_map_area .-map .-mark{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.module-receive_map_area .-address{
	width: 760px;
	margin: 0 auto;
}
.module-receive_map_area .-address .-name{
	margin-right: 5px;
}
.module-receive_map_area .-address .-txt{
	font-weight: 700;
}

.module-receive_map_area .-on_border img{
	border: 2px solid #d3d3d3;
	padding: 3px;
}
.module-receive_map_area .-googlemap{
	width: 100%;
	height: 420px;
}
.module-receive_photo_column{
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;

}
.module-receive_photo_column .-col:nth-child(n+3){
	margin-top: 20px;
}
.module-receive_photo_column .-img{
	background: #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}
.module-receive_photo_column .-img img{
	max-height: 100%;
    max-width: 420px;
}
.module-receive_photo_column.-col01 .-col{
	width: 100%;
}
.module-receive_photo_column.-col01 .-col .-img{
	padding: 40px 0;
}
.module-receive_photo_column.-col02{
	align-items: flex-end;
}
.module-receive_photo_column.-col02 .-col{
	width: calc(100% / 2 - 10px);
}
.module-receive_photo_column.-col02 .-col:nth-child(2n+1){
	margin-right: 20px;
}
.module-receive_photo_column.-col02 .-col .-img{
	height: 280px;
}
.module-receive_photo_column .-title{
	font-size: 1.6rem;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-end;
}
.module-receive_photo_column .-ico{
	flex-shrink: 0;
	margin-right: 5px;
}
.module-receive_photo_column .-ico.-num{
	font-size: 1.6rem;
	color: #008ae1;
	font-weight: 700;
	border: 4px solid #008ae1;
	width: 38px;
	height: 38px;
	position: relative;
	border-radius: 50%;
	text-align: center;
}
.module-receive_photo_column .-ico.-num:after{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	text-align: center;
}

/* -------------------------------------
目次
---------------------------------------- */
.module-index_list > ul{
	display: flex;
	flex-wrap:wrap;
	background:#f8f8f8;
}

.module-index_list li {
	width:50%;
}

.module-index_list li a{
	display: block;
	color:#07308c;
	padding:10px 20px ;
	text-decoration: none;
	font-weight: 700;
}

.module-index_list li a:hover {
	background:#e0f2fe;
}
/* -------------------------------------
申込み期限表 limit
---------------------------------------- */
mark.-double_circle,
mark.-circle,
mark.-triangle,
mark.-cross {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 2.2rem;
}
mark {
	background:transparent;
}

mark.-double_circle {
	color:#008ae1;
}

mark.-circle {
	color:#00b8bf;
}

mark.-triangle {
	color:#f9962b;
}

mark.-cross {
	color:#e30000;
}
.module-limit_box {
	background: #ececec;
	border: 1px solid #d3d3d3;
	padding: 20px;
}
.module-limit_table {
	width:100%;
	border-left:solid 1px #d3d3d3;
	border-top:solid 1px #d3d3d3;
	table-layout: fixed;
	margin: 0;
}

.module-limit_table caption {
	color:#fff;
	background:#073190;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.module-limit_table th {
	color:#fff;
	background:#008ae1;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	width:20%;
	vertical-align: middle;
}

.module-limit_table td {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px 5px;
	text-align: center;
	background: #ffffff;
}

.module-limit_table td .-txt {
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin:0 0 0 0.5em;
}

.module-inline_link_list {
	letter-spacing: -0.5em;
}

.module-inline_link_list .-item {
	display: inline-block;
	font-size:1.6rem;
	font-weight: 700;
	margin:0 10px 10px 0;
	letter-spacing: normal;
}

.module-inline_link_list .-item a {
	padding: 7px 20px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: #07308c;
	border-radius: 25px;
	transition: 0.3s;
	border: 1px solid #07308c;
}

.module-inline_link_list .-item a:hover {
	background:#ffffff;
	color:#073190;
}

.module-inline_list .-item {
	display: inline-block;
	color:#07308c;
	font-weight: 700;
}

.module-inline_list .-item:before {
	content:"/";
	margin:0 0.5em;
}

.module-inline_list .-item:first-of-type:before {
	display: none;
}

.module-limit_attention {
	padding:30px;
	border:1px solid #008ae1;
	margin:40px 0 20px 0;
}

.module-limit_attention dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.module-limit_attention dt {
	width:50px;
}

.module-limit_attention dd {
	width:calc(100% - 50px);
}

/* -------------------------------------
汎用金額
---------------------------------------- */
.module-price_label {
	border: 3px solid #07308c;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #ffffff;
	line-height: 1;
	padding: 8px 0;
}
/* -------------------------------------
priceページ系のファーストビュー
---------------------------------------- */
.module-price_banner {
	background: #e0f2fe;
	padding: 20px 35px;
	display: flex;
	min-height: 305px;
	align-items: center;
}
.module-price_banner .-col.-txt{
	min-width: 450px;
}
.module-price_banner .-col.-img {
	flex-grow: 1;
	text-align: center;
}

.module-price_banner .-col .-title {
	font-size: 4.2rem;
	color: #07308c;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 15px;
}
.module-price_banner .-col .-title_sub {
	font-size: 1.4rem;
	color: #07308c;
	line-height: 1.1;
	margin-top: -5px;
	margin-bottom: 20px;
}

.module-price_banner .-col .-sub {
	font-size: 2.8rem;
	font-weight: 700;
	color: #07308c;
	line-height: 1;
	margin-bottom: 20px;
}
.module-price_banner .-col .-sub.-mini{
	font-size: 1.8rem;
}
.module-price_banner .-col .-sub i {
	margin-right: 10px;
}

.module-price_banner .-col .-more {
	line-height: 1.75;
	margin-bottom: 15px;
}

.module-price_banner .-col .-price {
	margin-bottom: 15px;
	width: 370px;
}

.module-price_banner .-col .-label {
	border: 3px solid #07308c;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: #07308c;
	line-height: 1;
	padding: 8px 0;
	margin-bottom: 15px;
	width: 370px;
}
/* -------------------------------------
製品情報
---------------------------------------- */
.module-option_product {
	display: flex;
	justify-content: space-between;
}

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

.module-option_product .-img {
	margin-bottom: 30px;
	text-align: center;
}

.module-option_product .-lead {
	font-size: 1.4rem;
	line-height: 1.85;
}

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

/* -------------------------------------
料金ラベル
---------------------------------------- */
.module-label_box {
	border: 2px solid #07308c;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: normal;
}

.module-label_box .-title {
	background: #07308c;
	color: #ffffff;
	text-align: center;
	padding: 3px 0;
}

.module-label_box .-txt {
	border-top: 1px solid #07308c;
	text-align: center;
	padding: 5px 0;
}

.module-label_box .-txt span {
	font-size: 80%;
	text-decoration: line-through;
}

.module-label_box_space {
	border-top: 1px solid transparent;
	text-align: center;
	padding: 5px 0;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: normal;
}
.module-label_box_space:before{
	content: "|";
	text-indent: -9999px;
	overflow: hidden;
	white-space: pre-wrap;
	display: block;
}
/* -------------------------------------
オプション一覧スライダー
---------------------------------------- */
.module-option_list_slider {
}

.module-option_list_slider .-col {
	float: left;
}
.module-option_list_slider .-item {
	text-align: center;
	border-top:solid 2px #008ae1;
	margin:0 5px;
	display: flex;
	flex-direction: column;
	color: #000000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
/* 以下、androidで赤線が出ないようにするための対処 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.module-option_list_slider .-item .-product{
	min-height: 290px;
	background:#fff;
}

.module-option_list_slider a.-item:hover{
	text-decoration: none;
	opacity: 0.7;
}
.module-option_list_slider .-border_yellow .-item{
	border-top:solid 2px #fecb00;
}

.module-option_list_slider .-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin:10px 0 35px 0;
	letter-spacing: normal;
}

.module-option_list_slider .-two_line .-title {
	margin:10px 0 10px 0;
}
.module-option_list_slider .-img{
	margin:0 0 10px 0;
}
.module-option_list_slider .-img img{
	width:50%;
	margin:0 auto;
}

.module-option_list_slider .-txt {
	font-size: 1.2rem;
}

.module-option_list_slider .-item strong {
	font-size: 1.7rem;
	color:#008ae1;
	font-weight: 700;
	letter-spacing: normal;
}

.module-option_list_slider .-price{
	background: #e0f2fe;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding: 0.8em 0;
	letter-spacing: normal;
	border-bottom: 2px solid #e4e4e4;
	position: relative;
}
.module-option_list_slider a .-price{
	background: #008ae1;
	color: #ffffff;
}
.module-option_list_slider a .-price:after{
	content: "\f0a9";
	font-family:"Font Awesome 5 Free";
	float: right;
	font-size: 1.8rem;
	right: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.module-option_list_slider .-price.cp_bubble:before {
/*	content: "キャンペーン価格中！";
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	font-size: 1.6rem;
	margin: auto;
	color: #ff205a;*/
}

.module-option_list_slider .js-slickSlider .slick-arrow.next{
	right: 0;
}
.module-option_list_slider .js-slickSlider .slick-arrow.prev{
	left: 0;
}

/* -------------------------------------
トップページにのみ表示するコンテンツフラグ
---------------------------------------- */
.is_top_only{
	display: none;
}

/* -------------------------------------
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: 700;
}

.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:700;
	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;
}

/* -------------------------------------
	グローバルWiFiの海外WiFiレンタルとは？
------------------------------------- */
.module-service_description_title{
	text-align: center;
	line-height: 1;
}
/* WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
.module-service_description_title .-txt{
	font-size: 4.2rem;
	font-weight: 700;
	color: #000000;
	text-align: center;
	display: block;
	margin-top: 60px;
	margin-bottom: 40px;
}

/* -------------------------------------
	グローバルWiFiが選ばれる理由
---------------------------------------- */
/* START WSYS-11935 【フロント】サイトTOPと共通コンテンツの修正 20250213 M.Amano */
/* LP時のマージン調整 */
.lp_reason_area .module-reason_title {
	margin-top: -50px;
}
.module-reason_title {
	text-align: center;
	line-height: 1;
}
.module-reason_title .-img {
	margin-bottom: 35px;
	display: block;
}
.module-reason_title .-txt {
	font-size: 4.2rem;
	font-weight: 700;
	color: #000000;
	text-align: center;
	display: block;
	margin-top: 60px;
	margin-bottom: 40px;
}
.module-reason_column {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.module-reason_column .-item {
	width: 312px;
	background: #ffffff;
	box-shadow: 0px 0px 4px 0px rgba(0, 69, 104, 0.5);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	overflow: hidden;
	border: 2px solid;
	padding: 0 30px;
	position: relative;
}
.module-reason_column .-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 0;
	height: 0;
	border-radius: 5px 0;
}
.module-reason_column .-item:nth-child(1):before,
.module-reason_column .-item:nth-child(3):before,
.module-reason_column .-item:nth-child(5):before {
	border-top: 90px solid #008ae1;
	border-right: 90px solid transparent;
}
.module-reason_column .-item:nth-child(2):before,
.module-reason_column .-item:nth-child(4):before {
	border-top: 90px solid #03b8bf;
	border-right: 90px solid transparent;
}
.module-reason_column .-item:after {
	position: absolute;
	top: 0px;
	left: 12px;
	width: 0;
	height: 0;
	font-size: 4rem;
	color: #fff;
	font-family: serif;
}
.module-reason_column .-item:nth-child(1):after {
	content: "1";
}
.module-reason_column .-item:nth-child(2):after {
	content: "2";
}
.module-reason_column .-item:nth-child(3):after {
	content: "3";
}
.module-reason_column .-item:nth-child(4):after {
	content: "4";
}
.module-reason_column .-item:nth-child(5):after {
	content: "5";
}
.module-reason_column .-item.-item_support {
	border-color: #128ae1;
}
.module-reason_column .-item.-item_share {
	border-color: #03b8bf;
}
.module-reason_column .-item.-item_unlimited {
	border-color: #128ae1;
}
.module-reason_column .-item.-item_rental {
	border-color: #03b8bf;
}
.module-reason_column .-item.-item_alltime {
	border-color: #128ae1;
}
.module-reason_column .-item:hover {
	text-decoration: none;
}
.module-reason_column .-item .-main {
	padding: 15px 0 30px;
	color: #000000;
	background: #ffffff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.module-reason_column .-item_share {
	margin-left: 22px;
}
.module-reason_column .-item_unlimited {
	margin-left: 22px;
}
.module-reason_column .-item_rental {
	margin-top: 20px;
}
.module-reason_column .-item_alltime {
	margin-left: 22px;
	margin-top: 20px;
}
.module-reason_column .-item .-item_title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.5px;
	height: 65px;
	line-height: 1.3;
}
.module-reason_column .-item .-item_title.-item_title02 {
	display: grid;
	align-items: center;
}
.module-reason_column .-item .-item_title.-item_title02.-item_support_title {
	color: #128ae1;
}
.module-reason_column .-item .-item_title.-item_title02.-item_share_title {
	color: #02b8bf;
}
.module-reason_column .-item .-item_title.-item_title02.-item_unlimited_title {
	color: #128ae1;
}
.module-reason_column .-item .-item_title.-item_title02.-item_rental_title {
	color: #02b8bf;
}
.module-reason_column .-item .-item_title.-item_title02.-item_alltime_title {
	color: #128ae1;
}
.module-reason_column .-item .-img {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
}

.module-reason_column .-item .-main .-txt {
	text-align: center;
	line-height: 1.625;
	flex-grow: 1;
}
.module-reason_column .-item .-main .-txt.-txt02 {
	margin-top: 20px;
}
.module-reason_column .-item .-main .-btn {
	width: 200px;
	margin: 0 auto;
	padding-top: 25px;
}
.module-reason_column .-more_btn {
	border: none;
	background-color: #008ae1;
	box-shadow: 0px 3px 0px 0px rgba(0, 93, 151, 0.4);
	color: #ffffff;
	min-width: 0;
	width: 100%;
	padding: 0px 40px 0 20px;
}
.module-reason_column .-item:hover .-more_btn {
	color: #ffffff;
	background: #07308c;
}
.module-reason_note {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 5px;
}
/* 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;
}







/* -------------------------------------
モーダルボックス
---------------------------------------- */

.modalBoxContents {
	background: #fafafa;
	font-size:1.6rem;
	color:#444444;
	text-align: left;
}
.modalBoxInner{
}
.popup_close_box {
	text-align: center;
	margin:30px 0 0;
	padding-bottom: 30px;
}
.modalBoxContents > *:last-of-type{
	padding-bottom: 40px;
}

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

.modalBox {
	background:#fff;
	width:920px;
	height:80%;
	z-index:501;
	position:fixed;
	text-align: center;
	color: #444444;
	font-size: 1.6rem;
}

.modalBox .modalBoxContents{
	height: 100%;
	overflow-y:auto;
	width: 100%;
	position: relative;
	padding: 40px 40px 0;
}
.modalBox .close {
	background:#008ae1;
	border-radius: 50%;
	width:32px;
	height:32px;
	line-height:32px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-size:2.2rem;
	position:absolute;
	top:-17px;
	right:-17px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
}
.modalBox .close:before{
	content: "\f00d";
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Free";
	display: block;
	text-indent: 0;
	font-weight: 900;
}

.modalBox .popup_close_btn{
	display: inline-block;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	background: #008ae1;
	line-height: 1.5;
	padding: 10px 50px;
	cursor: pointer;
	transition: 0.3s;
}
.modalBox .popup_close_btn:hover{
	background-color: #07308c;
}

.modalBox.airport_modal{
	width: 600px;
	max-height: 600px;
}

/* WSYS-11077 【フロント】キャンペーンMVのポップアップ画像設定 20240606 N.Kita */
.modalBox.special_campaign{
	width: 600px;
	max-height: 760px;
}

/* WSYS-9081 【SEO】羽田 追加修正 フロアマップのモーダル化 20220518 kosuke.tanaka */
.modalBox.floormap_modal{
	width: 840px;
	max-height: 700px;
}
.airport_modal .modalBoxContents{
	display: flex;
	flex-direction: column;
}
.airport_modal .modalBoxContents .modalBoxInner{
	flex: 1;
	flex-basis: auto;
}

.airport_modal .-modal_title{
	text-align: center;
	color: #222222;
	font-weight: 700;
	font-size: 2.8rem;
	margin-bottom: 50px;
}

.airport_modal .-airport_column{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.airport_modal .-airport_column .-img{
	width: 250px;
	text-align: center;
}
.airport_modal .-airport_column .-link{
	width: 250px;
}
.airport_modal .-airport_column .-link li{
	width: 100%;
	margin-bottom: 20px;
}

.airport_modal .-note{
	text-align: center;
}


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

/* -------------------------------------
モーダル枠の汎用調整
---------------------------------------- */
/* コンテンツ幅と同じ大きさの枠 */
.modal-contentwidth{
	width: 980px;
}

/* デフォルトの余白を消す */
.modal-padding_zero .modalBoxContents{
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}
/* -------------------------------------
モーディオン枠　PC時タブ枠　SP時何も無し
---------------------------------------- */
.modion-tabframe .modalBoxContents{

}
.modion-tabframe .modalBoxInner{
	background: #ffffff;
}

.fixed_banner_area {
	position:fixed;
	top:180px;
	left:0;
	z-index:2;
	display: none;
}

/* -------------------------------------
左固定バナー
---------------------------------------- */

.fixed_banner_area {
	position:fixed;
	top:180px;
	left:0;
	z-index:250;
	display: none;
}

.fixed_banner_area li {
	position: relative;
}

.banner_area_close {
	position:absolute;
	right:-12px;
	top:-13px;
	width:25px;
	height:25px;
	line-height:23px;
	background:#fff;
	border-radius:50%;
	font-size:17px;
	font-weight: bold;
	text-align:center;
	opacity:0.8;
	cursor:pointer;
	z-index:300;
	border: 1px solid #ddd;
}

/* -------------------------------------
TOP mv下部 sns
---------------------------------------- */

.mvbottom.sns_area .sns_block,
.mvbottom.sns_area .sns_block .sns_list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mvbottom.sns_area .sns_block .-txt{
	font-size: 1rem;
	margin-right: 5px;
	margin-top: 1px;
}

.mvbottom.sns_area .sns_block .fb_iframe_widget {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.mvbottom.sns_area .sns_block .fb_iframe_widget > span {
	width: 75px!important;
	height: 14px!important;
}
/* .mvbottom.sns_area .sns_block .fb_iframe_widget > span > iframe {
	width: 135px!important;
} */

.mvbottom.sns_area .sns_block .sns_list > li{
	padding-right: 4px;
	height: 20px;
	line-height: 1;
}

.mvbottom.sns_area .sns_block .sns_list > li.lineimg_conf img{
	height: 20px;
}

/* 2020-12-10 TC.Takeyama[WSYS-8154]大分空港_営業時間に関するテキスト追加 */
.time_annotation {
	color: red;
	font-weight: 700;
}

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

.line_content {
	position: relative;
}
.module-move_lp {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
}
.theme-bg_transparent.module-separation .module-move_lp {
	margin-top: 18px;
}
.line_content .-btn {
	background: #07308c;
	border: 1px solid #07308c;
	color: #ffffff;
	border-radius: 45px;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}
.module-airport_list .-btn:hover{
	color: #07308c;
	background: #ffffff;
	text-decoration: none;
}
.module-airport_list .-btn:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.module-airport_list.module-airport{
	top: 0;
}
.module-airport_list.module-airport .-btn{
    border-radius: 0;
    height: 49px;
}

/* 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 {
    background: unset;
    justify-content: unset;
	margin-left: 2.2em;
	font-weight: 700;
	align-items: unset;
}

.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%);
}
@media only screen and (min-width: 768px) {
	.footer_grid_row {
		max-width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(auto-fill, 25%);
	}
}
.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;
}

.mvbottom.sns_area .sns_block .sns_list > li.facebook > div.fb-like span {
	width: 157px !important;
}
.mvbottom.sns_area .sns_block .sns_list > li.facebook > div.fb-like span > iframe {
	width: 100% !important;
}


.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: 1.8rem;
}

.data-base_table th {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	font-size: 100%;
	font-weight: 600;
	text-align: center;
	padding-top: 2.5rem;
}
.data-base_table td {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	font-size: 107%;
	font-weight: 600;
	text-align: center;
	padding-top: 1.5rem;
}
.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: inherit;
	position: relative;
	top:-3rem;
	border: none;
}

.compact_icon img {
    max-width: 90%;
}

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

.data-base_btn {
    background: #ed158f;
    color: #ffffff;
    border: solid 1px #ed158f;
    font-size: 2.3rem;
    box-shadow: 0px 3px 0px #6e0686;
}

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

/* WSYS-10063 【サイト】SEO対応のため各空港ページに国ページのリンク設置 20230122 N.Kita */
.poplr_destn_area .popular {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.popular_title, .faq_title {
	margin-bottom: 20px;
}
.poplr_destn_area .popular_link {
	width: calc((100% - 200px)/5);
	display: flex;
	flex-flow: column;
	align-items: center;
	font-weight: bold;
	margin: 0 20px;
	color: #000000;
	text-align: center;
	transition: 0.3s;
}
.poplr_destn_area .popular_link:nth-child(n + 6) {
	margin-top: 40px;
}
.poplr_destn_area .popular_link:hover {
	text-decoration: none;
	opacity: 0.7;
}
.poplr_destn_area .popular_link img {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
}

.lp_h3_title_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* WSYS-10933 【サイト】新規LP作成_af8系 20240509 J.Young */
.visual_area .content_area .btn_regist.af82 {
	bottom: 35px;
}
.btn_area.content_area.area_center,
.btn_area.content_area.area_center.sp.nobtn {
	padding: 0 3% 4vw;
}
.btn_regist.nobtn2{
	padding-top: 1vw;
}
/* WSYS-10987 【サイト】鹿児島空港_申込期限に関する記載を変更 20240517 J.Young */
.module-airport_detail.nobom{
	margin-bottom: 0px;
}

/* WSYS-10998 【サイト】solutionページTOPのデザイン修正 20240516 J.Young */
.comment_txt p {
	text-align: center;
	font-size: 1.1rem;
	padding: 20px 0 0 0
}

/* START WSYS-10176 【サイト】容量の目安コンテンツの修正 20240613 N.Kita */
.data_capacity {
	box-sizing : border-box;
	display: flex;
	gap: 5px;
}
.data_capacity .data_capacity_table {
	width:100%;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	table-layout: fixed;
	border-spacing: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.data_capacity .data_capacity_table th,
.data_capacity .data_capacity_table td {
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	vertical-align: middle;
	text-align: center;
}
.data_capacity .data_capacity_table th {
	padding: 20px 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.data_capacity .data_capacity_table th._navy{
	background-color: #071f49;
}
.data_capacity .data_capacity_table th._blue{
	background-color: #16308c;
}
.data_capacity .data_capacity_table th._lightblue{
	background-color: #2c8ae1;
}
.data_capacity .data_capacity_table th._orange{
	background-color: #f9962b;
}
.data_capacity .data_capacity_table td._Ico_sns {
	color: #333;
	font-size:16px;
	padding: 30px 0;
}
.data_capacity .data_capacity_table td._Ico_sns h3{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.data_capacity ._b_detail{
	background:#e0f2fe;
}
.data_capacity ._o_detail{
	background:#fdf2e4;
}
.data_capacity ._b_detail .youtube_data_plan,
.data_capacity ._l_detail .youtube_data_plan,
.data_capacity ._o_detail .youtube_data_plan {
	padding: 5px;
	width: 100%;
}
.data_capacity ._b_detail .youtube_data_plan tr,
.data_capacity ._l_detail .youtube_data_plan tr,
.data_capacity ._o_detail .youtube_data_plan tr {
	border-bottom: dashed 1px #d3d3d3;
	display: table;
	padding: 4px 4px 4px 0;
	width: 100%;
}
.data_capacity ._b_detail .youtube_data_plan td,
._b_detail .youtube_data_plan .border_none,
.data_capacity ._l_detail .youtube_data_plan td,
._l_detail .youtube_data_plan .border_none,
.data_capacity ._o_detail .youtube_data_plan td,
._o_detail .youtube_data_plan .border_none {
	border: none;
}
.data_capacity ._b_detail .youtube_data_plan .youtube_petabyte,
.data_capacity ._l_detail .youtube_data_plan .youtube_petabyte,
.data_capacity ._o_detail .youtube_data_plan .youtube_petabyte {
	width: 50px;
	padding: 2px 0;
}
.data_capacity ._b_detail .youtube_data_plan .youtube_petabyte {
	color: #ffffff;
	background-color: #77ACFA;
}
.data_capacity ._l_detail .youtube_data_plan .youtube_petabyte {
	color: #3F92E0;
	background-color: #CFEFFC;
}
.data_capacity ._o_detail .youtube_data_plan .youtube_petabyte {
	color: #ffffff;
	background-color: #FABA63;
}
.data_capacity ._b_detail .youtube_data_plan .youtube_min,
.data_capacity ._l_detail .youtube_data_plan .youtube_min,
.data_capacity ._o_detail .youtube_data_plan .youtube_min {
	text-align: right;
	font-size: 1.1rem;
}
.data_capacity ._Ico_sns .ico_txt,.data_capacity_table th,
.data_capacity .data_capacity_table td {
	font-size: 1.2rem;
}
.data_capacity ._Ico_sns .ico img {
	width: 40px;
}
.data_capacity ._b_detail .youtube_data_plan tr,
.data_capacity ._l_detail .youtube_data_plan tr,
.data_capacity ._o_detail .youtube_data_plan tr {
	padding: 4px 0;
}
.data_capacity_note {
	text-align: left;
	font-size: 1.3rem;
	padding: 10px 0;
}
.data_capacity_note ul {
	margin-left: 1em;
}
.data_capacity_note ul li {
text-indent: -1em;
line-height: 1.5;
}
.data_capacity_note ul li:not(:last-child) {
	padding-bottom: 5px;
}
/* END WSYS-10176 【サイト】容量の目安コンテンツの修正 20240613 N.Kita */

.lineHeight16Em{
	line-height: 1.6em !important;
}
/* WSYS-11771 【フロント】特商法ページの修正とフッターに追加 20241210 J.Young */
.tokusyo-table {
	border-collapse: collapse;
    width: 100%;
}
.tokusyo-table th,
.tokusyo-table td {
    padding-left: 2rem;
    padding-right: 2rem;
}
.tokusyo-table th {
    padding-top: 1.5rem;
	font-size: 2rem;
}
.tokusyo-table td {
	padding-top: 1rem;
    padding-bottom: 1.5rem;
	font-size: 1.7rem;
}
.tokusyo-table tr {
    border-bottom: 2px solid #E5E7EB;
}
.tokusyo-table tr:last-child {
    border-bottom: none;
}
.tokusyo-table a {
    text-decoration: underline;
}