@charset "utf-8";

.container {
	padding: 0 0 0;
}

.header {
	width: 980px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.header .header_inner {
	width: 360px;
	margin-bottom: 50px;
}

.header .header_flow {
	margin: 0 50px;
}

.footer .copyright{
	background: #023286;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
}

.footer {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	padding-top: 10px;
}
/*	---------------------------
	step1(forme/regist/order)
	--------------------------- */

.content_block {
	margin-bottom: 50px;
}

/* head title */
.head_block {
	font-style: italic;
	font-size: 2.4rem;
	font-weight: 900;
	color: #0c308e;
	border-bottom: solid 4px #0c308e;
	margin-bottom: 20px;
}
.head_block .head_title {
	color: #0c308e;
}

/* terminal select */
.terminal_block {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.terminal_block .terminal_item {
	width: 30%;
	border: solid 1px #f3f3f3;
	border-radius: 10px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	cursor: pointer;
}

/* START WSYS-12671 グローバルWiFi forME 新規プラン追加に伴うLPおよびフォーム修正 20250828 M.Amano */
/* 
	リリース段階では売り切れ状態にしておく
	在庫復活すればSTARTからE N Dまでをまるっと消せばいい
 */
.terminal_block .terminal_item:last-child {
	position: relative;
	pointer-events: none;
}
.terminal_block .terminal_item:last-child::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(rgba(37, 43, 48, .9), rgba(37, 43, 48, .9));
	background-size: 100% auto;
}
.terminal_block .terminal_item:last-child::after {
	display: block;
	content: "SOLD OUT";
	white-space: pre;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.8;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* E N D WSYS-12671 グローバルWiFi forME 新規プラン追加に伴うLPおよびフォーム修正 20250828 M.Amano */

.terminal_block .terminal_item.active {
	border: solid 5px #1a82aa;
}

.terminal_block .terminal_item .terminal_text {
	margin: 5px 0;
	font-weight: 900;
}

.terminal_block .terminal_item .terminal_img {
	width: 30%;
}

.terminal_block .terminal_item .terminal_price {
	font-style: italic;
	font-size: 3.0rem;
	font-weight: 900;
	color: #1a82aa;
}

.terminal_block .terminal_item .terminal_price .terminal_unit {
	font-size: 1.6rem;
}

.terminal_block .terminal_item .terminal_selected {
	border: solid 1px #1a82aa;
	border-radius: 5px;
	background-color: #1a82aa;
	margin: 0 20px;
}

.terminal_block .terminal_item .terminal_selected .terminal_selected_text {
	color: #ffffff;
	font-style: italic;
	font-size: 2.0rem;
}

.terminal_block .terminal_item .terminal_description {
	text-align: left;
	margin: 10px 40px;
}

.terminal_block .terminal_item .terminal_description p i {
	color: #1d93d0;
	margin-right: 5px;
}

/* pick_up_block */
.pick_up_block {
	margin-bottom: 10px;
}

/* WSYS-12142 【フロント・VMDB】forMeページ 端末販売フォームに中部・伊丹空港を追加 20250410 M.Amano */
.pick_up_block .pick_up_place {
	border: solid 1px #000000;
	border-radius: 5px;
	background: #ffffff;
	padding: 5px;
	cursor: pointer;
	margin: 0 10px 10px 0;
}

.pick_up_block .active {
	border: solid 1px #0c308e;
	background: #0c308e;
	color: #ffffff;
}

.pick_up_popup {
	text-align: right;
}

.pick_up_popup .pick_up_button {
	cursor: pointer;
	background: #ffffff;
	color: #1a82aa;
}

.pick_up_popup .pick_up_button i.before_info {
	background: #1a82aa;
	color: #ffffff;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	margin-left: 3px;
}

/* bills_block */
.bills_content {
	display: none;
}

.bills_block {
	background-color: #0580a8;
	border: solid 1px #0580a8;
	border-radius: 5px;
	padding: 20px;
}

.br-5 {
	border-radius: 5px;
}

.bills_block .bills_detail_block {
	background-color: #ffffff;
}

.term_detail_block {
    background-color: #ffffff;
}

.bills_block .bills_detail_block .bills_detail {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.bills_block .bills_detail_block .bills_detail:before,
.bills_block .bills_detail_block .bills_detail:after,
.bills_block .bills_detail_block .bills_detail_tax .bills_detail_tax_block:before,
.bills_block .bills_detail_block .bills_detail_tax .bills_detail_tax_block:after {
	content: none;
}

.bills_block .bills_detail_block .bills_detail_tax {
	padding: 15px;
}

.bills_block .bills_detail_block .bills_detail_tax .bills_detail_tax_block {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.bills_block .bills_detail_block .bills_detail_right {
	text-align: right;
}

.bills_block .bills_detail_block .bills_detail_bottom {
	border-bottom: dashed 2px #4d68ad;
}

.bills_block .bills_detail_block .bills_total_block {
	font-size: 2.2rem;
}

.bills_block .bills_detail_block .bills_total_block .bills_total_title {
	margin: auto 0;
}

.bills_block .bills_detail_block .bills_total_block .bills_total_amount {
	color: #0580a8;
}

.bills_block .bills_detail_block .bills_total_block .bills_total_amount .tax_include {
	font-size: 1.6rem;
}

.bills_block .bills_note_block {
	font-size: 1.2rem;
	color: #ffffff;
}

.bills_block .bills_note_block p {
	margin-top: 10px;
}

.bills_block .bills_note_block p.mt-5 {
	margin-top: 3px;
}

.bills_detail_span {
	font-weight: 900;
}

.bills_block .bills_close_button_block {
	width: 10%;
	margin: auto;
	margin-top: 15px;
}

.bills_block .bills_close_button_block .bills_close_button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	color: #0780a8;
	font-size: 1.4rem;
	line-height: 30px;
}

.bills_block .bills_close_button_block .bills_close_button i {
	padding-left: 5px;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 0;
}

.bills_block .bills_close_button_block .bills_close_button:after {
	content: "";
}

.bills_block .term_close_button {
    background-color: #ffffff;
    color: #000000;
    font-size: 1.4rem;
    line-height: 30px;
}

.bills_block .term_close_button:after {
    content: "\f00d";
    color: #000000;
    right: 0;
    font-size: 1.4rem;
}

.button_block {
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}

.button_block .forme_button {
	border-radius: 40px;
	width: 33%;
	font-size: 2.4rem;
}

.button_block .price_detail {
	background-color: #0580a8;
}

.button_block .next_button {
	background-color: #0c308e;
}

.button_block .back_button {
	background-color: #666666;
}

.button_block.go_back_block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.button_block .go_back {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55%;
	background-color: #0c308e;
}

.button_block .go_back img {
	height: 33px;
	margin-left: 15px;
}

.button_block .back_button:after {
	content: "\f0a8";
	right: initial;
	left: 3%;
}

/*	---------------------------
	step2(forme/regist/customer)
	--------------------------- */

/* forme_customer_table */
.table_title {
	color: #0c308e;
	font-size: 2.0rem;
	font-style: italic;
	font-weight: 900;
}

.table_title span {
	color: #ec1c24;
	font-size: 1.2rem;
}

/* デフォルトの入力項目から変更する点 */


.design_radio input:checked + span:after {
	background: #ec1c24;
}

.design_radio input + span {
	font-weight: 900;
}

.forme_loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	opacity: 0.9;
}

.forme_loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

/*	---------------------------
	step3(forme/regist/payment)
	--------------------------- */

/*	---------------------------
	step4(forme/regist/complete)
	--------------------------- */
.thanks_block {
	border: solid 1px #0580a8;
	background-color: #0580a8;
	text-align: center;
}

.thanks_block .thanks_title {
	color: #ffffff;
	font-size: 2.4rem;
	font-style: italic;
	padding: 30px;
}

.thanks_block .thanks_info {
	background-color: #ffffff;
	font-size: 2.4rem;
	color: #0580a8;
	margin: 0px 250px;
	padding: 20px 0;
}

.thanks_block .thanks_description_block {
	background-color: #ffffff;
	margin: 40px 20px;
    padding: 10px;
}

.thanks_block .thanks_description_block .thanks_message_block:before,
.thanks_block .thanks_description_block .thanks_message_block:after {
	content: none;
}

.thanks_block .thanks_description_block .thanks_message_block {
	display: flex;
	justify-content: center;
	margin: 50px;
}

.thanks_block .thanks_description_block .thanks_message_block .thanks_image_block {
	display: flex;
	align-items: center;
	width: 10%;
}

.thanks_block .thanks_description_block .thanks_message_block p {
	width: 60%;
	margin-left: 25px;
	text-align: left;
	color: #0580a8;
	font-size: 1.7rem;
	line-height: 30px;
}

.thanks_block .thanks_description_block .thanks_message_note {
	color: #0580a8;
	font-size: 1.4rem;
	margin-left: 10px;
	text-align: left;
}

.thanks_block .thanks_description_block .thanks_message_not_icon {
	margin-top: 5px;
	text-indent: 6px;
}

.thanks_block .thanks_description_block .thanks_message_note span {
	color: #ec1c24;
}

.term_head {
    text-align: center;
    color: #0884ac;
}

.term_head:hover {
    cursor: pointer;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #0884ac;
    position: absolute;
    top: 30%;
    transform: translate(-50%);
    margin-left: 10px;
}
.bills_block.hidden {
    display: none;
}
#btn_submit:disabled {
    cursor: default;
    background-color: #cccccc;
    color: #666666;
}
.icon_title {
    color: #082b68;
    font-size: 2rem;
    margin: 25px 0 5px;
    border-bottom: solid 2px #082b68;
}
ul.list-session-error > li {
    list-style: inside;
}

.base_btn:hover {
	opacity: 0.5;
}

.no-hover:hover {
	cursor:default
}
