html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	color: #000;
}

input[type="text"],
textarea {
	font-size: 16px;
}

select,
dl,
dt,
dd {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}

.inner {
	max-width: 500px;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}

header {
	background-color: #000;
	height: 80px;
	padding-top: 15px;
}

header img {
	width: 50px;
	padding-left: 30px;
}

.mt20 {
	margin-top: 20px;
}

/* #area-11 dt{
	position: relative;
} */

h2.inner {
	padding: 0;

}

h2 img {
	width: 100%;
}

h3 {
	padding: 10px 0 10px 10px;
	margin-top: 30px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

h3.credit {
	background-color: #dcdce1;
}

h3.top_h3 {
	font-weight: 800;
	border: none;
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}

.title {
	display: block;
	width: 100%;
	background-color: #000;
	margin: 0 auto;
}

.water p {
	color: #fff;
	padding: 20px 30px;

}

p {
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}

/*======================
価格説明
======================*/


.water {
	display: flex;
	display: table;
	justify-content: space-between;
	margin-bottom: 20px;
}

.water img {
	width: 150px;
}

.water p {
	padding-left: 10px;
	display: table-cell;
	width: 225px;
	vertical-align: bottom;
	font-size: 2.2rem;
	white-space: nowrap;
	line-height: 1;
}

.water p span {
	font-size: 1.3rem;
}

.label {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-size: 1.6rem;
	background-color: #000;
	color: #fff;
	margin-bottom: 10px;
}

.price {
	display: flex;
	display: table;
}

.case,
.plus,
.souryou,
.total {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	white-space: nowrap;
}

.case,
.plus,
.souryou {
	font-size: 1.6rem;
	line-height: 1;
}
.souryou{
	text-align: center;
}
.souryou span{
	font-size: 1.2rem;
	line-height: 1.5;
}

.total {
	font-size: 1.8rem;
	font-weight: 800;
}

.solo {
	padding-left: 75px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.red {
	background-color: #fff;
	color: #ff0000;
	font-weight: bold;
}
.souryou span.red {
	font-size: 1.6rem;
}

.recommend {
	color: #ff0000;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 5px;
}

ul li {
	font-size: 1.6rem;
	line-height: 1.5;
	list-style: disc;
	list-style-position: inside;
	padding-bottom: 5px;
}

.form_shiharai ul li {
	list-style: none;
}

.otoku {
	background-color: #00b4ff;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

/*======================
注文フォーム
======================*/
select {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}

select,
input,
textarea {
	border: 1px solid #000;
	padding: 1rem;
}

dl {
	font-size: 1.6rem;
}

.form {
	display: flex;
	justify-content: right;
	text-align: right;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.form dt {
	margin-right: 20px;
	width: calc(100% - 40% - 20px)
}

.form dd {
	width: calc(100% - 60% - 20px);
}



.form span {
	font-size: 1rem;
}

.form select {
	width: 100%;
}

.form input {
	width: calc(100% - 20px);
}

.bikou dt {
	margin-bottom: 10px;
}

.bikou dt {
	font-size: 1.2rem;
}

.bikou textarea {
	width: calc(100% - 20px);
}

#mail_form h3 {
	margin-bottom: 10px;
}

.Vali {
	color: #ff0000;
}

p.red {
	text-align: right;
	margin-bottom: 30px;
}

.form_personal dt,
.form_deli dt,
.form_shiharai dt:first-child,
.form_haisouselect dt:first-child {
	background-color: #dcdce1;
	line-height: 2;
	font-weight: 800;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

dt.kakunin {
	background-color: #fff;
	line-height: 1;
	font-weight: normal;
	font-size: 1.3rem;
}


.form_personal input[name="name-1"],
.form_personal input[name="name-2"],
.form_personal input[name="kana-1"],
.form_personal input[name="kana-2"],
.form_credit input[name="card-code"] {
	width: calc((90% - 20px) / 2);
}

.form_personal input[name="name-1"],
.form_personal input[name="kana-1"] {
	margin-right: 10px;
}

.form_personal input[name="corp"],
.form_personal input[name="mail_address"],
.form_personal input[name="mail_address_confirm"],
.form_personal input[name="add"],
.form_credit input[name="card-no"],
.form_credit input[name="card-name"] {
	width: calc(100% - 20px);
}

.form_personal input[name="mail_address"],
.form_personal select[name="pref"],
.form_personal input[name="add-1"],
.form_personal input[name="add-2"],
.form_credit input[name="card-no"],
.form_credit input[name="card-name"],
.form_credit select[name="card-kaisu"] {
	margin-bottom: 10px;
}

.form_personal select[name="year"],
.form_personal select[name="month"],
.form_personal select[name="day"],
.form_personal input[name="post-1"],
.form_personal select[name="pref"],
.form_personal input[name="post-2"],
.form_personal input[name="tel-1"],
.form_personal input[name="tel-2"],
.form_personal input[name="tel-3"],
.form_credit input[name="card-brand"],
.form_credit select[name="card-month"],
.form_credit select[name="card-year"],
.form_credit select[name="card-kaisu"] {
	width: 23%;
}

.shiharai {
	margin-top: 50px;
}

p {
	padding-left: 10px;
}


.form_credit dt {
	border-bottom: 1px solid #000;
	line-height: 2;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text {
	font-size: 1.6rem;
	font-weight: 500;
}


input[type="button"],
.contact a {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	display: block;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	border: none;
	width: 300px;
	line-height: 2;
	margin: 50px auto;
	padding: 1rem;
}

.price p {
	padding-left: 0px;
}

.contact {
	text-align: center;
}

.contact a {
	width: 200px;
	font-size: 1.3rem;
	text-decoration: none;
	margin-top: 20px;
}


/*======================
規約＆ポリシー
======================*/
.kiyaku,
.privacy,
.tokushou {
	border: 1px solid #dcdce1;
	height: 150px;
	overflow: scroll;
	margin-top: 20px;
	margin-bottom: 20px;
}





/*======================
footer
======================*/


footer {
	background-color: #000;
	text-align: center;
}

footer img {
	width: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer p {
	color: #fff;
	font-size: 1.6rem;
	padding-bottom: 30px;
}

.form_haisouselect dl {
	position: relative;
}

.form_haisouselect dl dt::after {
	position: absolute;
	content: "※" !important;
	color: #ff0000 !important;
	z-index: 100;
}


/*======================
thanksページ
======================*/
.thanks h2 {
	text-align: center;
	font-size: 2rem;
	margin-top: 100px;
	margin-bottom: 100px;
}

.thanks p {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 100px;
}

/*======================
法人会員
======================*/
.to_B{
	width: calc(100% - 44px);
	margin-top: 20px;
	border: 2px solid #000;
	padding: 15px 20px;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
}
.to_B_title{
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 15px;
	padding: 0;
}
.to_B_text{
	font-size: 1.6rem;
}
.to_B_text span.red.Price{
	font-size: 2.4rem;
	font-weight: bold;
}