@charset "UTF-8";
@import "../../css/common.pc.css";
@import "../../css/top.pc.css";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

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: 20px;
	color: #555;
}

select::-ms-expand {
	display: none;
}

.tel {
	text-decoration: none;
	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-top: 30px;
	margin-bottom: 60px;
	padding: 0 40px;
}

#summary p {
	margin-bottom: 30px;
}

#summary p span {
	font-weight: bold;
	font-size: 20px;
	color: #0995e9;
}

#summary p a {
	color: #0995e9;
	transition: .4s;
}

#summary p a:hover {
	opacity: 0.7;
}

#summary .table {
	display: table;
	width: 100%;
	font-size: 16px;
}

#summary dl {
	display: table-row;
}

#summary dt {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 15px 20px;
	border: solid 1px #aaa;
	background: rgba(58, 170, 237, 0.1);
	text-align: left;
	font-weight: normal;
}

#summary dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
	border: solid 1px #aaa;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document form_title
--------------------------------------------------------- */

#form_title {
	font-size: 16px;
}

#form_title h2 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 46px;
	line-height: 1.3;
	color: #0995e9;
}

#form_title h2 sup {
	display: block;
	font-weight: normal;
	font-size: 20px;
	color: #999;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#form {
	margin-top: 30px;
	margin-bottom: 100px;
}

#form #order {
	padding: 60px 0;
	background: #f2f2f2;
}

#form #product {
	padding: 60px 0;
	background: rgba(85, 164, 15, 0.1);
}

#form #attention {
	margin-bottom: 30px;
	padding: 60px 0;
	background: rgba(236, 59, 4, 0.1);
}

#form .container {
	padding: 0 100px;
	text-align: left;
}

#form .table dl {
	display: table;
	width: 100%;
}

#form .table dl:not(:last-of-type) {
	margin-bottom: 30px;
}

#form .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	font-size: 16px;
	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 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

#form .table dd .note {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	color: #0995e9;
}

#form .table dd .paragraph {
	display: block;
	margin-bottom: 15px;
}

#form .table dd #quantity_s {
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document input
--------------------------------------------------------- */

select,
input[type="tel"],
input[type="email"],
input[type="text"] {
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	border: inset 2px #f6f6f6;
	box-shadow: none;
	font-size: 17px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.w800 {
	width: 100%;
}

.w500 {
	width: 500px;
}

.w290 {
	width: 290px;
}

.w200 {
	width: 200px;
}

.w120 {
	width: 120px;
}


/* ---------------------------------------------------------
	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: 18px;
	line-height: 22px;
}

input[type='checkbox'] {
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

input[type='submit'],
input[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	transition: .4s;
	cursor: pointer;
}

.submit li {
	display: inline-block;
	vertical-align: top;
}

.submit input.send,
.submit input.confirm {
	vertical-align: top;
	width: 280px;
	height: 70px;
	border: outset 2px #f17424;
	background: #f17424;
}

.submit input.send {
	width: 200px;
	margin-left: 40px;
}

.submit input.back {
	vertical-align: top;
	width: 200px;
	height: 70px;
	border: outset 2px #999;
	background: #999;
}

.submit input:hover {
	opacity: 0.5;
}

.submit input.confirm.disabled {
	border: outset 2px #999;
	background: #999;
	opacity: 0.3;
}

/* ---------------------------------------------------------
	CSS Document shipping
--------------------------------------------------------- */

#shipping {
	margin: 40px 0 100px;
	padding: 0 100px;
	text-align: left;
	font-size: 18px;
}

#shipping dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #c8c8c8;
}

#shipping dl:first-of-type {
	margin-top: 20px;
	border-top: solid 1px #c8c8c8;
}

#shipping dt {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
}

#shipping dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

#shipping .submit {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}

#shipping p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	margin: 40px 0 100px;
	font-size: 18px;
}

#complete p {
	margin-bottom: 30px;
}

#complete .btn a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 60px;
	margin-top: 20px;
	background: #f17424;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

#complete .btn a:hover {
	opacity: 0.5;
}
