/*———————————
カート一体型フォーム
———————————*/
#order {
	line-height: 2;
}

#wrapper #order-form h3,
#main-content #order-form h3 {
  border-bottom: 3px solid #aaa;
  font-weight: bold;
  font-size: 150%;
}

#wrapper #order-form h4,
#main-content #order-form h4 {
	padding: 1rem 2rem;
	background-color: #0090df;
}

#main-content #order-form input[type="text"],
#main-content #order-form input[type="password"],
#main-content #order-form input[type="number"],
#main-content #order-form select {
    height: 3.5em;
    font-size: 18px;
    padding: 0 3%;
	border: 1px solid #555;;
	border-radius: 4px;
	margin-bottom: 1rem;
	box-sizing: border-box;
}

#main-content #order-form input[type="text"]:focus,
#main-content #order-form input[type="password"]:focus,
#main-content #order-form input[type="number"]:focus,
#main-content #order-form select:focus {
	border: 1px solid #ff91a1;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(223,0,33, .5);
}

#main-content #order-form select#select_product_id {
	font-size: 12px;
}

#teiki_first_total_inctax {
	font-size: 16px;
	color: #ff4560;
	font-weight: bold;
}

#total_inctax {
	color: #ff4560;
}

#name01, #kana01,
#name02, #kana02 {
		display: inline-block;
		width: 48%;
		box-sizing: border-box;
		margin: 0;
}

#main-content #order-form select#payment_id,
#main-content #order-form input[name=tel01],
#main-content #order-form input[name=password] {
    width: 90%;
}

#main-content #order-form label.agree_check {
	text-align: center;
}

#order-form #form1 #no_login_conf input[type="submit"] {
	display: block;
	width: 300px;
	height: 48px;
	padding: 0;
	margin: 32px auto;
	font: bold 18px/27px Noto Sans JP, sans-serif;
	color: #fff !important;
	text-align: center;
	text-indent: 0;
	letter-spacing: 0;
	background: #44cb08 0% 0% no-repeat padding-box;
	border-radius: 8px;
	box-shadow: -5px -5px 4px #fff;
	border: none !important;
	cursor: pointer;
}

#main-content #order-form .next-box {
	margin: 0 auto!important;
}

/* 郵便番号入力例の改行と調整 */
input[type="text"][name="zip01"]+span,
input[type="password"][name="password"]+span {
	display: block;
}

/* ご利用規約ポップアップ */
.cstm-lp-open {
	cursor:pointer;
	text-decoration: underline;
	font-weight: 600;
}
#cstm-lp-pop-up {
	display: none;
}
.cstm-lp-overlay {
	display: none;
}
#cstm-lp-pop-up:checked + .cstm-lp-overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.cstm-lp-window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cstm-lp-text {
	font-size: 12px;
	width: 90%;
	height: 80%;
	overflow-y: scroll;
	margin: 0;
}
.cstm-lp-close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

/* amazon pay */
#main-content #order-form #amzn_area {
	margin: 40px auto;
}
#main-content #order-form #AmazonPayButton {
	margin-top: 10px;
}

/* 「ご案内資料」エリア */
.maildm_regist_area {
    display: none;
}
