@charset "UTF-8";
@import "../../css/common.sp.css";
@import "../../css/top.sp.css";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

#container {
	overflow: hidden;
}

input, button, select, div, dl, dt, dd, figure, label {
	outline: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input, select, button {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	color: #555;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

em {
	color: #ec3b04;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary {
	margin: 20px 20px 40px;
}

#summary p {
	margin-bottom: 20px;
	font-size: 16px;
}

#summary p span {
	font-weight: bold;
	font-size: 15px;
	color: #0995e9;
}

#summary p a {
	color: #0995e9;
}

#summary dl {
	margin-bottom: 10px;
	border: solid 1px #aaa;
}

#summary dt {
	padding: 5px 10px;
	border-bottom: solid 1px #aaa;
	background: rgba(58, 170, 237, 0.1);
	text-align: left;
}

#summary dd {
	padding: 10px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document form_title
--------------------------------------------------------- */

#form_title {
	font-size: 16px;
}

#form_title h2 {
	margin-bottom: 15px;
	padding-left: 0;
	text-align: center;
	font-weight: bold;
	font-size: 7vw;
	line-height: 1.3;
	color: #0995e9;
}

#form_title h2 sup {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #999;
}

#form_title p {
	margin: 0 20px 30px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#form {
	margin-bottom: 100px;
}

#form #order {
	padding: 10px 20px 40px;
	background: #f2f2f2;
}

#form #product {
	padding: 10px 20px 40px;
	background: rgba(85, 164, 15, 0.1);
}

#form #attention {
	margin-bottom: 20px;
	padding: 10px 20px 40px;
	background: rgba(236, 59, 4, 0.1);
}

#form .table {
	text-align: left;
}

#form dl {
	margin-top: 30px;
}

#form dt {
	margin-bottom: 5px;
	line-height: 16px;
}

#form .table dt em {
	display: inline-block;
	vertical-align: top;
	height: 17px;
	padding: 0 3px;
	background: #ec3b04;
	margin-left: 5px;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 16px;
	color: #fff;
}

#form .table dd .note {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #0995e9;
}

#form #attention .table dd .note {
	margin-top: 5px;
	font-size: 15px;
}

#form .table dd .paragraph {
	display: block;
	margin-bottom: 15px;
}

#form .table dd #quantity_s {
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

select,
input[type="tel"],
input[type="email"],
input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	border: inset 2px #f6f6f6;
	box-shadow: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="tel"].w120 {
	width: 40%;
}


/* ---------------------------------------------------------
	CSS Document err_message
--------------------------------------------------------- */

.err {
	background: rgba(236, 59, 4, 0.1);
	background: #fce8e8;
	box-shadow: 0 0 3px 0 #f00 !important;
}

.err_message {
	display: none;
	margin-top: 10px;
}

.err_message span {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	background: #fce8e8;
	background: #fdd2d2;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #db1e1e;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

#form #attention .check {
	margin-top: 30px;
	text-align: center;
	font-size: 4.5vw;
	line-height: 22px;
}

input[type='checkbox'] {
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

input[type='submit'],
input[type='button'] {
	vertical-align: middle;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.submit {
	text-align: center;
	font-size: 0;
}

.submit li {
	display: inline-block;
	vertical-align: top;
}

.submit li:nth-of-type(2) {
	margin-left: 4%;
}

.submit input.send,
.submit input.confirm {
	vertical-align: top;
	width: 134px;
	height: 60px;
	border: outset 2px #f17424;
	background: #f17424;
}

.submit input.confirm {
	width: 220px;
}

.submit input.back {
	vertical-align: top;
	width: 134px;
	height: 60px;
	border: outset 2px #999;
	background: #999;
}

/* ---------------------------------------------------------
	CSS Document shipping
--------------------------------------------------------- */

#shipping {
	margin: 0 20px 100px;
	text-align: left;
}

#shipping em {
	color: #ec3b04;
}

#shipping h3 {
	font-weight: 500;
	font-size: 24px;
}

#shipping dl {
	margin-bottom: 15px;
}

#shipping dt {
	padding: 10px 0;
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
}

#shipping dd {
	padding: 10px 0;
}

#shipping .submit {
	margin-top: 30px;
}

#shipping p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	margin: 0 20px 100px;
}

#complete p {
	margin-bottom: 30px;
	text-align: left;
}

#complete p a {
	color: #0995e9;
}

#complete .btn {
	text-align: center;
}

#complete .btn a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 60px;
	margin-top: 20px;
	border: outset 2px #f17424;
	background: #f17424;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 56px;
	color: #fff;
}
