@charset "utf-8";
/* Reset Style */
img {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	max-width: 100%;
}

#content_2 {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#beforeFormArea {
		margin-bottom: 50px;
	}
}

/* ===== 「既に会員登録済の方はこちら」の開閉 ===== */
#login_title {
	position: relative;
	display: flex;
	line-height: 1.2;
	cursor: pointer;
	transition: 0.1s;
	border-bottom: 1px solid #fff;
	margin-top: 0;
}
#login_title:hover {
	opacity: 0.7;
}
#login_title::after {
	content: "";
	position: absolute;
	top: -7px;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	border-right: 2px solid #0039a6;
	border-bottom: 2px solid #0039a6;
	transform: rotate(45deg);
	transition: 0.4s ease;
}
#login_title.open::after {
	transform: rotate(-135deg);
	top: 7px;
}
.login_contents_wrap {
	display: none;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#login_title {
		margin-top: 30px;
	}
}

/* ===== お客様情報フォーム前の表示出し分け ===== */
#guest_title {
	margin: 0;
}
#guestTitleIncludeItemWrap:not(.already_login) .already_login_note {
	display: none;
}
.already_login #guest_title {
	display: none;
}
p.note.already_login_note {
	padding: 0;
}
@media screen and (max-width: 768px) {
	p.note.already_login_note {
		padding: 30px 10px 0;
	}
}

/* ===== Form ===== */
div[class*="password"] input[type="password"].password {
	width: 300px;
}
p.note {
	padding-bottom: 10px;
}
label[class*="isOptin"].checkboxLabel {
	position: relative;
}
input[type="checkbox"].checkboxStyle.REQUIRED_CONDITION_CHECK + div[class*="Exp"]::after {
	content: "*必須";
	color: #d70e2a;
	position: absolute;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
	.level_h3 {
		padding: 0 10px;
	}
	div[class*="password"] input[type="password"].password {
		width: 100%;
	}
	p.note {
		padding: 0 10px 10px;
	}
}

/* ===== 入力フォーム：項目「メールマガジン配信」を非表示 ===== */
#mailMagazineFlgItemWrap {
	display: none;
}

/* ===== 入力フォーム：お支払い方法のレイアウト ===== */
#selectedPaymentMethodItemWrap {
	border: 1px solid #e3e3e6;
}

#selectedPaymentMethodItemWrap > .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
#selectedPaymentMethodItemWrap .radiobuttonLabel {
	margin: 0;
	width: 33.3333%;
	border: none;
}
#selectedPaymentMethod_template,
#__error_selectedPaymentMethod {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#selectedPaymentMethodItemWrap > .items {
		margin: 0;
	}
	#selectedPaymentMethodItemWrap .radiobuttonLabel {
		margin: 0;
		width: 100%;
	}
}

/* ===== Tellbtn ===== */
a[class*="telbtn"] {
	cursor: default;
}
a[class*="telbtn"]:hover,
a[class*="telbtn"]:focus {
	opacity: 1;
}
#LP a[class*="telbtn"] img:hover,
#LP a[class*="telbtn"] img:focus {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	a[class*="telbtn"] {
		cursor: pointer;
	}
	a[class*="telbtn"]:hover,
	a[class*="telbtn"]:focus {
		opacity: 0.7;
	}
	#LP a[class*="telbtn"] img:hover,
	#LP a[class*="telbtn"] img:focus {
		opacity: 0.7;
	}	
}

/* ===== Loginbtn ===== */
#loginButton, #memberSaveButton {
	background-color: #eb5904;
	border-color: #eb5904;
	color: #fff;
	border-radius: 4px;
  }

/* ===== Footer ===== */

#lp_footer {
	padding-bottom: 30px;
}

#lp_footer ul.cf{
	font-size:0;
	text-align:center;
}
#lp_footer ul.cf li{
	display:inline-block;
	font-size:18px;
	padding:0 20px;
}

#lp_footer ul.cf li+li{
	border-left:1px solid #494747;
}

#lp_footer a {
	text-decoration: none;
}
#lp_footer a:hover {
	text-decoration: underline;
}

#lp_footer .copy {
	width: 100%;
	font-size:14px;
	text-align:center;
	padding:10px 0;
}

@media screen and (max-width: 768px) {
	#lp_footer {
		padding-bottom: 0;
	}
	#lp_footer ul.cf{
		font-size:0;
		text-align:left;
		padding:0;
		margin:0 auto;
		border-top:1px solid #cccccc;
	}
	#lp_footer ul.cf li{
		width: 100%;
		font-size:14px;
		margin:0px 0px 0px 0px;
		padding:7px 0px 7px 20px;
		border-bottom:1px solid #cccccc;
	}
	#lp_footer ul.cf li+li {
		border-left: none;
	}

	#lp_footer .copy{
		font-size:12px;
		text-align:center;
		padding:10px 0;
		word-break: break-word;
	}
}