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

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

#visual {
	background-image: url(../images/visual.jpg);
}

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

#confirm {
	padding: 40px 0 100px;
	background: #f9f9f9;
}

#confirm .container {
	width: 880px;
}

#confirm .about {
	margin-bottom: 40px;
}

#confirm h3 {
	height: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #1663a2;
}

#confirm h3:before {
	display: inline-block;
	vertical-align: 7px;
	content: '';
	width: 12px;
	height: 3px;
	margin: 0 10px 0 -22px;
	background: #1663a2;
}

#confirm p:not(:last-of-type) {
	margin-bottom: 20px;
}

#confirm .table {
	display: table;
	width: 100%;
}

#confirm dl {
	display: table-row;
}

#confirm dt {
	display: table-cell;
	vertical-align: top;
	width: 180px;
	padding: 20px;
	border-bottom: solid 1px #004b8d;
	text-align: left;
	font-weight: normal;
}

#confirm dl:first-of-type dt {
	border-top: solid 1px #004b8d;
}

#confirm dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

#confirm dl:first-of-type dd {
	border-top: solid 1px #ccc;
}

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

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

.submit li {
	margin: 0 15px;
}

.submit button {
	vertical-align: top;
	width: 260px;
	height: 60px;
	border-radius: 5px;
	background: #0083ca;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

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

.submit button:before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.submit .back button:before {
	left: 10px !important;
}

.submit button:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 3px transparent;
	border-left: solid 4px #0083ca;
	position: absolute;
	top: 50%;
	right: 10px;
}

.submit .back button:after {
	border-left-color: #a6a6a6;
	transform: rotate(180deg);
	left: 10px !important;
}

.submit button:hover {
	opacity: 0.6;
}
