@charset "utf-8";

.custhelp_receive .str {
	color: #ff0000;
	font-weight: 700;
}

/* receive_airport_detail */

.airport_block .airport_title {
	pointer-events:none;
}


.airport_title {
	background:#e0f2fe;
	padding:10px 20px;
	color:#07308c;
	font-size: 2rem;
	font-weight: 700;
	margin:60px 0 30px 0;
}



.airport_counter_table {
	border-left:solid 2px #d3d3d3;
	border-top:solid 2px #d3d3d3;
	width:100%;
	margin:30px 0;
	table-layout: fixed;
}

.airport_counter_table th{
	color:#fff;
	padding:10px;
	text-align: center;
	border-right:solid 2px #d3d3d3;
	border-bottom:solid 2px #d3d3d3;
	width:50%;
}

.airport_counter_table th.-receive {
	background:#ff348a;
}

.airport_counter_table th.-return {
	background:#008ae1;

}

.airport_counter_table td {
	border-right:solid 2px #d3d3d3;
	border-bottom:solid 2px #d3d3d3;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 700;
}

.airport_counter_table td.-blank {
	background:#d3d3d3;
}


.counter_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

/* WSYS-11162 【VMDB】羽田空港 第3ターミナル 2階 JALABC　受取開始　20240624 J.Young */
.counter_content .-txt {
	width: 360px;
}
/* WSYS-11598 【フロント・VMDB】羽田3階出発ロビーJALABCカウンター営業開始 20241024 J.Young */
.counter_content .-txt2 {
	width: 100%;
}

.counter_content .-txt .-link,
.counter_content .-txt2 .-link {
	display: block;
	text-decoration: underline;
}
.counter_content .-txt .-link:hover,
.counter_content .-txt2 .-link:hover {
	text-decoration: none;
}

.counter_content .-txt .-link {
	display: block;
	text-decoration: underline;
}
.counter_content .-txt .-link:hover {
	text-decoration: none;
}

.counter_content .-ico  {
	margin:0 0 0 0.5em;
}

.counter_content .-ico img {
	width:50px;
}