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

/* [[========================================]]*/
/* [[LAYOUT]] */
/*========================================*/
body {
	background: url(https://image.haj.co.jp/haj/common/body_base.jpg) top left repeat-x;
	color: #666;
	background-color: #FFF;
	text-align: center;
}
a:link { color: #03F; text-decoration: none;}
a:visited { color: #639; text-decoration: none;}
a:hover,
a:active { color: #03F; text-decoration: underline;}

/* [[▼CONAINER]] */
#conainer {
	margin: -30px auto 0px;
	padding: 50px 30px 0px;
	width: 940px;
}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
	#conainer {
		padding: 50px 0px 0px;
		width: 100%;
	}
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#conainer {
	}
}

/* [[▼HEADER]] */
#header {
	height: 100px;

	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
#header h1 img {
	display: block;
	height: 24px;
}
#header p {
	font-size: 13px;
	color: #999;
	overflow: hidden;
}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
	#header {
		margin: 0px 20px;
	}
}
/* [[│　├ 840↓]] */
@media screen and (max-width:840px){
	#header {
		flex-direction: column;
		justify-content: center;
	}
	#header p {
		margin-top: 10px;
	}
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#header {
		height: 90px;
		margin: 0px 10px;
	}
	#header h1 img {
		height: auto;
		width: 100%;
	}
	#header p {
		font-size: 10px;
	}
}

/* [[▼トピックパス]] */
#topicpath {
	background-color: #F4F4F4;/*testcode*/
	border: 1px solid #DDD;
	border-top: 5px solid #666;
	border-width: 5px 1px 1px;
	margin: 0px 0px 20px;
	padding: 5px 9px;
	overflow: hidden;
}
	#topicpath span {
		color: #666;
		font-size: 12px;
		line-height: 1.5;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding-right: 2px;
		white-space: nowrap;
	}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
	#topicpath {
		margin: 0px 20px 20px;
	}
	#topicpath span {
		font-size: 10px;
	}
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#topicpath {
		margin: 0px 10px 20px;
	}
}

/* [[▼CONTENTS]] */
#contents {
	padding-bottom: 20px;
}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
	#contents {
		margin: 0px 20px 20px;
		padding-bottom: 0px;
	}
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#contents {
		margin: 0px 10px 20px;
	}
}

/* [[▼MAIN]] */
#contents #main h3 {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #999;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
#contents #main h4 {
	border-left: 5px solid #999;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
}
#contents #main img {
	max-width: 100%;
}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
	#contents #main {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
}


/* [[▼FOOTER]] */
#footer {
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
}
#footer a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 0px;
}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
	#footer {
		margin: 0px 20px 20px;
		font-size: 12px;
	}
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#footer {
		margin: 0px;
		text-align: center;
	}
}
/* [[├ページの先頭へ]] */
#footer a#pageTop {
	float: right;
	width: 150px;
	text-align: right;
	color: #999;
	padding: 15px 0px;
}
/* [[│└ size]] */
/* [[│　├ 1000↓]] */
@media screen and (max-width:1000px){
}
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#footer a#pageTop {
		display: block;
		clear: both;
		width: auto;
		float: none;
		margin: 0px;
		background-color: #999;
		padding: 5px 10px;
		color: #FFF;
		text-align: center;
	}
}
/* [[└コピーライト]] */
#footer address {
	clear: both;
	background-color: #DDD;
	color: #666;
	font-size: 12px;
	font-style: normal;
	padding: 5px 10px;
}
/* [[　└ size]] */
/* [[　　├ 1000↓]] */
@media screen and (max-width:1000px){
	#footer address {
		font-size: 10px;
	}
}
/* [[　　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[　　└ 480↓]] */
@media screen and (max-width:480px){
	#footer address {
		padding: 20px 10px;
		font-size: 10px;
	}
}

/* [[========================================]]*/
/* [[MAIN]] */
/* [[├大見出し]] */
#main .mainHeader {
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#main .mainHeader h2 {
	background: url(https://image.haj.co.jp/haj/common/icon_dcircle.gif) left 5px no-repeat;
	padding-left: 25px;
	font-size: 20px;
}
#main .mainHeader p {
	margin-top: 10px;
}
#main .mainHeader p.entryDate {
	color: #ddd;
	font-size: 12px;
}
/* [[├エラーメッセージ]] */
#main .errorList {
	border: 2px solid #F00;
	border-radius: 10px;
	padding: 15px 15px 10px;
}
#main .errorList li {
	padding-top: 5px;
	border-top: 1px dotted #DDD;
	color: #F00;
}
#main .errorList li:first-child {
	border-width: 0px;
	padding-top: 0px;
}
/* [[├基本装飾]] */
#main .chapter {
	margin-bottom: 30px;
}
#main h3 {
	margin-bottom: 10px;
}
#main p,
#main ul,
#main ol,
#main dl {
	line-height: 1.64;
	margin-bottom: 10px;
}
#main li {
	margin: 0px 0px 5px;
}
#main .inlineList li {
	display: inline-block;
	margin-right: 1.5em;
	white-space: nowrap;
	margin-bottom: 10px;
}
#main li label,
#main li input[type="checkbox"],
#main li input[type="radio"] {
	vertical-align: middle;
}
#main li input[type="checkbox"],
#main li input[type="radio"] {
	margin: 0px 5px 0px 0px;
}
/* [[│└ size]] */
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#main .inlineList li {
		margin-right: 1em;
		margin-bottom: 5px;
	}
	#main .inlineList li label {
		padding: 5px 0px;
	}
}
#main .frameText {
	display: block;
	padding: 15px 15px 5px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	border-radius: 10px;
}
#main .pause {
	display: block;
	padding-top: 10px;
	border-top: 1px dotted #DDD;
}
#main .centerText {
	display: block;
	text-align: center;
}
#main .rightText {
	display: block;
	text-align: right;
}
#main .attention {
	color: #F00;
}
#main .notes {
	color: #999;
	font-size: 12px;
}
#main .frameText.attention {
	color: #555;
	background-color: #FFE;
	border-color: #FC3;
	border-width: 2px;
}
#main .frameText.attention .pause {
	border-color: #FC3;
}
/* [[├インラインフレーム（同意書）]] */
#main table td.document {
	background-color: #F4F4F4;
}
#main iframe {
	margin: 5px 0px 10px;
	border: 1px solid #DDD;
	border-radius: 5px;
	width: 100%;
	height: 200px;
}
/* [[│└ エラー表示]] */
#main table tr.error td.document .centerText {
	color: #F00;
}
/* [[├テーブル]] */
#main table {
	width: 100%;
	border: 1px solid #DDD;
	border-width: 1px 0px 0px 1px;
	box-sizing: border-box;
}
#main table th,
#main table td {
	border: 1px solid #DDD;
	border-width: 0px 1px 1px 0px;
	box-sizing: border-box;
	padding: 15px;
}
#main table th {
	background-color: #F4F4F4;
	color: #000;
	line-height: 1.64;
	width: 200px;
	vertical-align: top;
}
#main table th span {
	font-size: 12px;
	line-height: 1.92;
	font-weight: normal;
}
#main table th span.attention {
	padding: 2px 5px;
	background-color: #999;
	border-radius: 3px;
	color: #FFF;
	margin-left: 5px;
	white-space: nowrap;
}
#main table th span.notes {
	display: block;
}
#main table th.groupTitle {
	padding: 5px 15px;
	background-color: #DDD;
}
#main table th.groupTitle span.notes {
	color: #000;
	display: inline;
	padding-left: 5px;
}
#main table td {
	padding: 15px 15px 5px;
}
/* [[│├ エラー表示]] */
#main table tr.error th {
	color: #F00;
}
#main table tr.error th span.attention {
	background-color: #F00;
}
#main table tr.error td {
	background-color: #FFE;
}
/* [[│└ size]] */
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
#main table th {
	width: 150px;
}
#main table td p span {
	display: block;
	margin-top: 5px;
}
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
#main table th,
#main table td {
	width: 100%;
	display: block;
}
#main table th.groupTitle,
#main table th {
	padding: 5px 10px;
}
#main table th.groupTitle span.notes {
	display: block;
	padding: 0px;
}
#main table td {
	padding: 10px;
}

}

/* [[├フォーム]] */
#main td input::-webkit-input-placeholder { color: #999; opacity: 1; }
#main td input:-ms-input-placeholder { color: #999; opacity: 1; }
#main td input::-moz-placeholder { color: #999; opacity: 1; }

/* [[│├テキスト入力欄（1行）]] */
#main td input[type="text"] {
	padding: 5px 10px;
	margin-right: 5px;
	outline: 0;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}
#main td input[type="text"]:focus { background-color: #FFE; }

#main td input[type="text"] { width: 20em; }
#main td input[type="text"].long { width: 70%; }
#main td input[type="text"].half { width: 30%; }
#main td input[type="text"].short { width: 15%; }

#main td li input[type="text"] {
	margin-left: 5px;
}
/* [[││├ エラー表示]] */
#main tr.error td input[type="text"]:focus {
	background-color: #FFF;
}
#main tr.error td input::-webkit-input-placeholder { color: #F00; }
#main tr.error td input:-ms-input-placeholder { color: #F00; }
#main tr.error td input::-moz-placeholder { color: #F00; }

/* [[││└ size]] */
/* [[││　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[││　└ 480↓]] */
@media screen and (max-width:480px){
	#main td input[type="text"] { width: auto;}
	#main td input[type="text"].long { width: 90%; }
	#main td input[type="text"].half { width: 60%; }
	#main td input[type="text"].short { width: 30%; }
}
/* [[│├テキスト入力欄（複数行）]] */
#main td textarea {
	width: 80%;
	padding: 5px 10px;
	outline: 0;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
}
#main td textarea:focus {
	background-color: #FFE;
}
/* [[││├ エラー表示]] */
#main tr.error td textarea:focus {
	background-color: #FFF;
}
/* [[││└ size]] */
/* [[││　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[││　└ 480↓]] */
@media screen and (max-width:480px){
#main td textarea {
	font-size: 12px;
}
}
/* [[│├セレクトボックス]] */
#main td select {
	font-size: 12px;
}
/* [[│├フォームボタン]] */
#main .formButton,
#main .formButton div,
#main .formButton p,
#main .formButton span {
	text-align: center;
}
#main .formButton .buttonCancel,
#main .formButton .buttonReset,
#main .formButton .buttonConfirm {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-appearance: none;
	border: 1px solid #F2BE02;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 0px 0px #FFEE99;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFEE99;
	box-shadow: inset 0px 1px 0px 0px #FFEE99;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FEDD3A), color-stop(1, #F2BE02) );
	background: -moz-linear-gradient( center top, #FEDD3A 5%, #F2BE02 100% );
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#FEDD3A', endColorstr='#F2BE02');
	background-color: #F2BE02;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFE68A;
	text-align: center;
	margin: 10px 3px 0px;
	padding: 10px 20px;
}
#main .formButton .buttonCancel,
#main .formButton .buttonReset {
	border-color: #CCC;
	-moz-box-shadow: inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
	box-shadow: inset 0px 1px 0px 0px #FFF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF) );
	background: -moz-linear-gradient( center top, #EDEDED 5%, #DFDFDF 100% );
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF');
	background-color: #EDEDED;
	color: #888;
	font-weight: normal;
	text-shadow: 1px 1px 0px #FFFFFF;
}
#main .formButton .buttonCancel:hover,
#main .formButton .buttonReset:hover,
#main .formButton .buttonConfirm:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F2BE02), color-stop(1, #FEDD3A) );
	background: -moz-linear-gradient( center top, #F2BE02 5%, #FEDD3A 100% );
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#F2BE02', endColorstr='#FEDD3A');
	background-color: #DFDFDF;
	color: #000;
	text-decoration: none;
}
#main .formButton .buttonCancel:hover,
#main .formButton .buttonReset:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DFDFDF), color-stop(1, #EDEDED) );
	background: -moz-linear-gradient( center top, #DFDFDF 5%, #EDEDED 100% );
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#EDEDED');
	background-color: #DFDFDF;
	color: #000;
}
#main .formButton .buttonCancel:active,
#main .formButton .buttonReset:active,
#main .formButton .buttonConfirm:active {
	position:relative;
	top:1px;
}
/* [[│└ size]] */
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){
}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){
	#main .formButton .buttonCancel,
	#main .formButton .buttonReset,
	#main .formButton .buttonConfirm {
		padding: 10px;
	}
}


/* [[▽print style===============================]] */
@media print {
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
}
}/*△print style*/


/* [[▽clearfix===============================]] */

#contents,
#footer ul,
#main h2,
#main .chapter,
#main p,
.clearfix
{ zoom:1; }

#contents:after,
#footer ul:after,
#main h2:after,
#main .chapter:after,
#main p:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html #contents,
* html #footer ul,
* html #main h2,
* html #main .chapter,
* html #main p,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}

/* [[│└ size]] */
/* [[│　├ 768↓]] */
@media screen and (max-width:768px){

}
/* [[│　└ 480↓]] */
@media screen and (max-width:480px){

}
</pre></body></html>