@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;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 5px solid #0b857e;
  padding: 8px 15px 6px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #333;
}

h2.head-title a:visited {
  color: #333;
}

h2.head-title a:hover {
  color: #333;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #0b857e;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  padding: 10px 10px 10px;
  border-bottom: 1px solid #0b857e;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 0;
  line-height: 1.2;
  border-bottom: 1px dashed #0b857e;
}

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: #ecf7fd;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, 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: #5a96be;
  text-align: center;
}

.scheme2 {
  border: 1px solid #5a96be;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #5a96be;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #448aca;
  text-align: center;
}

.scheme8 {
  background-color: #0b857e;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #0b857e;
  text-align: center;
}

.scheme11 {
  background-color: #5a96be;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 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: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 40px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #5a96be !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 44px !important;
    border-radius: 0 3px 3px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 105px !important;
    border-radius: 0 3px 3px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 45px !important;
    height: 45px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone {
  margin-bottom: 50px;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #5a96be;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #5a96be;
  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;
  }
  html, body {
    min-width: 1040px !important;
  }
  #info-area {
    flex-wrap: wrap;
    width: 500px !important;
  }
  #info-area #kinkyu, #info-area #topics {
    margin-bottom: 10px;
  }
  #mv #gate-nav {
    margin-left: 0 !important;
  }
}

/* --------------------------------*/
/* PCヘッダー */
/* --------------------------------*/
#header {
  position: relative;
  margin-bottom: 20px;
}

#header .header-subnav-area {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 10px;
  background-color: #ecf7fd;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#header .header-subnav-area.on {
  position: relative;
  bottom: 0;
}

#header .header-subnav-area .to-container {
  position: absolute;
  top: 10px;
  left: 10px;
}

#header .header-subnav-area .box {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
}

#header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
  margin-left: 40px;
  display: flex;
  align-items: center;
}

#header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
  margin-left: 10px;
}

#header .header-subnav-area2 {
  position: relative;
  margin-bottom: 5px;
  border-top: 4px solid #5a96be;
  /*.in2 {
      position: absolute;
      top: -4px;
      left: 50%;
      transform: translate(-50%);
      background: none !important;
      pointer-events: none;
      width: $pc-top-contents-width;
      z-index: 100;
      .btn-search-nav {
        float: right;
        pointer-events: auto;
        button {
          padding: 0;
          background: url(../img_common/pc_btn_open.png) no-repeat;
          border: none;
          text-indent: -9999px;
          display: block;
          cursor: pointer;
          width: 80px;
          height: 80px;
        }
      }
    }*/
}

#header .header-subnav-area2 .in {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  width: 1000px;
}

#header .header-subnav-area2 .in .support-nav {
  position: absolute;
  top: -4px;
  left: 0;
  width: 280px;
}

#header .header-subnav-area2 .in .support-nav .list {
  display: flex;
}

#header .header-subnav-area2 .in .support-nav .list li {
  margin-right: 10px;
  background-color: #0871b3;
  border-radius: 0 0 3px 3px;
  width: 130px;
}

#header .header-subnav-area2 .in .support-nav .list li.view {
  background: #0871b3 url(../img_common/pc_ico_support.png) no-repeat 8px center;
}

#header .header-subnav-area2 .in .support-nav .list li.language {
  background: #0871b3 url(../img_common/pc_ico_language.png) no-repeat 10px center;
}

#header .header-subnav-area2 .in .support-nav .list li a {
  padding: 6px 5px 6px 45px;
  display: block;
  color: #fff;
  text-decoration: none;
  word-wrap: break-word;
}

#header .header-subnav-area2 .in .support-nav .list li a:focus {
  background: none;
}

#header .header-subnav-area2 .in .subnav {
  margin-top: 15px;
  box-sizing: border-box;
  width: 240px;
}

#header .header-subnav-area2 .in .subnav .list {
  margin-bottom: 8px;
  display: flex;
}

#header .header-subnav-area2 .in .subnav .list li {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}

#header .header-subnav-area2 .in .subnav .list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #4e4535;
  border-bottom: 2px solid #4e4535;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area2 .in .subnav .list li::after {
    width: 13px;
    height: 13px;
  }
}

#header .header-subnav-area2 .in .subnav .list li:first-child {
  margin-right: 20px;
}

#header .header-subnav-area2 .in .subnav .list li a {
  color: #0871b3;
}

#header .header-subnav-area2 .in #header-logo {
  margin-top: 20px;
  margin-right: 140px;
}

#header .header-subnav-area2 .in2 {
  position: absolute;
  top: -4px;
  left: 0;
  background: none !important;
  pointer-events: none;
  width: 100%;
  z-index: 100;
}

#header .header-subnav-area2 .in2 .btn-search-nav {
  float: right;
  padding-right: 60px;
  pointer-events: auto;
}

#header .header-subnav-area2 .in2 .btn-search-nav button {
  padding: 0;
  background: url(../img_common/pc_btn_open.png) no-repeat;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

#header #header-nav .box {
  margin: 0 auto;
  width: 1000px;
}

#header #header-nav .list {
  display: flex;
  justify-content: space-between;
}

#header #header-nav .list > li {
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  width: 155px;
}

#header #header-nav .list > li.nav1 {
  background: url(../img_common/pc_nav1.jpg) no-repeat center top;
  border-bottom: 2px solid #5a96be;
}

#header #header-nav .list > li.nav2 {
  background: url(../img_common/pc_nav2.jpg) no-repeat center top;
  border-bottom: 2px solid #d26464;
}

#header #header-nav .list > li.nav3 {
  background: url(../img_common/pc_nav3.jpg) no-repeat center top;
  border-bottom: 2px solid #6eb43c;
}

#header #header-nav .list > li.nav4 {
  background: url(../img_common/pc_nav4.jpg) no-repeat center top;
  border-bottom: 2px solid #c4a619;
}

#header #header-nav .list > li.nav5 {
  background: url(../img_common/pc_nav5.jpg) no-repeat center top;
  border-bottom: 2px solid #f1c618;
}

#header #header-nav .list > li.nav6 {
  background: url(../img_common/pc_nav6.jpg) no-repeat center top;
  border-bottom: 2px solid #be3021;
}

#header #header-nav .list > li .category a {
  padding: 55px 10px 12px;
  display: block;
  color: #000;
  text-decoration: none;
}

#header #header-nav .list > li .category a:focus {
  background: none;
}

#header #header-nav .list > li .dropmenu {
  position: absolute;
  top: 100%;
  padding-top: 18px;
  background: none !important;
  display: none;
  width: 1000px;
  z-index: 200;
}

#header #header-nav .list > li .dropmenu .in {
  padding: 17px 18px;
  background-color: #ecf7fd;
  border: 2px solid #0871b3;
  box-sizing: border-box;
}

#header #header-nav .list > li .dropmenu .list2 {
  margin-top: -21px;
  margin-left: -21px;
  background: none !important;
  display: flex;
  flex-wrap: wrap;
}

#header #header-nav .list > li .dropmenu .list2 li {
  position: relative;
  margin-top: 21px;
  margin-left: 21px;
  display: flex;
  align-items: center;
  width: 306px;
}

#header #header-nav .list > li .dropmenu .list2 a {
  position: relative;
  padding: 15px 15px 15px 30px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  text-align: left;
  width: 100%;
  height: 100%;
}

#header #header-nav .list > li .dropmenu .list2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #3847a3;
  border-bottom: 1px solid #3847a3;
  width: 5px;
  height: 5px;
  left: 12px;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  #header #header-nav .list > li .dropmenu .list2 a::after {
    width: 13px;
    height: 13px;
  }
}

#header #header-nav .list > li.on .dropmenu {
  display: block !important;
}

#header #header-nav .list > li.on::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../img_common/pc_dropmenu_arrow.png) no-repeat center bottom;
  width: 100%;
  height: 20px;
  z-index: 210;
}

#header #header-nav .list > li.nav1 .dropmenu {
  left: calc( (155px + 14px) * (1 - 1) * -1);
}

#header #header-nav .list > li.nav2 .dropmenu {
  left: calc( (155px + 14px) * (2 - 1) * -1);
}

#header #header-nav .list > li.nav3 .dropmenu {
  left: calc( (155px + 14px) * (3 - 1) * -1);
}

#header #header-nav .list > li.nav4 .dropmenu {
  left: calc( (155px + 14px) * (4 - 1) * -1);
}

#header #header-nav .list > li.nav5 .dropmenu {
  left: calc( (155px + 14px) * (5 - 1) * -1);
}

#header #header-nav .list > li.nav6 .dropmenu {
  left: calc( (155px + 14px) * (6 - 1) * -1);
}

#search-nav .modal-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(236, 247, 253, 0.9);
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 300;
}

#search-nav .modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  z-index: 310;
  width: 100%;
  max-height: 100vh;
}

#search-nav .in {
  position: relative;
  margin: 0 auto 80px;
  width: 1000px;
}

#search-nav .btn-search-nav {
  position: fixed;
  top: 0;
  right: 60px;
}

#search-nav .btn-search-nav button {
  padding: 0;
  background: url(../img_common/pc_btn_close.png) no-repeat;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

#search-nav .title {
  margin-bottom: 15px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

#search-nav .google-search {
  margin-bottom: 45px;
  padding-top: 40px;
}

#search-nav .google-search .search-box {
  margin: 0 auto;
  width: 600px;
}

#search-nav .search-lifescene {
  margin-bottom: 45px;
}

#search-nav .search-lifescene .life1 .list {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

#search-nav .search-lifescene .life1 .list li {
  margin-bottom: 23px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 150px;
}

#search-nav .search-lifescene .life1 .list li a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#search-nav .search-lifescene .life1 .list li a:hover span {
  background-color: #fbffd0;
}

#search-nav .search-lifescene .life1 .list li span {
  padding: 110px 10px 15px 10px;
  border-top: 3px solid #0c857e;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  #search-nav .search-lifescene .life1 .list li.ninshin span {
    background: #f9fcfe url(../img_common/pc_lifescene_ninshin.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.nyuen span {
    background: #f9fcfe url(../img_common/pc_lifescene_nyuen.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.job span {
    background: #f9fcfe url(../img_common/pc_lifescene_job.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.marriage span {
    background: #f9fcfe url(../img_common/pc_lifescene_marriage.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.health span {
    background: #f9fcfe url(../img_common/pc_lifescene_health.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.kaigo span {
    background: #f9fcfe url(../img_common/pc_lifescene_kaigo.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.juminhyo span {
    background: #f9fcfe url(../img_common/pc_lifescene_juminhyo.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.move span {
    background: #f9fcfe url(../img_common/pc_lifescene_move.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.tax span {
    background: #f9fcfe url(../img_common/pc_lifescene_tax.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.gomi span {
    background: #f9fcfe url(../img_common/pc_lifescene_gomi.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.okuyami span {
    background: #f9fcfe url(../img_common/pc_lifescene_okuyami.png) no-repeat center top 15px;
  }
  #search-nav .search-lifescene .life1 .list li.consult span {
    background: #f9fcfe url(../img_common/pc_lifescene_consult.png) no-repeat center top 15px;
  }
}

#search-nav .search-area {
  display: flex;
  justify-content: space-between;
}

#search-nav .search-useful {
  width: 493px;
}

#search-nav .search-useful .life2 {
  margin-bottom: 13px;
}

#search-nav .search-useful .life2 .list {
  margin: 0 auto;
  width: 100%;
}

#search-nav .search-useful .life2 .list li a {
  display: block;
  color: #000;
  text-decoration: none;
}

#search-nav .search-useful .life2 .list li a:hover span {
  background-color: #fbffd0;
}

#search-nav .search-useful .life2 .list li span {
  position: relative;
  padding: 30px 10px 30px 80px;
  background: #f9fcfe url(../img_common/pc_lifescene_tetsuduki.png) no-repeat left center;
  border-left: 3px solid #0c857e;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
}

#search-nav .search-useful .life2 .list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #0c857e;
  border-bottom: 2px solid #0c857e;
  width: 5px;
  height: 5px;
  right: 12px;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  #search-nav .search-useful .life2 .list li span::after {
    width: 13px;
    height: 13px;
  }
}

#search-nav .search-useful .life3 .list {
  margin-top: -13px;
  margin-left: -13px;
  display: flex;
  flex-wrap: wrap;
}

#search-nav .search-useful .life3 .list li {
  margin-top: 13px;
  margin-left: 13px;
  display: flex;
  align-items: center;
  width: 240px;
}

#search-nav .search-useful .life3 .list li a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#search-nav .search-useful .life3 .list li a:hover span {
  background-color: #fbffd0;
}

#search-nav .search-useful .life3 .list li span {
  position: relative;
  padding: 20px 35px 20px 18px;
  background-color: #f9fcfe;
  border-left: 3px solid #0c857e;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

#search-nav .search-useful .life3 .list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #0c857e;
  border-bottom: 2px solid #0c857e;
  width: 5px;
  height: 5px;
  right: 12px;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  #search-nav .search-useful .life3 .list li span::after {
    width: 13px;
    height: 13px;
  }
}

#search-nav .search-ranking {
  width: 493px;
}

#search-nav .search-ranking .list {
  margin: 0 auto;
  width: 460px;
}

#search-nav .search-ranking .list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

#search-nav .search-ranking .list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #0c857e;
  border-bottom: 1px solid #0c857e;
  width: 5px;
  height: 5px;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  #search-nav .search-ranking .list li::after {
    width: 13px;
    height: 13px;
  }
}

/* --------------------------------*/
/* SPヘッダー */
/* --------------------------------*/
@media screen and (max-width: 768px) {
  body.is-sp-modal-open {
    position: fixed;
    left: 0;
    width: 100%;
  }
}

#sp-header {
  position: relative;
}

#sp-header #sp-header-logo {
  border-top: 6px solid #5a96be;
  text-align: center;
}

#sp-header .modal-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: #0871b3;
  line-height: 1;
  width: 100%;
  z-index: 120;
}

#sp-header .modal-btn .in {
  margin: 0 auto;
  width: 580px;
}

#sp-header .modal-btn .list {
  display: flex;
  justify-content: space-between;
}

#sp-header .modal-btn .list .contact, #sp-header .modal-btn .list .search {
  width: 150px;
}

#sp-header .modal-btn .list .menu {
  width: 100px;
}

#sp-header .modal-btn .list .menu-open button {
  background: url(../img_common/sp_menu_open.jpg) no-repeat center center;
}

#sp-header .modal-btn .list .menu-close button {
  background: url(../img_common/sp_menu_close.jpg) no-repeat center center;
}

#sp-header .modal-btn .list .search-open button {
  background: url(../img_common/sp_search_open.png) no-repeat center center;
}

#sp-header .modal-btn .list .search-close button {
  background: url(../img_common/sp_search_close.png) no-repeat center center;
}

#sp-header .modal-btn .list .contact a {
  display: block;
  height: 100%;
}

#sp-header .modal-btn .list .contact span {
  background: url(../img_common/sp_contact.png) no-repeat center center !important;
  display: block;
  text-indent: -9999px;
  height: 100%;
}

#sp-header .modal-btn .list .is-active {
  display: none;
}

#sp-header .modal-btn button {
  border: none;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  width: 100%;
  height: 100px;
}

.sp-modal-menu, .sp-modal-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  padding-bottom: 220px;
  width: 100%;
  height: 100vh;
  background-color: rgba(236, 247, 253, 0.8);
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  transform: translateY(calc(100vh - 150px));
  transition: .2s ease all;
}

.sp-modal-menu.is-active, .sp-modal-search.is-active {
  visibility: visible;
  transform: translateY(0);
}

.sp-modal-menu .in, .sp-modal-search .in {
  padding-bottom: 20px;
  background-color: #ecf7fd;
}

.sp-modal-menu .logo, .sp-modal-search .logo {
  background-color: #fff;
  border-top: 6px solid #5a96be;
  text-align: center;
}

.sp-modal-menu .sp-header-nav, .sp-modal-search .sp-header-nav {
  margin: 15px auto 30px;
  width: 710px;
}

.sp-modal-menu .sp-header-nav .menu, .sp-modal-search .sp-header-nav .menu {
  margin-bottom: 20px;
}

.sp-modal-menu .sp-header-nav .menu .list, .sp-modal-search .sp-header-nav .menu .list {
  display: flex;
  justify-content: space-between;
}

.sp-modal-menu .sp-header-nav .menu .list li, .sp-modal-search .sp-header-nav .menu .list li {
  border: 2px solid #0871b3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 340px;
}

.sp-modal-menu .sp-header-nav .menu .list a, .sp-modal-search .sp-header-nav .menu .list a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.sp-modal-menu .sp-header-nav .menu .list span, .sp-modal-search .sp-header-nav .menu .list span {
  position: relative;
  padding: 20px 40px 20px 25px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sp-modal-menu .sp-header-nav .menu .list span::after, .sp-modal-search .sp-header-nav .menu .list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #3c3120;
  border-bottom: 1px solid #3c3120;
  width: 5px;
  height: 5px;
  right: 15px;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .sp-modal-menu .sp-header-nav .menu .list span::after, .sp-modal-search .sp-header-nav .menu .list span::after {
    width: 13px;
    height: 13px;
  }
}

.sp-modal-menu .sp-header-nav .menu2, .sp-modal-search .sp-header-nav .menu2 {
  border-top: 2px solid #0871b3;
}

.sp-modal-menu .sp-header-nav .menu2 .title, .sp-modal-search .sp-header-nav .menu2 .title {
  position: relative;
  border-bottom: 2px solid #0871b3;
}

.sp-modal-menu .sp-header-nav .menu2 .title a, .sp-modal-search .sp-header-nav .menu2 .title a {
  padding: 22px 0 20px 20px;
  box-sizing: border-box;
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  width: 645px;
}

.sp-modal-menu .sp-header-nav .menu2 .title span, .sp-modal-search .sp-header-nav .menu2 .title span {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img_common/sp_ico_plus.jpg) no-repeat center center;
  display: block;
  width: 65px;
  height: 100%;
}

.sp-modal-menu .sp-header-nav .menu2 .title span.on, .sp-modal-search .sp-header-nav .menu2 .title span.on {
  background: url(../img_common/sp_ico_mynus.jpg) no-repeat center center;
}

.sp-modal-menu .sp-header-nav .menu2 .list, .sp-modal-search .sp-header-nav .menu2 .list {
  padding: 20px;
  border-bottom: 2px solid #0871b3;
}

.sp-modal-menu .sp-header-nav .menu2 .list li, .sp-modal-search .sp-header-nav .menu2 .list li {
  position: relative;
  padding: 10px 10px 10px 35px;
}

.sp-modal-menu .sp-header-nav .menu2 .list li::before, .sp-modal-search .sp-header-nav .menu2 .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #3c3120;
  border-bottom: 1px solid #3c3120;
  width: 5px;
  height: 5px;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .sp-modal-menu .sp-header-nav .menu2 .list li::before, .sp-modal-search .sp-header-nav .menu2 .list li::before {
    width: 13px;
    height: 13px;
  }
}

.sp-modal-menu .area .to-pc-link,
.sp-modal-menu .area .foreign-sp, .sp-modal-search .area .to-pc-link,
.sp-modal-search .area .foreign-sp {
  margin: 0 auto 35px;
  background-color: #fff;
  border: 2px solid #0871b3;
  box-sizing: border-box;
  font-size: 120%;
  text-align: center;
  width: 600px;
}

.sp-modal-menu .area .to-pc-link a,
.sp-modal-menu .area .foreign-sp a, .sp-modal-search .area .to-pc-link a,
.sp-modal-search .area .foreign-sp a {
  padding: 15px 0;
  display: block;
  color: #333;
  text-decoration: none;
}

.sp-modal-menu .area .to-pc-link span,
.sp-modal-menu .area .foreign-sp span, .sp-modal-search .area .to-pc-link span,
.sp-modal-search .area .foreign-sp span {
  padding-left: 60px;
  background: url(../img_common/sp_ico_notepc.png) no-repeat left center;
  display: inline-block;
  min-height: 35px;
}

.sp-modal-menu .area .foreign-sp span, .sp-modal-search .area .foreign-sp span {
  background: url(../img_common/sp_ico_globe.png) no-repeat left center;
}

.sp-modal-menu .area .support, .sp-modal-search .area .support {
  margin: 0 auto 35px;
  padding: 40px 0;
  background-color: #fff;
  width: 600px;
}

.sp-modal-menu .area .support .header-size, .sp-modal-search .area .support .header-size {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-modal-menu .area .support .header-size .title, .sp-modal-search .area .support .header-size .title {
  margin-right: 25px;
  font-size: 120%;
  text-align: right;
}

.sp-modal-menu .area .support .header-size .item, .sp-modal-search .area .support .header-size .item {
  margin-right: 10px;
}

.sp-modal-menu .area .support .header-color, .sp-modal-search .area .support .header-color {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-modal-menu .area .support .header-color .title, .sp-modal-search .area .support .header-color .title {
  margin-right: 25px;
  font-size: 120%;
  text-align: right;
}

.sp-modal-menu .area .support .header-color .item, .sp-modal-menu .area .support .header-color .item2, .sp-modal-search .area .support .header-color .item, .sp-modal-search .area .support .header-color .item2 {
  margin-right: 10px;
}

.sp-modal-menu .area .arrow-btn, .sp-modal-search .area .arrow-btn {
  margin: 0 auto 35px;
  padding: 25px 0;
  background: #fff url(../img_common/sp_btn_bg.png) no-repeat right center;
  font-size: 120%;
  text-align: center;
  width: 650px;
}

.sp-modal-menu .area .arrow-btn a, .sp-modal-search .area .arrow-btn a {
  display: block;
  color: #333;
  text-decoration: none;
}

.sp-modal-search .search {
  margin: 20px auto 30px;
  width: 680px;
}

.sp-modal-search .search .title {
  margin-bottom: 0.3em;
  font-weight: bold;
  text-align: center;
}

.sp-modal-search .search .cse .gsc-search-button-v2, .sp-modal-search .search .gsc-search-button-v2 {
  background-color: #00a197 !important;
}

.sp-modal-search .sp-header-nav .menu {
  margin-bottom: 35px;
}

.sp-modal-search .sp-header-nav .menu .list {
  margin-top: -10px;
  margin-left: -10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sp-modal-search .sp-header-nav .menu .list li {
  margin-top: 10px;
  margin-left: 10px;
}

.sp-modal-search .sp-header-nav .menu .title {
  margin-bottom: 0.3em;
  font-weight: bold;
  text-align: center;
}

.sp-modal-search .sp-header-nav .menu2 {
  margin-bottom: 35px;
}

.sp-modal-search .sp-header-nav .ranking {
  margin-bottom: 35px;
}

.sp-modal-search .sp-header-nav .ranking .title {
  margin-bottom: 0.3em;
  font-weight: bold;
  text-align: center;
}

.sp-modal-search .sp-header-nav .ranking .list li {
  position: relative;
  padding: 10px 10px 10px 35px;
}

.sp-modal-search .sp-header-nav .ranking .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #3c3120;
  border-bottom: 1px solid #3c3120;
  width: 5px;
  height: 5px;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .sp-modal-search .sp-header-nav .ranking .list li::before {
    width: 13px;
    height: 13px;
  }
}

.to-container a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  margin-top: -9999px;
  color: #333;
  font-size: 97%;
}

.to-container a:focus {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

html, body, #wrapper, #wrapper-in, #wrapper-in2, #container, #container-in, #main {
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  html, body, #wrapper, #wrapper-in, #wrapper-in2, #container, #container-in, #main {
    height: auto;
  }
}

html, body {
  overflow-x: auto;
  overflow-y: auto;
  min-width: 1300px;
  min-height: 750px;
}

@media screen and (max-width: 768px) {
  html, body {
    min-width: auto;
    max-width: initial;
    min-height: auto;
    max-height: initial;
  }
}

#gate {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  #gate {
    display: block;
    height: auto;
  }
}

#gate #gate-header {
  position: relative;
  height: 100%;
  min-height: 590px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #gate #gate-header {
    margin: 12px 0;
    height: auto;
    min-height: auto;
    max-height: initial;
  }
  #gate #gate-header .header-logo {
    margin-bottom: 20px;
  }
  #gate #gate-header .header-logo a {
    display: block;
    height: 100%;
  }
}

#gate #gate-footer {
  border-top: 4px solid #00629d;
}

#title-in {
  position: absolute;
  top: 20px;
  left: 50px;
  text-align: center;
  width: 240px;
  z-index: 120;
}

@media screen and (max-width: 768px) {
  #title-in {
    position: static;
    transform: translate(0);
    margin: 0 auto 5px;
    display: flex;
    flex-direction: column-reverse;
    width: 700px;
  }
}

#title-in .search-box {
  margin: 0 auto 15px;
  width: 215px;
}

@media screen and (max-width: 768px) {
  #title-in .search-box {
    margin-bottom: 20px;
    width: 100%;
  }
  #title-in .search-box .cse .gsc-search-button-v2, #title-in .search-box .gsc-search-button-v2 {
    background-color: #00a197 !important;
  }
}

@media screen and (max-width: 768px) {
  .smartalert {
    margin-bottom: 20px;
  }
}

.smartalert .box {
  border: 2px solid #0000a0;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .smartalert .box {
    margin: 15px 50px 15px 50px;
  }
}

.smartalert .sa-head {
  align-items: center;
  background-color: #0000a0;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .smartalert .sa-head {
    flex-shrink: 0;
    min-width: 205px;
  }
}

@media screen and (max-width: 768px) {
  .smartalert .sa-head {
    border: 2px solid #0000a0;
    border-right: none;
    flex-direction: column;
    padding: 58px 0;
    width: 145px;
  }
}

.smartalert .sa-head .sa-alert-ttl {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .smartalert .sa-head .sa-alert-ttl {
    font-size: 160%;
  }
}

@media screen and (max-width: 768px) {
  .smartalert .sa-head .sa-alert-ttl {
    font-size: 80%;
    text-align: center;
  }
}

.smartalert .sa-body {
  flex: 1;
}

@media print, screen and (min-width: 769px) {
  .smartalert .sa-body {
    padding: 20px 35px;
  }
}

@media screen and (max-width: 768px) {
  .smartalert .sa-body {
    padding: 20px;
  }
}

.smartalert .sa-body .sa-alert-list {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .smartalert .sa-body .sa-alert-list {
    height: 95px;
  }
}

@media screen and (max-width: 768px) {
  .smartalert .sa-body .sa-alert-list {
    height: 230px;
  }
}

.smartalert .sa-body li {
  padding-left: 15px;
  position: relative;
}

.smartalert .sa-body li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .smartalert .sa-body li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

@media print, screen and (min-width: 769px) {
  .smartalert .sa-body li {
    display: flex;
    background: url(../img_top/pc_arrow_blue.png) no-repeat left top 5px;
    gap: 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .smartalert .sa-body li {
    background: url(../img_top/sp_arrow_blue.png) no-repeat left top 6px;
    line-height: 1.3;
    padding-left: 30px;
  }
}

.smartalert .sa-body li .date {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .smartalert .sa-body li .txt {
    display: block;
  }
}

.smartalert .more {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .smartalert .more {
    margin-top: 30px;
    text-align: center;
  }
}

.smartalert .more a {
  background-color: #0000a0;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  padding: 15px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .smartalert .more a {
    background-color: #fff;
    color: #0000a0;
    font-size: 60%;
    padding: 5px 8px;
  }
}

.smartalert .more a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
}

.smartalert .more a:hover {
  text-decoration: underline;
}

#info-area {
  position: absolute;
  top: 10px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
  width: 940px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #info-area {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0);
    margin: 0 auto;
    display: block;
    width: 700px;
  }
}

#info-area #kinkyu, #info-area #topics {
  display: flex;
  width: 460px;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu, #info-area #topics {
    margin-bottom: 20px;
    width: 100%;
  }
}

#info-area #kinkyu .title, #info-area #topics .title {
  background-color: #c42d2d;
  display: flex;
  align-items: center;
  width: 100px;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu .title, #info-area #topics .title {
    font-size: 110%;
    width: 145px;
  }
}

#info-area #kinkyu .title span, #info-area #topics .title span {
  padding: 30px 0.3em 10px;
  background: url(../img_top/pc_ico_kinkyu.png) no-repeat center top;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu .title span, #info-area #topics .title span {
    padding: 45px 0.3em 20px;
    background: url(../img_top/sp_ico_kinkyu.png) no-repeat center top;
  }
}

#info-area #kinkyu .box, #info-area #topics .box {
  background-color: #fff;
  border: 2px solid #c42d2d;
  box-sizing: border-box;
  width: 360px;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu .box, #info-area #topics .box {
    width: calc(100% - 145px);
  }
}

#info-area #kinkyu .scroll-area, #info-area #topics .scroll-area {
  overflow-y: auto;
  height: 125px;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu .scroll-area, #info-area #topics .scroll-area {
    height: 270px;
  }
}

#info-area #kinkyu .list, #info-area #topics .list {
  margin: 10px 15px;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu .list, #info-area #topics .list {
    margin: 20px;
  }
}

#info-area #kinkyu .list li, #info-area #topics .list li {
  padding-bottom: 0.5em;
}

#info-area #kinkyu .list .date, #info-area #topics .list .date {
  margin-bottom: 0.3em;
  padding-left: 12px;
  background: url(../img_top/pc_arrow_red.png) no-repeat left center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #info-area #kinkyu .list .date, #info-area #topics .list .date {
    padding-left: 25px;
    background: url(../img_top/sp_arrow_red.png) no-repeat left center;
  }
}

#info-area #kinkyu .list .txt, #info-area #topics .list .txt {
  padding-left: 3px;
}

#info-area #topics {
  margin-left: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #info-area #topics {
    margin-left: 0;
  }
}

#info-area #topics .title {
  background-color: #fff;
  border: 2px solid #00629D;
  border-right: none;
  flex-direction: column;
  justify-content: center;
}

#info-area #topics .title > :nth-child(2) {
  font-size: 60%;
}

#info-area #topics .title span {
  padding: 0 0.3em;
  background: none;
  color: #00629D;
}

#info-area #topics .box {
  border: 2px solid #00629D;
}

#info-area #topics .list li {
  margin-bottom: 0.8em !important;
  padding-bottom: 0 !important;
  padding-left: 15px;
  background: url(../img_top/pc_arrow_blue.png) no-repeat left center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #info-area #topics .list li {
    padding-left: 30px;
    background: url(../img_top/sp_arrow_blue.png) no-repeat left center;
  }
}

#mv {
  height: 100%;
}

@media screen and (max-width: 768px) {
  #mv {
    position: relative;
    height: auto;
  }
}

#mv .title-area {
  position: absolute;
  top: 0;
  left: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 240px;
  height: 100%;
  z-index: 110;
}

@media screen and (max-width: 768px) {
  #mv .title-area {
    transform: translate(0);
    left: 0;
    right: auto;
    width: 190px;
    height: 610px;
  }
}

#mv .title-area .in {
  position: relative;
  margin-top: 250px;
}

@media screen and (max-width: 768px) {
  #mv .title-area .in {
    margin-top: 50px;
  }
}

#mv .title-area .in .title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

#mv .title-area .in .map {
  padding-top: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mv .title-area .in .map {
    padding-top: 240px;
  }
}

#mv .slider-area {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #mv .slider-area {
    margin: 0;
    width: 100%;
  }
}

#mv .slider-area .list li {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .list li {
    height: 610px;
  }
}

#mv .slider-area .list li img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .list li img {
    width: 100%;
    height: 610px;
  }
}

#mv .slider-area .pager-auto {
  position: absolute;
  bottom: 25px;
  right: 10px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto {
    flex-direction: row;
    width: auto;
  }
}

#mv .slider-area .pager-auto .pager {
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item {
    float: left;
    height: 22px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
  margin-bottom: 13px;
  background-color: #fff;
  border: 1px solid #5a96be;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    margin-right: 22px;
    border: 2px solid #5a96be;
    width: 22px;
    height: 22px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .active {
  background-color: #5a96be;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item .active {
    border: 2px solid #fff;
  }
}

#mv .slider-area .pager-auto .auto {
  pointer-events: auto;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
  background: #5a96be url(../img_top/pc_bx_start.png) no-repeat 55% center;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
    background-image: url(../img_top/sp_bx_start.png);
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
  background: #5a96be url(../img_top/pc_bx_stop.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
    background-image: url(../img_top/sp_bx_stop.png);
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .active {
  display: none;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
  }
}

#mv .slider-area button {
  padding: 0;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  #mv .slider-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #mv .slider-area {
    margin-bottom: 25px;
    height: 610px;
  }
}

#mv .slider-area .bx-wrapper, #mv .slider-area .bx-viewport {
  height: 100% !important;
}

#mv .slider-area .bx-wrapper .list, #mv .slider-area .bx-wrapper li, #mv .slider-area .bx-viewport .list, #mv .slider-area .bx-viewport li {
  height: 100%;
}

#mv .slider-area .bx-wrapper li a, #mv .slider-area .bx-viewport li a {
  height: 100%;
  display: block;
}

#mv .slider-area .pager-auto {
  z-index: 130;
}

#mv #gate-nav {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 145px;
  pointer-events: none;
  width: 940px;
  z-index: 120;
}

@media screen and (max-width: 768px) {
  #mv #gate-nav {
    position: static;
    transform: translateX(0);
    margin: 0 auto;
    width: 700px;
  }
}

#mv #gate-nav .list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #mv #gate-nav .list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#mv #gate-nav .list li {
  pointer-events: auto;
  width: 210px;
}

@media screen and (max-width: 768px) {
  #mv #gate-nav .list li {
    margin-bottom: 20px;
    width: 330px;
  }
  #mv #gate-nav .list li:nth-child(even) {
    margin-left: 40px;
  }
}

#mv #gate-nav .list li a {
  background: none;
  display: block;
}

#mv #gate-nav .list li a:hover {
  opacity: 0.9;
}

#mv #gate-nav .list li img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 210px;
}

@media screen and (max-width: 768px) {
  #mv #gate-nav .list li img {
    width: 100%;
    height: 330px;
  }
}

#ad .in {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}

@media screen and (max-width: 768px) {
  #ad .in {
    position: relative;
    margin: 20px auto;
    display: block;
    width: 652px;
  }
}

#ad .title-area {
  margin-left: 5px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  #ad .title-area {
    margin-left: 0;
    width: 100%;
  }
}

#ad .title {
  color: #2e2e4b;
  font-size: 130%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ad .title {
    margin-bottom: 20px;
  }
}

#ad .link span {
  position: relative;
  padding-left: 15px;
  display: block;
}

#ad .link span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #2e2e4b;
  border-bottom: 1px solid #2e2e4b;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  #ad .link span::after {
    right: 30px;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 768px) {
  #ad .link span {
    padding-left: 25px;
    display: inline-block;
  }
}

#ad .link span a:focus {
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  #ad .link {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }
}

#ad .box {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #ad .box {
    padding-bottom: 40px;
    width: 100%;
  }
}

#ad .box .list {
  margin-top: -10px;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  width: 828px;
}

@media screen and (max-width: 768px) {
  #ad .box .list {
    margin-top: -20px;
    margin-left: -52px;
    width: auto;
    width: initial;
  }
}

#ad .box .list li {
  margin-top: 10px;
  margin-left: 20px;
  width: 118px;
}

@media screen and (max-width: 768px) {
  #ad .box .list li {
    margin-top: 20px;
    margin-left: 52px;
    width: 300px;
  }
}

#ad .box .list li img {
  width: 100%;
  height: auto;
}

#site-info {
  border-top: 1px solid #00629d;
}

#site-info .in {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}

@media screen and (max-width: 768px) {
  #site-info .in {
    margin: 25px auto;
    display: block;
    width: 100%;
  }
}

#site-info .title-area {
  width: 160px;
}

@media screen and (max-width: 768px) {
  #site-info .title-area {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
}

#site-info .box {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #site-info .box {
    margin: 0 auto;
    font-size: 90%;
    width: 680px;
  }
}

#gate-footer-nav {
  padding: 8px;
  background-color: #0c857e;
}

@media screen and (max-width: 768px) {
  #gate-footer-nav {
    padding: 25px 20px;
  }
}

#gate-footer-nav .in {
  margin: 0 auto;
  display: flex;
  width: 1200px;
}

@media screen and (max-width: 768px) {
  #gate-footer-nav .in {
    display: block;
    width: 100%;
  }
}

#gate-footer-nav .list {
  display: flex;
}

@media screen and (max-width: 768px) {
  #gate-footer-nav .list {
    margin-bottom: 10px;
    justify-content: center;
  }
}

#gate-footer-nav .list li {
  margin-right: 25px;
  padding-left: 15px;
  background: url(../img_top/sp_arrow_white.png) no-repeat left center;
  background-size: 10px;
}

@media screen and (max-width: 768px) {
  #gate-footer-nav .list li {
    padding-left: 25px;
    background-size: 20px;
  }
}

#gate-footer-nav .list li a {
  color: #fff;
}

#gate-footer-nav .list li a:focus {
  color: #333;
}

#gate-footer-nav .copyright {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #gate-footer-nav .copyright {
    font-size: 90%;
    text-align: center;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  position: relative;
  background: url(../../../section/img/footer_img.jpg) no-repeat center top;
  background-size: cover;
  min-height: 60em;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-bottom: 140px;
    background: url(../../../section/img_sp/footer_img.jpg) no-repeat center top;
    background-size: cover;
    min-height: 50em;
  }
}

#footer .area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer #pagetop-pc {
  position: fixed;
  bottom: 180px;
  right: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #footer #pagetop-pc {
    bottom: 650px;
    right: 20px;
    width: 70px;
    height: 70px;
  }
}

#footer #pagetop-pc a {
  position: relative;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

#footer #pagetop-pc a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%) rotate(-135deg);
  border-right: 2px solid #342917;
  border-bottom: 2px solid #342917;
  width: 20px;
  height: 20px;
}

#footer #pagetop-pc a:hover {
  background-color: #fbffd0;
}

#footer .in {
  margin: 0 auto 20px;
  display: flex;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #footer .in {
    display: block;
    width: 710px;
  }
}

#footer .title-area {
  margin-right: 20px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  #footer .title-area {
    margin-bottom: 55px;
    width: 100%;
  }
}

#footer .num {
  color: #fff;
  word-wrap: break-word;
  text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
}

@media screen and (max-width: 768px) {
  #footer .num {
    margin-top: 15px;
    font-size: 70%;
  }
  #footer .num a {
    color: #fff;
    text-decoration: none;
  }
}

#footer .box {
  color: #fff;
  text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
}

@media screen and (max-width: 768px) {
  #footer .box {
    font-size: 90%;
  }
  #footer .box a {
    color: #fff;
    text-decoration: none;
  }
}

#footer #footer-nav {
  margin: 0 auto 20px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  #footer #footer-nav {
    width: 710px;
  }
}

#footer #footer-nav .list {
  display: flex;
}

#footer #footer-nav .list li {
  margin-right: 20px;
  border: 1px solid #fff;
  width: 180px;
}

@media screen and (max-width: 768px) {
  #footer #footer-nav .list li {
    margin-right: 25px;
    width: 270px;
  }
}

#footer #footer-nav .list li a {
  color: #fff;
  text-decoration: none;
}

#footer #footer-nav .list li span {
  position: relative;
  padding: 10px 30px 10px 20px;
  display: block;
  text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
}

@media screen and (max-width: 768px) {
  #footer #footer-nav .list li span {
    font-size: 80%;
  }
}

#footer #footer-nav .list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
  right: 12px;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  #footer #footer-nav .list li span::after {
    width: 13px;
    height: 13px;
  }
}

#footer #footer-nav2 {
  background-color: rgba(255, 255, 255, 0.9);
}

#footer #footer-nav2 .list {
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #footer #footer-nav2 .list {
    flex-wrap: wrap;
  }
}

#footer #footer-nav2 .list li {
  padding: 0 30px;
  border-right: 1px solid #5e574e;
}

@media screen and (max-width: 768px) {
  #footer #footer-nav2 .list li {
    margin: 10px 0;
    font-size: 80%;
  }
  #footer #footer-nav2 .list li:nth-child(3), #footer #footer-nav2 .list li:last-child {
    border-right: none;
  }
}

#footer #footer-nav2 .list li a {
  color: #5e574e;
}

#footer .copyright {
  padding: 10px;
  color: #fff;
  font-size: 85%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 70%;
  }
}
