<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* IMPORT CSS */
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*é«˜ã•è‡ªå‹•*/
}

/* ãƒªãƒ³ã‚¯
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
    display:inline-block;
    color: #88641a;
    text-decoration: none;
	word-break: break-word;
}
a:hover { 
    color: #999;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.8;
}

.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.border {
	border: 1px solid #dee2e6;
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.bg-white {
	background-color: #fff;
	padding: 5rem 0;
}.bg-light {
	background-color: #f8f9fa;
	padding: 5rem 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
	padding: 5rem 0;
}
.bg-gold {
	background-color: #fefcf2;
	padding: 5rem 0;
}
.bg-yellow {
	background-color: #fffcf3;
	padding: 5rem 0;
}
.red {
	color: #c00;
}

/*ã‚¹ã‚­ãƒƒãƒ—
-------------------------------------*/
.blockskip a{
    height: 0;
    display:block;
    text-align: center;
	overflow: hidden;
}
.blockskip a:focus{
	height: auto;
	line-height: 3em;
}

/*ãƒ˜ãƒƒãƒ€ãƒ¼
-------------------------------------*/
.head {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1rem 0;
}

/*.head h1 { 
    padding: 1rem 0;
}*/
.logo {
	margin-left: auto;
	padding: 1.5rem 0 0 0;
}

.menu {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
nav ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
	-webkit-box-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #333;
	border-bottom: 0.3rem solid #f0f0f0;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}
/*nav a:hover, nav a:focus, nav li.on a {
	border-bottom: 0.3rem solid #88641a;
	text-decoration-line: none;
	font-weight: 600;
	color: #333;
}*/

/*ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“ã€€ç¬¬1éšŽå±¤ å·¦ã‹ã‚‰g01-ï½‡06*/
nav a:hover, nav a:focus, 
body.g01 nav ul li.gn01 a, body.g02 nav ul li.gn02 a, body.g03 nav ul li.gn03 a,
body.g04 nav ul li.gn04 a, body.g05 nav ul li.gn05 a, body.g06 nav ul li.gn06 a {
	border-bottom: 0.3rem solid #88641a;
	text-decoration-line: none;
	font-weight: 600;
	color: #333;
}


/*-------- ã‚µã‚¤ãƒˆã‚¿ã‚¤ãƒˆãƒ« --------*/
/*æœ€å°å€¤*/
h1.pagetitle a, p.pagetitle a {
	font-family: "Kakumin Regular";
	color: #a68555;
	font-size: 1.7rem;
	display: block;
	margin: 2.5rem 0 1rem;
	text-decoration: none;
}
h1.pagetitle {
	border-left:none;
	padding:0;
	letter-spacing: 0;
	margin-bottom: 2.5rem;
}
h1.pagetitle a {
	line-height: 1.6;
}

@media (min-width: 640px) {
	h1.pagetitle a, p.pagetitle a {
		font-size: 24px;/* IE8ä»¥ä¸‹ã¨Android4.3ä»¥ä¸‹ç”¨ */
		font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxã§å¯å¤‰*/
	}
}
@media (min-width: 1200px) {
/*æœ€å¤§å€¤*/
	h1.pagetitle a, p.pagetitle a {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 647px) {
	h1.pagetitle a, p.pagetitle a {
		width: 14em;
		margin: 1rem 0 .5rem;
	}
}
/* ã‚µã‚¤ãƒˆã‚¿ã‚¤ãƒˆãƒ« END */

@media screen and (min-width: 480px){
/* PCæ™‚ã¯MENUãƒœã‚¿ãƒ³ã‚’éžè¡¨ç¤º */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 480px){
	.head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		padding: 1rem 0 0;
	}
	.logo {
		display: none;
	}
	.head #open,#close  {
		position: absolute;
		top: 20px;
		right: 12px;
		}
	nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	nav li {
		padding-top: 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0;
	}
	/* ã‚¹ãƒžãƒ›æ™‚ã¯MENUãƒœã‚¿ãƒ³ã‚’è¡¨ç¤º */
	#open,#close  {
		display: block;
		width: 50px;
		border: none;
		position: absolute;
		top: 20px;
		right: 12px;
	}
	/* ã‚¹ãƒžãƒ›æ™‚ã¯ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’éžè¡¨ç¤º */
	#navi {
		display: none;
	}
	nav li a {
	border-bottom: none;
}
}


/*ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
-------------------------------------*/
main {
    margin: 0 0 0 0;
}
h1 {
	border-left: 0.6rem solid #c4a54b;
	padding: 0 0 0 1rem;
	margin-bottom: 6rem;
}
h2 {
	border-bottom: solid 0.3rem #e2d2a5;
	position: relative;
	padding-bottom: 0.8rem;
	margin: 5rem 0 2rem 0;
}

h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 0.3rem #c4a54b;
/*	bottom: -0.3rem;*/
	width: 20%;
	padding-bottom: 0.8rem;
}
h3 {
	position: relative;
	padding-left: 2.3rem;
}

h3:after {
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	content: '';
	width: 1.7rem;
	height:1.7rem;
	border: solid 0.4rem #c4a54b;
	border-radius:100%;
}


/*------------------ãƒœãƒƒã‚¯ã‚¹-------------------------------*/
.card {
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .5rem;
}

.b_link a {
	background-color: #fff;
	text-decoration-line: none;
	color: #333;
	display: block;
}
.b_link a:hover, .b_link a:focus {
	background-color: #fcf9ed;
    color: #a8802c;
}

.card h3 {
	padding-left: 0;
}
.card h3:after {
	border: none;
}

/*------------------ã‚¢ã‚¤ã‚³ãƒ³-------------------------------*/
.icon_pdf:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	color: #c00;
}
.icon_word:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c2';
	color: #2a5599;
}
.icon_excel:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c3';
	color: #207244;
}
.icon_zip:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c6';
	color: #88641a;
}

.nofollow:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	color: #88641a;
	font-weight: 900;
}

.end {
	color:#fff;
	font-weight:bold;
	font-size:.714em;
	padding:0 1.5em .3em;
	margin-right:8px;
	background-color: #666;
	display: inline-block;
	line-height: 1.6em;
}


/*------------------ã‚¤ãƒ³ãƒ•ã‚©ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³-------------------------------*/
dl.info dt {
	background: #faf5e9;
	font-weight: bold;
	border-bottom: 0.1rem solid #a8802c;
	padding:1rem;
	margin: 2rem 0;
}
dl.info dd {
	padding:1rem;
}

/*------------------ãƒªã‚¹ãƒˆ-------------------------------*/
main ul {
	margin-bottom: 0;
}
main ul li{
	position: relative;
	padding-left: 1.2em;
	margin-bottom: .5em;
}

main ul li:before {
	position: absolute;
	top: .6em;
	left: .4em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #88641a;
	content: "";
}

main ul li &gt; ul{ margin-top: .25em;}
main ul li &gt; ul li:before {
	top: 5%;
	left: 0;
	color: #88641a;
	content: "ã€‡";
	background-color: transparent;
	font-size: 90%;
}

main ul.style_none {
	margin-left: -1.6rem;
}

main ul.style_none li:before {
	content: none;
}

/* -- æ³¨é‡ˆãƒªã‚¹ãƒˆ -- */
main ul.caution, main ul.caution2 {
	list-style: none;
	padding-left: 0em;
}
main ul.caution li, main ul.caution2 li, main ul.maru_list li {
		padding-left: 1.5em;
}
main ul.caution &gt; li::before {
	background:none;
	counter-increment: caution;
	content: "â€»";
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª";
	top: .15em;
}
main ul.caution2 &gt; li::before {
	background:none;
	counter-increment: caution;
	content: "ï¼Š";
	top: .15em;
}


/*------------------ãƒœã‚¿ãƒ³-------------------------------*/
a.btn, input.button{
	display:block;
	border:0.1rem solid #a8802c;
	background: #E9DFCA;
	color:#333;
	text-align:center;
	text-decoration: none;
	padding: 1rem;
}
a.btn:hover, input.button:hover{
	background: #FCFBF9;
}

/*------------------ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ-------------------------------*/
.bg-breadcrumbs {
  background: #fffcf3;
}
.breadcrumbs {
  margin: 0;
  padding: 1rem;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.breadcrumbs li {
  list-style: none;
  display: inline;
	margin: 0;
}

.breadcrumbs li:after {
  /* &gt;ã‚’è¡¨ç¤º*/
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	padding: 0 0.4em;
	color: #333;
	font-weight: 900;
}

.breadcrumbs li:last-child:after {
  content: '';
}

.breadcrumbs li a {
  text-decoration: none;
  color: #88641a;
}

.breadcrumbs li:first-child a:before {/*å®¶ã‚¢ã‚¤ã‚³ãƒ³*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li em {
	font-style:normal;
	color: #333;
}

/*ãƒ•ãƒƒã‚¿ãƒ¼
-------------------------------------*/
footer {
	background-color: #f4efdb;
	padding: 5rem 0 3rem;
	color: #333;
}
.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	color: #333;
}
.footer-menu-item {
	width: 20%;
}
li.footer-menu-item {
	font-weight: bold;
}
li.footer-menu-item &gt; a{
	color: #88641a;
	display: block;
}
li.footer-menu-item li {
	font-size: 90%;
	font-weight: normal;
}
li.footer-menu-item li a {
	color: #333;
}
#management {
	margin: 3rem 0;
	font-size: 2rem;
	text-align: center;
}
#management a {
	color: #333;
}
@media screen and (max-width: 480px){
	footer {
		padding: 0;
	}
	.footer-menu-item {
		width: 100%;
	}
	li.footer-menu-item a {
		border-bottom: solid 1px #88641a;
		padding: 1.5rem 0;
		text-align: center;
	}
	li.footer-menu-item &gt; a.sp_non {
		display: none;
	}
	#management {
		font-size: 1.5rem;
	}
}
/*ã‚³ãƒ”ãƒ¼ãƒ©ã‚¤ãƒˆ
-------------------------------------*/
.copyright {
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background-color: #88641a;
}

/*ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ã¸æˆ»ã‚‹ãƒœã‚¿ãƒ³
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #88641a;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #bd8b24;
}


/*ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³
-------------------------------------*/
h2.accordion {
	position: relative;
	background-color: #fff9e7;
	padding: 1rem;
}
h2.accordion:after {
	border-bottom: none;
}
h2 button {
	border: none;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	padding-right: 2em;
}

h2 button[aria-expanded="false"]::after {
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	padding: 0 2rem;
	color: #bd8b24;
	font-weight: 900;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

h2 button[aria-expanded="true"]::after {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	padding: 0 2rem;
	color: #bd8b24;
	font-weight: 900;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

/*ãƒ†ã‚­ã‚¹ãƒˆé–¢é€£
-------------------------------------*/
.text_inline-block {
	display: inline-block;
}
.text_underline {
	text-decoration: underline;
}








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