<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #efe1ce;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-left: 6px solid #7f5d35;
  padding: 14px 15px 13px 25px;
  overflow: hidden;
  border-radius: 6px;
}

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  background: #efe1ce;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  padding: 11px 0;
  border-radius: 5px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  position: relative;
  display: block;
  padding: 0 30px;
}

h3.head-title .bg::before, .wysiwyg h3 .bg::before, .free-layout-area h3 .bg::before, .smartcmsBbsBlock h3 .bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background-color: #7f5d35;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

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

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

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

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 {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

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

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

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

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

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

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

.wysiwyg td {
  background: #fff;
}

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

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}

.cke_panel_list .text_ {
  color: #c00;
}

.cke_panel_list .text2_ {
  color: #00c;
}

.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-size: 1rem;
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

a:focus {
  background-color: inherit;
  color: #333333;
}

a:active {
  _background: inherit;
  /*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: 1200px;
  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: #7f5d35;
  text-align: center;
}

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

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

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

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

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

.scheme7 {
  background-color: #7f5d35;
  text-align: center;
}

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

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

.scheme10 {
  background-color: #7f5d35;
  text-align: center;
}

.scheme11 {
  background-color: #7f5d35;
  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 &gt; input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input &gt; 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) {
  form.gsc-search-box {
    width: 320px !important;
  }
}

@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #7f5d35 !important;
    border-radius: 4px 0px 0px 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #7f5d35 !important;
    border-radius: 10px 0px 0px 10px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 78px;
    font-size: 1.7rem !important;
  }
}

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

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 82px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #7f5d35 !important;
    width: 70px !important;
    border: 1px solid #7f5d35 !important;
    border-radius: 0px 4px 4px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #7f5d35 !important;
    width: 120px !important;
    border: 1px solid #7f5d35 !important;
    border-radius: 0px 10px 10px 0px !important;
  }
}

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

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 42px !important;
    height: 42px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #7f5d35;
    height: 35px;
    width: calc(100% - 70px);
    border-radius: 4px 0px 0px 4px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #7f5d35;
    height: 80px;
    width: calc(100% - 120px);
    border-radius: 10px 0px 0px 10px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #7f5d35;
    flex-basis: 70px;
    width: 70px;
    height: 35px;
    border: 1px solid #7f5d35;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #7f5d35;
    flex-basis: 120px;
    width: 120px;
    height: 80px;
    border: 1px solid #7f5d35;
    border-radius: 0px 10px 10px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 42px;
    height: 42px;
    fill: #ffffff;
  }
}

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

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

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

#page-number-search input, #page-number-search button {
  font-size: 100%;
}

#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 0.7;
  }
  .fixed-banner-box {
    display: none !important;
    position: static !important;
  }
  .adv-container {
    visibility: visible !important;
  }
  .adv-container .adv-container-in {
    background: #efe1ce !important;
    padding-top: 40px !important;
  }
  .adv-container .close {
    display: none !important;
  }
}

#wrapper:not([data-ver="2"]) {
  /*==================================
header（PC）
==================================*/
  /*==================================
header（SP）
==================================*/
  /*container*/
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) body {
    min-width: 1440px;
  }
  #wrapper:not([data-ver="2"]) #wrapper {
    overflow: hidden;
  }
  #wrapper:not([data-ver="2"]) #header {
    margin: 0 auto;
    position: relative;
    z-index: 200;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .in {
    width: 1400px;
    margin: 0 auto;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li {
    float: left;
    width: 160px;
    text-align: center;
    margin: 0 20px;
    position: relative;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    border-bottom: 15px solid rgba(27, 23, 48, 0.9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li &gt; a {
    display: block;
    position: relative;
    color: #004f97;
    text-decoration: none;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    padding: 100px 0 15px;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav1 &gt; a {
    background-image: url(../img_common/gnav_01.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav1:hover &gt; a {
    background-image: url(../img_common/gnav_01_o.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav2 &gt; a {
    background-image: url(../img_common/gnav_02.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav2:hover &gt; a {
    background-image: url(../img_common/gnav_02_o.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav3 &gt; a {
    background-image: url(../img_common/gnav_03.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav3:hover &gt; a {
    background-image: url(../img_common/gnav_03_o.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav4 &gt; a {
    background-image: url(../img_common/gnav_04.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav4:hover &gt; a {
    background-image: url(../img_common/gnav_04_o.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav5 &gt; a {
    background-image: url(../img_common/gnav_05.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav5:hover &gt; a {
    background-image: url(../img_common/gnav_05_o.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav6 &gt; a {
    background-image: url(../img_common/gnav_06.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav6:hover &gt; a {
    background-image: url(../img_common/gnav_06_o.png);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li .dropmenu {
    display: none;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    width: 550px;
    padding: 15px 30px 20px;
    border-radius: 5px;
    background-color: rgba(27, 23, 48, 0.9);
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li {
    width: 230px;
    float: left;
    margin: 10px 0;
    background: url(../img_common/gnav_line.png) left bottom repeat-x;
    text-align: left;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li:nth-child(odd) {
    clear: both;
    margin-right: 30px;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 115%;
    font-weight: bold;
    background: url(../img_common/arrow_white.png) left center no-repeat;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a:hover {
    opacity: .7;
  }
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav5 .dropmenu,
  #wrapper:not([data-ver="2"]) #header #header-nav .list &gt; li.nav6 .dropmenu {
    right: 0;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area {
    position: relative;
  }
  .shisei #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo {
    background: #e4fafd url("../img_common/header_bg.png") center bottom no-repeat;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in #header-logo {
    display: inline-block;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-logo-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-opinion {
    margin-right: 20px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-opinion a {
    display: inline-block;
    text-align: center;
    padding: 5px 30px 5px 20px;
    min-width: 120px;
    text-decoration: none;
    color: #003265;
    font-weight: bold;
    border: 2px solid #017bbf;
    border-radius: 22px;
    background: #fff url("../img_common/btn_arrow.png") no-repeat right 3px center;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-opinion a:hover {
    color: #fff;
    background-color: #017bbf;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-search {
    width: 320px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box {
    background-color: #003265;
    box-sizing: border-box;
    padding: 6px 0;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .box-in {
    color: #fff;
    width: 1400px;
    margin: 0 auto;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit li, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit dt, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit dd, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 li, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 dt, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 dd, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size li, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size dt, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size dd, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color li, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color dt, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit li img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit dt img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit dd img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 li img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 dt img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 dd img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size li img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size dt img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size dd img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color li img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color dt img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit .list {
    margin-top: 5px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 .list {
    margin-top: 0px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit .list li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url("../img_common/body_arrow.png") no-repeat left center;
    background-size: 7px 11px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit .list li a {
    padding-left: 9px;
    color: #fff;
    text-decoration: none;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit .list li a:focus {
    color: #003265;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 .list {
    color: #333;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size .title, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size .title span, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size dd img, #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color dd img {
    margin-right: 10px;
    cursor: pointer;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-size {
    margin-left: 310px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box #header-color {
    margin-left: 40px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .unit2 {
    float: right;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang {
    display: flex;
    align-items: flex-end;
    min-width: 210px;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .select-wrap {
    width: fit-content;
    height: fit-content;
    position: relative;
    pointer-events: none;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .select-wrap * {
    pointer-events: auto;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .select-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    width: 19px;
    height: 19px;
    background-image: url(../img_common/icon_globe_pc.png);
    background-repeat: no-repeat;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .select-wrap::after {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background-color: #444;
    clip-path: polygon(72.2% 49.3%, 3.2% 11.2%, 1.2% 9.3%, 0% 6.8%, 1.6% 3.8%, 3.6% 2.2%, 6.6% 0.9%, 11.9% 0%, 15.8% 0.6%, 19.4% 1.9%, 96% 44.1%, 98.6% 45.7%, 99.5% 46.9%, 99.8% 48.1%, 100% 49.4%, 99.9% 50.6%, 99.3% 51.9%, 98.4% 52.8%, 96.8% 53.9%, 93.6% 55.7%, 19.4% 98.1%, 15.8% 99.4%, 11.9% 100%, 6.6% 99.1%, 3.6% 97.8%, 1.6% 96.2%, 0% 93.2%, 1.2% 90.7%, 3.2% 88.8%);
    transform: rotate(90deg);
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .lang-select {
    color: #212d3d;
    border: solid 1px #017bbf;
    border-radius: 0;
    border-right: none;
    appearance: none;
    padding: 1px 25px 1px 34px;
    font-size: 110%;
    height: calc(1em - 13px * 1 + 28px);
    cursor: pointer;
    background-color: #fff;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select {
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 110%;
    height: calc(1em - 13px * 1 + 28px);
    padding: 0px 8px;
    border: 1px solid #017bbf;
    background-color: #fff;
    border-left: none;
    border-radius: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 2px;
    height: 20px;
    background-color: #017bbf;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select:hover {
    background-color: #017bbf;
    color: #fff;
  }
  #wrapper:not([data-ver="2"]) #header .header-subnav-area .box .google-translate-element .lang-error {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) #sp-header {
    position: relative;
    z-index: 100;
    /* モーダル */
  }
  #wrapper:not([data-ver="2"]) #sp-header .box {
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #wrapper:not([data-ver="2"]) #sp-header .box .title-icon {
    height: 120px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box .title {
    display: inline-block;
    line-height: 2;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-logo {
    padding: 15px 40px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-logo img {
    height: 120px;
    max-width: 100%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 0;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    left: 0;
    position: absolute;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: fixed;
    right: 0;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .modal-menu-close {
    display: none;
    position: fixed;
    right: 0;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .hide {
    display: none;
  }
  #wrapper:not([data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .active {
    display: block;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search-bg,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu-bg {
    display: none;
    height: 1000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu {
    background-color: rgba(228, 250, 253, 0.9);
    display: none;
    left: 0;
    position: fixed;
    top: 150px;
    bottom: 0;
    overflow: auto;
    z-index: 100;
    width: 100%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .google-search,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .google-search {
    height: 90px;
    margin: 45px 40px 30px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp {
    background: white;
    border-radius: 5px;
    display: inline-block;
    font-size: 100%;
    height: 70px;
    margin: 0 30px 0 40px;
    width: 300px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .translate-element,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .translate-element {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .translate-element #honyaku,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .translate-element #honyaku {
    width: 100%;
    height: 100%;
    font-size: 100%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element {
    width: 100%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang {
    display: flex;
    align-items: flex-end;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .select-wrap,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .select-wrap {
    width: fit-content;
    height: fit-content;
    position: relative;
    pointer-events: none;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .select-wrap *,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .select-wrap * {
    pointer-events: auto;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .select-wrap::before,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .select-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 26px;
    width: 36px;
    height: 36px;
    background-image: url(../img_common/icon_globe_sp.png);
    background-repeat: no-repeat;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .select-wrap::after,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .select-wrap::after {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    content: "";
    display: block;
    width: 11px;
    height: 18px;
    background-color: #444;
    clip-path: polygon(72.2% 49.3%, 3.2% 11.2%, 1.2% 9.3%, 0% 6.8%, 1.6% 3.8%, 3.6% 2.2%, 6.6% 0.9%, 11.9% 0%, 15.8% 0.6%, 19.4% 1.9%, 96% 44.1%, 98.6% 45.7%, 99.5% 46.9%, 99.8% 48.1%, 100% 49.4%, 99.9% 50.6%, 99.3% 51.9%, 98.4% 52.8%, 96.8% 53.9%, 93.6% 55.7%, 19.4% 98.1%, 15.8% 99.4%, 11.9% 100%, 6.6% 99.1%, 3.6% 97.8%, 1.6% 96.2%, 0% 93.2%, 1.2% 90.7%, 3.2% 88.8%);
    transform: rotate(90deg);
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .lang-select,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .lang-select {
    color: #212d3d;
    border: solid 1px #017bbf;
    border-radius: 0;
    border-right: none;
    appearance: none;
    padding: 1px 25px 1px 80px;
    font-size: 110%;
    height: calc(1em - 30px * 1 + 80px);
    width: calc(100vw - 215px);
    cursor: pointer;
    background-color: #fff;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .btn-lang-select,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .btn-lang-select {
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 110%;
    height: calc(1em - 30px * 1 + 80px);
    width: 105px;
    padding: 0px 8px;
    border: 1px solid #017bbf;
    background-color: #fff;
    border-left: none;
    border-radius: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .btn-lang-select::before,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .btn-lang-select::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 2px;
    height: 60px;
    background-color: #017bbf;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .select-lang-sp .google-translate-element .header-lang .btn-lang-select:hover,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .btn-lang-select:hover {
    background-color: #017bbf;
    color: #fff;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .outer-opinion,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .outer-opinion {
    display: inline-block;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .opinion-box,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .opinion-box {
    height: 70px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .in,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .in {
    background-color: #FFF;
    border: 2px solid #004f97;
    border-bottom: none;
    box-sizing: border-box;
    margin: 0 40px 40px;
    padding: 0;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .in .box,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .in .box {
    border-bottom: 2px solid #004f97;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .modal-menu-close,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .modal-menu-close {
    padding: 50px 0 170px;
    text-align: center;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .modal-menu-close span,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .arrow,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .arrow {
    position: absolute;
    right: 8%;
    top: -14px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .list,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .list {
    border-top: 2px solid #004f97;
    padding-bottom: 20px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .list li,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .list li {
    background: url(../img_common/list-underline.png) no-repeat bottom;
    margin: 0 50px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .list a,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .list a {
    background: url(../img_common/modal-arrow.png) no-repeat left 36px;
    background-size: 10px;
    color: #004f97;
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding: 25px 18px 7px 32px;
    text-decoration: none;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .title,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .title {
    background: url(../img_common/modal-arrow.png) no-repeat right;
    font-weight: normal;
    width: 95%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .title .bg,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .title .bg {
    color: #004f97;
    font-size: 80%;
    font-weight: bold;
    line-height: 3.7;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .title .bg .innert-itle,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .title .bg .innert-itle {
    padding-left: 25px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .on,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .on {
    background-image: url(../img_common/modal-arrow2.png);
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .arrow {
    right: 28%;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #wrapper:not([data-ver="2"]) #sp-header .modal-search,
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu {
    top: 90px;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #wrapper:not([data-ver="2"]) #sp-header .modal-search .arrow {
    right: 24%;
  }
}

html:has(#wrapper[data-ver="2"]) body {
  background: #f8f4e6;
}

html:has(#wrapper[data-ver="2"]) .chatbot-dummy {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .chatbot-dummy img {
    height: 276px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) body {
    min-width: 1240px;
    font-size: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #wrapper {
    overflow: hidden;
  }
  html:has(#wrapper[data-ver="2"]) #header {
    margin: 0 auto;
    position: relative;
    z-index: 300;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header {
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header #header-nav .in {
    width: 1200px;
    margin: 0 auto;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li {
    width: 120px;
    text-align: center;
    padding-bottom: 2px;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li:focus:not(.nav7) &gt; a:after, html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li:hover:not(.nav7) &gt; a:after, html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.hover:not(.nav7) &gt; a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -8px;
    border-bottom: 15px solid #7f5d35;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li &gt; a {
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 85px 0 25px;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 1.0625rem;
    height: 100%;
    box-sizing: border-box;
    line-height: 1.2;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav1 &gt; a {
    background-image: url(../img_common/v2_gnav_01.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav1:hover &gt; a {
    background-image: url(../img_common/v2_gnav_01_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav2 &gt; a {
    background-image: url(../img_common/v2_gnav_02.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav2:hover &gt; a {
    background-image: url(../img_common/v2_gnav_02_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav3 &gt; a {
    background-image: url(../img_common/v2_gnav_03.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav3:hover &gt; a {
    background-image: url(../img_common/v2_gnav_03_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav4 &gt; a {
    background-image: url(../img_common/v2_gnav_04.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav4:hover &gt; a {
    background-image: url(../img_common/v2_gnav_04_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav5 &gt; a {
    background-image: url(../img_common/v2_gnav_05.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav5:hover &gt; a {
    background-image: url(../img_common/v2_gnav_05_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav6 &gt; a {
    background-image: url(../img_common/v2_gnav_06.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav6:hover &gt; a {
    background-image: url(../img_common/v2_gnav_06_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav7 &gt; a {
    background-image: url(../img_common/v2_gnav_07.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav7:hover &gt; a {
    background-image: url(../img_common/v2_gnav_07_o.png);
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li .dropmenu {
    display: none;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    width: 1200px;
    border-radius: 10px;
    background-color: #7f5d35;
    left: 0;
    top: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 200px;
    overflow-y: auto;
    padding: 20px 10px 20px 20px;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li {
    box-sizing: border-box;
    width: 370px;
    height: auto !important;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    background: url(../img_common/v2_arrow_blue.png) right 23px center no-repeat #fff;
    border-radius: 6px;
    padding: 5px 35px 5px 20px;
    height: 100%;
    min-height: 52px;
    line-height: 1.2;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a:focus {
    border: 2px solid #000;
    outline: 2px solid #fff;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a:hover {
    opacity: .7;
  }
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav5 .dropmenu,
  html:has(#wrapper[data-ver="2"]) #header #header-nav .list &gt; li.nav6 .dropmenu {
    right: 0;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area {
    position: relative;
  }
  .shisei html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo {
    background: #e4fafd url("../img_common/header_bg.png") center bottom no-repeat;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in #header-logo {
    display: inline-block;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-logo-right {
    display: flex;
    padding-bottom: 15px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-opinion {
    margin-top: 1.5rem;
    margin-right: 20px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-opinion a {
    display: inline-block;
    text-align: center;
    padding: 5px 30px 5px 20px;
    min-width: 120px;
    text-decoration: none;
    color: #53320c;
    font-weight: bold;
    border: 1px solid #7f5d35;
    border-radius: 22px;
    background: #fff url("../img_common/v2_btn_arrow.png") no-repeat right 3px center;
    background-size: 26px 26px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-opinion a:hover {
    color: #fff;
    background-color: #7f5d35;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-search .title {
    color: #1b1730;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-search .title {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search {
    margin-top: 10px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container *, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container *::before, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container *::after, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container *, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container *::before, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap {
    width: 320px;
    gap: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap .number-label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap .number-label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap .number-label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 120px);
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap .submit-label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap .submit-label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap .submit-label, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap input[type="text"], html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap input[type="text"], html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 1px solid #7f5d35;
    border-radius: 4px 0px 0px 4px;
    height: 35px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap input[type="text"], html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 2px solid #7f5d35;
    border-radius: 10px 0px 0px 10px;
    height: 80px;
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap button, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap button, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #7f5d35;
    border-radius: 0px 4px 4px 0px;
    background-color: #7f5d35;
    width: 70px;
    height: 35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap button, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #7f5d35;
    border-radius: 0px 10px 10px 0px;
    background-color: #7f5d35;
    width: 120px;
    height: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap button::after, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap button::after, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap button::after, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 42px;
    height: 42px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search .title {
    color: #1b1730;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search .title {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search a {
    color: #1b1730;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search a {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search .top-box {
    display: flex;
    justify-content: space-between;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap input[type=text] {
    position: relative;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .header-logo .header-logo-in .header-page-number-search #number-search-container .input-wrap input[type=text]:focus {
    z-index: 100;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box {
    background-color: #7f5d35;
    box-sizing: border-box;
    padding: 6px 0;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .box-in {
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit li, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit dt, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit dd, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 li, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 dt, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 dd, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size li, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size dt, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size dd, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color li, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color dt, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit li img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit dt img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit dd img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 li img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 dt img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 dd img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size li img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size dt img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size dd img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color li img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color dt img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit .list {
    margin-top: 5px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 .list {
    margin-top: 0px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit .list li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url("../img_common/body_arrow.png") no-repeat left center;
    background-size: 7px 11px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit .list li a {
    padding-left: 9px;
    color: #fff;
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit .list li a:focus-visible {
    outline: 2px solid #fff;
    padding-right: 2px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 .list {
    color: #333;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size .title, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size .title span, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size dd img, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color dd img {
    margin-right: 10px;
    cursor: pointer;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size a, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color a {
    display: block;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size {
    margin-left: 310px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-size img {
    width: 50px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box #header-color {
    margin-left: 30px;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .unit2 {
    float: right;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .lang-select {
    position: relative;
    color: #212d3d;
    border: solid 1px #7f5d35;
    border-radius: 4px 0 0 4px;
    border-right: none;
    appearance: none;
    padding: 1px 25px 1px 34px;
    font-size: 110%;
    height: calc(1em - 13px * 1 + 28px);
    cursor: pointer;
    position: relative;
    background: url("../img_common/v2_icon_globe_pc.png") left 5px center no-repeat, url("../img_common/v2_link_arrow_pc.png") right 5px center no-repeat #fff;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .lang-select:focus-visible {
    outline: 2px solid #fff !important;
    border: 4px solid #000 !important;
    z-index: 1;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select {
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 110%;
    height: calc(1em - 13px * 1 + 28px);
    padding: 0px 8px;
    border: 1px solid #7f5d35;
    background-color: #fff;
    border-left: none;
    border-radius: 0 4px 4px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    background-color: #7f5d35;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select:hover {
    background-color: #7f5d35;
    color: #fff;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select:focus, html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .header-lang .btn-lang-select:focus-visible {
    outline: 2px solid #fff !important;
    border: 2px solid #000 !important;
    z-index: 1;
  }
  html:has(#wrapper[data-ver="2"]) #header .header-subnav-area .box .google-translate-element .lang-error {
    color: #fff;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 500;
    visibility: hidden;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100% - 15px);
    background: #efe1ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav.is-none {
    opacity: 0;
    visibility: hidden;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav.is-fixed {
    opacity: 1;
    visibility: visible !important;
    display: block;
    transform: translateY(0);
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav &gt; .in {
    max-width: 1200px;
    margin: 0 auto;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li {
    width: 120px;
    text-align: center;
    padding-bottom: 15px;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li:hover:not(.nav7) &gt; a:after, html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li.hover:not(.nav7) &gt; a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -8px;
    border-bottom: 15px solid #7f5d35;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-self: center;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 1.0625rem;
    min-height: 60px;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li &gt; a:hover {
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li .dropmenu {
    display: none;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    width: 1200px;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
    background-color: #7f5d35;
    left: 0;
    top: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li .dropmenu .list2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 200px;
    overflow-y: auto;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li .dropmenu .list2 &gt; li {
    box-sizing: border-box;
    width: 370px;
    height: auto !important;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li .dropmenu .list2 &gt; li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    background: url(../img_common/v2_arrow_blue.png) right 23px center no-repeat #fff;
    border-radius: 6px;
    padding: 5px 35px 5px 20px;
    height: 100%;
    min-height: 52px;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li .dropmenu .list2 &gt; li a:hover {
    opacity: .7;
  }
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li.nav5 .dropmenu,
  html:has(#wrapper[data-ver="2"]) #fixed-header-nav .list &gt; li.nav6 .dropmenu {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header {
    position: relative;
    z-index: 300;
    margin-bottom: 10px;
    /* モーダル */
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box {
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box .title-icon {
    height: 120px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box .title {
    display: inline-block;
    line-height: 2;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-logo {
    padding: 15px 0;
    text-align: center;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .list {
    display: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area {
    box-sizing: border-box;
    background: #7f5d35;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area {
    padding: 6px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff !important;
    font-size: 1.5rem;
    padding-top: 92px;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a {
    padding-top: 65px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a:hover {
    opacity: .85;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.menu-btn-mail {
    background: url(../img_common/v2_menu_btn_mail.png) center top 10px no-repeat;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.menu-btn-mail {
    background-size: auto 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.menu-btn-menu {
    background: url(../img_common/v2_menu_btn_menu.png) center top 10px no-repeat;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.menu-btn-menu {
    background-size: auto 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.menu-btn-search {
    background: url(../img_common/v2_menu_btn_search.png) center top 7px no-repeat;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.menu-btn-search {
    background-size: auto 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.close {
    background: url(../img_common/v2_menu_btn_close.png) center top 7px no-repeat;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn.close {
    background-size: auto 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn span {
    color: #fff;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .hide {
    display: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .active {
    display: block;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search-bg,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu-bg {
    display: none;
    height: 1000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu {
    background-color: #efe1ce;
    display: none;
    position: fixed;
    left: 0;
    top: 0px;
    bottom: 0;
    overflow: auto;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 40px calc(15px + 92px + 2.2em);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .menu-close,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .menu-close {
    margin-bottom: 65px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .menu-close a,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .menu-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #7f5d35;
    color: #fff;
    font-size: 1.625rem;
    min-height: 70px;
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .menu-close a span,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .menu-close a span {
    display: inline-block;
    background: url("../img_common/v2_modal_menu_close.png") right 18px center no-repeat;
    padding: 0 80px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-search .title {
    color: #533716;
    font-weight: bold;
    margin-bottom: 5px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-search .gsc-search-button-v2:hover {
    outline: #FFFF00 solid 2px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search {
    margin-top: 20px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container *, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container *::before, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container *::after, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container *, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container *::before, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap {
    width: 320px;
    gap: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap .number-label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap .number-label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap .number-label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap .submit-label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap .submit-label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 70px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap .submit-label, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap input[type="text"], html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap input[type="text"], html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 1px solid #7f5d35;
    border-radius: 4px 0px 0px 4px;
    height: 35px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap input[type="text"], html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 2px solid #7f5d35;
    border-radius: 10px 0px 0px 10px;
    height: 80px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap button, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap button, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #7f5d35;
    border-radius: 0px 4px 4px 0px;
    background-color: #7f5d35;
    width: 70px;
    height: 35px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap button, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #7f5d35;
    border-radius: 0px 10px 10px 0px;
    background-color: #7f5d35;
    width: 120px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap button::after, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap button::after, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #number-search-container .input-wrap button::after, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search .title {
    color: #533716;
    font-weight: bold;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search .link {
    display: inline-block;
    width: fit-content;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search .link a {
    display: inline-block;
    width: fit-content;
    font-size: 1.5rem;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .google-search .header-page-number-search .top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav {
    background-color: #FFF;
    border: 2px solid #533716;
    border-bottom: none;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 60px 0 40px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-bottom: 2px solid #533716;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: center;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title a {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 0px 10px 20px;
    margin-right: 120px;
    font-size: 2.375rem;
  }
  html:has(#wrapper[data-ver="2"]) #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: 120px;
    height: 120px;
    background-color: transparent;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title button.plus::after, html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title button.mynus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #7f5d35;
    width: 45px;
    height: 45px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title button.plus::after {
    transform: rotate(90deg);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title button.mynus::after {
    transform: rotate(180deg);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .bloc {
    background: #fff;
    display: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .bloc .list a {
    position: relative;
    display: block;
    padding: 15px 18px 15px 65px;
    text-decoration: none;
    font-weight: bold;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav .bloc .list a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    background-color: #7f5d35;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
    transform: rotate(90deg);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav2 {
    background-color: #FFF;
    border: 2px solid #533716;
    border-bottom: none;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 60px 0 40px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav2 .box {
    display: block;
    border-bottom: 2px solid #533716;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav2 .title {
    position: relative;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: center;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav2 .title a {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 120px 10px 20px;
    font-size: 2.375rem;
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-nav2 .title a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    background-color: #7f5d35;
    width: 45px;
    height: 45px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
    transform: rotate(90deg);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block {
    margin-top: 20px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .support-list {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 50px 20px 35px;
    width: 640px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .support-list li + li {
    margin-top: 30px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-size,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-color {
    padding-left: 40px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-size dl,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-color dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-size dt,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-size dd,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .header-color dd {
    font-size: 0;
    margin-right: 25px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .support-block .rubi {
    text-align: center;
    font-size: 1.875rem;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp {
    display: block;
    font-size: 100%;
    min-height: 80px;
    margin: 40px auto 45px;
    width: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .lang-error {
    color: #ee0000;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .translate-element,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .select-lang {
    display: block;
    width: 100%;
    height: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .translate-element #honyaku,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .select-lang #honyaku {
    width: 100%;
    height: 100%;
    font-size: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element {
    width: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .lang-select {
    color: #212d3d;
    border: solid 2px #7f5d35;
    border-radius: 10px 0 0 10px;
    border-right: none;
    appearance: none;
    padding: 1px 80px 1px 88px;
    font-size: 110%;
    height: calc(1em - 30px * 1 + 80px);
    min-width: calc(100vw - 215px);
    cursor: pointer;
    background: url("../img_common/v2_icon_globe_sp.png") left 20px center no-repeat, url("../img_common/v2_link_arrow_sp.png") right 30px center no-repeat #fff;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .btn-lang-select {
    box-sizing: border-box;
    color: #333;
    font-weight: normal;
    display: block;
    height: calc(1em - 32px * 1 + 80px);
    width: 105px;
    padding: 0px 8px;
    border: 2px solid #7f5d35;
    background-color: #fff;
    border-left: none;
    border-radius: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-size: 2.0625rem;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .btn-lang-select::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 2px;
    height: 60px;
    background-color: #7f5d35;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .select-lang-sp .google-translate-element .header-lang .btn-lang-select:hover {
    background-color: #7f5d35;
    color: #fff;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .outer-opinion {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .outer-opinion a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    min-height: 70px;
    padding: 0 65px;
    border: #7f5d35 solid 2px;
    border-radius: 35px;
    background: #fff url(../img_common/v2_btn_arrow.png) no-repeat right 15px center;
    background-size: 45px 45px;
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-header-link {
    margin: 40px 0;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-header-link .pc-site a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #7f5d35;
    color: #fff;
    font-size: 1.625rem;
    min-height: 70px;
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .sp-header-link .pc-site a span {
    display: inline-block;
    background: url("../img_common/v2_pc_icon.png") right center no-repeat;
    padding: 0 80px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .title,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-service-container .title {
    text-align: center;
    color: #533716;
    font-size: 2.375rem;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .title {
    margin-bottom: 20px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list {
    display: flex;
    flex-wrap: wrap;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list li {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 2p 2px 25px rgba(124, 127, 129, 0.25);
    border-radius: 15px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list li:hover {
    opacity: 0.7;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list li a {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list li .text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list li .text span {
    display: inline-block;
    padding: 5px 15px 5px 5px;
    background-size: auto 14px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col4 {
    gap: 30px 40px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col4 li {
    border-radius: 15px;
    width: 300px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col4 li:hover {
    opacity: 0.7;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col4 li a {
    display: flex;
    align-items: center;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col4 li .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col4 li .text {
    background: #cbe6a9;
    flex: 1;
    justify-content: flex-start;
    font-size: 1.5rem;
    border-radius: 0 15px 15px 0;
    height: 100%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col3 {
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col3 li {
    border-radius: 15px;
    width: calc(33.333% - 20px);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col3 li:hover {
    opacity: 0.7;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col3 li a {
    text-align: center;
    color: #533716;
    font-size: 1.5rem;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col3 li .text {
    min-height: 80px;
    border-radius: 10px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-find-life .list.col3 li .text span {
    padding: 0px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-service-container {
    margin-top: 55px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-service-container .service li a {
    position: relative;
    display: block;
    padding: 15px 18px 15px 30px;
    text-decoration: none;
    font-weight: bold;
    color: #533716;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-service-container .service li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background-color: #7f5d35;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
    transform: rotate(90deg);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-link {
    margin: 20px 0 60px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-link .list {
    display: flex;
    gap: 11px;
    justify-content: space-between;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-link .list li {
    flex-grow: 1;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-link .list li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #fff;
    min-height: 80px;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px 10px 15px;
    color: #533716;
    font-weight: bold;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .header-link .list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-color: #7f5d35;
    width: 15px;
    height: 15px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
    transform: rotate(90deg);
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .menu-close {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search,
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu {
    top: 90px;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-menu .arrow {
    right: 6%;
  }
  html:has(#wrapper[data-ver="2"]) #sp-header .modal-search .arrow {
    right: 24%;
  }
}

#wrapper:not([data-ver="2"]) {
  /*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) #container {
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) #main {
    position: relative;
    min-width: 1200px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sp-header .box {
    position: relative;
    height: 120px;
    display: block;
    background: url("../img_top/side_bg.png");
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .box .sp-header-logo {
    width: 40%;
    padding: 14px 20px 12px;
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .box .sp-header-nav .menu-btn-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .box .sp-header-nav .menu-btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: auto;
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .modal-search-bg {
    z-index: 90;
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .modal-search {
    top: 120px;
    left: 0;
    width: 100%;
    height: 380px;
    background-color: rgba(27, 23, 48, 0.8);
    display: none;
    position: absolute;
    z-index: 99;
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .modal-search .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #wrapper:not([data-ver="2"]) .gate-sp-header .modal-search .in .search {
    box-sizing: border-box;
    width: 100%;
    padding: 0 45px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-container {
    position: relative;
    min-height: 670px;
    height: calc(100vh - 100px);
  }
}

@media print {
  #wrapper:not([data-ver="2"]) .gate-container {
    min-height: inherit;
    height: 670px;
  }
}

#wrapper:not([data-ver="2"]) .gate-slider {
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-slider .slider-list .slider-item {
    width: 100%;
    min-height: 670px;
    height: calc(100vh - 100px);
    position: relative;
  }
}

@media print {
  #wrapper:not([data-ver="2"]) .gate-slider .slider-list .slider-item {
    min-height: inherit;
    height: 670px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-slider .slider-list .slider-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls {
    width: 25px;
    position: absolute;
    z-index: 80;
    bottom: 30px;
    right: 10px;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item {
    margin: 0 auto;
    font-size: 0;
    width: 14px;
    height: 14px;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff901d;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item .active {
    background-color: #0498eb;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item:not(:first-child) {
    margin-top: 10px;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-controls-auto {
    margin-top: 10px;
    font-size: 0;
    width: 25px;
    height: 25px;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-controls-auto a {
    display: block;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-controls-auto .bx-stop {
    width: 25px;
    height: 25px;
    background: url("../img_top/slider_stop.png") no-repeat;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-controls-auto .bx-start {
    width: 25px;
    height: 25px;
    background: url("../img_top/slider_start.png") no-repeat;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-slider .slider-list .slider-item {
    width: 100%;
    height: 380px;
    min-height: inherit;
    position: relative;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .slider-list .slider-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls {
    display: flex;
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 80;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item {
    margin-top: 8px;
    font-size: 0;
    width: 20px;
    height: 20px;
    float: left;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item a {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ff901d;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item .active {
    background-color: #0498eb;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls .bx-pager-item:not(:first-child) {
    margin-left: 16px;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls-auto {
    width: 35px;
    height: 35px;
    font-size: 0;
    margin-left: 16px;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls-auto a {
    display: block;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls-auto .bx-stop {
    width: 35px;
    height: 35px;
    background: url("../img_top/slider_stop.png") no-repeat;
    background-size: cover;
  }
  #wrapper:not([data-ver="2"]) .gate-slider .bx-controls-auto .bx-start {
    width: 35px;
    height: 35px;
    background: url("../img_top/slider_start.png") no-repeat;
    background-size: cover;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-alert {
    position: absolute;
    left: 330px;
    top: 20px;
    z-index: 99;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap {
    width: 390px;
    float: left;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap {
    margin: 35px 20px 0 20px;
  }
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-title, #wrapper:not([data-ver="2"]) .gate-alert .alert-container .title, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-title, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .title {
  background: #e00024;
  color: #fff;
  padding: 10px 20px;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-title, #wrapper:not([data-ver="2"]) .gate-alert .alert-container .title, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-title, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .title {
    font-size: 120%;
    border-radius: 5px 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-title, #wrapper:not([data-ver="2"]) .gate-alert .alert-container .title, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-title, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .title {
    font-size: 110%;
    border-radius: 10px 10px 0 0;
  }
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in {
  background-color: #fff;
  padding: 15px;
  border: 3px solid #e00024;
  border-top: 0;
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list {
  overflow-y: scroll;
  background-color: #fff;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list {
    font-size: 80%;
    height: 3em;
  }
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list .alert-item, #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list .item, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list .alert-item, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list .item {
  text-align: left;
  border-bottom: 3px dotted #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list .alert-item .time, #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-list .item .time, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list .alert-item .time, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-list .item .time {
  font-weight: 700;
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-btn, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-btn {
  text-align: right;
}

#wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-btn a, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-btn a {
  display: inline-block;
  border-radius: 2em;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-btn a, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-btn a {
    padding-right: 35px;
    font-size: 90%;
    background: #e00024 url(../img_top/icon_alert_btn.png) right 5px center no-repeat;
    background-size: 24px;
  }
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-btn a:hover, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-btn a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-alert .alert-container .alert-in .alert-btn a, #wrapper:not([data-ver="2"]) .gate-alert .jalert-wrap .alert-in .alert-btn a {
    padding-right: 45px;
    font-size: 80%;
    background: #e00024 url(../img_top/icon_alert_btn.png) right 10px center no-repeat;
    background-size: 28px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 290px;
    height: 100%;
    background: url("../img_top/side_bg.png");
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar {
    width: auto;
    position: static;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .gate-pc-header {
    padding: 70px 25px 170px;
  }
  #wrapper:not([data-ver="2"]) .gate-sidebar .gate-pc-header .sidebar-logo {
    text-align: center;
  }
  #wrapper:not([data-ver="2"]) .gate-sidebar .gate-pc-header .search {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .gate-pc-header {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 240px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container {
    margin: 35px 20px 0 20px;
  }
}

#wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-title {
  background: #e00024;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-title {
    border-radius: 5px 5px 0 0;
    font-size: 120%;
    padding: 7px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-title {
    border-radius: 10px 10px 0 0;
    font-size: 110%;
    padding: 10px 20px;
  }
}

#wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-title:before {
  content: "";
  display: inline-block;
  background: url("../img_top/alert_icon.png") no-repeat center center;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-title:before {
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-title:before {
    width: 44px;
    height: 40px;
    background-size: 44px 40px;
    margin-right: 16px;
  }
}

#wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in {
  background-color: #fff;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in {
    border: 3px solid #e00024;
    border-top: none;
  }
}

#wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in .news-list {
  overflow-y: scroll;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in .news-list {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in .news-list {
    height: 3em;
    font-size: 80%;
  }
}

#wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in .news-list .news-item {
  text-align: left;
  border-bottom: 3px dotted #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#wrapper:not([data-ver="2"]) .gate-sidebar .news-container .news-in .news-list .news-item .time {
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-banner {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    right: 64px;
  }
  #wrapper:not([data-ver="2"]) .gate-banner .banner-item {
    float: left;
    width: 300px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 18px rgba(86, 86, 86, 0.3);
    margin-left: 30px;
  }
  #wrapper:not([data-ver="2"]) .gate-banner .banner-item a:hover, #wrapper:not([data-ver="2"]) .gate-banner .banner-item a:focus {
    opacity: .7;
  }
  #wrapper:not([data-ver="2"]) .gate-banner .banner-item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-banner {
    margin-top: 40px;
    position: static;
    background: url("../img_top/banner_bg.png") no-repeat;
    background-size: 100% auto;
    padding-top: 5%;
  }
  #wrapper:not([data-ver="2"]) .gate-banner .banner-list {
    background-color: #dcf6f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 10px;
  }
  #wrapper:not([data-ver="2"]) .gate-banner .banner-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 18px rgba(86, 86, 86, 0.3);
  }
  #wrapper:not([data-ver="2"]) .gate-banner .banner-item img {
    width: 100%;
    height: auto;
  }
}

#wrapper:not([data-ver="2"]) .gate-footer {
  position: relative;
  background-color: #3070ab;
  color: #fff;
}

#wrapper:not([data-ver="2"]) .gate-footer a {
  color: #fff;
  text-decoration: underline;
}

#wrapper:not([data-ver="2"]) .gate-footer a:hover {
  text-decoration: none;
}

#wrapper:not([data-ver="2"]) .gate-footer .access,
#wrapper:not([data-ver="2"]) .gate-footer .sitemap {
  background: url("../img_top/footer_arrow.png") no-repeat left center;
  padding-left: 15px;
}

#wrapper:not([data-ver="2"]) .gate-footer .access {
  display: inline-block;
  margin-left: 1em;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) .gate-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .footer-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px 25px;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .footer-logo img {
    width: 160px;
    height: auto;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .footer-col {
    margin-left: 30px;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .address .sitemap {
    margin-top: 5px;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .opentime .time span {
    padding-left: 4.5em;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .copyright {
    position: absolute;
    right: 12px;
    bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) .gate-footer {
    padding: 60px 40px 150px;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .footer-logo {
    margin-bottom: 10px;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .footer-col {
    font-size: 80%;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .footer-col p {
    line-height: 2;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .opentime .time {
    text-indent: -5em;
    padding-left: 5em;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .sitemap {
    margin-top: 10px;
    font-size: 90%;
  }
  #wrapper:not([data-ver="2"]) .gate-footer .copyright {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 90%;
  }
}

html:has(#wrapper[data-ver="2"]) a:has(&gt; img) {
  display: inline-block;
}

html:has(#wrapper[data-ver="2"]) .slider-area .list li a {
  display: block;
  width: 100%;
}

html:has(#wrapper[data-ver="2"]) .slider-area .list li img {
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .list li img {
    height: 700px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .list li img {
    height: 350px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-wrapper {
  margin: 0 auto;
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-viewport .bx-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3em;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list {
  display: flex;
  margin-right: 20px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list {
    gap: 22px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item {
    width: 20px;
    height: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 100px;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
    border: 1px solid #7f5d35;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
    border: 2px solid #7f5d35;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item button.active {
  background-color: #7f5d35;
  border-color: #fff;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-pager-list .bx-pager-item button:focus {
  border: 2px solid #fff !important;
  outline: 2px solid #000 !important;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto {
  line-height: 0.5;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 1px solid #7f5d35;
    width: 21px;
    height: 21px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 2px solid #7f5d35;
    width: 35px;
    height: 35px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before, html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  content: "";
  position: absolute;
  background-color: #7f5d35;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 12px;
    height: 12px;
    margin-left: 1px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 15px;
    height: 15px;
    margin-left: 2px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 20px;
    height: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.active {
  display: none;
}

html:has(#wrapper[data-ver="2"]) .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button:focus-visible {
  outline: 2px solid #000;
  border: 2px solid #fff;
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev, html:has(#wrapper[data-ver="2"]) .slider-area .bx-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  background-color: #7f5d35;
  border: #fff solid 2px;
  border-radius: 100%;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev, html:has(#wrapper[data-ver="2"]) .slider-area .bx-next {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev, html:has(#wrapper[data-ver="2"]) .slider-area .bx-next {
    width: 44px;
    height: 44px;
    background-size: 44px  44px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev::after, html:has(#wrapper[data-ver="2"]) .slider-area .bx-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev::after, html:has(#wrapper[data-ver="2"]) .slider-area .bx-next::after {
    font-size: large;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev::after, html:has(#wrapper[data-ver="2"]) .slider-area .bx-next::after {
    font-size: x-large;
    width: 20px;
    height: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev {
  margin-right: 20px;
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-prev::after {
  right: 2px;
  background: #fff;
  transform: rotate(270deg);
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-next {
  margin-left: 20px;
}

html:has(#wrapper[data-ver="2"]) .slider-area .bx-next::after {
  left: 2px;
  background: #fff;
  transform: rotate(90deg);
}

html:has(#wrapper[data-ver="2"]) .slider a:focus, html:has(#wrapper[data-ver="2"]) .slider a:focus-visible {
  outline: none;
  position: relative;
}

html:has(#wrapper[data-ver="2"]) .slider a:focus::before, html:has(#wrapper[data-ver="2"]) .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) #wrapper {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container {
    min-height: 440px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .mv-container {
    min-height: 264px;
  }
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in {
    width: 1200px;
    margin: 0 auto 70px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in {
    width: 100%;
    margin: 0 auto 80px;
  }
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .bx-wrapper {
  position: relative;
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .bx-viewport {
  overflow: visible !important;
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .mv-slider li {
  position: relative;
  display: none;
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .mv-slider li img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .mv-slider li img {
    width: 1200px;
    height: 440px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .mv-slider li img {
    width: 720px;
    height: 264px;
    object-fit: cover;
  }
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-controls {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-controls {
    position: absolute;
    z-index: 200;
    bottom: 20px;
    left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-prev,
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-next {
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 200;
    width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-prev,
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-next {
    display: none;
  }
}

html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-prev button:nth-child(2n),
html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-next button:nth-child(2n) {
  display: none;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-prev {
    left: -20px;
  }
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-prev .bx-prev {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-next {
    right: -20px;
  }
  html:has(#wrapper[data-ver="2"]) .mv-container .mv-container-in .slider-area .slide-next .bx-next {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in {
    padding: 0 40px;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box {
  margin-bottom: 40px;
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .title {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 160%;
  background: #bc4c49;
  color: #fff;
  padding: 10px 30px;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .title {
    font-size: 110%;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body {
  border: 3px solid #bc4c49;
  border-top: none;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body {
    padding: 10px;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .list {
  overflow-y: scroll;
  font-size: 120%;
  max-height: 200px;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .list {
    max-height: 100px;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .list .item {
  clear: both;
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #a8a8a8;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .list .item {
    font-size: 70%;
    font-weight: bold;
    margin: 10px;
    padding-bottom: 10px;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .list .item .date {
  font-weight: bold;
  color: #bc4c49;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .list .item .date {
    float: left;
    margin-right: 30px;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .btn {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .btn {
    font-size: 80%;
  }
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .btn a {
  display: inline-block;
  border: 2px solid #bc4c49;
  background: #bc4c49 url("../img_top/v2_imp_arrow.png") no-repeat right 3px center;
  border-radius: 20px;
  font-weight: 700;
  padding: 5px 45px 5px 25px;
  color: #fff;
  text-decoration: none;
}

html:has(#wrapper[data-ver="2"]) .alert-container .alert-container-in .alert-box .body .btn a:hover {
  color: #bc4c49;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container {
    position: relative;
    background-clip: content-box;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container {
    padding-top: 0;
    margin: 40px 35px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in {
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important {
    width: 570px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #bc4c49;
  color: #fff;
  padding: 14px 0 11px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .title {
    font-size: 110%;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url("../img_common/alert_icon.png") no-repeat;
  margin-right: 16px;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body {
  border: 3px solid #bc4c49;
  border-top: none;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .list {
  overflow-y: scroll;
  height: 82px;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .list .item {
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #a8a8a8;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .list .item .date {
  font-weight: bold;
  color: #bc4c49;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .list .item .date {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .list .item .date {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .list .item .text {
    line-height: 1.5;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .btn {
  margin-top: 10px;
  text-align: right;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .btn a {
  display: inline-block;
  border: 2px solid #bc4c49;
  background: #bc4c49 url("../img_top/v2_imp_arrow.png") no-repeat right 3px center;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .btn a {
    border-radius: 20px;
    font-weight: 700;
    padding: 5px 45px 5px 25px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .btn a {
    font-size: 1.375rem;
    border-radius: 25px;
    padding: 0px 55px 0px 25px;
    background-size: 34px 34px;
    margin-top: 10px;
    background-position: right 10px center;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .btn a:hover {
  color: #bc4c49;
  background-color: #fff;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .body .nodata {
  min-height: 82px;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links {
    margin-top: 45px;
    gap: 28px 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links {
    margin-top: 45px;
    gap: 30px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links li {
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(187, 187, 187, 0.3);
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links li {
    box-sizing: border-box;
    width: 300px;
    border-radius: 5px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links li:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links li img {
    width: 270px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-important .links li img {
    width: 300px;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-right {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-right {
    margin-top: 50px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 2px solid #7f5d35;
  border-radius: 7px;
  color: #533716;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title {
    font-size: 2.25rem;
    border-width: 3px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title:after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% - 8px);
  transform: translateX(-50%) rotate(135deg);
  position: absolute;
  border-top: 2px solid #7f5d35;
  border-right: 2px solid #7f5d35;
  background: #fff;
  height: 15px;
  width: 15px;
  right: 50%;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title:after {
    top: calc(100% - 8px);
    height: 17px;
    width: 17px;
    border-width: 3px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title span {
    min-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .title span {
    min-height: 70px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: #c1b6a5 solid 1px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body {
    margin-top: 20px;
    padding: 25px 25px 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body {
    margin-top: 30px;
    border-width: 2px;
    padding: 18px 18px 25px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li {
  word-break: break-all;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li img {
  border-radius: 10px;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li img {
    width: 520px;
    height: 298px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li img {
    width: 607px;
    height: 348px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li .item-txt {
  color: #1b1730;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li .item-txt {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-ito .body ul li .item-txt {
    margin-top: 5px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv {
  display: grid;
  grid-template-columns: 145px auto;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  word-break: break-all;
  border: 1px solid #c1b6a5;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv {
    border-width: 2px;
    margin-top: 30px;
    padding: 30px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .title {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  min-height: 60px;
  padding: 10px;
  background-color: #cbe6a9;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .title {
    font-size: 1.125rem;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .title::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
  border-left: 12px solid #cbe6a9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .link {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .link {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .link a {
  display: block;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .link a {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .link a {
    font-size: 1.375rem;
    margin-top: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list .recruit-ad {
  display: none;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list li {
  margin: 0 15px;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list li a {
  display: block;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list li a:hover {
  opacity: .85;
}

html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list li img {
    width: 129px;
    height: 64px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .news-container .news-container-in .news-adv .list li img {
    width: 120px;
    height: 60px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container {
  margin: 100px auto 0;
  background: url("../img_top/v2_find_info_bg.jpg") center top;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container {
    padding: 75px 0;
    max-width: 2500px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container {
    padding: 85px 0 80px;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in {
    margin: 0 35px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-title {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-title {
    margin-bottom: 65px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-title img {
    width: 361px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-box {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-box {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-box {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-left {
    width: 570px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news {
  width: 100%;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .title {
  margin-bottom: 30px;
  color: #53320c;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav .list {
  display: flex;
  justify-content: space-between;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav li {
  height: 100%;
  width: calc(33.3333% - 4px);
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav li.hover a {
  background-color: #fff;
  color: #53320c;
  border-top: 5px solid #7f5d35;
  border-radius: 0;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #7f5d35;
  padding: 11px 0;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav li a {
    border-radius: 3px 3px 0 0;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav li a {
    border-radius: 6px 6px 0 0;
    line-height: 1.5;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .tab-nav li a:focus:not(.hover) {
  outline: 2px solid #000;
  border: 2px solid #fff;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box {
    padding: 15px 15px 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box {
    padding: 25px 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box.hide {
  display: none;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 {
  max-height: 220px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 {
    max-height: 300px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box {
  margin: 10px 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1e3c5;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box {
    border-width: 2px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box span {
  display: block;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box span {
    line-height: 1.5;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box .date {
  color: #53320c;
  font-weight: bold;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box a {
  display: inline-block;
  color: #1b1730;
  text-decoration: none;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .list2 .body-box a:hover {
  text-decoration: underline;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn {
    margin-top: 30px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn a {
  text-align: center;
  border: 2px solid #7f5d35;
  background: #7f5d35 url("../img_top/v2_news_arrow.png") no-repeat right 3px center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn a {
    padding: 2px 45px 2px 15px;
    background-size: 26px 26px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn a {
    padding: 0px 70px 0px 25px;
    border-radius: 25px;
    font-size: 1.375rem;
    background-position: center right 10px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn a:hover, html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn a:focus {
  background-color: #fff;
  color: #7f5d35;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-news .in .box .btn a:focus {
  border-color: #fff !important;
  outline: 2px solid #000 !important;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite {
    margin-top: 60px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .title {
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #7f5d35;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .title {
    font-size: 1.5rem;
    padding: 7px 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .title {
    font-size: 2.25rem;
    padding: 13px 0;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank {
  padding: 8px 10px 14px 10px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li {
    margin: 20px 0;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li .icon {
  width: 36px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li .icon {
    width: 50px;
    margin-right: 15px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li .icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li .icon img {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-favorite .rank li a {
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-right {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-right {
    margin: 70px auto 0;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .title {
  margin-bottom: 30px;
  color: #53320c;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .title {
    font-size: 3rem;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list {
    gap: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list li {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 2p 2px 25px rgba(124, 127, 129, 0.25);
  border-radius: 15px;
  word-break: break-all;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list li:hover {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list li a {
  display: flex;
  height: 100%;
  text-decoration: none;
  flex-direction: column;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list li .text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list li .text {
    font-size: 1.0625rem;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list li .text span {
  display: inline-block;
  padding: 5px;
  background-size: auto 14px;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 {
    gap: 30px 50px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li {
  border-radius: 15px;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li {
    width: 126px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li a {
    align-items: center;
    flex-direction: row;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li .img-box {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li .img-box {
    width: 105px;
    height: 105px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li .text {
  background: #cbe6a9;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li .text {
    min-height: 48px;
    border-radius: 0 0 15px 15px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col4 li .text {
    flex: 1;
    justify-content: flex-start;
    font-size: 1.5rem;
    border-radius: 0 15px 15px 0;
    height: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li {
  border-radius: 15px;
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li {
    width: 174px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li {
    width: calc(33.333% - 20px);
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li a {
    text-align: center;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li .img-box img {
  border-radius: 15px 15px 0 0;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li .img-box img {
    width: 174px;
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li .img-box img {
    width: 200px;
    height: 180px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li .text {
    min-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li .text {
    min-height: 70px;
  }
}

html:has(#wrapper[data-ver="2"]) .find-container .find-container-in .find-life .list.col3 li .text span {
  padding-right: 5px;
}

html:has(#wrapper[data-ver="2"]) .service-container {
  padding: 100px 0 70px;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .service-container {
    padding: 100px 0 95px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in {
    margin: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .title {
  text-align: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .title img {
    width: 449px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service {
  display: grid;
  gap: 50px 0;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service {
    grid-template-columns: repeat(2, 1fr);
  }
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item {
  text-align: center;
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item a {
  display: inline-block;
  margin: 2px;
  text-decoration: none;
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item a:hover {
  text-decoration: underline;
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item a:hover img {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  word-break: break-all;
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #c1b6a5;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-img {
    width: 252px;
    height: 252px;
    border-width: 2px;
  }
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-img img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-img img {
    width: 71px;
    height: 71px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-img img {
    width: 121px;
    height: 121px;
  }
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-txt {
    margin-top: 15px;
    width: 140px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-txt {
    margin-top: 20px;
    line-height: 1.2;
  }
}

html:has(#wrapper[data-ver="2"]) .service-container .service-container-in .service .service-item .item-txt p {
  line-height: 1.2;
}

html:has(#wrapper[data-ver="2"]) .overview-container {
  background: url("../img_top/v2_find_info_bg.jpg") center top;
  padding: 80px 0 60px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in {
    margin: 0 40px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-title {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-title {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-title img {
    width: 328px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-box {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-box {
    gap: 0 58px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-box {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-left {
    width: 570px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links {
    gap: 20px 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links {
    gap: 30px 40px;
    margin-bottom: 35px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li {
  border-radius: 8px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li {
    width: 300px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li a:hover {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li .title img {
  width: 100%;
  height: auto;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li .img img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li .img img {
    width: 270px;
    height: 153px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links li .img img {
    width: 300px;
    height: 170px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 {
    gap: 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 {
    gap: 30px 40px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 li {
  border-radius: 8px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 li {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 li {
    width: 300px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 li:hover {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-links2 li img {
  width: 100%;
  height: auto;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population {
    padding: 25px 15px 15px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .title {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .title {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .title img {
    width: 241px;
    height: 32px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body {
    padding: 0px 0 25px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col {
  text-align: center;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col {
    width: 110px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .label {
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .label {
    width: 110px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .label {
    width: 126px;
    height: 36px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .label img {
  width: 100%;
  height: auto;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .num {
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .num {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .body .col .num {
    font-size: 1.5rem;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot {
  display: flex;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .link,
html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .date {
  word-break: break-all;
  width: 50%;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .link,
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .date {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .link,
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .date {
    font-size: 1.125rem;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .link p,
html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .date p {
  line-height: 1.2;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .link a {
  display: inline-block;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-population .foot .date {
  text-align: right;
  color: #1b1730;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-right {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-right {
    margin-top: 30px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners {
    gap: 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners {
    gap: 30px 40px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners li a:hover {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners li img {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(124, 127, 129, 0.25);
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners li img {
    width: 270px;
    height: 146px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners li img {
    width: 300px;
    height: 162px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 {
    gap: 20px 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 {
    gap: 30px 40px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 li {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 li {
    width: 300px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 li:hover {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 li img {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 li img {
    width: 270px;
    height: 146px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-banners2 li img {
    width: 300px;
    height: 162px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr {
    margin-top: 20px;
    padding: 25px 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr {
    margin-top: 25px;
    padding: 30px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box {
    gap: 20px;
    width: 220px;
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box {
    gap: 15px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box a:hover {
  opacity: 0.7;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box .pr-title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box .pr-title {
    height: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box .pr-title img {
    width: 195px;
    height: 36px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box .pr-book img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box .pr-book img {
    width: 180px;
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .pr-box .pr-book img {
    width: 200px;
    height: 290px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail {
    width: 260px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail {
    width: 312px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-title {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-title img {
    width: 234px;
    height: 56px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type {
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type {
    margin: 30px 13px 0px 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type {
    margin: 30px 0px 0px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li {
  display: flex;
  align-items: center;
  justify-content: center;
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li.sns-twitter img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li.sns-twitter img {
    width: 55px;
    height: 55px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li.sns-facebook img {
    width: 49px;
    height: 49px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li.sns-line img {
    width: 50px;
    height: 50px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li a {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-link {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-link {
    margin-top: 30px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-link:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .sns-link img {
    width: 260px;
    height: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .mail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .mail {
    margin-top: 15px;
  }
}

html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .mail:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .overview-container .overview-container-in .overview-pr .sns-mail .mail img {
    width: 260px;
    height: 70px;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container {
  padding: 70px 0 50px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in {
    width: 1200px;
    margin: 0 auto;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .link-title {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .link-title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .link-title {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .link-title img {
    width: 353px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .bx-wrapper {
    min-height: 80px;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .bx-viewport {
  height: auto !important;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider {
  margin: 0 auto;
  width: 1050px;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider .link-item {
  display: flex;
  justify-content: center;
  padding: 2px 0;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider .link-item img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider .link-item img {
    width: 240px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider .link-item img {
    width: 300px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider a:hover {
  opacity: .85;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider a:focus {
  border: 2px solid #000;
  outline: none;
  margin: -2px;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider.no-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .link-slider.no-slide .link-item:not(:first-child) {
  margin-left: 30px;
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev,
html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next {
  position: absolute;
  z-index: 200;
  width: 42px;
  height: 42px;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev,
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next {
    top: 20px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev,
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next {
    top: 25px;
    bottom: 0;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev button:nth-child(2n),
html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next button:nth-child(2n) {
  display: none;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev {
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev {
    left: 10px;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-prev .bx-prev {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next {
    right: 10px;
  }
}

html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-next .bx-next {
  margin-left: 0;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .link-container .link-container-in .slider-area .slide-controls {
    min-height: 21px;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container {
  position: relative;
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in {
  background: #efe1ce;
  border-radius: 10px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in {
    width: 1200px;
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in {
    width: 640px;
    padding: 45px 0 25px;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv {
    width: 610px;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-title {
  text-align: center;
  color: #53320c;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-title {
    font-size: 2.5rem;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close {
  position: absolute;
  display: block;
  top: -15px;
  right: -10px;
  width: 82px;
  height: 82px;
  border: 0;
  background: #7f5d35;
  border-radius: 64px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
  text-decoration: none;
  color: transparent;
  text-align: center;
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close:hover {
  opacity: .85;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close {
    display: none;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close:before,
html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 18px;
  left: 38px;
  width: 8px;
  height: 48px;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list {
    grid-template-columns: repeat(6, 125px);
    gap: 15px 50px;
    width: 1000px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list {
    grid-template-columns: repeat(3, 170px);
    gap: 10px 50px;
    margin: 40px auto 0;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list li a:hover {
  opacity: .85;
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list li img {
    width: 125px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-list li img {
    width: 170px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-link {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-link {
    font-size: 0.875rem;
    margin: 15px 30px 0;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) .adv-container .adv-container-in .adv-link {
    font-size: 1.375rem;
    margin: 25px 0 0;
  }
}

html:has(#wrapper[data-ver="2"]) .fixed-banner-box .adv-container:not(:last-child) {
  display: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#wrapper:not([data-ver="2"]) {
  /*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
  /*==================================
フッター
==================================*/
}

#wrapper:not([data-ver="2"]) footer {
  position: relative;
  padding-top: 100px;
  background: url("../img_common/footer_bg.png") center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer {
    margin-top: 130PX;
  }
}

#wrapper:not([data-ver="2"]) footer::before {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -160px;
  width: 440px;
  height: 355px;
  background: url("../img_common/footer_mountain.png") center center no-repeat;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer::before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer::before {
    left: -50px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer .in {
    width: 1020px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in {
    padding: 0 40px;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-logo {
  text-align: center;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-logo img {
    width: 224px;
    height: auto;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-info {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-info {
    font-size: 85%;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-info a {
  color: #fff;
  text-decoration: underline;
}

#wrapper:not([data-ver="2"]) footer .in .footer-info a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-info .address {
    max-width: 54%;
    font-size: 140%;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-info .address p {
    line-height: 1.8;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-info .time a {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-info .time {
    max-width: 44%;
    font-size: 110%;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-info .time {
    margin-top: 20px;
  }
  #wrapper:not([data-ver="2"]) footer .in .footer-info .time p {
    line-height: 1.8;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-info .time span {
  padding-left: 4.5em;
}

#wrapper:not([data-ver="2"]) footer .in .footer-nav {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-nav {
    border-radius: 70px;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-nav .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-nav .list {
    font-size: 80%;
    font-weight: bold;
    padding: 10px 50px;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-nav .list li {
  margin: 3px -1px 3px 0;
  line-height: 1.1;
  padding: 0 35px;
  border-left: 1px solid #1b1730;
  border-right: 1px solid #1b1730;
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .footer-nav .list li {
    margin: 15px -1px 15px 0;
    padding: 0 25px;
  }
}

#wrapper:not([data-ver="2"]) footer .in .footer-nav .list li a {
  color: #1b1730;
}

#wrapper:not([data-ver="2"]) footer .in .copyright {
  padding: 15px 0;
  color: #fff;
  font-size: 90%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer .in .copyright {
    padding: 30px 0;
  }
}

#wrapper:not([data-ver="2"]) footer #pagetop a {
  display: block;
  padding: 18px 0 18px 60px;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  #wrapper:not([data-ver="2"]) footer #pagetop {
    width: 160px;
    position: absolute;
    top: -40px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:not([data-ver="2"]) footer #pagetop {
    position: absolute;
    top: -10px;
    right: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) {
  /*==================================
  フッター
  ==================================*/
}

html:has(#wrapper[data-ver="2"]) footer {
  position: relative;
  background: #7f5d35;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer {
    margin-top: 120px;
    padding-bottom: calc(146px + 1em);
  }
}

html:has(#wrapper[data-ver="2"]) footer .map {
  position: relative;
}

html:has(#wrapper[data-ver="2"]) footer .map img {
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in {
    width: 1020px;
    margin: 0 auto;
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in {
    padding: 135px 40px 0;
  }
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-logo {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-logo {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-logo {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-logo img {
    width: 224px;
    height: auto;
  }
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info a {
  color: #fff;
  text-decoration: underline;
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info a:hover {
  text-decoration: none;
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info a:focus, html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info a:focus-visible {
  outline: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .sp-not-view {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .address {
    max-width: 54%;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .address p {
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .time {
    max-width: 44%;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .time {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .time p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .time p.time-text {
    display: inline;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-info .time span {
    padding-left: 4.5em;
  }
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav {
    margin-top: 40px;
    width: 1035px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav {
    margin-top: 45px;
  }
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav .list li {
  text-align: center;
  margin: 3px -1px 3px 0;
  line-height: 1.1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav .list li {
    flex-grow: 1;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav .list li {
    font-size: 1.5rem;
    margin: 15px -1px 15px 0;
    padding: 0 25px;
  }
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav .list li a {
  color: #fff;
}

html:has(#wrapper[data-ver="2"]) footer &gt; .in .footer-nav .list li a:focus-visible {
  outline: 2px solid #fff;
}

html:has(#wrapper[data-ver="2"]) footer .copyright {
  text-align: center;
  background: #fff;
  line-height: 1.4;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer .copyright {
    padding: 15px 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer .copyright {
    padding: 25px 0;
    font-size: 1.375rem;
    padding: 15px 0;
  }
}

html:has(#wrapper[data-ver="2"]) footer #pagetop a {
  display: block;
  text-decoration: none;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer #pagetop a {
    top: -40px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  html:has(#wrapper[data-ver="2"]) footer #pagetop a {
    top: -50px;
    right: 20px;
  }
}

html:has(#wrapper[data-ver="2"]) footer #pagetop a:hover {
  opacity: .85;
}

html:has(#wrapper[data-ver="2"]) footer #pagetop a:focus {
  border: 2px solid #fff;
  outline: 2px solid #000;
}

@media print, screen and (min-width: 769px) {
  html:has(#wrapper[data-ver="2"]) footer #pagetop a img {
    width: 70px;
  }
}

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

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

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

html[data-fontsize="up3"]:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn span,
html[data-fontsize="up3"]:has(#wrapper[data-ver="2"]) #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"]:has(#wrapper[data-ver="2"]) footer {
    padding-bottom: calc(146px + 2em);
  }
}

html[data-bgcolor="color_black"] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}

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"] 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"] header .header-subnav-in li 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_black"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_black"] .faq-answer-area {
  background-image: url(../img_sub/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .faq-block .faq-q-title {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_plus.png) !important;
  background-color: #efe1ce !important;
}

html[data-bgcolor="color_black"] .faq-block .faq-q-title.on {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_minus.png) !important;
  background-color: #efe1ce !important;
}

html[data-bgcolor="color_black"] #sp-header .box #sp-header-nav {
  border-top: solid #fff 2px;
}

html[data-bgcolor="color_black"] #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a {
  position: relative;
  border: solid #fff 2px;
}

html[data-bgcolor="color_black"] #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a:focus {
  z-index: 1;
  border: solid #FFFF00 2px;
  opacity: .85;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .box,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2 .box,
html[data-bgcolor="color_black"] #sp-header .modal-menu .opinion-box,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-news .tab-nav li a.hover,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-news .in .box .btn a,
html[data-bgcolor="color_black"] #header .header-subnav-area .header-logo .header-logo-in .header-opinion a {
  border-color: #fff !important;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .box,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2 .box,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2 .title,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title a,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2 .title a,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2 .title button {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .news-container .news-container-in .news-ito .title:after {
  background: #000 !important;
}

html[data-bgcolor="color_black"] #sp-header .box #sp-header-logo img,
html[data-bgcolor="color_black"] #sp-header .box .title-icon,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button::after,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav2 .title button::after,
html[data-bgcolor="color_black"] #sp-header .modal-search .header-find-life .list.col4 li .img-box img,
html[data-bgcolor="color_black"] #sp-header .modal-search .header-service-container .service li a::after,
html[data-bgcolor="color_black"] #sp-header .modal-search .header-link .list li a::after,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-title,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-life .list.col4 li .img-box img,
html[data-bgcolor="color_black"] .service-container .service-container-in .title img,
html[data-bgcolor="color_black"] .service-container .service-container-in .service .service-item .item-img,
html[data-bgcolor="color_black"] .overview-container .overview-container-in .overview-title img,
html[data-bgcolor="color_black"] .overview-container .overview-container-in .overview-population .title img,
html[data-bgcolor="color_black"] .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-title img,
html[data-bgcolor="color_black"] .link-container .link-container-in .link-title img,
html[data-bgcolor="color_black"] #header #header-nav .list &gt; li &gt; a,
html[data-bgcolor="color_black"] #side-nav .side-nav-list li a::after, html[data-bgcolor="color_black"] #side-nav .side-nav-list li &gt; span::after,
html[data-bgcolor="color_black"] .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] #sp-header .modal-search .menu-close a,
html[data-bgcolor="color_black"] #sp-header .modal-menu .menu-close a,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-header-link .pc-site a,
html[data-bgcolor="color_black"] #sp-header .modal-search .header-find-life .list li a,
html[data-bgcolor="color_black"] #sp-header .modal-search .header-service-container .service li a,
html[data-bgcolor="color_black"] #sp-header .modal-search .header-link .list li a,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-news .tab-nav li a,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-life .list.col4 li a,
html[data-bgcolor="color_black"] .find-container .find-container-in .find-life .list.col3 li .text,
html[data-bgcolor="color_black"] #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a,
html[data-bgcolor="color_black"] .adv-container .adv-container-in .close,
html[data-bgcolor="color_black"] .adv-container,
html[data-bgcolor="color_black"] #fixed-header-nav .list &gt; li &gt; a,
html[data-bgcolor="color_black"] #fixed-header-nav .list &gt; li .dropmenu .list2 &gt; li a {
  border: 2px solid #fff !important;
}

html[data-bgcolor="color_black"] #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a {
  background-image: none !important;
}

html[data-bgcolor="color_black"] #fixed-header-nav .list &gt; li:hover:not(.nav7) &gt; a:after,
html[data-bgcolor="color_black"] #fixed-header-nav .list &gt; li.hover:not(.nav7) &gt; a:after {
  border-bottom: 15px solid #fff !important;
}

html[data-bgcolor="color_blue"] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}

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"] 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"] header .header-subnav-in li 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;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_blue"] .faq-answer-area {
  background-image: url(../img_sub/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .faq-block .faq-q-title {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_plus.png) !important;
  background-color: #efe1ce !important;
}

html[data-bgcolor="color_blue"] .faq-block .faq-q-title.on {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_minus.png) !important;
  background-color: #efe1ce !important;
}

html[data-bgcolor="color_blue"] #sp-header .box #sp-header-nav {
  border-top: solid #fff 2px;
}

html[data-bgcolor="color_blue"] #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a {
  position: relative;
  border: solid #fff 2px;
}

html[data-bgcolor="color_blue"] #sp-header .box #sp-header-nav .menu-btn-area .menu-btn a:focus {
  z-index: 1;
  border: solid #FFFF00 2px;
  opacity: .85;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .box,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2 .box,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .opinion-box,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-news .tab-nav li a.hover,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-news .in .box .btn a,
html[data-bgcolor="color_blue"] #header .header-subnav-area .header-logo .header-logo-in .header-opinion a {
  border-color: #fff !important;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .box,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2 .box,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2 .title,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title a,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2 .title a,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2 .title button {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .news-container .news-container-in .news-ito .title:after {
  background: #000 !important;
}

html[data-bgcolor="color_blue"] #sp-header .box #sp-header-logo img,
html[data-bgcolor="color_blue"] #sp-header .box .title-icon,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button::after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav2 .title button::after,
html[data-bgcolor="color_blue"] #sp-header .modal-search .header-find-life .list.col4 li .img-box img,
html[data-bgcolor="color_blue"] #sp-header .modal-search .header-service-container .service li a::after,
html[data-bgcolor="color_blue"] #sp-header .modal-search .header-link .list li a::after,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-title,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-life .list.col4 li .img-box img,
html[data-bgcolor="color_blue"] .service-container .service-container-in .title img,
html[data-bgcolor="color_blue"] .service-container .service-container-in .service .service-item .item-img,
html[data-bgcolor="color_blue"] .overview-container .overview-container-in .overview-title img,
html[data-bgcolor="color_blue"] .overview-container .overview-container-in .overview-population .title img,
html[data-bgcolor="color_blue"] .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-title img,
html[data-bgcolor="color_blue"] .link-container .link-container-in .link-title img,
html[data-bgcolor="color_blue"] #header #header-nav .list &gt; li &gt; a,
html[data-bgcolor="color_blue"] #side-nav .side-nav-list li a::after, html[data-bgcolor="color_blue"] #side-nav .side-nav-list li &gt; span::after,
html[data-bgcolor="color_blue"] .overview-container .overview-container-in .overview-pr .sns-mail .sns-box .sns-type li img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] #sp-header .modal-search .menu-close a,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .menu-close a,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-header-link .pc-site a,
html[data-bgcolor="color_blue"] #sp-header .modal-search .header-find-life .list li a,
html[data-bgcolor="color_blue"] #sp-header .modal-search .header-service-container .service li a,
html[data-bgcolor="color_blue"] #sp-header .modal-search .header-link .list li a,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-news .tab-nav li a,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-life .list.col4 li a,
html[data-bgcolor="color_blue"] .find-container .find-container-in .find-life .list.col3 li .text,
html[data-bgcolor="color_blue"] #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a,
html[data-bgcolor="color_blue"] .adv-container .adv-container-in .close,
html[data-bgcolor="color_blue"] .adv-container,
html[data-bgcolor="color_blue"] #fixed-header-nav .list &gt; li &gt; a,
html[data-bgcolor="color_blue"] #fixed-header-nav .list &gt; li .dropmenu .list2 &gt; li a {
  border: 2px solid #fff !important;
}

html[data-bgcolor="color_blue"] #header #header-nav .list &gt; li .dropmenu .list2 &gt; li a {
  background-image: none !important;
}

html[data-bgcolor="color_blue"] #fixed-header-nav .list &gt; li:hover:not(.nav7) &gt; a:after,
html[data-bgcolor="color_blue"] #fixed-header-nav .list &gt; li.hover:not(.nav7) &gt; a:after {
  border-bottom: 15px solid #fff !important;
}
</pre></body></html>