@charset "utf-8";

.discount_link a {
	margin: 20px auto;
	display: block;
	text-align: center;
}
.Attention {
	color: #ff0000;
	text-align: left;
}
.systemhTtl.creditTtl {
	margin-top: 20px;
}
.creditPayment {
	padding: 10px;
	border: solid 1px #999;
	margin-bottom: 20px;
}
.creditPayment .mTitle {
    padding: 2px 10px;
    background: #666;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.payList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px auto;
	padding: 10px;
	width: 450px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bgBack {
	background: #efebe4;
}
.paymentLink {
	margin: 5px 0;
	text-align: left;
}
.paymentLink a:hover {
	text-decoration: underline;
	color: #c80037;
}
.paymentLink a {
	text-decoration: underline;
}
/*************************************************************

決済モーダル

*************************************************************/
.pay_modal_contents {
	width: 700px;
}
.pay_modal-block {
	background: #ffffe1;
	border-radius: 10px;
	width: 42%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.pay_modal_inner {
	display: flex;
	justify-content: space-between;
}
.pay_modal_btn {
	margin-top: auto;
}
.pay_modal_contents h2 {
	background: #ffffe1;
	padding: 15px 0;
	border-radius: 10px;
	text-align: center;
	color: #f19147;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal_closer {
	text-align: right;
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
}
.pay_modal_ttl {
	font-size: 18px;
	border-left: 3px solid #f0924a;
	padding-left: 10px;
	color: #f0924a;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.pay_modal_ttl-item {
	background: #f0924a;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.credit_on {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}
.pay_modal_txt {
	font-size: 13px;
}
.pay_modal_card-list {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.pay_modal_card-list li {
	width: 25%;
	text-align: center;
}
.pay_modal_txt {
	max-height: 90px;
	overflow: auto;
	margin-bottom: 20px;
}