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

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

#about {
	margin: 0 5vw 30px;
	text-align: justify;
}

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

#about .InputErr {
	text-align: center;
}

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

#contact {
	margin: 0 5vw 60px;
}

#contact .section {
	padding: 7vw 5vw;
	border-radius: 10px;
	border: solid 2px #1fbae0;
	background: #fff;
}

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

#contact dl {
	margin-bottom: 40px;
	text-align: left;
	letter-spacing: 0.05em;
}

#contact dt {
	margin-bottom: 10px;
	line-height: 14px;
}

#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;
}

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

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

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

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

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

#contact input[type='tel'].w170 {
	width: 50%;
}

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

#contact textarea {
	padding: 15px;
}

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

/* ---------------------------------------------------------
	CSS Document confirm
--------------------------------------------------------- */

#confirm {
	margin: 0 5vw 60px;
}

#confirm em {
	color: #ce0202;
}

#confirm .section {
	padding: 5vw;
	border-radius: 10px;
	border: solid 2px #1fbae0;
	background: #fff;
	text-align: left;
}

#confirm dl {
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

#confirm dt {
	font-weight: 500;
	color: #1fbae0;
}

#confirm dd {
	text-align: left;
}


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

.submit {
	margin-top: 40px;
}

ul.submit {
	display: flex;
	justify-content: center;
}

ul.submit li {
	margin: 0 2%;
}

.submit button {
	vertical-align: top;
	width: 34vw;
	height: 14vw;
	border-radius: 0;
	border: 0;
	background: #1fbae0;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 0.05em;
	color: #fff;
}

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

.submit button:after {
	display: inline-block;
	vertical-align: 3px;
	content: '';
	width: 7px;
	height: 7px;
	margin: 0 -.5em 0 .5em;
	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 .5em 0 -.5em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-135deg);
}

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

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

.notice a {
	color: #333;
}

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

#complete {
	min-height: 70vh;
	margin: 0 5vw;
	text-align: justify;
}

#complete h3 {
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 0.05em;
}

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