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

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

#contact {
	margin-top: -30px;
	margin-bottom: 120px;
	position: relative;
	z-index: 0;
}

#contact .section {
	padding: 100px;
	background: #fff;
}

#contact h2 {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #011126;
}

#contact p {
	text-align: left;
}

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

#contact .table {
	margin-top: 60px;
}

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

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

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

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

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

#contact .notice {
	margin-top: 6em;
}

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

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

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

#contact input[type='radio']{
	vertical-align: -0.2em;
	width: 18px;
	height: 18px;
	margin-right: 0.3em;
}

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

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

#contact .w400 {
	width: 100%;
}

#contact .w280 {
	width: 280px;
}

/* ---------------------------------------------------------
	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: 70px;
	border-radius: 0;
	border: 0;
	background: #011126;
	box-shadow: 0 2px 2px rgba(1, 17, 38, 0.4);
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

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

.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: #8c9299;
}

.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 privacy
--------------------------------------------------------- */

#privacy .overflow {
	height: 178px;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	padding: 15px;
	border: solid 1px #0064d5;
	border: solid 1px #011126;
	text-align: justify;
	font-size: 13px;
}

#privacy h3 {
	margin-top: 2em;
	font-weight: 500;
	font-size: 14px;
}

#privacy h3:first-of-type {
	margin-top: 0;
}

#privacy li {
	margin-left: 1.5em;
	list-style: disc;
}

#privacy .agree {
	margin-top: 20px;
	text-align: center;
}

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

#complete {
	margin-top: -30px;
	margin-bottom: 120px;
	position: relative;
	z-index: 0;
}

#complete .section {
	padding: 100px;
	background: #fff;
	text-align: left;
}

#complete h2 {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #011126;
}

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