@charset "UTF-8";
/* -------------------------------------
宅配タブのタイトル
---------------------------------------- */
.delivery_title {
	display: flex;
	align-items: center;
}

.delivery_title .-title {
	font-weight: 700;
	font-size: 1.8rem;
	border-radius: 10px;
	color: #ffffff;
	background: #008ae1;
	padding: 20px 30px;
	width: 57%;
	position: relative;
	text-align: center;
}

.delivery_title .-title:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13px;
	border-color: transparent transparent transparent #008be1;
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.delivery_title .-img {
	width: 43%;
	text-align: center;
}

.local_country_column {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 40px;
	padding-top: 20px;
}

.local_country_column .-col {
	width: 145px;
	text-align: center;
	margin: 0 4.6%;
}

.local_country_column .-col .-img {
	margin-bottom: 10px;
}

.local_country_column .-col .-name {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}

.local_table {
	width: 100%;
	table-layout: fixed;
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	font-size: 2rem;
	letter-spacing: normal;
}

.local_table th, .local_table td {
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 7px 15px;
	vertical-align: middle;
	line-height: 1.2;
}

.local_table thead th {
	background: #e3e3e3;
	font-weight: 700;
}

.local_table thead th:not(:first-of-type) {
	text-align: center;
	color: #ffffff;
}

.local_table thead th:nth-of-type(2) {
	background: #ff348a;
}

.local_table thead th:nth-of-type(3) {
	background: #008ae1;
}

.local_table thead th:nth-of-type(4) {
	background: #d09a5a;
}

.local_table tbody td {
	font-size: 2.2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.local_table tbody td:nth-of-type(1) {
	background: #fdeff2;
}

.local_table tbody td:nth-of-type(2) {
	background: #e0f2fe;
}

.local_table tbody td:nth-of-type(3) {
	background: #fdf2e4;
}

.local_table.-hawaii th:nth-of-type(1) {
	width: 40%;
}

.local_table.-hawaii th:nth-of-type(2) {
	width: 30%;
}

.local_table.-hawaii th:nth-of-type(3) {
	width: 30%;
}

.local_table.-korea th:nth-of-type(1) {
	width: 35%;
}

.local_table.-korea th:nth-of-type(2) {
	width: 17%;
}

.local_table.-korea th:nth-of-type(3) {
	width: 17%;
}

.local_table.-korea th:nth-of-type(4) {
	width: 31%;
}

.local_table.-taiwan th:nth-of-type(1) {
	width: 35%;
}

.local_table.-taiwan th:nth-of-type(2) {
	width: 17%;
}

.local_table.-taiwan th:nth-of-type(3) {
	width: 17%;
}

.local_table.-taiwan th:nth-of-type(4) {
	width: 31%;
}
/* -------------------------------------

---------------------------------------- */
.logo_title{
	margin-bottom: 20px;
	text-align: center;
}
.logo_ql .-img{
	width: 110px;
	display: inline-block;
}
.logo_jwifi .-img{
	width: 365px;
	display: inline-block;
}

/* ターミナルリスト */
/* WSYS-12291 【フロント】SEO対応_成田ターミナル表を更新 20250612 M.Shimizu */
.terminallist_area.module-separation {
	margin-bottom: 0;
}
.terminallist_table {
	width:100%;
	border-top:solid 1px #d3d3d3;
	border-left:solid 1px #d3d3d3;
}

.terminallist_table th {
	background:#07308c;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
	text-align: center;
	color:#fff;
	vertical-align: middle;
}

.terminallist_table th.-code {
	width:30%;
}

.terminallist_table td {
	padding:10px;
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
}

.terminallist_inner {
	padding-inline: 2%;
}

.terminallist_inner .map_img {
	margin-bottom: 20px;
}

.terminallist_inner .terminallist_text {
	margin-bottom: 30px;
}

.terminallist_train_table,
.terminallist_checkin_table {
	width: 100%;
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1;
}

.terminallist_train_table td,
.terminallist_checkin_table td {
	width: 50%;
	border-bottom: solid 2px #fff;
}

.terminallist_train_table .bg_blue,
.terminallist_checkin_table .bg_blue {
	padding: 10px;
	border-right: solid 1px #fff;
	background: #0071bc;
	color: #fff;
	text-align: center;
}

.terminallist_train_table .bg_gray,
.terminallist_checkin_table .bg_gray {
	padding: 10px 10px 10px 20px;
	border-left: solid 1px #fff;
	background: #e3e3e3;
}

.terminallist_item:not(:last-child) {
	margin-bottom: 40px;
}

.terminallist_item:last-child {
	margin-bottom: 80px;
}

.terminallist_item h3 {
	margin-bottom: 20px;
	font-size: 2.0rem;
}

.terminallist_item h3 span {
	margin-right: 10px;
	padding: 2px 30px 4px;
	border-radius: 40px;
	background: #0071bc;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

.terminallist_checkin_table {
	width: 60%;
	text-align: center;
}

.terminallist_checkin_table th {
	padding-bottom: 8px;
	font-weight: 600;
}

.terminallist_checkin_table .bg_blue {
	width: 70%;
}

.terminallist_checkin_table .bg_gray {
	width: 30%;
	padding: 10px;
}

.terminallist_inner .text_pink {
	color: #ed1e7a;
}

/* haneda_navi */

.module-receive_map_area .-address.navi_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.module-receive_map_area .-address .navi_btn {
	min-width: 330px;
	font-size: 1.6rem;
	line-height: 40px;
	padding: 0 25px 0 10px;
}

.module-receive_map_area .-address .navi_btn:after {
}

.module-receive_map_area .-address .navi_btn .fas {
	margin-right: 10px;
	font-size: 1.8rem;
}

.module-receive_photo_column .-movie {
	height: 280px;
	background: #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.module-receive_photo_column .-movie iframe {
	width: 390px;
	height: 219px;
}

/* -------------------------------------
スマピ
---------------------------------------- */

.smartpickup_mv_area {
	margin:50px auto 60px auto;
}

.smartpickup_mv {
	display: flex;
	justify-content: space-around;
}

.smartpickup_mv .-txt {
	padding:40px 0 0 0;
}

.smartpickup_mv .-img {

}

.smartpickup_mv_area .-btn {
	font-size: 1.8rem;
	padding-left:20px;
}

.smapi_flow {
	display: flex;
	flex-wrap: wrap;
	margin:20px -4% 20px 0 ;
}

.smapi_flow .-item {
	width:21%;
	margin:0 4% 0 0 ;
	position: relative;
}

.smapi_flow .-item:not(:first-child):before {
	display: inline-block;
	content: "\f0da";
	color: #0051a2;
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	text-align: center;
	position: absolute;
	top:115px;
	left:-24px;
	font-weight: 900;
}


.smapi_flow .-item .-title {
	border-left:solid 2px #008ae1;
	font-size: 2rem;
	font-weight: 700;
	padding: 0 0 0 0.5em;
	text-transform:uppercase;
	margin:0 0 15px 0;
}

.smapi_flow .-item .-img {

}

.smapi_flow .-item .-txt {
	font-size: 1.4rem;
}

.indent_note {
	text-indent: -2em;
}

.smapi_locker {
	margin:20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	border-left:solid 1px #d3d3d3;
}

.smapi_locker .-item {
	border-right:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	flex:1;
}

.smapi_locker.-col4 .-item {
	flex:1;
}

.smapi_locker .-title {
	color:#fff;
	font-weight: 700;
	text-align: center;
	padding:2px 5px;
	border-bottom:solid 1px #d3d3d3;
	border-top:solid 1px #d3d3d3;
}

.smapi_locker .-txt {
	padding:5px 2px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.smapi_locker .smapi_a {
	background:#e30000;
}

.smapi_locker .smapi_b {
	background:#008ae1;
}

.smapi_locker .smapi_c {
	background:#00b900;
}

.smapi_locker .smapi_d {
	background:#f9962b;
}

.smapi_locker .smapi_e {
	background:#ff348a;
}

.smapi_locker .smapi_f {
	background:#c04ab6;
}

.smapi_step_block {
	margin:20px 0;
}

.smapi_step_block .-img {
	text-align: center;
}

.smapi_step_block .-img .-title  {
	color:#fff;
	padding:5px 10px;
	background:#008ae1;
	text-align: left;
}

.smapi_page_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin:0 0 0 -2% ;
}

.smapi_page_link .-item{
	width:31.3333333%;
	margin:0 0 2% 2% ;
}

.exception_title {
	font-size: 25px;
}

/* -------------------------------------
コンビニ受取タブ
---------------------------------------- */

.store_info_area .img_area {
	border: #07308c 1px solid;
	border-radius: 10px;
	width: auto;
	height: auto;
}

.store_info_area .img_area .-ttl {
	background: #07308c;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	width: 100%;
	height: 56px;
	color: #FFF;
	text-align: center;
	font-size: 1.05em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.store_info_area .img_area .-img{
	background: #07308c;
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.store_info_area .img_area .-txt{
	background: #FFF;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	width: 100%;
	height: 80px;
	font-size: 0.85em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}

.store_note_area .module-accordion .-accordion_btn .-txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.store_note_area .module-accordion .-accordion_btn .-sub {
	padding-left: 3em;
}
.store_flow_area .module-receive_photo_column.-col02 .-col .-img {
	background: none;
	height: auto;
	padding: 10px;
}

.store_flow_area .module-receive_photo_column .-img img {
	max-height: 180px;
	max-width: 100%;
}

.store_flow_area .module-receive_photo_column.-col02 .img_col {
	width: 35%;
	margin-right: 2%;
}

.store_flow_area .module-receive_photo_column.-col02 .txt_col {
	width: 60%;
}

.store_flow_area .module-receive_photo_column.-col02 {
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.store_flow_area .module-receive_photo_column.-col02:last-child {
	margin-bottom: 0;
}

.store_flow_area .store_receipt .-txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.store_flow_area .store_receipt .-num {
	margin-right: 10px;
}

.store_flow_area .store_receipt .-title {
	font-size: 2.3rem;
}

.store_note_area .indent_txt {
	margin-left: 1em;
	text-indent: -1em;
}

/* 2020-12-10 TC.Takeyama[WSYS-8154]大分空港_営業時間に関するテキスト追加 */
.time_annotation {
	display: inline-block;
	width: 600px;
}

/* 2023-02-21 TB.Shimul[WSYS-9825]【VMDB・サイト】仙台空港 ロッカー受取予約開始に伴う改修 */
.no_width {
	width: unset;
}

/* WSYS-11253 【VMDB・フロント】新規場所追加_東京モノレール羽田空港第3ターミナル駅 20240806 J.Young */
.module-airport_list .-frame .-haneda-item_place .-txt p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.haneda_floor_icon {
	padding: 5px;
    color: #fff;
	border-radius: 5px;
	padding: 5px 17px;
}

.haneda_floor_icon.-icon_3f {
    background: #e09e2c;
	border: 2px solid #ffce07;
}
.haneda_floor_icon.-icon_2f {
    background: #4ea62e;
	border: 2px solid #ffce07;
}

.-item.-item_ico.-haneda-icon {
    align-items: center;
}

/* WSYS-11544 【フロント】コンビニ受取の期日に関するテキスト変更 20241010 J.Young */
.layout-content_inner .module-inner.store_limit_inner {
	padding: 0 10px 40px;
}
.store_limit_inner .airport_link {
	color: #333;
	transition: opacity 0.3s;
}
.store_limit_inner a {
	text-decoration: none;
}
.store_limit_inner .airport_link:hover {
    opacity: 0.5;
}

/* WSYS-12151 【フロント】コンビニ受取時の注意文言修正依頼 20250403 M.Shimizu */
.module-indent_list_disc li {
	margin-left: 1.2em;
	list-style-type: disc;
}

.notein_note .-title {
	font-weight: 600;
}

/* WSYS-12269 【フロント】SEO対応_国内宅配ページ 20250529 M.Shimizu */
/* よくある質問 */
.qa_area {
	padding-top: 30px;
}

.qa_area .module-centering_title {
	border-top: none;
}

.qa_area .module-inner {
	padding-inline: 0;
}

.qa_list {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.qa_list:last-child {
	margin-bottom: 0;
}
.qa_list .-title {
	cursor: pointer;
	height: 54px;
	background: #e0f2fe;
	color: #222;
	text-decoration: none;
	width: 100%;
	padding: 1px 45px 1px 63px;
	font-weight: 700;
	border-bottom: 2px solid #00a0e9;
	display: flex;
	align-items: center;
	position: relative;
}
/* WSYS-13099 【VMDB・フロント】問い合わせフォーム項目追加 20260115 M.Amano */
.qa_list .-title:before {
	content: "";
	display: block;
	width: 35px;
	height: 40px;
	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%);
}
.qa_list .-title:after {
	content: "\f078";
	font-weight: 900;
	font-family: "font awesome 5 free";
	position: relative;
	font-size: 2rem;
	color: #00a0e9;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.qa_list .-title.active:after {
	content: "\f077";
}
.qa_list .-answer {
	position: relative;
	padding: 20px 20px 20px 63px;
}
.qa_list .-answer:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_a.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 18px;
}