<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*/
header {
  background-color: #FFA5B7;
  color: #fff;
}
header h1 {
  float: left;
  display: inline;
/*  width: 360px;*/
  font-size: 34px;
  line-height: 120px;

}
header h1 img{width: 580px;
margin-top: 10px;}
header h1 &gt; a {
  color: #fff!important;
}
header ul {
  float: right;
  display: inline;

}
header ul li {
  float: right;
  display: inline;
/*  width: 180px;*/
  text-align: center;
  line-height: 120px;
	font-size: 20px;
}
/*-------------main---side-left--------------------*/
*#main .side-left &gt; ul {
  background: #fff;
  border-radius: 10px;
  padding: 16px 0 16px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#main .side-left ul li.side-nav-list &gt; a {
  padding: 16px 0;
  display: block;
  padding-left: 10px;
}
li.side-nav-list &gt; a span:before {
  width: 25px;
}
*.side-nav-list {
  position: relative;
  display: block;
}
.sub-nav-text {
  position: absolute;
  top: 0px;
	left: 100%;
  /*left: 300px;*/
  width: 300px;
		background-color: #FFE9B2;
  /*background: #FFF;*/
  border-radius: 0 10px 10px 0;
  display: none;
  z-index: 2;
}
.sub-nav-text li{
  height: 73.6px;
}
.sub-nav-text li:hover {
  background: #FFE600;
  height: 73.6px;
		border-radius: 10px;
}
li.side-nav-list:hover {
  background: #FFE600;
}
.sub-nav-text a {
  font-size: 18px;
  color: #111111;
  display: block;
  padding: 25px 0 10px 30px;
  /*margin: 0 30px;*/
}
.parent ul li a {
  font-size: 18px;
  color: #111111;
  display: block;
  padding: 10px 0 10px 0;
  margin: 0 30px;
}
.icon-home {
  color: #FFDFE5;
}
.icon-tubiao {
  color: #E4DFFF;
}
.icon-fuwu {
  color: #DFF1FF;
}
.icon-yuangong {
  color: #DFFFDF;
}
.icon-zhaopinhui {
  color: #FFFADF;
}
/*-------------main-info--------------------*/
#main-info {
  width: 100%;
  /*width: 1200px;*/
  max-width: 1200px;
  margin: 60px auto;
  color: #111111;
  background: #FFF6C3;
  border-radius: 10px;
  padding: 0 25px;
  box-sizing: border-box;
}
#main-info h2 {
  font-size: 22px;
  padding: 25px 0 20px 0;
	font-weight: bold;
	color: #FF4590;
}
#main-info p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 25px;
}
/*--------------------------------------*/
#main-list .main-list-l h2,
.main-list-r h2 {
  color: #fff;
  font-weight: bold;
  padding: 13px 0 13px 30px;
  box-sizing: border-box;
}
#main-list .main-list-l h2 {
  background-color: #FFA5B7;
		font-size: 20px;
}
#main-list .main-list-r h2 {
  background-color: #FFAB24;
		font-size: 20px;
}
#main-list .oshirase h2 {
  background-color: #FFA5B7;

}
#main-list .main-list-l dl {
  width: 100%;
  padding: 10px 30px 0 30px;
  box-sizing: border-box;
}
#main-list .main-list-l dl dt {
  font-size: 20px;
  padding: 8px 0;
  color: #FFA5B7;
}
#main-list .main-list-l dl dd {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
}
.navl {
  display: block;
  margin: auto;
}
a.arrows {
  margin: auto;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #FFAB24;
  display: inline-block;
  float: right;
  margin-right: 30px;
  padding: 0 9px;
}
.main-list-r ul {
  margin: 13px 20px;
  box-sizing: border-box;
}
.main-list-r ul li {
  font-size: 18px;
  padding: 20px 10px;
  border-bottom: 1px dashed #DFDFDF;
}
.main-list-r ul li a {
  color: #4F4236;
}
.main-list-r ul li &gt; em {
  font-weight: bold;
	display: block;
/*  width: 118px;*/
}
.main-list-r ul li a:link, a:visited{text-decoration: underline;
}
.clearfix{

ã€€content: "";

ã€€clear: both;

ã€€display: block;

}

/*---------------serve.html------------------*/
.side-left .main-list-l h2 {
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
}
.side-left .main-list-l h2 {
  background-color: #FFA5B7;
}
.side-left .main-list-r h2 {
  background-color: #FFAB24;
}
.side-left .main-list-l dl {
  width: 100%;
  padding: 10px 30px 0 30px;
  box-sizing: border-box;
}
.side-left .main-list-l dl dt {
  font-size: 20px;
  padding: 8px 0;
  color: #FFA5B7;
}
.side-left .main-list-l dl dd {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
}
.serve-main-info h1 {
  /*    width: 790px;*/
  margin: 20px 30px;
  text-align: center;
/*  height: 80px;
  line-height: 80px;*/
  border-bottom: 2px dashed #FCD089;
  font-size: 28px;
  color: #FFAB24;
  font-weight: bold;
}
.serve-main-text {
  color: #111111;
  margin: 20px 30px;
	margin-bottom: 40px;
}
.serve-main-text h2 {
    font-size: 22px;
    border-bottom: #E46683 4px double;
    color: #E46683;
	clear: both;

}
.main-text-box {
  width: 100%;
}
.main-text-box h3 {
  font-size: 20px;
  color: #FFAB24;
		font-weight: bold;
	margin-bottom: 10px;
}
h2 span{color: #FF3900;}
.main-text-box dl dt {
  font-size: 18px;
	margin-top: 16px;
}
.main-text-box dl dd {
  font-size: 18px;
}
.serve-main-text-l {
  width: 70%;
}
.main-text-box p {
  font-size: 18px;
  line-height: 1.5;
	margin-bottom: 20px;

}
.serve-main-text-r img {

  margin: auto;
  background: #fff;
  padding: 5px 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 30px;
}
.serve-main-text-r img {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.serve-main-text-r01 img {
  margin: auto;
  background: #fff;
  padding: 5px 5px;
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 30px;
}
.serve-main-text-r01 img {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.sl {
  border-bottom: 1px dashed #FCEED8;
}
.main-text-box em {
  display: block;
  padding-bottom: 10px;
}
.main-text-box table {
  border: 1px solid #FFAB24;
  font-size: 18px;
}
.main-text-box table caption{
	font-weight: bold;
	font-size: 110%;
	color: #EE5300;
}
.main-text-box table th {
  background: #FFFADC;
  font-weight: bold;
	width: 22%;
}
.main-text-box table th,
.main-text-box table td {
  padding: 20px;
  border: 1px solid #FFAB24;
}
.main-text-box table td span {
  display: block;
}
.submit {
  text-align: center;
  margin: 20px;
}
.submit .button {
  border: 1px solid #8a1616;
  background: #d05f5f;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 8px;
}
/*-------------footer--------------*/
.footer-info p {
  width: 100%;
  margin: auto;
}
.footer-info p:nth-child(1) {
  text-align: center;
  border-bottom: 1px solid #111111;
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-info p:nth-child(1) span {
  font-size: 15px;
}
.footer-info,.footer_l {
  width: 90%;
  text-align: center;
  padding: 20px;
}
.footer-info,.footer_l span {
  margin-right: 20px;
}
.footer-info ul {
  width: 90%;
  margin: auto;
  padding: 20px 0 20px 40px;
}
.footer-info ul li {
  float: left;
}
.f_480 {
  display: none;
}
.footer-info ul li:nth-child(3),
.footer-info ul li:nth-child(4) {
  text-align: right;
}
.footer-info ul li:nth-child(3) span,
.footer-info ul li:nth-child(4) span {
  padding-right: 10px;
}
.footer-info ul li {
  font-size: 18px;
  padding-right: 20px;
}
.top_arrow {
  border: 0 none;
  bottom: 80px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10%;
  width: 80px;
  z-index: 2147483647;
}
.border {
    border: 4px solid #FFF;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    -moz-box-shadow: 1px 1px 2px 1px #CCC;
    box-shadow: 1px 1px 2px 1px #ccc;
}
.top_h1{margin-left: 60px;}
.catch{font-size:22px;
line-hight:160%;
color:#E46683;
font-weight:bold;}
.catch2{font-size:20px!important;
line-hight:160%;
color:#9f6e6e;
font-weight:bold;}

.news{max-height: 360px;
overflow: auto;}
.news em span{color: #FF0004;}
.news2{max-height: 900px;
overflow: auto;}
.news2 p{font-size: 18px;
	margin-bottom: 14px;}
.box2{max-width: 400px;
	background: #ffffff; padding: 20px; margin: 20px;}

/* å‹æ‰‹ã«ã‚¢ã‚¤ã‚³ãƒ³ */
a[href$=".pdf"]{background:url(../../../../img/common_icon/icon_pdf02.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
 
a[href$=".doc"]{background:url(../../../../img/common_icon/icon_doc.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
a[href$=".docx"]{background:url(../../../../img/common_icon/icon_doc.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}

a[href$=".xlsx"]{background:url(../../../../img/common_icon/icon_xsl.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
a[href$=".xls"]{background:url(../../../../img/common_icon/icon_xsl.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}

/* å‹æ‰‹ã«ã‚¢ã‚¤ã‚³ãƒ³è§£é™¤ */
a.no_icon[href$=".pdf"],
a.no_icon[href$=".doc"],
a.no_icon[href$=".xls"],
a.no_icon[href$=".docx"],
a.no_icon[href$=".xlsx"] {
  background-image:none;
  padding:0;
}

.indent p {
  text-indent: -1em;
  padding-left: 1em;
}
    .main-list-r ul li a &gt; em {
        display: block;
    }
.sitemap ul {margin-left: 20px;
list-style:disc;}
.sitemap ul li ul li{list-style:none;}

.box_y{background: #FFFCBC;
padding: 20px;
border-radius: 10px;}
.tatable th{background: #FDC695!important;}
.tatable th,.tatable td{border: 1px solid #E48F42!important;}
.red_f p{color: #FF3F16;
font-weight: bold;}

.table_wrap {
    overflow: auto;

}
.table_wrap table {
    min-width: 500px;
}

/* ***************flex****************/
.flex_2col,.flex_4col {display:flex;flex-flow: row wrap;justify-content: flex-start;}
.flex_2col div{flex-basis:48%;  margin-bottom:20px; margin-right: 2%; text-align: center; display: inline-block;}
.flex_4col div{flex-basis:22%;  margin-bottom:20px; margin-right: 3%; display: inline-block;}
@media only screen and (max-width: 768px) {
.flex_2col div{flex-basis:100%;  margin-bottom:20px;}

.flex_4col div{flex-basis:45%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
}





/*ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ã€€ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã‚’éžè¡¨ç¤ºã«ã™ã‚‹*/
.accordion input {
  display: none;
}

.accordion label {
  padding: 1em;
  background: #FCEAF6;
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

/*ä¸‰è§’çŸ¢å°ã‚¢ã‚¤ã‚³ãƒ³*/
.accordion .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.accordion .icon::before,
.accordion .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #FB1C7C;
}
.accordion .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.accordion .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.accordion .wrap {
  border: 1px solid #E093AA;
  margin-bottom: 10px;
}

/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„åˆã‚ã¯éžè¡¨ç¤º*/
.accordion .content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}
.accordion p {
  margin: 0;
  padding: 0.4em 1em;
}

/*ã‚¯ãƒªãƒƒã‚¯ã™ã‚‹ã¨ã‚³ãƒ³ãƒ†ãƒ³ãƒ„è¡¨ç¤º*/
.accordion input:checked ~ .content {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
}

/* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³è¡¨ç¤ºã®éš›ã«ä¸‰è§’å›žè»¢ */
.accordion input:checked ~ label .icon {
  transform: rotate(180deg);
}

#entryList dt,#entryList dd{padding: 2px 10px;
font-size: 18px;
margin: 0;}
#entryList dt{font-weight: bold;
color: #E46683!important;}
#entryList .dateBefore{
color: #000000!important;
display: block;}
span.pdf,
span.doc,
span.xsl { padding: 2px 0 2px 18px; }
span.pdf { background: url(../../../../img/common_icon/icon_pdf02.gif) no-repeat 0.3em 0; }
span.doc { background: url(../../../../img/common_icon/icon_doc.gif) no-repeat 0.3em 0; }
span.xls { background: url(../../../../img/common_icon/icon_xsl.gif) no-repeat 0.3em 0; }

#entryList a:link, a:visited{text-decoration: underline;}
</pre></body></html>