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

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual h1 .en {
	display: block;
	margin-top: 5px;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff;
	font-size: 26px;
	color: #6e9fcf;
}

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

#request {
}

#request .h2 {
	margin-bottom: 50px;
	padding: 0;
}

#request .container {
	width: 900px;
}

#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;
	position: relative;
}

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

#request dt em {
	width: 2.6em;
	height: 18px;
	border-radius: 5px;
	background: #5b9fac;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 16px;
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

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

#request dd p {
	margin-top: 10px;
}

#request dd label {
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
	line-height: 46px;
}

#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='radio'],
#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: 140px;
}

#request .w180 {
	width: 220px;
}

#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: 5px;
	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;
}

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

#privacy {
	margin: 70px 0 0;
}

#privacy .section {
	overflow: auto;
	height: 15em;
	margin-bottom: 10px;
	padding: 15px;
	border: solid 1px #d4d3d3;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
}

#privacy .section h4 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
}

#privacy .section p:not(:last-of-type) {
	margin-bottom: 15px;
}
