#header {
	background-image: url('../img/access/key.jpg');
}
#header .key-txt {
	position: absolute;
	top: 307px;
	left: 50%;
	margin-left: -31px;
}
#sec01 {
	padding: 120px 0 45px;
}
#sec01 .list {
	line-height: 25px;
}
#sec01 .list div {
	width: 480px;
}
#sec01 .list dl {
	border-bottom: 1px solid #d9d4b4;
	padding: 12px 0;
}
#sec01 .list dl dt {
	float: left;
	width: 130px;
}
#sec01 .list dl dd {
	float: right;
	width: 335px;
}
#sec01 .list dl dd.tel_info strong {
	font-size: 30px;
	font-weight: bold;
	display: block;
	padding-bottom: 12px;
	letter-spacing: 4px;
}
#sec01 .sec01_img {
	margin-top: 39px;
}
#sec01 .sec01_img p {
	float: left;
	margin-top: 40px;
}
#sec01 .sec01_img p:nth-child(2n) {
	margin-left: 40px;
}
#sec01 .sec01_btn {
	margin-top: 99px;
	text-align: center;
}
#sec01 .sec01_btn p {
	vertical-align: top;
	display: inline-block;
	width: 288px;
	margin: 0 38px;
}
#sec01 .sec01_btn .btn_print {
	display: block;
	text-align: center;
	padding: 14px 0;
}
#sec02 iframe {
	width: 100%;
	height: 700px;
}
#sec03 {
	padding: 153px 0 119px;
}
#sec03 .main {
	padding: 70px 83px 58px 84px;
	position: relative;
	border: 1px solid #673c17;
	width: 765px;
	margin: auto;
}
#sec03 .main h2 {
	position: absolute;
	top: -34px;
	left: 50%;
	margin-left: -259px;
}
#sec03 .main .txt {
	margin-bottom: 24px;
}
#sec03 .main .txt strong {
	font-size: 26px;
	padding-top: 5px;
	display: inline-block;
	padding-bottom: 24px;
}
#sec03 input,
#sec03 select,
#sec03 textarea {
	padding: 0 5px;
	border: 1px solid #996666;
	background: #ffffff;
	line-height: 28px;
	color: #000;
	width: 362px;
	outline: none;
}
#sec03 input[type=radio],
#sec03 input[type=checkbox] {
	padding: 0;
	width: auto;
	position: relative;
	top: 2px;
}
#sec03 textarea {
	width: 527px;
	min-height: 201px;
	resize: none;
}
#sec03 button {
	display: inline-block;
	border: none;
	cursor: pointer;
	padding: 0;
}
#sec03 button + button {
	margin-left: 20px;
}
#sec03 button:hover {
	background: #694A3E;
}
#sec03 label {
	display: block;
}
#sec03 .row {
	width: 100%;
}
#sec03 .form-row {
	padding: 17px 0;
}
#sec03 .mark-require {
	position: absolute;
	top: 2px;
	right: 0;
	background-color: #990000;
	width: 56px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	margin-left: 8px;
	color: #fff;
}
#sec03 .caption {
	position: relative;
	text-align: right;
	float: left;
	width: 160px;
	padding-right: 68px;
}
#sec03 .input {
	width: 527px;
	float: right;
}
#sec03 .submit {
	text-align: center;
	margin-top: 31px;
}

/*
 * Custom mailform
 *
 */

#sec03 [class^=error] {
    left: 240px;
    font-size: 13px;
    bottom: -12px;
}
#sec03 .form-value + .form-value {
	margin-top: 10px;
}
#sec03 .form-value > [class^='error'] {
	bottom: -12px;
}
#sec03 .input > .form-value,
#sec03 .form-parse-date > .form-value {
	display: inline-block;
}
/* #sec03 .fc-confirm .confirm-value {
	padding: 0 5px;
	border: 1px solid #996666;
	background: #ffffff;
	line-height: 28px;
	color: #909090;
} */
#sec03 .fc-confirm .mark-require {
	display: none;
}