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

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

#about {
	margin-bottom: 80px;
}

#about .h3 {
	margin-bottom: 30px;
}

#about .message {
	margin-bottom: 50px;
	text-align: justify;
}

#about .section {
	margin-bottom: 60px;
	padding: 40px;
	background: #eff0f2;
	text-align: justify;
	letter-spacing: 0.1em;
	position: relative;
}

#about h4 {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 31px;
	border-radius: 31px;
	background: #0d0d0d;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 30px;
	color: #fff;
	position: absolute;
	top: -15px;
	left: 0;
}

#about h5 {
	font-weight: 400;
	font-size: 16px;
}

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

#about .flex {
	display: flex;
	justify-content: space-between;
}

#about .flex figure img {
	width: 220px;
	height: 220px;
}

#about .row {
	width: 560px;
}

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

#entry {
	text-align: left;
}

#entry .message {
	margin-bottom: 50px;
}

#entry .table {
	padding: 40px 40px 60px;
	background: #eff0f2;
}

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

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

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

#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: 11px;
	line-height: 20px;
	color: #fff;
}

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

#entry .table .top {
	margin-top: 15px;
}

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

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

#entry .table label input {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

#entry #btn_postcode2address {
	margin-left: 0.8em;
}

#entry #btn_postcode2address {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	padding: 0 1em;
	border-radius: 22px;
	background: #0d0d0d;
	text-decoration: none;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#entry #btn_postcode2address:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	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 .err {
	box-shadow: 0 0 3px 0 #f00;
}

#entry .w400 {
	width: 540px;
}

#entry .w280 {
	width: 320px;
}

#entry .w170 {
	width: 170px;
}

/* ---------------------------------------------------------
	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: 200px;
	height: 50px;
	border-radius: 50px;
	background: #0d0d0d;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

.submit input.confirm {
	width: 300px;
}

.submit input.back {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	height: 50px;
	border-radius: 50px;
	background: #a9a9a9;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

.submit input:hover {
	opacity: 0.7;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	margin-top: 40px;
}

#complete h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.3;
	color: #f57f00;
}

#complete p {
	margin-bottom: 30px;
}
