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

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 15vw;
}

#about .h3 {
	margin-bottom: 10vw;
}

#about .message {
	margin-bottom: 10vw;
	text-align: justify;
}

#about .section {
	margin-bottom: 10vw;
	padding: 8vw 5vw 5vw;
	background: #eff0f2;
	text-align: justify;
	letter-spacing: 0.1em;
	position: relative;
}

#about h4 {
	display: inline-block;
	vertical-align: top;
	width: 10em;
	border-radius: 8vw;
	background: #0d0d0d;
	text-align: center;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.2em;
	line-height: 8vw;
	color: #fff;
	position: absolute;
	top: -4vw;
	left: 0;
}

#about h5 {
	font-weight: 400;
	font-size: 3.5vw;
}

#about p:not(:last-child) {
	margin-bottom: 1.5em;
}

#about .flex figure {
	margin-bottom: 2em;
	text-align: center;
}

#about .flex figure img {
	height: 60vw;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	margin-right: 5vw;
	margin-left: 5vw;
	text-align: left;
}

#entry .message {
	margin-bottom: 7vw;
}

#entry .em,
#entry em {
	color: #ec3b04;
}

#entry .table dl {
	margin-bottom: 30px;
}

#entry .table dt {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 5vw;
}

#entry .table dt em {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.8em;
	padding: 0 0.5em;
	background: #ec3b04;
	font-weight: 400;
	font-size: 2.5vw;
	line-height: 5vw;
	color: #fff;
}

#entry .table .top {
	margin-top: 3vw;
}

#entry .table dd .row {
	min-height: 3.8em;
	padding: 3vw;
	background: #eff0f2;
}

#entry .table .note {
	color: #0656bf;
}

#entry .table label {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}

#entry .table label:not(:last-of-type) {
	margin-right: 1.5em;
}

#entry .table label input {
	vertical-align: -0.3em;
	width: 5vw;
	height: 5vw;
	margin-right: 0.5vw;
}

#entry #btn_postcode2address {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	padding: 0 1em;
	border-radius: 6vw;
	background: #0d0d0d;
	text-decoration: none;
	font-weight: 400;
	font-size: 2.5vw;
	line-height: 6vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document input
--------------------------------------------------------- */

#entry .table select,
#entry .table [type=text],
#entry .table [type=email],
#entry .table [type=tel] {
	height: 50px;
	padding: 0 1em;
	border-radius: 5px;
	background: #fff;
}

#entry .table select {
	padding: 0 0 0 0.7em;
}

#entry textarea {
	vertical-align: top;
	width: 100%;
	padding: 1em;
	border-radius: 5px;
	background: #fff;
}

#entry input[type='radio'],
#entry input[type='checkbox'] {
	vertical-align: top;
	width: 20px;
	height: 20px;
}

#entry .err {
	background: #f7f3f0;
}

#entry .w400 {
	width: 100%;
}

#entry .w280 {
	width: 100%;
}

#entry .w170 {
	width: 50%;
}

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

.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 {
	display: inline-block;
	vertical-align: top;
	width: 35vw;
	padding: 0 1.5em;
	border-radius: 12vw;
	background: #0d0d0d;
	text-decoration: none;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.1em;
	line-height: 12vw;
	color: #fff;
}

.submit input.confirm {
	width: 60vw;
}

.submit input.back {
	display: inline-block;
	vertical-align: top;
	width: 35vw;
	border-radius: 12vw;
	background: #a9a9a9;
	text-decoration: none;
	font-weight: 500;
	font-size: 3.vw;
	letter-spacing: 0.1em;
	line-height: 12vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	margin-top: 40px;
}

#privacy h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
	color: #f57f00;
}

#privacy .block {
	margin-bottom: 20px;
}

#entry #privacy textarea {
	vertical-align: top;
	padding: 15px;
	background: #f6f6f6;
	font-size: 13px;
	line-height: 1.7;
}

#privacy p {
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 18px;
}

#entry #privacy p input[type='checkbox'] {
	vertical-align: top;
}
