@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #c2dab6;
  color: #333;
  font-size: 130%;
  box-sizing: border-box;
  border-bottom: 3px solid #007524;
  padding: 8px 18px 7px;
  border-radius: 6px 6px 0 0;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #333;
}

h2.head-title a:visited {
  color: #333;
}

h2.head-title a:hover {
  color: #333;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #c2dab6;
  color: #333;
  font-size: 113%;
  box-sizing: border-box;
  border-bottom: 3px solid #f0f5ed;
  border-radius: 6px 6px 0 0;
  padding: 8px 18px 7px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  background: #f0f5ed;
  font-size: 113%;
  padding: 8px 18px 7px;
  border-bottom: 2px solid #c2dab6;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 100%;
  margin-top: 20px;
  display: block;
  padding: 0 0 7px 0;
  line-height: 1.2;
  border-bottom: 2px solid #c2dab6;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-bottom: 7px;
  margin-top: 20px;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #b3d1a4;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #b3d1a4;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f0f5ed;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 90%;
  color: #3d4639;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #007524;
  text-decoration: underline;
}

a:visited {
  color: #007524;
  text-decoration: underline;
}

a:hover {
  color: #007524;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #007524;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #007524;
  text-align: center;
}

.scheme2 {
  border: 1px solid #007524;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #007524;
  text-align: center;
}

.scheme5 {
  border: 1px solid #007524;
  text-align: center;
}

.scheme6 {
  background-color: #ffffff;
  text-align: center;
}

.scheme7 {
  background-color: #007524;
  text-align: center;
}

.scheme8 {
  background-color: #007524;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f0f5ed;
  text-align: center;
}

.scheme10 {
  background-color: #007524;
  text-align: center;
}

.scheme11 {
  background-color: #b3d1a4;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 78px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 48px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 90px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 30px !important;
    height: 30px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #b0e4ff;
  border: 6px solid #b0e4ff;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #f0f5ed;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.s-9901 #speach-area {
  display: none;
  margin-top: 10px;
  background-color: #edeef0;
}

.s-9901 #speach-area.is-active {
  display: block;
}

.s-9901 #speach-area .speach-area-in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .s-9901 #speach-area .speach-area-in {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #speach-area .speach-area-in {
    margin: 0 20px;
  }
}

.s-9901 #speach-area .speach-area-close {
  position: absolute;
  right: -10px;
  top: -10px;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b2441;
}

.s-9901 #speach-area .speach-area-close:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .s-9901 #speach-area .speach-area-close {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #speach-area .speach-area-close {
    padding: 0;
    width: 48px;
    height: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901 #speach-area .speach-area-close img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #speach-area .speach-area-close img {
    width: 19px;
    height: 19px;
  }
}

.s-9901 #speach-area .tsutaeru-speech {
  font-size: 100%;
  text-align: left;
}

.s-9901 #speach-area .tsutaeru-speech .tsutaeru-button {
  margin-right: .25em;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1170px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #3d4639;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .s-9901 #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* モーダル */
  }
  .s-9901 #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  .s-9901 #header #header-nav .list {
    position: relative;
    display: flex;
    z-index: 100;
  }
  .s-9901 #header #header-nav .list > li {
    text-align: center;
  }
  .s-9901 #header #header-nav .list > li:hover .item-box {
    background: #cadfbf;
  }
  .s-9901 #header #header-nav .list > li:hover .item-box::before {
    content: '';
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -5px;
    background: #cadfbf;
    border-top: 2px solid #cadfbf;
    border-right: 2px solid #cadfbf;
    left: 50%;
    width: 10px;
    height: 10px;
  }
  .s-9901 #header #header-nav .list > li:last-child > a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ecf3e8;
    width: 2px;
    height: 60px;
  }
  .s-9901 #header #header-nav .list > li > a {
    display: block;
    padding: 10px 0;
    color: #3d4639;
    font-weight: bold;
    text-decoration: none;
    width: 166px;
    position: relative;
    font-size: 90%;
  }
  .s-9901 #header #header-nav .list > li > a:hover img {
    transition: transform 0.1s;
    transform: scale(1.1, 1.1);
  }
  .s-9901 #header #header-nav .list > li > a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ecf3e8;
    width: 2px;
    height: 60px;
  }
  .s-9901 #header #header-nav .list > li .item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    padding: 6px 0 3px;
    position: relative;
  }
  .s-9901 #header #header-nav .list > li .text {
    margin-top: 7px;
  }
  .s-9901 #header #header-nav .dropmenu {
    width: 1000px;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 100;
  }
  .s-9901 #header #header-nav .dropmenu .dropmenu-list {
    box-sizing: border-box;
    position: absolute;
    top: 7px !important;
    left: 0;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 117, 36, 0.95);
    border-radius: 10px;
    padding: 20px 0 20px 30px;
    margin: 0;
    gap: 10px 22px;
  }
  .s-9901 #header #header-nav .dropmenu .dropmenu-list li {
    box-sizing: border-box;
    width: 220px;
    text-align: left;
    float: none;
    flex-shrink: 0;
    position: relative;
  }
  .s-9901 #header #header-nav .dropmenu .dropmenu-list li:nth-of-type(4n) {
    margin: 0;
  }
  .s-9901 #header #header-nav .dropmenu .dropmenu-list li > a {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    color: #31013b;
    padding: 8px 30px 8px 15px;
  }
  .s-9901 #header #header-nav .dropmenu .dropmenu-list li > a:hover {
    opacity: 0.85;
  }
  .s-9901 #header #header-nav .dropmenu .dropmenu-list li > a::before {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    border-top: 2px solid #3b9557;
    border-right: 2px solid #3b9557;
    right: 15px;
    width: 5px;
    height: 5px;
  }
  .s-9901 #header #header-nav2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #e5d7af;
    padding: 5px 0;
  }
  .s-9901 #header #header-nav2 > .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s-9901 #header #header-nav2 .empty {
    flex-shrink: 10;
    width: 95px;
  }
  .s-9901 #header #header-nav2 .list {
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    gap: 8px;
    justify-content: flex-end;
    position: relative;
  }
  .s-9901 #header #header-nav2 .list > li {
    flex-grow: 1;
    text-align: center;
  }
  .s-9901 #header #header-nav2 .list > li > a {
    display: block;
    box-sizing: border-box;
    padding: 3px 0;
    color: #3d4639;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    min-width: 108px;
    width: 100%;
    max-width: 160px;
    height: 100%;
    position: relative;
    font-size: 98%;
    border-radius: 10px;
  }
  .s-9901 #header #header-nav2 .list > li > a:hover {
    opacity: 0.85;
  }
  .s-9901 #header #header-nav2 .list > li > a:hover img {
    transition: transform 0.1s;
    transform: scale(1.1, 1.1);
  }
  .s-9901 #header #header-nav2 .list > li .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    min-height: 48px;
    line-height: 110%;
    height: 100%;
    box-sizing: border-box;
  }
  .s-9901 #header #header-nav2 .dropmenu {
    width: 100%;
    position: absolute;
    bottom: 7px;
    right: 0;
    z-index: 100;
  }
  .s-9901 #header #header-nav2 .dropmenu .dropmenu-list {
    box-sizing: border-box;
    position: absolute;
    top: 7px !important;
    left: 0;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 117, 36, 0.95);
    border-radius: 10px;
    padding: 20px 0 20px 30px;
    margin: 0;
    gap: 10px 22px;
  }
  .s-9901 #header #header-nav2 .dropmenu .dropmenu-list li {
    box-sizing: border-box;
    width: 220px;
    text-align: left;
    float: none;
    flex-shrink: 0;
    position: relative;
  }
  .s-9901 #header #header-nav2 .dropmenu .dropmenu-list li:nth-of-type(4n) {
    margin: 0;
  }
  .s-9901 #header #header-nav2 .dropmenu .dropmenu-list li > a {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    color: #31013b;
    padding: 8px 30px 8px 15px;
  }
  .s-9901 #header #header-nav2 .dropmenu .dropmenu-list li > a:hover {
    opacity: 0.85;
  }
  .s-9901 #header #header-nav2 .dropmenu .dropmenu-list li > a::before {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    border-top: 2px solid #3b9557;
    border-right: 2px solid #3b9557;
    right: 15px;
    width: 5px;
    height: 5px;
  }
  .s-9901 #header #header-nav2 .search-menu {
    margin: 0 10px;
  }
  .s-9901 #header #header-nav2 .search-menu a {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
  }
  .s-9901 #header .header-subnav-area {
    position: relative;
  }
  .s-9901 #header .header-subnav-area #header-logo a {
    display: block;
  }
  .s-9901 #header .header-subnav-area .box {
    margin-top: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 24px;
  }
  .s-9901 #header .header-subnav-area .box .unit, .s-9901 #header .header-subnav-area .box .header-size, .s-9901 #header .header-subnav-area .box .header-color {
    display: flex;
    align-items: center;
  }
  .s-9901 #header .header-subnav-area .box .unit li, .s-9901 #header .header-subnav-area .box .unit dt, .s-9901 #header .header-subnav-area .box .unit dd, .s-9901 #header .header-subnav-area .box .header-size li, .s-9901 #header .header-subnav-area .box .header-size dt, .s-9901 #header .header-subnav-area .box .header-size dd, .s-9901 #header .header-subnav-area .box .header-color li, .s-9901 #header .header-subnav-area .box .header-color dt, .s-9901 #header .header-subnav-area .box .header-color dd {
    font-size: 90%;
  }
  .s-9901 #header .header-subnav-area .box .unit li img, .s-9901 #header .header-subnav-area .box .unit dt img, .s-9901 #header .header-subnav-area .box .unit dd img, .s-9901 #header .header-subnav-area .box .header-size li img, .s-9901 #header .header-subnav-area .box .header-size dt img, .s-9901 #header .header-subnav-area .box .header-size dd img, .s-9901 #header .header-subnav-area .box .header-color li img, .s-9901 #header .header-subnav-area .box .header-color dt img, .s-9901 #header .header-subnav-area .box .header-color dd img {
    vertical-align: middle;
  }
  .s-9901 #header .header-subnav-area .box .header-size .title, .s-9901 #header .header-subnav-area .box .header-color .title {
    padding-right: 7px;
    vertical-align: middle;
  }
  .s-9901 #header .header-subnav-area .box .header-size .title span, .s-9901 #header .header-subnav-area .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  .s-9901 #header .header-subnav-area .box .header-size dd img, .s-9901 #header .header-subnav-area .box .header-color dd img {
    cursor: pointer;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language {
    border: #382d25 1px solid;
    border-radius: 2px;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff !important;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap::before {
    content: '';
    background: url(../img_common/lang_icon.png) no-repeat left center;
    width: 16px;
    height: 16px;
    display: block;
    margin: 5px 4px 5px 10px;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap button:focus,
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap select:focus {
    border: #fb8d51 solid 1px !important;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap .lang-select {
    border: none;
    display: block !important;
    padding: 5px 7px 5px 0;
    font-size: 85%;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap button {
    border: none;
    padding: 0px 8px;
    background: none;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    font-size: 85%;
    border-radius: 0 0 5px 0;
    position: relative;
  }
  .s-9901 #header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap button::after {
    content: '';
    display: block;
    background-color: #9b948c;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-9901 #header .header-subnav-area .box .unit .list {
    display: flex;
    gap: 0 15px;
  }
  .s-9901 #header .header-subnav-area .box .unit .list > li a {
    display: block;
    padding-left: 20px;
    color: #3d4639;
  }
  .s-9901 #header .header-subnav-area .box .unit .list > li.item1 a {
    background: url(../img_common/header_icon01.png) no-repeat left center;
  }
  .s-9901 #header .header-subnav-area .box .unit .list > li.item2 a {
    background: url(../img_common/header_icon02.png) no-repeat left center;
  }
  .s-9901 #header .header-subnav-area .box .unit .list > li.item3 button {
    background: url(../img_common/header_icon03.png) no-repeat left center;
  }
  .s-9901 #header .header-subnav-area .box .unit .list > li.is-hide {
    display: none;
  }
  .s-9901 #header .header-subnav-area .box .unit .list > li button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 100%;
    text-decoration: underline;
    color: #3d4639;
    padding-left: 20px;
  }
  .s-9901 #header .header-subnav-area .box2 {
    position: relative;
    margin: 30px 0 15px;
  }
  .s-9901 #header .header-subnav-area .box2 .in {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding-right: 485px;
    box-sizing: border-box;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search {
    position: absolute;
    right: 25px;
    top: 0;
    display: flex;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .keyword {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-right: 23px;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .keyword .title {
    font-weight: bold;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .keyword .is-search form {
    display: flex;
    width: 250px;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .keyword .is-search input[type="text"] {
    border-radius: 3px 0 0 3px;
    height: 50px;
    border: #b3d1a4 solid 2px;
    border-right: none;
    width: 200px;
    box-sizing: border-box;
    font-size: 85%;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .keyword .is-search button {
    border: #b3d1a4 solid 2px;
    background-color: #b3d1a4;
    cursor: pointer;
    font-size: 0;
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 50px;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .keyword .is-search button img {
    width: 20px;
    height: 20px;
  }
  .s-9901 #header .header-subnav-area .box2 .header-search .header-search-menu a {
    display: block;
  }
  .s-9901 #header .modal-pc-search-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 1000;
  }
  .s-9901 #header .modal-pc-search {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding-top: 5px;
    height: 100vh;
    box-sizing: border-box;
  }
  .s-9901 #header .modal-pc-search .top-close-btn {
    text-align: right;
    margin: 0 15px;
  }
  .s-9901 #header .modal-pc-search .top-close-btn a {
    display: inline-block;
  }
  .s-9901 #header .modal-pc-search > .in {
    padding: 45px 0 85px;
    background-color: #fff;
    overflow: auto;
    height: calc(100vh - 110px);
    box-sizing: border-box;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .title,
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .title {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword {
    flex-grow: 1;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .is-search {
    display: flex;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .is-search input[type="text"] {
    border-radius: 5px 0 0 5px;
    height: 59px;
    border: #b3d1a4 solid 2px;
    border-right: none;
    width: 500px;
    box-sizing: border-box;
    font-size: 85%;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .is-search button {
    background-color: #b3d1a4;
    cursor: pointer;
    font-size: 0;
    border: #b3d1a4 solid 2px;
    border-radius: 0 5px 5px 0;
    height: 59px;
    width: 59px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .is-search button img {
    width: 23px;
    height: 23px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .type-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 5px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-keyword .type-list input[type="radio" i] {
    margin: 5px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .input-wrap {
    display: flex;
    max-width: 370px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .number-label {
    border: #b3d1a4 solid 2px;
    border-right: none;
    border-radius: 5px 0 0 5px;
    flex: 1 0 auto;
    display: block;
    width: 300px;
    height: 55px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .number-label input {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    padding: 0;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    font-size: 85%;
    border-radius: 5px 0 0 5px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .submit-label button {
    background-color: #b3d1a4;
    border: none;
    cursor: pointer;
    display: block;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .submit-label button {
    border-radius: 0 3px 3px 0;
    height: 59px;
    width: 59px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .submit-label button {
    border-radius: 0 3px 3px 0;
    height: 90px;
    width: 90px;
  }
  .s-9901 #header .modal-pc-search > .in .header-search-box .top-id-search .page-number-search .submit-label button img {
    height: 30px;
    width: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901 #header .modal-pc-search > .in .pc-search-box {
    width: 1000px;
    margin: 75px auto 0;
    display: flex;
    gap: 40px;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .site-link {
    width: 320px;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .site-link .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 18px;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .site-link .list a {
    display: block;
    border-radius: 10px;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .site-link .list a:hover, .s-9901 #header .modal-pc-search > .in .pc-search-box .site-link .list a:focus {
    outline: 4px solid #666464;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .s-9901 #header .modal-pc-search > .in .pc-search-box .site-link .list a img {
    width: 150px;
    height: 150px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi {
    width: 640px;
    margin: 0 auto;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .sec-title {
    position: relative;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list {
    background: #f2f6f0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li {
    width: 188px;
    position: relative;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li::before {
    width: 1px;
    height: 107px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:first-child, .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:nth-child(2), .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:nth-child(3), .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:nth-child(4), .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:nth-child(5), .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:nth-child(6) {
    border-bottom: solid 1px #fff;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li:nth-child(3n)::before {
    display: none;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li a {
    display: block;
    text-align: center;
    color: #3d4639;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li a:hover img {
    transition: transform 0.1s;
    transform: scale(1.2, 1.2);
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li a:hover .item-text {
    opacity: 0.85;
  }
  .s-9901 #header .modal-pc-search > .in .pc-search-box .kurashi .kurashi-list > li .item-text {
    margin-top: 15px;
  }
  .s-9901 #header .modal-pc-search > .in .close-btn {
    margin-top: 50px;
    text-align: center;
  }
  .s-9901 #header .modal-pc-search > .in .close-btn a {
    display: inline-block;
    text-decoration: none;
    color: #3d4639;
    margin: 0 auto;
    background-color: #b3d1a4;
    font-weight: bold;
    border-radius: 27px;
    padding: 12px 25px;
    width: 320px;
  }
  .s-9901 #header .modal-pc-search > .in .close-btn a:hover, .s-9901 #header .modal-pc-search > .in .close-btn a:focus {
    outline: 4px solid #666464;
  }
  .s-9901 #header .modal-pc-search > .in .close-btn a .text {
    display: inline-block;
    background: url(../img_common/pc_modal_menu_close.png) no-repeat left center;
    padding: 2px 0 2px 45px;
  }
  .s-9901 .header-emergency {
    width: 1000px;
    margin: 0 auto;
  }
  .s-9901 .header-emergency > .in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 20px;
    gap: 30px;
  }
  .s-9901 .header-emergency .emergency-box {
    display: flex;
    border-radius: 10px;
  }
  .s-9901 .header-emergency .emergency-ttl {
    align-items: center;
    background-color: #a60808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    color: #fff;
    border-radius: 10px 0 0 10px;
    width: 210px;
    box-sizing: border-box;
    padding: 25px 20px 20px;
    gap: 10px;
  }
  .s-9901 .header-emergency .emergency-ttl .ttl {
    flex-grow: 1;
    line-height: 130%;
    font-size: 130%;
  }
  .s-9901 .header-emergency .emergency-ttl .ttl > span {
    display: block;
  }
  .s-9901 .header-emergency .emergency-ttl .more {
    flex-shrink: 0;
    width: 100%;
  }
  .s-9901 .header-emergency .emergency-ttl .more a {
    position: relative;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #a60808;
    background-color: #fff;
    border-radius: 16px;
    display: block;
    padding: 4px 20px;
    font-size: 95%;
    box-sizing: border-box;
  }
  .s-9901 .header-emergency .emergency-ttl .more a::after {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    border-top: 2px solid #a60808;
    border-right: 2px solid #a60808;
    right: 10px;
    width: 7px;
    height: 7px;
  }
  .s-9901 .header-emergency .emergency-ttl .more a:focus {
    background: #fff;
  }
  .s-9901 .header-emergency .emergency-ttl .more a:hover {
    opacity: 0.85;
  }
  .s-9901 .header-emergency .emergency-txt {
    border: solid 2px #a60808;
    background: #fff5f2;
    flex-grow: 1;
    border-radius: 0 10px 10px 0;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list {
    overflow: auto;
    max-height: 120px;
    margin: 15px 5px 15px 0;
    padding: 0 10px 0 20px;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2dcdc;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li .txt,
  .s-9901 .header-emergency .emergency-txt .emergency-list li .date {
    font-weight: bold;
    line-height: 140%;
    font-size: 95%;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li .date {
    color: #a60808;
    flex-shrink: 0;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li .txt a {
    color: #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-ttl {
    background-color: #e1a33b;
    color: #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-ttl .more a {
    color: #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-ttl .more a::after {
    border-top: 2px solid #e1a33b;
    border-right: 2px solid #e1a33b;
  }
  .s-9901 .header-emergency .output-news .emergency-txt {
    border-color: #e1a33b;
    background: #f9f5ee;
  }
  .s-9901 .header-emergency .output-news .emergency-txt .emergency-list li {
    border-bottom: 1px solid #f2dcb8;
  }
  .s-9901 .header-emergency .output-news .emergency-txt .emergency-list li .date {
    color: #382d25;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  .s-9901 #sp-header {
    padding-top: 126px;
    /* モーダル */
  }
  .s-9901 #sp-header > .sp-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .s-9901 #sp-header .sp-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  .s-9901 #sp-header .sp-box .sp-header-logo a {
    display: inline-block;
  }
  .s-9901 #sp-header .sp-box .sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  .s-9901 #sp-header .sp-box .sp-header-nav .menu-btn-area p a {
    display: inline-block;
  }
  .s-9901 #sp-header .modal-menu-bg {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 117, 36, 0.95);
  }
  .s-9901 #sp-header .modal-menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .s-9901 #sp-header .modal-menu .sp-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .s-9901 #sp-header .modal-menu .in {
    margin-top: 126px;
    padding: 35px 0 40px;
    box-sizing: border-box;
  }
  .s-9901 #sp-header .sp-search-box {
    padding: 0 25px;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .title,
  .s-9901 #sp-header .sp-search-box .top-id-search .title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 100%;
    color: #fff;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .error-message,
  .s-9901 #sp-header .sp-search-box .top-id-search .error-message {
    color: #fff;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .is-search {
    display: flex;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .is-search input[type="text"] {
    border-radius: 3px 0 0 3px;
    height: 90px;
    width: 600px;
    font-size: 100%;
    box-sizing: border-box;
    border: #fff solid 4px;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .is-search button {
    background-color: #b3d1a4;
    cursor: pointer;
    font-size: 0;
    height: 90px;
    width: 90px;
    border: #b3d1a4 solid 4px;
    border-radius: 0 3px 3px 0;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .is-search button img {
    height: 30px;
    width: 30px;
  }
  .s-9901 #sp-header .sp-search-box .top-keyword .type-list {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-9901 #sp-header .sp-search-box .top-keyword .type-list {
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-9901 #sp-header .sp-search-box .top-keyword .type-list input[type="radio" i] {
    margin: 0px 10px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #sp-header .sp-search-box .top-id-search {
    margin-top: 50px;
  }
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .input-wrap {
    display: flex;
    max-width: 480px;
  }
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .number-label {
    border-right: none;
    border-radius: 5px 0 0 5px;
    flex: 1 0 auto;
    display: block;
    background: #fff;
  }
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .number-label input {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    padding: 0;
    padding-left: 30px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .number-label input {
    font-size: 100%;
    height: 82px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .submit-label button {
    background-color: #b3d1a4;
    border: none;
    cursor: pointer;
    display: block;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .submit-label button {
    border-radius: 0 3px 3px 0;
    height: 90px;
    width: 90px;
  }
  .s-9901 #sp-header .sp-search-box .top-id-search .page-number-search .submit-label button img {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #sp-header .sp-nav {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 25px;
  }
  .s-9901 #sp-header .sp-nav .box {
    border-radius: 5px;
    background-color: #fff;
  }
  .s-9901 #sp-header .sp-nav .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px 0 40px;
  }
  .s-9901 #sp-header .sp-nav .list a {
    display: block;
    padding: 0 40px 0 55px;
    font-size: 100%;
    color: #3d4639;
    font-weight: bold;
    position: relative;
  }
  .s-9901 #sp-header .sp-nav .list a::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0.6em;
    z-index: 110;
    display: block;
    background-color: #3d4639;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  .s-9901 #sp-header .sp-nav .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center !important;
    font-weight: normal;
  }
  .s-9901 #sp-header .sp-nav .title a {
    display: block;
    font-size: 155%;
    text-decoration: none;
    color: #3d4639;
    font-weight: bold;
    padding: 30px 95px 30px 160px;
  }
  .s-9901 #sp-header .sp-nav .title.title-kurashi a {
    background: url(../img_common/nav_icon01_sp.png) no-repeat left 35px center;
  }
  .s-9901 #sp-header .sp-nav .title.title-kosodate a {
    background: url(../img_common/nav_icon02_sp.png) no-repeat left 35px center;
  }
  .s-9901 #sp-header .sp-nav .title.title-kenko a {
    background: url(../img_common/nav_icon03_sp.png) no-repeat left 35px center;
  }
  .s-9901 #sp-header .sp-nav .title.title-kanko a {
    background: url(../img_common/nav_icon04_sp.png) no-repeat left 35px center;
  }
  .s-9901 #sp-header .sp-nav .title.title-shigoto a {
    background: url(../img_common/nav_icon05_sp.png) no-repeat left 35px center;
  }
  .s-9901 #sp-header .sp-nav .title.title-shisei a {
    background: url(../img_common/nav_icon06_sp.png) no-repeat left 35px center;
  }
  .s-9901 #sp-header .sp-nav .on {
    background-image: url(../img_common/modal_menu_btn_minus.png) !important;
  }
  .s-9901 #sp-header .sp-site-link {
    margin-top: 22px;
    padding-left: 25px;
  }
  .s-9901 #sp-header .sp-site-link .list {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
  }
  .s-9901 #sp-header .sp-site-link .list a {
    display: block;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .s-9901 #sp-header .sp-site-link .list a img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 #sp-header .sp-kurashi {
    margin-top: 85px;
    padding: 0 25px;
  }
  .s-9901 #sp-header .sp-kurashi .sec-title {
    position: relative;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 125%;
  }
  .s-9901 #sp-header .sp-kurashi .sec-title .title-jp {
    font-size: 120%;
  }
  .s-9901 #sp-header .sp-kurashi .sec-title .title-en {
    font-size: 55%;
    line-height: 150%;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list {
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 35px 30px;
    margin-top: 25px;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li {
    position: relative;
    width: 212px;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5f1df;
    width: 2px;
    height: 75%;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li:first-child, .s-9901 #sp-header .sp-kurashi .kurashi-list > li:nth-child(2), .s-9901 #sp-header .sp-kurashi .kurashi-list > li:nth-child(3), .s-9901 #sp-header .sp-kurashi .kurashi-list > li:nth-child(4), .s-9901 #sp-header .sp-kurashi .kurashi-list > li:nth-child(5), .s-9901 #sp-header .sp-kurashi .kurashi-list > li:nth-child(6) {
    border-bottom: solid 2px #e5f1df;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li:nth-child(3n)::before {
    display: none;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li a {
    display: block;
    text-align: center;
    color: #3d4639;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li .item-text {
    margin-top: 15px;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li .item-text p {
    line-height: 110%;
  }
  .s-9901 #sp-header .sp-kurashi .kurashi-list > li .item-text span {
    display: block;
  }
  .s-9901 #sp-header .support-block {
    background: #fff;
    border-radius: 10px;
    padding: 50px 45px;
    box-sizing: border-box;
    margin: 50px 25px 0;
  }
  .s-9901 #sp-header .support-block .support-list {
    box-sizing: border-box;
    margin: auto;
    width: 600px;
  }
  .s-9901 #sp-header .support-block .support-list button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  .s-9901 #sp-header .support-block .support-list dl {
    align-items: center;
    display: flex;
  }
  .s-9901 #sp-header .support-block .support-list dt {
    flex-shrink: 0;
    width: 180px;
    font-weight: bold;
  }
  .s-9901 #sp-header .support-block .support-list dd {
    font-size: 0;
  }
  .s-9901 #sp-header .support-block .support-list .header-size {
    margin-bottom: 30px;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language {
    margin-top: 30px;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff !important;
    border: #000 solid 2px;
    border-radius: 4px;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap::before {
    content: '';
    background: url(../img_common/lang_icon_sp.png) no-repeat left center;
    width: 32px;
    height: 32px;
    display: block;
    margin: 28px 8px 28px 25px;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap button:focus,
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap select:focus {
    border: #fb8d51 solid 1px !important;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap .lang-select {
    border: none;
    padding: 25px 7px 25px 0;
    font-size: 120%;
    flex-grow: 1;
    width: 440px;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap button {
    border: none;
    padding: 0px 8px;
    background: none;
    cursor: pointer;
    background-color: #fff;
    font-size: 100%;
    width: 90px;
    position: relative;
  }
  .s-9901 #sp-header .support-block .sp-foreign-language .lang .lang-select-wrap button::after {
    content: '';
    display: block;
    background-color: #9b948c;
    width: 2px;
    height: 67px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-9901 #sp-header .support-block .sp-link-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 37px;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li {
    border: #000 solid 2px;
    border-radius: 4px;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li a {
    display: block;
    width: 280px;
    box-sizing: border-box;
    padding: 25px 7px 25px 60px;
    font-size: 110%;
    color: #3d4639;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li.rubi a {
    background: url(../img_common/rubi_icon.png) no-repeat left 15px center;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li.yasashi a {
    background: url(../img_common/yasashi_icon.png) no-repeat left 15px center;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li.yomiage button {
    background: url(../img_common/yomiage_icon.png) no-repeat left 15px center;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li.is-hide {
    display: none;
  }
  .s-9901 #sp-header .support-block .sp-link-list > li button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 110%;
    text-decoration: underline;
    color: #3d4639;
    padding: 25px 7px 25px 60px;
  }
  .s-9901 #sp-header .modal-pc-btn {
    width: 450px;
    margin: 40px auto 0;
    border: 2px solid #fff;
  }
  .s-9901 #sp-header .modal-pc-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 20px;
  }
  .s-9901 #sp-header .modal-pc-btn a:focus {
    background-color: transparent;
  }
  .s-9901 #sp-header .modal-pc-btn .text {
    margin: 0 22px;
  }
  .s-9901 #sp-header .menu-btn {
    width: 450px;
    margin: 25px auto 0;
    border: 2px solid #fff;
  }
  .s-9901 #sp-header .menu-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 120%;
    font-weight: bold;
  }
  .s-9901 #sp-header .menu-btn a:focus {
    background-color: transparent;
  }
  .s-9901 #sp-header .menu-btn .text {
    margin: 0 60px;
  }
  .s-9901 .header-emergency {
    width: 700px;
    margin: 0 auto;
  }
  .s-9901 .header-emergency > .in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  .s-9901 .header-emergency > .in > *:first-child {
    margin-top: 25px;
  }
  .s-9901 .header-emergency > .in > *:last-child {
    margin-bottom: 25px;
  }
  .s-9901 .header-emergency .emergency-box {
    display: flex;
    border-radius: 10px;
    flex-direction: column;
  }
  .s-9901 .header-emergency .emergency-ttl {
    align-items: center;
    background-color: #a60808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    padding: 20px 20px 20px 25px;
    gap: 10px;
  }
  .s-9901 .header-emergency .emergency-ttl .ttl {
    flex-grow: 1;
    line-height: 130%;
    font-size: 130%;
  }
  .s-9901 .header-emergency .emergency-ttl .ttl > span {
    display: block;
  }
  .s-9901 .header-emergency .emergency-ttl .more {
    flex-shrink: 0;
  }
  .s-9901 .header-emergency .emergency-ttl .more a {
    position: relative;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding-right: 35px;
  }
  .s-9901 .header-emergency .emergency-ttl .more a::after {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    right: 0;
    width: 10px;
    height: 10px;
  }
  .s-9901 .header-emergency .emergency-ttl .more a:focus {
    background: transparent;
  }
  .s-9901 .header-emergency .emergency-txt {
    border: solid 4px #a60808;
    border-top: none;
    background: #fff5f2;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list {
    overflow: auto;
    max-height: 260px;
    margin: 30px;
    padding: 0;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2dcdc;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li .txt,
  .s-9901 .header-emergency .emergency-txt .emergency-list li .date {
    font-weight: bold;
    line-height: 140%;
    font-size: 95%;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li .date {
    color: #a60808;
    flex-shrink: 0;
  }
  .s-9901 .header-emergency .emergency-txt .emergency-list li .txt a {
    color: #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-ttl {
    background-color: #e1a33b;
    color: #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-ttl .more a {
    color: #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-ttl .more a::after {
    border-top: 4px solid #382d25;
    border-right: 4px solid #382d25;
  }
  .s-9901 .header-emergency .output-news .emergency-txt {
    border-color: #e1a33b;
    background: #f9f5ee;
  }
  .s-9901 .header-emergency .output-news .emergency-txt .emergency-list li {
    border-bottom: 1px solid #f2dcb8;
  }
  .s-9901 .header-emergency .output-news .emergency-txt .emergency-list li .date {
    color: #382d25;
  }
}

/*container*/
@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #main-contents .main-contents-in::after {
    clear: both;
    content: "";
    display: block;
  }
  #main-contents .main-contents-in .contents-primary, #main-contents .main-contents-in .contents-secondary {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #main-contents .main-contents-in > *:first-child {
    margin-left: 0;
  }
}

.section {
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

.section .section-header {
  border-bottom: 1px solid #b5b5b5;
}

.section .section-header .section-title {
  color: #cb4630;
  font-weight: bold;
}

.section .section-body .list li {
  position: relative;
}

.section .section-body .list li:first-child {
  margin-top: 0;
}

.section .section-body .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
}

.section .section-body .btn-list .btn {
  display: inline-block;
}

.section .section-body .btn-list .btn a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 30px 9px;
  border-radius: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.section .section-body .btn-list .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.section .section-body .btn-list .btn a:hover {
  border: 1px solid #cb4630;
  background-color: #cb4630;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .section .section-header .section-title {
    padding: 10px 15px;
    font-size: 125%;
  }
  .section .section-body {
    padding: 15px 15px 20px;
  }
  .section .section-body .list li {
    margin-top: 10px;
    padding-left: 10px;
  }
  .section .section-body .list li::before {
    width: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 20px;
  }
  .section .section-body .btn-list .btn a::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #868686;
    border-right: 1px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .section .section-header .section-title {
    padding: 9px 20px 8px;
    font-size: 110%;
    text-align: center;
  }
  .section .section-body {
    padding: 25px 20px 30px;
  }
  .section .section-body .list li {
    margin-top: 15px;
    padding-left: 15px;
  }
  .section .section-body .list li::before {
    width: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 30px;
  }
  .section .section-body .btn-list .btn a {
    font-size: 90%;
  }
  .section .section-body .btn-list .btn a::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #868686;
    border-right: 2px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.switching-section .section-body .btn-list {
  text-align: center;
}

.emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list {
  overflow-y: auto;
}

.emergency-section .section-body .list li, .alert-section .section-body .list li, .news-section .section-body .list li, .specific-category-section .section-body .list li {
  color: #666;
}

.emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date {
  font-weight: bold;
}

.emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-body .list li::after, .alert-section .section-body .list li::after, .news-section .section-body .list li::after, .specific-category-section .section-body .list li::after {
    clear: both;
    content: "";
    display: block;
  }
  .emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date {
    float: left;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list {
    text-align: right;
  }
  .emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a, .news-section .section-body .btn-list .btn a, .specific-category-section .section-body .btn-list .btn a {
    min-width: 228px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 420px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    margin-top: 5px;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list {
    text-align: center;
  }
  .emergency-section .section-body .btn-list .btn, .alert-section .section-body .btn-list .btn, .news-section .section-body .btn-list .btn, .specific-category-section .section-body .btn-list .btn {
    width: 48.5%;
  }
}

.emergency-section, .alert-section {
  border: 1px solid #cb4630;
}

.emergency-section .section-header .section-title .title-small, .alert-section .section-header .section-title .title-small {
  display: block;
  font-size: 70%;
}

.emergency-section .section-body .list li::before, .alert-section .section-body .list li::before {
  border-left-color: #c14530;
}

.emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a {
  border: 1px solid #cb4630;
  background-color: #fff0ee;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-in, .alert-section .section-in {
    display: table;
    width: 100%;
  }
  .emergency-section .section-header, .emergency-section .section-body, .alert-section .section-header, .alert-section .section-body {
    display: table-cell;
  }
  .emergency-section .section-header, .alert-section .section-header {
    box-sizing: border-box;
    width: 175px;
    border-right: 1px solid #cb4630;
    border-bottom: none;
    vertical-align: middle;
  }
  .emergency-section .section-header .section-title, .alert-section .section-header .section-title {
    padding: 10px;
    text-align: center;
  }
  .emergency-section .section-body, .alert-section .section-body {
    vertical-align: top;
  }
  .emergency-section .section-body .list, .alert-section .section-body .list {
    max-height: 125px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title {
    padding-left: 10.5em;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 1px solid #cb4630;
    border-right: 1px solid #cb4630;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body, .alert-section .section-body {
    border-top: 1px solid #cb4630;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 2px solid #cb4630;
    border-right: 2px solid #cb4630;
  }
}

@media print, screen and (min-width: 769px) {
  .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 145px;
  }
  .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    padding-left: 6em;
  }
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

.wysiwyg h2::before, .wysiwyg h2::after, .wysiwyg h3::before, .wysiwyg h3::after, .wysiwyg h4::before, .wysiwyg h4::after {
  content: normal;
}

.wysiwyg h2 {
  margin-top: 20px;
  padding: 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #9c0c03;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h3 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #aaa;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h4 {
  margin-top: 20px;
  padding: 0 5px;
  font-size: 100%;
  font-weight: bold;
}

.search-section {
  border: 0;
}

.fade-up {
  animation-name: none;
  animation-duration: none;
  animation-fill-mode: none;
  opacity: 1;
}

#header .header-subnav-area .box .header-foreign-language .lang .lang-select-wrap .lang-select {
  background-image: none;
}

#header .header-subnav-area .box .unit .list > li.item1 a {
  background-image: none;
}

#header .header-subnav-area .box .unit .list > li.item2 a {
  background-image: none;
}

#header .header-subnav-area .box .unit .list > li.item3 a {
  background-image: none;
}

#header #header-nav .list > li:hover .item-box::before {
  display: none;
}

#header #header-nav .list > li > a:hover img {
  transition: none;
  transform: none;
}

#sp-header .sp-nav .title {
  background: none !important;
}

#sp-header .support-block .sp-foreign-language .lang .lang-select-wrap .lang-select {
  background-image: none;
}

#sp-header .support-block .sp-link-list > li.rubi a {
  background-image: none;
}

#sp-header .support-block .sp-link-list > li.yasashi a {
  background-image: none;
}

#sp-header .support-block .sp-link-list > li.yomiage button {
  background-image: none;
}

#sp-header .modal-pc-btn a img {
  display: none;
}

footer > .in {
  background-image: none !important;
  background-color: #dfead9 !important;
}

#footer-map img {
  display: none;
}

.kinkyu-type1 .wysiwyg h2 {
  border-left: 5px solid #007524;
}

.kinkyu-type1 .section {
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

.kinkyu-type1 .section .section-header {
  border-bottom: 1px solid #b5b5b5;
  background-color: #007524;
}

.kinkyu-type1 .section .section-header .section-title {
  color: #fff;
  font-weight: bold;
}

.kinkyu-type1 .section .section-body .btn-list .btn a {
  background-color: #f0f5ed;
}

.kinkyu-type1 .section .section-body .btn-list .btn a:hover {
  border: 1px solid #007524;
  background-color: #007524;
  color: #fff;
}

.kinkyu-type1 .emergency-section, .kinkyu-type1 .alert-section {
  border: 1px solid #007524;
}

.kinkyu-type1 .emergency-section .section-body .btn-list .btn a, .kinkyu-type1 .alert-section .section-body .btn-list .btn a {
  border: 1px solid #007524;
  background-color: #f0f5ed;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-type1 .emergency-section .section-header, .kinkyu-type1 .alert-section .section-header {
    border-right: 1px solid #007524;
  }
  .kinkyu-type1 .emergency-section .section-body .btn-list .btn a::before, .kinkyu-type1 .alert-section .section-body .btn-list .btn a::before {
    border-top: 1px solid #007524;
    border-right: 1px solid #007524;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-type1 .emergency-section .section-body, .kinkyu-type1 .alert-section .section-body {
    border-top: 1px solid #007524;
  }
  .kinkyu-type1 .emergency-section .section-body .btn-list .btn a::before, .kinkyu-type1 .alert-section .section-body .btn-list .btn a::before {
    border-top: 2px solid #007524;
    border-right: 2px solid #007524;
  }
}

@media print, screen and (min-width: 769px) {
  .emg-page-no-data {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .emg-page-no-data .wysiwyg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .emg-page-no-data .wysiwyg {
    text-align: center;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
.s-9901 footer {
  position: relative;
}

.s-9901 footer > .in {
  border-top: 4px solid #007524;
  background: url(../img_common/footer_bg_pc.png) repeat left top;
}

.s-9901 footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.s-9901 footer #pagetop {
  display: none;
}

.s-9901 footer #pagetop a {
  display: block;
  text-decoration: none;
}

.s-9901 footer #pagetop a:hover {
  opacity: 0.85;
}

.s-9901 footer .footer-contents {
  position: relative;
}

.s-9901 footer .footer-contents .footer-logo .nam {
  display: block;
}

.s-9901 footer .footer-contents .footer-logo .nam a {
  text-decoration: none;
  color: #3d4639;
}

.s-9901 footer .footer-contents .footer-address-wrap .footer-address1,
.s-9901 footer .footer-contents .footer-address-wrap .footer-address2 {
  display: flex;
  gap: 17px;
}

.s-9901 footer .footer-contents .footer-address-wrap .footer-address1 .title,
.s-9901 footer .footer-contents .footer-address-wrap .footer-address2 .title {
  font-weight: bold;
  color: #04353d;
  font-size: 90%;
}

.s-9901 footer .footer-contents .footer-address-wrap .footer-address1 .title > *,
.s-9901 footer .footer-contents .footer-address-wrap .footer-address2 .title > * {
  display: inline-block;
  background: #fff;
}

.s-9901 footer .footer-contents .footer-address-wrap .footer-address1 .text,
.s-9901 footer .footer-contents .footer-address-wrap .footer-address2 .text {
  font-size: 95%;
}

.s-9901 footer .footer-contents .footer-address-wrap .text2 {
  font-size: 95%;
  margin-top: 20px;
}

.s-9901 footer .footer-contents .footer-btn-list .link-list {
  margin: 0 auto;
  display: flex;
}

.s-9901 footer .footer-contents .footer-btn-list .link-list li {
  text-align: center;
}

.s-9901 footer .footer-contents .footer-btn-list .link-list li a {
  box-sizing: border-box;
  display: inline-block;
  color: #3d4639;
  position: relative;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
}

.s-9901 footer .footer-contents .footer-btn-list .link-list li a:hover, .s-9901 footer .footer-contents .footer-btn-list .link-list li a:focus {
  outline: 4px solid #666464;
}

.s-9901 footer .footer-contents .footer-btn-list .link-list li a::after {
  content: '';
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
}

.s-9901 footer .copyright-wrap {
  background-color: #007524;
}

.s-9901 footer .copyright {
  color: #fff;
  font-size: 80%;
}

@media print, screen and (min-width: 769px) {
  .s-9901 footer {
    margin-top: 80px;
  }
  .s-9901 footer .box {
    width: 1000px;
    padding: 50px 0 50px 0;
  }
  .s-9901 footer .footer-contents {
    min-height: 300px;
  }
  .s-9901 footer .footer-contents .footer-logo {
    margin-bottom: 25px;
  }
  .s-9901 footer .footer-contents .footer-logo .nam {
    font-size: 85%;
    margin-top: 5px;
  }
  .s-9901 footer .footer-contents .footer-address-wrap {
    padding-right: 430px;
  }
  .s-9901 footer .footer-contents .footer-address-wrap .footer-address1 .title > *,
  .s-9901 footer .footer-contents .footer-address-wrap .footer-address2 .title > * {
    padding: 0 5px;
  }
  .s-9901 footer .footer-contents .footer-address-wrap .footer-address2 {
    margin-top: 27px;
  }
  .s-9901 footer .footer-contents .footer-btn-list {
    margin-top: 18px;
    padding-right: 380px;
  }
  .s-9901 footer .footer-contents .footer-btn-list .link-list {
    gap: 10px;
  }
  .s-9901 footer .footer-contents .footer-btn-list .link-list li a {
    font-size: 95%;
    padding: 5px 30px;
    border-radius: 27px;
  }
  .s-9901 footer .footer-contents .footer-btn-list .link-list li a::after {
    border-top: 2px solid #037727;
    border-right: 2px solid #037727;
    right: 13px;
    width: 7px;
    height: 7px;
  }
  .s-9901 footer .footer-contents #footer-map {
    position: absolute;
    right: 0;
    top: 0;
  }
  .s-9901 footer #pagetop {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 100;
  }
  .s-9901 footer .copyright {
    padding: 8px 0;
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 footer {
    margin-top: 75px;
  }
  .s-9901 footer .box {
    padding: 35px 25px 20px;
  }
  .s-9901 footer .footer-contents .footer-logo {
    margin-bottom: 30px;
  }
  .s-9901 footer .footer-contents .footer-logo .nam {
    font-size: 80%;
    margin-top: 10px;
  }
  .s-9901 footer .footer-contents .footer-address1,
  .s-9901 footer .footer-contents .footer-address2 {
    flex-direction: column;
  }
  .s-9901 footer .footer-contents .footer-address1 .title > *,
  .s-9901 footer .footer-contents .footer-address2 .title > * {
    padding: 2px 15px;
  }
  .s-9901 footer .footer-contents .footer-address1 span,
  .s-9901 footer .footer-contents .footer-address2 span {
    display: block;
  }
  .s-9901 footer .footer-contents .footer-btn-list {
    margin-top: 35px;
  }
  .s-9901 footer .footer-contents .footer-btn-list .link-list {
    flex-wrap: wrap;
    gap: 20px 39px;
  }
  .s-9901 footer .footer-contents .footer-btn-list .link-list li a {
    width: 330px;
    padding: 28px 40px;
    border-radius: 50px;
  }
  .s-9901 footer .footer-contents .footer-btn-list .link-list li a::after {
    border-top: 4px solid #037727;
    border-right: 4px solid #037727;
    right: 30px;
    width: 15px;
    height: 15px;
  }
  .s-9901 footer .footer-contents #footer-map {
    margin: 10px 0 5px 115px;
  }
  .s-9901 footer .footer-contents .footer-address2 {
    margin-top: 45px;
  }
  .s-9901 footer #pagetop {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 100;
  }
  .s-9901 footer .copyright {
    padding: 10px 100px;
    text-align: center;
  }
}

@media print {
  .s-9901 footer #pagetop,
  .s-9901 #header #header-nav2 {
    display: none !important;
  }
  body {
    zoom: 90%;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
