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

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor figure {
	height: 300px;
	margin-bottom: 30px;
}

#anchor ul {
	display: flex;
	justify-content: center;
}

#anchor li {
	width: 401px;
	margin-left: -1px;
}

#anchor li a {
	display: block;
	padding-bottom: 20px;
	border: solid 1px #e0e0e0;
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	color: #444;
	position: relative;
}

#anchor li a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document page
--------------------------------------------------------- */

#page {
	margin-bottom: 80px;
}

#page .container {
	width: 900px;
	text-align: justify;
}

#page h3 {
	margin: 3em 0 1.5em;
	padding: 0.9em 1em 1em;
	border-top: 2px solid #00065C;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	box-shadow: 0px 1px 2px #f7f7f7;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

#page h4 {
	margin: 3em 0 1.5em;
	padding: 0.9em 1em;
	background: #f3f3f3;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

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

#page .new iframe {
	vertical-align: top;
	width: 100%;
	height: 460px;
	overflow: hidden;
	border: 0;
}

#page .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

#page .old {
	width: 30%;
}

#page .new p {
	margin-bottom: 1em;
	line-height: 1.7;
}

#page .old p {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.7;
}

#page .old iframe {
	vertical-align: top;
	width: 100%;
	height: 160px;
	overflow: hidden;
	border: 0;
}

#page .more {
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document request
--------------------------------------------------------- */

#request .container {
	width: 900px;
}

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

#request .notice {
	text-align: justify;
}


#request .em,
#request em {
	color: #d25d63;
}

#request .notice {
	margin-bottom: 2em;
}

#request .table {
	display: table;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
	font-size: 15px;
	position: relative;
}

#request dl {
	display: table-row;
}

#request dt {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding: 10px 25px;
	border: solid 1px #e4e4e4;
	background: #f7f7f7;
	line-height: 44px;
}

#request dt em {
	display: inline-block;
	vertical-align: middle;
	width: 2.6em;
	height: 18px;
	margin-left: 0.5em;
	background: #5b9fac;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 16px;
	color: #fff;
}

#request dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 30px;
	border: solid 1px #e4e4e4;
}

#request .note {
	margin-bottom: 40px;
	font-size: 15px;
}

#request .complete {
	margin-bottom: 70px;
}

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

#request input[type='tel'],
#request input[type='email'],
#request input[type='text'],
#request select,
#request textarea {
	padding: 0 0.8em;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	background: #fff;
	box-shadow: 1px 1px 0 0 rgba(200, 200, 200, 0.2) inset;
	letter-spacing: 0.05em;
}

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

#request input[type='checkbox'] {
	vertical-align: -4px;
	width: 20px;
	height: 20px;
	margin: 0 0.3em 0 0;
	padding: 0;
}

#request textarea {
	vertical-align: top;
	width: 100%;
	padding: 0.8em;
}

#request select {
	padding: 0 0 0 0.5em;
}

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

#request .w120 {
	width: 120px;
}

#request .w180 {
	width: 180px;
}

#request .w320 {
	width: 320px;
}

#request .w440 {
	width: 440px;
}

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

#request .submit .send {
	margin-left: 50px;
}

#request .submit button {
	vertical-align: top;
	width: 150px;
	height: 56px;
	border-radius: 0;
	background: #5b9fac;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#request .submit .confirm button {
	width: 230px;
}

#request .submit .back button {
	background: #c6c8c8;
}

#request .submit button:hover {
	opacity: 0.6;
}
