/* WSYS-13384 【フロント】JWiFiサイトを共通化にリニューアル 20260618 M.Shimizu */
@charset "utf-8";
:root {
	--jwifi-navy:    #07308c;  /* メインのネイビー */
	--jwifi-blue:    #0d90e3;  /* バッジ青 */
	--jwifi-teal:    #00b8bf;  /* バッジティール */
	--jwifi-orange:  #f2830c;  /* オレンジ強調 */
	--jwifi-link:    #0a4087;  /* リンク色 */
	--jwifi-hover:   #78a3db;  /* ホバー色 */
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5em;
}

img {
	width: 100%;
	height: auto;
}

/* =====================
	Dialog
===================== */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

.window {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
	padding: 20px;
	text-align: left;
}

.airport_dialog {
	width: 761px;
	height: auto;
	padding: 20px;
	background-color: #fff;
}

.airport_dialog img {
	width: auto;
}

.window p.button {
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.sa_dialogTokusyo {
	width: 733px !important;
	height: 500px;
	overflow: scroll;
	background-color: #fff;
}

.sa_dialogTokusyo .ititle {
	width: 100%;
	height: 37px;
	margin-bottom: 10px;
	padding: 9px 0 0 14px;
	background: url("/images/contents/lp/lp_area_pop_title_bg.png") no-repeat scroll 0 0 transparent;
	font-size: 110%;
	font-weight: bold;
}

.sa_dialogTokusyo .button {
	margin-bottom: 30px;
}

.sa_dialogTokusyo dl {
	display: table;
	width: 100%;
	border: 1px solid #cacaca;
	border-bottom: none;
}

.sa_dialogTokusyo dl.last {
	border-bottom: 1px solid #cacaca;
}

.sa_dialogTokusyo dl dt {
	display: table-cell;
    vertical-align: middle;
	width: 40%;
	padding: 10px;
	background-color: #f5f5f5;
	text-align: left;
}

.sa_dialogTokusyo dl dd {
	display: table-cell;
    vertical-align: middle;
	width: 60%;
	padding: 10px;
	background-color: #fff;
	border-left: 1px solid #cacaca;
}

/* =====================
	Header
===================== */
.lp_header .-inner .-logo .-txt {
	margin-bottom: 6px;
}

.lp_header .-inner .-logo img {
	width: 100%;
}

.lp_header .-inner .-tel {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #333;
}

.lp_header .-inner .-tel .company_link a {
	color: var(--jwifi-link);
	font-size: 1.4rem;
	text-decoration: underline;
}

.lp_header .-inner .-tel .company_link a:hover {
	color: var(--jwifi-hover);
}

/* =====================
	MV
===================== */
.visual_area {
	padding: 40px;
	background: none;
}

.visual_area .main_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	object-fit: cover;
}

.visual_area .visual_area_text {
	position: relative;
	left: 46%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	max-width: 500px;
	text-align: center;
}

.visual_area .visual_area_text .visual_area_subtext {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
}

.visual_area .visual_area_text .visual_area_subtext p {
	padding: 10px 16px;
	border-radius: 10px;
	line-height: 1;
}

.visual_area .visual_area_text .visual_area_subtext p:first-child {
	background: var(--jwifi-blue);
}

.visual_area .visual_area_text .visual_area_subtext p:last-child {
	background: var(--jwifi-teal);
}

.visual_area .visual_area_text h1 {
	margin-bottom: 10px;
	color: var(--jwifi-navy);
	font-size: 2.8rem;
}

.visual_area .visual_area_text h1 span {
	color: var(--jwifi-orange);
	font-size: 4.0rem;
}

.visual_area .visual_area_text h1 span:first-child {
	position: relative;
}

.visual_area .visual_area_text h1 span:first-child::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 16px;
	background: rgba(239, 196, 8, 0.4);
}

.visual_area .visual_logo {
	width: 42.6rem;
	margin-bottom: 20px;
}

.visual_area .visual_img {
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto 20px;
}

.visual_area .visual_img img {
	width: 49%;
}

.visual_area .visual_sup {
	position: static;
}

.visual_area .mv_terminal {
	position: absolute;
	top: 0;
	right: -17rem;
	width: 16rem;
}

.visual_apply_area {
	padding: 50px 0;
}

/* =====================
	選ばれる理由
===================== */
.reason_area ._inner::before {
	content: none;
}

.reason_area ._ttl_h2::before {
	right: -7.7rem;
}

.reason_area ._ttl_h2 .ttl_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.reason_area ._ttl_h2 .ttl_logo img {
	width: auto;
	max-width: 55%;
	padding: 8px;
	object-fit: contain;
	background: #fff;
}

.reason_item {
	width: 330px;
}

.reason_item::before {
	width: 350px;
}

/* =====================
	プラン
===================== */
.plan_text::after {
	content: none;
}

/* =====================
	みんなでシェア
===================== */
.share_suggest_wrapper {
	justify-content: center;
}

.share_suggest_wrapper::after {
	background: none;
}

.share_suggest {
	width: 80%;
	margin: 0 auto;
}

.share_suggest_inner {
	width: 64%;
}

.share_sup {
	margin-bottom: 0;
}

/* =====================
	受取返却
===================== */
.receive_area ._inner:first-child {
	padding-bottom: 80px;
}

.modalBox.modal-padding_zero.modal-contentwidth {
	top: calc(50% + 40px) !important;
	transform: translateY(-50%);
}

.counter_content {
	background: #fff;
}

.counter_content ._ttl_h3::before {
	border-left: 1.5em solid #fff;
}

.counter_content ._ttl_h3::after {
	border-right: 1.5em solid #fff;
}

.counter_content_inner {
	width: 80%;
	margin-inline: auto;
}

.counter_content .module-my-business-title {
	margin-bottom: 10px;
}

.counter_content .counter_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.counter_content .counter_list li.js-modionGroup {
	width: 49%;
	border: solid 1px #99ceef;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
	font-size: 1.6rem;
	line-height: 1.0;
	cursor: pointer;
	transition: background 0.2s;
}

.counter_content .counter_list li.js-modionGroup:hover {
	background: #f0f6ff;
}

.counter_content .counter_list li.js-modionGroup .-item span span {
	display: block;
	padding: 16px;
}

.counter_content .counter_note {
	padding-top: 30px;
	text-align: center;
}

/* =====================
	フッター
===================== */
.footer ._inner {
	padding: 60px 4%;
}

.footer .footer_wrapper {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}

.footer .footer_wrapper .footer_left img {
	width: 200px;
	margin-bottom: 10px;
}

.footer .footer_wrapper .footer_right a {
	text-decoration: underline;
}

.footer .footer_wrapper .footer_right a:hover {
	color: var(--jwifi-hover);
}
