@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;
  background: #c2fdfd;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 8px 15px 6px 15px;
  border-radius: 5px;
}

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: #ffe49e;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 5px;
}

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 15px 10px;
  border-bottom: 4px solid #ffb4b0;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ebebeb;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding: 5px 0 5px 15px;
  margin-top: 20px;
  line-height: 1.2;
  background-image: url(../img_sub/h6_icon.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

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: #eee;
}

.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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: #f5f5f5;
  text-align: center;
}

.scheme2 {
  border: 1px solid #a2d0f9;
  text-align: center;
}

.scheme3 {
  background-color: #333333;
  text-align: center;
}

.scheme4 {
  background-color: #ffb4b0;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ffb4b0;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #a2d0f9;
  text-align: center;
}

.scheme8 {
  background-color: #1e2935;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f4f4f4;
  text-align: center;
}

.scheme10 {
  background-color: #a2d0f9;
  text-align: center;
}

.scheme11 {
  background-color: #ffe49e;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #1e2935 !important;
  padding: 0 10px !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 58px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 58px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #1e2935 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f3f3f3;
  border: 6px solid #ededed;
  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: #1e2935;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  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;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    position: relative;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .drawer-menu {
    position: fixed;
    top: 0;
    z-index: 80;
    background-color: #fff;
    width: 100%;
    display: none;
    overflow: auto;
    height: 100vh;
  }
  #header .drawer-menu .close-top {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
  }
  #header .drawer-menu .drawer-menu-in {
    position: relative;
  }
  #header .drawer-menu .btn-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #header .drawer-menu .drawer-menu-in2 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    margin-top: 130px;
    padding-bottom: 460px;
  }
  #header .drawer-menu .list li > .dropemenu {
    padding: 40px 4px;
    display: none;
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
  }
  #header .drawer-menu .list li > .dropemenu.active {
    display: block;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    position: absolute;
    width: 990px;
    left: 0;
  }
  #header .drawer-menu .category-list .list {
    display: flex;
    justify-content: center;
    margin-left: 3px;
  }
  #header .drawer-menu .category-list .list > li {
    margin: 0 1px;
    width: 160px;
    margin-top: -9px;
  }
  #header .drawer-menu .category-list .list > li.active > a {
    display: block;
    background-color: #333;
    background-image: none !important;
    color: #fff;
  }
  #header .drawer-menu .category-list .list > li > a {
    border: solid #333;
    border-width: 1px 1px 0 1px;
    border-radius: 5px 5px 0 0;
    display: block;
    background-color: #f8f8f8;
    padding: 20px 10px;
    color: #333;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-size: 12px;
    color: #333;
    font-weight: bold;
  }
  #header .drawer-menu .category-list .list > li:nth-child(4).active > a {
    padding: 9.2px 10px !important;
  }
  #header .drawer-menu .category-list .list > li:nth-child(4) > a {
    padding: 9px 0 10px !important;
  }
  #header .drawer-menu .category-list .list .list2 {
    display: flex;
    flex-wrap: wrap;
  }
  #header .drawer-menu .category-list .list .list2 li {
    margin: 5px 0px;
    width: 324px;
    display: flex;
  }
  #header .drawer-menu .category-list .list .list2 li a {
    width: 100%;
    display: block;
    padding: 5px 5px 5px 35px;
    color: #333;
    font-weight: bold;
    background-image: url(../img_common/list_icon.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
  }
  #header .drawer-menu .header-link-wrap {
    width: 1000px;
    margin: 0 auto;
  }
  #header .drawer-menu .header-link-wrap .header-link {
    display: flex;
  }
  #header .drawer-menu .header-link-wrap .header-link li {
    margin-right: 15px;
    width: 240px;
    border-radius: 5px;
    border: 1px solid #333;
  }
  #header .drawer-menu .header-link-wrap .header-link li a {
    display: block;
    padding: 20px 50px;
    text-decoration: none;
    color: #333;
    background-repeat: no-repeat;
    background-position: 9% 50%, 90% 50%;
    background-size: 21px, 26px;
  }
  #header .drawer-menu .header-link-wrap .header-link li:nth-child(4n) {
    margin-right: 0;
  }
  #header .drawer-menu .header-link-wrap .header-link li.soshiki {
    background-color: #a2d0f9;
  }
  #header .drawer-menu .header-link-wrap .header-link li.soshiki a {
    background-image: url(../img_common/menu_01.png), url(../img_top/arrow.png);
  }
  #header .drawer-menu .header-link-wrap .header-link li.access {
    background-color: #c2fdfd;
  }
  #header .drawer-menu .header-link-wrap .header-link li.access a {
    background-image: url(../img_common/menu_02.png), url(../img_top/arrow.png);
  }
  #header .drawer-menu .header-link-wrap .header-link li.question {
    background-color: #ffe49e;
  }
  #header .drawer-menu .header-link-wrap .header-link li.question a {
    background-image: url(../img_common/menu_03.png), url(../img_top/arrow.png);
  }
  #header .drawer-menu .header-link-wrap .header-link li.otoiawase {
    background-color: #ffb4b0;
  }
  #header .drawer-menu .header-link-wrap .header-link li.otoiawase a {
    background-image: url(../img_common/menu_04.png), url(../img_top/arrow.png);
  }
  #header .drawer-menu .header-link-wrap .search-box {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .drawer-menu .header-link-wrap .search-box .search-title {
    font-size: 167%;
    font-weight: bold;
    margin: 0 10px;
  }
  #header .drawer-menu .header-link-wrap .search-box .search-text {
    width: 600px;
    padding: 25px 0;
    border-radius: 5px;
  }
  #header .drawer-menu .header-link-wrap .close-btn-wrap {
    text-align: center;
    margin: 30px 0 80px;
  }
  #header .drawer-menu .close-top img {
    width: 80px;
    position: absolute;
    top: 0;
    right: 10px;
  }
  #header #header-nav {
    padding: 10px 0;
    background: #ccc;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    float: left;
    width: 141px;
    margin-left: 2px;
    background: #333;
    text-align: center;
  }
  #header #header-nav .list > li:first-child {
    width: 142px;
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 10px 0 9px 0;
    color: #fff;
    text-decoration: none;
  }
  #header .header-subnav-area {
    position: relative;
  }
  #header .header-subnav-area .modal-open {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
  }
  #header .header-subnav-area .modal-open img {
    width: 80px;
    cursor: pointer;
  }
  #header .header-subnav-area .modal-open a {
    z-index: 60;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
    padding: 5px 0;
  }
  #header .header-subnav-area .box .unit2 .list li a {
    padding: 5px 20px 5px 10px;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    background-image: url(../img_common/arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 96% 60%;
    text-decoration: none;
    color: #333;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box .header-size li, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-size dd, #header .header-subnav-area .box .header-color li, #header .header-subnav-area .box .header-color dt, #header .header-subnav-area .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box .header-size li img, #header .header-subnav-area .box .header-size dt img, #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color li img, #header .header-subnav-area .box .header-color dt img, #header .header-subnav-area .box .header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .header-size button, #header .header-subnav-area .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size .title, #header .header-subnav-area .box .header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box .header-size .title span, #header .header-subnav-area .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  #header .sub-logo {
    padding: 30px 0;
    background-color: #f9f9f9;
    text-align: center;
  }
  #header .sub-logo img {
    background-color: #f9f9f9;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    top: 0;
    /* モーダル */
  }
  #sp-header .modal-menu-close {
    display: none;
    position: absolute;
    right: 0;
  }
  #sp-header .box {
    display: block;
    margin: 0 10px 2% !important;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    width: 70%;
    padding: 20px 0 10px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    margin-left: 10px;
    width: 42%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    width: 100%;
    position: fixed;
    top: 140px;
    left: 0;
    z-index: 100;
    width: 100%;
    overflow: auto;
    height: 91vh;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    box-sizing: border-box;
  }
  #sp-header .modal-search .in > .box,
  #sp-header .modal-menu .in > .box {
    background-color: #1e2935;
    margin: 0 !important;
  }
  #sp-header .modal-search .box,
  #sp-header .modal-menu .box {
    border-top: 2px solid #2a3642;
  }
  #sp-header .modal-search .box > a,
  #sp-header .modal-menu .box > a {
    padding: 25px 80px 25px 25px;
    font-weight: normal;
    margin: 0 !important;
    color: #fff;
    text-align: left;
    font-size: 135%;
    display: block;
    text-decoration: none;
    background: url(../img_common/sp_home.png) no-repeat 32px center;
    background-position: 94%;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-top: 2px solid #5d6978;
    background-color: #344251;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 25px 20px 25px 50px;
    color: #fff;
    font-size: 130%;
    text-decoration: none;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat 32px center;
    padding: 25px 80px 25px 25px;
    font-weight: normal;
    margin: 0 !important;
    color: #fff;
    background-position: 95%;
    text-align: left;
    font-size: 135%;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-search .search-wrap,
  #sp-header .modal-menu .search-wrap {
    background-color: #fff;
    padding: 0 20px 30px;
  }
  #sp-header .modal-search .search-wrap .search-contents,
  #sp-header .modal-menu .search-wrap .search-contents {
    background-color: #f5f5f5;
    padding: 30px 40px;
    border-radius: 5px;
  }
  #sp-header .modal-search .search-wrap .search-contents .search-title,
  #sp-header .modal-menu .search-wrap .search-contents .search-title {
    font-weight: bold;
    font-size: 104%;
  }
  #sp-header .modal-search .search-wrap .search-contents .search-box,
  #sp-header .modal-menu .search-wrap .search-contents .search-box {
    padding: 10px 0;
    border-radius: 5px;
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .support-block {
    background-color: #f5f5f5;
    padding: 30px 0;
  }
  #sp-header .support-block .header-link {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #sp-header .support-block .header-link li {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #333;
    width: 100%;
  }
  #sp-header .support-block .header-link li a {
    display: block;
    padding: 20px 90px;
    text-decoration: none;
    color: #333;
    background-repeat: no-repeat;
    background-position: 9% 50%, 95% 50%;
    background-size: 36px, 38px;
  }
  #sp-header .support-block .header-link li.soshiki {
    background-color: #a2d0f9;
  }
  #sp-header .support-block .header-link li.soshiki a {
    background-image: url(../img_common/menu_01.png), url(../img_top/arrow.png);
  }
  #sp-header .support-block .header-link li.access {
    background-color: #c2fdfd;
  }
  #sp-header .support-block .header-link li.access a {
    background-image: url(../img_common/menu_02.png), url(../img_top/arrow.png);
  }
  #sp-header .support-block .header-link li.question {
    background-color: #ffe49e;
  }
  #sp-header .support-block .header-link li.question a {
    background-image: url(../img_common/menu_03.png), url(../img_top/arrow.png);
  }
  #sp-header .support-block .header-link li.otoiawase {
    background-color: #ffb4b0;
  }
  #sp-header .support-block .header-link li.otoiawase a {
    background-image: url(../img_common/menu_04.png), url(../img_top/arrow.png);
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 50px;
    width: 700px;
  }
  #sp-header .support-block dl {
    align-items: center;
    display: flex;
    width: 500px;
    margin: 0 auto;
  }
  #sp-header .support-block dt {
    flex-shrink: 0;
    margin-right: 20px;
    width: 160px;
  }
  #sp-header .support-block dd {
    font-size: 0;
    margin-right: 10px;
  }
  #sp-header .support-block .header-size {
    margin-bottom: 30px;
  }
  #sp-header .support-block .header-size dd img {
    height: 80px;
  }
  #sp-header .support-block .header-color {
    margin-bottom: 30px;
  }
  #sp-header .support-block .header-color dd img {
    height: 80px;
  }
  #sp-header .support-block .under-list {
    width: 380px;
    margin: 10px auto;
  }
  #sp-header .support-block .under-list a {
    color: #333;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    border: 1px solid #333;
    background-image: url(../img_top/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 37px;
    padding: 20px 70px 20px 30px;
  }
  #sp-header .modal-menu-close {
    width: 100%;
    background-color: #333333;
    padding: 40px 0;
  }
  #sp-header .modal-menu-close span {
    color: #fff;
    padding: 15px 0 15px 50px;
    background-image: url(../img_common/under_close.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  #sp-header .top-modal-menu-close {
    padding: 0;
  }
}

/*container*/
.gsib_a {
  padding: 0 !important;
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #main-contents {
    margin-top: 190px;
  }
}

@media print, screen and (min-width: 769px) {
  #main-contents .main-contents-in::after {
    clear: both;
    content: "";
    display: block;
  }
  #main-contents .main-contents-in .contents-primary, #main-contents .main-contents-in .contents-secondary {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #main-contents .main-contents-in > *:first-child {
    margin-left: 0;
  }
}

.section {
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

.section .section-header {
  border-bottom: 1px solid #b5b5b5;
}

.section .section-header .section-title {
  color: #cb4630;
  font-weight: bold;
}

.section .section-body .list li {
  position: relative;
}

.section .section-body .list li:first-child {
  margin-top: 0;
}

.section .section-body .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
}

.section .section-body .btn-list .btn {
  display: inline-block;
}

.section .section-body .btn-list .btn a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 30px 9px;
  border-radius: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.section .section-body .btn-list .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.section .section-body .btn-list .btn a:hover {
  border: 1px solid #cb4630;
  background-color: #cb4630;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .section .section-header .section-title {
    padding: 10px 15px;
    font-size: 125%;
  }
  .section .section-body {
    padding: 15px 15px 20px;
  }
  .section .section-body .list li {
    margin-top: 10px;
    padding-left: 10px;
  }
  .section .section-body .list li::before {
    width: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 20px;
  }
  .section .section-body .btn-list .btn a::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #868686;
    border-right: 1px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .section .section-header .section-title {
    padding: 9px 20px 8px;
    font-size: 110%;
    text-align: center;
  }
  .section .section-body {
    padding: 25px 20px 30px;
  }
  .section .section-body .list li {
    margin-top: 15px;
    padding-left: 15px;
  }
  .section .section-body .list li::before {
    width: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 30px;
  }
  .section .section-body .btn-list .btn a {
    font-size: 90%;
  }
  .section .section-body .btn-list .btn a::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #868686;
    border-right: 2px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.switching-section .section-body .btn-list {
  text-align: center;
}

.emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list, .twitter-section .section-body .list {
  overflow-y: auto;
}

.emergency-section .section-body .list li, .alert-section .section-body .list li, .news-section .section-body .list li, .specific-category-section .section-body .list li, .twitter-section .section-body .list li {
  color: #666;
}

.emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date, .twitter-section .section-body .list li .item-date {
  font-weight: bold;
}

.emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title, .twitter-section .section-body .list li .item-title {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-body .list li::after, .alert-section .section-body .list li::after, .news-section .section-body .list li::after, .specific-category-section .section-body .list li::after, .twitter-section .section-body .list li::after {
    clear: both;
    content: "";
    display: block;
  }
  .emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date, .twitter-section .section-body .list li .item-date {
    float: left;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list, .twitter-section .section-body .btn-list {
    text-align: right;
  }
  .emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a, .news-section .section-body .btn-list .btn a, .specific-category-section .section-body .btn-list .btn a, .twitter-section .section-body .btn-list .btn a {
    min-width: 228px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list, .twitter-section .section-body .list {
    max-height: 420px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title, .twitter-section .section-body .list li .item-title {
    margin-top: 5px;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list, .twitter-section .section-body .btn-list {
    text-align: center;
  }
  .emergency-section .section-body .btn-list .btn, .alert-section .section-body .btn-list .btn, .news-section .section-body .btn-list .btn, .specific-category-section .section-body .btn-list .btn, .twitter-section .section-body .btn-list .btn {
    width: 48.5%;
  }
}

.twitter-item {
  margin-bottom: 10px;
}

.emergency-section, .alert-section, .twitter-section {
  border: 1px solid #cb4630;
}

.emergency-section .section-header .section-title .title-small, .alert-section .section-header .section-title .title-small, .twitter-section .section-header .section-title .title-small {
  display: block;
  font-size: 70%;
}

.emergency-section .section-body .list li::before, .alert-section .section-body .list li::before, .twitter-section .section-body .list li::before {
  border-left-color: #c14530;
}

.emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a, .twitter-section .section-body .btn-list .btn a {
  border: 1px solid #cb4630;
  background-color: #fff0ee;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-in, .alert-section .section-in, .twitter-section .section-in {
    display: table;
    width: 100%;
  }
  .emergency-section .section-header, .emergency-section .section-body, .alert-section .section-header, .alert-section .section-body, .twitter-section .section-header, .twitter-section .section-body {
    display: table-cell;
  }
  .emergency-section .section-header, .alert-section .section-header, .twitter-section .section-header {
    box-sizing: border-box;
    width: 175px;
    border-right: 1px solid #cb4630;
    border-bottom: none;
    vertical-align: middle;
  }
  .emergency-section .section-header .section-title, .alert-section .section-header .section-title, .twitter-section .section-header .section-title {
    padding: 10px;
    text-align: center;
  }
  .emergency-section .section-body, .alert-section .section-body, .twitter-section .section-body {
    vertical-align: top;
  }
  .emergency-section .section-body .list, .alert-section .section-body .list, .twitter-section .section-body .list {
    max-height: 125px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .twitter-section .section-body .list li .item-title {
    padding-left: 10.5em;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before, .twitter-section .section-body .btn-list .btn a::before {
    border-top: 1px solid #cb4630;
    border-right: 1px solid #cb4630;
  }
  .emergency-section .section-body .twitter-list, .alert-section .section-body .twitter-list, .twitter-section .section-body .twitter-list {
    height: 180px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body, .alert-section .section-body, .twitter-section .section-body {
    border-top: 1px solid #cb4630;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before, .twitter-section .section-body .btn-list .btn a::before {
    border-top: 2px solid #cb4630;
    border-right: 2px solid #cb4630;
  }
}

@media print, screen and (min-width: 769px) {
  .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 145px;
  }
  .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    padding-left: 6em;
  }
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

.wysiwyg h2::before, .wysiwyg h2::after, .wysiwyg h3::before, .wysiwyg h3::after, .wysiwyg h4::before, .wysiwyg h4::after {
  content: normal;
}

.wysiwyg h2 {
  margin-top: 20px;
  padding: 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #9c0c03;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h3 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #aaa;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h4 {
  margin-top: 20px;
  padding: 0 5px;
  font-size: 100%;
  font-weight: bold;
}

.search-section {
  border: 0;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
}

footer .in {
  background-color: #1e2935;
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer .box .address-block {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  footer .box .address-block {
    text-align: center;
  }
}

footer .box .address-block span {
  color: #fff;
  display: block;
}

footer .box .footer-guide-link {
  display: flex;
}

@media screen and (max-width: 768px) {
  footer .box .footer-guide-link {
    width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

footer .box .footer-guide-link li {
  width: 177px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 10px 10px 10px 0;
}

@media screen and (max-width: 768px) {
  footer .box .footer-guide-link li {
    width: 277px;
    margin: 10px 40px 10px 0;
  }
}

footer .box .footer-guide-link li a {
  display: block;
  text-decoration: none;
  color: #333;
  background-image: url(../img_top/arrow.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  padding: 10px 40px 10px 15px;
  background-size: 21px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-guide-link li a {
    font-size: 115%;
    padding: 20px 50px 20px 15px;
    background-size: 41px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-guide-link li:nth-child(2n) {
    margin-right: 0;
  }
}

footer .box .footer-link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-link {
    justify-content: center;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-link li {
    margin: 10px 0;
  }
}

footer .box .footer-link li a {
  color: #fff;
  border: solid 1px #fff;
  border-width: 0 1px 0 0;
  padding: 0 25px;
}

footer .box .footer-link li a:focus {
  color: #333;
}

footer .box .footer-link li:first-child a {
  padding-left: 0;
}

footer .box .footer-link li:last-child a {
  border: none;
}

@media screen and (max-width: 768px) {
  footer .box .footer-link li:nth-child(2n) a {
    border: none;
  }
}

footer #pagetop-pc a, footer #pagetop-sp a {
  display: block;
  background: url(../img_common/footer_pagetop.png) no-repeat left center;
  color: #333;
  text-decoration: none;
  background-size: 40px;
  font-size: 0;
}

footer .copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
  footer #pagetop-pc {
    position: absolute;
    top: -25px;
    right: 0;
  }
  footer #pagetop-pc a {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
  footer #pagetop-pc {
    position: absolute;
    top: -40px;
    right: 12%;
    margin-right: -80px;
  }
  footer #pagetop-pc a {
    padding: 28px 0 18px 80px !important;
    background-size: 78px !important;
  }
  footer .footer-toba-image {
    text-align: center;
    margin: 50px 0 30px;
  }
  footer .footer-toba-image img {
    width: 250px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
