@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	width: 740px;
	text-align: left;
}

#contact a {
	text-decoration: underline;
	color: #777;
}

#contact em {
	color: #c00;
}

#contact .table {
	display: table;
	width: 100%;
	margin: 10px 0 60px;
}

#contact .table dl {
	display: table-row;
}

#contact .table dt {
	display: table-cell;
	vertical-align: top;
	width: 190px;
	padding-top: 15px;
	font-weight: normal;
}

#contact .table dd {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}

.w500 {
	width: 100%;
}

.w290 {
	width: 290px;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

input, textarea, button {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	letter-spacing: 0.8px;
	color: #333;
}

input[type="tel"],
input[type="email"],
input[type="text"] {
	height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	border: solid 1px #e0e0e0;
	background: #f3f3f3;
}

textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #e0e0e0;
	background: #f3f3f3;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

::-moz-placeholder {
	opacity: 1;
	color: #b7b7b7;
}

:-ms-input-placeholder {
	color: #b7b7b7;
}

.err {
	box-shadow: 0 0 0 1px #ec3b04 inset;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

button {
	vertical-align: top;
	width: 230px;
	height: 60px;
	background: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	position: relative;
	transition: .4s;
	cursor: pointer;
}

.submit {
	text-align: center;
	font-size: 0;
}

.submit li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.submit .send:after,
.submit .confirm:after {
	content: '';
	width: 11px;
	height: 11px;
	margin-top: -7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

.submit .back:after {
	content: '';
	width: 11px;
	height: 11px;
	margin-top: -7px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

.submit button:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document shipping
--------------------------------------------------------- */

#shipping {
	width: 740px;
	text-align: left;
}

#shipping em {
	color: #c00;
}

#shipping h3 {
	font-weight: 500;
	font-size: 14px;
}

#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: 50px;
}

#shipping p {
	margin-top: 15px;
}

#shipping .btn a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 60px;
	margin-top: 30px;
	background: #333;
	text-align: center;
	font-size: 13px;
	line-height: 60px;
	color: #fff;
}

#shipping .btn a:hover {
	opacity: 0.6;
}
