@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: #fff0f0 url(../img_sub/h2_bg.png) left 10px center no-repeat;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 12px;
  padding-left: 36px;
}

h2.head-title a:link, h2.head-title a:visited, h2.head-title a:hover {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 110%;
  box-sizing: border-box;
  padding: 0 10px 5px;
  border-bottom: 4px solid #f78a8a;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  color: #333;
  font-size: 110%;
  box-sizing: border-box;
  padding: 0 10px 5px;
  border-bottom: 2px solid #f78a8a;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 20px;
  color: #333;
  font-size: 110%;
  box-sizing: border-box;
  padding: 0 10px 5px;
  border-bottom: 1px dotted #f78a8a;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 20px;
  color: #333;
  font-size: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

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: #dff4f9;
}

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

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

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

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

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

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

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

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

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -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: #fff0f0;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #83cbdc;
  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;
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    font-size: 2rem !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 #e1e1e1 !important;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 3px 3px 0 !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: 36px !important;
    height: 36px !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: #fff0f0;
  border: 6px solid #f78a8a;
  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: #f78a8a;
  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 {
    color: #333;
  }
  .to-container a:link {
    color: #333;
  }
  #header {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* #header-nav */
    /* end-#header-nav */
  }
  #header.header-sub {
    background: url(../img_common/header_bg_l.png) left top no-repeat, url(../img_common/header_bg_r.png) right top no-repeat;
    background-color: #fff0f0;
  }
  #header *, #header *::before, #header *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area {
    background: rgba(255, 255, 255, 0.8);
  }
  #header .header-subnav-area .box {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    display: table;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box .header-size li, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-size dd, #header .header-subnav-area .box .header-color li, #header .header-subnav-area .box .header-color dt, #header .header-subnav-area .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box .header-size li img, #header .header-subnav-area .box .header-size dt img, #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color li img, #header .header-subnav-area .box .header-color dt img, #header .header-subnav-area .box .header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .header-size button, #header .header-subnav-area .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size .title, #header .header-subnav-area .box .header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box .header-size .title span, #header .header-subnav-area .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .box .header-size span {
    max-width: 6rem;
  }
  #header .header-subnav-area .box .header-color span {
    max-width: 4rem;
    text-align: right;
  }
  #header .header-subnav-area .box .header-color dd {
    padding-left: 5px;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    padding-left: 20px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 {
    margin-left: 1rem;
    margin-right: 0.5rem;
    max-width: 310px;
  }
  #header .header-subnav-area .box .unit2 .list li.lang {
    padding-left: 20px;
    background: url(../img_common/header_ico_lang.png) left center/16px auto no-repeat;
    padding-right: 10px;
  }
  #header .header-subnav-area .box .unit2 .list li.kakuka {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 7px 10px 0;
    height: 36px;
    margin-left: 10px;
    border-radius: 3px;
  }
  #header .header-subnav-area .box .unit2 .list a:link {
    color: #333;
  }
  #header .header-subnav-area .box .header-search {
    width: 250px;
  }
  #header #header-nav {
    display: flex;
  }
  #header #header-nav .header-nav-in {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 170px;
  }
  #header #header-nav #header-logo {
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 0;
  }
  #header #header-nav #header-logo a {
    display: block;
  }
  #header #header-nav #header-logo a:hover {
    opacity: .85;
  }
  #header #header-nav .nav-list {
    position: relative;
    z-index: 10;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding-left: 256px;
  }
  #header #header-nav .nav-list > li {
    flex-shrink: 0;
    width: calc(100%/6 - 10px);
    display: flex;
    margin-left: 10px;
  }
  #header #header-nav .nav-list > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding: 15px 5px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 6px;
    background: #fff url(../img_common/nav_ico_arrow.png) center bottom 10px no-repeat;
    color: inherit;
  }
  #header #header-nav .nav-list > li > a::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%, 2px);
    border-bottom: 8px solid #bfe2eb;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: .2s;
    opacity: 0;
  }
  #header #header-nav .nav-list > li:hover > a {
    background-color: #f78a8a;
  }
  #header #header-nav .nav-list > li:hover > a::after {
    opacity: 1;
  }
  #header #header-nav .nav-list.-lite > li > a::after {
    content: normal;
  }
  #header #header-nav .dropmenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding-top: 10px;
  }
  #header #header-nav .dropmenu .dropmenu-list {
    border: 10px solid #bfe2eb;
    background-color: #fff;
    padding: 18px 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #header #header-nav .dropmenu .dropmenu-list > li {
    width: calc(25% - 20px);
    margin: 7px 10px;
    padding-left: 15px;
    line-height: 1.2;
    background: url(../img_common/arrow_black.png) left 0.25em no-repeat;
  }
  #header #header-nav .dropmenu .dropmenu-list > li a {
    color: inherit;
    text-decoration: none;
  }
  #header #header-nav .dropmenu .dropmenu-list > li a:hover {
    text-decoration: underline;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header *, #sp-header *::before, #sp-header *::after {
    box-sizing: border-box;
  }
  #sp-header .box {
    /* #sp-header-logo */
    background-image: url(../img_common/header_bg_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    text-align: center;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 10px 10px 0 0;
    position: relative;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    top: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search,
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search-close {
    right: 110px;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu,
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu-close {
    right: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search-close,
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu-close {
    display: none;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
  }
  #sp-header .modal-search .modal-header,
  #sp-header .modal-menu .modal-header {
    background-image: url(../img_common/header_bg_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    padding: 0 20px;
    text-align: left;
    background-color: #fff;
  }
  #sp-header .modal-search .modal-header img,
  #sp-header .modal-menu .modal-header img {
    max-width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 0 2px 0 #e0e0e0;
    -moz-box-shadow: 0px 0 2px 0 #e0e0e0;
    -webkit-box-shadow: 0px 0 2px 0 #e0e0e0;
    border: 1px solid #eee;
  }
  #sp-header .modal-search .modal-close-button,
  #sp-header .modal-search .modal-gotopc-button,
  #sp-header .modal-menu .modal-close-button,
  #sp-header .modal-menu .modal-gotopc-button {
    margin: 0 70px;
  }
  #sp-header .modal-search .modal-close-button a,
  #sp-header .modal-search .modal-gotopc-button a,
  #sp-header .modal-menu .modal-close-button a,
  #sp-header .modal-menu .modal-gotopc-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 2px #2ab7da;
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
    background-color: #fef8f8;
    color: inherit;
  }
  #sp-header .modal-search .modal-close-button a:hover, #sp-header .modal-search .modal-close-button a:focus,
  #sp-header .modal-search .modal-gotopc-button a:hover,
  #sp-header .modal-search .modal-gotopc-button a:focus,
  #sp-header .modal-menu .modal-close-button a:hover,
  #sp-header .modal-menu .modal-close-button a:focus,
  #sp-header .modal-menu .modal-gotopc-button a:hover,
  #sp-header .modal-menu .modal-gotopc-button a:focus {
    opacity: .85;
  }
  #sp-header .modal-search .modal-close-button a img,
  #sp-header .modal-search .modal-gotopc-button a img,
  #sp-header .modal-menu .modal-close-button a img,
  #sp-header .modal-menu .modal-gotopc-button a img {
    margin-right: 15px;
  }
  #sp-header .modal-search .modal-gotopc-button,
  #sp-header .modal-menu .modal-gotopc-button {
    margin-bottom: 30px;
  }
  #sp-header .modal-search .modal-gotopc-button a,
  #sp-header .modal-menu .modal-gotopc-button a {
    border: solid 2px #f78a8a;
  }
  #sp-header .modal-menu .modal-contents {
    background-color: #dff4f9;
    padding-bottom: 50px;
  }
  #sp-header .modal-menu .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #sp-header .modal-menu .support-block .support-list {
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp-header .modal-menu .support-block .support-list li {
    padding: 0 10px;
  }
  #sp-header .modal-menu .support-block dl {
    align-items: center;
    display: flex;
  }
  #sp-header .modal-menu .support-block dt {
    font-size: 80%;
  }
  #sp-header .modal-menu .support-block dd {
    font-size: 0;
    margin-left: 10px;
  }
  #sp-header .modal-menu .modal-keyword {
    padding: 20px 50px;
    margin-bottom: 30px;
  }
  #sp-header .modal-menu .modal-keyword dt {
    font-weight: bold;
    text-align: center;
  }
  #sp-header .modal-menu .modal-keyword dd {
    margin-top: 10px;
  }
  #sp-header .modal-menu .modal-nav-list {
    margin-bottom: 60px;
    border-top: 2px solid #2ab7da;
  }
  #sp-header .modal-menu .modal-nav-list li {
    border-bottom: 2px solid #2ab7da;
    font-weight: bold;
  }
  #sp-header .modal-menu .modal-nav-list a {
    display: block;
    padding: 30px 40px 30px 20px;
    background: url(../img_common/arrow_black_sp.png) no-repeat right 20px center;
    font-size: 115%;
    text-decoration: none;
    color: inherit;
  }
  #sp-header .modal-menu .modal-nav-list a:hover, #sp-header .modal-menu .modal-nav-list a:focus {
    opacity: 0.85;
  }
  #sp-header .modal-menu .modal-support-list {
    margin: 30px 5px;
    display: flex;
  }
  #sp-header .modal-menu .modal-support-list > li {
    flex: 1;
    margin: 0 15px;
  }
  #sp-header .modal-menu .modal-support-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 2px #f78a8a;
    border-radius: 10px;
    padding: 20px;
    background-color: #fef8f8;
    position: relative;
    color: inherit;
  }
  #sp-header .modal-menu .modal-support-list a img {
    margin-right: 15px;
  }
}

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

#header,
#header #header-nav .nav-list > li > a,
#footer,
#footer .footer-link .list > li {
  background-image: none !important;
}

#pankuzu .title::before {
  content: normal;
}

#header .header-subnav-area .box .unit2 .list li.lang,
#side-nav .side-nav-list li {
  background-image: none !important;
  padding-left: 0 !important;
}

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

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 110px;
    background: url(../img_common/footer_bg_img_top_pc.png) right top -50px no-repeat, url(../img_common/footer_bg_img_bottom_pc.png) left -20px bottom -10px no-repeat, url(../img_common/footer_bg_img_pc.png) left center;
    background-color: #fff0f0;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 180px;
    background: url(../img_common/footer_bg_img_pc.png) left center;
    background-color: #fff0f0;
  }
}

footer #pagetop-position {
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop-position {
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop-position {
    top: 120px;
  }
}

footer #pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

footer #pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

footer #pagetop.is-abs {
  position: absolute;
}

footer #pagetop a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop a:hover {
    opacity: 0.85;
  }
}

footer #pagetop img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

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

@media print, screen and (min-width: 769px) {
  footer .in {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 20px;
  }
}

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

footer .footer-title {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  footer .footer-title {
    text-align: center;
  }
}

footer .footer-address {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  footer .footer-address {
    margin-bottom: 1rem;
  }
}

footer .footer-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  footer .footer-text {
    margin-bottom: 3rem;
  }
}

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

footer .footer-link .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  footer .footer-link .list {
    margin: 0 -1rem;
  }
}

footer .footer-link .list > li {
  border-radius: 5px;
  text-align: left;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  footer .footer-link .list > li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    width: 190px;
    background: #ffffff url(../img_common/arrow_pink.png) right 1rem center no-repeat;
  }
  footer .footer-link .list > li:hover {
    background: #f78a8a url(../img_common/arrow_white_2.png) right 1rem center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-link .list > li {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: calc(50% - 2rem);
    background: #ffffff url(../img_common/arrow_pink_sp.png) right 1rem center no-repeat;
  }
  footer .footer-link .list > li:hover {
    background: #f78a8a url(../img_common/arrow_white_2_sp.png) right 1rem center no-repeat;
  }
}

footer .footer-link .list > li:last-child {
  margin-right: 0;
}

footer .footer-link .list > li > a {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  margin-left: 0;
  height: 100%;
  width: 100%;
  color: #333;
}

footer .footer-link .list > li > a:hover {
  opacity: 0.85;
}

footer .footer-link .list > li > a .text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  footer .footer-link .list > li > a .text {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-link .list > li > a .text {
    padding: 1rem 2rem 1rem 1rem;
  }
}

footer .footer-link .list > li > a span {
  display: block;
}

footer .copyright {
  padding: 20px 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #f6f6f6;
  font-size: 80%;
  text-align: center;
}

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