@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html,
input, textarea, select, button {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  color: #333333;
  font-size: 0.95rem;
  line-height: 160%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: #525252;
  text-decoration: none;
}

a:hover {
  color: #ff9966;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  overflow: hidden;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    background-color: #f7f7f7;
    background-image: url(../common_img/background.png);
    background-repeat: repeat-y;
    background-position: top center;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  min-height: 55px;
  z-index: 9999;
}

header.inner {
  overflow: visible;
  border-top: 5px solid #f4a400;
}

header h1 {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  font-size: 0.5rem;
  font-weight: normal;
}

header #logo {
  margin-left: 5px;
  margin-bottom: 10px;
  width: 57.8%;
}

header #search {
  display: none;
}

@media print, screen and (min-width: 769px) {
  header {
    position: relative;
    height: 160px;
  }
  header.inner {
    border-top: 8px solid #f4a400;
  }
  header h1 {
    font-size: 0.7rem;
    margin-left: 5px;
  }
  header #logo {
    width: auto;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 0;
  }
  header #search {
    display: block;
    position: absolute;
    top: 50px;
    right: 10px;
  }
  header #search input[type=text] {
    width: 10rem;
  }
  header #search input[type=radio] {
    vertical-align: top;
  }
  header #search span {
    display: block;
    margin-top: 3px;
    font-size: 0.7rem;
  }
}
#spnavi {
  position: absolute;
  top: 15px;
  right: 5px;
}

#spnavi a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(163, 203, 74, 0.7);
}

#spnavi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background: #ffffff;
}

#spnavi-icon:before,
#spnavi-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #ffffff;
}

#spnavi-icon:before {
  margin-top: -6px;
}

#spnavi-icon:after {
  margin-top: 4px;
}

#spnavi .close {
  background: transparent;
}

#spnavi .close:before,
#spnavi .close:after {
  margin-top: 0;
}

#spnavi .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#spnavi .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media print, screen and (min-width: 769px) {
  #spnavi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  nav#naviup {
    display: none;
  }
  nav#navi {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 5000;
  }
  nav#navi ul {
    margin: 0;
    padding: 0;
  }
  nav#navi ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
  }
  nav#navi > ul > li {
    border-bottom: 3px solid #a3cb4a;
    border-left: 3px solid #a3cb4a;
    border-right: 3px solid #a3cb4a;
  }
  nav#navi > ul > li:first-child {
    border-top: 3px solid #a3cb4a;
  }
  nav#navi ul li a {
    display: block;
    text-align: left;
    text-decoration: none;
    background: rgba(250, 250, 250, 0.95);
    color: #6b6461;
    text-decoration: none;
    padding: 15px 20px;
    position: relative;
  }
  nav#navi ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    right: 15px;
    border-top: 2px solid #a3cb4a;
    border-right: 2px solid #a3cb4a;
    transform: rotate(45deg);
  }
  nav#navi > ul > li > a > span {
    display: none;
  }
  nav#navi ul li.hassub > a::after {
    border-top: none;
    border-bottom: 2px solid #a3cb4a;
    border-right: 2px solid #a3cb4a;
  }
  nav#navi ul li.hassub a.close {
    background: rgba(163, 203, 74, 0.8);
    color: #ffffff;
  }
  nav#navi ul li.hassub > a.close::after {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: none;
    border-right: none;
  }
  nav#navi ul li .subnavi li a {
    border-top: 2px dashed #a3cb4a;
    padding-left: 40px;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  nav#naviup {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  nav#naviup ul {
    margin: 0;
    padding: 0;
    letter-spacing: -0.5rem;
  }
  nav#naviup ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  nav#naviup ul li a {
    color: inherit;
    text-decoration: none;
    padding-right: 0.3rem;
  }
  nav#naviup ul li a:hover {
    color: inherit;
    text-decoration: none;
  }
  nav#naviup ul li a:after {
    padding-left: 0.3rem;
    content: "|";
  }
  nav#naviup ul li:first-child:before {
    padding-right: 0.3rem;
    content: "|";
  }
  nav#navi {
    margin-top: 12px;
  }
  nav#navi > ul {
    margin: 0;
    padding: 0;
    letter-spacing: -0.5rem;
  }
  nav#navi > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    letter-spacing: 0;
    box-sizing: border-box;
    width: 20%;
    vertical-align: top;
    position: relative;
  }
  nav#navi > ul > li.sp {
    display: none;
  }
  nav#navi > ul > li > a {
    display: block;
    border: 2px solid #bcd66c;
    background: url(../common_img/navi.png) no-repeat;
    line-height: 300%;
    font-size: 1rem;
    text-align: left;
    padding-left: 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: "Sawarabi Gothic";
    position: relative;
  }
  nav#navi > ul > li > a:hover {
    background: url(../common_img/navi_on.png) no-repeat;
    color: #ffffff;
    text-decoration: none;
  }
  nav#navi > ul > li > a > span {
    position: absolute;
    top: 16px;
    left: 42px;
    color: #9ec34b;
    font-size: 0.6rem;
  }
  nav#navi > ul > li > a:hover > span {
    color: #ffffff;
  }
  nav#navi ul ul {
    margin: 0;
    padding: 0;
    letter-spacing: -0.5rem;
  }
  nav#navi ul ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    background: rgba(213, 234, 215, 0.9);
  }
  nav#navi ul ul > li:hover {
    background: rgba(255, 255, 255, 0.9);
    border-left: 1px dashed #90b03b;
    border-right: 1px dashed #90b03b;
    border-bottom: 1px dashed #90b03b;
  }
  nav#navi ul ul > li:last-child {
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
  }
  nav#navi ul ul > li a {
    display: block;
    line-height: 300%;
    margin: 0 10px;
    border-bottom: 1px dashed #90b03b;
    text-align: center;
    font-family: "Sawarabi Gothic";
  }
  nav#navi ul ul > li a:hover {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
  }
}
article {
  margin-bottom: 1rem;
}

article a {
  text-decoration: underline;
}

#cover {
  margin-bottom: 0.5rem;
}

#pankuzu {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  padding-left: 5px;
  padding-right: 5px;
}

#pankuzu a {
  color: inherit;
}

section {
  margin-bottom: 2rem;
  box-sizing: border-box;
}

section.inner,
section .inner {
  padding-left: 5px;
  padding-right: 5px;
}

section h1 {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  font-weight: normal;
  font-size: 1.4rem;
  border: 1px solid #d2d2d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: linear-gradient(#ffffff, #ffffff, #f1f0f0);
}

section h1:before {
  content: "";
  padding-left: 0.5rem;
  border-left: 8px solid #a1c149;
}

section h2 {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  background: #a1c149;
}

section h2.linetitle {
  padding: 0;
  color: #60511c;
  border-bottom: 5px solid #60511c;
  background: none;
}

section h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

section p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

p.image,
p.imageleft,
p.imageright {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  text-align: center;
}

p.nomargin {
  margin: 0;
}

p.kome {
  padding-left: 1rem;
  text-indent: -1rem;
}

p.kome:before {
  content: "※";
}

p.center {
  text-align: center;
}

p.download {
  padding-left: 1rem;
  text-indent: -1rem;
}

p.download:before {
  content: "\f019";
  font-family: "FontAwesome";
  margin-right: 3px;
  color: #009848;
}

p.pdf {
  padding-left: 1rem;
  text-indent: -1rem;
}

p.pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  margin-right: 3px;
  color: #009848;
}

.highlighter-red {
  background: linear-gradient(transparent 75%, #ff0000 75%);
}

.highlighter-pink {
  background: linear-gradient(transparent 75%, #ff99ab 75%);
}

.highlighter-orange {
  background: linear-gradient(transparent 75%, #ffa500 75%);
}

.highlighter-yellow {
  background: linear-gradient(transparent 75%, #ffff00 75%);
}

.highlighter-yellowgreen {
  background: linear-gradient(transparent 75%, #9acd32 75%);
}

.highlighter-green {
  background: linear-gradient(transparent 75%, #8effa1 75%);
}

.highlighter-teal {
  background: linear-gradient(transparent 75%, #009090 75%);
}

.highlighter-blue {
  background: linear-gradient(transparent 75%, #87cefa 75%);
}

.highlighter-darkblue {
  background: linear-gradient(transparent 75%, #30aefc 75%);
}

.highlighter-purple {
  background: linear-gradient(transparent 75%, #800080 75%);
}

.through {
  text-decoration: line-through;
}

.finish {
  color: #cc0000;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  section section {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
  }
  section h1 {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
  }
  section h1:after {
    content: "";
    color: #9ec34b;
    font-weight: bold;
    font-size: 0.8rem;
    margin-left: 5px;
  }
  section h2 {
    padding-left: 1rem;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0.5rem;
  }
  section section h2 {
    margin-left: -1rem;
  }
  p.imageleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  p.imageleft + p:after {
    content: "";
    clear: both;
    display: block;
  }
  p.imageright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
footer {
  background: #ecedea;
  padding: 1rem 5px;
  box-sizing: border-box;
  color: #898378;
  position: relative;
}

footer:after {
  position: absolute;
  top: 8px;
  right: -26px;
  background: #da9947;
  color: #ffffff;
  content: "サイトマップ";
  font-size: 0.6rem;
  padding: 4px 30px;
  transform: rotate(30deg);
}

#footer-navi {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5rem;
}

#footer-navi > li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
}

#footer-navi > li > ul {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5rem;
}

#footer-navi > li > ul > li {
  display: inline-block;
  letter-spacing: 0;
}

#footer-navi > li > ul:not(#etc) > li {
  margin-left: 1rem;
}

#footer-navi > li > ul#etc > li {
  margin-right: 1rem;
}

#footer-navi a {
  color: inherit;
  color: #898378;
}

#footer-navi a:hover {
  color: inherit;
  color: #69645c;
}

#footer-navi2 {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5rem;
}

#footer-navi2 li {
  display: inline-block;
  margin: 0;
  margin-right: 1rem;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
}

#footer-navi2 a,
#footer-navi2 a:hover {
  color: inherit;
  color: #898378;
}

#copyright {
  font-size: 0.8rem;
  text-align: center;
}

address {
  text-align: center;
  font-style: normal;
}

address span.mail {
  display: block;
}

address a,
address a:hover {
  color: inherit;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  footer {
    padding: 1rem;
  }
  #footer-in {
    margin: auto;
    width: 700px;
  }
  #footer-navi {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #footer-navi > li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
  }
  #footer-navi > li > a {
    font-weight: bold;
  }
  #footer-navi a {
    font-family: "Sawarabi Gothic";
  }
  #footer-navi > li > ul {
    margin-top: 0.2rem;
  }
  #footer-navi > li > ul#etc {
    margin-top: 4rem;
    margin-top: 3rem;
  }
  #footer-navi > li > ul > li {
    display: list-item;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  #footer-navi > li > ul:not(#etc) > li {
    margin-left: 0;
  }
  #foot-copy {
    margin-bottom: 3rem;
    background: url(../common_img/fukui_bot_logo.png) no-repeat;
  }
  #footer-navi2 {
    padding-left: 50px;
  }
  #footer-navi2 li {
    margin: 0;
    font-size: 0.9rem;
    font-family: "Sawarabi Gothic";
  }
  #footer-navi2 li a:after {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    content: "|";
  }
  #footer-navi2 li:last-child a:after {
    padding-left: 0;
    padding-right: 0;
    content: "";
  }
  #copyright {
    margin: 0;
    padding: 0;
    padding-left: 50px;
    font-size: 0.95rem;
    text-align: left;
    font-family: "Sawarabi Gothic";
  }
  address {
    background: url(../common_img/logo_mini.png) no-repeat;
    text-align: left;
    padding-top: 8px;
    padding-left: 155px;
    padding-bottom: 3rem;
    font-size: 1rem;
    font-family: "Sawarabi Gothic";
  }
  address span.mail {
    display: inline;
    margin-left: 1rem;
  }
}
#pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 0.8rem;
}

#pagetop a {
  display: block;
  width: 3rem;
  color: #ffffff;
  background: rgba(162, 196, 10, 0.8);
  padding: 0.5rem;
  line-height: 1.6em;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  #pagetop {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  section p,
  table th, table td,
  section li {
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */