@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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 30px;
  padding: 2px 0;
  background: #E8F5F7 url("../img_sub/h2_head_title_bg.png") no-repeat right top -34px;
  font-size: 125%;
  overflow: hidden;
  box-sizing: border-box;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding: 5px 18px;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 30px;
  font-size: 111%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 10px 8px 10px;
  background: url("../img_sub/h3_head_title_border.png") repeat-x center bottom;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 30px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  font-size: 111%;
  padding: 2px 0 2px 15px;
  background: url("../img_sub/h4_head_title_border.png") repeat-y left center;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 9px;
  line-height: 1.2;
  border-bottom: 2px solid #ccc;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 9px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  border-left: 2px solid #72b5bc;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * wysiwyg contents
 */
.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 {
  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: #eeeeee;
}

.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;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

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

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

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
.wysiwyg th {
  font-weight: bold;
  font-size: 125%;
}

/*++++++++++++++++++++++++++++++++++
 * common.css
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
body {
  font: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 90%;
  color: #333;
}

@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: #2c5c8b;
  text-decoration: underline;
}

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

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

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

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

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: #e8f5f7;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px 0 0 10px !important;
  }
}

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

.gsib_a {
  padding: 0 !important;
}

.gsc-input {
  padding-right: 0 !important;
}

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

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

.gsc-search-button {
  margin-left: 0 !important;
}

@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: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #3e9fd2 !important;
  border-color: #3e9fd2 !important;
}

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

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 130px !important;
    border-radius: 0 10px 10px 0 !important;
    padding: 30px 8px !important;
  }
}

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

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

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

#smartphone {
  text-align: center;
  background: #F4B5AB;
}

#smartphone a {
  padding: 10px;
  display: block;
  font-size: 140%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

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

a img:hover {
  opacity: 0.85;
}

#sp-header .modal-menu .link-home a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 40px 70px 40px 40px;
  font-size: 132%;
  text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
wrapper
==================================*/
/*==================================
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 {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .hide {
    display: none;
  }
  #header #header-nav {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  #header #header-nav .list > * {
    position: relative;
    float: left;
    width: 386px;
    margin-left: 21px;
    margin-top: 34px;
  }
  #header #header-nav .list > *:nth-child(-n+3) {
    margin-top: 0;
  }
  #header #header-nav .list > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  #header #header-nav .hover {
    width: 386px;
    height: 306px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(172, 217, 219, 0.85);
    border: 3px solid #ACD9DB;
    border-radius: 22px;
  }
  #header #header-nav .hover .in {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  #header #header-nav .hover dt {
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #46868A;
    line-height: 120%;
    padding: 0 12px 7px 12px;
  }
  #header #header-nav .hover dt a {
    color: #333;
    text-decoration: none;
  }
  #header #header-nav .hover dt a:hover {
    text-decoration: underline;
  }
  #header #header-nav .hover .list2 {
    padding: 0 12px;
    margin-top: 20px;
  }
  #header #header-nav .hover .list2 > * {
    float: left;
    width: calc(50% - 3px);
    margin-left: 6px;
    margin-top: 5px;
  }
  #header #header-nav .hover .list2 > *:nth-child(-n+2) {
    margin-top: 0;
  }
  #header #header-nav .hover .list2 > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #header #header-nav .hover .list2 > *:hover .hover {
    display: block;
  }
  #header #header-nav .hover .list2 a {
    color: #333;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 2px);
    background-image: url("../img_top/header_nav_arrow.png");
    padding-left: 10px;
  }
  #header #header-nav .hover.head {
    background: rgba(244, 181, 171, 0.85);
    border: 3px solid #F4B5AB;
  }
  #header #header-nav .hover.head dt {
    border-bottom: 1px solid #b86a5b;
  }
  #header #header-nav .hover.head .list2 a {
    background-image: url("../img_top/header_nav_hover_arrow.png");
  }
  #header .header-in {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #header .header-cols {
    background-color: #f4b5ab;
    border-radius: 10px;
  }
  #header #header-nav2 {
    margin: 0 auto;
  }
  #header #header-nav2 .list {
    align-items: center;
    display: flex;
  }
  #header #header-nav2 .list li a {
    color: #323333;
    display: block;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  #header #header-nav2 .list li a:hover {
    text-decoration: underline;
  }
  #header #header-nav2 .list li:first-child a {
    padding-left: 50px;
    padding-right: 48px;
  }
  #header #header-nav2 .list li:not(:last-child) a {
    background: url("../img_sub/g_nav_border.png") center right no-repeat;
    padding-left: 50px;
    padding-right: 48px;
  }
  #header #header-nav2 .list li:last-child a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 24px;
  }
  #header .header-search-area {
    background: #D0E8EA;
    padding: 1px 0;
    font-size: 125%;
    margin-top: 30px;
  }
  #header .header-search-area .title, #header .header-search-area .title2 {
    font-weight: bold;
  }
  #header .header-search-area .title span, #header .header-search-area .title2 span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 15px;
  }
  #header .header-search-area .title {
    width: 155px;
  }
  #header .header-search-area .title span {
    background-image: url(../img_top/pc_header_search_area_arrow.png);
  }
  #header .header-search-area .body {
    width: 400px;
    padding-right: 20px;
  }
  #header .header-search-area .body .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
  }
  #header .header-search-area .body .gsc-search-button {
    /*検索ボタン*/
  }
  #header .header-search-area .title2 {
    width: 165px;
  }
  #header .header-search-area .title2 span {
    background-image: url(../img_top/pc_header_search_area_arrow_small.png);
  }
  #header .header-search-area .body2 {
    padding-right: 25px;
  }
  #header .header-search-area .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -0px;
    text-align: left;
  }
  #header .header-search-area .list > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  #header .header-search-area .list > * {
    display: inline-block;
    padding-top: 0px;
  }
  #header .header-search-area .in {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    background: url("../img_top/pc_header_search_area_bg.png") no-repeat right center;
    display: table;
  }
  #header .header-search-area .in.not_exist_keyword {
    width: 575px !important;
    padding-right: 625px !important;
    background: none !important;
  }
  #header .header-search-area .in > * {
    display: table-cell;
    vertical-align: middle;
  }
  #header .header-wrap {
    padding-bottom: 38px;
  }
  #header .header-subnav-area {
    font-size: 14px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #header .header-subnav-area .box {
    display: flex;
    justify-content: flex-end;
  }
  #header .header-subnav-area .box dl {
    align-items: center;
    display: flex;
  }
  #header .header-subnav-area .box .header-size button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size button:focus {
    outline: 2px solid #333;
  }
  #header .header-subnav-area .box .header-size .item, #header .header-subnav-area .box .header-size .item2 {
    display: flex;
  }
  #header .header-subnav-area .box .header-size .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box .header-size .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box .header-size dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .logo-sns-box {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: -12px;
  }
  #header .header-subnav-area .logo-sns-box .sns-list {
    align-items: center;
    display: flex;
  }
  #header .header-subnav-area .logo-sns-box .sns-list li:not(:last-child) {
    margin-right: 16px;
  }
  #header .header-subnav-area .logo-sns-box .sns-list li:last-child {
    display: none;
  }
  #header .header-subnav-area .unit, #header .header-subnav-area .unit2, #header .header-subnav-area .header-size, #header .header-subnav-area #header-color {
    height: 25px;
    padding: 10px 0;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area #header-color {
    font-weight: bold;
  }
  #header .header-subnav-area .header-size dt, #header .header-subnav-area #header-color dt {
    padding-left: 10px;
    padding-top: 3px;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area #header-color dd {
    padding-left: 6px;
  }
  #header .header-subnav-area #header-color dt {
    padding-left: 22px;
  }
  #header .header-subnav-area #header-color .header-color-item {
    padding-left: 9px;
  }
  #header .header-subnav-area .unit li, #header .header-subnav-area .unit2 li {
    float: left;
  }
  #header .header-subnav-area .unit li > span:not(.lang), #header .header-subnav-area .unit2 li > span:not(.lang) {
    padding-top: 3px;
    border-left: 1px solid #F2CAC3;
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
  }
  #header .header-subnav-area .unit li:first-child > span, #header .header-subnav-area .unit2 li:first-child > span {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0;
    background-position: left center;
  }
  #header .header-subnav-area .unit2 li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header .sp-header-in {
    margin-right: 20px;
    margin-left: 20px;
  }
  #sp-header .hide {
    display: none;
  }
  #sp-header .modal-menu-close, #sp-header .modal-search-close {
    display: none;
  }
  #sp-header .modal-menu-close {
    position: absolute;
    top: 0;
    right: 7px;
  }
  #sp-header .modal-search-close {
    position: absolute;
    top: 0;
  }
  #sp-header .modal-menu-close-bottom {
    background: url("../img_common/close_menu_bottom.png") no-repeat left 257px center #f4b5ab;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 120px;
  }
  #sp-header .modal-menu-close-bottom span {
    display: block;
    margin-left: 72px;
    font-size: 88%;
  }
  #sp-header .box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo img, #sp-header .box .sp-header-in h1 img {
    max-width: 100%;
    margin-top: 10px;
  }
  #sp-header .box #sp-header-nav {
    display: flex;
    padding: 0;
    background: none;
    height: 100px;
    position: fixed;
    right: 20px;
    z-index: 1100;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .search-btn-area {
    margin-right: 15px;
  }
  #sp-header .box #sp-header-nav .search-btn-area .search-btn-menu img {
    border-radius: 11px;
  }
  #sp-header .box #sp-header-nav .search-btn-area .modal-search-close img {
    border-radius: 9px;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: auto !important;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  #sp-header .modal-menu-bg {
    background: #fcfcf1;
    top: 0;
  }
  #sp-header .modal-search-bg {
    background: rgba(0, 0, 0, 0.7);
    top: 150px;
  }
  #sp-header .modal-menu .box {
    display: block;
    padding-top: 0;
  }
  #sp-header .modal-menu .search-box {
    margin: 30px auto;
    width: 650px;
  }
  #sp-header .modal-menu-in {
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
  }
  #sp-header .modal-menu-in .menu-btn-area {
    margin-right: 10px;
  }
  #sp-header .modal-menu-in p img {
    margin-top: 10px;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  #sp-header .modal-menu {
    position: fixed;
    top: 0px;
  }
  #sp-header .modal-menu .in {
    padding: 0 0 20px 0;
    background-color: #fcfcf1;
    border-top: 2px solid #ebead3;
    height: 100dvh;
    overflow-y: scroll;
  }
  #sp-header .modal-menu .modal-menu-logo {
    padding: 28px 20px 68px;
  }
  #sp-header .modal-menu .modal-menu-logo--top {
    padding: 28px 0px 68px !important;
  }
  #sp-header .modal-menu .box {
    border-bottom: 2px solid #ebead3;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-menu .list li {
    background-color: #fffffa;
    border-bottom: 2px solid #ebead3;
  }
  #sp-header .modal-menu .list a {
    display: block;
    color: #333333;
    font-weight: bold;
    padding: 34px 20px 34px 64px;
    font-size: 130%;
    text-decoration: none;
  }
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_open.png) no-repeat right 50px center;
    font-weight: bold;
    padding: 40px 70px 40px 40px;
    font-size: 132%;
  }
  #sp-header .modal-menu .on {
    background: url(../img_common/modal_close.png) no-repeat right 50px center;
  }
  #sp-header .modal-search {
    position: fixed;
  }
  #sp-header .modal-search .in {
    background: #fcfcf1;
    border: none;
    padding: 0;
  }
  #sp-header .modal-search .box {
    border: none;
    display: block;
    margin: 20px 45px;
  }
  #sp-header .modal-search .box p {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #sp-header .modal-search .modal-search-close-bottom {
    background: url("../img_common/close_menu_bottom.png") no-repeat left 224px center #3e9fd2;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 34px 0;
    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%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .support-block {
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 50px 20px;
  }
  #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-block-in {
    padding-top: 56px;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 520px;
  }
  #sp-header .support-block dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block dt {
    flex-shrink: 0;
    margin-right: 20px;
  }
  #sp-header .support-block dd {
    font-size: 0;
    margin-right: 25px;
  }
  #sp-header .support-block .header-size {
    margin-bottom: 20px;
  }
  #sp-header .support-block .header-size dd img {
    height: 80px;
    width: 120px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-color dd {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .support-block .header-color dd img {
    height: 80px;
    width: 109px;
  }
  #sp-header .support-block .search-from-organization {
    background: url("../img_top/organization_bg1.png") left 110px center no-repeat, url(../img_top/organization_arrow.png) right 20px center no-repeat;
    background-size: 31px 33px, 8px 15px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #sp-header .support-block .search-from-class {
    background: url("../img_top/organization_bg2.png") left 113px center no-repeat, url(../img_top/organization_arrow.png) right 20px center no-repeat;
    background-size: 38px 33px, 8px 15px;
    margin-bottom: 10px;
  }
  #sp-header .support-block .goto-pc {
    background: url(../img_common/gotopc.png) no-repeat left 110px center, url(../img_top/organization_arrow.png) right 20px center no-repeat;
    background-size: 44px 37px, 8px 15px;
  }
  #sp-header .support-block .goto-pc a {
    margin-left: 42px;
  }
  #sp-header .support-block .search-from-organization, #sp-header .support-block .search-from-class, #sp-header .support-block .goto-pc {
    border: 2px solid #3e9fd2;
    border-radius: 10px;
    text-align: center;
  }
  #sp-header .support-block .search-from-organization a, #sp-header .support-block .search-from-class a, #sp-header .support-block .goto-pc a {
    color: #333333;
    display: block;
    text-decoration: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #sp-header .support-list-translate {
    list-style: none;
    margin-top: 10px;
  }
  #sp-header .support-list-translate .goog-te-gadget-simple {
    font-size: 250%;
    text-align: center;
    padding: 23px 0 23px 0;
    width: 516px;
  }
  #sp-header .support-sns-list {
    align-items: center;
    display: flex;
    margin-top: 34px;
    justify-content: space-between;
    width: 518px;
  }
  #sp-header .support-sns-list li img {
    height: auto;
    width: 70px;
  }
  #sp-header .support-sns-list li:last-child {
    display: none;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  .sp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gsc-input-box {
    border-radius: 15px 0 0 15px !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 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;
}

@media screen and (max-width: 768px) {
  .section .section-body .btn-list .btn a {
    padding: 19px 30px 19px;
  }
}

.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: 583px;
  }
  .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 {
    margin-top: 22px;
  }
  .emergency-section .section-body .list li .item-date, .emergency-section .section-body .list li a, .alert-section .section-body .list li .item-date, .alert-section .section-body .list li a, .news-section .section-body .list li .item-date, .news-section .section-body .list li a, .specific-category-section .section-body .list li .item-date, .specific-category-section .section-body .list li a {
    font-size: 90%;
  }
  .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: -10px;
  }
  .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: 149px;
  }
  .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;
}

body {
  font: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fbfaf6;
}

#header .header-subnav-area {
  width: 1100px !important;
}

#sp-header-logo {
  margin-left: 20px;
}

#sp-header .search-from-organization, #sp-header .search-from-class, #sp-header .goto-pc {
  background-image: none !important;
}

#sp-header .modal-menu-close-bottom, #sp-header .modal-search-close-bottom {
  background-image: none !important;
}

footer .access a {
  background: none;
}

.kinkyu-type0 .emergency-section, .kinkyu-type0 .alert-section {
  border-color: #cb4630 !important;
}

.kinkyu-type0 .emergency-section .section-header, .kinkyu-type0 .alert-section .section-header {
  background-color: #cb4630 !important;
}

.kinkyu-type0 .emergency-section .section-body, .kinkyu-type0 .alert-section .section-body {
  border-top: 1px solid #cb4630 !important;
}

.kinkyu-type0 .emergency-section .section-body .list li::before, .kinkyu-type0 .alert-section .section-body .list li::before {
  border-left-color: #cb4630 !important;
}

.kinkyu-type0 .emergency-section .section-body .btn-list a::before, .kinkyu-type0 .alert-section .section-body .btn-list a::before {
  border-top: 2px solid #cb4630 !important;
  border-right: 2px solid #cb4630 !important;
}

.kinkyu-type0 .emergency-section .section-header, .kinkyu-type0 .alert-section .section-header {
  border-right: 1px solid #cb4630 !important;
}

.kinkyu-type0 .emergency-section .section-header .section-title, .kinkyu-type0 .alert-section .section-header .section-title {
  color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-type0 .emergency-section .section-body, .kinkyu-type0 .alert-section .section-body {
    padding: 26px 10px 20px 28px !important;
  }
}

.kinkyu-type0 .emergency-section .section-body .btn a, .kinkyu-type0 .alert-section .section-body .btn a {
  border: 1px solid #cb4630 !important;
  background-color: #fff0ee !important;
}

.kinkyu-type0 .emergency-section .section-body .btn a:hover, .kinkyu-type0 .alert-section .section-body .btn a:hover {
  border: 1px solid #cb4630 !important;
  background-color: #cb4630 !important;
  color: #fff;
}

.kinkyu-type0 .emergency-section .section-body .btn a:hover::before, .kinkyu-type0 .alert-section .section-body .btn a:hover::before {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.kinkyu-type0 .section .section-header .section-title {
  background-color: #cb4630 !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .kinkyu-type0 .section .section-header .section-title {
    padding: 12px 20px 12px !important;
  }
}

.kinkyu-type0 .section .section-body .btn-list .btn a:hover {
  border: 1px solid #cb4630 !important;
  background-color: #cb4630 !important;
  color: #fff;
}

.kinkyu-type1 .emergency-section, .kinkyu-type1 .alert-section {
  border-color: #aa00aa !important;
}

.kinkyu-type1 .emergency-section .section-header, .kinkyu-type1 .alert-section .section-header {
  background-color: #aa00aa !important;
}

.kinkyu-type1 .emergency-section .section-body, .kinkyu-type1 .alert-section .section-body {
  border-top: 1px solid #aa00aa !important;
}

.kinkyu-type1 .emergency-section .section-body .list li::before, .kinkyu-type1 .alert-section .section-body .list li::before {
  border-left-color: #aa00aa !important;
}

.kinkyu-type1 .emergency-section .section-body .btn-list a::before, .kinkyu-type1 .alert-section .section-body .btn-list a::before {
  border-top: 2px solid #aa00aa !important;
  border-right: 2px solid #aa00aa !important;
}

.kinkyu-type1 .emergency-section .section-header, .kinkyu-type1 .alert-section .section-header {
  border-right: 1px solid #aa00aa !important;
}

.kinkyu-type1 .emergency-section .section-header .section-title, .kinkyu-type1 .alert-section .section-header .section-title {
  color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-type1 .emergency-section .section-body, .kinkyu-type1 .alert-section .section-body {
    padding: 26px 10px 20px 28px !important;
  }
}

.kinkyu-type1 .emergency-section .section-body .btn a, .kinkyu-type1 .alert-section .section-body .btn a {
  border: 1px solid #aa00aa !important;
  background-color: #fff5ff !important;
}

.kinkyu-type1 .emergency-section .section-body .btn a:hover, .kinkyu-type1 .alert-section .section-body .btn a:hover {
  border: 1px solid #aa00aa !important;
  background-color: #aa00aa !important;
  color: #fff;
}

.kinkyu-type1 .emergency-section .section-body .btn a:hover::before, .kinkyu-type1 .alert-section .section-body .btn a:hover::before {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.kinkyu-type1 .section .section-header .section-title {
  background-color: #aa00aa !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .kinkyu-type1 .section .section-header .section-title {
    padding: 12px 20px 12px !important;
  }
}

.kinkyu-type1 .section .section-body .btn-list .btn a:hover {
  border: 1px solid #aa00aa !important;
  background-color: #aa00aa !important;
  color: #fff;
}

.kinkyu-type2 .emergency-section, .kinkyu-type2 .alert-section {
  border-color: #f2e700 !important;
}

.kinkyu-type2 .emergency-section .section-header, .kinkyu-type2 .alert-section .section-header {
  background-color: #f2e700 !important;
}

.kinkyu-type2 .emergency-section .section-body, .kinkyu-type2 .alert-section .section-body {
  border-top: 1px solid #f2e700 !important;
}

.kinkyu-type2 .emergency-section .section-body .list li::before, .kinkyu-type2 .alert-section .section-body .list li::before {
  border-left-color: #f2e700 !important;
}

.kinkyu-type2 .emergency-section .section-body .btn-list a::before, .kinkyu-type2 .alert-section .section-body .btn-list a::before {
  border-top: 2px solid #f2e700 !important;
  border-right: 2px solid #f2e700 !important;
}

.kinkyu-type2 .emergency-section .section-header, .kinkyu-type2 .alert-section .section-header {
  border-right: 1px solid #f2e700 !important;
}

.kinkyu-type2 .emergency-section .section-header .section-title, .kinkyu-type2 .alert-section .section-header .section-title {
  color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-type2 .emergency-section .section-body, .kinkyu-type2 .alert-section .section-body {
    padding: 26px 10px 20px 28px !important;
  }
}

.kinkyu-type2 .emergency-section .section-body .btn a, .kinkyu-type2 .alert-section .section-body .btn a {
  border: 1px solid #f2e700 !important;
  background-color: #fffee2 !important;
}

.kinkyu-type2 .emergency-section .section-body .btn a:hover, .kinkyu-type2 .alert-section .section-body .btn a:hover {
  border: 1px solid #f2e700 !important;
  background-color: #f2e700 !important;
  color: #333;
}

.kinkyu-type2 .emergency-section .section-body .btn a:hover::before, .kinkyu-type2 .alert-section .section-body .btn a:hover::before {
  border-top: 2px solid #333 !important;
  border-right: 2px solid #333 !important;
}

.kinkyu-type2 .section .section-header .section-title {
  background-color: #f2e700 !important;
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .kinkyu-type2 .section .section-header .section-title {
    padding: 12px 20px 12px !important;
  }
}

.kinkyu-type2 .section .section-body .btn-list .btn a:hover {
  border: 1px solid #f2e700 !important;
  background-color: #f2e700 !important;
  color: #333;
}

.kinkyu-type2 .section .section-body .btn-list .btn a:hover::before {
  border-top: 2px solid #333 !important;
  border-right: 2px solid #333 !important;
}

.kinkyu-type3 .emergency-section, .kinkyu-type3 .alert-section {
  border-color: #0379b0 !important;
}

.kinkyu-type3 .emergency-section .section-header, .kinkyu-type3 .alert-section .section-header {
  background-color: #0379b0 !important;
}

.kinkyu-type3 .emergency-section .section-body, .kinkyu-type3 .alert-section .section-body {
  border-top: 1px solid #0379b0 !important;
}

.kinkyu-type3 .emergency-section .section-body .list li::before, .kinkyu-type3 .alert-section .section-body .list li::before {
  border-left-color: #0379b0 !important;
}

.kinkyu-type3 .emergency-section .section-body .btn-list a::before, .kinkyu-type3 .alert-section .section-body .btn-list a::before {
  border-top: 2px solid #0379b0 !important;
  border-right: 2px solid #0379b0 !important;
}

.kinkyu-type3 .emergency-section .section-header, .kinkyu-type3 .alert-section .section-header {
  border-right: 1px solid #0379b0 !important;
}

.kinkyu-type3 .emergency-section .section-header .section-title, .kinkyu-type3 .alert-section .section-header .section-title {
  color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-type3 .emergency-section .section-body, .kinkyu-type3 .alert-section .section-body {
    padding: 26px 10px 20px 28px !important;
  }
}

.kinkyu-type3 .emergency-section .section-body .btn a, .kinkyu-type3 .alert-section .section-body .btn a {
  border: 1px solid #0379b0 !important;
  background-color: #edf9ff !important;
}

.kinkyu-type3 .emergency-section .section-body .btn a:hover, .kinkyu-type3 .alert-section .section-body .btn a:hover {
  border: 1px solid #0379b0 !important;
  background-color: #0379b0 !important;
  color: #fff;
}

.kinkyu-type3 .emergency-section .section-body .btn a:hover::before, .kinkyu-type3 .alert-section .section-body .btn a:hover::before {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.kinkyu-type3 .section .section-header .section-title {
  background-color: #0379b0 !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .kinkyu-type3 .section .section-header .section-title {
    padding: 12px 20px 12px !important;
  }
}

.kinkyu-type3 .section .section-body .btn-list .btn a:hover {
  border: 1px solid #0379b0 !important;
  background-color: #0379b0 !important;
  color: #fff;
}

#sp-header .modal-menu .box a {
  display: block;
  font-weight: bold;
  padding: 40px 70px 40px 40px;
  font-size: 132%;
}

.modal-menu-in p img {
  margin-left: 20px;
}

@media print {
  .logo-sns-box {
    display: block !important;
  }
  .sns-box {
    margin-left: auto !important;
    margin-top: 30px !important;
    width: 340px !important;
  }
  #header .header-subnav-area .box {
    margin-right: 80px !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 64px;
}

.access {
  background-color: #fff;
  margin-top: 16px;
}

@media print, screen and (min-width: 769px) {
  .access {
    border: 1px solid #82c1c6;
    border-radius: 5px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .access {
    border: 2px solid #82c1c6;
    border-radius: 10px;
    display: block;
  }
}

.access a {
  background: url(../img_common/common_arrow.png) no-repeat right 38px center, url(../img_common/bus_icon.png) no-repeat left 56px center;
  color: #323333;
  display: block;
  font-size: 111%;
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .access a {
    padding: 10px 98px;
  }
}

@media screen and (max-width: 768px) {
  .access a {
    background-size: 9px 18px, 38px 44px;
    background-position: right 10px center, left 180px center;
    padding: 16px 0;
    text-align: center;
  }
}

.access:hover {
  box-shadow: 0px 0px 0px 3px #82c1c6;
  box-sizing: border-box;
}

.footer-navs-area {
  border-top: 1px solid #fff;
  padding: 20px 0;
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .footer-navs-area {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 40px;
  }
}

.footer-navs-area .list {
  display: flex;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .footer-navs-area .list {
    width: 880px;
  }
}

@media screen and (max-width: 768px) {
  .footer-navs-area .list {
    flex-wrap: wrap;
    width: 670px;
  }
}

.footer-navs-area .list > *:before {
  content: "|";
}

@media print, screen and (min-width: 769px) {
  .footer-navs-area .list > *:before {
    margin-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-navs-area .list > *:before {
    margin-right: 19px;
  }
}

.footer-navs-area .list > *:first-child:before {
  content: "";
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .footer-navs-area .list > *:nth-child(3):before {
    content: "";
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-navs-area .list li {
    font-size: 90%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-navs-area .list li a {
    font-size: 110%;
  }
}

@media screen and (max-width: 768px) {
  .footer-navs-area .list li a {
    font-size: 98%;
  }
}

.footer-navs-area .list li:not(:last-child) {
  margin-right: 23px;
}

@media print, screen and (min-width: 769px) {
  footer {
    position: relative;
  }
  footer .copyright {
    padding-bottom: 26px;
  }
  footer #pagetop {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  footer .copyright {
    text-align: center;
  }
  footer .footer-cities-area .logo {
    width: 155px;
    padding-top: 45px;
    float: left;
  }
  footer .footer-cities-area .logo img {
    width: 100%;
    height: auto;
  }
  footer .footer-cities-area .address {
    margin-top: 30px;
  }
  footer .footer-cities-area .cols {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-cities-area .cols dt {
    font-weight: bold;
    font-size: 125%;
  }
  footer .footer-cities-area .cols dd {
    font-size: 111%;
    margin-top: 10px;
  }
  footer .footer-cities-area .cities {
    float: right;
    width: 1000px;
  }
  footer .footer-cities-area .open-date {
    margin-top: 4px;
  }
  footer .footer-ad-area .cols {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -0px;
    padding-top: 10px;
  }
  footer .footer-ad-area .cols > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  footer .footer-ad-area .cols > * {
    float: left;
    width: 50%;
  }
  footer .footer-ad-area .cols > *:nth-child(2n + 1) {
    clear: left;
  }
  footer .footer-ad-area .note {
    width: 80%;
    font-size: 83%;
  }
  footer .footer-ad-area .want {
    width: 20%;
    text-align: right;
  }
  footer .footer-ad-area .in {
    margin: 0 25px;
    margin-top: 20px;
  }
  footer .footer-ad-area .list {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -10px;
  }
  footer .footer-ad-area .list > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  footer .footer-ad-area .list > * {
    float: left;
    width: 16.66667%;
  }
  footer .footer-ad-area .list > *:nth-child(6n + 1) {
    clear: left;
  }
  footer .footer-ad-area .list img {
    width: 100%;
    height: auto;
  }
  footer .footer-ad-area .title {
    text-align: center;
    position: relative;
    line-height: 120%;
    margin-top: 50px;
    font-size: 160%;
    font-weight: bold;
  }
  footer .footer-ad-area .title:before {
    content: "";
    display: block;
    border-top: solid 2px #CED0D0;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  footer .footer-ad-area .title span {
    background-color: #F3F3F3;
    padding: 0 10px;
    position: relative;
    z-index: 5;
  }
  footer .footer-in {
    background-color: #f7f7f5;
    position: relative;
    padding-top: 68px;
  }
  footer .footer-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  footer {
    margin-top: 55px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer {
    margin-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-box {
    padding: 50px 0 24px 0;
    background: #f7f7f5;
    position: relative;
  }
  footer .sns_list {
    display: flex;
    justify-content: space-evenly;
    margin: 90px 40px 20px;
  }
  footer .sns_list li a {
    display: block;
    width: 90px;
  }
  footer .sns_list li a img {
    width: 100%;
  }
  footer .footer-cities-area {
    padding: 0 60px;
  }
  footer .footer-cities-area .logo {
    text-align: center;
  }
  footer .footer-cities-area .cols {
    padding-top: 20px;
  }
  footer .footer-cities-area .cols dl {
    margin-top: 50px;
  }
  footer .footer-cities-area .cols dt {
    font-weight: bold;
    font-size: 115%;
  }
  footer .footer-cities-area .cols dd {
    margin-top: 5px;
  }
  footer .footer-cities-area .address {
    font-size: 90%;
    margin-top: 40px;
    margin-left: -20px;
  }
  footer .copyright {
    background-color: #f7f7f5;
    text-align: center;
    padding: 10px 0;
  }
  footer #pagetop {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  footer #pagetop img {
    height: 120px;
    width: 120px;
  }
  footer .footer-ad-area .note {
    padding: 0 20px;
    margin-top: 25px;
  }
  footer .footer-ad-area .want {
    margin-top: 25px;
    text-align: right;
  }
  footer .footer-ad-area .in {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }
  footer .footer-ad-area .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -30px;
  }
  footer .footer-ad-area .list > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    box-sizing: border-box;
  }
  footer .footer-ad-area .list > * {
    float: left;
    width: 33.33333%;
  }
  footer .footer-ad-area .list > *:nth-child(3n + 1) {
    clear: left;
  }
  footer .footer-ad-area .list img {
    width: 100%;
    height: auto;
  }
  footer .footer-ad-area .title {
    text-align: center;
    position: relative;
    line-height: 120%;
    margin-top: 50px;
    font-size: 120%;
    font-weight: bold;
  }
  footer .footer-ad-area .title:before {
    content: "";
    display: block;
    border-top: solid 2px #CED0D0;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  footer .footer-ad-area .title span {
    background-color: #F3F3F3;
    padding: 0 10px;
    position: relative;
    z-index: 5;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  #header {
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-in {
    padding: 10px 0 10px 50%;
  }
  #header #header-logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  #header #header-subnav {
    text-align: right;
  }
  .kirikae-area,
  .search-area,
  .info-area {
    width: 1000px;
    margin: 20px auto 0;
  }
  #container {
    width: 1000px;
    margin: 0 auto;
  }
  #contents {
    float: left;
    width: 740px;
  }
  #side-nav {
    float: right;
    width: 235px;
  }
  #footer {
    width: 1000px;
    margin: 20px auto 0;
  }
}
