@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: 0.9em;
  background-color: #faf6b6;
  border-radius: 5px;
  color: #333;
  font-size: 150%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 8px 15px 6px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  border-left: 3px solid #b7ae1b;
  padding-left: 15px;
  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: 1.1em;
  background: #f1e8fc;
  border-radius: 5px;
  color: #333;
  font-size: 125%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 0 6px 10px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  border-left: 2px solid #7f62a1;
  padding-left: 10px;
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  font-size: 113%;
  font-weight: bold;
  padding: 10px 15px 3px;
  border-bottom: 3px solid #c2e0e0;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  font-size: 113%;
  font-weight: bold;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-left: 3px solid #a6ae50;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 1.2;
}

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, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

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

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

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

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

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

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

.wysiwyg table ol, .pubcom-table table ol {
  padding-left: 1.5em;
}

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

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

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

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

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

.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, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  color: #333;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

.scheme8 {
  background-color: #7f62a1;
  color: #fff;
  text-align: center;
}

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

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

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

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #cacaca !important;
    border-radius: 3px 0 0 3px !important;
  }
}

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

@media print, screen and (min-width: 769px) {
  .view-sub-header .gsc-input-box {
    width: 190px;
  }
}

@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: #7f62a1 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !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 10px 10px 0 !important;
  }
}

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

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 39px !important;
    height: 39px !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: #f5f5f5;
  border: 6px solid #ccc;
  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: #626262;
  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 {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    display: flex;
    background-color: #7f62a1;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    width: 1000px;
    padding: 13px 0 8px;
  }
  #header #header-nav .list > li {
    float: left;
    align-items: center;
    width: calc((100% - 14px ) / 6);
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #fff;
  }
  #header #header-nav .list > li:last-child {
    border-right: 1px solid #fff;
  }
  #header #header-nav .list > li > a {
    display: block;
    text-decoration: none;
    font-size: 110%;
    color: #fff;
    padding: 6px 0 6px;
  }
  #header #header-nav .list > li > a:focus {
    color: #333;
  }
  #header #header-nav .list > li a:hover {
    text-decoration: underline;
  }
  #header #header-nav .list .nav4 a {
    padding: 0;
    line-height: 115%;
  }
  #header #header-nav .dropmenu {
    width: 980px;
    border: 10px solid #7f62a1;
    background-color: #fff;
    position: absolute;
    left: calc((100% - 1000px)/2) !important;
    z-index: 990;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  #header #header-nav .dropmenu a {
    color: #333 !important;
    text-decoration: none !important;
  }
  #header #header-nav .dropmenu a:hover {
    text-decoration: underline !important;
  }
  #header #header-nav .dropmenu-in {
    position: relative;
    z-index: 990;
  }
  #header #header-nav .list2 {
    padding: 23px;
    margin-top: 7px;
    text-align: left;
    overflow: auto;
    max-height: 110px;
    letter-spacing: -.5em;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #header #header-nav .list2 > li {
    display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
  #header #header-nav .list2 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  #header #header-nav .list2 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  #header #header-nav .list2 > li {
    margin-left: 20px !important;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #header #header-nav .list2 > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  #header #header-nav .list2 > li > a {
    display: block;
    padding-left: 25px !important;
    background: url(../img_top/arrow4.png) no-repeat left center;
    text-decoration: underline;
    color: #eaf0ab;
    font-weight: 500;
    font-size: 100%;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header #header-nav .list2 > li > a {
    background-size: 16px 16px;
  }
}

@media print, screen and (min-width: 769px) {
  #header #header-nav .list2 > li > a:hover {
    text-decoration: none;
  }
  #header .header-subnav-area {
    background: #f5f5f5;
    min-height: 80px;
  }
  #header .header-subnav-area .unit {
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-subnav-area #header_sub_logo {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-subnav-area #header_sub_logo a {
    position: absolute;
    top: 9px;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
    margin: 0 auto;
  }
  #header .header-subnav-area .box .list {
    display: flex;
    margin-left: auto;
    width: fit-content;
  }
  #header .header-subnav-area .box .list li {
    font-size: 90%;
  }
  #header .header-subnav-area .box .list li img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .list .support-list {
    border: 1px solid #cacaca;
    background-color: #fff;
    border-radius: 3px;
  }
  #header .header-subnav-area .box .list .support-list a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px;
  }
  #header .header-subnav-area .box .list .support-list a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .box .list .support-list .support-btn {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box .list .support-list img {
    margin-left: 3px;
  }
  #header .header-subnav-area .box .list .support-list .title {
    margin-right: 9px;
  }
  #header .header-subnav-area .box .list .lang {
    background: url("../img_common/lang.png") left 15px center/20px no-repeat #fff;
    border: 1px solid #cacaca;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    min-width: 180px;
    padding: 0 0 0 40px;
    border-radius: 3px;
  }
  #header .header-subnav-area .box .list .lang button {
    appearance: none;
    background: none;
    border: none;
    background-color: #7f62a1;
    cursor: pointer;
    font-size: 90%;
    color: #fff;
    padding: 0 8px 0 10px;
    border-radius: 0 3px 3px 0;
  }
  #header .header-subnav-area .box .list .lang button:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .box .list .lang .lang-select::-ms-expand {
    display: none;
  }
  #header .header-subnav-area .box .list .lang .lang-select:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  #header .header-subnav-area .box .list input, #header .header-subnav-area .box .list select {
    border: none !important;
    font-size: 100%;
  }
  #header .header-subnav-area .box .unit .list {
    padding: 5px 0;
  }
  #header .header-subnav-area .view-top-header {
    display: flex;
    width: 1000px;
    padding: 10px;
  }
  #header .header-subnav-area .view-top-header #header_sub_logo {
    width: 400px;
  }
  #header .header-subnav-area .view-top-header .unit {
    width: 600px;
    margin: 0 auto;
  }
  #header .header-subnav-area .view-sub-header .list {
    flex-wrap: wrap;
    width: 1000px;
    justify-content: flex-end;
  }
  #header .header-subnav-area .view-sub-header .list .support-list {
    margin-bottom: 5px;
    display: block;
  }
  #header .header-subnav-area .view-sub-header .list .space {
    width: 500px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding: 20px 0 30px 20px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
    z-index: 999;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    opacity: 0.8;
    background: #000;
    z-index: 100;
  }
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
  }
  #sp-header .modal-menu a {
    color: #333;
  }
  #sp-header .modal-menu .modal-header {
    background: #fff;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 1000;
  }
  #sp-header .modal-menu .modal-header #sp-modal-logo {
    padding: 20px 0 30px 20px;
  }
  #sp-header .modal-menu .modal-menu-in {
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
  }
  #sp-header .modal-menu .in {
    background-color: #f7f1ff;
    padding-bottom: 66px;
  }
  #sp-header .modal-menu .g-search {
    padding: 172px 0 52px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .g-search {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .box {
    border-bottom: 1px solid #dccbef;
    font-size: 85%;
    font-weight: bold;
  }
  #sp-header .modal-menu .close-btn1 {
    z-index: 100;
    margin-left: auto;
  }
  #sp-header .modal-menu .close-btn2 {
    bottom: -94px;
    background: url(../img_common/modal_menu_close2.png) left 33% center/32px no-repeat;
    padding: 22px 0 18px 49px;
    text-align: center;
  }
  #sp-header .modal-menu .close-btn2 a {
    color: #fff;
    font-size: 85%;
    text-decoration: none;
  }
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-menu .list li {
    border-bottom: 1px solid #dccbef;
  }
  #sp-header .modal-menu .list a {
    display: block;
    padding: 36px 62px;
    text-decoration: none;
    color: #333;
    font-size: 130%;
  }
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) #ede2fa no-repeat right 49px center;
    padding: 37px 39px;
    font-weight: bold;
    border-bottom: 1px solid #dccbef;
    font-size: 1.5em;
  }
  #sp-header .modal-menu .title > a {
    text-decoration: none;
  }
  #sp-header .modal-menu .title:first-child {
    border-top: 1px solid #dccbef;
  }
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-menu {
    top: 90px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .support-block {
    background-color: #fff;
    width: 710px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 0;
  }
  #sp-header .support-block .lang {
    background: url("../img_common/lang.png") left 34px center/43px no-repeat #fff;
    border: 2px solid #E3D6F5;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 24px;
    padding: 0 0 0 90px;
    width: 438px;
    border-radius: 10px;
  }
  #sp-header .support-block .lang-select {
    appearance: none;
    background: url("../img_common/lang_arrow.png") right center/20px no-repeat;
    border: none;
    font-size: 100%;
    padding: 0 30px 0 5px;
    color: #333;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    background-color: #7f62a1;
    cursor: pointer;
    font-size: 100%;
    padding: 18px 28px 18px 30px;
    border-radius: 0 10px 10px 0;
    color: #fff;
  }
  #sp-header .support-block option {
    font-size: 40%;
  }
  #sp-header .support-block .menu-btn-search {
    background: url("../img_common/icon_pc.png"), url("../img_top/arrow4.png");
    background-position: left 34px center,right 16px center;
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    width: 530px;
    box-sizing: border-box;
    border: 2px solid #E3D6F5;
    border-radius: 10px;
    margin: 0 auto;
    padding: 14px 0 14px 90px;
  }
  #sp-header .support-block .menu-btn-search a {
    color: #333;
    text-decoration: none;
  }
}

/*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;
}

#header .lang {
  background: #fff !important;
}

#footer .map {
  display: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background-color: #7f62a1;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 130px;
  }
}

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

footer .list a {
  color: #fff;
}

footer .list a:focus {
  color: #333;
}

footer .box {
  position: relative;
  box-sizing: border-box;
}

footer #pagetop {
  position: absolute;
}

footer .footer-nav {
  margin: 0 auto;
}

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

footer .copyright {
  padding: 10px 0 15px;
  font-size: 80%;
  text-align: center;
}

#pr-area {
  width: 100%;
  bottom: 0;
  background-color: #fbf7ff;
  z-index: 999;
}

#pr-area .in {
  margin: 0 auto;
  position: relative;
}

#pr-area .pr-area-close {
  position: absolute;
  right: 0;
  top: 12px;
}

#pr-area .pr-area-close a {
  height: 100%;
  display: block;
}

#pr-area .pr-area-close a:focus {
  border: 2px solid #fff;
  outline: 1px solid #000;
}

#pr-area .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

#wrapper {
  position: relative;
}

.pr-close {
  display: block;
  position: absolute !important;
  bottom: 0;
}

.pr-close .pr-area-close {
  display: none;
}

.view-sub {
  display: none;
}

.view-top .list {
  align-items: flex-end;
}

@media print, screen and (min-width: 769px) {
  .pr-open {
    position: fixed;
  }
  .pr-open .in {
    width: 1000px;
  }
  .pr-open .list {
    width: 965px;
  }
  .pr-open li {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 20px;
  }
  .pr-open .list img {
    width: 120px;
    height: 47px;
  }
  .pr-open li:nth-child(7n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #pr-area {
    padding-bottom: 78px;
    padding-top: 84px;
  }
  #pr-area .in {
    width: 580px;
  }
  #pr-area li {
    margin-bottom: 22px;
  }
  #pr-area li:nth-child(2n) {
    margin-left: auto;
  }
  #pr-area .list img {
    width: 281px;
    height: 109px;
  }
  .pr-area-close, #pr-box {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    position: absolute;
    top: -120px;
    right: 1%;
  }
  footer #pagetop img {
    width: 142px;
    height: 162px;
  }
  footer .footer-info {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  }
  footer .footer-info .info {
    padding-top: 20px;
  }
  footer .footer-info .info .title {
    font-size: 187%;
  }
  footer .footer-info .info .text {
    line-height: 130%;
  }
  footer .footer-nav {
    width: 880px;
    padding-top: 30px;
  }
  footer .footer-nav .list {
    justify-content: space-between;
  }
  footer .footer-nav .list li {
    font-size: 87%;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    position: absolute;
    top: -103px;
    right: 19px;
  }
  footer .info {
    text-align: left;
    padding: 55px;
  }
  footer .title {
    margin-bottom: 7px;
  }
  footer .text {
    line-height: 140%;
  }
  footer .map {
    text-align: center;
    margin: 40px 0;
  }
  footer .footer-nav {
    width: 575px;
    margin-bottom: 19px;
  }
  footer .footer-nav .list li a {
    border-left: 1px solid #fff;
    padding-left: 18px;
  }
  footer .footer-nav li:first-child a {
    border-left: none;
    padding-left: 0;
  }
  footer .footer-nav li:nth-child(2n) {
    margin-right: auto;
  }
  footer .footer-nav li:nth-child(2n + 1) {
    margin-left: auto;
  }
  footer .footer-nav li:nth-child(2n + 1) a {
    border-left: none;
    padding-left: 0;
    padding-right: 18px;
  }
  footer .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 85%;
  }
  footer .copyright {
    font-size: 64%;
    padding-bottom: 40px;
  }
}

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