<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "bootstrap.min.css";
@import "bootstrap-responsive.min.css";

body {
	padding: 0 20px;
}


span { white-space: nowrap; }

.contents {
	margin: 10px auto;
}
.contents h1 {
	font-size : 20px;
	line-height : 20px;
}

body, input, button, select, textarea, .navbar-search .search-query {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica", "Arial", sans-serif !important;
	color: #222222;
}
.help-block, .help-inline {
	color: #442222;
}

.nocontrols {
	margin-left: 180px;
}
.nocontrols p {
	margin: 0 0 10px;
	margin-bottom: 0;
	vertical-align: middle;
	padding-top: 5px;
}

/* 必須任意項目 */
abbr[title], abbr[data-original-title] {
	font-size: 11px;
	border: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding : 1px;
}
/* 必須項目 */
.required abbr.required {
	color: #FFF;
	background-color: #AA3333;
}
/* 任意項目 */
abbr.optional {
	color: #FFF;
	background-color: #AA3333;
}
/* 完了項目 */
.required abbr.required_ok {
	background-color: #33AA33;
}
abbr.required_ok {
	background-color: #33AA33;
}



/* 項目ヘルプ */
.form-horizontal .help-block {
	margin-bottom: 5px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 5px;
}

/* 進捗バー */
ol.progress {
	margin-left: 0;
	height: 30px;
}
.progress li {
	display: block;
}
.progress .bar
{
	padding-top: 4px;
	font-size: 18px;
	background-color: #909090;
	background-image: -moz-linear-gradient(top, #c2c2c2, #909090);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c2c2c2), to(#909090));
	background-image: -webkit-linear-gradient(top, #c2c2c2, #909090);
	background-image: -o-linear-gradient(top, #c2c2c2, #909090);
	background-image: linear-gradient(to bottom, #c2c2c2, #909090);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc2c2c2', endColorstr='#ff909090', GradientType=0);
}
.progress .current {
	font-weight: bold;
	background-image: -moz-linear-gradient(top, #939393, #5e5e5e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#939393), to(#5e5e5e));
	background-image: -webkit-linear-gradient(top, #939393, #5e5e5e);
	background-image: -o-linear-gradient(top, #939393, #5e5e5e);
	background-image: linear-gradient(to bottom, #939393, #5e5e5e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff939393', endColorstr='#ff5e5e5e', GradientType=0);
}



.submits {
	text-align: center;
}
.successview {
	text-align: center;
}
.btn-primary {
	width: 100px;
	margin: 0px 30px;
}

.noime{
	ime-mode: disabled;
}
.imeoff{
	ime-mode: inactive;
}
.imeon{
	ime-mode: active;
}
.imeauto {
	ime-mode: auto;
}



/* チェックボックス */
input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	border-radius: 3px;
	border: 2px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	width: 14px;
	height: 14px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fdfdfd),
		to(#d1d1d1)
	);
}
input[type="checkbox"]:checked {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#353535),
		to(#8f8f8f)
	);
}
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0px;
	top: 8px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	content: "";
	width: 5px;
	height: 2px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 4px;
	top: 8px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	width: 9px;
	height: 2px;
	background: #FFFFFF;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}


.ssl {
	margin: 50px 0 20px;
}
.ssl-logo {
	float: left;
	padding: 10px;
}
.ssl-text {
	float: left;
	padding: 10px;
}
</pre></body></html>