@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;
}

/* ターミナルリスト */
.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;
}

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