@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 8px 15px 6px 15px;
  background: #dae5ae;
  border-bottom: 5px solid #66554a;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  color: #333;
  font-size: 140%;
}

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

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #666;
}

h2.head-title a:hover {
  color: #666;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #ebf1d1;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  font-size: 120%;
}

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

h3.head-title .bg::before, .wysiwyg h3 .bg::before, .free-layout-area h3 .bg::before, .smartcmsBbsBlock h3 .bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #96a751;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  padding: 10px 15px 13px;
  background: #f2f4e8;
  border-radius: 5px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 20px;
  display: block;
  font-size: 110%;
  line-height: 1.2;
}

h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  position: relative;
  padding: 0 0 5px 15px;
  display: block;
}

h5 .bg::before, .wysiwyg h5 .bg::before, .free-layout-area h5 .bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #96a751;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

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

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

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

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

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

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

.wysiwyg table ol {
  padding-left: 20px;
}

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

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

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #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: #ebf1d1;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

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

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

.wysiwyg .icon2 {
  padding: 5px 0px 5px 30px;
  background-image: url(../img_sub/link_item_gaibu.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.wysiwyg .icon3 {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../img_sub/link_item_mail.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .pdf {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .word {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_word.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .excel {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_excel.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .power {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_power.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .audio {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_audio.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .txt {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_txt.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .zip {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_zip.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .lzh {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_lzh.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .jpg {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_jpg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .pic {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_pic.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .movie {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_movie.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .csv {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_csv.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.wysiwyg .edit {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_edit.png);
  background-repeat: no-repeat;
  background-position: left top;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #dae5ae;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #bb89ec;
  text-align: center;
}

body {
  background-color: #fcf8f5;
  min-width: 750px !important;
}

/* 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 #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

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

#smartphone .wrap .ico {
  background-color: #e3c2ed;
  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;
}

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

.to-container a {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -9999px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 97%;
}

.to-container a:focus {
  position: relative;
  margin-top: 0;
  text-align: center;
  width: 100%;
}

@-moz-document url-prefix() {
  a:focus, button:focus {
    border: 2px solid #000 !important;
    display: block;
    outline: none;
  }
}

@media all and (-ms-high-contrast: none) {
  a:focus, button:focus {
    border: 2px solid #000 !important;
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper {
    background: url(../img_common/pc_wrapper_bg1.png) no-repeat left top 80px, url(../img_common/pc_wrapper_bg2.png) no-repeat right top 80px;
    min-width: 1340px;
  }
}

@media print {
  #wrapper {
    min-width: 1100px !important;
  }
}

/* --------------------------------*/
/* PCヘッダー */
/* --------------------------------*/
#header {
  position: relative;
}

#header .header-subnav-area {
  background-color: #eaf2c9;
}

#header .header-subnav-area > .in {
  margin: 0 auto;
  width: 1000px;
}

#header .header-subnav-area > .in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#header .header-subnav-area #header-logo {
  border: none !important;
  width: 210px;
}

#header .header-subnav-area #header-logo a:hover {
  opacity: 0.85;
}

#header .header-subnav-area .box {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
  width: 780px;
}

#header .header-subnav-area .utility {
  display: flex;
  justify-content: flex-end;
}

#header .header-subnav-area .sitemap, #header .header-subnav-area #sp-header .modal-menu .support .to-pc-link, #sp-header .modal-menu .support #header .header-subnav-area .to-pc-link {
  display: flex;
  align-items: center;
}

#header .header-subnav-area .sitemap span, #header .header-subnav-area #sp-header .modal-menu .support .to-pc-link span, #sp-header .modal-menu .support #header .header-subnav-area .to-pc-link span {
  position: relative;
  padding-left: 14px;
  display: inline-block;
  text-decoration: underline;
}

#header .header-subnav-area .sitemap span::before, #header .header-subnav-area #sp-header .modal-menu .support .to-pc-link span::before, #sp-header .modal-menu .support #header .header-subnav-area .to-pc-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 5px solid #66554a;
  width: 0;
  height: 0;
}

#header .header-subnav-area .sitemap a:focus, #header .header-subnav-area #sp-header .modal-menu .support .to-pc-link a:focus, #sp-header .modal-menu .support #header .header-subnav-area .to-pc-link a:focus {
  color: #333;
  display: inline-block !important;
}

#header .header-subnav-area .language {
  margin-left: 15px;
  background-color: #66554a;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

#header .header-subnav-area .language .inner {
  display: flex;
}

#header .header-subnav-area .language .inner select {
  padding: 5px 20px 5px 30px;
  background: url(../img_common/pc_ico_internet.png) no-repeat left 8px center, url(../img_common/pc_select_arrow.png) no-repeat right 8px center;
  background-color: #66554a;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

#header .header-subnav-area .language .inner select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

#header .header-subnav-area .language .inner button {
  background-color: #66554a;
  border: none;
  border-left: 1px solid #b3aaa5;
  border-radius: 0 3px 3px 0;
  color: #fff;
  cursor: pointer;
}

#header .header-subnav-area #header-search {
  position: relative;
  margin-left: 15px;
  padding-right: 250px;
}

#header .header-subnav-area #header-search .tab {
  padding: 5px;
  background-color: #66554a;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 190px;
}

#header .header-subnav-area #header-search .tab > li.keyword {
  width: 110px;
}

#header .header-subnav-area #header-search .tab > li.pageid {
  width: 64px;
}

#header .header-subnav-area #header-search .tab > li .title {
  font-size: 120%;
}

#header .header-subnav-area #header-search .tab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 235px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 10px solid #66554a;
  width: 0;
  height: 0;
}

#header .header-subnav-area #header-search .bloc {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
  width: 230px;
}

#header .header-subnav-area #header-search a {
  padding: 0.2em 0 0.1em;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 70%;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#header .header-subnav-area #header-search a:focus {
  color: #333;
}

#header .header-subnav-area #header-search .active .bloc {
  display: block;
}

#header .header-subnav-area #header-search .active a {
  background-color: #fff;
  color: #333;
}

#header .header-subnav-area #header-search .active a span {
  padding-left: 12px;
  background: url(../img_common/pc_ico_check.png) no-repeat left center;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area #header-search .cse input.gsc-input, #header .header-subnav-area #header-search input.gsc-input {
    min-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .cse input.gsc-input, #header .header-subnav-area #header-search input.gsc-input {
    min-height: 88px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area #header-search td.gsc-search-button {
    height: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search td.gsc-search-button {
    height: 88px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area #header-search .cse .gsc-search-button-v2, #header .header-subnav-area #header-search .gsc-search-button-v2 {
    width: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .cse .gsc-search-button-v2, #header .header-subnav-area #header-search .gsc-search-button-v2 {
    border-radius: 0 5px 5px 0 !important;
    width: 130px !important;
  }
}

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

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .gsc-search-button-v2 svg {
    width: 45px !important;
    height: 45px !important;
  }
}

#header .header-subnav-area #header-search .keyword .inner {
  display: flex;
}

#header .header-subnav-area #header-search .keyword .inner label:first-child {
  width: 190px;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .keyword .inner label:first-child {
    width: 570px;
  }
}

#header .header-subnav-area #header-search .keyword .inner label:first-child input {
  padding: 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}

@media all and (-ms-high-contrast: none) {
  #header .header-subnav-area #header-search .keyword .inner label:first-child input {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .keyword .inner label:first-child input {
    height: 90px;
  }
}

#header .header-subnav-area #header-search .keyword .inner label:last-child {
  width: 40px;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .keyword .inner label:last-child {
    width: 130px;
  }
}

#header .header-subnav-area #header-search .pageid .inner {
  display: flex;
}

#header .header-subnav-area #header-search .pageid .inner label:first-child {
  width: 190px;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .pageid .inner label:first-child {
    width: 570px;
  }
}

#header .header-subnav-area #header-search .pageid .inner label:first-child input {
  padding: 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}

@media all and (-ms-high-contrast: none) {
  #header .header-subnav-area #header-search .pageid .inner label:first-child input {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .pageid .inner label:first-child input {
    height: 90px;
  }
}

#header .header-subnav-area #header-search .pageid .inner label:last-child {
  width: 40px;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .pageid .inner label:last-child {
    width: 130px;
  }
}

#header .header-subnav-area #header-search .pageid .inner label:last-child button {
  padding: 15px;
  border: none;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area #header-search .pageid .inner label:last-child button {
    background: #66554a url(../img_common/pc_ico_search.png) no-repeat center center;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area #header-search .pageid .inner label:last-child button {
    background: #66554a url(../img_common/sp_ico_search2.png) no-repeat center center;
    height: 90px;
  }
}

#header #header-nav {
  margin: 0 auto;
  padding: 15px 0;
  background-color: #eaf2c9;
  border-radius: 0 0 10px 10px;
  width: 1100px;
}

#header #header-nav > .in {
  margin: 0 auto;
  width: 1060px;
}

#header #header-nav .list {
  display: flex;
  justify-content: space-between;
}

#header #header-nav .list > li {
  position: relative;
  font-size: 90%;
  text-align: center;
}

#header #header-nav .list > li.nav1 {
  width: 105px;
}

#header #header-nav .list > li.nav2 {
  width: 170px;
}

#header #header-nav .list > li.nav3 {
  width: 210px;
}

#header #header-nav .list > li.nav4 {
  width: 190px;
}

#header #header-nav .list > li.nav5 {
  width: 135px;
}

#header #header-nav .list > li.nav6 {
  width: 120px;
}

#header #header-nav .list > li.nav7 {
  width: 130px;
}

#header #header-nav .list > li .category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#header #header-nav .list > li .category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #333;
  height: 100%;
}

#header #header-nav .list > li .category a {
  margin: 0 0.3em;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

#header #header-nav .list > li .category a:focus {
  color: #333;
}

#header #header-nav .list > li:last-child .category::after {
  display: none;
}

#header #header-nav .list > li .dropmenu {
  position: absolute;
  top: 100%;
  padding-top: 35px;
  background: none !important;
  display: none;
  width: 1100px;
  z-index: 100;
}

#header #header-nav .list > li .dropmenu .in {
  padding: 30px 0;
  background-color: #f1f5e1;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
}

#header #header-nav .list > li .dropmenu .box {
  margin: 0 auto;
  width: 1000px;
}

#header #header-nav .list > li .dropmenu .list2 {
  margin-top: -11px;
  margin-left: -11px;
  background: none !important;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 11px);
}

#header #header-nav .list > li .dropmenu .list2 li {
  margin-top: 11px;
  margin-left: 11px;
  display: flex;
  width: 326px;
}

#header #header-nav .list > li .dropmenu .list2 li a {
  position: relative;
  padding: 12px 26px 12px 18px;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #333;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

#header #header-nav .list > li .dropmenu .list2 li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #c0cd8f;
  border-bottom: 1px solid #c0cd8f;
  width: 6px;
  height: 6px;
  right: 15px;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  #header #header-nav .list > li .dropmenu .list2 li a::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#header #header-nav .list > li .dropmenu .list2 li a:hover {
  background-color: #f4eee6;
}

#header #header-nav .list > li.on .dropmenu {
  display: block !important;
}

#header #header-nav .list > li.on::after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  background: url(../img_common/pc_dropmenu_arrow.png) no-repeat center bottom;
  width: 100%;
  height: 20px;
  z-index: 111;
}

#header #header-nav .list > li.nav1 .dropmenu {
  left: -20px;
}

#header #header-nav .list > li.nav2 .dropmenu {
  left: -124px;
}

#header #header-nav .list > li.nav3 .dropmenu {
  left: -294px;
}

#header #header-nav .list > li.nav4 .dropmenu {
  left: -503px;
}

#header #header-nav .list > li.nav5 .dropmenu {
  left: -692px;
}

#header #header-nav .list > li.nav6 .dropmenu {
  left: -827px;
}

#header #header-nav .list > li.nav7 .dropmenu {
  left: -946px;
}

/* --------------------------------*/
/* 目的別メニュー */
/* --------------------------------*/
#search-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
}

#search-menu button {
  padding: 0;
  background: none;
  border: none;
  display: block;
  cursor: pointer;
}

#search-menu .search-open {
  position: absolute;
  top: 0;
  right: 10px;
  background: none !important;
  width: 170px;
  height: 94px;
  z-index: 150;
}

#search-menu .search-close {
  position: absolute;
  top: 0;
  right: 10px;
  background: none !important;
  width: 170px;
  height: 94px;
}

#search-menu .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 229, 174, 0.9);
  display: none;
  width: 100%;
  z-index: 151;
}

#search-menu .box {
  margin: 30px auto 60px;
  padding: 30px 0;
  background-color: #edf3d9;
  width: 1080px;
}

#search-menu .in {
  margin: 0 auto;
  width: 980px;
}

#search-menu .type {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

#search-menu .type:last-child {
  margin-bottom: 0;
}

#search-menu .type .title {
  margin-bottom: 10px;
  padding: 5px 0 5px 65px;
  border-bottom: 2px solid #dae5ae;
  font-size: 140%;
  font-weight: bold;
}

#search-menu .type .bloc > .list li, #search-menu .type .bloc .ranking-in > .list li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 30px;
}

#search-menu .type .bloc > .list li::before, #search-menu .type .bloc .ranking-in > .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #8ac985;
  border-bottom: 3px solid #8ac985;
  width: 6px;
  height: 6px;
  left: 5px;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  #search-menu .type .bloc > .list li::before, #search-menu .type .bloc .ranking-in > .list li::before {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#search-menu .type .bloc > .list li a, #search-menu .type .bloc .ranking-in > .list li a {
  font-size: 100%;
  color: #333;
}

#search-menu .search1 {
  margin-bottom: 15px;
  width: 100%;
}

#search-menu .search1 .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d6403f;
}

#search-menu .search1 .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #search-menu .search1 .title-area .title {
    font-size: 120%;
  }
}

#search-menu .search1 .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #search-menu .search1 .title-area .title:first-letter {
    font-size: 160%;
  }
}

#search-menu .search1 .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #search-menu .search1 .title-area .en {
    font-size: 70%;
  }
}

#search-menu .search1 .title-area {
  padding: 0;
  border-bottom: 2px solid #bce0b9;
  font-weight: bold;
}

#search-menu .search1 .title-area .title {
  padding: 0;
  font-size: 170% !important;
}

#search-menu .search1 .title-area .en {
  background-color: #edf3d9;
}

#search-menu .search1 .lifescene2 .list {
  display: flex;
  justify-content: center;
}

#search-menu .search1 .lifescene2 .list li {
  margin: 0 6px;
  display: flex;
  width: 108px;
}

#search-menu .search1 .lifescene2 .list li a {
  display: flex;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

#search-menu .search1 .lifescene2 .list li a:hover .bloc {
  background-color: rgba(255, 255, 255, 0.5);
}

#search-menu .search1 .lifescene2 .list li a:focus {
  color: #333;
  display: block !important;
}

#search-menu .search1 .lifescene2 .list li .bloc {
  padding: 70px 0 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top 5px;
  border: 1px solid #eee5d8;
  border-radius: 10px;
  display: flex;
  width: 100%;
}

#search-menu .search1 .lifescene2 .list li .bloc span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

#search-menu .search1 .lifescene2 .list li.life1 .bloc {
  background-image: url(../img_top/pc_life1.png);
}

#search-menu .search1 .lifescene2 .list li.life2 .bloc {
  background-image: url(../img_top/pc_life2.png);
}

#search-menu .search1 .lifescene2 .list li.life3 .bloc {
  background-image: url(../img_top/pc_life3.png);
}

#search-menu .search1 .lifescene2 .list li.life4 .bloc {
  background-image: url(../img_top/pc_life4.png);
}

#search-menu .search1 .lifescene2 .list li.life5 .bloc {
  background-image: url(../img_top/pc_life5.png);
}

#search-menu .search1 .lifescene2 .list li.life6 .bloc {
  background-image: url(../img_top/pc_life6.png);
}

#search-menu .search1 .lifescene2 .list li.life7 .bloc {
  background-image: url(../img_top/pc_life7.png);
}

#search-menu .search1 .lifescene2 .list li.life8 .bloc {
  background-image: url(../img_top/pc_life8.png);
}

#search-menu .search2, #search-menu .search3, #search-menu .search4, #search-menu .search5 {
  width: 460px;
}

#search-menu .search2 .title {
  background: url(../img_common/pc_ico_use.png) no-repeat left 15px center;
}

#search-menu .search3 .title {
  background: url(../img_common/pc_ico_qa.png) no-repeat left 15px center;
}

#search-menu .search4 .title {
  background: url(../img_common/pc_ico_display.png) no-repeat left 15px center;
}

#search-menu .search5 .title {
  background: url(../img_common/pc_ico_shisetsu.png) no-repeat left 15px center;
}

/* --------------------------------*/
/* SPヘッダー */
/* --------------------------------*/
#sp-header {
  /* 目的別メニュー */
  /* メニュー */
}

#sp-header button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  width: 100%;
}

#sp-header button:focus {
  outline: auto;
}

#sp-header #sp-header-area {
  position: relative;
  height: 130px;
}

#sp-header #sp-header-area .sp-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 140;
}

#sp-header #sp-header-area .sp-header-logo a {
  display: block;
}

#sp-header #sp-header-area .sp-header-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 260px;
  z-index: 141;
}

#sp-header #sp-header-area .sp-header-nav .search-open, #sp-header #sp-header-area .sp-header-nav .menu-open {
  width: 130px;
}

#sp-header #sp-header-area.on .sp-header-logo {
  z-index: 161;
}

#sp-header #sp-header-area.on .sp-header-nav {
  width: 130px;
  z-index: 162;
}

#sp-header #sp-header-area.on .sp-header-nav p:not(.on) {
  display: none;
}

#sp-header .modal-search .search-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

#sp-header .modal-search .search-close2 button {
  padding: 30px 0;
  background-color: #dae5ae;
}

#sp-header .modal-search .search-close2 button span {
  padding: 0 10px 0 50px;
  background: url(../img_common/sp_ico_batsu2.png) no-repeat left center;
  display: inline-block;
  color: #333;
  font-size: 200%;
}

#sp-header .modal-search #sp-header-search {
  position: relative;
  margin: 160px auto 8em;
  width: 700px;
}

#sp-header .modal-search #sp-header-search .tab {
  padding: 10px;
  background-color: #66554a;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#sp-header .modal-search #sp-header-search .tab > li.keyword {
  width: 420px;
}

#sp-header .modal-search #sp-header-search .tab > li.pageid {
  width: 250px;
}

#sp-header .modal-search #sp-header-search .tab::after {
  content: "";
  position: absolute;
  top: 3.25em;
  right: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 20px solid #66554a;
  width: 0;
  height: 0;
}

#sp-header .modal-search #sp-header-search .bloc {
  position: absolute;
  top: 4.2em;
  left: 0;
  display: none;
  width: 100%;
}

#sp-header .modal-search #sp-header-search a {
  padding: 12px 0 14px;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#sp-header .modal-search #sp-header-search a:focus {
  color: #333;
}

#sp-header .modal-search #sp-header-search .active .bloc {
  display: block;
}

#sp-header .modal-search #sp-header-search .active a {
  background-color: #fff;
  color: #333;
}

#sp-header .modal-search #sp-header-search .active a span {
  padding-left: 35px;
  background: url(../img_common/sp_ico_check.png) no-repeat left center;
  display: inline-block;
}

#sp-header .modal-search #sp-header-search .gsc-search-button-v2 svg {
  width: 40px !important;
  height: 40px !important;
}

#sp-header .modal-search #sp-header-search .keyword .inner {
  display: flex;
}

#sp-header .modal-search #sp-header-search .keyword .inner label:first-child {
  width: 570px;
}

#sp-header .modal-search #sp-header-search .keyword .inner label:first-child input {
  padding: 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
}

#sp-header .modal-search #sp-header-search .keyword .inner label:last-child {
  width: 130px;
}

#sp-header .modal-search #sp-header-search .pageid .inner {
  display: flex;
}

#sp-header .modal-search #sp-header-search .pageid .inner label:first-child {
  width: 570px;
}

#sp-header .modal-search #sp-header-search .pageid .inner label:first-child input {
  padding: 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
}

#sp-header .modal-search #sp-header-search .pageid .inner label:last-child {
  width: 130px;
}

#sp-header .modal-search #sp-header-search .pageid .inner label:last-child button {
  padding: 15px;
  border: none;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 100%;
  background: #66554a url(../img_common/sp_ico_search2.png) no-repeat center center;
  height: 90px;
}

#sp-header .modal-search .search1 {
  margin: 45px auto;
  width: 710px;
}

#sp-header .modal-search .search1 .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d6403f;
}

#sp-header .modal-search .search1 .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .search1 .title-area .title {
    font-size: 120%;
  }
}

#sp-header .modal-search .search1 .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .search1 .title-area .title:first-letter {
    font-size: 160%;
  }
}

#sp-header .modal-search .search1 .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .search1 .title-area .en {
    font-size: 70%;
  }
}

#sp-header .modal-search .search1 .title-area {
  padding-bottom: 10px;
  border-bottom: 2px solid #bce0b9;
  font-weight: bold;
}

#sp-header .modal-search .search1 .title-area .en {
  background-color: #fcf8f5;
}

#sp-header .modal-search .search1 .lifescene2 .list {
  margin-top: -20px;
  margin-left: -28px;
  display: flex;
  flex-wrap: wrap;
}

#sp-header .modal-search .search1 .lifescene2 .list li {
  margin-top: 20px;
  margin-left: 28px;
  display: flex;
  width: 218px;
}

#sp-header .modal-search .search1 .lifescene2 .list li a {
  display: flex;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

#sp-header .modal-search .search1 .lifescene2 .list li .bloc {
  padding: 130px 0 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top 10px;
  border: 1px solid #eee5d8;
  border-radius: 10px;
  display: flex;
  width: 100%;
}

#sp-header .modal-search .search1 .lifescene2 .list li .bloc span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

#sp-header .modal-search .search1 .lifescene2 .list li.life1 .bloc {
  background-image: url(../img_top/sp_life1.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life2 .bloc {
  background-image: url(../img_top/sp_life2.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life3 .bloc {
  background-image: url(../img_top/sp_life3.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life4 .bloc {
  background-image: url(../img_top/sp_life4.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life5 .bloc {
  background-image: url(../img_top/sp_life5.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life6 .bloc {
  background-image: url(../img_top/sp_life6.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life7 .bloc {
  background-image: url(../img_top/sp_life7.png);
}

#sp-header .modal-search .search1 .lifescene2 .list li.life8 .bloc {
  background-image: url(../img_top/sp_life8.png);
}

#sp-header .modal-search .search2, #sp-header .modal-search .search3, #sp-header .modal-search .search4, #sp-header .modal-search .search5 {
  background-color: #fff;
}

#sp-header .modal-search .search2 .title, #sp-header .modal-search .search3 .title, #sp-header .modal-search .search4 .title, #sp-header .modal-search .search5 .title {
  position: relative;
  padding: 35px 0 35px 105px;
  background-color: #fff;
  border-bottom: 2px solid #f7f2ee;
  font-size: 130%;
  font-weight: bold;
}

#sp-header .modal-search .search2 .title button, #sp-header .modal-search .search3 .title button, #sp-header .modal-search .search4 .title button, #sp-header .modal-search .search5 .title button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 140px;
  height: 90px;
}

#sp-header .modal-search .search2 .title button.plus, #sp-header .modal-search .search3 .title button.plus, #sp-header .modal-search .search4 .title button.plus, #sp-header .modal-search .search5 .title button.plus {
  background: url(../img_common/sp_ico_plus.png) no-repeat center center;
}

#sp-header .modal-search .search2 .title button.mynus, #sp-header .modal-search .search3 .title button.mynus, #sp-header .modal-search .search4 .title button.mynus, #sp-header .modal-search .search5 .title button.mynus {
  background: url(../img_common/sp_ico_mynus.png) no-repeat center center;
}

#sp-header .modal-search .search2 .title button span, #sp-header .modal-search .search3 .title button span, #sp-header .modal-search .search4 .title button span, #sp-header .modal-search .search5 .title button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#sp-header .modal-search .search2 .title a, #sp-header .modal-search .search3 .title a, #sp-header .modal-search .search4 .title a, #sp-header .modal-search .search5 .title a {
  margin-right: 150px;
  padding: 40px 0 40px 50px;
  color: #333;
  display: block;
  text-decoration: none;
}

#sp-header .modal-search .search2 .bloc, #sp-header .modal-search .search3 .bloc, #sp-header .modal-search .search4 .bloc, #sp-header .modal-search .search5 .bloc {
  display: none;
}

#sp-header .modal-search .search2 .list, #sp-header .modal-search .search3 .list, #sp-header .modal-search .search4 .list, #sp-header .modal-search .search5 .list {
  background-color: #fcf8f5;
}

#sp-header .modal-search .search2 .list li, #sp-header .modal-search .search3 .list li, #sp-header .modal-search .search4 .list li, #sp-header .modal-search .search5 .list li {
  padding: 35px 105px;
  border-bottom: 2px solid #ebead3;
}

#sp-header .modal-search .search2 .list a, #sp-header .modal-search .search3 .list a, #sp-header .modal-search .search4 .list a, #sp-header .modal-search .search5 .list a {
  color: #333;
  text-decoration: none;
}

#sp-header .modal-search .search2 {
  border-top: 2px solid #dae5ae;
}

#sp-header .modal-search .search2 .title {
  background: url(../img_common/sp_ico_use.png) no-repeat left 30px center;
}

#sp-header .modal-search .search3 .title {
  background: url(../img_common/sp_ico_qa.png) no-repeat left 30px center;
}

#sp-header .modal-search .search4 .title {
  background: url(../img_common/sp_ico_display.png) no-repeat left 30px center;
}

#sp-header .modal-search .search4 .ranking-in p {
  padding: 35px 30px;
  background-color: #fcf8f5;
  border-bottom: 2px solid #ebead3;
}

#sp-header .modal-search .search5 .title {
  background: url(../img_common/sp_ico_shisetsu.png) no-repeat left 30px center;
}

#sp-header .modal-menu .menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

#sp-header .modal-menu .menu-close2 {
  margin-top: 45px;
}

#sp-header .modal-menu .menu-close2 button {
  padding: 30px 0;
  background-color: #66554a;
}

#sp-header .modal-menu .menu-close2 button span {
  padding: 0 10px 0 50px;
  background: url(../img_common/sp_ico_batsu.png) no-repeat left center;
  display: inline-block;
  color: #fff;
  font-size: 200%;
}

#sp-header .modal-menu .sp-nav {
  margin-top: 130px;
}

#sp-header .modal-menu .sp-nav .list .nav:first-child {
  border-top: 2px solid #f7f2ee;
}

#sp-header .modal-menu .sp-nav .list .nav .title {
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #f7f2ee;
  font-size: 130%;
  font-weight: bold;
}

#sp-header .modal-menu .sp-nav .list .nav .title button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 140px;
  height: 90px;
}

#sp-header .modal-menu .sp-nav .list .nav .title button.plus {
  background: url(../img_common/sp_ico_plus.png) no-repeat center center;
}

#sp-header .modal-menu .sp-nav .list .nav .title button.mynus {
  background: url(../img_common/sp_ico_mynus.png) no-repeat center center;
}

#sp-header .modal-menu .sp-nav .list .nav .title button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#sp-header .modal-menu .sp-nav .list .nav .title a {
  margin-right: 150px;
  padding: 40px 0 40px 50px;
  color: #333;
  display: block;
  text-decoration: none;
}

#sp-header .modal-menu .sp-nav .list .nav:first-child .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 4px solid #66554a;
  border-bottom: 4px solid #66554a;
  width: 6px;
  height: 6px;
  width: 15px !important;
  height: 15px !important;
  right: 68px !important;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-nav .list .nav:first-child .title::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#sp-header .modal-menu .sp-nav .list .bloc {
  display: none;
}

#sp-header .modal-menu .sp-nav .list .bloc > .list2 li {
  padding: 25px 55px;
  border-bottom: 2px solid #ebead3;
}

#sp-header .modal-menu .sp-nav .list .bloc > .list2 li a {
  font-size: 110%;
  color: #333;
  text-decoration: none;
}

#sp-header .modal-menu .support {
  margin: 45px auto 0;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
  width: 710px;
}

#sp-header .modal-menu .support dl {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  width: 690px;
}

#sp-header .modal-menu .support dl dt {
  margin-right: 25px;
  text-align: right;
  width: 200px;
}

#sp-header .modal-menu .support dl dd {
  margin-right: 12px;
}

#sp-header .modal-menu .support .sitemap, #sp-header .modal-menu .support .to-pc-link {
  margin-bottom: 12px;
  text-align: center;
}

#sp-header .modal-menu .support .sitemap a, #sp-header .modal-menu .support .to-pc-link a {
  position: relative;
  padding: 25px 50px 25px 20px;
  background-color: #fff;
  border: 2px solid #f2e6dd;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  text-decoration: none;
  min-width: 500px;
}

#sp-header .modal-menu .support .sitemap a::after, #sp-header .modal-menu .support .to-pc-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #66554a;
  border-bottom: 2px solid #66554a;
  width: 6px;
  height: 6px;
  right: 30px !important;
  width: 15px !important;
  height: 15px !important;
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .support .sitemap a::after, #sp-header .modal-menu .support .to-pc-link a::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#sp-header .modal-menu .support .sitemap a span, #sp-header .modal-menu .support .to-pc-link a span {
  padding: 5px 58px 5px 70px;
  background: none;
  display: inline-block;
}

#sp-header .modal-menu .support .to-pc-link a span {
  padding: 5px 25px 5px 80px;
  background: url(../img_common/sp_ico_pc.png) no-repeat left 5px center;
}

#sp-header .modal-menu .support .language {
  margin-bottom: 12px;
  text-align: center;
}

#sp-header .modal-menu .support .language .inner {
  padding: 25px 0;
  background-color: #fff;
  border: 2px solid #f2e6dd;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  min-width: 500px;
}

#sp-header .modal-menu .support .language .inner select {
  padding: 10px 20px 10px 100px;
  background: url(../img_common/sp_ico_internet.png) no-repeat left 40px center, url(../img_common/sp_select_arrow.png) no-repeat right 20px center;
  border: none;
  font-size: 110%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
  width: 380px;
}

#sp-header .modal-menu .support .language .inner select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

#sp-header .modal-menu .support .language .inner button {
  border: none;
  border-left: 1px solid #b3aaa5;
  font-size: 110%;
  cursor: pointer;
  width: 115px;
}

/* モーダル */
.modal-search-bg, .modal-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 150;
}

.modal-search, .modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 200px;
  background-color: #fcf8f5;
  box-sizing: border-box;
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: 100vh;
  z-index: 151;
}

@media screen and (max-width: 768px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: url(../img_common/sp_wrapper_bg1.png) no-repeat left top 100px, url(../img_common/sp_wrapper_bg2.png) no-repeat right top 100px;
  }
}

#j-alert, #kinkyu, #twitter-colabo {
  margin: 20px auto 0;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #j-alert, #kinkyu, #twitter-colabo {
    width: 710px;
  }
}

#j-alert .title-area, #kinkyu .title-area, #twitter-colabo .title-area {
  padding: 10px 0;
  background-color: #d6403f;
  border: 1px solid #d6403f;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #j-alert .title-area, #kinkyu .title-area, #twitter-colabo .title-area {
    border-radius: 7px 7px 0 0;
  }
}

#j-alert .title-area .in, #kinkyu .title-area .in, #twitter-colabo .title-area .in {
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  width: 960px;
}

@media screen and (max-width: 768px) {
  #j-alert .title-area .in, #kinkyu .title-area .in, #twitter-colabo .title-area .in {
    margin-left: 20px;
    width: 680px;
  }
}

#j-alert .title-area .title, #kinkyu .title-area .title, #twitter-colabo .title-area .title {
  margin: 0;
  border: none !important;
  color: #fff;
  font-size: 170%;
  width: auto;
  width: initial;
}

@media screen and (max-width: 768px) {
  #j-alert .title-area .title, #kinkyu .title-area .title, #twitter-colabo .title-area .title {
    font-size: 120%;
  }
}

#j-alert .title-area .arrow-btn a, #kinkyu .title-area .arrow-btn a, #twitter-colabo .title-area .arrow-btn a {
  color: #333;
}

#j-alert .title-area .arrow-btn span, #kinkyu .title-area .arrow-btn span, #twitter-colabo .title-area .arrow-btn span {
  position: relative;
  padding: 8px 25px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 90%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #j-alert .title-area .arrow-btn span, #kinkyu .title-area .arrow-btn span, #twitter-colabo .title-area .arrow-btn span {
    padding: 7px 30px;
    border-radius: 7px;
    font-size: 80%;
    text-align: center;
    min-width: 180px;
  }
}

#j-alert .title-area .arrow-btn span::after, #kinkyu .title-area .arrow-btn span::after, #twitter-colabo .title-area .arrow-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #e12222;
  border-bottom: 1px solid #e12222;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  #j-alert .title-area .arrow-btn span::after, #kinkyu .title-area .arrow-btn span::after, #twitter-colabo .title-area .arrow-btn span::after {
    right: 15px;
    border-right: 2px solid #e12222;
    border-bottom: 2px solid #e12222;
    width: 10px;
    height: 10px;
  }
}

#j-alert .title-area .arrow-btn a:hover, #kinkyu .title-area .arrow-btn a:hover, #twitter-colabo .title-area .arrow-btn a:hover {
  color: #fff;
}

#j-alert .title-area .arrow-btn a:hover span, #kinkyu .title-area .arrow-btn a:hover span, #twitter-colabo .title-area .arrow-btn a:hover span {
  background-color: #e12222;
}

#j-alert .title-area .arrow-btn a:hover span::after, #kinkyu .title-area .arrow-btn a:hover span::after, #twitter-colabo .title-area .arrow-btn a:hover span::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#j-alert .box, #kinkyu .box, #twitter-colabo .box {
  padding: 20px 0;
  background-color: #fff;
  border: 1px solid #d6403f;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}

#j-alert .scroll, #kinkyu .scroll, #twitter-colabo .scroll {
  margin-left: 20px;
  overflow-y: auto;
  width: 960px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  #j-alert .scroll, #kinkyu .scroll, #twitter-colabo .scroll {
    margin: 15px 10px;
    width: 675px;
    height: 110px;
  }
}

#j-alert .list, #kinkyu .list, #twitter-colabo .list {
  width: 930px;
}

@media screen and (max-width: 768px) {
  #j-alert .list, #kinkyu .list, #twitter-colabo .list {
    width: 640px;
  }
}

#j-alert .list li, #kinkyu .list li, #twitter-colabo .list li {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #f1f1f1;
}

#j-alert .list li:first-child, #kinkyu .list li:first-child, #twitter-colabo .list li:first-child {
  padding: 0 0 10px 10px;
}

#j-alert .list li:last-child, #kinkyu .list li:last-child, #twitter-colabo .list li:last-child {
  border-bottom: none;
}

#kinkyu .title-area {
  background-color: #333;
  border: 1px solid #333;
}

#kinkyu .title-area .arrow-btn span::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  #kinkyu .title-area .arrow-btn span::after {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}

#kinkyu .title-area .arrow-btn a:hover {
  color: #fff;
}

#kinkyu .title-area .arrow-btn a:hover span {
  background-color: #333;
}

#kinkyu .box {
  border: 1px solid #333;
}

#twitter-colabo .title-area {
  background-color: #e4d81e;
  border: 1px solid #e4d81e;
}

#twitter-colabo .title-area .title {
  color: #333;
}

#twitter-colabo .title-area .arrow-btn span::after {
  border-right: 1px solid #e4d81e;
  border-bottom: 1px solid #e4d81e;
}

@media screen and (max-width: 768px) {
  #twitter-colabo .title-area .arrow-btn span::after {
    border-right: 2px solid #e4d81e;
    border-bottom: 2px solid #e4d81e;
  }
}

#twitter-colabo .title-area .arrow-btn a:hover {
  color: #333;
}

#twitter-colabo .title-area .arrow-btn a:hover span {
  background-color: #e4d81e;
  border: 1px solid #333;
}

#twitter-colabo .title-area .arrow-btn a:hover span::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

#twitter-colabo .box {
  border: 1px solid #e4d81e;
}

#mv {
  margin-top: 20px;
}

#mv > .in {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #mv > .in {
    margin: 0 auto;
    width: 670px;
  }
}

#mv .slider-area {
  position: relative;
}

#mv .slider-area .list a {
  display: block;
}

#mv .slider-area .list a:hover .photo {
  opacity: 0.7;
}

#mv .slider-area .list a:focus {
  border: 2px solid #000 !important;
}

#mv .slider-area .list img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

#mv .slider-area .control {
  position: absolute;
  top: 195px;
  right: 50%;
  transform: translateX(50%);
  background: none !important;
  pointer-events: none;
  width: 1060px;
  z-index: 56;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .control {
    top: 113px;
    width: 730px;
  }
}

#mv .slider-area .control .prev {
  float: left;
}

#mv .slider-area .control .next {
  float: right;
}

#mv .slider-area .control .prev, #mv .slider-area .control .next {
  background: none !important;
}

#mv .slider-area .control .prev button, #mv .slider-area .control .next button {
  position: relative;
  background: #66554a !important;
  border-radius: 50%;
  pointer-events: auto;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .control .prev button, #mv .slider-area .control .next button {
    width: 60px;
    height: 60px;
  }
}

#mv .slider-area .control .prev button::after, #mv .slider-area .control .next button::after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .control .prev button::after, #mv .slider-area .control .next button::after {
    width: 18px;
    height: 18px;
  }
}

#mv .slider-area .control .prev button.bx-prev::after, #mv .slider-area .control .next button.bx-prev::after {
  left: 25px;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  #mv .slider-area .control .prev button.bx-prev::after, #mv .slider-area .control .next button.bx-prev::after {
    left: 26px;
  }
}

#mv .slider-area .control .prev button.bx-next::after, #mv .slider-area .control .next button.bx-next::after {
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #mv .slider-area .control .prev button.bx-next::after, #mv .slider-area .control .next button.bx-next::after {
    right: 26px;
  }
}

#mv .slider-area .pager-auto {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#mv .slider-area .pager-auto .pager {
  padding-bottom: 3px;
  background: none !important;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager {
    margin-right: 10px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager, #mv .slider-area .pager-auto .pager .bx-pager-list {
  background: none !important;
}

#mv .slider-area .pager-auto .pager .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#mv .slider-area .pager-auto .pager .bx-pager-item {
  margin-right: 7px;
  background: none !important;
  width: 12px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item {
    margin-right: 10px;
    width: 26px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #66554a;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100%;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    height: 26px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .active {
  background-color: #66554a;
  border: 1px solid #fff;
}

#mv .slider-area .pager-auto .auto {
  background: none !important;
  pointer-events: auto;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto {
  background: none !important;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item {
  background: none !important;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
  background: #66554a url(../img_top/pc_bx_start.png) no-repeat 55% center;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
    background: #66554a url(../img_top/sp_bx_start.png) no-repeat 55% center;
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
  background: #66554a url(../img_top/pc_bx_stop.png) no-repeat center center;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
    background: #66554a url(../img_top/sp_bx_stop.png) no-repeat center center;
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .active {
  display: none;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
    width: 60px;
    height: 60px;
  }
}

#mv .slider-area button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

#mv .slider-area button:hover {
  opacity: 0.85;
}

#mv .slider-area .list li, #mv .slider-area .list a {
  height: 430px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .list li, #mv .slider-area .list a {
    height: 288px;
  }
}

#mv .slider-area .list li img, #mv .slider-area .list a img {
  border-radius: 5px;
}

#mv .slider-area .pager-auto {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto {
    position: static;
    margin-top: 20px;
    padding: 0;
    background: none;
  }
}

#bnr {
  margin-top: 20px;
}

#bnr > .in {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #bnr > .in {
    margin: 0 auto;
    width: 670px;
  }
}

#bnr .list {
  margin-left: -35px;
  display: flex;
}

@media screen and (max-width: 768px) {
  #bnr .list {
    margin-left: -8px;
  }
}

#bnr .list li {
  margin-left: 35px;
  width: 310px;
}

#bnr .list li img {
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #bnr .list li {
    margin-left: 8px;
    width: 218px;
  }
}

#bnr .list li a:hover {
  opacity: 0.85;
}

.white {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #fff;
  overflow: hidden;
}

.white > .in {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .white {
    padding: 10px 0;
  }
  .white > .in {
    margin: 0 auto;
    width: 710px;
  }
}

.white.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .white.pt0 {
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .white + .white {
    padding: 0 0 30px;
  }
}

#top-search {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #eaf2c9;
  border-radius: 5px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #top-search {
    padding: 30px 0;
    border-radius: 0;
    width: 100%;
  }
}

#top-search .in2 {
  margin: 0 auto;
  width: 620px;
  height: calc((10em - 144px) * 0.4 + 100px);
}

@media screen and (max-width: 768px) {
  #top-search .in2 {
    width: 670px;
    height: calc((10em - 144px) * 0.4 + 150px);
  }
}

#top-search .tab {
  display: inline-flex;
}

#top-search .tab > li {
  margin-right: 20px;
  display: flex;
  min-width: 140px;
  /*label {
        display: flex;
        width: 100%;
      }*/
}

@media screen and (max-width: 768px) {
  #top-search .tab > li {
    min-width: 270px;
  }
}

#top-search .tab > li .title {
  border: none !important;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top-search .tab > li .title {
    font-size: 110%;
  }
}

#top-search .tab > li .title a {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #66554a;
  box-sizing: border-box;
  color: #333;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top-search .tab > li .title a {
    padding: 20px 10px;
    border: 2px solid #66554a;
  }
}

#top-search .tab > li .bloc {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  width: 620px;
}

@media screen and (max-width: 768px) {
  #top-search .tab > li .bloc {
    top: calc(100% + 15px);
    width: 670px;
  }
}

#top-search .tab .active .title a {
  position: relative;
  background-color: #66554a;
  border-color: #66554a;
  color: #fff;
  text-decoration: none;
}

#top-search .tab .active .title a::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 10px solid #66554a;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  #top-search .tab .active .title a::after {
    bottom: -28px;
    border: 12px solid transparent;
    border-top: 15px solid #66554a;
  }
}

#top-search .tabpanel {
  margin-top: 10px;
}

#top-search .tabpanel li {
  display: none;
}

#top-search .tabpanel li.active {
  display: block;
}

#top-search .tabpanel .keyword .inner {
  display: flex;
}

#top-search .tabpanel .keyword .inner label:first-child {
  width: 540px;
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .keyword .inner label:first-child {
    width: 550px;
  }
}

#top-search .tabpanel .keyword .inner label:first-child input {
  padding: 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .keyword .inner label:first-child input {
    height: 80px;
    font-size: 1.7em;
  }
}

#top-search .tabpanel .keyword .inner label:last-child {
  width: 80px;
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .keyword .inner label:last-child {
    width: 120px;
  }
}

#top-search .tabpanel .pageid .inner {
  display: flex;
}

#top-search .tabpanel .pageid .inner label:first-child {
  width: 540px;
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .pageid .inner label:first-child {
    width: 550px;
  }
}

#top-search .tabpanel .pageid .inner label:first-child input {
  padding: 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .pageid .inner label:first-child input {
    height: 80px;
    font-size: 1.7em;
  }
}

#top-search .tabpanel .pageid .inner label:last-child {
  width: 80px;
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .pageid .inner label:last-child {
    width: 120px;
  }
}

#top-search .tabpanel .pageid .inner label:last-child button {
  padding: 15px;
  border: none;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #top-search .tabpanel .pageid .inner label:last-child button {
    background: #66554a url(../img_common/pc_ico_search.png) no-repeat center center;
    height: 46px;
  }
}

@media screen and (max-width: 768px) {
  #top-search .tabpanel .pageid .inner label:last-child button {
    background: #66554a url(../img_common/sp_ico_search.png) no-repeat center center;
    height: 80px;
  }
}

#if {
  margin-top: 40px;
}

#if .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d6403f;
}

#if .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #if .title-area .title {
    font-size: 120%;
  }
}

#if .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #if .title-area .title:first-letter {
    font-size: 160%;
  }
}

#if .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #if .title-area .en {
    font-size: 70%;
  }
}

#if .bloc {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 768px) {
  #if .bloc {
    width: 100%;
  }
}

#if .bloc .list {
  margin-top: -16px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #if .bloc .list {
    margin-top: -20px;
    margin-left: -26px;
  }
}

#if .bloc .list li {
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
  width: 228px;
}

@media screen and (max-width: 768px) {
  #if .bloc .list li {
    margin-top: 20px;
    margin-left: 26px;
    width: 342px;
  }
}

#if .bloc .list a {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#if .bloc .list .box {
  padding: 6px 0;
  border: 1px solid #eee5d8;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

#if .bloc .list .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
}

@media screen and (max-width: 768px) {
  #if .bloc .list .inner {
    width: 310px;
  }
}

#if .bloc .list .photo {
  width: 65px;
}

@media screen and (max-width: 768px) {
  #if .bloc .list .photo {
    width: 100px;
  }
}

#if .bloc .list .photo img {
  width: 100%;
}

#if .bloc .list .txt {
  padding-left: 20px;
  border-left: 1px solid #eee5d8;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 130px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #if .bloc .list .txt {
    width: 190px;
  }
}

#if .bloc .list a:hover .box {
  background-color: #f4eee6;
}

#lifescene {
  margin-top: 40px;
}

#lifescene .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #bce0b9;
}

#lifescene .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #lifescene .title-area .title {
    font-size: 120%;
  }
}

#lifescene .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #lifescene .title-area .title:first-letter {
    font-size: 160%;
  }
}

#lifescene .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #lifescene .title-area .en {
    font-size: 70%;
  }
}

#lifescene .bloc {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 768px) {
  #lifescene .bloc {
    width: 680px;
  }
}

#lifescene .bloc .list {
  margin-top: -7px;
  margin-left: -7px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list {
    margin-top: -25px;
    margin-left: -25px;
  }
}

#lifescene .bloc .list li {
  margin-top: 7px;
  margin-left: 7px;
  display: flex;
  width: 113px;
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li {
    margin-top: 25px;
    margin-left: 25px;
    width: 210px;
  }
}

#lifescene .bloc .list a {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#lifescene .bloc .list .box {
  padding: 70px 0 7px;
  background-position: center top 7px;
  background-repeat: no-repeat;
  border: 1px solid #f3ece3;
  border-radius: 5px;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list .box {
    padding: 130px 0 7px;
  }
}

#lifescene .bloc .list span {
  padding: 0 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list span {
    padding: 0 0.5em;
  }
}

#lifescene .bloc .list li.life1 .box {
  background-image: url(../img_top/pc_life1.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life1 .box {
    background-image: url(../img_top/sp_life1.png);
  }
}

#lifescene .bloc .list li.life2 .box {
  background-image: url(../img_top/pc_life2.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life2 .box {
    background-image: url(../img_top/sp_life2.png);
  }
}

#lifescene .bloc .list li.life3 .box {
  background-image: url(../img_top/pc_life3.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life3 .box {
    background-image: url(../img_top/sp_life3.png);
  }
}

#lifescene .bloc .list li.life4 .box {
  background-image: url(../img_top/pc_life4.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life4 .box {
    background-image: url(../img_top/sp_life4.png);
  }
}

#lifescene .bloc .list li.life5 .box {
  background-image: url(../img_top/pc_life5.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life5 .box {
    background-image: url(../img_top/sp_life5.png);
  }
}

#lifescene .bloc .list li.life6 .box {
  background-image: url(../img_top/pc_life6.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life6 .box {
    background-image: url(../img_top/sp_life6.png);
  }
}

#lifescene .bloc .list li.life7 .box {
  background-image: url(../img_top/pc_life7.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life7 .box {
    background-image: url(../img_top/sp_life7.png);
  }
}

#lifescene .bloc .list li.life8 .box {
  background-image: url(../img_top/pc_life8.png);
}

@media screen and (max-width: 768px) {
  #lifescene .bloc .list li.life8 .box {
    background-image: url(../img_top/sp_life8.png);
  }
}

#lifescene .bloc .list .life6 span {
  padding: 0;
}

#lifescene .bloc .list a:hover .box {
  background-color: #f4eee6;
}

#useful {
  margin-top: 40px;
}

#useful .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #bce0b9;
}

#useful .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #useful .title-area .title {
    font-size: 120%;
  }
}

#useful .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #useful .title-area .title:first-letter {
    font-size: 160%;
  }
}

#useful .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #useful .title-area .en {
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  #useful {
    margin: 70px 0 40px;
  }
}

#useful .bloc .list {
  margin-top: -14px;
  margin-left: -14px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #useful .bloc .list {
    margin-top: -19px;
    margin-left: -19px;
  }
}

#useful .bloc .list li {
  margin-top: 14px;
  margin-left: 14px;
  display: flex;
  width: 155px;
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li {
    margin-top: 19px;
    margin-left: 19px;
    width: 224px;
  }
}

#useful .bloc .list a {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#useful .bloc .list .box {
  position: relative;
  padding-top: 160px;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #useful .bloc .list .box {
    padding-top: 230px;
  }
}

#useful .bloc .list .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top 10px;
  background-repeat: no-repeat;
  border: 1px solid #f3ece3;
  border-radius: 10px;
  width: 100%;
  height: 146px;
}

@media screen and (max-width: 768px) {
  #useful .bloc .list .box::before {
    background-position: center top 16px;
    height: 210px;
  }
}

#useful .bloc .list span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 100%;
}

#useful .bloc .list li.useful1 .box::before {
  background-image: url(../img_top/pc_use1.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful1 .box::before {
    background-image: url(../img_top/sp_use1.png);
  }
}

#useful .bloc .list li.useful2 .box::before {
  background-image: url(../img_top/pc_use2.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful2 .box::before {
    background-image: url(../img_top/sp_use2.png);
  }
}

#useful .bloc .list li.useful3 .box::before {
  background-image: url(../img_top/pc_use3.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful3 .box::before {
    background-image: url(../img_top/sp_use3.png);
  }
}

#useful .bloc .list li.useful4 .box::before {
  background-image: url(../img_top/pc_use4.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful4 .box::before {
    background-image: url(../img_top/sp_use4.png);
  }
}

#useful .bloc .list li.useful5 .box::before {
  background-image: url(../img_top/pc_use5.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful5 .box::before {
    background-image: url(../img_top/sp_use5.png);
  }
}

#useful .bloc .list li.useful6 .box::before {
  background-image: url(../img_top/pc_use6.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful6 .box::before {
    background-image: url(../img_top/sp_use6.png);
  }
}

#useful .bloc .list li.useful7 .box::before {
  background-image: url(../img_top/pc_use7.png);
}

@media screen and (max-width: 768px) {
  #useful .bloc .list li.useful7 .box::before {
    background-image: url(../img_top/sp_use7.png);
  }
}

#useful .bloc .list a:hover .box::before {
  background-color: #f4eee6;
}

#useful.v2 {
  margin-top: 40px;
}

#useful.v2 .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #bce0b9;
}

#useful.v2 .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #useful.v2 .title-area .title {
    font-size: 120%;
  }
}

#useful.v2 .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #useful.v2 .title-area .title:first-letter {
    font-size: 160%;
  }
}

#useful.v2 .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #useful.v2 .title-area .en {
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  #useful.v2 {
    margin: 70px 0 40px;
  }
}

#useful.v2 .bloc .list {
  margin-top: -14px;
  margin-left: -14px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #useful.v2 .bloc .list {
    margin-top: -19px;
    margin-left: -19px;
  }
}

#useful.v2 .bloc .list li {
  margin-top: 14px;
  margin-left: 14px;
  display: flex;
  width: 155px;
}

@media screen and (max-width: 768px) {
  #useful.v2 .bloc .list li {
    margin-top: 19px;
    margin-left: 19px;
    width: 224px;
  }
}

#useful.v2 .bloc .list a, #useful.v2 .bloc .list .item-nolink {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#useful.v2 .bloc .list .item-in {
  position: relative;
  padding-top: 160px;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #useful.v2 .bloc .list .item-in {
    padding-top: 230px;
  }
}

#useful.v2 .bloc .list .item-in .item-img {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top 10px;
  background-repeat: no-repeat;
  border: 1px solid #f3ece3;
  border-radius: 10px;
  width: 100%;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #useful.v2 .bloc .list .item-in .item-img {
    background-position: center top 16px;
    height: 210px;
  }
}

#useful.v2 .bloc .list .item-in .item-img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media print, screen and (min-width: 769px) {
  #useful.v2 .bloc .list .item-in .item-img img {
    width: 130px;
    height: 120px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

@media screen and (max-width: 768px) {
  #useful.v2 .bloc .list .item-in .item-img img {
    width: 200px;
    height: 180px;
  }
}

#useful.v2 .bloc .list .item-txt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: bold;
  width: 100%;
}

#useful.v2 .bloc .list a:hover .item-img {
  background-color: #f4eee6;
}

.beige {
  padding: 50px 0;
  background-color: #f4eee6;
}

.beige > .in {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .beige > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#info {
  padding: 30px 0;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #info {
    margin: 0 auto;
    width: 710px;
  }
}

#info .inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 960px;
}

@media screen and (max-width: 768px) {
  #info .inner {
    display: block;
    width: 670px;
  }
}

#info .title {
  padding: 0 20px;
  border: none !important;
  white-space: nowrap;
  flex-grow: 0;
}

@media screen and (max-width: 768px) {
  #info .title {
    text-align: center;
  }
}

#info .bloc {
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  #info .bloc {
    margin-left: 0;
    padding: 30px 0 0;
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
}

#info .scroll {
  overflow-y: auto;
  height: 150px;
}

@media screen and (max-width: 768px) {
  #info .scroll {
    height: 360px;
  }
}

#info .list {
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  #info .list {
    padding-bottom: 25px;
    width: 640px;
  }
}

#info .list li {
  padding-top: 16px;
  display: flex;
}

#info .list li:first-child {
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  #info .list li:first-child {
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #info .list li {
    padding-top: 30px;
    display: block;
  }
}

#info .list li .date {
  margin-right: 20px;
  white-space: nowrap;
  flex-grow: 0;
}

@media all and (-ms-high-contrast: none) {
  #info .list li .date {
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  #info .list li .date {
    margin-right: 10px;
    display: inline;
  }
}

#info .list li .txt {
  flex-grow: 1;
}

@media all and (-ms-high-contrast: none) {
  #info .list li .txt {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  #info .list li .txt {
    display: inline;
  }
}

#info .list li .tags > span {
  margin-right: 5px;
  padding: 0 8px;
  border-radius: 2px;
  display: inline-block;
  font-size: 90%;
  text-align: center;
}

#info .list li .tag1 {
  background-color: #e3c2ed;
}

#info .list li .tag2 {
  background-color: #bce0b9;
}

#info .list li .tag3 {
  background-color: #c8e2ef;
}

#info .list li .tag4 {
  background-color: #e3c2ed;
}

#info .list li .tag5 {
  background-color: #bce0b9;
}

#info .list li .tag6 {
  background-color: #c8e2ef;
}

#info .list li .tag7 {
  background-color: #e3c2ed;
}

#info .list li a {
  color: #333;
}

#info .list li a:focus {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  #info .list li a {
    padding-top: 0.3em;
    display: block;
  }
}

#info-menu {
  margin-top: 14px;
}

#info-menu .list {
  margin-top: -14px;
  margin-left: -14px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #info-menu .list {
    margin-top: -19px;
    margin-left: -19px;
  }
}

#info-menu .list li {
  margin-top: 14px;
  margin-left: 14px;
  display: flex;
  width: 324px;
}

@media screen and (max-width: 768px) {
  #info-menu .list li {
    margin-top: 19px;
    margin-left: 19px;
    width: 224px;
  }
}

#info-menu .list a {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#info-menu .list .box {
  padding: 30px 45px 30px 90px;
  background-color: #fff;
  background-position: left 40px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #info-menu .list .box {
    position: relative;
  }
  #info-menu .list .box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #aed9aa;
    border-bottom: 2px solid #aed9aa;
    width: 6px;
    height: 6px;
    right: 20px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #info-menu .list .box::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #info-menu .list .box {
    padding: 90px 10px 20px 10px;
    background-position: center top 20px;
  }
}

#info-menu .list li.info1 .box {
  background-image: url(../img_top/pc_ico_news.png);
}

@media screen and (max-width: 768px) {
  #info-menu .list li.info1 .box {
    background-image: url(../img_top/sp_ico_news.png);
  }
}

#info-menu .list li.info2 .box {
  background-image: url(../img_top/pc_ico_news.png);
}

@media screen and (max-width: 768px) {
  #info-menu .list li.info2 .box {
    background-image: url(../img_top/sp_ico_news.png);
  }
}

#info-menu .list li.info3 .box {
  background-image: url(../img_top/pc_ico_flag.png);
}

@media screen and (max-width: 768px) {
  #info-menu .list li.info3 .box {
    background-image: url(../img_top/sp_ico_flag.png);
  }
}

@media screen and (max-width: 768px) {
  #info-menu .list span {
    position: relative;
    padding: 0 20px 0 15px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
  }
  #info-menu .list span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #aed9aa;
    border-bottom: 2px solid #aed9aa;
    width: 6px;
    height: 6px;
    right: 5px !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #info-menu .list span::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#info-menu .list a:hover .box {
  background-color: rgba(255, 255, 255, 0.5);
}

.white.mt0 + .white {
  margin-top: 0;
  padding: 50px 0;
}

.white.mt0 + .white .in {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .white.mt0 + .white .in {
    display: block;
  }
}

#about {
  width: 480px;
}

@media screen and (max-width: 768px) {
  #about {
    width: 100%;
  }
}

#about #people .title-area {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e3c2ed;
}

#about #people .title-area .title {
  border: none !important;
  font-size: 180%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #about #people .title-area .title {
    font-size: 120%;
  }
}

#about #people .title-area .title:first-letter {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  #about #people .title-area .title:first-letter {
    font-size: 160%;
  }
}

#about #people .title-area .en {
  position: absolute;
  bottom: -8px;
  right: 0;
  padding-left: 1em;
  background-color: #fff;
  border: none !important;
  box-sizing: border-box;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #about #people .title-area .en {
    font-size: 70%;
  }
}

@media print, screen and (min-width: 769px) {
  #about #people .title-area .title {
    max-width: 210px;
  }
}

#about #people .title-area .en {
  max-width: 290px;
}

#about #people .list {
  margin-top: -20px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #about #people .list {
    margin-top: -24px;
    margin-left: -24px;
  }
}

#about #people .list li {
  margin-top: 20px;
  margin-left: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  width: 232px;
}

@media screen and (max-width: 768px) {
  #about #people .list li {
    margin-top: 24px;
    margin-left: 24px;
    width: 343px;
  }
}

#about #people .list li.total {
  padding-top: 65px;
  background-image: url(../img_top/pc_ico_people.png);
}

@media screen and (max-width: 768px) {
  #about #people .list li.total {
    padding-top: 85px;
    background-image: url(../img_top/sp_ico_people.png);
  }
}

#about #people .list li.family {
  padding-top: 65px;
  background-image: url(../img_top/pc_ico_house.png);
}

@media screen and (max-width: 768px) {
  #about #people .list li.family {
    padding-top: 85px;
    background-image: url(../img_top/sp_ico_house.png);
  }
}

#about #people .list li.data a {
  color: #333;
  text-decoration: none;
}

#about #people .list li.data span {
  position: relative;
  padding: 10px 25px;
  background-color: #e3c2ed;
  border: 1px solid transparent;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #about #people .list li.data span {
    padding: 20px 55px;
    border-radius: 40px;
    display: inline-block;
  }
}

#about #people .list li.data span:hover {
  background-color: #66554a;
  border: 1px solid #66554a;
  color: #fff;
}

#about #people .list li.data span {
  min-width: 180px;
}

#about #people .list li.data span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  #about #people .list li.data span::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#about #people .list dt {
  font-size: 110%;
}

#about #people .list dd {
  font-size: 200%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #about #people .list dd {
    font-size: 150%;
  }
}

#about #city-bnr {
  margin-top: 40px;
}

#about #city-bnr .list {
  margin-top: -16px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list {
    margin-top: -24px;
    margin-left: -24px;
  }
}

#about #city-bnr .list li {
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
  width: 232px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list li {
    margin-top: 24px;
    margin-left: 24px;
    width: 343px;
  }
}

#about #city-bnr .list a {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#about #city-bnr .list .box {
  padding: 13px 0;
  background-color: #f6f0e8;
  border: 1px solid #dacab4;
  border-radius: 5px;
  display: flex;
  width: 100%;
}

#about #city-bnr .list .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 210px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list .inner {
    width: 300px;
  }
}

#about #city-bnr .list .photo {
  width: 80px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list .photo {
    width: 120px;
  }
}

#about #city-bnr .list .photo img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 5px;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list .photo img {
    height: 120px;
  }
}

#about #city-bnr .list dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: bold;
  width: 115px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list dl {
    width: 155px;
  }
}

#about #city-bnr .list dt {
  padding-bottom: 3px;
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list dt {
    font-size: 90%;
  }
}

#about #city-bnr .list dd {
  padding-top: 3px;
  border-top: 2px solid #fff;
  color: #666;
  word-break: break-all;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #about #city-bnr .list dd {
    border-top: 5px solid #fff;
    font-size: 80%;
  }
}

#about #city-bnr .list a:hover .box {
  background-color: #fff;
}

#about #city-bnr.v2 {
  margin-top: 40px;
}

#about #city-bnr.v2 .list {
  margin-top: -16px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #about #city-bnr.v2 .list {
    margin-top: -24px;
    margin-left: -24px;
  }
}

#about #city-bnr.v2 .list li {
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
  width: 232px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr.v2 .list li {
    margin-top: 24px;
    margin-left: 24px;
    width: 343px;
  }
}

#about #city-bnr.v2 .list a, #about #city-bnr.v2 .list .item-nolink {
  color: #333;
  display: flex;
  text-decoration: none;
  width: 100%;
}

#about #city-bnr.v2 .list .item-in {
  padding: 10px;
  background-color: #f6f0e8;
  border: 1px solid #dacab4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 210px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr.v2 .list .item-in {
    padding: 13px;
    width: 343px;
  }
}

#about #city-bnr.v2 .list .item-img {
  width: 60px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr.v2 .list .item-img {
    width: 90px;
  }
}

#about #city-bnr.v2 .list .item-img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 5px;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr.v2 .list .item-img img {
    height: 90px;
  }
}

#about #city-bnr.v2 .list .item-txt {
  font-size: 120%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: bold;
  width: 135px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr.v2 .list .item-txt {
    width: 210px;
    font-size: 90%;
  }
}

#about #city-bnr.v2 .list .item-txt, #about #city-bnr.v2 .list .item-txt * {
  line-height: 1.2;
}

#about #city-bnr.v2 .list a:hover .item-in {
  background-color: #fff;
}

#media {
  padding: 30px 0;
  background-image: url(../img_top/pc_media_bg.jpg);
  border-radius: 5px;
  width: 480px;
}

@media screen and (max-width: 768px) {
  #media {
    margin-top: 50px;
    width: 100%;
  }
}

#media .in2 {
  margin: 0 auto;
  width: 420px;
}

@media screen and (max-width: 768px) {
  #media .in2 {
    width: 650px;
  }
}

#media .title {
  position: relative;
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}

#media .title::before, #media .title::after, #media .title span::before, #media .title span::after {
  content: "";
  position: absolute;
  background-color: #a39687;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  #media .title::before, #media .title::after, #media .title span::before, #media .title span::after {
    width: 8px;
    height: 8px;
  }
}

#media .title::before {
  top: 5px;
  left: 5px;
}

#media .title::after {
  top: 5px;
  right: 5px;
}

#media .title span::before {
  bottom: 5px;
  left: 5px;
}

#media .title span::after {
  bottom: 5px;
  right: 5px;
}

@media screen and (max-width: 768px) {
  #media .title::before {
    top: 7px;
    left: 7px;
  }
  #media .title::after {
    top: 7px;
    right: 7px;
  }
  #media .title span::before {
    bottom: 7px;
    left: 7px;
  }
  #media .title span::after {
    bottom: 7px;
    right: 7px;
  }
}

#media .bloc {
  margin-top: 35px;
  overflow: hidden;
}

#media .photo {
  float: left;
  width: 220px;
}

@media screen and (max-width: 768px) {
  #media .photo {
    width: 326px;
  }
}

#media .photo img {
  width: 100%;
}

#media .photo a:hover {
  opacity: 0.85;
}

#media .subtitle {
  margin-top: 25px;
  padding: 6px 0;
  border-bottom: 2px solid #fff;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 120%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #media .subtitle {
    border-bottom: 4px solid #fff;
  }
}

#media #koho {
  margin-left: 235px;
  width: 185px;
}

@media screen and (max-width: 768px) {
  #media #koho {
    margin-left: 350px;
    width: 300px;
  }
}

#media #koho .list {
  margin-top: 15px;
}

#media #koho .list li {
  padding-top: 10px;
}

#media #koho .list li a {
  color: #333;
  text-decoration: none;
}

#media #koho .list li span {
  position: relative;
  padding: 10px 25px;
  background-color: #aed9aa;
  border: 1px solid transparent;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #media #koho .list li span {
    padding: 20px 55px;
    border-radius: 40px;
    display: inline-block;
  }
}

#media #koho .list li span:hover {
  background-color: #66554a;
  border: 1px solid #66554a;
  color: #fff;
}

#media #koho .list li span {
  padding: 10px 15px;
  width: 100%;
}

#media #koho .list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 6px;
  right: 10px;
  width: 4px;
  height: 4px;
}

@media screen and (max-width: 768px) {
  #media #koho .list li span::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#media #koho .list li a {
  font-size: 90%;
}

@media screen and (max-width: 768px) {
  #media #koho .list li a {
    font-size: 85%;
  }
}

#media #koho .list li.backnumber span {
  background-color: #ceefcb;
}

#media #koho .list li.backnumber span:hover {
  background-color: #66554a;
}

#media .sns {
  margin-left: 235px;
  width: 185px;
}

@media screen and (max-width: 768px) {
  #media .sns {
    clear: left;
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}

#media .sns .subtitle {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #media .sns .subtitle {
    margin: 0 auto 20px;
    width: 310px;
  }
}

#media .sns .list {
  margin: -10px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

@media screen and (max-width: 768px) {
  #media .sns .list {
    width: 570px;
    justify-content: left;
    margin: -15px auto 0;
  }
}

#media .sns .list li {
  margin: 10px 10px 0;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #media .sns .list li {
    margin: 15px 17px 0;
    width: 80px;
    height: 80px;
  }
}

#media .sns .list li img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

#media .sns .list a:hover {
  opacity: 0.85;
}

#links {
  padding-bottom: 50px;
  background-color: #f4eee6;
}

#links > .in {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #links > .in {
    margin: 0 auto;
    width: 670px;
  }
}

#links .title {
  margin-bottom: 30px;
  border: none !important;
  text-align: center;
}

#links .title .bg {
  position: relative;
  padding: 9px 20px 14px;
  background-color: #66554a;
  color: #fff;
  display: inline-block;
  font-size: 110%;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  #links .title .bg {
    font-size: 90%;
  }
}

#links .title .bg::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #66554a;
  width: 100%;
  height: 5px;
}

#links .title .bg::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  transform: rotate(135deg);
  border: 3px solid transparent;
  border-left: 5px solid #66554a;
  width: 0;
  height: 0;
}

#links .title .bg2 {
  position: relative;
  padding: 0 0.5em;
}

#links .title .bg2::before, #links .title .bg2::after {
  content: "";
  position: absolute;
  top: 50%;
  border-left: 1px solid #fff;
  width: 1px;
  height: 60%;
}

#links .title .bg2::before {
  left: 0;
  transform: translateY(-50%) rotate(150deg);
}

#links .title .bg2::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 768px) {
  #links .in {
    width: 100%;
  }
}

#links .slider-area {
  position: relative;
}

#links .slider-area .list a {
  display: block;
}

#links .slider-area .list a:hover .photo {
  opacity: 0.7;
}

#links .slider-area .list a:focus {
  border: 2px solid #000 !important;
}

#links .slider-area .list img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

#links .slider-area .control {
  position: absolute;
  top: 45px;
  right: 50%;
  transform: translateX(50%);
  background: none !important;
  pointer-events: none;
  width: 1060px;
  z-index: 56;
}

@media screen and (max-width: 768px) {
  #links .slider-area .control {
    top: 73px;
    width: 730px;
  }
}

#links .slider-area .control .prev {
  float: left;
}

#links .slider-area .control .next {
  float: right;
}

#links .slider-area .control .prev, #links .slider-area .control .next {
  background: none !important;
}

#links .slider-area .control .prev button, #links .slider-area .control .next button {
  position: relative;
  background: #66554a !important;
  border-radius: 50%;
  pointer-events: auto;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .control .prev button, #links .slider-area .control .next button {
    width: 60px;
    height: 60px;
  }
}

#links .slider-area .control .prev button::after, #links .slider-area .control .next button::after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .control .prev button::after, #links .slider-area .control .next button::after {
    width: 18px;
    height: 18px;
  }
}

#links .slider-area .control .prev button.bx-prev::after, #links .slider-area .control .next button.bx-prev::after {
  left: 25px;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  #links .slider-area .control .prev button.bx-prev::after, #links .slider-area .control .next button.bx-prev::after {
    left: 26px;
  }
}

#links .slider-area .control .prev button.bx-next::after, #links .slider-area .control .next button.bx-next::after {
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #links .slider-area .control .prev button.bx-next::after, #links .slider-area .control .next button.bx-next::after {
    right: 26px;
  }
}

#links .slider-area .pager-auto {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#links .slider-area .pager-auto .pager {
  padding-bottom: 3px;
  background: none !important;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .pager {
    margin-right: 10px;
  }
}

#links .slider-area .pager-auto .pager .bx-pager, #links .slider-area .pager-auto .pager .bx-pager-list {
  background: none !important;
}

#links .slider-area .pager-auto .pager .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#links .slider-area .pager-auto .pager .bx-pager-item {
  margin-right: 7px;
  background: none !important;
  width: 12px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .pager .bx-pager-item {
    margin-right: 10px;
    width: 26px;
  }
}

#links .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #66554a;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100%;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    height: 26px;
  }
}

#links .slider-area .pager-auto .pager .bx-pager-item .active {
  background-color: #66554a;
  border: 1px solid #fff;
}

#links .slider-area .pager-auto .auto {
  background: none !important;
  pointer-events: auto;
}

#links .slider-area .pager-auto .auto .bx-controls-auto {
  background: none !important;
}

#links .slider-area .pager-auto .auto .bx-controls-auto-item {
  background: none !important;
}

#links .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
  background: #66554a url(../img_top/pc_bx_start.png) no-repeat 55% center;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
    background: #66554a url(../img_top/sp_bx_start.png) no-repeat 55% center;
  }
}

#links .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
  background: #66554a url(../img_top/pc_bx_stop.png) no-repeat center center;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
    background: #66554a url(../img_top/sp_bx_stop.png) no-repeat center center;
  }
}

#links .slider-area .pager-auto .auto .bx-controls-auto-item .active {
  display: none;
}

#links .slider-area .pager-auto .auto .bx-controls-auto-item button {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .auto .bx-controls-auto-item button {
    width: 60px;
    height: 60px;
  }
}

#links .slider-area button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

#links .slider-area button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  #links .slider-area {
    margin: 0 auto;
    width: 646px;
  }
}

#links .slider-area .list li, #links .slider-area .list a {
  height: 150px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .list li, #links .slider-area .list a {
    height: 209px;
  }
}

#links .slider-area .list li img, #links .slider-area .list a img {
  border: 2px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

#links .slider-area a:hover {
  opacity: 0.85;
}

#links .slider-area .pager-auto {
  margin-top: 10px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto {
    align-items: flex-end;
  }
}

#links .slider-area .pager-auto .pager {
  argin-right: 10px;
}

@media screen and (max-width: 768px) {
  #links .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    margin: 10px 0 0;
  }
}

#ad {
  padding: 45px 0 65px;
  background-color: #fff;
}

#ad > .in {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #ad > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#ad .title {
  margin-bottom: 30px;
  border: none !important;
  text-align: center;
}

#ad .list {
  margin-top: -20px;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #ad .list {
    margin-top: -28px;
    margin-left: -28px;
  }
}

#ad .list li {
  margin-top: 20px;
  margin-left: 20px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  #ad .list li {
    margin-top: 28px;
    margin-left: 28px;
    width: 218px;
  }
}

#ad .list li img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#ad .list li a:hover {
  opacity: 0.85;
}

#ad .list li a + p, #ad .list li img + p {
  display: none;
}

#ad .annotation {
  margin: 0 auto 30px;
  text-align: center;
}

#ad .about-ad {
  margin-top: 20px;
  text-align: right;
}

#ad .about-ad a {
  color: #333;
}

#ad .about-ad a:focus {
  display: inline-block !important;
}

/* --------------------------------*/
/* 印刷対応 */
/* --------------------------------*/
@media print {
  #search-menu {
    display: none;
  }
  .beige + .white {
    page-break-before: always;
  }
}

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

#footer .area {
  padding-top: 30px;
  border-top: 2px solid #eaf2c9;
}

#footer #pagetop-pc {
  position: absolute;
  top: -30px;
  right: 115px;
  background: none !important;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #footer #pagetop-pc {
    top: -40px;
    right: 20px;
    width: 82px;
    height: 82px;
  }
}

#footer #pagetop-pc a {
  position: relative;
  background: #66554a !important;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

#footer #pagetop-pc a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-35%) rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #footer #pagetop-pc a::after {
    left: 34px;
  }
}

#footer #pagetop-pc a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  #footer .in {
    margin: 0 auto;
    width: 670px;
  }
}

#footer .in .title {
  text-align: center;
}

#footer .in .list {
  margin-top: 25px;
}

#footer .in .list li {
  padding-top: 7px;
  text-align: center;
}

#footer .in .list li span {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#footer .footer-nav {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #dae5ae;
}

#footer .footer-nav .list {
  background: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .footer-nav .list li {
  padding: 4px 20px;
  border-right: 1px solid #dae5ae;
}

@media screen and (max-width: 768px) {
  #footer .footer-nav .list li {
    border-right: none;
  }
}

#footer .footer-nav .list li a:focus {
  color: #333;
}

#footer .copyright {
  padding: 10px 0;
  background-color: #eaf2c9;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 10px 0;
    font-size: 90%;
  }
}
