﻿@charset "UTF-8";

/* ---------------------------------------------------------------
	ポップアップ 会員情報
--------------------------------------------------------------- */
#popup {
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

#popup_header {
	position: relative;
    /*height: 6.4rem;*/
    background: #ffffff!important;
    z-index: 1100;
}

#popup_header.header_fixed_ {
	/*
	position: fixed;
	top: 0;
	left:0;
	z-index: 10;
	margin-bottom: 0;
	-moz-box-shadow: 0 2px 0.4rem rgba(30,30,30,0.3);
	-webkit-box-shadow: 0 2px 0.4rem rgba(30,30,30,0.3);
	box-shadow: 0 2px 0.4rem rgba(30,30,30,0.3);
	*/
}

#popup_header #header_utility_content {
	/*float: right;*/
	height: auto;
	display: flex;
	align-items: center;
}

#popup_header #title_popup {
	display: flex;
	align-items: center;
	padding: 0 0 0 1.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	width: auto;
}

#popup_header .header_utility_ {
	float: right;
	position: relative;
	padding-right: 4.6rem;
	font-size: 0;
}

#popup_header .list_header_utility_ {
	margin-top:0;
}
#popup_header #bt_close {
	display: block;
	position: absolute;
	top: 1.0rem;
	right: 1.4rem;
	text-indent: 0!important;
    padding: 0 0 0 1.7rem;
}
#popup_header #bt_close::before,
#popup_header #bt_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25rem;
    height: 1px;
    background-color: #8DAAFF;
    transform: rotate(45deg);
}
#popup_header #bt_close::after {
    transform: rotate(-45deg);
}
/*
#popup_header #bt_close {
	display: block;
	position: absolute;
	top: 1.0rem;
	right: 1.4rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 4px;
	background: #5C5C5C;
}
#popup_header #bt_close::before,
#popup_header #bt_close::after {
	display: block;
	content: '';
	width: 1.8rem;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: calc(50% - 0.9rem);
	top: calc(50% - 1px);
	transform: rotate(45deg);
}
#popup_header #bt_close::after {
	transform: rotate(-45deg);
}

#popup_header #bt_close:hover {
	background-position:0 -24px;
}*/

.popup_inner_ {
}

#popup #footer {
}

#popup #bt_topagetop,
#popup .footer_copyright_area_ {
	width: 94rem;
}

#popup #footer_copyright_wrapper {
	border-top: 1px solid #0064b4;
}


#popup #bt_topagetop {
	display: none!important;
}
#popup #bt_topagetop a {

}
/* ---------------------------------------------------------------
	ポップアップ 会員詳細
--------------------------------------------------------------- */
#popup #content {
	width: 100%;
	margin: 3rem auto 2rem 0;
}

#popup #content,
#popup #content_inner {
	width: 100%;
	margin: 0 auto 2rem 0;
}
#popup #content h1 {
	margin-bottom: 3px;
	font-size: 1.8rem;
}

/* ---------------------------------------------------------------
	ポップアップ（ミニ）
--------------------------------------------------------------- */

#popup #content.popup_mini_ {
	width: 94%;
	margin: 3.0rem auto;
	padding: 0;
}

#popup #content.popup_mini_ #popup #footer {
	min-height: 3rem;
}

#popup #content.popup_mini_ #popup .footer_copyright_area_ {
	background-color: #fff;
}

#popup.popup_nav_fix_ .header_utility_ li {
	margin-left: 1.5rem;
	padding: 0;
	background: none;
	font-size: 1.2rem;
}

#popup.popup_nav_fix_ .list_header_utility_ {
	margin-top: 1.4rem;
}

#popup.popup_nav_fix_ .header_utility_ li a {
	padding-left: 1.5rem;
	background: url(../img/contents/bg_arrow_white_down.png) no-repeat 0 0.4rem;
	color: #fff;
	font-weight: bold;
}

#popup.popup_nav_fix_ .header_utility_ li a:hover {
	color: #6ed6fa;
	text-decoration: none;
}


#popup.popup_nav_fix_ #footer {
	width: 100%;
	min-height: 6.4rem;
	background-color: #8DAAFF;
}

#popup.popup_nav_fix_ .footer_fixed_ {
	position: fixed;
	bottom: 0;
	left: 0;	
}

#popup.popup_nav_fix_ #footer_utility_wrapper {
	padding: 1rem 4rem 0;
}

#popup.popup_nav_fix_ .left_section_.section_footer_bt_ {
	padding-top: 0.5rem;
}

#popup.popup_nav_fix_ .left_section_.section_footer_bt_ input {
	margin-right: 1.5rem;
}

#popup.popup_nav_fix_ .right_section_.section_footer_bt_ input {
	margin-left: 1.5rem;
}

#popup.popup_nav_fix_ .right_section_.section_footer_bt_ a,
#popup.popup_nav_fix_ .right_section_.section_footer_bt_ span {
	position: relative;
	top: 0.4rem;
	margin-left: 0.5rem;
}

#popup.popup_nav_fix_ .bt_footer_confirm_ {
	padding: 0.8rem 1.8rem 0.6rem;
	background-color: #ff6e00;
	border: none;
	-moz-border-radius: 2.2rem;
	-webkit-border-radius: 2.2rem;
	border-radius: 2.2rem;
	-moz-box-shadow: inset 0px -3px 1px rgba(146,89,0,1);
	-webkit-box-shadow: inset 0px -3px 1px rgba(146,89,0,1);
	box-shadow: inset 0px -3px 1px rgba(146,89,0,1);
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

#popup.popup_nav_fix_ .bt_footer_confirm_:hover {
	background-color: #ff8d37;
	-moz-box-shadow: inset 0px -3px 1px rgba(146,114,55,1);
	-webkit-box-shadow: inset 0px -3px 1px rgba(146,114,55,1);
	box-shadow: inset 0px -3px 1px rgba(146,114,55,1);
	color: #fdf68a;
}

#popup.popup_nav_fix_ #content {
	margin: 0 auto 0 0;
	padding: 8rem 0 9.4rem 4rem;
}


/*header_utility_nav_*/
#popup_header #header_utility_content .header_utility_nav_ {
	margin-top: 1.4rem;
}

#popup_header #header_utility_content .header_utility_nav_ ul li {
	float: left;
	margin-left: 1.5rem;
	padding: 0;
	background: none;
	font-size: 1.2rem;
	font-weight: bold;
}

#popup_header #header_utility_content .header_utility_nav_ li a {
	padding-left: 1.5rem;
	background: url(../img/contents/bg_arrow_white_down.png) no-repeat 0 0.4rem;
	color: #fff;
	font-weight: bold;
}

#popup_header #header_utility_content .header_utility_nav_ li a:hover {
	color: #6ed6fa;
	text-decoration: none;
}

/* header_utility_select_ */
#popup_header #header_utility_content .header_utility_select_ {
	margin-top: 0.6rem;
}

#popup_header #header_utility_content .header_utility_select_ select {
	margin-left: 2rem;
	font-size: 1.2rem;
	width: 15.8rem;
}

/* ---------------------------------------------------------------
	content
--------------------------------------------------------------- */
#popup #content {
	padding-top: 1rem;
	padding-bottom: 0;
}

/* ---------------------------------------------------------------
	footer
--------------------------------------------------------------- */
#popup #bt_topagetop, #popup .footer_copyright_area_ {
    width: auto;
	padding-right: 4rem;
}

