<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Contact
-------------------------------------------------------------------------------*/

.error {
	color: #F00;
}

.contact .heading {
	border-bottom: none;
}

.contact h2 {
	margin-bottom: 40px;
	text-align: center;
}

.contact .heading strong {
	color: #D02229;
	font-weight: normal;
}

.contact .heading a {
	text-decoration: underline;
}

table.form {
	border-top: none;
	margin-bottom: 20px;
}

.form th, .form td {
	border-bottom: solid 3px #fff;
}

.form th {
	clear: both;
	background-color: #E3E3E3;
	width: 260px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.form th em {
	display: inline-block;
	float: right;
	background-color: #BC1C21;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	font-style: normal;
}

.form th span {
	float: right;
	background-color: #67799B;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
}

.form th span.note {
	float: none;
	background: none;
	color: inherit;
	margin: 0;
	padding: 0;
}

.radio li {
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	padding-right: 10px;
	white-space: nowrap;
}

.item1 {
	overflow: hidden;
	zoom: 1;
}

.item1 li {
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	padding-right: 10px;
	white-space: nowrap;
}

.item2 {
	clear: both;
}

.item2 li {
	display: inline-block;
	margin-right: 20px;
}

.form .lead {
	margin-bottom: 5px;
}

.form textarea {
	width: 95% !important;
	height: 125px !important;
}

#privacy {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	-moz-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border: solid 1px #06244F;
	margin-top: 20px;
	padding: 20px 10px 20px 20px;
}

pre {
	overflow: scroll;
	overflow-x: hidden;
	height: 150px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

#action {
	margin-top: 40px;
	font-size: 14px;
	text-align: center;
}

#action .submit button {
	display: block;
	overflow: hidden;
	background: url(../images/btn-next.gif) no-repeat;
	border: none;
	width: 301px;
	height: 36px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

#action .submit button {
	text-align: left;
}

#back {
	margin-top: 15px;
}

#send {
	display: block;
	overflow: hidden;
	background: url(../images/btn-send.gif) no-repeat;
	border: none;
	width: 301px;
	height: 36px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.thanks {
	color: #07244F;
	margin-top: 80px;
	text-align: center;
}</pre></body></html>