@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: #f3f3ec;
  color: #333b2e;
  font-size: 165%;
  box-sizing: border-box;
  border-bottom: 4px solid #557b55;
  border-radius: 10px 10px 0 0;
  padding: 12px 15px 8px 15px;
}

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: #dce7e3;
  border-radius: 0 6px 6px 0;
  color: #333b2e;
  font-size: 150%;
  box-sizing: border-box;
  border-left: 5px solid #557b54;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  background: #dce7e3;
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #557b54;
  font-size: 140%;
  padding: 10px;
}

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

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 115%;
  padding-bottom: 5px;
  line-height: 1.2;
  border-bottom: 1px dashed #a4c5b7;
}

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 #a4c5b7;
  margin-top: 10px;
}

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

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

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

.wysiwyg em {
  font-weight: bold;
}

.wysiwyg em {
  font-style: normal;
}

body {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

.no-scroll {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

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

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

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

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

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

.scheme6 {
  background-color: #333b2e;
  text-align: center;
}

.scheme7 {
  background-color: #557b55;
  text-align: center;
}

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

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

.scheme10 {
  background-color: #557b55;
  text-align: center;
}

.scheme11 {
  background-color: #557b55;
  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;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #557b55 !important;
    border-radius: 5px 0 0 5px !important;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #557b55 !important;
    border-radius: 8px 0 0 8px !important;
    width: 480px;
  }
  .gsc-input-box .gsc-input {
    font-size: 250%;
  }
}

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

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

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

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

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

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

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

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

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

#smartphone .wrap {
  align-items: center;
  background-color: #f3f3ec;
  border: 6px solid #557b55;
  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: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #557b55;
  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;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1180px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .box {
    display: flex;
    align-items: flex-start;
    gap: 5px 10px;
    margin-left: auto;
    padding: 5px 0;
  }
  #header .header-subnav-area .box .box-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px 0;
    align-items: start;
    margin-top: 10px;
    width: 490px;
    text-align: center;
  }
  #header .header-subnav-area .box .box-left .h-link-list {
    display: flex;
    margin-top: 2px;
    margin-right: 20px;
    gap: 0 20px;
  }
  #header .header-subnav-area .box .box-left .h-link-list a {
    font-size: 90%;
    color: #333;
  }
  #header .header-subnav-area .box .box-left span {
    line-height: 100%;
  }
  #header .header-subnav-area .box .box-right {
    background: #557b55;
    border-radius: 0 0 10px 10px;
  }
  #header .header-subnav-area .box .box-right .header-tel {
    padding: 7px 12px 0px 12px;
  }
  #header .header-subnav-area .box .box-right .ttl {
    position: relative;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    font-weight: bold;
    color: #557b55;
  }
  #header .header-subnav-area .box .box-right .ttl::after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 47%;
    bottom: -7px;
    width: 0;
  }
  #header .header-subnav-area .box .box-right .tel {
    padding: 18px 0 5px;
    padding-left: 40px;
    background: url(../img_common/tel_icon.png) no-repeat top 50% left 0%;
    background-size: 37px 35px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 150%;
    line-height: 130%;
    font-weight: bold;
    color: #fff;
  }
  _::-webkit-full-page-media, _:future, :root #header .header-subnav-area .box .box-right .tel {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 125%;
  }
  #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 #a8c5a8;
    border-radius: 4px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 42px 3px 35px;
    background: url(../img_common/common_language_icon.png) no-repeat left 6% top 50%/16px, url(../img_common/languege_arrow.png) no-repeat right 25px top 54%/7px auto;
    border: none;
    appearance: none;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    position: relative;
    color: #333;
    min-height: 30px;
    padding: 3px 8px 3px 12px;
    font-weight: bold;
    line-height: 1;
    border: none;
    background: none;
    cursor: pointer;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-lang .btn-lang-select::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 20px;
    background: #372919;
  }
  #header #header-nav {
    margin: 0 auto;
    max-width: 1180px;
    background: #e9f0e9;
    border-radius: 50px 50px 0 0;
  }
  #header #header-nav .in {
    margin: 0 auto;
    min-height: 70px;
    width: 1000px;
  }
  #header #header-nav .list {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  #header #header-nav .list > li {
    width: 165px;
    margin-left: 2px;
    text-align: center;
  }
  #header #header-nav .list > li:first-child {
    width: 166px;
    margin-left: 0;
  }
  #header #header-nav .list > li:last-child > a::after {
    content: "";
    position: absolute;
    top: 32%;
    left: 165px;
    height: 26px;
    width: 1px;
    background: #a8c5a8;
  }
  #header #header-nav .list > li > a {
    position: relative;
    display: block;
    padding: 20px 0;
    background: url(../img_common/common_green_arrow.png) no-repeat bottom 17px right 50%;
    font-size: 110%;
    color: #333b2e;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    word-break: break-all;
  }
  #header #header-nav .list > li > a::before {
    content: "";
    position: absolute;
    top: 32%;
    right: 165px;
    height: 26px;
    width: 1px;
    background: #a8c5a8;
  }
  #header #header-nav .list > li .dropmenu {
    width: 1000px;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 100% !important;
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #597f5c;
    border-radius: 0px 0px 12px 12px;
    padding: 25px 20px 25px 20px;
    margin: 0;
    gap: 10px 18px;
    z-index: 110;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list a {
    display: inline-block;
    padding: 5px 35px 5px 12px;
    width: 220px;
    background: url(../img_top/btn_link_arrow.png) no-repeat right 10px top 50%, #fff;
    background-size: 22px;
    border: 1px solid #78a278;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: start;
    font-weight: bold;
    color: #333;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list a:hover, #header #header-nav .list > li .dropmenu .dropmenu-list a:focus {
    background: url(../img_top/white_link_arrow.png) no-repeat right 10px top 50%, #e2e57f;
  }
  #header #header-nav .list > li:hover > a,
  #header #header-nav .list > li > a:focus {
    background: #597f5c;
    color: #fff;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: fit-content;
  }
  #header .header-subnav-area .box {
    padding: 0 0 0 270px;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box .header-size li, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-size dd, #header .header-subnav-area .box .header-color li, #header .header-subnav-area .box .header-color dt, #header .header-subnav-area .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box .header-size li img, #header .header-subnav-area .box .header-size dt img, #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color li img, #header .header-subnav-area .box .header-color dt img, #header .header-subnav-area .box .header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .header-size button, #header .header-subnav-area .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size .title, #header .header-subnav-area .box .header-color .title {
    padding-right: 10px;
    vertical-align: middle;
  }
  #header .header-subnav-area .box .header-size .title span, #header .header-subnav-area .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color dd img {
    margin-right: 7px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .header-size .item3 img, #header .header-subnav-area .box .header-color .item3 img {
    margin-right: 0;
  }
  #header .header-subnav-area .box .header-size .title {
    padding-right: 7px;
    vertical-align: middle;
  }
  #header .header-subnav-area .box .header-size dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    padding-left: 15px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header > .box {
    position: relative;
    z-index: 10;
    background: #fff;
  }
  #sp-header > .box #sp-header-logo {
    text-align: center;
    background-color: #fff !important;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box .box-in {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    display: flex;
    align-items: center;
  }
  #sp-header > .box #sp-header-nav li {
    flex-grow: 1;
    text-align: center;
    position: relative;
    height: 115px;
    box-sizing: border-box;
  }
  #sp-header > .box #sp-header-nav li.item1 a.close, #sp-header > .box #sp-header-nav li.item2 a.close, #sp-header > .box #sp-header-nav li.item3 a.close, #sp-header > .box #sp-header-nav li.item4 a.close {
    background: url(../img_common/header_menu_close.png) top 18px center no-repeat;
    background-color: rgba(78, 104, 77, 0.9);
  }
  #sp-header > .box #sp-header-nav li.item1 a.close::after, #sp-header > .box #sp-header-nav li.item2 a.close::after, #sp-header > .box #sp-header-nav li.item3 a.close::after, #sp-header > .box #sp-header-nav li.item4 a.close::after {
    content: "";
    position: absolute;
    height: 66px;
    width: 2px;
    top: 47%;
    right: 0;
    background: #fff;
    transform: translateY(-47%);
  }
  #sp-header > .box #sp-header-nav li.item1 .none, #sp-header > .box #sp-header-nav li.item2 .none, #sp-header > .box #sp-header-nav li.item3 .none, #sp-header > .box #sp-header-nav li.item4 .none {
    display: none;
  }
  #sp-header > .box #sp-header-nav li.item1 a {
    background: url(../img_common/sp_header_home.png) top 18px center no-repeat;
    background-color: rgba(78, 104, 77, 0.9);
  }
  #sp-header > .box #sp-header-nav li.item2 a {
    background: url(../img_common/sp_header_menu.png) top 18px center no-repeat;
    background-color: rgba(78, 104, 77, 0.9);
  }
  #sp-header > .box #sp-header-nav li.item3 a {
    background: url(../img_common/sp_header_serch.png) top 18px center no-repeat;
    background-color: rgba(78, 104, 77, 0.9);
  }
  #sp-header > .box #sp-header-nav li.item4 a {
    background: url(../img_common/sp_header_q&a.png) top 18px center no-repeat;
    background-color: rgba(78, 104, 77, 0.9);
  }
  #sp-header > .box #sp-header-nav li a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 75px 0 10px;
    height: 100%;
    width: 100%;
  }
  #sp-header > .box #sp-header-nav li a span {
    display: block;
    line-height: 130%;
  }
  #sp-header > .box #sp-header-nav li a.close {
    display: none;
    z-index: 100;
    border-top: solid 2px #5d5950;
  }
  #sp-header > .box #sp-header-nav li .close {
    display: none;
  }
  #sp-header > .box #sp-header-nav li:nth-child(3) {
    padding-top: 0px;
  }
  #sp-header > .box #sp-header-nav li:nth-child(4)::after {
    content: none;
  }
  #sp-header > .box #sp-header-nav li::after {
    content: "";
    position: absolute;
    height: 66px;
    width: 2px;
    top: 47%;
    right: 0;
    background: #fff;
    transform: translateY(-47%);
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area p {
    margin-left: 10px;
    width: 46%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 100% !important;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 9;
    bottom: 115px;
  }
  #sp-header .modal-search-bg {
    background: #fff;
    opacity: 1;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    top: 140px;
    left: 0;
    bottom: 115px;
    z-index: 9;
    width: 100%;
    overflow-y: auto;
    background: rgba(47, 61, 47, 0.9);
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 35px 24px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #sp-header .modal-search .in > .modal-menu-close, #sp-header .modal-search .in .modal-search-close,
  #sp-header .modal-menu .in > .modal-menu-close,
  #sp-header .modal-menu .in .modal-search-close {
    margin: 0 auto;
    padding: 15px 0 !important;
    width: 450px;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 115%;
    color: #fff;
    text-align: center;
  }
  #sp-header .modal-search .in > .modal-menu-close span, #sp-header .modal-search .in .modal-search-close span,
  #sp-header .modal-menu .in > .modal-menu-close span,
  #sp-header .modal-menu .in .modal-search-close span {
    position: relative;
    padding-left: 15px;
  }
  #sp-header .modal-search .in > .modal-menu-close span::before, #sp-header .modal-search .in .modal-search-close span::before,
  #sp-header .modal-menu .in > .modal-menu-close span::before,
  #sp-header .modal-menu .in .modal-search-close span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    height: 30px;
    width: 30px;
    background: url(../img_common/modal-menu-close.png) no-repeat;
    transform: translateY(-50%);
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .modal-search-close,
  #sp-header .modal-menu .modal-search-close {
    margin-top: 45px !important;
    background: #557b55;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search {
    background: #fff;
  }
  #sp-header .modal-search .in {
    margin: 0px 24px;
    padding: 0 30px 60px;
    background: #dde8e4;
    border-radius: 60px 60px 0 0;
  }
  _::-webkit-full-page-media, _:future, :root #sp-header .modal-search .in {
    padding: 0 19px 60px;
  }
  #sp-header .modal-search .in .top-search {
    padding-top: 10px;
  }
  #sp-header .modal-search .in .top-search .sec-ttl {
    width: fit-content;
    font-weight: bold;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .top-search .sec-ttl {
    padding: 0 210px;
    margin: 60px auto 20px;
    font-size: 260%;
    background: url(../img_top/ttl_bg.png) no-repeat left, url(../img_top/ttl_bg.png) no-repeat right;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .sec-ttl {
    padding: 0 150px;
    margin: 80px auto 20px;
    font-size: 170%;
    background: url(../img_top/sp_ttl_bg.png) no-repeat left, url(../img_top/sp_ttl_bg.png) no-repeat right;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .sec-sub-ttl {
    margin: 80px auto 20px;
    font-weight: bold;
    text-align: center;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .top-search .sec-sub-ttl {
    padding: 0 180px;
    font-size: 165%;
    background: url(../img_top/subttl_bg.png) no-repeat left, url(../img_top/subttl_bg.png) no-repeat right;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .sec-sub-ttl {
    padding: 0 170px;
    font-size: 115%;
    background: url(../img_top/sp_subttl_bg.png) no-repeat left, url(../img_top/sp_subttl_bg.png) no-repeat right;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .fs-large {
    margin-bottom: 10px;
    display: block;
    font-size: 140%;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .fs-large {
    font-size: 110%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .col {
    padding: 35px;
    background: #fff;
    border-radius: 10px;
    gap: 40px;
    padding-bottom: 60px;
    display: block;
  }
  _::-webkit-full-page-media .gsc-input-box, _:future .gsc-input-box, :root #sp-header .modal-search .in .top-search .search-form .search-box .gsc-input-box {
    width: 500px;
  }
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
    gap: 0 35px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list {
    gap: 0 65px;
    margin-top: 25px;
  }
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list .list-title, #sp-header .modal-search .in .top-search .search-form .search-box .type-list dd {
    font-size: 115%;
    line-height: 110%;
  }
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list .list-title {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list label {
    display: flex;
  }
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list input {
    margin: 4px;
    accent-color: #382d25;
    inline-size: 2rem;
    block-size: 2rem;
  }
  _::-webkit-full-page-media, _:future, :root #sp-header .modal-search .in .top-search .search-form .search-box .type-list input {
    margin: 10px;
    inline-size: auto;
    block-size: auto;
  }
  #sp-header .modal-search .in .top-search .search-form .search-box .type-list span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .attention-word {
    margin-top: 25px;
  }
  #sp-header .modal-search .in .top-search .attention-word .featured-keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  #sp-header .modal-search .in .top-search .attention-word .featured-keyword-list .item {
    background: #926c3a;
    border-radius: 6px;
  }
  #sp-header .modal-search .in .top-search .attention-word .featured-keyword-list .item a, #sp-header .modal-search .in .top-search .attention-word .featured-keyword-list .item .item-nolink {
    display: block;
    padding: 3px 18px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .attention-word .featured-keyword-list .item a, #sp-header .modal-search .in .top-search .attention-word .featured-keyword-list .item .item-nolink {
    padding: 6px 33px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex {
    align-items: flex-start;
    gap: 0 35px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .top-search .flex .cat-left, #sp-header .modal-search .in .top-search .flex .cat-right {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-left .list, #sp-header .modal-search .in .top-search .flex .cat-right .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 18px;
  }
  #sp-header .modal-search .in .top-search .flex .cat-left .list a, #sp-header .modal-search .in .top-search .flex .cat-right .list a {
    color: #333b2e;
  }
  #sp-header .modal-search .in .top-search .flex .cat-left .list .item-img, #sp-header .modal-search .in .top-search .flex .cat-right .list .item-img {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 18px 50px;
    width: 148px;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .top-search .flex .cat-left .list .item-img img, #sp-header .modal-search .in .top-search .flex .cat-right .list .item-img img {
    max-height: 60px;
    max-width: 60px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-left .list .item-img, #sp-header .modal-search .in .top-search .flex .cat-right .list .item-img {
    justify-content: center;
    width: 200px;
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-left .list .item-txt, #sp-header .modal-search .in .top-search .flex .cat-right .list .item-txt {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-left .list .item-txt, #sp-header .modal-search .in .top-search .flex .cat-right .list .item-txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-left .list .item-img {
    border-top: 7px solid #c6c566;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-right {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-right .list {
    gap: 24px 18px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-right .list li:nth-child(2) .item-txt, #sp-header .modal-search .in .top-search .flex .cat-right .list li:first-child .item-txt, #sp-header .modal-search .in .top-search .flex .cat-right .list li:last-child .item-txt {
    margin-top: 15px;
  }
  #sp-header .modal-search .in .top-search .flex .cat-right .list li:nth-child(2) .item-txt p, #sp-header .modal-search .in .top-search .flex .cat-right .list li:first-child .item-txt p, #sp-header .modal-search .in .top-search .flex .cat-right .list li:last-child .item-txt p {
    line-height: 130% !important;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .flex .cat-right .list li:nth-child(2) .item-txt {
    margin-top: 10px;
  }
  #sp-header .modal-search .in .top-search .flex .cat-right .list li:nth-child(2) .item-txt p {
    line-height: 130% !important;
  }
  #sp-header .modal-search .in .top-search .flex .cat-right .list .item-img {
    border-top: 7px solid #dca1a1;
  }
  #sp-header .modal-search .in .top-search .search-link {
    margin-top: 65px;
  }
  #sp-header .modal-search .in .top-search .search-link .list .item {
    min-height: 70px;
    width: 310px;
    background: #fff;
    border-left: 5px solid #78a278;
    border-radius: 6px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item {
    margin-bottom: 20px;
    min-height: 120px;
    width: 640px;
    border-left: 8px solid #78a278;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink {
    position: relative;
    display: block;
    padding-left: 20px;
    border-radius: 6px;
    background: #fff;
    font-weight: bold;
    color: #333;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a::after, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink::after {
    content: "";
    position: absolute;
    background: url(../img_top/btn_link_arrow.png) no-repeat;
    background-size: 30px;
    height: 30px;
    width: 30px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a::after, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink::after {
    background-size: 60px;
    height: 60px;
    width: 60px;
    right: 25px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink {
    padding-left: 30px;
    font-size: 115%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in {
    min-height: 70px;
    width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in {
    justify-content: start;
    width: auto;
    min-height: 120px;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in img, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in img {
    display: block;
    object-fit: contain;
    max-height: 35px;
    max-width: 35px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in img, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in img {
    max-height: 64px;
    max-width: 69px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in .item-txt, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in .item-txt {
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in .item-txt, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in .item-txt {
    width: 430px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .top-search .search-link .list .item a .item-in .item-txt p, #sp-header .modal-search .in .top-search .search-link .list .item .item-nolink .item-in .item-txt p {
    line-height: 140%;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    margin-bottom: 8px;
    background: #fff;
    border: 2px solid #232d47;
    border-radius: 8px;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 30px 0px 30px 30px;
    margin-right: 90px;
    font-size: 145%;
    font-weight: bold;
    color: #333b2e;
    text-decoration: none;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background: no-repeat center center;
  }
  #sp-header .modal-menu .sp-nav .title button.plus {
    background-image: url(../img_common/modal_menu_btn_plus.png);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    padding: 0 20px 20px 20px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    position: relative;
    margin-left: 40px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 20px;
    left: -19px;
    height: 7px;
    width: 7px;
    background: #333b2e;
    border-radius: 50%;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 0px 20px 20px 10px;
    color: #333b2e;
    font-weight: bold;
    font-size: 29px;
  }
  #sp-header .support-list {
    margin: 27px auto 0;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #2f3d2f;
    box-sizing: border-box;
    padding: 35px 30px;
    width: 700px;
  }
  #sp-header .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .header-size,
  #sp-header .header-color {
    margin-left: 20px;
  }
  #sp-header .header-size button,
  #sp-header .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #sp-header .header-size dl,
  #sp-header .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .header-size dt,
  #sp-header .header-color dt {
    flex-shrink: 0;
    margin-right: 35px;
    max-width: 240px;
  }
  #sp-header .header-size dd,
  #sp-header .header-color dd {
    font-size: 0;
    margin-right: 20px;
  }
  #sp-header .header-size dd img {
    height: auto;
  }
  #sp-header .header-color dd img {
    height: auto;
  }
  #sp-header .header-lang {
    margin-top: 30px !important;
    margin-left: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 44px;
  }
  #sp-header .header-lang a {
    text-align: center;
    color: #333b2e;
  }
  #sp-header .header-lang .header-lang-in {
    position: relative;
    display: flex;
    border: solid 2px #a8c5a8;
    border-radius: 6px;
  }
  #sp-header .header-lang .lang-select {
    position: relative;
    padding: 3px 65px 3px 65px;
    background: url(../img_common/common_language_icon.png) no-repeat left 6% top 50%, url(../img_common/languege_arrow.png) no-repeat right 25px top 54%/auto;
    border: none;
    appearance: none;
    font-size: 95%;
    color: #000 !important;
  }
  #sp-header .header-lang .btn-lang-select {
    position: relative;
    color: #333;
    min-height: 80px;
    padding: 3px 18px 3px 22px;
    line-height: 1;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 95%;
  }
  #sp-header .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #sp-header .header-lang .btn-lang-select::before {
    content: "";
    position: absolute;
    top: 27%;
    left: 0;
    width: 1px;
    height: 37px;
    background: #372919;
  }
  #sp-header .header-reader {
    margin-top: 30px !important;
    text-align: center;
  }
  #sp-header .header-reader a {
    font-size: 110%;
    color: #333b2e;
  }
  #sp-header .header-tel {
    margin-top: 30px !important;
    padding: 20px 20px 0px 20px;
    background: #557b55;
    border-radius: 10px;
  }
  #sp-header .header-tel .ttl {
    position: relative;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 115%;
    color: #557b55;
  }
  #sp-header .header-tel .ttl::after {
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    right: 46%;
    bottom: -12px;
    width: 0;
  }
  #sp-header .header-tel .tel {
    padding: 29px 0 5px 60px;
    text-align: center;
    background: url(../img_common/tel_icon.png) no-repeat top 50% left 13%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 185%;
    line-height: 130%;
    font-weight: bold;
  }
  _::-webkit-full-page-media, _:future, :root #sp-header .header-tel .tel {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  #sp-header .header-tel .tel a {
    color: #fff;
    text-decoration: none;
  }
  #sp-header .go-to-pc {
    width: 500px;
    margin: 30px auto;
    text-align: center;
    background: #fff;
    border-radius: 6px;
  }
  #sp-header .go-to-pc a {
    position: relative;
    display: inline-block;
    padding: 20px 25px 20px 75px;
    text-decoration: none;
    color: #333b2e;
  }
  #sp-header .go-to-pc a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    height: 34px;
    width: 41px;
    background: url(../img_common/go_to_pc_icon.png) no-repeat;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

body {
  color: #333b2e;
}

#container-in {
  position: relative;
}

.sec {
  margin: 0 auto 142px;
  width: 1180px;
}

@media screen and (max-width: 768px) {
  .sec {
    width: 700px;
  }
}

.sec a img:hover {
  opacity: .8;
}

.sec-ttl {
  width: fit-content;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .sec-ttl {
    padding: 0 210px;
    margin: 60px auto 20px;
    font-size: 260%;
    background: url(../img_top/ttl_bg.png) no-repeat left, url(../img_top/ttl_bg.png) no-repeat right;
  }
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    padding: 0 150px;
    margin: 80px auto 20px;
    font-size: 170%;
    background: url(../img_top/sp_ttl_bg.png) no-repeat left, url(../img_top/sp_ttl_bg.png) no-repeat right;
  }
}

.sec-sub-ttl {
  margin: 80px auto 20px;
  font-weight: bold;
  text-align: center;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  .sec-sub-ttl {
    padding: 0 180px;
    font-size: 165%;
    background: url(../img_top/subttl_bg.png) no-repeat left, url(../img_top/subttl_bg.png) no-repeat right;
  }
}

@media screen and (max-width: 768px) {
  .sec-sub-ttl {
    padding: 0 170px;
    font-size: 115%;
    background: url(../img_top/sp_subttl_bg.png) no-repeat left, url(../img_top/sp_subttl_bg.png) no-repeat right;
  }
}

.flex {
  display: flex;
  justify-content: center;
}

.sec-mv {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .sec-mv {
    min-height: 480px;
  }
}

.sec-mv li {
  z-index: 0 !important;
}

.sec-mv .slide-controls {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

@media print, screen and (min-width: 769px) {
  .sec-mv .slide-controls {
    bottom: 20px;
  }
}

.sec-mv .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-mv .slide-controls button:hover {
  opacity: 0.85;
}

.sec-mv .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit {
    column-gap: 30px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list {
  display: flex;
  column-gap: 12px;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list {
    gap: 18px 20px;
    max-width: 350px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 60px;
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 70px;
    height: 8px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #557b55;
  background-color: #fff;
  border-radius: 1px;
  height: 100%;
  padding: 0;
  width: 100%;
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #557b55;
    border-radius: 2px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  border: 1px solid #fff;
  background-color: #557b55;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 2px solid #fff;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 1px solid #fff;
  background-color: #557b55;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    border: 2px solid #fff;
  }
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 80px;
    width: 80px;
  }
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
  transition: all  0.3s ease;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  opacity: .8;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
  transition: all  0.3s ease;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  opacity: .8;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-mv img {
  object-fit: cover;
  height: 480px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-mv img {
    height: 260px;
  }
}

.sec-top {
  background: #dce7e3;
  border-radius: 0 0 60px 60px;
}

@media screen and (max-width: 768px) {
  .sec-top {
    margin: 0 25px 130px;
    padding-top: 140px;
  }
}

.sec-top .sec-in {
  padding: 90px 90px 80px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in {
    padding: 0 30px 55px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-emergency .emergency-category, .sec-top .sec-in .top-emergency .important-category, .sec-top .sec-in .top-emergency .smartalert-wrap {
    width: 1000px;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .title-box, .sec-top .sec-in .top-emergency .important-category .title-box, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 8px;
  background: #ae4a12;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .title-box, .sec-top .sec-in .top-emergency .important-category .title-box, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box {
    padding: 17px 30px 7px;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .title-box h2, .sec-top .sec-in .top-emergency .important-category .title-box h2, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box h2 {
  font-size: 125%;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .title-box h2, .sec-top .sec-in .top-emergency .important-category .title-box h2, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box h2 {
    font-size: 110%;
    min-width: 300px;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .title-box a, .sec-top .sec-in .top-emergency .important-category .title-box a, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
}

.sec-top .sec-in .top-emergency .emergency-category .title-box a:focus, .sec-top .sec-in .top-emergency .important-category .title-box a:focus, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box a:focus {
  color: #333b2e;
}

.sec-top .sec-in .top-emergency .emergency-category .title-box a::before, .sec-top .sec-in .top-emergency .important-category .title-box a::before, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box a::before {
  content: "";
  position: absolute;
  height: 17px;
  width: 9px;
  top: 50%;
  left: 5px;
  background: url(../img_common/link_arrow_white.png) no-repeat left top 1px;
  background-size: 9px 14px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .title-box a::before, .sec-top .sec-in .top-emergency .important-category .title-box a::before, .sec-top .sec-in .top-emergency .smartalert-wrap .title-box a::before {
    left: -10px;
    height: 23px;
    width: 16px;
    background-size: auto;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .info-area, .sec-top .sec-in .top-emergency .important-category .info-area, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area {
  padding: 10px 30px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #ae4a12;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .info-area, .sec-top .sec-in .top-emergency .important-category .info-area, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area {
    padding: 15px 25px;
    border: 4px solid #ae4a12;
    box-sizing: border-box;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .info-area .list, .sec-top .sec-in .top-emergency .important-category .info-area .list, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list {
  max-height: 140px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .info-area .list, .sec-top .sec-in .top-emergency .important-category .info-area .list, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list {
    max-height: 240px;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .info-area .list li, .sec-top .sec-in .top-emergency .important-category .info-area .list li, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe7db;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .info-area .list li, .sec-top .sec-in .top-emergency .important-category .info-area .list li, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .info-area .list li a, .sec-top .sec-in .top-emergency .important-category .info-area .list li a, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li a {
  margin-left: 17px;
  font-weight: bold;
  color: #333b2e;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .info-area .list li a, .sec-top .sec-in .top-emergency .important-category .info-area .list li a, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li a {
    margin-left: 3px;
  }
  .sec-top .sec-in .top-emergency .emergency-category .info-area .list li a span, .sec-top .sec-in .top-emergency .important-category .info-area .list li a span, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li a span {
    display: block;
    line-height: 120%;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .info-area .list li .date, .sec-top .sec-in .top-emergency .important-category .info-area .list li .date, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li .date {
  min-width: 190px;
  color: #ae4a12;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-emergency .emergency-category .info-area .list li .date, .sec-top .sec-in .top-emergency .important-category .info-area .list li .date, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li .date {
    display: block;
    min-width: auto;
    line-height: 120%;
  }
}

.sec-top .sec-in .top-emergency .emergency-category .info-area .list li > span, .sec-top .sec-in .top-emergency .important-category .info-area .list li > span, .sec-top .sec-in .top-emergency .smartalert-wrap .info-area .list li > span {
  display: inline-block;
  font-weight: bold;
}

.sec-top .sec-in .top-emergency .emergency-category-in, .sec-top .sec-in .top-emergency .important-category-in, .sec-top .sec-in .top-emergency .smartalert {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown {
    position: relative;
    padding: 30px 0px 30px 30px;
    margin-bottom: 80px;
    border-radius: 12px;
  }
  .sec-top .sec-in .top-countdown .cd-status {
    margin-top: 10px;
    padding-right: 15px;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-countdown {
    width: 340px;
    position: absolute;
    top: 8%;
    right: 0;
  }
}

.sec-top .sec-in .top-countdown #countdown {
  background: #fff;
  padding: 15px 0px 15px 0px;
  border-radius: 6px 0 0 6px;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-countdown #countdown {
    box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.15);
    margin: 5px 0 5px 0px;
  }
}

.sec-top .sec-in .top-countdown .bx-viewport {
  height: auto !important;
}

.sec-top .sec-in .top-countdown .cd-status {
  margin-top: 10px;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.sec-top .sec-in .top-countdown .cd-before-event, .sec-top .sec-in .top-countdown .cd-on-event, .sec-top .sec-in .top-countdown .cd-after-event, .sec-top .sec-in .top-countdown .cd-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-countdown .cd-before-event, .sec-top .sec-in .top-countdown .cd-on-event, .sec-top .sec-in .top-countdown .cd-after-event, .sec-top .sec-in .top-countdown .cd-box {
    align-items: center;
  }
}

.sec-top .sec-in .top-countdown .cd-before-event .bloc, .sec-top .sec-in .top-countdown .cd-on-event .bloc, .sec-top .sec-in .top-countdown .cd-after-event .bloc, .sec-top .sec-in .top-countdown .cd-box .bloc {
  width: 165px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .cd-before-event .bloc, .sec-top .sec-in .top-countdown .cd-on-event .bloc, .sec-top .sec-in .top-countdown .cd-after-event .bloc, .sec-top .sec-in .top-countdown .cd-box .bloc {
    width: 300px;
  }
}

.sec-top .sec-in .top-countdown .cd-before-event .txt, .sec-top .sec-in .top-countdown .cd-on-event .txt, .sec-top .sec-in .top-countdown .cd-after-event .txt, .sec-top .sec-in .top-countdown .cd-box .txt {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .cd-before-event, .sec-top .sec-in .top-countdown .cd-on-event, .sec-top .sec-in .top-countdown .cd-after-event, .sec-top .sec-in .top-countdown .cd-box {
    gap: 0 30px;
  }
  .sec-top .sec-in .top-countdown .cd-before-event .text, .sec-top .sec-in .top-countdown .cd-on-event .text, .sec-top .sec-in .top-countdown .cd-after-event .text, .sec-top .sec-in .top-countdown .cd-box .text {
    width: auto;
  }
}

.sec-top .sec-in .top-countdown .cd-before-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-on-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-after-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-box .cd-description-text {
  font-size: 115%;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-countdown .cd-before-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-on-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-after-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-box .cd-description-text {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 130%;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .cd-before-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-on-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-after-event .cd-description-text, .sec-top .sec-in .top-countdown .cd-box .cd-description-text {
    padding-right: 15px;
  }
}

.sec-top .sec-in .top-countdown .pref-text {
  display: block;
  font-size: 50%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .pref-text {
    font-size: 55%;
  }
}

.sec-top .sec-in .top-countdown .event-text, .sec-top .sec-in .top-countdown .cd-before-event, .sec-top .sec-in .top-countdown .cd-on-event, .sec-top .sec-in .top-countdown .cd-after-event {
  font-size: 170%;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .event-text .day, .sec-top .sec-in .top-countdown .cd-before-event .day, .sec-top .sec-in .top-countdown .cd-on-event .day, .sec-top .sec-in .top-countdown .cd-after-event .day {
    display: flex;
    margin-top: 28px;
    margin-right: 15px;
    align-items: baseline;
  }
}

.sec-top .sec-in .top-countdown .count {
  line-height: 100%;
  font-size: 240%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .count {
    line-height: 100%;
    font-size: 250%;
  }
  _::-webkit-full-page-media, _:future, :root .sec-top .sec-in .top-countdown .count {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
}

.sec-top .sec-in .top-countdown img {
  object-fit: contain;
  height: 140px;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown img {
    height: 280px;
    width: 280px;
  }
}

.sec-top .sec-in .top-countdown .slide-controls {
  position: absolute;
  right: 5px;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .slide-controls {
    bottom: -60px;
  }
}

.sec-top .sec-in .top-countdown .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-top .sec-in .top-countdown .slide-controls button:hover {
  opacity: 0.85;
}

.sec-top .sec-in .top-countdown .slide-controls .slide-prev, .sec-top .sec-in .top-countdown .slide-controls .slide-next {
  display: none;
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .slide-pager {
  display: none;
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button {
    height: 25px;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button {
    height: 50px;
    width: 50px;
  }
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  opacity: .8;
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  opacity: .8;
}

.sec-top .sec-in .top-countdown .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-top .sec-in .top-search {
  padding-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-search .sec-ttl {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .sec-ttl {
    margin-top: 0;
  }
}

.sec-top .sec-in .top-search .fs-large {
  display: block;
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .fs-large {
    font-size: 110%;
  }
}

.sec-top .sec-in .top-search .col {
  padding: 35px;
  background: #fff;
  border-radius: 10px;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .col {
    padding-bottom: 60px;
    display: block;
  }
}

.sec-top .sec-in .top-search .search-form .search-box .search-pc {
  height: 60px;
  width: 440px;
  border: 1px solid #557b55;
  border-radius: 8px;
}

.sec-top .sec-in .top-search .search-form .search-box .search-sp {
  height: 90px;
  width: 570px;
  border: 2px solid #557b55;
  border-radius: 8px;
}

.sec-top .sec-in .top-search .search-form .search-box .type-list {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 0 35px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-form .search-box .type-list {
    gap: 0 65px;
    margin-top: 25px;
  }
  .sec-top .sec-in .top-search .search-form .search-box .type-list .list-title, .sec-top .sec-in .top-search .search-form .search-box .type-list dd {
    font-size: 115%;
    line-height: 110%;
  }
  .sec-top .sec-in .top-search .search-form .search-box .type-list .list-title {
    width: 100%;
  }
}

.sec-top .sec-in .top-search .search-form .search-box .type-list label {
  display: flex;
}

.sec-top .sec-in .top-search .search-form .search-box .type-list input {
  accent-color: #382d25;
  inline-size: 1.2rem;
  block-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-form .search-box .type-list input {
    inline-size: 2rem;
    block-size: 2rem;
  }
}

_::-webkit-full-page-media, _:future, :root .sec-top .sec-in .top-search .search-form .search-box .type-list input {
  margin: 10px;
  inline-size: auto;
  block-size: auto;
}

.sec-top .sec-in .top-search .search-form .search-box .type-list span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-search .attention-word {
    max-width: 453px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .attention-word {
    margin-top: 25px;
  }
}

.sec-top .sec-in .top-search .attention-word .featured-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.sec-top .sec-in .top-search .attention-word .featured-keyword-list .item {
  background: #926c3a;
  border-radius: 6px;
}

.sec-top .sec-in .top-search .attention-word .featured-keyword-list .item a, .sec-top .sec-in .top-search .attention-word .featured-keyword-list .item .item-nolink {
  display: block;
  padding: 3px 18px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .attention-word .featured-keyword-list .item a, .sec-top .sec-in .top-search .attention-word .featured-keyword-list .item .item-nolink {
    padding: 6px 33px;
  }
}

.sec-top .sec-in .top-search .attention-word .featured-keyword-list .item a:focus, .sec-top .sec-in .top-search .attention-word .featured-keyword-list .item .item-nolink:focus {
  color: #333b2e;
}

.sec-top .sec-in .top-search .flex {
  align-items: flex-start;
  gap: 0 35px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-search .flex .cat-left, .sec-top .sec-in .top-search .flex .cat-right {
    width: 480px;
  }
}

.sec-top .sec-in .top-search .flex .cat-left .list, .sec-top .sec-in .top-search .flex .cat-right .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 18px;
  justify-content: center;
  word-break: break-all;
}

.sec-top .sec-in .top-search .flex .cat-left .list .item, .sec-top .sec-in .top-search .flex .cat-right .list .item {
  width: 148px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .flex .cat-left .list .item, .sec-top .sec-in .top-search .flex .cat-right .list .item {
    width: 200px;
  }
}

.sec-top .sec-in .top-search .flex .cat-left .list a, .sec-top .sec-in .top-search .flex .cat-right .list a {
  color: #333b2e;
}

.sec-top .sec-in .top-search .flex .cat-left .list .item-img, .sec-top .sec-in .top-search .flex .cat-right .list .item-img {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 18px 50px;
  width: 148px;
  height: 100px;
  background-color: #fff !important;
  border-radius: 6px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-search .flex .cat-left .list .item-img img, .sec-top .sec-in .top-search .flex .cat-right .list .item-img img {
    max-height: 60px;
    max-width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .flex .cat-left .list .item-img, .sec-top .sec-in .top-search .flex .cat-right .list .item-img {
    justify-content: center;
    width: 200px;
    height: 130px;
  }
}

.sec-top .sec-in .top-search .flex .cat-left .list .item-txt, .sec-top .sec-in .top-search .flex .cat-right .list .item-txt {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .flex .cat-left .list .item-txt, .sec-top .sec-in .top-search .flex .cat-right .list .item-txt {
    margin-top: 10px;
    max-width: 200px;
  }
}

.sec-top .sec-in .top-search .flex .cat-left .list .item-img {
  border-top: 7px solid #c6c566;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .flex .cat-right {
    margin-top: 45px;
  }
}

.sec-top .sec-in .top-search .flex .cat-right .list {
  gap: 24px 18px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .flex .cat-right .list li:nth-child(2) .item-txt, .sec-top .sec-in .top-search .flex .cat-right .list li:first-child .item-txt, .sec-top .sec-in .top-search .flex .cat-right .list li:last-child .item-txt {
    margin-top: 15px;
  }
  .sec-top .sec-in .top-search .flex .cat-right .list li:nth-child(2) .item-txt p, .sec-top .sec-in .top-search .flex .cat-right .list li:first-child .item-txt p, .sec-top .sec-in .top-search .flex .cat-right .list li:last-child .item-txt p {
    line-height: 130% !important;
  }
}

.sec-top .sec-in .top-search .flex .cat-right .list li:nth-child(2) .item-txt {
  margin-top: 10px;
}

.sec-top .sec-in .top-search .flex .cat-right .list li:nth-child(2) .item-txt p {
  line-height: 130% !important;
}

.sec-top .sec-in .top-search .flex .cat-right .list .item-img {
  border-top: 7px solid #dca1a1;
}

.sec-top .sec-in .top-search .search-link {
  margin-top: 65px;
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-in .top-search .search-link .list {
    gap: 20px 35px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1000px;
  }
}

.sec-top .sec-in .top-search .search-link .list .item {
  min-height: 70px;
  width: 305px;
  background: #fff;
  border-left: 5px solid #78a278;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-link .list .item {
    margin-bottom: 20px;
    min-height: 120px;
    width: 640px;
    border-left: 8px solid #78a278;
  }
}

.sec-top .sec-in .top-search .search-link .list .item a, .sec-top .sec-in .top-search .search-link .list .item .item-nolink {
  position: relative;
  display: block;
  padding-left: 20px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  color: #333;
}

.sec-top .sec-in .top-search .search-link .list .item a::after, .sec-top .sec-in .top-search .search-link .list .item .item-nolink::after {
  content: "";
  position: absolute;
  background: url(../img_top/btn_link_arrow.png) no-repeat;
  background-size: 30px;
  height: 30px;
  width: 30px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-link .list .item a::after, .sec-top .sec-in .top-search .search-link .list .item .item-nolink::after {
    background-size: 60px;
    height: 60px;
    width: 60px;
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-link .list .item a, .sec-top .sec-in .top-search .search-link .list .item .item-nolink {
    padding-left: 30px;
    font-size: 115%;
  }
}

.sec-top .sec-in .top-search .search-link .list .item a .item-in, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in {
  min-height: 70px;
  width: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-link .list .item a .item-in, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in {
    justify-content: start;
    width: auto;
    min-height: 120px;
    gap: 0;
  }
}

.sec-top .sec-in .top-search .search-link .list .item a .item-in .item-img img, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in .item-img img {
  display: block;
  object-fit: contain;
  max-height: 35px;
  max-width: 35px;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-link .list .item a .item-in .item-img img, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in .item-img img {
    max-height: 64px;
    max-width: 69px;
  }
}

.sec-top .sec-in .top-search .search-link .list .item a .item-in .item-txt, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in .item-txt {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-top .sec-in .top-search .search-link .list .item a .item-in .item-txt, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in .item-txt {
    width: 430px;
    text-align: center;
  }
}

.sec-top .sec-in .top-search .search-link .list .item a .item-in .item-txt p, .sec-top .sec-in .top-search .search-link .list .item .item-nolink .item-in .item-txt p {
  padding: 10px 0;
  line-height: 140%;
}

.sec-bousai {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-bousai {
    width: 724px;
  }
}

.sec-bousai .sec-in::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(( 100% - 1180px) / 2);
  background: #f4e1e1;
}

@media screen and (max-width: 768px) {
  .sec-bousai .sec-in::before {
    width: calc(( 100% - 724px) / 2);
  }
}

.sec-bousai .sec-bg {
  margin: 0 auto;
  background: #f4e1e1;
  border-radius: 0 60px 60px 0;
}

@media print, screen and (min-width: 769px) {
  .sec-bousai .sec-bg {
    width: 1180px;
  }
}

.sec-bousai::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  height: 109px;
  width: 109px;
  background: url(../img_top/bousai_bg_top.png) no-repeat;
}

.sec-bousai::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  height: 109px;
  width: 109px;
  background: url(../img_top/bousai_bg_bottom.png) no-repeat;
}

.sec-bousai .sec-ttl {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .sec-bousai .sec-ttl {
    padding: 50px 210px 0;
    background: url(../img_top/ttl_bg.png) no-repeat left 0 top 75px, url(../img_top/ttl_bg.png) no-repeat right 0 top 75px;
  }
}

@media screen and (max-width: 768px) {
  .sec-bousai .sec-ttl {
    background: url(../img_top/sp_ttl_bg.png) no-repeat left 0 top 80px, url(../img_top/sp_ttl_bg.png) no-repeat right 0 top 80px;
  }
}

.sec-bousai .bousai-link {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.sec-bousai .bousai-link .list {
  gap: 20px 35px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list {
    display: block;
    width: auto;
  }
}

.sec-bousai .bousai-link .list .item {
  min-height: 70px;
  width: 305px;
  background: #fff;
  border-left: 5px solid #ba6231;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list .item {
    margin: 0 38px 20px 47px;
    min-height: 120px;
    width: 640px;
    border-left: 8px solid #ba6231;
  }
}

.sec-bousai .bousai-link .list .item a, .sec-bousai .bousai-link .list .item .item-nolink {
  position: relative;
  display: block;
  padding-left: 20px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .sec-bousai .bousai-link .list .item a, .sec-bousai .bousai-link .list .item .item-nolink {
    padding-left: 30px;
  }
}

.sec-bousai .bousai-link .list .item a::after, .sec-bousai .bousai-link .list .item .item-nolink::after {
  content: "";
  position: absolute;
  background: url(../img_top/red_btn_link_arrow.png) no-repeat;
  background-size: 30px;
  height: 30px;
  width: 30px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list .item a::after, .sec-bousai .bousai-link .list .item .item-nolink::after {
    background-size: 60px;
    height: 60px;
    width: 60px;
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list .item a, .sec-bousai .bousai-link .list .item .item-nolink {
    padding-left: 30px;
    font-size: 115%;
  }
}

.sec-bousai .bousai-link .list .item a .item-in, .sec-bousai .bousai-link .list .item .item-nolink .item-in {
  min-height: 70px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list .item a .item-in, .sec-bousai .bousai-link .list .item .item-nolink .item-in {
    justify-content: start;
    width: auto;
    min-height: 120px;
    gap: 0 60px;
  }
}

.sec-bousai .bousai-link .list .item a .item-in img, .sec-bousai .bousai-link .list .item .item-nolink .item-in img {
  display: block;
  object-fit: contain;
  max-height: 31px;
  max-width: 31px;
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list .item a .item-in img, .sec-bousai .bousai-link .list .item .item-nolink .item-in img {
    margin: 0 auto;
    max-height: 64px;
    max-width: 69px;
    min-width: 67PX;
  }
}

.sec-bousai .bousai-link .list .item a .item-in .item-txt, .sec-bousai .bousai-link .list .item .item-nolink .item-in .item-txt {
  text-align: center;
  padding: 10px 0;
}

@media print, screen and (min-width: 769px) {
  .sec-bousai .bousai-link .list .item a .item-in .item-txt, .sec-bousai .bousai-link .list .item .item-nolink .item-in .item-txt {
    max-width: 160px;
    min-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .sec-bousai .bousai-link .list .item a .item-in .item-txt, .sec-bousai .bousai-link .list .item .item-nolink .item-in .item-txt {
    width: 320px;
    text-align: center;
  }
}

.sec-bousai .bousai-link .list .item a .item-in .item-txt p, .sec-bousai .bousai-link .list .item .item-nolink .item-in .item-txt p {
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .sec-news {
    margin: 0 auto 100px;
  }
  .sec-news .flex {
    display: block;
  }
}

.sec-news .sec-ttl {
  margin-top: 130px;
  margin-bottom: 45px;
  font-size: 230%;
}

@media print, screen and (min-width: 769px) {
  .sec-news .sec-ttl {
    background: url(../img_top/ttl_bg.png) no-repeat left 0 top 40%, url(../img_top/ttl_bg.png) no-repeat right 0 top 40%;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .sec-ttl {
    font-size: 170%;
    margin: 130px auto 20px;
  }
}

.sec-news .sec-ttl::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .sec-news .sec-ttl::before {
    left: 15px;
  }
}

.sec-news .sec-ttl::after {
  content: "";
  position: absolute;
  right: 140px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .sec-news .sec-ttl::after {
    right: 15px;
  }
}

.sec-news .flex {
  gap: 0 30px;
  align-items: flex-start;
}

.sec-news .news-left {
  width: 300px;
  border-radius: 0px 0px 6px 6px;
  border-top: solid 3px #557b55;
  background: #f3f3ec;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left {
    border-top: solid 6px #557b55;
    width: 700px;
    padding-bottom: 10px;
  }
}

.sec-news .news-left .col-ttl {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .col-ttl {
    margin: 30px 0 20px;
  }
}

.sec-news .news-left .topics-slider-wrap {
  width: 300px;
  margin: 10px auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap {
    width: 560px;
  }
}

.sec-news .news-left .topics-slider-wrap .bx-wrapper {
  margin: 0 auto;
}

.sec-news .news-left .topics-slider-wrap .topics-slider a {
  display: block;
}

.sec-news .news-left .topics-slider-wrap .topics-slider a:focus, .sec-news .news-left .topics-slider-wrap .topics-slider a:focus-visible {
  margin: 4px;
  background-color: none;
}

.sec-news .news-left .topics-slider-wrap .topics-slider a:focus img, .sec-news .news-left .topics-slider-wrap .topics-slider a:focus-visible img {
  height: 254px;
  width: 254px;
}

.sec-news .news-left .topics-slider-wrap .topics-slider img {
  border-radius: 4px;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sec-news .news-left .topics-slider-wrap .topics-slider img {
    height: 260px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .topics-slider img {
    border-width: 2px;
    height: 560px;
    width: 560px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls {
  display: flex;
  margin: 10px auto 45px;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .slide-prev, .sec-news .news-left .topics-slider-wrap .slide-controls .slide-next {
  background-color: #f3f3ec !important;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls {
    gap: 0 25px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-news .news-left .topics-slider-wrap .slide-controls button:hover {
  opacity: 0.85;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-prev, .sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-next {
  margin-top: 10px;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-prev, .sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-next {
    top: 51.5%;
    width: 18px;
    height: 33px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-prev {
  background: url("../img_top/prev.png") no-repeat;
  background-size: 9px 16px;
  left: calc(50% - 125px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-prev {
    left: 10px;
    background-size: auto;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-prev:hover {
  opacity: .8;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-next {
  background: url("../img_top/next.png") no-repeat;
  background-size: 9px 16px;
  right: calc(50% - 125px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-next {
    right: 25px;
    background-size: auto;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .arrow .bx-next:hover {
  opacity: .8;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit {
    column-gap: 30px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
  gap: 10px 12px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list {
    gap: 18px 20px;
    max-width: 350px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 28px;
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 70px;
    height: 8px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #557b55;
  background-color: #fff;
  border-radius: 1px;
  height: 100%;
  padding: 0;
  width: 100%;
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #557b55;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  border: 1px solid #fff;
  background-color: #557b55;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 2px solid #fff;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 1px solid #fff;
  background-color: #557b55;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    border: 2px solid #fff;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 80px;
    width: 80px;
  }
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
  transition: all  0.3s ease;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  opacity: .8;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
  transition: all  0.3s ease;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  opacity: .8;
}

.sec-news .news-left .topics-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-news .news-right {
  width: 670px;
  border-radius: 0px 0px 6px 6px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right {
    margin-top: 90px;
    width: 700px;
    background: none;
  }
}

.sec-news .news-right .tab-list {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .tab-list {
    align-items: end;
  }
}

.sec-news .news-right .tab-list .tab1, .sec-news .news-right .tab-list .tab2, .sec-news .news-right .tab-list .tab3 {
  position: relative;
  width: 222px;
  background: #557b55;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 120%;
}

.sec-news .news-right .tab-list .tab1[aria-selected=true], .sec-news .news-right .tab-list .tab1:hover, .sec-news .news-right .tab-list .tab2[aria-selected=true], .sec-news .news-right .tab-list .tab2:hover, .sec-news .news-right .tab-list .tab3[aria-selected=true], .sec-news .news-right .tab-list .tab3:hover {
  background: #f3f3ec;
  border-top: 3px solid #557b55;
  border-radius: 0;
  padding: 3px 0;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .tab-list .tab1[aria-selected=true], .sec-news .news-right .tab-list .tab1:hover, .sec-news .news-right .tab-list .tab2[aria-selected=true], .sec-news .news-right .tab-list .tab2:hover, .sec-news .news-right .tab-list .tab3[aria-selected=true], .sec-news .news-right .tab-list .tab3:hover {
    border-top: 6px solid #557b55;
  }
}

.sec-news .news-right .tab-list .tab1[aria-selected=true] a, .sec-news .news-right .tab-list .tab1:hover a, .sec-news .news-right .tab-list .tab2[aria-selected=true] a, .sec-news .news-right .tab-list .tab2:hover a, .sec-news .news-right .tab-list .tab3[aria-selected=true] a, .sec-news .news-right .tab-list .tab3:hover a {
  background: none;
  color: #333;
}

.sec-news .news-right .tab-list .tab1[aria-selected=true] a span::after, .sec-news .news-right .tab-list .tab1:hover a span::after, .sec-news .news-right .tab-list .tab2[aria-selected=true] a span::after, .sec-news .news-right .tab-list .tab2:hover a span::after, .sec-news .news-right .tab-list .tab3[aria-selected=true] a span::after, .sec-news .news-right .tab-list .tab3:hover a span::after {
  content: none;
}

.sec-news .news-right .tab-list .tab1 a, .sec-news .news-right .tab-list .tab2 a, .sec-news .news-right .tab-list .tab3 a {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .tab-list .tab1 a, .sec-news .news-right .tab-list .tab2 a, .sec-news .news-right .tab-list .tab3 a {
    padding: 15px 0 30px;
  }
}

.sec-news .news-right .tab-list .tab1 a span, .sec-news .news-right .tab-list .tab2 a span, .sec-news .news-right .tab-list .tab3 a span {
  display: inline-block;
  position: relative;
}

.sec-news .news-right .tab-list .tab1 a span::after, .sec-news .news-right .tab-list .tab2 a span::after, .sec-news .news-right .tab-list .tab3 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 16px;
  height: 10px;
  background: url(../img_top/common_white_arrow.png) no-repeat;
  background-size: 16px 9px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .tab-list .tab1 a span::after, .sec-news .news-right .tab-list .tab2 a span::after, .sec-news .news-right .tab-list .tab3 a span::after {
    background-size: auto;
    height: 15px;
    width: 27px;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .tab-list .tab1, .sec-news .news-right .tab-list .tab2, .sec-news .news-right .tab-list .tab3 {
    font-size: 110%;
    width: 346px;
  }
  .sec-news .news-right .tab-list .tab1 a, .sec-news .news-right .tab-list .tab2 a, .sec-news .news-right .tab-list .tab3 a {
    background-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .tab-list {
    gap: 2px;
  }
}

.sec-news .news-right #tab1 .box-in, .sec-news .news-right #tab2 .box-in, .sec-news .news-right #tab3 .box-in {
  padding: 30px 10px 25px;
  padding-left: 0;
  background: #f3f3ec;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .box-in, .sec-news .news-right #tab2 .box-in, .sec-news .news-right #tab3 .box-in {
    border-radius: 3px 0 6px 6px;
  }
}

.sec-news .news-right #tab1 .box-in .pageListNotExists .wysiwyg, .sec-news .news-right #tab2 .box-in .pageListNotExists .wysiwyg, .sec-news .news-right #tab3 .box-in .pageListNotExists .wysiwyg {
  text-align: center;
}

.sec-news .news-right #tab1 .post-list, .sec-news .news-right #tab2 .post-list, .sec-news .news-right #tab3 .post-list {
  padding: 0 10px 0 20px;
  width: 635px;
  max-height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .post-list, .sec-news .news-right #tab2 .post-list, .sec-news .news-right #tab3 .post-list {
    width: 640px;
  }
}

.sec-news .news-right #tab1 .post-list .list, .sec-news .news-right #tab2 .post-list .list, .sec-news .news-right #tab3 .post-list .list {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 6px;
  background: #fff;
}

.sec-news .news-right #tab1 .post-list .list .date, .sec-news .news-right #tab2 .post-list .list .date, .sec-news .news-right #tab3 .post-list .list .date {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 110%;
}

.sec-news .news-right #tab1 .post-list .list .date .new-icon, .sec-news .news-right #tab2 .post-list .list .date .new-icon, .sec-news .news-right #tab3 .post-list .list .date .new-icon {
  padding: 0 6px;
  border-radius: 2px;
  background: #557b55;
  color: #fff;
  font-size: 75%;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .post-list .list .date .new-icon, .sec-news .news-right #tab2 .post-list .list .date .new-icon, .sec-news .news-right #tab3 .post-list .list .date .new-icon {
    padding: 0 15px;
  }
}

.sec-news .news-right #tab1 .post-list .list .txt a, .sec-news .news-right #tab2 .post-list .list .txt a, .sec-news .news-right #tab3 .post-list .list .txt a {
  font-weight: bold;
  color: #333;
}

.sec-news .news-right #tab1 .post-list .list span, .sec-news .news-right #tab2 .post-list .list span, .sec-news .news-right #tab3 .post-list .list span {
  display: block;
}

.sec-news .news-right #tab1 .post-list .list span a, .sec-news .news-right #tab2 .post-list .list span a, .sec-news .news-right #tab3 .post-list .list span a {
  text-decoration: underline;
}

.sec-news .news-right #tab1 .post-list .list span a:hover, .sec-news .news-right #tab2 .post-list .list span a:hover, .sec-news .news-right #tab3 .post-list .list span a:hover {
  text-decoration: none;
}

.sec-news .news-right #tab1 .post-list .list:nth-child(2n), .sec-news .news-right #tab2 .post-list .list:nth-child(2n), .sec-news .news-right #tab3 .post-list .list:nth-child(2n) {
  background: #f3f3ec;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .post-list, .sec-news .news-right #tab2 .post-list, .sec-news .news-right #tab3 .post-list {
    max-height: 600px;
  }
  .sec-news .news-right #tab1 .post-list .list, .sec-news .news-right #tab2 .post-list .list, .sec-news .news-right #tab3 .post-list .list {
    padding-bottom: 20px;
  }
  .sec-news .news-right #tab1 .post-list .list span, .sec-news .news-right #tab2 .post-list .list span, .sec-news .news-right #tab3 .post-list .list span {
    margin-top: 4px;
    line-height: 140%;
  }
}

.sec-news .news-right #tab1 .link-wrap, .sec-news .news-right #tab2 .link-wrap, .sec-news .news-right #tab3 .link-wrap {
  position: relative;
  margin: 20px 30px 0 30px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .link-wrap, .sec-news .news-right #tab2 .link-wrap, .sec-news .news-right #tab3 .link-wrap {
    display: block;
    margin: 20px auto 0;
  }
}

.sec-news .news-right #tab1 .link-wrap li a, .sec-news .news-right #tab2 .link-wrap li a, .sec-news .news-right #tab3 .link-wrap li a {
  font-weight: bold;
  color: #333b2e;
}

.sec-news .news-right #tab1 .link-wrap li:first-child a, .sec-news .news-right #tab2 .link-wrap li:first-child a, .sec-news .news-right #tab3 .link-wrap li:first-child a {
  max-width: 300px;
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 75px;
  border: 1px solid #78a278;
  border-radius: 6px;
  background: #fff;
}

.sec-news .news-right #tab1 .link-wrap li:first-child a span::before, .sec-news .news-right #tab2 .link-wrap li:first-child a span::before, .sec-news .news-right #tab3 .link-wrap li:first-child a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  height: 23px;
  width: 23px;
  background: url(../img_top/btn_link_arrow.png) no-repeat;
  background-size: 23px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .link-wrap li:first-child a, .sec-news .news-right #tab2 .link-wrap li:first-child a, .sec-news .news-right #tab3 .link-wrap li:first-child a {
    padding: 20px 97px;
    border: 2px solid #78a278;
    border-radius: 12px;
    font-size: 110%;
    max-width: 400px;
  }
  .sec-news .news-right #tab1 .link-wrap li:first-child a span::before, .sec-news .news-right #tab2 .link-wrap li:first-child a span::before, .sec-news .news-right #tab3 .link-wrap li:first-child a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    height: 46px;
    width: 47px;
    background: url(../img_top/btn_link_arrow.png) no-repeat;
    transform: translateY(-50%);
  }
}

.sec-news .news-right #tab1 .link-wrap li:last-child, .sec-news .news-right #tab2 .link-wrap li:last-child, .sec-news .news-right #tab3 .link-wrap li:last-child {
  position: absolute;
  top: 10%;
  right: 0;
}

.sec-news .news-right #tab1 .link-wrap li:last-child a, .sec-news .news-right #tab2 .link-wrap li:last-child a, .sec-news .news-right #tab3 .link-wrap li:last-child a {
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab1 .link-wrap li:last-child, .sec-news .news-right #tab2 .link-wrap li:last-child, .sec-news .news-right #tab3 .link-wrap li:last-child {
    position: relative;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab2 .link-wrap, .sec-news .news-right #tab3 .link-wrap {
    display: block;
    margin: 20px auto 0;
  }
}

.sec-news .news-right #tab2 .link-wrap a, .sec-news .news-right #tab3 .link-wrap a {
  max-width: 300px;
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 75px;
  border: 1px solid #78a278;
  border-radius: 6px;
  background: #fff;
  font-weight: bold;
  color: #333b2e;
  line-height: 1.8;
}

.sec-news .news-right #tab2 .link-wrap a::before, .sec-news .news-right #tab3 .link-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  height: 23px;
  width: 23px;
  background: url(../img_top/btn_link_arrow.png) no-repeat;
  background-size: 23px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab2 .link-wrap a::before, .sec-news .news-right #tab3 .link-wrap a::before {
    right: 20px;
    height: 46px;
    width: 47px;
    background-size: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-right #tab2 .link-wrap a, .sec-news .news-right #tab3 .link-wrap a {
    padding: 20px 97px;
    border: 2px solid #78a278;
    border-radius: 12px;
    font-size: 110%;
    max-width: 400px;
  }
  .sec-news .news-right #tab2 .link-wrap a span::before, .sec-news .news-right #tab3 .link-wrap a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    height: 46px;
    width: 47px;
    background: url(../img_top/btn_link_arrow.png) no-repeat;
    transform: translateY(-50%);
  }
}

.sec-about {
  margin: 0 auto 90px;
  background: url(../img_top/about_bg.png);
  background-size: cover;
  border-radius: 60px;
}

@media screen and (max-width: 768px) {
  .sec-about {
    margin: 0 auto 120px;
    background: url(../img_top/sp_about_bg.png);
    border-radius: 30px;
  }
}

.sec-about .sec-in {
  padding: 90px 90px 75px;
}

@media screen and (max-width: 768px) {
  .sec-about .sec-in {
    padding: 65px 30px 60px;
  }
}

.sec-about .sec-in .sec-ttl {
  margin: 0 auto 45px;
}

@media screen and (max-width: 768px) {
  .sec-about .sec-in .sec-ttl {
    margin-bottom: 40px;
  }
}

.sec-about .sec-in .sec-ttl::before {
  content: "";
  position: absolute;
  left: 150px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .sec-about .sec-in .sec-ttl::before {
    left: 0px;
    top: 46%;
  }
}

.sec-about .sec-in .sec-ttl::after {
  content: "";
  position: absolute;
  right: 150px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .sec-about .sec-in .sec-ttl::after {
    right: 0px;
    top: 46%;
  }
}

.sec-about .about-top {
  align-items: flex-start;
  gap: 0 40px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-top {
    display: block;
  }
}

.sec-about .about-top .about-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 28px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-top .about-list {
    width: 740px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-top .about-list {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

.sec-about .about-top .about-list .item {
  margin-bottom: 20px;
}

.sec-about .about-top .about-list .item a {
  color: #fff;
}

.sec-about .about-top .about-list .item .item-in .item-img {
  border-radius: 6px 6px 0 0;
}

.sec-about .about-top .about-list .item .item-in .item-img img {
  object-fit: cover;
  height: 120px;
  width: 164px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-top .about-list .item .item-in .item-img img {
    height: 220px;
    width: 300px;
  }
}

.sec-about .about-top .about-list .item .item-in .item-txt {
  max-width: 164px;
  padding: 10px 0;
  border-radius: 0 0 6px 6px;
  background: #557b55;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-about .about-top .about-list .item .item-in .item-txt {
    padding: 18px 0;
    max-width: 300px;
  }
}

.sec-about .about-top .kouhou {
  display: flex;
}

@media screen and (max-width: 768px) {
  .sec-about .about-top .kouhou {
    margin-top: 40px;
    justify-content: center;
  }
}

.sec-about .about-top .kouhou a {
  display: block;
}

.sec-about .about-top .kouhou .kouhou-ttl {
  padding: 17px 10px 0;
  background: #557b55;
  border-radius: 0 6px 6px 0;
  writing-mode: vertical-rl;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  max-height: 208px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-top .kouhou .kouhou-ttl {
    padding: 30px 22px 0;
    font-size: 160%;
    max-height: 420px;
  }
}

.sec-about .about-top .kouhou img {
  object-fit: contain;
  height: 225px;
  width: 160px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-top .kouhou img {
    height: 450px;
    width: 320px;
  }
}

.sec-about .about-middle .sec-sub-ttl {
  padding: 0 190px;
  margin-top: 50px;
}

.sec-about .about-middle .sec-sub-ttl::before {
  content: "";
  left: 235px;
}

.sec-about .about-middle .sec-sub-ttl::after {
  content: "";
  right: 235px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .sec-sub-ttl {
    margin-top: 80px;
  }
  .sec-about .about-middle .sec-sub-ttl::before {
    content: "";
    left: 25px;
  }
  .sec-about .about-middle .sec-sub-ttl::after {
    content: "";
    right: 25px;
  }
}

.sec-about .about-middle .about-slider-wrap {
  margin: 10px auto 0;
  position: relative;
  width: 645px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-middle .about-slider-wrap {
    width: 1000px;
  }
}

.sec-about .about-middle .about-slider-wrap .bx-wrapper {
  margin: 0 auto;
}

.sec-about .about-middle .about-slider-wrap .bx-viewport {
  margin: -4px;
  padding: 4px;
}

.sec-about .about-middle .about-slider-wrap .about-slider li a {
  display: block;
}

.sec-about .about-middle .about-slider-wrap .about-slider li img {
  border-radius: 4px;
  object-fit: contain;
  height: 132px;
  width: 310px;
}

.sec-about .about-middle .about-slider-wrap .slide-controls {
  display: flex;
  margin: 10px auto 45px;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .slide-prev {
  position: absolute;
  top: 35px;
  left: -32px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .slide-prev {
    position: static;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .slide-next {
  position: absolute;
  top: 35px;
  right: -33px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .slide-next {
    position: static;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-about .about-middle .about-slider-wrap .slide-controls button:hover {
  opacity: 0.85;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-prev, .sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-next {
  margin-top: 10px;
  width: 32px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-prev, .sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-next {
    top: 51.5%;
    width: 60px;
    height: 60px;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-prev {
  background-image: url("../img_top/about_prev.png");
  left: calc(50% - 125px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-prev {
    background-image: url("../img_top/prev.png");
    left: 10px;
    background-size: auto;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-prev:hover {
  opacity: .8;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-next {
  background-image: url("../img_top/about_next.png");
  right: calc(50% - 125px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-next {
    background-image: url("../img_top/next.png");
    right: 25px;
    background-size: auto;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .arrow .bx-next:hover {
  opacity: .8;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit {
    column-gap: 30px;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list {
    gap: 18px 20px;
    max-width: 350px;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 60px;
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 70px;
    height: 8px;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #557b55;
  background-color: #fff;
  border-radius: 1px;
  height: 100%;
  padding: 0;
  width: 100%;
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #557b55;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  border: 1px solid #fff;
  background-color: #557b55;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 2px solid #fff;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 1px solid #fff;
  background-color: #557b55;
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    border: 2px solid #fff;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 80px;
    width: 80px;
  }
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
  transition: all  0.3s ease;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  opacity: .8;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
  transition: all  0.3s ease;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  opacity: .8;
}

.sec-about .about-middle .about-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-about .about-bottom {
  justify-content: flex-start;
  gap: 0  35px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-bottom .col-left {
    min-width: 387px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left {
    min-width: 640px;
  }
}

.sec-about .about-bottom .col-left .col-in .col-ttl {
  padding: 2px 0;
  background: #d5d489;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-ttl {
    padding: 5px 0;
    border-radius: 6px 6px 0 0;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-bottom .col-left .col-in .col-box {
    padding: 8px 17px 3px;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box .list {
  display: flex;
  gap: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list li:first-child .icon img {
    height: 30px;
    width: 31px;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list li:last-child .icon img {
    height: 26px;
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list {
    justify-content: center;
    gap: 0 30px;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box .list .item-box {
  display: flex;
  gap: 0 7px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list .item-box img {
    margin-top: 5px;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box .list .item-box .text .item-head {
  font-weight: bold;
}

.sec-about .about-bottom .col-left .col-in .col-box .list .item-box .text p {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list .item-box .text .item-val {
    margin-left: 10px;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box .list .update-date, .sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap {
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list .update-date {
    margin-top: 5px;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap {
  margin-right: 15px;
  font-weight: bold;
}

.sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap a {
  color: #333b2e;
}

.sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap a p {
  position: relative;
}

.sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap a p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  height: 12px;
  width: 7px;
  background: url(../img_common/link_arrow.png) no-repeat;
  background-size: 7px 12px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap a p::before {
    right: -18px;
    top: 57%;
    height: 16px;
    width: 11px;
    background-size: 10px 16px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .list .link-wrap a p {
    font-size: 107%;
  }
}

.sec-about .about-bottom .col-left .col-in .col-box .bottom {
  justify-content: end;
  gap: 0 25px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-left .col-in .col-box .bottom {
    justify-content: space-between;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-right {
    margin-top: 50px;
  }
}

.sec-about .about-bottom .col-right .col-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 12px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-right .col-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.sec-about .about-bottom .col-right .col-list .item a, .sec-about .about-bottom .col-right .col-list .item .item-nolink {
  color: #333b2e;
  display: block;
}

_::-webkit-full-page-media, _:future, :root .sec-about .about-bottom .col-right .col-list .item a, :root .sec-about .about-bottom .col-right .col-list .item .item-nolink {
  margin: 0px;
}

.sec-about .about-bottom .col-right .col-list .item .item-img {
  height: 80px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-right .col-list .item .item-img {
    height: 140px;
    width: 200px;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 12px;
  }
}

.sec-about .about-bottom .col-right .col-list .item .item-img img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-bottom .col-right .col-list .item .item-img img {
    max-height: 39px;
    max-width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-right .col-list .item .item-img img {
    max-height: 75px;
    max-width: 74px;
  }
}

.sec-about .about-bottom .col-right .col-list .item .item-txt {
  overflow-wrap: break-word;
  margin-top: 2px;
  text-align: center;
  font-weight: bold;
  color: #333b2e;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-bottom .col-right .col-list .item .item-txt {
    max-width: 85px;
    font-size: 88%;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-bottom .col-right .col-list .item .item-txt {
    max-width: 200px;
  }
}

.sec-ads {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .sec-ads {
    width: 1000px;
  }
}

.sec-ads .ads-in-title {
  margin: 0 auto;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .sec-ads .ads-in-title {
    width: 1000px;
    font-size: 165%;
  }
}

.sec-ads .list {
  width: 925px;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .sec-ads .list {
    width: 660px;
    margin: 5px auto;
    gap: 10px 20px;
  }
}

.sec-ads .list li a {
  display: block;
}

.sec-ads .list li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sec-ads .list li img {
    height: 70px;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .sec-ads .list li img {
    height: 100px;
    width: 320px;
  }
}

.sec-ads .ads-note, .sec-ads .ads-in-btn {
  margin-right: 30px;
  font-size: 75%;
  text-align: end;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .sec-ads .ads-note, .sec-ads .ads-in-btn {
    margin-right: 45px;
    margin-top: 25px;
    margin-left: 30px;
    text-align: start;
  }
}

.sec-ads .ads-in-btn {
  margin-right: 35px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec-ads .ads-in-btn {
    margin-top: 20px;
  }
}

.sec-ads .ads-in-btn a {
  font-weight: bold;
  color: #333b2e;
  position: relative;
}

.sec-ads .ads-in-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  height: 11px;
  width: 8px;
  background: url(../img_common/link_arrow.png) no-repeat;
  background-size: 8px 11px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec-ads .ads-in-btn a::before {
    left: -20px;
    height: 20px;
    width: 18px;
    background-size: 11px 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec-ads .ads-in-btn a {
    margin-left: 25px;
    font-size: 110%;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  overflow: hidden;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 115px;
  }
}

footer .in {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  border-radius: 50px 50px 0px 0px;
  background: #eaeadf;
}

@media screen and (max-width: 768px) {
  footer .in {
    width: 700px;
  }
}

footer .in .footer-content {
  display: flex;
  margin: 0 auto;
  padding-top: 55px;
  width: 1000px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content {
    display: block;
    width: 640px;
  }
}

footer .in .footer-content .footer-left {
  width: 628px;
}

footer .in .footer-content .footer-left .site-name {
  display: inline;
  font-size: 188%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-left .site-name {
    font-size: 165%;
  }
}

footer .in .footer-content .footer-left .corporate-number {
  display: inline;
  margin-left: 10px;
}

footer .in .footer-content .footer-left .corporate-number a {
  pointer-events: none;
  color: #333b2e;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-left .corporate-number {
    font-size: 85%;
  }
}

footer .in .footer-content .footer-left .address a {
  color: #333b2e;
  text-decoration: none;
}

footer .in .footer-content .footer-left .footer-link a, footer .in .footer-content .footer-left .footer-link .item-nolink {
  display: inline-block;
  margin: 15px 0 23px;
  padding: 12px 0;
  width: 296px;
  background: url(../img_top/btn_link_arrow.png) no-repeat right 13px top 50%, #fff;
  background-size: 23px;
  border: 1px solid #78a278;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-left .footer-link a, footer .in .footer-content .footer-left .footer-link .item-nolink {
    display: block;
    margin: 25px auto 40px;
    padding: 20px 0;
    width: 472px;
    font-size: 110%;
    background-size: auto;
    border: 2px solid #78a278;
    border-radius: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-left .footer-link {
    width: 628px;
  }
}

footer .in .footer-content .footer-right {
  margin: 25px 0;
  padding: 17px 0;
  width: 364px;
  background: #557b55;
  border-radius: 6px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-right {
    padding: 30px 0 17px;
    width: 640px;
    border-radius: 10px;
  }
}

footer .in .footer-content .footer-right .footer-tel {
  text-align: center;
}

footer .in .footer-content .footer-right .footer-tel p {
  font-size: 120%;
  line-height: 140%;
}

footer .in .footer-content .footer-right .footer-tel .bold {
  font-size: 140%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-right .footer-tel .bold {
    font-size: 143%;
  }
}

footer .in .footer-content .footer-right .footer-tel .tel-list {
  margin: 10px 33px;
  padding: 8px 0;
  background: #fff;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  color: #333;
}

footer .in .footer-content .footer-right .footer-tel .tel-list li {
  line-height: 140%;
  font-size: 130%;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-right .footer-tel .tel-list li {
    font-size: 135%;
    text-decoration: none;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, sans-serif;
    color: #333;
    line-height: 140%;
  }
}

footer .in .footer-content .footer-right .footer-tel .tel-list li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #333;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-right .footer-tel .tel-list {
    margin: 15px 30px;
    padding: 17px 20px;
  }
}

footer .in .footer-content .footer-right .footer-tel .reception {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  footer .in .footer-content .footer-right .footer-tel .reception {
    margin-top: 20px;
  }
}

footer .in .footer-nav {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 0 30px;
  background: #fff;
}

footer .in .footer-nav a {
  padding-right: 25px;
  background: url(../img_common/link_arrow.png) no-repeat right 8px top 55%;
  background-size: 6px 10px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  footer .in .footer-nav a {
    background: url(../img_common/link_arrow.png) no-repeat right top 7px;
    background-size: auto;
    font-weight: lighter;
    font-size: 95%;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 25px;
  }
}

footer .in::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 48px;
  width: 75px;
  background: url(../img_common/footer_bg_left.png) no-repeat;
  background-size: 100% 100%;
}

footer .in::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  height: 48px;
  width: 75px;
  background: url(../img_common/footer_bg_right.png) no-repeat;
  background-size: 100% 100%;
}

#pagetop {
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 600;
}

#pagetop a:focus, #pagetop a:focus-visible {
  background-color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 114px !important;
    right: 0;
  }
  #pagetop img {
    height: 65px;
    width: 69px;
  }
}

.copyright {
  padding: 12px 0;
  background-color: #eaeadf;
  font-size: 80%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright {
    text-align: start;
    padding: 10px 60px 10px 15px;
    font-size: 72%;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 0 40px;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up"] #header .header-subnav-area .header-lang::before {
  right: 22%;
}

html[data-fontsize="up"] #header .header-subnav-area .header-lang .lang-select, html[data-fontsize="up"] #header .header-subnav-area .header-lang .btn-lang-select {
  font-size: 100%;
}

html[data-fontsize="up"] .sec-top .sec-in .top-countdown {
  top: 5%;
  padding: 15px 30px 7px 15px;
}

html[data-fontsize="up"] #sp-header .header-tel .tel {
  background: url(../img_common/tel_icon.png) no-repeat top 50% left 3%;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up2"] #header .header-subnav-area .header-lang::before {
  right: 22%;
}

html[data-fontsize="up2"] #header .header-subnav-area .header-lang .lang-select, html[data-fontsize="up2"] #header .header-subnav-area .header-lang .btn-lang-select {
  font-size: 100%;
}

html[data-fontsize="up2"] .sec-top .sec-in .top-countdown {
  top: 3%;
  padding: 15px 66px 7px 15px;
}

html[data-fontsize="up2"] .sec-top .sec-in .top-countdown .cd-before-event, html[data-fontsize="up2"] .sec-top .sec-in .top-countdown .cd-on-event, html[data-fontsize="up2"] .sec-top .sec-in .top-countdown .cd-after-event {
  flex-wrap: wrap;
}

html[data-fontsize="up2"] #sp-header .box #sp-header-nav li {
  height: 200px;
}

html[data-fontsize="up2"] #sp-header .modal-menu {
  bottom: 200px;
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #header .header-subnav-area .header-lang::before {
  right: 22%;
}

html[data-fontsize="up3"] #header .header-subnav-area .header-lang .lang-select, html[data-fontsize="up3"] #header .header-subnav-area .header-lang .btn-lang-select {
  font-size: 100%;
}

html[data-fontsize="up3"] .sec-top .sec-in .top-countdown {
  top: 0%;
  padding: 15px 110px 7px 15px;
}

html[data-fontsize="up3"] .sec-top .sec-in .top-countdown .cd-before-event, html[data-fontsize="up3"] .sec-top .sec-in .top-countdown .cd-on-event, html[data-fontsize="up3"] .sec-top .sec-in .top-countdown .cd-after-event {
  flex-wrap: wrap;
}

html[data-fontsize="up3"] #sp-header .header-tel .tel {
  background: url(../img_common/tel_icon.png) no-repeat top 50% left 0%;
}

html[data-fontsize="up3"] #sp-header .header-lang .btn-lang-select {
  padding: 0;
}

html[data-fontsize="up3"] #sp-header .box #sp-header-nav li {
  height: 240px;
}

html[data-fontsize="up3"] #sp-header .modal-menu {
  bottom: 240px;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] footer .in .footer-nav a {
    background: url(../img_common/link_arrow.png) no-repeat right top 23px;
  }
}

html[data-bgcolor="color_black"] body, html[data-bgcolor="color_black"] p, html[data-bgcolor="color_black"] div, html[data-bgcolor="color_black"] table, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6, html[data-bgcolor="color_black"] ul, html[data-bgcolor="color_black"] ol, html[data-bgcolor="color_black"] li, html[data-bgcolor="color_black"] td, html[data-bgcolor="color_black"] th, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] dd, html[data-bgcolor="color_black"] dl, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] caption, html[data-bgcolor="color_black"] section, html[data-bgcolor="color_black"] span, html[data-bgcolor="color_black"] header, html[data-bgcolor="color_black"] footer, html[data-bgcolor="color_black"] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_black"] #sp-header .header-lang .lang-select, html[data-bgcolor="color_black"] #header .header-lang .lang-select {
  color: #fff !important;
}

html[data-bgcolor="color_black"] #sp-header .btn-lang-select, html[data-bgcolor="color_black"] #header .btn-lang-select {
  color: #fff !important;
}

html[data-bgcolor="color_black"] .sec-top .sec-in .top-search .search-form .search-box .type-list input {
  accent-color: #fff;
}

html[data-bgcolor="color_black"] .sec-bousai::before, html[data-bgcolor="color_black"] .sec-bousai::after {
  background: none;
}

html[data-bgcolor="color_black"] .sec-bousai .sec-in::before {
  background: none;
}

html[data-bgcolor="color_black"] footer .in::after, html[data-bgcolor="color_black"] .in::before {
  background: none;
}

html[data-bgcolor="color_black"] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_black"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_black"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_black"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_black"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_black"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header-logo img,
html[data-bgcolor="color_black"] #header-subnav .list li a,
html[data-bgcolor="color_black"] #header-size .title img,
html[data-bgcolor="color_black"] #header-color .title img,
html[data-bgcolor="color_black"] #sp-header-logo img,
html[data-bgcolor="color_black"] header .header-subnav-in li img,
html[data-bgcolor="color_black"] #footer-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] #sp-header .header-lang .lang-select, html[data-bgcolor="color_blue"] #header .header-lang .lang-select {
  color: #fff !important;
}

html[data-bgcolor="color_blue"] #sp-header .btn-lang-select, html[data-bgcolor="color_blue"] #header .btn-lang-select {
  color: #fff !important;
}

html[data-bgcolor="color_blue"] .sec-top .sec-in .top-search .search-form .search-box .type-list input {
  accent-color: #fff;
}

html[data-bgcolor="color_blue"] .sec-bousai::before, html[data-bgcolor="color_blue"] .sec-bousai::after {
  background: none;
}

html[data-bgcolor="color_blue"] .sec-bousai .sec-in::before {
  background: none;
}

html[data-bgcolor="color_blue"] footer .in::after, html[data-bgcolor="color_blue"] .in::before {
  background: none;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] #sp-header-logo img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}
