@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #454540;
  font-size: 165%;
  box-sizing: border-box;
  padding: 8px 15px 20px 15px;
  background: url(../img_sub/border2.png) center bottom/100% 4px no-repeat;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #f0f0ee;
  color: #454540;
  font-size: 150%;
  box-sizing: border-box;
  border-left: 5px solid #ff7da9;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 14px 15px 13px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #f0f0ee;
  color: #454540;
  font-size: 140%;
  padding: 10px 15px 13px;
  border-bottom: 2px solid #6cd378;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 130%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 0px;
  color: #454540;
  line-height: 1.2;
  background: url(../img_sub/border2.png) center bottom/100% 2px no-repeat;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 110%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  color: #454540;
}

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: 1.4em;
  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: #f0f0ee;
}

.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;
}

strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  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: "BIZ UDGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #595656;
  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: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #595656;
  text-decoration: underline;
}

a:visited {
  color: #595656;
  text-decoration: underline;
}

a:hover {
  color: #595656;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #595656;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #f0f0ee;
  text-align: center;
}

.scheme2 {
  border: 1px solid #f0f0ee;
  text-align: center;
}

.scheme3 {
  background-color: #686858;
  text-align: center;
}

.scheme4 {
  background-color: #f0f0ee;
  text-align: center;
}

.scheme5 {
  border: 1px solid #f0f0ee;
  text-align: center;
}

.scheme6 {
  background-color: #686858;
  text-align: center;
}

.scheme7 {
  background-color: #ff7da9;
  text-align: center;
}

.scheme8 {
  background-color: #6cd378;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f0f0ee;
  text-align: center;
}

.scheme10 {
  background-color: #6cd378;
  text-align: center;
}

.scheme11 {
  background-color: #ff7da9;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  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: #626262;
  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;
}

@media print {
  body {
    zoom: 1;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #595656;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 0 auto;
    padding: 10px 0;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 10px;
    margin-left: auto;
    padding: 5px 0;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.2;
    text-align: center;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-size a, #header .header-subnav-area .header-color a {
    display: block;
  }
  #header .header-subnav-area .header-color {
    margin-left: 10px;
  }
  #header .header-subnav-area {
    margin: 0 auto;
    position: relative;
    min-height: 80px;
    padding: 0 20px;
  }
  #header .header-subnav-area #header-logo a {
    display: block;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box #header-size li, #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box #header-size li img, #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box #header-size button, #header .header-subnav-area .box #header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  #header-nav {
    padding: 17px 0;
  }
  #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header-nav .list {
    display: flex;
  }
  #header-nav .list > li {
    width: 200px;
    text-align: center;
    background: url(../img_common/header_line.png) right center no-repeat;
  }
  #header-nav .list > li:first-child {
    background-image: url(../img_common/header_line.png), url(../img_common/header_line.png);
    background-position: left center, right center;
  }
  #header-nav .list > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0 9px 0;
    text-decoration: none;
    line-height: 1.2em;
  }
  #header-nav .list > li a:hover {
    text-decoration: underline;
  }
  #header-nav .list > li a:focus-visible {
    outline-offset: -2px;
  }
  /* end-#header-nav */
}

.header-lang {
  display: flex;
  position: relative;
  border: 1px solid #473138;
}

@media screen and (max-width: 768px) {
  .header-lang {
    justify-content: center;
    width: 630px;
    margin: 38px auto 0 !important;
    border-width: 2px;
  }
}

.header-lang select {
  font-size: 84%;
  padding: 9px 20px 10px 28px;
  border: none;
  background: url(../img_common/foreign.png) 8px 50%/15px no-repeat #fff;
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  min-width: 175px;
  color: #686858;
  font-family: "BIZ UDGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .header-lang select {
    width: 510px;
    padding: 28px 30px 28px 70px;
    box-sizing: border-box;
    background: url(../img_common/foreign.png) 19px 50%/35px no-repeat #fff;
    font-size: 123%;
  }
}

.header-lang button {
  border: none;
  padding: 5px 0px;
  min-width: 45px;
  position: relative;
  font-size: 0.875rem;
  background-color: #fff !important;
  color: #686858;
}

.header-lang button::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #9b948c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

@media screen and (max-width: 768px) {
  .header-lang button::before {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header-lang button {
    width: 120px;
    box-sizing: border-box;
    font-size: 120%;
  }
}

.header-lang button:hover {
  cursor: pointer;
}

.header-lang::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #686858;
  content: "";
  position: absolute;
  right: 55px;
  top: 47%;
  width: 0;
}

@media screen and (max-width: 768px) {
  .header-lang::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 17.5px solid #686858;
    right: 42%;
    top: 44%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header > .box {
    padding: 14px 20px;
  }
  #sp-header > .box #sp-header-logo {
    width: 70%;
    padding: 20px 0 10px;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
    background-color: #fff;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    margin: 14px 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    background: #fff;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-top: 150px;
  }
  #sp-header .modal-search .menu-btn-close,
  #sp-header .modal-menu .menu-btn-close {
    position: absolute;
    top: 14px;
    right: 0;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 0 10px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
    width: 370px;
    margin: 50px auto 0;
    background-color: #686859;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    color: #fff;
    cursor: pointer;
    font-size: 1.75rem;
    padding: 10px 10px 10px 65px;
    background: url(../img_common/modal_close.png) left 0 center/40px no-repeat;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    margin: 0 20px;
    background: url(../img_common/modal_line.png) center bottom no-repeat;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 42px 0px 42px 20px;
    font-size: 2.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background: no-repeat center center;
  }
  #sp-header .modal-menu .sp-nav .title button.plus {
    background-image: url(../img_common/modal_menu_btn_plus.png);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 22px 20px 20px 80px;
    font-size: 130%;
    background: url(../img_sub/link_item_naibu.png) no-repeat left 20px center;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
  #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 40px;
    width: 700px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-size button,
  #sp-header .support-block .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
    width: 170px;
    font-size: 115%;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-right: 10px;
  }
  #sp-header .support-block .header-size dd img {
    height: 90px;
  }
  #sp-header .support-block .header-color dd img {
    height: 90px;
  }
  #sp-header .switch .gotopc a {
    display: block;
    width: 500px;
    margin: 5px auto 0;
    border: 2px solid #686859;
    font-size: 1.75rem;
    text-align: center;
    text-decoration: none;
    padding: 22px 90px 23px 150px;
    box-sizing: border-box;
    background: url(../img_common/switch.png) left 105px center no-repeat #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

@media print, screen and (min-width: 769px) {
  .width-content {
    width: 1000px;
    margin: 0 auto;
  }
}

.ofi-cover img {
  object-fit: cover;
}

.h2-title {
  width: fit-content;
  margin: 0 auto 25px;
  padding: 0 130px;
  font-weight: normal;
  background-image: url(../img_top/maru_right.png), url(../img_top/maru_left.png);
  background-repeat: no-repeat;
  background-position: center right, center left;
}

@media print, screen and (min-width: 769px) {
  .h2-title {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .h2-title {
    font-size: 3.75rem;
    margin: 0 auto 20px;
  }
}

.slide-controls {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .slide-controls {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .slide-controls {
    align-items: center;
  }
}

.slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.slide-controls button:hover {
  opacity: 0.85;
}

.slide-controls .arrow {
  display: none;
}

.slide-controls .control-unit {
  align-items: center;
  display: flex;
  margin: 0 5px;
  justify-content: flex-start;
}

.slide-controls .control-unit .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

@media print, screen and (min-width: 769px) {
  .slide-controls .control-unit .bx-pager-list {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .slide-controls .control-unit .bx-pager-list {
    gap: 15px 15px;
  }
}

.slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 40px;
  }
}

.slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #686859;
  background-color: #fff;
  height: 4px;
  padding: 0;
  width: 38px;
}

@media screen and (max-width: 768px) {
  .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #686859;
    height: 7px;
    width: 78px;
  }
}

.slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  display: block;
  background-color: #686859;
  border: 1px solid #fff;
}

@media print, screen and (min-width: 769px) {
  .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    padding: 0 5px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 2px solid #686859;
  }
}

.slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .slide-controls .control-unit .bx-controls-auto-item button {
    height: 40px;
    width: 40px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .slide-controls .control-unit .bx-controls-auto-item button {
    height: 80px;
    width: 80px;
    margin-left: 20px;
  }
}

.slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .mv {
    position: relative;
  }
}

.mv .mv-slider-list img {
  width: 100%;
}

.mv .mv-slider-list a {
  display: block;
}

.mv .mv-slider-list a:focus-visible {
  outline-offset: -2px !important;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.about {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 0 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .about .sub-title {
    margin-top: 70px;
    font-size: 4.8125rem;
    line-height: 0.8em;
    background: url(../img_top/border.png) center bottom no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .about .sub-title {
    margin-top: 60px;
    font-size: 7.125rem;
  }
  .about .sub-title span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px 0 40px;
    line-height: 0.93em;
  }
  .about .sub-title .sub-title-top {
    background: url(../img_top/border_top.png) center bottom/100% 9px no-repeat;
  }
  .about .sub-title .sub-title-under {
    margin-top: 25px;
    background: url(../img_top/border_bottom.png) center bottom/100% 9px no-repeat;
  }
}

.about .about-text {
  margin-top: 40px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .about .about-text {
    margin-top: 60px;
    line-height: 1.8em;
  }
}

.about .about-text-wrap {
  display: block;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .about .about-text-wrap {
    margin: 40px 0;
  }
}

.introduction {
  background: #f0f0ee;
  margin-top: 80px;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .introduction {
    padding: 80px 24px;
  }
}

.introduction .introduction-box {
  margin-bottom: 120px;
}

.introduction .introduction-box:last-child {
  margin-bottom: 0;
}

.introduction .introduction-box:nth-child(even) .id-flex {
  flex-direction: row-reverse;
}

.introduction .id-title {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 130px;
  background-image: url(../img_top/maru_right.png), url(../img_top/maru_left.png);
  background-repeat: no-repeat;
  background-position: center right, center left;
}

@media print, screen and (min-width: 769px) {
  .introduction .id-title {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 768px) {
  .introduction .id-title {
    font-size: 3.75rem;
    margin: 0 auto 20px;
    padding: 0 110px;
    text-align: center;
  }
}

.introduction .id-flex {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

@media print, screen and (min-width: 769px) {
  .introduction .id-flex {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .introduction .id-flex {
    border-width: 3px;
  }
}

.introduction .id-flex .id-image {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .introduction .id-flex .id-image {
    width: 500px;
  }
}

.introduction .id-flex .id-image img {
  width: 500px;
  height: 380px;
}

@media screen and (max-width: 768px) {
  .introduction .id-flex .id-image img {
    width: 100%;
    height: 530px;
  }
}

.introduction .id-flex .id-text {
  background: #fff;
  padding: 40px 33px 30px;
  line-height: 1.8em;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .introduction .id-flex .id-text {
    padding: 40px 33px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .introduction .id-flex .id-text .detail {
    font-size: 0.96875rem;
    letter-spacing: -0.08em;
  }
}

@media screen and (max-width: 768px) {
  .introduction .id-flex .id-text .detail {
    letter-spacing: -0.1em;
  }
}

.introduction .id-flex .id-text .detail-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.introduction .id-flex .id-text .detail-link a {
  display: block;
  padding: 17px 80px 17px 65px;
  border: solid 3px;
  border-color: #ff7da9 #6cd378 #f0ef00 #6cd378;
  background: url(../img_top/yajirushi.png) right 10px center/40px no-repeat;
  color: #686858;
}

@media print, screen and (min-width: 769px) {
  .introduction .id-flex .id-text .detail-link a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .introduction .id-flex .id-text .detail-link a {
    padding: 23px 110px 24px 80px;
    margin-top: 30px;
    width: 570px;
    box-sizing: border-box;
    border-width: 6px;
    background: url(../img_top/yajirushi.png) right 15px center/80px no-repeat;
    font-size: 1.875rem;
    font-weight: bold;
    text-underline-offset: 0.2em;
  }
}

.banner {
  margin-top: 100px;
}

.banner .bnr-list {
  display: flex;
  gap: 0 40px;
}

@media screen and (max-width: 768px) {
  .banner .bnr-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
  }
}

.banner .bnr-list img {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .banner .bnr-list img {
    width: 480px;
  }
}

.banner .bnr-list a {
  display: block;
}

.banner .bnr-list a:hover {
  opacity: 0.85;
}

.pickup {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 120px;
  }
}

.pickup .pickup-slider-wrap {
  overflow: hidden;
}

.pickup .pickup-slider-list {
  display: flex;
}

.pickup .pickup-slider-list img {
  width: 100%;
  height: 300px;
}

.pickup .bx-wrapper {
  margin: 0 auto;
}

.pickup .bx-viewport {
  overflow: visible !important;
  padding: 2px;
  height: auto !important;
}

@media print, screen and (min-width: 769px) {
  .pickup .bx-viewport {
    width: 502px !important;
  }
}

.pickup a {
  display: block;
  text-decoration: none;
}

.pickup a:hover {
  text-decoration: underline;
}

.pickup a:focus-visible {
  outline-offset: -2px;
}

.photo {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .photo {
    padding: 0 24px;
  }
}

.photo .photo-text {
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .photo .photo-text {
    letter-spacing: -0.03em;
  }
}

.photo .item-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
}

@media screen and (max-width: 768px) {
  .photo .item-container {
    gap: 25px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .photo .item-container img {
    width: 230px;
    height: 230px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .photo .item-container img {
    width: 330px;
    height: 330px;
  }
}

.photo .item-container a {
  display: block;
}

.photo .item-container a:hover {
  opacity: 0.85;
}

.photo .photo-button-list {
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .photo .photo-button-list {
    display: flex;
    justify-content: center;
    gap: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .photo .photo-button-list {
    margin-top: 60px;
  }
}

.photo .photo-button-list a {
  display: block;
  padding: 17px 50px 17px 40px;
  border: solid 3px;
  border-color: #ff7da9 #6cd378 #f0ef00 #6cd378;
  background: url(../img_top/yajirushi.png) right 10px center/40px no-repeat;
  color: #686858;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .photo .photo-button-list a {
    font-size: 1.125rem;
    width: 280px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .photo .photo-button-list a {
    padding: 23px 120px 24px 120px;
    margin: 20px auto 0;
    width: 570px;
    box-sizing: border-box;
    border-width: 6px;
    background: url(../img_top/yajirushi.png) right 15px center/80px no-repeat;
    font-size: 1.875rem;
    font-weight: bold;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  position: relative;
  border-top: 2px solid #686859;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 60px;
    position: relative;
  }
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer #pagetop a {
  display: block;
  color: #595656;
  text-decoration: none;
}

footer .copyright {
  padding: 10px 0;
  background-color: #f0f0ee;
  color: #686858;
  font-size: 80%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px 25px;
    text-align: left;
  }
}

footer .footer-flex {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .footer-flex {
    gap: 0 36px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

footer .footer-flex .footer-logo img {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .footer-flex .footer-logo img {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-flex .footer-text {
    text-align: center;
    margin-top: 50px;
  }
}

footer .footer-flex .footer-text .text {
  line-height: 1.2em;
}

@media print, screen and (min-width: 769px) {
  footer .footer-flex .footer-text .text {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-flex .footer-text .text {
    font-size: 2.25rem;
    font-weight: bold;
  }
}

footer .footer-flex .footer-text .small {
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  footer .footer-flex .footer-text .small {
    margin-top: 10px;
    line-height: 1.8em;
  }
}

footer .footer-flex .footer-link a {
  display: block;
  padding: 17px 80px 17px 40px;
  border: solid 3px;
  border-color: #ff7da9 #6cd378 #f0ef00 #6cd378;
  background: url(../img_top/yajirushi.png) right 10px center/40px no-repeat;
  color: #686858;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .footer-flex .footer-link a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-flex .footer-link a {
    padding: 25px 120px 26px 120px;
    margin-top: 30px;
    width: 570px;
    box-sizing: border-box;
    border-width: 6px;
    background: url(../img_top/yajirushi.png) right 15px center/80px no-repeat;
    font-size: 1.875rem;
    font-weight: bold;
  }
}

footer .footer-flex .footer-link li:last-child {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 45px 0 30px 0;
  }
  footer #pagetop {
    position: absolute;
    right: 80px;
    bottom: 0;
  }
  footer #pagetop img {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 60px 40px 5ch;
  }
  footer #pagetop {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  footer #pagetop img {
    width: 70px;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up"] .header-lang::after {
    right: 26% !important;
  }
}

html[data-fontsize="up"] #sp-header .support-block .header-size dt, html[data-fontsize="up"] #sp-header .support-block .header-color dt {
  width: 230px !important;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up2"] .header-lang::after {
    right: 18% !important;
  }
}

html[data-fontsize="up2"] #sp-header .support-block .header-size dt, html[data-fontsize="up2"] #sp-header .support-block .header-color dt {
  width: 280px !important;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up2"] .header-lang select {
    width: 100% !important;
    padding: 23px 10px 23px 30px !important;
    background: url(../img_common/foreign.png) 5px 50%/29px no-repeat #fff;
  }
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up2"] .about .sub-title {
    line-height: 0.9em !important;
  }
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] .header-lang::after {
    right: 14% !important;
  }
}

html[data-fontsize="up3"] #sp-header .support-block .header-size dt, html[data-fontsize="up3"] #sp-header .support-block .header-color dt {
  width: 340px !important;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] .header-lang {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] #sp-header .support-block .support-list {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] .header-lang select {
    width: 100% !important;
    padding: 23px 10px 23px 40px !important;
    background: url(../img_common/foreign.png) 5px 50%/35px no-repeat #fff;
  }
}

html[data-fontsize="up3"] .about .sub-title span {
  padding: 0 !important;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up3"] .about .sub-title {
    line-height: 0.9em !important;
  }
}

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-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_black"] .faq-block .faq-q-title {
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 0.5em, url(../img_sub/faq_icon_plus.png) no-repeat right 10px top 0.5em !important;
}

html[data-bgcolor="color_black"] .faq-block .faq-q-title.on {
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 0.5em, url(../img_sub/faq_icon_minus.png) no-repeat right 10px top 0.5em !important;
}

html[data-bgcolor="color_black"] .faq-answer-area {
  background: url(../img_sub/h2_faq_title_icon.png) no-repeat 10px top !important;
}

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-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] .faq-block .faq-q-title {
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 0.5em, url(../img_sub/faq_icon_plus.png) no-repeat right 10px top 0.5em !important;
}

html[data-bgcolor="color_blue"] .faq-block .faq-q-title.on {
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 0.5em, url(../img_sub/faq_icon_minus.png) no-repeat right 10px top 0.5em !important;
}

html[data-bgcolor="color_blue"] .faq-answer-area {
  background: url(../img_sub/h2_faq_title_icon.png) no-repeat 10px top !important;
}
