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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 0px 15px 0px 8px;
  background: url("../img_common/bg_hishi.png") top -22% left 0;
  background-size: auto 86px;
  border-bottom: 2px solid #0c2030;
  font-size: 139%;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  box-sizing: border-box;
  min-height: 62px;
  padding: 16px 0 12px 54px;
  background: url("../img_sub/h2_icon.png") bottom 0 left 0 no-repeat;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  padding: 0 15px 0 8px;
  background: linear-gradient(rgba(255, 255, 255, 0.41), rgba(255, 255, 255, 0.41)), url("../img_common/bg_hishi.png") top 40% left 0;
  background-size: auto 86px;
  font-size: 125%;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 5px 0 6px 36px;
  background: url("../img_sub/h3_icon.png") top 50% left 0 no-repeat;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  display: block;
  margin-top: 20px;
  padding: 8px 15px 8px 42px;
  background: url("../img_sub/h4_icon.png") top 50% left 0 no-repeat;
  border-bottom: 2px solid #0068b7;
  line-height: 1.2;
  font-size: 111%;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  display: block;
  margin-top: 20px;
  padding: 10px 15px 8px 30px;
  background: url("../img_sub/h5_icon.png") top 50% left 0 no-repeat;
  line-height: 1.2;
  font-size: 111%;
}

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

.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 #afccd1;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #afccd1;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f1fcfe;
}

.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: #0c2030;
  background: #fff;
}

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

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

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

ul, ol {
  list-style: none;
}

a:link {
  color: #0068b7;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  width: 100%;
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

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

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
    font-size: 200% !important;
  }
}

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

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

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

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

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

.gsc-search-button-v2 svg {
  fill: #fff;
}

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

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

.gsc-search-box .gsc-clear-button {
  display: none;
}

td.gsc-input {
  width: 100%;
}

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

.hide {
  display: none;
}

@media print {
  body {
    zoom: 0.68;
  }
}

/*==================================
header（PC）
==================================*/
.honbun {
  background: #fff;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  top: -9999px;
  z-index: 100;
  width: 100%;
}

#header-print {
  position: relative;
  z-index: 20;
}

#container {
  position: relative;
}

#container:focus {
  outline: 0;
}

@media print, screen and (min-width: 769px) {
  #smartphone {
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 100;
  }
  .scrollHide {
    display: none;
  }
  body {
    min-width: 1240px;
  }
  #header-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    box-sizing: border-box;
    width: 160px;
    height: 180px;
    padding-top: 10px;
    background-color: #fff;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    box-shadow: 0 0 3px 1px rgba(210, 244, 252, 0.7);
    text-align: center;
  }
  #header-logo a:hover {
    opacity: 0.85;
  }
  .header-subnav-area {
    background-color: #0068b7;
  }
  .header-subnav-in {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    padding-left: 160px;
    font-size: 97%;
    color: #fff;
  }
  .header-subnav-in .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    min-height: 34px;
    padding: 2px 0;
  }
  .links-list, #header-size-pc, #header-color-pc, .assist-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .links-list {
    margin: 0 7px;
  }
  .links-item {
    margin: 0 13px;
    padding-left: 12px;
    background: url("../img_common/pc_arrow_white.png") left 0 top 50%/8px 10px no-repeat;
  }
  .links-item a {
    color: #fff;
  }
  .links-item a:focus {
    background: none;
    outline-color: #fff;
  }
  #header-size-pc, #header-color-pc {
    flex-wrap: wrap;
    margin: 0 22px;
  }
  #header-size-pc .title, #header-color-pc .title {
    margin-right: 8px;
  }
  #header-size-pc .item, #header-size-pc .item2, #header-size-pc .item3, #header-color-pc .item, #header-color-pc .item2, #header-color-pc .item3 {
    margin: 0 2px;
  }
  #header-size-pc a:hover, #header-color-pc a:hover {
    opacity: 0.85;
  }
  #header-size-pc a, #header-color-pc a {
    display: block;
  }
  .assist-item {
    margin-left: 9px;
  }
  .assist-translate select {
    min-height: 28px;
  }
  .assist-reader a {
    display: block;
    padding: 4px 8px 4px 37px;
    background: url("../img_common/reader_icon.png") left 15px top 50%/14px 14px no-repeat;
    background-color: #fff;
    border-radius: 2px;
    line-height: 1;
    color: #0c2030;
    text-decoration: none;
  }
  .assist-reader a:hover {
    text-decoration: underline;
  }
  #header-nav {
    background-color: #f1fcfe;
  }
  .header-nav-in {
    box-sizing: border-box;
    width: 1180px;
    margin: 2px auto 0;
  }
  .header-nav-list {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    padding: 12px 0;
  }
  .header-nav-item {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 142px;
    min-height: 35px;
    margin-left: -1px;
    padding: 0 5px;
    border-left: 1px solid #60a3d3;
    border-right: 1px solid #60a3d3;
    text-align: center;
    font-size: 111%;
  }
  .header-nav-item > a {
    position: relative;
    flex: 1;
    display: inline-block;
    word-wrap: break-word;
    height: 100%;
    padding: 11px 5px 2px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1;
    color: #0c2030;
    text-align: center;
    text-decoration: none;
  }
  .header-nav-item > a:hover, .header-nav-item > a:focus {
    background-color: #bfe4f2;
  }
  .header-nav-item > a:hover::after, .header-nav-item > a:focus::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translateX(-50%);
    border-bottom: 13px solid rgba(0, 104, 183, 0.9);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  .header-nav-item:hover > a, .header-nav-item:focus > a {
    background-color: #bfe4f2;
  }
  .header-nav-item .dropmenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 180px;
    right: 0;
    margin-top: -12px;
    padding-top: 26px;
  }
  .header-nav-item .dropmenu .in {
    padding: 20px 10px 20px 30px;
    background-color: rgba(0, 104, 183, 0.9);
    border-radius: 5px;
  }
  .header-nav-item .dropmenu .list2 {
    display: flex;
    flex-wrap: wrap;
  }
  .header-nav-item .dropmenu .list2 li {
    flex-basis: 295px;
    text-align: left;
    margin: 10px 20px 10px 0;
  }
  .header-nav-item .dropmenu .list2 li a {
    display: inline-block;
    color: #fff;
    padding-left: 15px;
    background: url(../img_common/pc_arrow_white.png) left 0.35em no-repeat;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    background-color: #267fc2;
    margin-bottom: 30px;
    /* モーダル */
  }
  #sp-header .box {
    height: 200px;
  }
  #sp-header .box #sp-header-logo {
    position: relative;
    width: 164px;
    margin: 0 auto;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    z-index: 150;
    right: 0;
    top: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-menu,
  #sp-header .box #sp-header-nav .menu-btn-close {
    position: fixed;
    right: 0;
    top: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-close {
    display: none;
    z-index: 200;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #0c2030;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  #sp-header .modal-menu .modal-sp-header-logo {
    text-align: center;
    height: 230px;
  }
  #sp-header .modal-menu .in {
    margin: 0 10px;
    padding: 0 25px;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .modal-menu-section {
    margin-bottom: 50px;
    border: 2px solid #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  #sp-header .modal-menu .modal-menu-section > dt {
    font-size: 130%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #0068b7;
    background-color: #fff;
  }
  #sp-header .modal-menu .modal-menu-section > dd {
    padding: 30px;
  }
  #sp-header .modal-menu .toggle-lite {
    margin: 0 40px;
  }
  #sp-header .modal-menu .toggle-lite a {
    display: block;
    padding: 20px 30px 20px 10px;
    font-size: 120%;
    font-weight: normal;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
  #sp-header .modal-menu .toggle-lite:last-child {
    margin-bottom: 20px;
  }
  #sp-header .modal-menu .toggle {
    margin: 0 40px;
  }
  #sp-header .modal-menu .toggle:last-child {
    margin-bottom: 20px;
  }
  #sp-header .modal-menu .toggle .title {
    background: url(../img_common/sp_dropmenu_open.png) no-repeat right center;
    padding: 20px 30px 20px 10px;
    font-size: 120%;
    font-weight: normal;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
  #sp-header .modal-menu .toggle .title.on {
    background-image: url(../img_common/sp_dropmenu_close.png);
  }
  #sp-header .modal-menu .toggle .list li {
    list-style: disc;
    margin: 20px 0 20px 2em;
    color: #fff;
  }
  #sp-header .modal-menu .toggle .list li a {
    color: #fff;
  }
  #sp-header .modal-menu .search .link-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
  }
  #sp-header .modal-menu .search .link-list li {
    flex: 1;
    margin: 10px;
  }
  #sp-header .modal-menu .search .link-list li a {
    display: inline-block;
    padding-left: 25px;
    color: #fff;
    background: url(../img_common/sp_arrow_white.png) left 0.35em no-repeat;
  }
  #sp-header .modal-menu .assist {
    color: #fff;
  }
  #sp-header .modal-menu .assist .assist-list {
    display: flex;
    align-items: center;
    margin: 0 -20px;
  }
  #sp-header .modal-menu .assist .assist-list li {
    flex: 1;
    margin: 0 20px;
  }
  #sp-header .modal-menu .assist .assist-list .assist-translate select {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    min-height: 90px;
    padding: 20px 40px 20px 20px;
    font-size: 100%;
    background: #fff url(../img_common/sp_dropdown_arrow.png) right 15px center no-repeat;
    border-radius: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #sp-header .modal-menu .assist .assist-list .assist-reader a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 90px;
    padding: 10px;
    color: #0c2030;
    text-decoration: none;
    background-color: #fff;
    border-radius: 6px;
  }
  #sp-header .modal-menu .assist .assist-list .assist-reader a img {
    margin-right: 10px;
  }
  #sp-header .modal-menu .assist .assist-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
  }
  #sp-header .modal-menu .assist .assist-control > dt {
    margin: 20px 20px 20px 0;
  }
  #sp-header .modal-menu .assist .assist-control > dd {
    display: flex;
  }
  #sp-header .modal-menu .assist .assist-control > dd a {
    margin-right: 20px;
  }
  #sp-header .modal-menu .modal-menu-btn {
    width: 460px;
    margin: 0 auto 30px;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-btn a, #sp-header .modal-menu .modal-menu-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    min-height: 90px;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
  }
  #sp-header .modal-menu .modal-menu-btn a img, #sp-header .modal-menu .modal-menu-btn span img {
    margin-right: 20px;
  }
  #sp-header .modal-menu .modal-menu-btn.modal-menu-view-pc a {
    background-color: #fff;
    color: #0c2030;
  }
  #sp-header .modal-menu .modal-menu-btn.modal-menu-close span {
    background-color: #1074c2;
    border: 3px solid #fff;
    color: #fff;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

@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: #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 {
  margin-bottom: 100px;
}

#header .links-item {
  background-image: none;
}

#header .header-nav-item > a::after {
  display: none;
}

#sp-header .modal-menu .toggle .title {
  background-image: none !important;
}

#sp-header .modal-menu .toggle .title a {
  color: #fff;
}

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

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

#pagetop {
  position: absolute;
  right: 49px;
  bottom: 132px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #pagetop {
    right: 25px;
    bottom: 576px;
  }
}

#pagetop a:hover {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  #pagetop img {
    width: 70px;
    height: auto;
  }
}

.footer-address-area {
  background-color: #0068b7;
}

@media print, screen and (min-width: 769px) {
  .footer-address-area-in {
    display: flex;
    width: 1000px;
    min-height: 178px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  #footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.86);
  }
}

@media screen and (max-width: 768px) {
  #footer-logo {
    position: absolute;
    left: 50%;
    top: -224px;
    padding: 30px 28px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    transform: translate(-50%, 0);
  }
}

.footer-address {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .footer-address {
    margin: 20px 28px 10px;
    font-size: 139%;
  }
}

@media screen and (max-width: 768px) {
  .footer-address {
    padding: 40px 25px 25px;
  }
}

.footer-address-name {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer-address-name {
    font-size: 130%;
  }
}

@media screen and (max-width: 768px) {
  .footer-address-body .tel {
    display: block;
  }
}

.footer-address-body a {
  color: #fff !important;
}

.footer-address-body a:focus {
  color: #000 !important;
}

.footer-links {
  background-color: #fff;
}

.footer-link-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .footer-link-list {
    justify-content: space-around;
    width: 880px;
    margin: 0 auto;
    padding: 14px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer-link-list {
    flex-wrap: wrap;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer-link-list li {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 10px;
  }
}

.footer-link-list a {
  color: #0c2030;
}

@media screen and (max-width: 768px) {
  .footer-link-list a {
    display: inline-block;
    padding-left: 30px;
    background: url(../img_common/sp_arrow_black.png) left 0.35em no-repeat;
  }
}

.copyright {
  padding: 10px 0 7px;
  background-color: rgba(12, 32, 48, 0.77);
  text-align: center;
  font-size: 83%;
  color: #fff;
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
