@charset "utf-8";
* {
	box-sizing: border-box}
html {
	color: #000;
	background: #FFF;
	height: 100%;
	font-size: 10px;
}

body {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 1.6rem;
	color: #333333;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, input, textarea, button, select, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

td,th {
	vertical-align: top;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

ul,ol,li {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

p,li,dd,dt,td,th {
	word-wrap: break-word;
}

a {
	color: #e388ab;
	text-decoration: underline;
}

button,input,textarea,body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #0a4087;
}

/* -------------------------------------
	全体のスタイル
---------------------------------------- */
.btn_regist {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 530px;
	margin: 0;
	background: #ff3366;
	border-radius: 2em;
	text-align: center;
}

.btn_regist:before {
	position: absolute;
	z-index: -1;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	content: "";
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2em;
	cursor: pointer;
}

.btn_regist a {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 56px;
}

.btn_regist a:before {
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 50px;
	content: url("../../images/contents/wifirental/icon_regist_btn.png");
	vertical-align: text-bottom;
}

.btn_regist a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 35px;
	margin: -30px 0 0 0;
	content: "\f138";
	font-family: FontAwesome;
	font-size: 2.4rem;
}

.btn_regist_small {
	width: 260px;
	height: 40px;
}

.btn_regist_small a {
	padding: 0 0 0 7px;
	font-size: 11.5px;
	line-height: 40px;
}
.btn_regist_small a:before {
	top: 9px;
	left: 40px;
	width: 20px;
	height: 21px;
	content: "";
	background: url("../../images/contents/wifirental/icon_regist_btn.png") no-repeat;
	background-size: contain;
}

.btn_regist_small a:after {
	top: 30px;
	font-size: 20px;
}

.wrapper {
	width: 100%;
}

.header {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.header .header_left p {
	padding: 0 0 0 5px;
	font-size: 10px;
}

.header .header_right .btn_regist {
	margin: 20px 0 0 0;
}

.header_left a {
	display: block;
}

.header_left .logo {
	width: 230px;
	height: auto;
}

.header_left .logo img{
	width: 230px;
	height: auto;
}


.container {
	width: 100%;
}

.visual_area {
	position: relative;
	z-index: 0;
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	background: url("../../images/contents/plus/bg_main_pc.png") no-repeat;
}

.content_area {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 40px 0 40px 0;
}

.area_center {
	text-align: center;
}

#fancybox-content {
	padding: 0;
}

.footer {
	width: 100%;
	height: 60px;
	background: #172c4f;
}
.footer .copyright {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 60px;
}

#fancybox-close {
	right: -13px;
}

.header {
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
}
.visual_area {
	min-width: 960px;
	max-width: 1473px;
	width: 100%;
	background-position: bottom center;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_area {
	min-width: 960px;
}
.footer {
	min-width: 960px;
}

/* -------------------------------------
	汎用パーツ
---------------------------------------- */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.container .sp {
	display: none;
}

.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb55 { margin-bottom:55px !important; }
.mb60 { margin-bottom:60px !important; }
.mb65 { margin-bottom:65px !important; }
.mb70 { margin-bottom:70px !important; }
.mb75 { margin-bottom:75px !important; }
.mb80 { margin-bottom:80px !important; }

.mt05 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt55 { margin-top:55px !important; }
.mt60 { margin-top:60px !important; }
.mt65 { margin-top:65px !important; }
.mt70 { margin-top:70px !important; }
.mt75 { margin-top:75px !important; }
.mt80 { margin-top:80px !important; }

.mr05 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }
.mr55 { margin-right:55px !important; }
.mr60 { margin-right:60px !important; }
.mr65 { margin-right:65px !important; }
.mr70 { margin-right:70px !important; }
.mr75 { margin-right:75px !important; }
.mr80 { margin-right:80px !important; }


.float_l {
	float: left;
}

.float_r {
	float: right;
}
/* -------------------------------------
	固有スタイル
---------------------------------------- */
.section_title{
	font-size: 44px;
	margin-top: 20px;
	color: #666666;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 1.3em;
}

.plus_model  {
	background: url(../../images/contents/plus/bg_02.png) bottom center no-repeat;
	height: 280px;
	background-size: cover;
}

.plus_model_area{
	width: 100%;
	height: 280px;
	position: relative;
}

.plus_model_area_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 70px;
}

.plus_model_01,.plus_model_02{
	width: 50%;
	height: 378px;
}
.plus_model_01{
	text-align: left;
}
.plus_model_02{
	text-align: right;
}
.wifiimg_area {
	margin-bottom: 70px;
	margin-top: 30px;
}

#fancybox-loading {
	display: none;
}

.visual_area .wifiimg_area {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 375px;
	left: 0;
}

.header_left.float_l{
		padding-top: 10px;
		height: 80px;
}

.gb_plus_main_area {
	width: 1090px;
}

.gb_plus_logo {
	width: 604px;
	height: 221px;
	white-space: nowrap;
	position: relative;
	top: 44px;
}

.wifiimg {
	width: 484px;
	height: 516px;
	position: absolute;
	left: 52.5%;
}

.section_txt {
	font-size: 16px;
	line-height: 1.9em;
	color: #333;
}
.plus_inner {
	width: 1112px;
	margin: auto;
}

.plus_inner.contents_title {
	margin: 0 auto 30px;
}

.plus_use_inner {
	width: 1112px;
	margin: auto;
}

.plus_use {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.japan_use, .overseas_use {
	width: 50%;
	height: auto;
}

.japan_use {
	text-align:left;
}

.overseas_use {
	text-align:right;
}
h3.section_subtitle {
	background: none;
	text-align: left;
	color: #666;
	font-size: 35px;
	font-weight: 400;
}
.section_txt_m {
	font-size: 29px;
	line-height: 1.6em;
	letter-spacing: -0.5px;
	color: #666;
}

.application_inner {
	background: #f6f6f6;
	padding: 45px;
	box-sizing: border-box;
	overflow: hidden;
}

h3.plus_graybk_ttl {
	background: none;
	color: #666;
	text-align: left;
	font-size: 26px;
	margin-bottom: 10px;
	padding: 2px 0 1px;
}

h4.plus_graybk_subttl {
	color: #666;
	font-size: 19px;
	margin: 13px 0 5px;
}

p.graybk_txt {
	color: #666;

	 font-size: 15px;   letter-spacing: 1px;
}

.bt_padding_large {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 20px;
}
.plus_merit {
	background: url(../../images/contents/plus/plus_meritarea.png) no-repeat;
	min-width: 960px;
	max-width: 1473px;
	height: 614px;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

.plus_merit_aera{
	width: 1112px;
}

.plus_merit .section_subtitle{
	color: #FFF;
	font-size: 40px;
	padding: 0;
	margin: 0 0 10px;
	letter-spacing: 2px;
	line-height: 1em;
}

.plus_merit_txt {
	width: 100%;
	font-size: 17px;
	color: #FFF;
}

.plus_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 102%;
}

.plus_point > p {
	width: 33.3%;
	text-align: center;
}
.notes_area{
	width: 1112px;
	text-align: center;
	margin: 0 auto;
	font-size: 28px;
}

.plus_model_inner {
	width: 1200px;
	margin: 0 auto;
}
.model,
.merit{
	padding-bottom: 0;
}

.model h3.section_subtitle {
	margin-bottom: 0;
}

.notes_area_btn {
	/* height: 70px; */
	text-align: center;
	display: block;
	width: 100%;
}
.notes_area_btn:hover {
	opacity: 0.8;
}

.notes_area_btn .btn {
	display: block;
	width: 605px;
	padding: 0.5em;
	line-height: 1.4em;
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}

.btn.blue {
	background: #023f98;
	margin: 0 auto;
	width: 600px;
	color: #FFF;
	padding: 13px 0;
	position: relative;
	cursor: pointer;
}

.notes_area .notes_area_btn:after {
	content: "▼";
	position: absolute;
	right: 8%;
	display: inline-block;
	font-size: 50%;
	top: 36%;
	bottom: 50%;
}

.notes_area .notes_area_btn.active:after {
	content: "▲";
}

.btn.orange {
	background: #eca600;
	margin: 0 auto;
}

.model .line {
	border-top: 1px solid #c8c8c8;
}

.gb_plus_contract_btn_area {
	position: relative;
	top: 170px;
}

.btn_area_txt {
	background: #FFF;
	color: #023390;
	font-weight: 500;
	font-size: 32px;
	padding: 15px 20px;
	line-height: 32px;
	width: 541px;
}

.plus_product_inner {
	width: 1135px;
	text-align: center;
	margin: 0 auto;
}
.plus_plan_inner {
	width: 1135px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: -70px;
}
.app_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.plan {
	background: url(../../images/contents/plus/bg_03.png) top center no-repeat;
	padding: 0;
}
.method_payment {
	width: 930px;
}

.about_application {
	padding-bottom: 40px;
}

.sns_btn {
	display: flex;
	width: 355px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.sns_btn > p {
	width: 21%;
}

.plan_btn {
	position: absolute;
	left: 115px;
	bottom: 615px;
	width: auto;
}

.plan_btn.plan24ver {
	bottom: 690px;
}

.plan_btn >span{
	display: inline-block;
	cursor: pointer;
}
.plan_btn >span:hover{
	opacity: 0.8;
}
a:hover{
	opacity: 0.8;
}

.action {
	position: absolute;
	right: 8%;
	display: inline-block;
	font-size: 50%;
	top: 36%;
	bottom: 50%;
}

.hiddenArea {
	display: none;
}

.container {
	min-height: 100%;
	position: relative;
	padding: 0 0 0!important;
}

ul.country:before, ul.country:after {
	content: unset!important;
}

.rental_inner {
	position: relative;
}

.rental_inner .-tab_switch {
	display: flex;
	justify-content:center;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
}

.rental_inner .-tab_switch .tabItem {
	font-size: 4.2rem;
	color: #bababa;
	padding: 0 10px 10px;
	cursor: pointer;
}

.rental_inner .-tab_switch .tabItem:first-child {
	margin: 0 70px 0 0;
}

.rental_inner .-tab_switch .tabItem.active {
	color: #666666;
	border-bottom: 5.6px solid #023390;
	cursor: default;
}

.hosho_inner {
	position: absolute;
	display: flex;
	justify-content: center;
	right: 0;
	left: 26px;
	top: 232px;
	margin: auto;
}

.rental_receive {
	width: 1122px;
	position: relative;
}

/* WSYS-11577 【フロント・VMDB】新規場所追加_広島空港 ロッカー受取 20241024 M.Shimizu */
.receive_map_inner {
	padding: 30px 4%;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.receive_map_inner_item {
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
}

.rental_receive .receive_map_text {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 900;
}

.rental_receive .receive_map_text ._big {
	font-size: 130%;
}
.rental_receive .receive_map_text ._blue {
	color: #42a5ff;
}

.rental_receive .receive_map_text_sub {
	font-size: 70%;
	font-weight: 500;
}

.rental_receive .receive_map_img {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.receive_map_btn {
	width: 100%;
}

.hosho_btn {
	margin-right: 16px;
	cursor: pointer;
}
.hosho_btn:hover {
	opacity: 0.8;
}

.hosho_btn_a{
	position: absolute;
	left: 121px;
	top: 730px;
	width: 420px;
	background: #447ec7;
	color: #fff;
	padding: 9px 8%;
	border-radius: 3px;
	border-bottom: 6px solid #ddd;
	z-index: 5;
	cursor: pointer;
}
.hosho_btn_a:hover {
	opacity: 0.8;
}

/*	hosho_popup
------------------------*/
.hosho_popup .sub_title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	font-size: 2.4rem;
}
.hosho_popup .sub_title > .-img {
	margin-right: 30px;
}

.hosho_popup .hosho_table {
	width: 100%;
	margin-top: 24px;
	border-collapse: collapse;
	border-spacing: 0;
}
.hosho_popup .hosho_table th,
.hosho_popup .hosho_table td {
	padding: 8px 10px;
	border: 1px solid #000;
}
.hosho_popup .hosho_table .side_th {
	width: 14%;
}
.hosho_popup .hosho_table .top_th {
	width: calc((100% - 14%) / 2);
}

.sub_title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #94bae0;
    padding: 2px 5px;
    padding-left: 0.5em;
    line-height: 28px;
    overflow: hidden;
}


.icon_title {
    color: #082b68;
    font-size: 2rem;
    margin: 25px 0 5px;
    border-bottom: solid 2px #082b68;
}
