@CHARSET "UTF-8";

/** 見づらいので仮で配置。デザイン確定後削除してください */
#LP .contents {
    max-width: 1000px;
    padding: 30px 10px;
}
@media screen and (max-width: 768px) {
	#LP .contents {
		padding: 0;
	}
	#LP .topGroupName > .set-group > .set-group:not(.h2Wrap) {
		padding: 0;
	}
}

/* 条件付き必須 */
.required_condition:after {
	content: "*必須";
	color: #d70e2a;
	background-color: transparent;
	padding: 0;
}

/* 必須アイコン付きタイトル */
.requiredTitle:after {
	background: #d70e2a;
	color: #fff;
	content: "必須";
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 0 10px;
	min-width: 2em;
	padding: 0 10px;
	text-align: center;
}

/* ラジオボタンチェック時 */
.checked {
	background:#e1f3ff;
}

/* ラジオボタンラベル */
#selectedPaymentMethodItemWrap .radiobuttonLabel,
.creditCardGroup .radiobuttonLabel {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #d35336;
	display: block;
	margin: 0 0 5px;
	padding: 15px 5px;
}
#selectedPaymentMethodItemWrap .radiobuttonLabel:last-child {
	margin-bottom: 0;
}
/* ラジオボタンラベル：クレジットカード */
.creditCardGroup .radiobuttonLabel {
	margin-bottom: 3px;
	padding: 5px 0;
	width: 315px;
}
.creditCardGroup .checked.radiobuttonLabel:before {
	background: url(../img/common/icon/icon_arrow_14_8.png) 0 0 no-repeat;
	background-position: 3px 3px;
	background-size: 90%;
	margin-right: 0;
}
@media screen and (max-width: 641px) {
	.creditCardGroup .radiobuttonLabel {
		width: auto;
	}
}

/* クレジットカード情報 */
.creditCardGroup {
	padding: 15px 0;
}
@media screen and (max-width: 641px) {
	.creditCardGroup {
		padding: 10px;
	}
}

/** LP用に画面幅制御なしにする */
#LP .topGroupName {
	width:100%;
}

/** ソーシャルログインボタン **/
.facebookLoginIncludeItemWrap,
.googleLoginIncludeItemWrap,
.yahooLoginIncludeItemWrap,
.lineLoginIncludeItemWrap {
	margin: 0 20px 20px 0;
}

/** ログインエリア */
#content_2 {
	margin-bottom: 60px;
}

/** ログインボタン */
#content_2 .submitArea {
	display:table;
	width:100%;
}
#loginButtonItemWrap,
#amazonPayLoginIncludeItemWrap {
	display:table-cell;
}
#loginButtonItemWrap {
	vertical-align: top;
	padding-top: 10px;
}
#amazonPayLoginIncludeItemWrap {
	margin-bottom:10px;
}
#amazonPayLoginIncludeItemWrap #Logout {
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	#loginButtonItemWrap,
	#amazonPayLoginIncludeItemWrap {
		display:block;
	}
	#loginButtonItemWrap {
		margin-bottom: 25px;
	}
}
/** ボタン */
.buttonWrap.loginButtonItemWrap .items,
.buttonWrap.memberSaveButtonItemWrap .items {
	padding: 0 10px;
}
input.btn_1[type="button"] {
	margin: 0;
}

/** オプトイン */
.optinGroup1 {
	margin-top: 30px;
	border: 1px solid #e3e3e6;
}
.optinGroup2 {
	margin-bottom: 20px;
	border: 1px solid #e3e3e6;
	border-top: none;
}
div[class*='optinGroup'] .checkboxLabel {
	display: flex;
	align-items: center;
	padding: 10px;
}
div[class*='optinGroup'] input.checkboxStyle {
	width: 16px;
}
div[class*='optinGroup'] .MIXED {
	flex: 1 0 0%;
}

/** table */
@media screen and (max-width: 768px) {
	.table.th_30 .td, .table.th_30 td {
		display: block;
		border: none;
	}
}

/** margin */
#paymentMethodGroup {
	margin:8px 0;
}

/* お支払い方法 */
.ex_payment_method {
	display: none;
}

/** bndカスタム */
.creditCardIncludeArea.orderInfoInput {
	display: none;
}
#cardBrandItemWrap {
	display: none;
}

