@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: 0.9em;
  background: #b6e163;
  color: #014a07;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 5px solid #5cab0a;
  padding: 8px 15px 6px 15px;
  border-radius: 4px 4px 0 0;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  background: #fcd962;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #00730a;
  border-radius: 0 2px 2px 0;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  background: #e2f3c1;
  font-size: 120%;
  padding: 10px 15px 13px;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #5cab0a;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  font-size: 110%;
  display: block;
  padding: 0 0 5px 0;
  line-height: 1.2;
  border-bottom: 2px solid #5cab0a;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 100%;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  background: url(../img_sub/h6_titile_icon.png) left top 0.4em no-repeat;
}

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, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol, .pubcom-table ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .pubcom-table table ul {
  margin-left: 0;
}

.wysiwyg table ol, .pubcom-table table ol {
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol, .pubcom-table table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #b6e163;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #b6e163;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f5fbea;
}

.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: 100%;
  color: #014a07;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 175% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 180%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #00730a;
  text-decoration: underline;
}

a:visited {
  color: #00730a;
  text-decoration: underline;
}

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

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #00730a;
}

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: #b6e163;
  text-align: center;
}

.scheme2 {
  border: 1px solid #b6e163;
  text-align: center;
}

.scheme3 {
  background-color: #014a07;
  text-align: center;
}

.scheme4 {
  background-color: #b6e163;
  text-align: center;
}

.scheme5 {
  border: 1px solid #b6e163;
  text-align: center;
}

.scheme6 {
  background-color: #014a07;
  text-align: center;
}

.scheme7 {
  background-color: #00730a;
  text-align: center;
}

.scheme8 {
  background-color: #f2bc00;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eff9dc;
  text-align: center;
}

.scheme10 {
  background-color: #00730a;
  text-align: center;
}

.scheme11 {
  background-color: #b6e163;
  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 #b3d1a4 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 2px 0 0 2px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 6px 0 0 6px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 98px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 98px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #b3d1a4 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 30px !important;
    border-radius: 0 2px 2px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 6px 6px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 15px !important;
    height: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 43px !important;
    height: 43px !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: #014a07;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f2bc00;
  border: 6px solid #f2bc00;
  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 #00730a;
  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;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #014a07;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .wrap-header-subnav-area {
    background-color: #e5f5c8;
  }
  #header .header-subnav-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 20px;
    margin-left: auto;
    padding: 6px 0;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-lang {
    position: relative;
    display: flex;
    border: solid 1px #b3d1a4;
    border-radius: 3px;
    background-color: #fff;
  }
  #header .header-subnav-area .header-lang::before {
    content: '';
    background: url(../img_common/lang_icon_pc.png) no-repeat left center;
    width: 16px;
    height: 16px;
    display: block;
    margin: 7px 6px 7px 6px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #252b3a;
    padding: 3px 8px 3px 0;
    border-radius: 3px 0 0 3px;
    border: none;
    background-color: #fff;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #252b3a;
    min-height: 30px;
    border-radius: 0 3px 3px 0;
    border: none;
    border-left: solid 1px #9b948c;
    background: #fff;
    line-height: 1;
    cursor: pointer;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-search {
    width: 220px;
    height: 30px;
    background-color: #fff;
  }
  #header #header-logo {
    text-align: center;
  }
  #header #header-logo a {
    display: inline-block;
  }
  #header #header-logo a:hover {
    opacity: .85;
  }
  #header #header-nav {
    padding: 10px 0;
    min-height: 67px;
  }
  #header #header-nav .in {
    margin: 0 auto;
    width: 100%;
    z-index: 120;
    padding: 10px 0;
  }
  #header #header-nav .list {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: flex;
  }
  #header #header-nav .list > li {
    flex-grow: 1;
    max-width: 166px;
    text-align: center;
  }
  #header #header-nav .list > li:last-child > a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #daf0af;
    width: 1px;
    height: 40px;
  }
  #header #header-nav .list > li:hover > a {
    color: #fff;
    background: #05782f;
  }
  #header #header-nav .list > li:hover > a::before, #header #header-nav .list > li:hover > a::after {
    background-color: #05782f;
  }
  #header #header-nav .list > li:hover > a .text::after {
    border-color: #fff;
  }
  #header #header-nav .list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    padding: 6px 4px 14px 5px;
    max-width: 166px;
    width: 100%;
    word-wrap: break-word;
    height: 100%;
    color: #014a07;
    border-radius: 6px 6px 0 0;
  }
  #header #header-nav .list > li > a:focus {
    background-color: #05782f;
    color: #fff;
  }
  #header #header-nav .list > li > a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #daf0af;
    width: 1px;
    height: 40px;
  }
  #header #header-nav .list > li > a .text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 12px;
    line-height: 120%;
    min-height: 47px;
  }
  #header #header-nav .list > li > a .text::after {
    content: '';
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    border-top: 2px solid #5cab0a;
    border-right: 2px solid #5cab0a;
    width: 7px;
    height: 7px;
  }
  #header #header-nav .dropmenu {
    width: 1000px;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 100;
  }
  #header #header-nav .dropmenu .dropmenu-list {
    box-sizing: border-box;
    position: absolute;
    top: 7px !important;
    left: 0;
    width: 100%;
    min-height: 80px;
    max-height: 250px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #05782f center top;
    padding: 20px 0 20px 30px;
    margin: 0;
    gap: 10px 22px;
  }
  #header #header-nav .dropmenu .dropmenu-list li {
    box-sizing: border-box;
    width: 220px;
    text-align: left;
    float: none;
    flex-shrink: 0;
    position: relative;
  }
  #header #header-nav .dropmenu .dropmenu-list li:nth-of-type(4n) {
    margin: 0;
  }
  #header #header-nav .dropmenu .dropmenu-list li > a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    background-color: #ffffff;
    color: #014a07;
    padding: 6px 30px 6px 15px;
    border-radius: 3px;
    height: 100%;
  }
  #header #header-nav .dropmenu .dropmenu-list li > a:hover {
    opacity: 0.85;
  }
  #header #header-nav .dropmenu .dropmenu-list li > a::before {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    border-top: 2px solid #5eac0d;
    border-right: 2px solid #5eac0d;
    right: 14px;
    width: 6px;
    height: 6px;
  }
  #header .is-none {
    transform: translateY(-100%);
    transition: all 0.25s ease;
  }
  #header .is-fixed {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
    position: fixed;
    top: 0;
    padding: 0;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    height: 152px;
  }
  #sp-header > .sp-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sp-header > .sp-box #sp-header-logo a {
    display: block;
  }
  #sp-header > .sp-box #sp-header-nav {
    margin: 23px 25px;
  }
  #sp-header > .sp-box #sp-header-nav .menu-btn-area a {
    display: block;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 100;
  }
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(1, 74, 7, 0.9);
  }
  #sp-header .modal-menu .sp-box .sp-header-nav {
    text-align: right;
    margin: 23px 25px;
  }
  #sp-header .modal-menu .sp-box .sp-header-nav a {
    display: inline-block;
  }
  #sp-header .modal-menu .sp-box .sp-header-nav a:focus {
    background-color: transparent;
  }
  #sp-header .modal-menu .in {
    margin: 0 25px;
    padding: 0 0 75px 0;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .sp-search {
    margin-top: 25px;
    height: 100px;
    border-radius: 6px;
    background-color: #fff;
  }
  #sp-header .modal-menu .sp-search .gsc-input {
    font-size: 100%;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    background-color: #fff;
    border-radius: 6px;
  }
  #sp-header .modal-menu .sp-nav .list {
    padding-bottom: 45px;
  }
  #sp-header .modal-menu .sp-nav .list > li {
    margin-bottom: 20px;
  }
  #sp-header .modal-menu .sp-nav .list > li:last-child {
    margin-bottom: 0;
  }
  #sp-header .modal-menu .sp-nav .list > li a {
    position: relative;
    display: block;
    padding: 0 50px;
    color: #014a07;
    line-height: 140%;
    font-weight: bold;
  }
  #sp-header .modal-menu .sp-nav .list > li a::after {
    content: '';
    position: absolute;
    left: 27px;
    top: 0.6em;
    z-index: 110;
    display: block;
    background-color: #014a07;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  #sp-header .modal-menu .sp-nav .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center !important;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    text-decoration: none;
    padding: 30px 80px 30px 30px;
    font-size: 130%;
    font-weight: bold;
  }
  #sp-header .modal-menu .sp-nav .title a:focus {
    background-color: transparent;
  }
  #sp-header .modal-menu .sp-nav .title.on {
    background-image: url(../img_common/modal_menu_btn_minus.png) !important;
  }
  #sp-header .support-block {
    margin-top: 40px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #e7eee8;
    border-radius: 4px;
    box-sizing: border-box;
    margin: auto;
    padding: 40px;
    width: 700px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .support-list li.header-size + li {
    margin-top: 10px;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
    width: 140px;
    font-weight: bold;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-right: 20px;
  }
  #sp-header .support-block .header-lang {
    position: relative;
    display: flex;
    border: solid 2px #014a07;
    background-color: #fff;
    width: 500px;
    margin: 20px auto 0;
    border-radius: 6px;
  }
  #sp-header .support-block .header-lang::before {
    content: '';
    background: url(../img_common/lang_icon_sp.png) no-repeat left center;
    width: 32px;
    height: 32px;
    display: block;
    margin: 29px 12px 29px 20px;
  }
  #sp-header .support-block .header-lang .lang-select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #252b3a;
    flex: 1;
    padding: 27px 10px 27px 0;
    border: 0;
    background-color: #fff;
    font-size: 100%;
    border-radius: 6px 0 0 6px;
    border-right: none;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #252b3a;
    padding: 15px 20px;
    border-left: solid 1px #5cab0a;
    background: #fff;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    border-left: solid 1px #5cab0a;
  }
  #sp-header .support-block .gotopc {
    border: solid 2px #014a07;
    width: 500px;
    margin: 20px auto 0;
    border-radius: 6px;
  }
  #sp-header .support-block .gotopc a {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    color: #252b3a;
  }
  #sp-header .support-block .gotopc a span {
    background: url(../img_common/pc_icon.png) center left no-repeat;
    padding: 20px 0 20px 60px;
    display: inline-block;
  }
  #sp-header .close-btn {
    margin: 40px auto 0;
  }
  #sp-header .close-btn a {
    display: block;
    width: 450px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 115%;
  }
  #sp-header .close-btn a:focus {
    background: transparent;
  }
  #sp-header .close-btn a span {
    background: url(../img_common/modal_menu_close.png) center right no-repeat;
    padding: 20px 110px 20px 70px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-menu {
    top: 90px;
  }
}

@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;
}

.s-9901 #header .header-subnav-area .header-lang::before {
  display: none;
}

.s-9901 #header .header-subnav-area .header-lang .lang-select {
  padding: 3px 30px 3px 6px;
}

.s-9901 #header #header-nav .list > li > a {
  border-radius: 6px;
  padding: 6px 4px 6px 5px;
}

.s-9901 #header #header-nav .list > li > a .text::after {
  display: none;
}

.s-9901 #sp-header .modal-menu .sp-nav .title {
  background: none !important;
}

.s-9901 #sp-header .support-block .header-lang::before {
  display: none;
}

.s-9901 #sp-header .support-block .header-lang .lang-select {
  padding: 27px 10px 27px 15px;
}

.s-9901 #sp-header .support-block .gotopc a span {
  padding: 20px 0;
  background-image: none;
}

.s-9901 footer {
  background: none;
  background-color: #e5f5c8;
}

.s-9901 footer .box {
  color: #014a07;
}

@media print, screen and (min-width: 769px) {
  .s-9901 footer .box {
    padding: 80px 0 14px 0;
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901 footer .box {
    padding: 60px 0 40px 0;
    margin-top: 150px;
  }
}

.s-9901 footer .box .footer-title {
  text-shadow: none;
}

.s-9901 footer .box .footer-address {
  text-shadow: none;
}

.s-9901 footer .link-box {
  background-color: rgba(0, 0, 0, 0.6);
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer .box {
  position: relative;
  box-sizing: border-box;
  color: #353830;
}

footer .box .footer-title {
  line-height: 130%;
  text-shadow: 1px 1px 0 #6fccf4, -1px -1px 0 #6fccf4, -1px 1px 0 #6fccf4, 1px -1px 0 #6fccf4, 0px 1px 0 #6fccf4, -1px 0 #6fccf4, -1px 0 0 #6fccf4, 1px 0 0 #6fccf4, 1px 1px 1px #6fccf4, -1px -1px 1px #6fccf4, -1px 1px 1px #6fccf4, 1px -1px 1px #6fccf4, 0px 1px 1px #6fccf4, -1px 1px #6fccf4, -1px 0 1px #6fccf4, 1px 0 1px #6fccf4;
}

footer .box .footer-title .title {
  font-weight: bold;
}

footer .box .footer-address {
  text-shadow: 1px 1px 0 #6fccf4, -1px -1px 0 #6fccf4, -1px 1px 0 #6fccf4, 1px -1px 0 #6fccf4, 0px 1px 0 #6fccf4, -1px 0 #6fccf4, -1px 0 0 #6fccf4, 1px 0 0 #6fccf4, 1px 1px 1px #6fccf4, -1px -1px 1px #6fccf4, -1px 1px 1px #6fccf4, 1px -1px 1px #6fccf4, 0px 1px 1px #6fccf4, -1px 1px #6fccf4, -1px 0 1px #6fccf4, 1px 0 1px #6fccf4;
}

footer .box .footer-address .tel a {
  color: #353830;
}

footer .box .footer-btn a {
  display: inline-block;
  text-decoration: none;
  color: #014a07;
  font-weight: bold;
}

footer .box .footer-btn a:hover {
  opacity: 0.85;
}

footer .box .footer-btn a .text {
  display: block;
  line-height: 100%;
}

footer .link-box {
  background-color: rgba(53, 56, 46, 0.8);
}

footer .link-box .footer-link {
  display: flex;
}

footer .link-box .footer-link > li {
  position: relative;
  line-height: 120%;
}

footer .link-box .footer-link > li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

footer .link-box .footer-link > li:first-child::before {
  display: none;
}

footer .link-box .footer-link > li a {
  color: #fff;
  font-weight: bold;
}

footer .link-box .footer-link > li a:focus {
  background-color: transparent;
}

footer .pagetop {
  position: fixed;
  display: none;
  z-index: 1;
}

footer .pagetop a {
  display: block;
  text-decoration: none;
}

footer .pagetop a:hover {
  opacity: 0.85;
}

footer .copyright {
  line-height: 130%;
  background-color: #fff;
  font-size: 80%;
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 20px;
    background: url(../img_common/footer_bg_pc.png) no-repeat center bottom;
    background-size: cover;
  }
  footer .box {
    width: 1000px;
    margin: 0 auto;
    padding: 220px 0 55px 0;
  }
  footer .box .footer-title .title {
    font-size: 140%;
  }
  footer .box .footer-address {
    margin-top: 5px;
    font-size: 90%;
  }
  footer .box .footer-address p {
    line-height: 160%;
  }
  footer .box .footer-btn {
    margin: 30px 0 0;
  }
  footer .box .footer-btn a .text {
    padding: 14px 55px 14px 20px;
    border-radius: 22px;
    background: url(../img_common/footer_btn_arrow_pc.png) no-repeat right 15px center;
    background-color: #fff;
  }
  footer .link-box {
    border-top: 1px solid #fff;
  }
  footer .link-box .footer-link {
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
    gap: 15px;
    padding: 14px 0;
  }
  footer .link-box .footer-link > li {
    padding: 0 0 0 15px;
  }
  footer .link-box .footer-link > li::before {
    width: 1px;
    height: 18px;
  }
  footer .pagetop {
    bottom: 0;
    right: 0;
  }
  footer .copyright {
    padding: 10px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 85px;
    background: url(../img_common/footer_bg_sp.png) no-repeat center bottom;
    background-size: cover;
  }
  footer .box {
    margin: 0 25px;
    padding: 150px 0 40px 0;
  }
  footer .box .footer-title .title {
    font-size: 130%;
  }
  footer .box .footer-address {
    margin-top: 10px;
  }
  footer .box .footer-address p {
    line-height: 130%;
  }
  footer .box .footer-btn {
    margin: 115px 0 0;
    text-align: center;
  }
  footer .box .footer-btn a {
    font-size: 110%;
    width: 557px;
  }
  footer .box .footer-btn a .text {
    padding: 30px 110px;
    border-radius: 45px;
    background: url(../img_common/footer_btn_arrow_sp.png) no-repeat right 50px center;
    background-color: #fff;
  }
  footer .link-box {
    border-top: 2px solid #fff;
  }
  footer .link-box .footer-link {
    margin: 0 25px;
    gap: 24px;
    padding: 23px 80px 23px 0;
  }
  footer .link-box .footer-link > li {
    padding: 0 0 0 24px;
  }
  footer .link-box .footer-link > li:first-child {
    padding: 0;
  }
  footer .link-box .footer-link > li::before {
    width: 2px;
    height: 28px;
  }
  footer .pagetop {
    bottom: 5px;
    right: 10px;
  }
  footer .copyright {
    padding: 17px 100px 17px 25px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
