@charset "UTF-8";

.align_right{
	text-align: right;
}

.content {
	padding-top: 90px;
}

/* header */
.lp_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
}

.lp_header .-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 90px;
	justify-content: space-between;
}

.lp_header .-inner .-logo {
	width: 230px;
}
/* [WSYS-9081] 【SEO】羽田 No4 グローバルナビゲーションの設置 20220502 kosuke.tanaka */
/* gnav_area */

.gnav_area{
	background-color: #051f49;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}
.gnav_area .inner {
    width: 980px;
    margin: 0 auto;
}
.gnav_area .menu > li {
    float: left;
	border-right: 1px solid #3e577a;
	padding: 10px 20px;
}
.gnav_area .menu > li:first-child {
	border-left: 1px solid #3e577a;
}
.gnav_area li .link {
	color: #fff;
}

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

.-regist_link{
	width: 35%;
}

.-regist_link .discount_txt{
	text-align: center;
    margin-bottom: 4px;
    font-size: 0.9em;
}

.-regist_link .-btn {
	transition: 0.3s;
	text-decoration: none;
	width: 80%;
	background: #ff3366;
	color: #ffffff;
	border-radius: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	position: relative;
}
.-regist_link .-btn:hover {
	opacity: 0.7;
}

.-regist_link .-btn .-ico {
	margin-right: 10px;
	width: 20px;
}

.-regist_link .-btn .-txt {
	font-size: 1.6rem;
}

.-regist_link .-btn .-txt:after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	font-weight: 700;
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.-regist_link .-btn .-txt:after{

}

/* footer */
.container .module-footer_simple {
	background: #172c4f;
	color: #ffffff;
	height: 60px;
	min-width: 960px;
}

.container .module-footer_simple .-inner {
	text-align: center;
}

.container .module-footer_simple .-copyright {
	color: #fff;
	font-size: 1.2rem;
	line-height: 60px;
}



/* base */

.contents_area.module-separation {
	margin-bottom: 0;
}

.contents_area > .layout-content_inner {
	padding: 78px 0;
}

.area_ttl{
	position: relative;
	background-color: #004b97;
	color: #fff;
	font-weight: 700;
	padding: 13px 0;
	font-size: 3.6rem;
	text-align: center;
	min-width: 1200px;
	margin: 0 auto;
}
.area_ttl:after{
	content: "";
	display: inline-block;
	border-top: 20px solid #004b97;
	border-right: 30px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: -70px;
	left: 48%;
	z-index: 10;
}

.section_title {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.rounded_title {
    text-align: center;
}
.rounded_title .-txt {
	margin: 0 0 30px 0;
	display: inline-block;
	padding: 2px 30px 2px 30px;
	background: #172c4f;
	border-radius: 2em;
	color: #fff;
	font-size: 1.7rem;
	font-weight: normal;
}

/* WSYS-12283 【フロント】MEO対策_空港ページに住所とgoogleの店舗名を反映 20250515 M.Shimizu */
.contents_area > .layout-content_inner .module-my-business-title {
	color: #000;
}

/* mv_area */
/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_area {
	height: 620px;
	/* WSYS-11012 【サイト】空港LPのテキスト/画像修正 20240521 M.Amano */
	background-image: url(/common/images/lp_3grn/base_airport/images/enterprise/main_visual.png?date=20241114);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
	min-width: 1200px;
	margin: -12px auto 0;
	background-color: #0281f6;
	overflow: hidden; 
}

/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_area .imgcharacter {
	position: absolute;
	top: 133%;
	left: 35%;
	transform: translateY(-50%);
	width: 1190px;
	min-width: 1000px;
}

.mv_txt_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 980px;
	height: 620px;
	display: flex;
}

.mv_txt_area .container_left {
	width: 642px;
	position: relative;
}

/* WSYS-11012 【サイト】空港LPのテキスト/画像修正 20240521 M.Amano */
/* WSYS-11278 【サイト】SEO対策_空港LP_h1タグ修正 20240801 J.Young */
/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_txt_area .mv_label {
	position: absolute;
	top: 13rem;
	right: 1rem;
	background-color: #fff;
	color: #004483;
	border: 1px solid #fff;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 30px;
	line-height: 1.2;
	border-radius: 4px;
	width: 470px;
}

/* WSYS-11012 【サイト】空港LPのテキスト/画像修正 20240521 M.Amano */
/* WSYS-11278 【サイト】SEO対策_空港LP_h1タグ修正 20240801 J.Young */
.mv_txt_area .mv_label:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 19.2em;
	bottom: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 10px 0 10px 33px;
	transform: rotate(160deg);
}

.mv_txt_area .mv_label span {
	color: #004483;
}

/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_txt_area .mv_title_layout {
	position: absolute;
	top: 35%;
	left: 1.5rem;
	display: flex;
	align-items: center;
}

.mv_txt_area .mv_title_layout .sumaho_img {
	width: 120px;
}

.mv_txt_area .mv_title {
	color: #fff;
	font-size: 5.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-left: 2rem;
}

.mv_txt_area .mv_title span {
	color: #FFEA00;
	font-size: 7.8rem;
}

.mv_txt_area .mv_title .dots {
	position: relative;
}

.mv_txt_area .mv_title .dots::before {
	content: '・';
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 35px;
	transform: translateX(-50%);
}

/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_txt_area .icon_layout {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_txt_area .icon_block {
	background: rgba(255,255,255,0.7);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	padding: 20px 10px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 15px rgba(149,157,165,0.4);
}

.mv_txt_area .icon_block img {
	width: 55%;
}

.mv_txt_area .icon_block p {
	color: #043785;
	font-size: 1.6rem;
	margin-top: 10px;
}

/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_txt_area .wappen_img {
	width: 175px;
}

.mv_txt_area .mv_comment {
	position: absolute;
	top: 500px;
	right: -450px;
	color: #043785;
	font-size: 2rem;
	width: 450px;
}

/* WSYS-11660 【フロント】空港LPのMV修正_タレントの画像に差し替え 20241114 J.Young */
.mv_txt_area .mv_comment .img-text{
	position: absolute;
	top: 35px;
	left: 50%;
	color: black;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 700;
	text-shadow:
		1px 1px 0 #fff,
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff;
}

.mv_txt_area .mv_comment span {
	font-weight: bold;
	font-size: 2.2rem;
}

.annotation_text {
	font-size: 0.85em;
	width: 980px;
	margin: 0 auto;
}

/* receive_area */

.receive_title {
	margin: 20px 0;
	text-align: center;
	font-size: 3.0rem;
}

.receive_area .layout-content_inner {
	padding: 0;
}

.receive_area .layout-nottab_content {
	background: none;
	padding-top: 0;
}

.receive_area .layout-nottab_content > .-inner {
	padding: 0 20px 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 40px;
}

.receive_area .layout-nottab_content > .-inner:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.receive_area .module-airport_detail {
	justify-content: center;
	border: 1px solid #d3d3d3;
}

.receive_area .module-airport_detail .-item {
	width: 300px;
	height: 103px;
}

.receive_area .module-airport_detail .-item_place {
	border-right: 1px solid #d3d3d3;
}

.receive_area .module-airport_detail .-item .-box {
	border: none;
}

.receive_area .module-airport_detail .-item_place .-txt {
	font-size: 1.4rem;
	padding: 3px 0 3px 10px;
	height: 72px;
}

.receive_area .module-airport_detail .-item_place .-txt .-notice {
	margin-left: 5px;
}

.receive_area .module-receive_photo_column.-col02 .-col .-img {
	padding: 10px;
}

.receive_area .module-airport_detail .-item_ico {
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.receive_area .module-airport_detail .-item_ico .-ico > li:first-child {
	margin: 0;
}

.receive_area .-regist_link .-notice {
	margin-top: 20px;
}


/* wifi_area */

.wifi_area {
	background: #fff;
}

.wifi_area .layout-content_inner {
	padding: 0;
}

.wifi_area .-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.wifi_area .-txt {
	width: 430px;
	font-size: 1.4rem;
}

.wifi_area .inner_title {
	margin: 0 0 50px 0;
	font-size: 2.9rem;
	font-weight: normal;
	line-height: 1.3;
}

.wifi_area .notes_mark {
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: top;
}

/* easy_rates_area */
.easy_rates_area {
	text-align: center;
	background-color: #f8f8f8;
	background-image: url(/common/images/lp_3grn/base_airport/images/enterprise/bg.jpg);
	background-position: bottom center;
}

.easy_rates_area .layout-content_inner {
	background: linear-gradient(to right, rgba(248,248,248,0) 0%,rgba(248,248,248,0) 25%,rgba(248,248,248,1) 50%,rgba(248,248,248,0) 75%,rgba(248,248,248,0) 100%);
	padding: 78px 0 ;
}

.easy_rates_area .inner_title {
	font-size: 2.4rem;
	margin-bottom: 16px;
	font-weight: 400;
}

.easy_rates_area .inner_title span {
	color:#999;
	font-size: 3.6rem;
	display: inline-block;
}

.easy_rates_area .-txt {
	margin-top: 30px;
}

/* data_area */

.data_area.module-separation {
	background: #fff;
}

.data_area .data_list {
	display: flex;
	justify-content: space-around;
	width: 85%;
	margin: 0 auto;
}
.data_area .data_list li {
	width: 23%;
	padding: 0 3rem;
}
.data_area .data_list li:nth-child(2),
.data_area .data_list li:nth-child(3) {
	width: 27%;
}
.data_area .data_list li img {
	margin-top: 2.5rem;
    margin-bottom: 1rem;
	height: 160px;
}

.data_area .data_list li p .small {
	font-size: 1.2rem;
}

.data_area .data_list li p {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.7rem;
}

.data_area .data_list .background {
	color: #fff;
	padding: 5px 1rem;
}

.data_area .data_list .capacity_normal .background {
	background-color: #091F79;
}
.data_area .data_list .capacity_normal p {
	color: #091F79;
}

.data_area .data_list .capacity_large .background {
	background-color: #0F74D9;
}
.data_area .data_list .capacity_large p {
	color: #0F74D9;
}

.data_area .data_list .capacity_super_large .background {
	background-color: #F58421;
}
.data_area .data_list .capacity_super_large p {
	color: #F58421;
}

.data_area .data_list .capacity_unlimited .background {
	background-color: #AD007C;
}
.data_area .data_list .capacity_unlimited p {
	color: #AD007C;
}
.history_area {
    width: 840px;
    margin: 10px auto;
}

/* plan_area */

.countries_plan_table{
	width: 100%;
	margin-bottom: 20px;
}
.countries_plan_table th,
.countries_plan_table td{
	width: 50%;
	font-size: 2.2rem;
	text-align: center;
}
.countries_plan_table th{
	padding: 16px 0;
	border-radius: 8px 8px 0 0;
	background-color: #003d74;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.countries_plan_table th:after{
	content: "";
	display: inline-block;
	border-top: 20px solid #003d74;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: -28px;
	left: 46%;
}
.countries_plan_table th:nth-child(2n):after{
	border-top: 20px solid #e85526;
}
.countries_plan_table td{
	padding: 14px 0;
	background-color: #d3e7f8;
	color: #003d74;
}
.countries_plan_table tr:nth-child(2n-1) td{
	background-color: #edf3f9;
}
.countries_plan_table th:nth-child(2n-1){
	border-right: 1px solid #fff;
	border-radius: 8px 10px 0 0;
}
.countries_plan_table td:nth-child(2n-1){
	border-right: 1px solid #fff;
}
.countries_plan_table th:nth-child(2n){
	border-left: 1px solid #fff;
	border-radius: 10px 8px 0 0;
	background-color: #e85526;
}
.countries_plan_table td:nth-child(2n){
	border-left: 1px solid #fff;
	background-color: #f8e5d6;
	color: #c53f14;
}
.countries_plan_table tr:nth-child(2n-1) td:nth-child(2n){
	background-color: #fcf3eb;
}

/* guide_area */

.guide_area {
	background: #fff;
}

.receive_flow:after{
	content: "";
	display: none;
	clear: both;
}

.receive_flow{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.receive_flow li{
	position: relative;
	text-align: center;
	height: 450px;
	width: 25%;
}
.receive_flow li:after{
	position: absolute;
	content: "";
	display: block;
	border-top: 10px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #004b97;
	position: absolute;
	top: calc(50% - 69px);
	right: -10px;
}
.receive_flow li:last-child:after{
	border: 0;
	display: none;
}
.receive_flow .ttl img{
	vertical-align: middle;
	margin-right: 4px;
}
.receive_flow .ttl{
	font-size: 2.1rem;
	color: #002963;
	display: flex;
	align-items: center;
	justify-content: center;
}
.receive_flow .ttl span{
	display: inline-block;
	vertical-align: middle;
}
.receive_flow .ttl span.sp{
	display: none;
}
.receive_flow .img{
	margin: 0 auto 8px;
}
.receive_flow .txt{
	text-align: center;
	font-size: 1.4rem;
}

.guide_area .border_title {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	font-size: 2.8rem;
}
@media all and (-ms-high-contrast: none){
	.guide_area .border_title {
		font-size: 2.7rem;
	}
}
.pack_area .content_box {
	display: flex;
	justify-content: space-around;
}

.pack_area .content_block .inner > .-img {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}

.pack_area .content_block {
	box-shadow: 0 0 6px 3px #ccc;
	padding: 40px 30px;
	box-sizing:border-box;
}
.pack_area .content_block .inner {
	width: 800px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.pack_area .txt{
	font-size: 1.6rem;
}

.pack_area .content_text {
	width: 560px;
	text-align: left;
}
.pack_area .content_text p + p {
	margin: 40px 0 0 0;
}

.pack_table {
	font-size: 1.6rem;
	border: 5px solid #f3f3f1;
	border-collapse: collapse;
	margin: auto;
}
.pack_table th,
.pack_table td {
	border: 5px solid #f3f3f1;
	vertical-align: middle;
}
.pack_table th {
	height: 50px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	width: 230px;
}

.pack_table .side_th {
	background: #172c4f;
	color: #fff;
	font-weight: bold;
}
.pack_table .side_th small {
	color: #cbd1dc;
	font-size: 1.2rem;
	font-weight: normal;
}
.pack_table td {
	line-height: 50px;
}
.pack_table td strong {
	color: #ff3366;
	font-weight: bold;
}
/* WSYS-12340 【フロント】Skypeサービス終了に伴い削除① 20250527 J.Jiyun */
.support_area {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 395px;
	padding: 50px 0 50px 40px;
	box-shadow: 0 0 6px 3px #ccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.support_area .content_text {
	width: 480px;
	height: 100%;
}

.support_area .content_text .-img {
	margin-top: 20px;
}
/* inner_btn */


/* inner_btn */
/* inner_btn */

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

/* voice_area */

.voice_area {
	padding: 50px 0;
	background: #f8f8f8;
}

.voice_area .border_title .-txt {
	display: inline-block;
	padding: 5px 2px 5px 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	margin: 0 0 50px 0;
	font-size: 2.9rem;
	font-weight: normal;
	line-height: 1.3;
}

.voice_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.voice_box {
	width: 430px;
	position: relative;
	background: #fff8d5;
	margin: 0 auto 70px;
	padding: 50px 35px 0;
	box-shadow: 7px 7px 0 rgba(1, 68, 112, 0.3);
	transition: 0.2s;
}

.voice_box .-ttl {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	position: absolute;
	background: #39b1ff;
	width: 160px;
	margin: 0 auto;
	padding: 5px 0;
	border: 1px solid #eeeeee;
	box-shadow: 7px 7px 0 rgba(1, 68, 112, 0.3);
	left: 0;
	right: 0;
	top: -22px;
	z-index: 5;
}

.voice_box .-btn {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 700;
	background: #fff;
	width: 140px;
	margin: 15px auto;
	padding: 5px 0;
	border: 1px solid #444444;
	border-radius: 18px;
}

.voice_box .-detail {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: rgba(251,52,138,0.9);
	transition: 0.2s;
	opacity: 0;
}

.voice_box .-img > img{
	transition: 0.2s;	
}

.voice_box:hover .-img > img{
	transform: scale(1.05);
}

.voice_box:hover .-detail {
	z-index: 2;
	opacity: 1;
}
/* qa_area */

.qa_area {
	padding: 40px 0 0;
	background: #fff;
}

.qa_list {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.qa_list .-title {
	cursor: pointer;
	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: flex;
	align-items: center;
	position: relative;
}

.qa_list .-title: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%);
}

.qa_list .-title: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%);
	transition: 0.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;
}

/* inner_btn */

.-regist_link.-inner_btn {
	margin: 60px auto 0;
	padding-bottom: 60px;
}

.-regist_link.-inner_btn .discount_regist_txt{
	font-size: 2.5rem;
}

.-regist_link.-inner_btn .-lead {
	font-size: 3.0rem;
	margin: 20px auto 0;
}

.-regist_link.-inner_btn .-btn {
	width: 100%;
	margin: 10px auto 0;
	height: 70px;
	border-radius: 70px;
}

.-regist_link.-inner_btn .-btn .-txt {
	font-size: 2.4rem;
}

.-regist_link.-inner_btn .-btn .-ico {
	width: auto;
}

.-regist_link.-inner_btn .-btn .-txt:after {
	font-size: 2.8rem;
	margin-left: 15px;
}


/* 料金プランデータ通信料一覧table
-----------------------------------------------------*/

.fairuse_t{
	box-sizing : border-box;
	padding:20px 30px 30px;
	}

table {
    width: 100%;
	}
	
table.fairuse{
	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;
	}
	
.plan_t {
    margin-bottom: 30px;
	}		
	
table.fairuse th, table.fairuse td {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    vertical-align: middle;
    text-align: center;
	}

.plan_t th {
    padding: 20px 0;
    color: #fff;
	font-size: 2rem;
	font-weight:bold;
	}

.plan_t td {
    color: #333;
	font-size: 2rem;
	font-weight:400;
	}

table.fairuse td.plan_Ico_sns{
    color: #333;
	font-size:16px;
    padding: 20px 0;
	
	position: relative;
	}

table.fairuse td.plan_Ico_sns:before {
	content: '';
	position: absolute;
	left: 1%;
	top: 3px;
	display: inline-block;
	width: 5px;
	height: 98%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #2c8ae1;
	}
	
.plan_t th.ttl_navy{
	background-color:#071f49;
	}

.plan_t th.ttl_blue{
	background-color:#16308c;
	}
	
.plan_t th.ttl_lightblue{
	background-color:#2c8ae1;
	}
	
.plan_t th.ttl_orange{
	background-color:#f9962b;
	}
	
.plan_Ico_sns .ico_txt{
	display:block;
	text-align:center;
	padding-top:10px;
}

.plan_b_detail{
	background:#e0f2fe;
	}
	
.plan_o_detail{
	background:#fdf2e4;
	}

/*[WSYS-8543] データ容量 基準変更(Youtube) 20210720 h.arai　*/
.plan_b_detail .yt_data_plan,
.plan_l_detail .yt_data_plan,
.plan_o_detail .yt_data_plan {
	padding: 5px 15px;
}

.plan_b_detail .yt_data_plan tr,
.plan_l_detail .yt_data_plan tr,
.plan_o_detail .yt_data_plan tr {
	border-bottom: dashed 1px #d3d3d3;
	display: table;
	padding: 4px 4px 4px 0;
	width: 100%;
}

.plan_b_detail .yt_data_plan td, .plan_b_detail .yt_data_plan .border_none,
.plan_l_detail .yt_data_plan td, .plan_l_detail .yt_data_plan .border_none,
.plan_o_detail .yt_data_plan td, .plan_o_detail .yt_data_plan .border_none {
	border: none;
}

.plan_b_detail .yt_data_plan .yt_petabyte {
	color: #ffffff;
	background-color: #77ACFA;
	width: 80px;
}

.plan_l_detail .yt_data_plan .yt_petabyte {
	color: #3F92E0;
	background-color: #CFEFFC;
	width: 80px;
}

.plan_o_detail .yt_data_plan .yt_petabyte {
	color: #ffffff;
	background-color: #FABA63;
	width: 80px;
}

.plan_b_detail .yt_data_plan .yt_min,
.plan_l_detail .yt_data_plan .yt_min,
.plan_o_detail .yt_data_plan .yt_min {
	text-align: right;
	padding-right: 20px;
}
/*[WSYS-8543] データ容量 基準変更(Youtube) 20210720 h.arai　ここまで*/


/* pagetop */
.pagetop {
	display: none;
    position: fixed;
    bottom: 300px;
    right: 0;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    z-index: 50;
}

.pagetop a{
    color: #fff;
}

.pagetop i{
	margin-top: 16px;
	position: relative;
}

.pagetop:hover {
    color: #fff;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.spetxt{
	display: inline-block;
	margin-top: 5px;
}
/* {* WSYS-9081 【SEO】羽田 追加修正 フロアマップのモーダル化 20220520 kosuke.tanaka */
/* ----------------------------------------------
	拡大モーダル
---------------------------------------------- */

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.modal__bg{
    background: #000;
	opacity: 0.7;
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.modal__content img{
	margin: 0;
    border: none;
    max-width: unset !important;
	padding: 5px;

}

.modal_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;
}

.modal_close:before{
    content: "\f00d";
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Free";
    display: block;
    text-indent: 0;
    font-weight: 900;
    color: #ffffff;
}

.modal_expansion{
    position: relative;
    padding-left: 30px;
    color: #333;
    display: inline-block;
    margin-top: 3px;
}

.modal_expansion:before {
    content: "";
    display: block;
    background: url(/common/images/lp_3grn/base_airport/images/enterprise/enlarge_icon.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* WSYS-10152 【サイト】速度・容量についてのコンテンツを修正 */
.plan_column {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.plan_column .-item:not(.-ico) {
	border: 1px solid #008ae1;
}
.plan_column .-item .-title {
	color: #07308c;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.plan_column .-item_speed {
	padding: 20px 40px;
	width: 432px;
}
.plan_column .-item_speed .-communicationspeed {
	padding: 0 10px 20px;
}
.plan_column .-item_speed .-communicationspeed .-img {
	width: auto;
}
.plan_column .-item_capacity {
	padding: 20px 50px;
	width: 432px;
}
.plan_column .-item_capacity .img {
    margin-top: 40px;
}
.plan_column .-item.-ico {
	font-size: 4rem;
	font-weight: 700;
	color: #008ae1;
	display: flex;
	align-items: center;
}

/* WSYS-10070 【サイト】空港LPの対応国に国ページへのリンク設置 20240208 N.Kita */
.countries_plan_table td a {
	color: #003d74;
	text-decoration: underline;
}
.countries_plan_table td a:hover {
	color: #008ae1;
}

/* WSYS-11346 【フロント】SEO対応_空港LPの修正 20240827 J.Young */
.btn_microcopy {
	margin-top: 20px;
	font-weight: 600;
    font-size: 1.7rem;
}
.btn_microcopy .pink {
	color: #ff3366;
}