@charset "UTF-8";

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

#contact {
	max-width: 1366px;
	margin: 0 auto 80px;
	padding: 0 56px;
	text-align: justify;
}

#contact .notice {
	margin-bottom: 60px;
	font-size: 16px;
}

#contact em {
	color: #C10000;
}

#contact .err {
	border: solid 1px #d56062;
	background-color: rgba(213, 96, 98, 0.1);
}

/* ---------------------------------------------------------
	CSS Document table
--------------------------------------------------------- */

#contact .table {
	margin-bottom: 50px;
	text-align: left;
	font-size: 16px;
}

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

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

#contact .table dt em {
	display: inline-block;
	vertical-align: top;
	height: 19px;
	margin-left: 0.8em;
	padding: 0 0.5em;
	background: #C10000;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

#contact .preview {
	margin-bottom: 60px;
}

#contact .preview dd {
	vertical-align: middle;
	padding: 20px 1em;
	background: #f6f6f6;
}

/* ---------------------------------------------------------
	CSS Document agree
--------------------------------------------------------- */

#contact .agree {
	margin-bottom: 50px;
	text-align: center;
	font-size: 16px;
}

#contact .agree p {
	margin-bottom: 1em;
}

@media only screen and (max-width: 710px) {
	#contact .agree p .pc {
		display: none;
	}
}

#contact .agree label {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	line-height: 16px;
}

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

#contact [type='tel'],
#contact [type='email'],
#contact [type='text'],
#contact textarea {
	padding: 0 1em;
	border: solid 2px #E8E8E8;
	background: #fff;
}

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

#contact [type='checkbox'] {
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	-webkit-appearance: checkbox;
}

#contact textarea {
	vertical-align: top;
	width: 100%;
	padding: 1em;
	background: #fff;
}

#contact .w400 {
	max-width: 100%;
	width: 520px;
}

#contact .w100 {
	width: 100%;
}

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

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

#contact .submit li {
	margin: 0 15px;
}

#contact .submit a,
#contact .submit button {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 64px;
	box-shadow: 0 0 0 1px #2A2A2A inset;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 64px;
	color: #2A2A2A;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

#contact .submit a:hover,
#contact .submit button:hover {
	box-shadow: 0 0 0 1px #47A0CE inset;
	background: #47A0CE;
	color: #fff;
}

#contact .submit button:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 1px #2A2A2A;
	border-right: solid 1px #2A2A2A;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	transition: .4s;
}

#contact .submit button:hover:after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

#contact .submit a:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-bottom: solid 1px #2A2A2A;
	border-left: solid 1px #2A2A2A;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 30px;
	transition: .4s;
}

#contact .submit a:hover:after {
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
}

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

#privacy .section {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 56px;
	text-align: justify;
	font-size: 16px;
}

#privacy h4 {
	font-weight: 500;
	font-size: 100%;
	color: #007FC1;
}

#privacy p {
	margin-bottom: 2em;
}
