@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: #f4fbff;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 2px solid #54ade0;
  padding: 8px 0 6px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 0 15px;
  border-left: 4px solid #54ade0;
}

h2.head-title a {
  text-decoration-color: #f4fbff;
}

h2.head-title a:link {
  color: #039;
}

h2.head-title a:visited {
  color: #039;
}

h2.head-title a:hover {
  color: #039;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #dcf0fd;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
}

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;
  overflow: hidden;
  font-size: 110%;
  padding: 10px 15px 3px;
  border-bottom: 2px solid #ccc;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  border-bottom: 1px dashed #9a9a9a;
}

.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;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.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: #f1f8fd;
}

.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: #039;
  text-decoration: underline;
}

a:visited {
  color: #039;
  text-decoration: underline;
}

a:hover {
  color: #039;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #039;
}

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: 1040px;
  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: #dbeffc;
  text-align: center;
}

.scheme2 {
  border: 1px solid #dbeffc;
  text-align: center;
}

.scheme3 {
  background-color: #323232;
  text-align: center;
}

.scheme4 {
  background-color: #dbeffc;
  text-align: center;
}

.scheme5 {
  border: 1px solid #dbeffc;
  text-align: center;
}

.scheme6 {
  background-color: #323232;
  text-align: center;
}

.scheme7 {
  background-color: #cbcbcb;
  text-align: center;
}

.scheme8 {
  background-color: #6abff0;
  text-align: center;
}

.scheme9 {
  background-color: #f2f8fc;
  text-align: center;
}

.scheme10 {
  background-color: #0776b8;
  text-align: center;
}

.scheme11 {
  background-color: #c83674;
  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 #1c8ccd !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 4px 0 0 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 8px 0 0 8px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
  }
}

@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: 28px;
    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: #1c8ccd !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 34px !important;
    border-radius: 0 4px 4px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 90px !important;
    border-radius: 0 8px 8px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 14px !important;
    height: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 47px !important;
    height: 47px !important;
  }
}

* {
  word-wrap: break-word;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

.visible-phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-phone {
    display: inherit;
  }
  #google_translate_element .goog-te-gadget-simple {
    transform: scale(2.5, 2.5);
    transform-origin: left center;
  }
  .goog-te-menu-frame {
    transform: scale(2, 2);
    transform-origin: right top;
    top: 360px !important;
    left: 460px !important;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1080px;
  }
  .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;
  }
  #smartphone a {
    display: block;
    text-align: center;
    padding: 23px 40px 22px;
    font-size: 300%;
    color: #333;
    text-decoration: none;
    border: 2px solid #ccc;
    background: url(../img_common/spch_icon.png) no-repeat right center #eee;
  }
  #header {
    border-bottom: 2px solid #eee;
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* .header-support-area */
    /* end-.header-support-area */
  }
  #header .header-subnav-area {
    position: relative;
    background: url(../img_common/pc_bg_header.png) no-repeat left top;
    border-bottom: 1px solid #007dc5;
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .header-subnav-area .box {
    width: 1040px;
    margin: 0 auto;
    display: table;
  }
  #header .header-subnav-area .in {
    display: table-cell;
    vertical-align: top;
  }
  #header .header-subnav-area .in #header-logo {
    padding-top: 8px;
  }
  #header .header-subnav-area .in #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area .in #header-logo a:hover {
    opacity: 0.7;
  }
  #header .header-subnav-area #header-nav {
    padding: 15px 0 15px 67px;
  }
  #header .header-subnav-area #header-nav .in {
    display: table-cell;
    vertical-align: top;
    margin: 0 auto;
  }
  #header .header-subnav-area #header-nav .list {
    display: table;
    height: 100%;
  }
  #header .header-subnav-area #header-nav .list li {
    height: 100%;
    display: table-cell;
    text-align: center;
    width: 129px;
    border-right: 1px dotted #007dc5;
    vertical-align: middle;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(1) {
    border-left: 1px dotted #007dc5;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(1) a {
    background: url(../img_common/pc_h_nav_line_01.png) no-repeat 10px bottom;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(2) a {
    background: url(../img_common/pc_h_nav_line_02.png) no-repeat 10px bottom;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(3) a {
    background: url(../img_common/pc_h_nav_line_03.png) no-repeat 10px bottom;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(4) a {
    background: url(../img_common/pc_h_nav_line_04.png) no-repeat 10px bottom;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(5) a {
    background: url(../img_common/pc_h_nav_line_05.png) no-repeat 10px bottom;
  }
  #header .header-subnav-area #header-nav .list li:nth-child(6) a {
    background: url(../img_common/pc_h_nav_line_06.png) no-repeat 10px bottom;
  }
  #header .header-subnav-area #header-nav .list li a {
    height: 100%;
    width: 100%;
    display: table;
    padding: 8px 0 19px;
    box-sizing: border-box;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area #header-nav .list li a span {
    display: table-cell;
    vertical-align: middle;
  }
  #header .header-subnav-area #header-nav .list li a:hover {
    opacity: 0.7;
  }
  #header .header-support-area {
    background: #edf5fe;
  }
  #header .header-support-area .header-center-area {
    text-align: right;
    width: 1040px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-support-area .unit {
    position: absolute;
    top: 0;
    left: -80px;
  }
  #header .header-support-area .unit a {
    line-height: 25px;
    background: url(../img_common/common_arrow.png) no-repeat left center;
    color: #333;
    padding-left: 8px;
  }
  #header .header-support-area .support-right-area {
    display: inline-block;
    text-align: left;
    padding: 5px 0;
  }
  #header .header-support-area .support-right-area .box {
    box-sizing: border-box;
    display: table;
    letter-spacing: -0.4em;
  }
  #header .header-support-area .support-right-area .box > .in {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    letter-spacing: normal;
  }
  #header .header-support-area .support-right-area .box > .in:nth-child(1) {
    width: 230px;
  }
  #header .header-support-area .support-right-area .box > .in:nth-child(2) {
    width: 187px;
    padding-left: 21px;
  }
  #header .header-support-area .support-right-area .box > .in:nth-child(3) {
    width: 134px;
    padding-left: 18px;
  }
  #header .header-support-area .support-right-area .box > .in:nth-child(4) {
    width: 186px;
    padding-left: 34px;
  }
  #header .header-support-area .support-right-area .box .h-search-box {
    line-height: 25px;
  }
  #header .header-support-area .support-right-area .box #header-size, #header .header-support-area .support-right-area .box #header-color {
    letter-spacing: -0.4em;
  }
  #header .header-support-area .support-right-area .box #header-size dt, #header .header-support-area .support-right-area .box #header-color dt {
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #header .header-support-area .support-right-area .box #header-size dt > span, #header .header-support-area .support-right-area .box #header-color dt > span {
    line-height: 25px;
    display: block;
  }
  #header .header-support-area .support-right-area .box #header-size dd, #header .header-support-area .support-right-area .box #header-color dd {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #header .header-support-area .support-right-area .box #header-size dd a, #header .header-support-area .support-right-area .box #header-color dd a {
    line-height: 25px;
  }
  #header .header-support-area .support-right-area .box #header-size dd img, #header .header-support-area .support-right-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-support-area .support-right-area .box #header-size dd:last-child img, #header .header-support-area .support-right-area .box #header-color dd:last-child img {
    margin-right: 0;
  }
  #header .header-support-area .support-right-area .box .lang-box {
    width: 240px !important;
  }
  #header .header-support-area .support-right-area .box .lang-box .lang-box-title {
    font-weight: bold;
    font-size: 90%;
  }
  #header .header-support-area .support-right-area .box .lang-box dt, #header .header-support-area .support-right-area .box .lang-box dd {
    display: inline-block;
  }
  #header .header-support-area .support-right-area .box .h-language {
    line-height: 25px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header > .box {
    display: block;
    background: url(../img_common/sp_bg_header.png) no-repeat left bottom;
    margin: 0 0 5% !important;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header > .box #sp-header-logo a {
    display: inline-block;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    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 .menu-btn-lang {
    position: absolute;
    right: 100px;
    z-index: 110;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu a {
    display: inline-block;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #b2ddf6;
    z-index: 52;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search > .box,
  #sp-header .modal-menu > .box {
    display: block;
    background: url(../img_common/sp_bg_header.png) no-repeat left bottom #fff;
  }
  #sp-header .modal-search > .box .sp-header-logo a,
  #sp-header .modal-menu > .box .sp-header-logo a {
    display: inline-block;
  }
  #sp-header .modal-search > .box .sp-header-logo img,
  #sp-header .modal-menu > .box .sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    padding: 60px 25px 45px;
    box-sizing: border-box;
    position: relative;
  }
  #sp-header .modal-search .in .h-search-box,
  #sp-header .modal-menu .in .h-search-box {
    text-align: center;
  }
  #sp-header .modal-search .in .language-area,
  #sp-header .modal-menu .in .language-area {
    padding-top: 60px;
    font-size: 1.3em;
    display: table;
    width: 100%;
  }
  #sp-header .modal-search .in .language-area .h-language-en,
  #sp-header .modal-menu .in .language-area .h-language-en {
    display: table-cell;
    width: 38%;
    text-align: right;
    padding-right: 13px;
    vertical-align: middle;
  }
  #sp-header .modal-search .in .language-area .h-language,
  #sp-header .modal-menu .in .language-area .h-language {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  #sp-header .modal-search .in .sp-h-list,
  #sp-header .modal-menu .in .sp-h-list {
    margin-top: 40px;
    background: #fff;
  }
  #sp-header .modal-search .in .sp-h-list .box,
  #sp-header .modal-menu .in .sp-h-list .box {
    padding-right: 10px;
  }
  #sp-header .modal-search .in .sp-h-list .box .box-right,
  #sp-header .modal-menu .in .sp-h-list .box .box-right {
    border-bottom: 2px solid #b2ddf6;
  }
  #sp-header .modal-search .in .sp-h-list .box .title, #sp-header .modal-search .in .sp-h-list .box .link-title,
  #sp-header .modal-menu .in .sp-h-list .box .title,
  #sp-header .modal-menu .in .sp-h-list .box .link-title {
    position: relative;
    padding: 22px 20px 21px 66px;
    font-weight: normal;
  }
  #sp-header .modal-search .in .sp-h-list .box .title:before, #sp-header .modal-search .in .sp-h-list .box .link-title:before,
  #sp-header .modal-menu .in .sp-h-list .box .title:before,
  #sp-header .modal-menu .in .sp-h-list .box .link-title:before {
    width: 12px;
    height: 90px;
    content: "";
    position: absolute;
    top: 7px;
    left: 20px;
  }
  #sp-header .modal-search .in .sp-h-list .box .title:after, #sp-header .modal-search .in .sp-h-list .box .link-title:after,
  #sp-header .modal-menu .in .sp-h-list .box .title:after,
  #sp-header .modal-menu .in .sp-h-list .box .link-title:after {
    width: 5px;
    height: 90px;
    content: "";
    position: absolute;
    top: 7px;
    left: 32px;
  }
  #sp-header .modal-search .in .sp-h-list .box .title,
  #sp-header .modal-menu .in .sp-h-list .box .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat right 20px center;
  }
  #sp-header .modal-search .in .sp-h-list .box .on,
  #sp-header .modal-menu .in .sp-h-list .box .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-search .in .sp-h-list .category1 .link-title,
  #sp-header .modal-menu .in .sp-h-list .category1 .link-title {
    padding: 0;
  }
  #sp-header .modal-search .in .sp-h-list .category1 .link-title:before,
  #sp-header .modal-menu .in .sp-h-list .category1 .link-title:before {
    background: #1c8ccd;
  }
  #sp-header .modal-search .in .sp-h-list .category1 .link-title:after,
  #sp-header .modal-menu .in .sp-h-list .category1 .link-title:after {
    background: #8dc5e6;
  }
  #sp-header .modal-search .in .sp-h-list .category1 .link-title a,
  #sp-header .modal-menu .in .sp-h-list .category1 .link-title a {
    display: block;
    padding: 22px 20px 21px 66px;
    text-decoration: none;
    color: #333;
  }
  #sp-header .modal-search .in .sp-h-list .category2 .title:before,
  #sp-header .modal-menu .in .sp-h-list .category2 .title:before {
    background: #f2ea43;
  }
  #sp-header .modal-search .in .sp-h-list .category2 .title:after,
  #sp-header .modal-menu .in .sp-h-list .category2 .title:after {
    background: #f8f4a1;
  }
  #sp-header .modal-search .in .sp-h-list .category3 .title:before,
  #sp-header .modal-menu .in .sp-h-list .category3 .title:before {
    background: #faa2d1;
  }
  #sp-header .modal-search .in .sp-h-list .category3 .title:after,
  #sp-header .modal-menu .in .sp-h-list .category3 .title:after {
    background: #fcd0e8;
  }
  #sp-header .modal-search .in .sp-h-list .category4 .title:before,
  #sp-header .modal-menu .in .sp-h-list .category4 .title:before {
    background: #8dcf63;
  }
  #sp-header .modal-search .in .sp-h-list .category4 .title:after,
  #sp-header .modal-menu .in .sp-h-list .category4 .title:after {
    background: #c6e7b1;
  }
  #sp-header .modal-search .in .sp-h-list .category5 .title:before,
  #sp-header .modal-menu .in .sp-h-list .category5 .title:before {
    background: #63c2cf;
  }
  #sp-header .modal-search .in .sp-h-list .category5 .title:after,
  #sp-header .modal-menu .in .sp-h-list .category5 .title:after {
    background: #b1e0e7;
  }
  #sp-header .modal-search .in .sp-h-list .category6 .title:before,
  #sp-header .modal-menu .in .sp-h-list .category6 .title:before {
    background: #fbb468;
  }
  #sp-header .modal-search .in .sp-h-list .category6 .title:after,
  #sp-header .modal-menu .in .sp-h-list .category6 .title:after {
    background: #fdd9b3;
  }
  #sp-header .modal-search .in .sp-h-list .category7 .box-right,
  #sp-header .modal-menu .in .sp-h-list .category7 .box-right {
    border: none;
  }
  #sp-header .modal-search .in .sp-h-list .category7 .title:before,
  #sp-header .modal-menu .in .sp-h-list .category7 .title:before {
    background: #85bde6;
  }
  #sp-header .modal-search .in .sp-h-list .category7 .title:after,
  #sp-header .modal-menu .in .sp-h-list .category7 .title:after {
    background: #c2def2;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-top: 2px dotted #aaa;
    background: #f8f8f8;
  }
  #sp-header .modal-search .list li:first-child,
  #sp-header .modal-menu .list li:first-child {
    border: none;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 22px 20px 21px 67px;
    color: #333;
    font-size: 1.2em;
    text-decoration: none;
  }
  #sp-header .modal-search .sp-h-img,
  #sp-header .modal-menu .sp-h-img {
    margin-top: 35px;
  }
  #sp-header .modal-search .sp-h-img a,
  #sp-header .modal-menu .sp-h-img a {
    width: 100%;
    display: inline-block;
  }
  #sp-header .modal-search .sp-h-img img,
  #sp-header .modal-menu .sp-h-img img {
    width: 100%;
  }
  #sp-header .modal-search .pc-view,
  #sp-header .modal-menu .pc-view {
    margin: 40px 60px 0;
    border-radius: 40px;
    box-shadow: 2.828px 2.828px 2px rgba(0, 0, 0, 0.3);
    background: #0076ba;
  }
  #sp-header .modal-search .pc-view a,
  #sp-header .modal-menu .pc-view a {
    display: block;
    color: #fff;
    padding: 22px 0 18px 40px;
    text-decoration: none;
    background: url(../img_common/icon_pcview.png) no-repeat 120px center;
    text-align: center;
  }
  #sp-header .modal-search .close-btn-top,
  #sp-header .modal-menu .close-btn-top {
    position: absolute;
    top: -100px;
    right: 0;
  }
  #sp-header .modal-search .close-btn-top a,
  #sp-header .modal-menu .close-btn-top a {
    display: inline-block;
  }
  #sp-header .modal-search .close-btn-bottom,
  #sp-header .modal-menu .close-btn-bottom {
    margin: 20px 60px 0;
    border-radius: 40px;
    box-shadow: 2.828px 2.828px 2px rgba(0, 0, 0, 0.3);
    background: #666;
  }
  #sp-header .modal-search .close-btn-bottom span,
  #sp-header .modal-menu .close-btn-bottom span {
    color: #fff;
    display: block;
    padding: 22px 0 18px 80px;
    background: url(../img_common/modal_menu_close.png) no-repeat 120px center;
    text-align: center;
  }
}

@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%;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 1040px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 20px;
  }
}

@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: #ffffff;
}

.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 {
  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 {
  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 {
  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 {
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    width: 48.5%;
  }
}

.emergency-section, .alert-section {
  border: 1px solid #cb4630;
}

.emergency-section .section-header .section-title .title-small, .alert-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 {
  border-left-color: #c14530;
}

.emergency-section .section-body .btn-list .btn a, .alert-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 {
    display: table;
    width: 100%;
  }
  .emergency-section .section-header, .emergency-section .section-body, .alert-section .section-header, .alert-section .section-body {
    display: table-cell;
  }
  .emergency-section .section-header, .alert-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 {
    padding: 10px;
    text-align: center;
  }
  .emergency-section .section-body, .alert-section .section-body {
    vertical-align: top;
  }
  .emergency-section .section-body .list, .alert-section .section-body .list {
    max-height: 125px;
  }
  .emergency-section .section-body .list li .item-title, .alert-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 {
    border-top: 1px solid #cb4630;
    border-right: 1px solid #cb4630;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body, .alert-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 {
    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;
}

#header .header-subnav-area {
  background-image: none;
}

footer .footer-content .in .box .footer-map span {
  background-image: none !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  position: relative;
  margin-top: 50px;
}

@media print, screen and (min-width: 769px) {
  footer {
    border-top: 5px solid #0e8fda;
  }
}

@media screen and (max-width: 768px) {
  footer {
    border-top: 11px solid #0e8fda;
  }
}

footer #footer-nav {
  position: relative;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  footer #footer-nav .in {
    width: 1040px;
    margin: 0 auto;
  }
}

footer #footer-nav .list {
  letter-spacing: -0.4em;
}

footer #footer-nav .list li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer #footer-nav .list li {
    width: 208px;
  }
  footer #footer-nav .list li:first-child {
    width: 208px;
  }
  footer #footer-nav .list li:first-child span {
    border-left: 1px solid #0076ba;
  }
}

@media screen and (max-width: 768px) {
  footer #footer-nav .list li {
    width: 50%;
  }
}

footer #footer-nav .list li a, footer #footer-nav .list li > span {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 9px 0;
}

@media print, screen and (min-width: 769px) {
  footer #footer-nav .list li a:hover, footer #footer-nav .list li > span:hover {
    opacity: 0.7;
  }
  footer #footer-nav .list li a span, footer #footer-nav .list li > span span {
    padding: 15px 0;
    display: block;
    border-right: 1px solid #0076ba;
  }
}

@media screen and (max-width: 768px) {
  footer #footer-nav .list li a, footer #footer-nav .list li > span {
    border-bottom: 1px solid #0076ba;
    border-left: 1px solid #0076ba;
  }
}

@media screen and (max-width: 768px) {
  footer #footer-nav .list li:nth-child(2n) a, footer #footer-nav .list li:nth-child(2n) > span {
    border-right: 1px solid #0076ba;
  }
}

footer #pagetop {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    width: 100px;
    height: 217px;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    width: 100px;
    height: 114px;
    bottom: -50px;
    right: 12px;
  }
}

footer #pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    background: url(../img_common/pc_footer_pagetop.png) no-repeat right top;
  }
  footer #pagetop a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    background: url(../img_common/footer_pagetop.png) no-repeat right top;
  }
}

footer .footer-content {
  background: #f9f9f9;
}

@media print, screen and (min-width: 769px) {
  footer .footer-content .in {
    width: 1040px;
    margin: 0 auto;
    display: table;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-content .in {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-content .in .box {
    display: table-cell;
    vertical-align: top;
  }
  footer .footer-content .in .box:nth-child(1) {
    padding: 55px 0 47px;
    width: 186px;
  }
  footer .footer-content .in .box:nth-child(2) {
    width: 454px;
    padding: 45px 0;
  }
  footer .footer-content .in .box:nth-child(3) {
    width: 400px;
  }
  footer .footer-content .in .box .footer-map {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 398px;
    height: 230px;
  }
  footer .footer-content .in .box .footer-map img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-content .in .box {
    letter-spacing: -0.4em;
  }
  footer .footer-content .in .box .sp-box {
    padding: 35px 0 7px;
  }
  footer .footer-content .in .box .sp-box .sp-footer-logo {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-content .in .box .footer-title {
    width: 445px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-content .in .box .footer-title {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding-left: 13px;
    padding-top: 8px;
  }
}

footer .footer-content .in .footer-address {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  footer .footer-content .in .footer-address {
    width: 445px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-content .in .footer-address {
    font-size: 0.8em;
    letter-spacing: normal;
  }
}

footer .footer-content .in .footer-opentime {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  footer .footer-content .in .footer-opentime {
    font-size: 0.8em;
    padding-bottom: 40px;
    letter-spacing: normal;
  }
}

footer .copyright {
  background-color: #1877ae;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 4px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 0.8em;
    padding: 14px 0;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
