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

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

#anchor figure {
	height: 24.5416vw;
	margin: 0 5vw 5vw;
}

#anchor ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 5vw 10vw;
}

#anchor li {
	width: 33.3%;
	margin-top: -1px;
	margin-left: -1px;
}

#anchor li a {
	display: block;
	height: 18vw;
	padding: 4vw 1vw 0;
	border: solid 1px #e0e0e0;
	text-decoration: none;
	font-size: 3vw;
	line-height: 1.2;
	color: #444;
	position: relative;
}

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

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

#page {
	margin-bottom: 10vw;
}

#page .container {
	margin: 0 5vw 5vw;
	text-align: justify;
}

#page h3 {
	margin-bottom: 1em;
	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: 4.5vw;
	line-height: 1.5;
}

#page h4 {
	margin-bottom: 1em;
	padding: 0.9em 1em;
	background: #f3f3f3;
	font-weight: 400;
	font-size: 4vw;
	line-height: 1.3;
}

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

#page .new {
	margin-bottom: 2em;
}

#page .new iframe {
	vertical-align: top;
	width: 100%;
	height: 50vw;
	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: 3vw;
	line-height: 1.6;
}

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

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

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

#request .container {
	margin: 0 5vw 20vw;
}

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

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

#request .notice {
	margin-bottom: 3vw;
	padding-bottom: 6vw;
	border-bottom: solid 1px #e4e4e4;
}

#request .complete {
	margin-bottom: 3em;
}

#request .table {
	margin-bottom: 10vw;
	text-align: left;
	position: relative;
}

#request dl {
	margin-bottom: 3vw;
	padding: 3vw 0 6vw;
	border-bottom: solid 1px #e4e4e4;
}

#request dt {
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 4vw;
}

#request dt em {
	display: inline-block;
	vertical-align: top;
	width: 2.6em;
	margin-left: 0.5em;
	background: #5b9fac;
	text-align: center;
	font-weight: 400;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 4vw;
	color: #fff;
}

#request .note {
	margin-bottom: 10vw;
	font-size: 3.2vw;
}

/* ---------------------------------------------------------
	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: 3em;
}

#request input[type='checkbox'] {
	vertical-align: top;
	width: 5vw;
	height: 5vw;
	margin: 0 0.2em 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: 12em;
}

#request .w180 {
	width: 50%;
}

#request .w320,
#request .w440 {
	width: 100%;
}

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

#request .submit li {
	width: 48%;
}

#request .submit li.confirm {
	width: 60%;
}

#request .submit li.send {
	margin-left: 4%;
}

#request .submit button {
	vertical-align: top;
	width: 100%;
	height: 3.5em;
	border-radius: 0;
	background: #5b9fac;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
}

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