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

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

#about {
	margin-bottom: 40px;
}

#about em {
	color: #f24405;
}

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

#inputerr {
	margin-bottom: 40px;
}

#inputerr .em {
	color: #ce0202;
}

#confirm em {
	color: #ce0202;
}

#confirm,
#contact {
	margin-bottom: 100px;
}

#confirm .section,
#contact .section {
	width: 900px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 20px;
	border: solid 4px #1fbae0;
	background: #fff;
}

#contact .em,
#contact em {
	color: #f24405;
}

#confirm dl,
#contact dl {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}

#confirm dt,
#contact dt {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	line-height: 12px;
}

#confirm dt {
	vertical-align: top;
	line-height: 1.7;
}

#contact dt em {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin-left: 0.5em;
	background: #f24405;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

#confirm dd,
#contact dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	text-align: left;
}

#confirm dd {
	vertical-align: top;
	line-height: 1.7;
}

#contact dd p {
	margin-bottom: 15px;
}

#contact dd label {
	margin-right: 2em;
}

#contact dd span {
	color: #333;
}

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

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text'],
#contact select,
#contact textarea {
	padding: 0 15px;
	border-radius: 4px;
	border: solid 2px #a4d9e7;
	box-shadow: none;
	letter-spacing: 0.05em;
}

#contact input[type='tel'],
#contact input[type='email'],
#contact select,
#contact input[type='text']{
	height: 50px;
}

#contact select {
	padding: 0 0 0 10px;
	background: #fff;
}

#contact textarea {
	width: 100%;
	padding: 15px;
}

#contact .err {
	box-shadow: 0 0 3px 0 #f00 !important;
}

#contact .w400 {
	width: 100%;
}

#contact .w280 {
	width: 280px;
}

#contact .w170 {
	width: 170px;
}

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

.submit {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.submit li {
	margin: 0 25px;
}

.submit button {
	vertical-align: top;
	width: 300px;
	height: 60px;
	border-radius: 0;
	border: 0;
	background: #1fbae0;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

.submit button.confirm {
	width: 270px;
}

.submit button:after {
	display: inline-block;
	vertical-align: 3px;
	content: '';
	width: 7px;
	height: 7px;
	margin: 0 -1em 0 1em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

.submit .back button {
	background: #999;
}

.submit .back button:after {
	display: none;
}

.submit .back button:before {
	display: inline-block;
	vertical-align: 3px;
	content: '';
	width: 7px;
	height: 7px;
	margin: 0 1em 0 -1em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-135deg);
}

.submit button:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document notice
--------------------------------------------------------- */

.notice {
	margin-top: 30px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.notice a {
	color: #333;
}

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

#complete {
	margin-bottom: 100px;
}

#complete h3 {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

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