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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: url(../img_sub/sub_h2_bg.png) repeat-x left bottom 4px, #ecf8fc;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 13px 15px 15px 15px;
  border-radius: 5px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #fffee5;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border: 1px solid #e2dc5d;
  border-radius: 5px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 11px 15px 10px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #ccc;
  font-size: 110%;
  padding: 10px 15px 18px;
  background: url(../img_sub/sub_h4_bg.png) repeat-x left bottom 4px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 20px;
  line-height: 1.2;
  background: url(../img_sub/sub_h5_bg.png) no-repeat left center;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  background: url(../img_sub/sub_h6_bg.png) no-repeat left center;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

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

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

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

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

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

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

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

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

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

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

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

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #007fa8;
  text-align: center;
}

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

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

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

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

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

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

.scheme8 {
  background-color: #007fa8;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gsst_a {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f0f0f0;
  border: 6px solid #e6e6e6;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #007fa8;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    position: relative;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-nav-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #007fa8;
  }
  #header .header-nav-wrapper .header-logo-box, #header .header-nav-wrapper #header-nav {
    margin-top: 0px;
  }
  #header .header-nav-wrapper .header-logo-box {
    width: calc(((100% - 1000px) / 2 ) + 310px);
    background: url(../img_sub/pc_header_area_bg.png) no-repeat right top/1379px 100%;
  }
  #header .header-nav-wrapper .header-logo-box #header-logo {
    width: 310px;
    padding: 10px 0;
    margin: 0 0 0 auto;
  }
  #header #header-nav {
    width: calc(((100% - 1000px) / 2 ) + (1000px - 310px));
  }
  #header #header-nav .in {
    width: calc(1000px - 310px);
    margin: 0 auto 0 0;
  }
  #header #header-nav .list {
    display: table;
    width: 100%;
    table-layout: fixed;
    align-items: center;
  }
  #header #header-nav .list > li {
    display: table-cell;
    vertical-align: top;
  }
  #header #header-nav .list > li {
    vertical-align: middle;
    flex-grow: 3;
    margin-left: 2px;
    padding: 5px 0;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    box-sizing: border-box;
  }
  #header #header-nav .list > li:hover {
    background-color: #016d90;
  }
  #header #header-nav .list > li > a {
    position: relative;
    display: block;
    padding: 10px 5px 9px;
    color: #fff;
    text-decoration: none;
  }
  #header #header-nav .list > li > a:hover {
    text-decoration: underline;
  }
  #header #header-nav .list > li > a:focus {
    color: #333;
  }
  #header #header-nav .list > li > a:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 15px;
    right: 0;
    top: calc(50% - 7.5px);
  }
  #header #header-nav .list > li:first-child .dropmenu .in2:before {
    left: 375px;
  }
  #header #header-nav .list > li:nth-child(2) .dropmenu .in2:before {
    left: 490px;
  }
  #header #header-nav .list > li:nth-child(3) .dropmenu .in2:before {
    right: 390px;
  }
  #header #header-nav .list > li:nth-child(4) .dropmenu .in2:before {
    right: 285px;
  }
  #header #header-nav .list > li:nth-child(5) .dropmenu .in2:before {
    right: 175px;
  }
  #header #header-nav .list > li:last-child a:after {
    content: none;
  }
  #header #header-nav .list > li:last-child .dropmenu .in2:before {
    right: 55px;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-subnav-area .box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: flex-end;
    padding: 5px 0;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit2, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    margin-top: 0px;
  }
  #header .header-subnav-area .box .unit2, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    margin-left: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box .header-size li, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-size dd, #header .header-subnav-area .box .header-color li, #header .header-subnav-area .box .header-color dt, #header .header-subnav-area .box .header-color dd {
    margin-top: 0px;
  }
  #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box .header-size li, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-size dd, #header .header-subnav-area .box .header-color li, #header .header-subnav-area .box .header-color dt, #header .header-subnav-area .box .header-color dd {
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-color dt {
    font-weight: bold;
    margin-right: 10px;
  }
  #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color dd img {
    margin-right: 2px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .unit2 .list li {
    padding-left: 25px;
    background: url(../img_common/header_globe_icon.png) no-repeat left center;
  }
  .dropmenu {
    position: absolute;
    display: none;
    top: calc(100% - 15px);
    left: 0 !important;
    right: 0 !important;
    text-align: left;
    padding-top: 10px;
    z-index: 80;
  }
  .dropmenu .in2 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .dropmenu .in2:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgba(255, 255, 255, 0.7);
    border-left: 5px solid transparent;
  }
  .dropmenu .list2 {
    max-height: 250px;
    overflow-y: auto;
    letter-spacing: -.5em;
  }
  .dropmenu .list2 > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
  }
  .dropmenu .list2 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .dropmenu .list2 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .dropmenu .list2 li {
    height: auto !important;
    box-sizing: border-box;
    border: none !important;
    width: -webkit-calc((100% - 25px) / 3);
    width: calc((100% - 25px) / 3);
  }
  .dropmenu .list2 li:nth-child(3n) {
    margin-right: 0;
  }
  .dropmenu .list2 li a {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 65%;
    padding: 0;
    color: #333;
    display: block;
    text-decoration: none;
    background: url(../img_common/arrow_blue.png) no-repeat right 10px top 1.1em/20px auto, #fff;
    border-radius: 5px;
    border: 1px solid #007fa8;
    padding: 7px 35px 5px 10px !important;
  }
  .dropmenu .list2 li a:hover {
    text-decoration: underline;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    margin-bottom: 20px;
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    background-color: #007fa8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo, #sp-header .box #sp-header-nav {
    margin-top: 0px;
  }
  #sp-header .box #sp-header-logo {
    box-sizing: border-box;
    padding: 20px 20px 10px;
    width: 410px;
    background: url(../img_common/sp_header_logo_bg.png) no-repeat right top;
  }
  #sp-header .box #sp-header-nav {
    padding: 10px;
    text-align: right;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin-top: -0px;
    margin-left: -0px;
    letter-spacing: -.5em;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    letter-spacing: normal;
    vertical-align: top;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    padding: 0 5px;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu .menu-btn-open {
    width: 100px;
    height: 100px;
    background: url(../img_common/menu_btn_menu.png) no-repeat center center;
  }
  #sp-header button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #sp-header button.menu-btn-hide {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
  #sp-header .modal-menu .modal-menu-close.close-top {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #sp-header .modal-menu .modal-menu-close.close-top .menu-btn-close {
    width: 100px;
    height: 100px;
    background: url(../img_common/menu_btn_close.png) no-repeat center center;
  }
  #sp-header .modal-menu .modal-menu-close.close-bottom .menu-btn-close {
    background: url(../img_common/modal_close_icon.png) no-repeat left 200px center, #e2dc5d;
    width: 100%;
    padding: 30px 230px;
    font-size: 110%;
  }
  #sp-header .modal-menu .in {
    margin-top: 120px;
    background-color: #f4f4f4;
  }
  #sp-header .modal-menu .sp-modal-search-box {
    padding: 45px 20px;
  }
  #sp-header .modal-menu .list > li {
    border-top: 2px solid #fff;
  }
  #sp-header .modal-menu .list > li:first-child {
    border: none;
  }
  #sp-header .modal-menu .list a {
    display: block;
    padding: 25px 80px 23px 20px;
    font-size: 110%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right center;
  }
  #sp-header .modal-menu .title {
    font-weight: normal;
    text-align: left;
  }
  #sp-header .modal-menu .title a {
    background: url(../img_common/arrow_white02.png) no-repeat right 32px center, #007fa8;
  }
  #sp-header .modal-menu .title a.on {
    background-image: url(../img_common/arrow_white_down.png);
  }
  #sp-header .modal-menu .list2 li {
    border-bottom: 2px solid #fff;
  }
  #sp-header .modal-menu .list2 li a {
    color: #333;
    padding: 20px 20px 20px 40px;
    font-size: 110%;
    text-decoration: none;
    position: relative;
  }
  #sp-header .modal-menu .list2 li a:before {
    left: 0px;
    top: 0.35em;
  }
  #sp-header .modal-menu .list2 li a:focus {
    color: #333;
  }
  #sp-header .modal-menu .inner-text {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
  }
  #sp-header .modal-menu .sp-tools {
    margin: 30px 20px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 45px;
    border-radius: 10px;
  }
  #sp-header .modal-menu .sp-tools .title {
    font-size: 120%;
    width: 165px;
  }
  #sp-header .modal-menu .sp-tools .sp-tools-item {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sp-header .modal-menu .sp-tools .sp-tools-item dt, #sp-header .modal-menu .sp-tools .sp-tools-item dd {
    margin-right: 20px;
  }
  #sp-header .modal-menu .sp-tools #sp-header-color {
    margin-top: 30px;
  }
  #sp-header .modal-menu .sp-tools .tools-link {
    margin-top: 35px;
  }
  #sp-header .modal-menu .goto-pc {
    text-align: center;
    margin: 50px auto 20px;
    padding: 0 20px;
  }
  #sp-header .modal-menu .goto-pc a, #sp-header .modal-menu .goto-pc span {
    display: block;
    color: #045799;
  }
  #sp-header .modal-menu .goto-pc a {
    border: 2px solid #fff;
    border-radius: 100px;
    background-color: #fff;
  }
  #sp-header .modal-menu .goto-pc .gotopc-link {
    display: inline-block;
    text-align: center;
    width: 100%;
    min-width: 500px;
    font-size: 120%;
    border: 2px solid #007fa8;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 25px 140px;
    color: #333;
    background: url(../img_common/gotopc_icon.png) no-repeat left 90px center, url(../img_common/arrow_blue.png) no-repeat right 10px center;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

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

@media print, screen and (min-width: 769px) {
  #container {
    width: 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;
}

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

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

footer a, footer span {
  display: block;
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer #pagetop a {
  page-break-inside: avoid;
  display: block;
  color: #333;
  text-decoration: none;
}

footer .copyright {
  padding: 20px 0 30px;
  color: #fff;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .box .footer-box-address, footer .box .footer-box-link {
    margin-top: 0px;
  }
  footer .box .footer-box-address {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: flex-start;
    width: 630px;
  }
  footer .box .footer-box-address .footer-address-left, footer .box .footer-box-address footer-address-right {
    margin-top: 0px;
  }
  footer .box .footer-address-left img {
    width: 90px;
    height: auto;
  }
  footer .box .footer-address-right {
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    font-size: 120%;
  }
  footer .box .footer-address-right .address-title {
    font-size: 150%;
    margin-bottom: 10px;
  }
  footer .box .footer-address-right .address-address a {
    display: inline !important;
    color: #fff !important;
  }
  footer .box .footer-box-link {
    width: calc(100% - 630px);
  }
  footer .box .footer-box-link .footer-link-list {
    letter-spacing: -.5em;
  }
  footer .box .footer-box-link .footer-link-list > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  footer .box .footer-box-link .footer-link-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  footer .box .footer-box-link .footer-link-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  footer .box .footer-box-link .footer-link-list a, footer .box .footer-box-link .footer-link-list span {
    text-decoration: none;
  }
  footer .box .footer-box-link .footer-link-list .footer-link-inner {
    padding: 15px;
    background-image: url(../img_common/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 15px auto;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
  }
  footer .box .footer-box-link .footer-link-list a:hover .footer-link-inner {
    text-decoration: underline;
  }
  footer #pagetop {
    position: absolute;
    top: -40px;
    right: -100px;
    z-index: 20;
  }
  footer #pagetop img {
    width: 80px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  footer .in {
    position: relative;
  }
  footer .box {
    padding: 70px 20px 25px;
  }
  footer .box .footer-box-address {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 0 40px;
  }
  footer .box .footer-box-address .footer-address-left, footer .box .footer-box-address footer-address-right {
    margin-top: 0px;
  }
  footer .box .footer-address-left img {
    width: 110px;
    height: auto;
  }
  footer .box .footer-address-right {
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    font-size: 110%;
  }
  footer .box .footer-address-right .address-title {
    font-size: 150%;
    font-weight: bold;
  }
  footer .box .footer-address-right .address-address a {
    display: inline !important;
    color: #fff !important;
  }
  footer .box .footer-box-link {
    padding: 45px 40px 20px;
  }
  footer .box .footer-box-link .footer-link-list {
    letter-spacing: -.5em;
  }
  footer .box .footer-box-link .footer-link-list > li {
    display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  footer .box .footer-box-link .footer-link-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  footer .box .footer-box-link .footer-link-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  footer .box .footer-box-link .footer-link-list a, footer .box .footer-box-link .footer-link-list span {
    text-decoration: none;
  }
  footer .box .footer-box-link .footer-link-list .footer-link-inner {
    padding: 15px 30px 15px 15px;
    background-image: url(../img_common/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 22px auto;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-radius: 7px;
  }
  footer .box .footer-box-link .footer-link-list a:hover .footer-link-inner {
    text-decoration: underline;
  }
  footer #pagetop {
    position: absolute;
    top: -25px;
    right: 20px;
    z-index: 20;
  }
}

@media print {
  footer {
    padding-top: 80px;
  }
  #pagetop {
    top: -100px !important;
    right: 0 !important;
  }
}

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