
input{
	width: 17px;
}


label {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	width: fit-content;
}

section{
	width: 96%;
	margin: 5px auto;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
section h2 {
	font-size: 11px;
	font-weight: normal;
}
section h3 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #b2dbc9;
	padding-inline-start: 4px;
	padding: 3px;
}

section.productImgArea {
}

.subImgList {
	width: 100%;
	display: flex;
	gap: 1px;
	padding: 0;
	margin: 0;
	margin-top: 1px;
}

.subImgList img {
	width: 20%;
}

.productPrice {
	font-size: 28px;
	text-align: right;
	font-weight: bold;
}
.productPrice::before {
	content: "¥";
	font-size: 18px;
	margin: 0 3px 0 0;
}

.productIntro {
	height: 120px;
	display: block;
	overflow-y: scroll;
	font-size: 10px;
	margin: 10px 0;
	border: 1px solid #efefef;
	border-radius: 3px;
	padding: 0 10px 0 5px;
}









/*------------------------------------------------------------ 
購入ボタン
------------------------------------------------------------*/ 
.paymentMethodBtns {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0;
}
.payBtn {
	font-size: 10px;
	width: 210px;
	margin: 0;
	padding-left: 26px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 12px center;

}
.payBtn.card{
	background-color: #0098ff;
	background-image: url(../img/icon/credit_white.png);
}
.payBtn.paypay{
	background-color: #ff0033;
	background-image: url(../img/icon/paypay_white.png);
}


/*------------------------------------------------------------ 
登録・ログインボタン
------------------------------------------------------------*/ 
.txt{
	text-align: center;
	font-size: 14px;
	margin: 10px 0 10px 0;
}
.loginBtns {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0;
}
.registLoginBtn{
	font-size: 10px;
	width: 210px;
	margin: 0;
	padding: 10px;
	text-align: center;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #fff;
	border-radius: 5px;
}

.registLoginBtn.regist{
	background-color: #79d4ac;
}
.registLoginBtn.login{
	background-color: #ffaa16;
}




/*------------------------------------------------------------ 
認証へ進むボタン
------------------------------------------------------------*/ 
.credit3DBtn {
	display: block;
	width: 100%;
	margin: 13px 0 10px 0;
	padding: 5px 10px;
	text-align: center;
	background: #0098ff;
	border-radius: 5px;
	color: #fff;
}





/*------------------------------------------------------------ 
カード入力エリア
------------------------------------------------------------*/ 
#inputCardArea_noRegist{
	display: none;
}
.acceptableCardArea {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 10px;
}
.creditCard{
	width: 44px;
	height: 28px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.creditCard.visa  {background-image: url(../img/icon/credit_card/visa.png);}
.creditCard.amex  {background-image: url(../img/icon/credit_card/amex.png);}
.creditCard.master{background-image: url(../img/icon/credit_card/master.png);}
.creditCard.jcb   {background-image: url(../img/icon/credit_card/jcb.png);}
.creditCard.diners{background-image: url(../img/icon/credit_card/diners.png);}

.cardInputArea {
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
	margin: 20px auto;
}
.cardInputArea input[type="text"] {
	width: 100%;
	padding: 2px 10px;
	margin: 0;
	font-size: 23px;
	letter-spacing: 2px;
	line-height: 15px;
	border: 0;
	border-radius: 0;
	background: none;
}
.cardInputArea select {
	width: 56px;
	font-size: 23px;
	color: #737876;
	background: none;
	border: 0;
	padding: 2px 3px;
	text-align: center;
	margin: 0;
}
.cardInputArea label {
	font-size: 11px;
	display: block;
	border: 0;
	padding: 0;
	margin: 7px 0 2px 0;
	line-height: normal;
}

.cardInputArea .col2 {
	display: flex;
	gap: 20px;
}
.expireYM {
	display: flex;
	align-items: center;
	width: fit-content;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
}
.expireYM input {
	width: 50px;
	padding: 2px 2px;
	text-align: center;
}

.inputOuter {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
}

.cardErr {
	display: none;
	font-size: 11px;
	color: #dc2727;
}

.cardNumberInput{
/*
	background-image: url(../../../cmmn/img/icon/credit_card/amex.png);
*/
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 97%;
}

section.cardDispArea {
	margin: 20px 0 0 0;
	padding: 0 10px;
}
.cardDispArea h2 {
	margin: 0 0 5px 3px;
	font-size: 15px;
}


.btnDelete {
	width: 100%;
	font-size: 12px;
	background: #5bcaba;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 60px 9px;
}

.inputCardWindow .btnReserve{
	background: #b2dbc9;
	width: 100%;
	margin: 0 auto 20px auto;
}
.inputCardWindow .btnClose{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-image: url(../../../cmmn/img/icon/ui/cancel_cross.svg);
	background-color: #de0000;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
}



/*------------------------------------------------------------ 
エラーウィンドウ
------------------------------------------------------------*/ 
.errWindow .btnArea {
	display: flex;
	gap: 5px;
	margin: 10px auto 0px auto;
}
.errWindow h2 {
	text-align: center;
}

.errWindow .btn_reload{
	background: #b2dbc9;
}
.errWindow .btn_close{
	background: #b2dbc9;
}