@charset "UTF-8";
@import url(base.css);

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.pt55 {
  padding-top: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.pr55 {
  padding-right: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

/*-- text --*/
.text-blue {
  color: #1c76cc;
}

.text-red {
  color: #f84d4d;
}

.text-lightblue {
  color: #1289c0;
}

.text-SS {
  font-size: 0.8em;
}

.text-S {
  font-size: 0.9em;
}

.text-L {
  font-size: 1.1em;
}

.text-bold {
  font-weight: bold;
}

.al-c,
.aligncenter {
  text-align: center;
}

.al-l,
.alignleft {
  text-align: left;
}

.al-r,
.alignright {
  text-align: right;
}

.clear {
  clear: both;
}

/* img */
.img-max {
  max-width: 100%;
}

/* ---------------------------------
Common
---------------------------------- */
body {
  overflow-x: hidden;
}

/* pc-wide */
.pc-wide_none {
  display: none;
}

.inner-style {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* pc */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .pc_none {
    display: none;
  }

  .inner-style {
    max-width: 100%;
    padding: 0 60px;
  }
}

/* pc-all */
@media screen and (min-width: 960px) {
  .pc-all_none {
    display: none;
  }
}

/* tab */
@media screen and (min-width: 641px) and (max-width: 959px) {
  .tab_none {
    display: none;
  }

  .inner-style {
    max-width: 100%;
    padding: 0 60px;
  }
}

/* tab-pc */
@media screen and (min-width: 641px) {
  .tab-pc_none {
    display: none;
  }
}

/* sp-tab */
@media screen and (max-width: 959px) {
  .sp-tab_none {
    display: none;
  }
}

/* sp */
@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }

  .inner-style {
    max-width: 100%;
    padding: 0 15px;
  }
}

.img-hover img {
  transition: all 0.2s ease;
}

.img-hover:hover img {
  opacity: 0.6;
}

img[src$=".svg"] {
  width: 100%;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 641px) {
  .icon-phone a {
    pointer-events: none;
  }
}

/* ---------------------------------
Header
---------------------------------- */
header {
  background: #fff;
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.35);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 110px;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
}

.header__logo a {
  width: 311px;
}

.header__logo a img {
  max-width: 100%;
}

.header__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__sub-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.header__links {
  font-size: 0.875rem;
}

.header__links > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}

@media screen and (min-width: 960px) {
  .header__links > ul > li.pc_none {
    display: none;
  }
}

.header__links > ul > li > a {
  background: #fff;
  border-radius: 3em;
  padding: 0.2em 0.8em;
  transition: all 0.2s ease;
}

.header__links > ul > li.blue_link > a {
  background: #1289c0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

@media screen and (max-width: 959px) {
  .header__links > ul > li.blue_link > a {
    margin: 2px;
  }
}

.header__links > ul > li > a:hover {
  background: #f3f3f3;
}

.header__links > ul > li.blue_link > a:hover {
  color: #1289c0;
}

.header__links .icon-ques:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-ques.png");
  margin-right: 5px;
}

.header__links .icon-mail:before {
  margin-right: 5px;
  position: relative;
  top: -0.05em;
}

.header__links .icon-online:before {
  margin-right: 5px;
  position: relative;
}

.header__links .icon-lang {
  cursor: pointer;
}

.header__links .icon-lang:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-lang.png");
  margin-right: 5px;
  position: relative;
  top: 0.1em;
}

.header__links .icon-lang:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow1.png");
  margin-right: 0.4em;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 0.5em;
  transform: rotate(90deg);
  top: -0.1em;
}

.header__links .lang {
  position: relative;
  z-index: 10;
}

.header__links .lang span {
  background: #fff;
  border-radius: 3em;
  display: block;
  padding: 0.2em 0.8em;
  transition: all 0.2s ease;
}

.header__links .lang ul {
  background: #fff;
  box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  transition: all 0.2s ease;
}

.header__links .lang a {
  background: #fff;
  transition: all 0.2s ease;
  display: block;
  padding: 0.5em 1em;
}

.header__links .lang a:hover {
  background: #f2f2f2;
}

.header__links .lang a.current {
  background: #27356b;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .header__links .lang:hover span {
    background: #f3f3f3;
  }

  .header__links .lang:hover ul {
    visibility: visible;
    opacity: 1;
  }
}

.header__search {
  border: 1px solid #cccccc;
  background: #f3f3f3;
  width: 200px;
  padding: 0.2em;
}

.header__search .gsc-control-cse {
  border: none;
  padding: 0;
}

.header__search .gsc-input {
  padding: 0;
}

.header__search .gsc-control-cse,
.header__search .gsc-control-cse {
  background: none;
}

.header__search #gsc-i-id1.gsc-input,
.header__search #gsc-i-id2.gsc-input {
  background: rgba(255, 255, 255, 0)
    url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png")
    no-repeat scroll left center !important;
}

.header__search .gsc-input-box {
  background: none;
  border: none;
}

.header__search form.gsc-search-box,
.header__search table.gsc-search-box {
  margin: 0;
}

.header__search .gsc-search-button-v2 {
  border: none;
  background: #f3f3f3;
  padding: 6px;
}

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

.header__search .gsst_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}

.header__search th,
.header__search td {
  border: none;
  padding: 0;
}

.header__search input:hover,
.header__search input:focus,
.header__search .gsc-input-box-focus,
.header__search .gsc-input-box-hover {
  border: none;
  box-shadow: none;
}

.header__phone__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

@media screen and (min-width: 960px) {
  .header__reservation a {
    padding: 8px 20px;
    background: #3d7645;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: block;
  }

  .header__reservation a:hover {
    opacity: 0.7;
    transition: all 0.2s ease;
  }

  .header__reservation br {
    display: none;
  }
}

.header__phone {
  display: flex;
  align-items: end;
}
@media screen and (min-width: 959px) {
  .header__phone {
    margin-right: 1em;
  }
}

.header__phone span {
  color: #555555;
  font-size: 0.84rem;
  /* margin-right: 1em; */
  margin-left: auto;
}
@media screen and (min-width: 959px) {
  .header__phone span {
    margin-right: 1em;
  }
}
.header__phone span.text_emergency {
  margin-right: 0 !important;
  margin-left: 1em;
}
.header__phone a {
  /* width: 157px; */
  width: 200px;
}

.header__phone a img {
  vertical-align: middle;
}
@media screen and (min-width: 959px) {
  .header__phone a span.tel_text {
    display: none;
  }
}

.header__phone__container .info {
  font-size: 0.775rem;
  margin-left: 20px;
}

.header__sns {
  margin-left: 1em;
}

@media screen and (max-width: 959px) {
  .header__sns,
  .header__phone__container .info,
  .header__phone span.text_emergency {
    display: none;
  }
}

.header__sns > ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}

.header__sns > ._list > li {
  padding: 5px;
}

.header__sns > ._list > li > ._link {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 30px;
}

.header__sns > ._list > li > ._link:hover {
  opacity: 0.6;
}

.header__sns > ._list > li > ._link img {
  display: block;
  max-width: 100%;
}

.header__sns_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 960px), print {
  .header__sns_sp {
    display: none;
  }
  /* .header__sns_sp,
  .header__phone {
    display: none;
  } */
}

.header__sns_sp > span {
  display: block;
  padding: 7px;
}

.header__sns_sp > span > ._link {
  padding: 0 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 40px;
}

.header__sns_sp > span > ._link:hover {
  opacity: 0.6;
}

.header__sns_sp > span > ._link img {
  display: block;
  max-width: 100%;
}

/* pc-all */
@media screen and (min-width: 960px) {
  .drawer-nav .header__search,
  .drawer-nav .header__links,
  .drawer-close {
    display: none;
  }

  .header__links > ul > li > a.btn--language {
    border: solid 1px gray;
    margin-right: 10px;
    border-radius: 2px;
  }

  .header__links > ul {
    flex-wrap: wrap;
  }
}

/* tab-sp */
@media screen and (max-width: 959px) {
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    height: 110px;
  }

  header .inner-style {
    padding: 0;
  }

  .header__inner {
    height: 110px;
    transition: all 0.2s ease;
  }

  .header__logo {
    margin-left: 60px;
  }

  .header__sub-top {
    margin: 0;
  }

  .header__links {
    display: none;
  }

  .header__links > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .header__links li {
    font-size: 0.95rem;
    width: 100%;
  }

  .header__links li a {
    padding: 0.7em 15px !important;
  }

  .header__links li a:hover {
    border-radius: 0;
  }

  .header__links li:nth-child(2) {
    margin-bottom: 10px;
  }

  .header__links .lang ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding: 0 15px 15px;
  }

  .header__links .lang li {
    font-size: 0.84rem;
    width: calc((100% - 10px) / 2);
  }

  .header__links .lang li:nth-child(odd) {
    margin-right: 10px;
  }

  .header__links .lang li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header__links .lang li a {
    background: #f3f3f3;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding: 0 !important;
  }

  .header__links .icon-lang {
    display: none !important;
  }

  .header__reservation {
    background: #3d7645;
    width: 60px;
    height: 60px;
    order: 2;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .header__reservation a {
    line-height: 14px;
    text-align: center;
    font-size: 9px;
    color: #fff;
  }
  .header__reservation a:hover {
    opacity: 0.7;
  }

  .header__phone span,
  .header__phone img {
    display: none;
  }

  .header__phone a {
    display: block;
    background: #c81f4e;
    text-align: center;
    position: relative;
    width: 60px;
    height: 60px;
    order: 1;
  }

  .header__phone a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 19px;
    background-size: 15px 19px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-phone-white.png");
    margin-right: 7px;
    margin-right: 0;
    position: relative;
    top: 0.7em;
  }

  .header__phone a span {
    display: block;
    color: #fff;
    font-size: 0.775rem;
    text-align: center;
    margin-top: 0.4em;
  }

  .header__phone .icon-phone:before {
    display: none;
  }

  .header__search {
    display: none;
    width: 230px;
    margin: 15px;
    padding: 0.5em;
  }

  .drawer-nav .header__search,
  .drawer-nav .header__links {
    display: block;
  }
}

/* sp */
@media screen and (max-width: 640px) {
  header {
    height: 60px;
  }

  .header__inner {
    height: 60px;
  }

  .header__logo {
    margin-left: 15px;
  }

  .header__logo a {
    width: 160px;
  }
}

/* ---------------------------------
Gnav
---------------------------------- */
.gnav {
  background: -moz-linear-gradient(top, #27356b, #1d3a84);
  background: -webkit-linear-gradient(top, #27356b, #1d3a84);
  background: linear-gradient(to bottom, #27356b, #1d3a84);
}

.gnav a {
  display: block;
}

.gnav button {
  display: none;
}

@media screen and (max-width: 959px) {
  .gnav button {
    display: block;
  }
}

.gnav .link-out:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-blank.png");
  margin-left: 0.4em;
}

/* pc-all */
@media screen and (min-width: 960px) {
  .gnav .drawer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
  }

  .gnav .drawer-menu li {
    width: 100%;
  }

  .gnav .drawer-dropdown {
    border-top: 1px solid #27356b;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #27356b;
    cursor: pointer;
  }

  .gnav .drawer-dropdown:last-child {
    border-right: 1px solid #fff;
  }

  .gnav .drawer-mega {
    position: static;
  }

  .gnav .drawer-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-family: "FOT-ロダン Pro DB", sans-serif;
    height: 50px;
    position: relative;
    overflow: hidden;
  }

  .gnav .drawer-menu-item span {
    z-index: 2;
    transition: all 0.2s ease;
  }

  .gnav .drawer-menu-item:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.2s ease;
  }

  .gnav .drawer-area {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    cursor: default;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
  }

  .gnav .drawer-sp {
    display: none;
  }

  .gnav .drawer-inner {
    zoom: 1;
    padding: 30px;
  }

  .gnav .drawer-inner:after {
    display: table;
    clear: both;
    content: "";
  }

  .gnav .drawer-inner:before {
    display: table;
    content: "";
  }

  .gnav .drawer-img {
    float: left;
    width: 260px;
    height: 160px;
  }

  .gnav .drawer-dropdown:nth-of-type(1) .drawer-img {
    background: url("../../about/img/h1-img.jpg") no-repeat center;
    background-size: cover;
  }

  .gnav .drawer-dropdown:nth-of-type(2) .drawer-img {
    background: url("../../customer/img/h1-img.jpg") no-repeat center;
    background-size: cover;
  }

  .gnav .drawer-dropdown:nth-of-type(4) .drawer-img {
    background: url("../../recruit/img/h1-img.jpg") no-repeat center;
    background-size: cover;
  }

  .gnav .drawer-dropdown:nth-of-type(5) .drawer-img {
    background: url("../../medical-worker/img/h1-img.jpg") no-repeat center;
    background-size: cover;
  }

  .gnav .drawer-dropdown:nth-of-type(6) .drawer-img {
    background: url("../../access/img/h1-img.jpg") no-repeat center;
    background-size: cover;
  }

  .gnav .drawer-dropdown-menu {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    margin-left: -260px;
    padding-left: 290px;
  }

  .gnav .drawer-dropdown-menu > li:first-child {
    margin-top: 0 !important;
  }

  .gnav .drawer-dropdown-menu > li {
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.875rem;
    width: 25%;
  }

  .gnav .drawer-dropdown-menu > li.shinryoka_type {
    width: 100% !important;
    padding-top: 5px;
  }

  .gnav .drawer-dropdown-menu > li.shinryoka_type > a {
    font-weight: bold;
    font-size: 16px;
    pointer-events: none;
  }

  .gnav .drawer-dropdown-menu > li.shinryoka_type > a:before {
    display: none;
  }

  .gnav .drawer-dropdown-menu > li a {
    text-indent: -1em;
    padding: 13px 5px 13px 1em;
    height: 100%;
  }

  .gnav .drawer-dropdown-menu > li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-arrow1.png");
    margin-right: 0.4em;
    position: relative;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    top: -0.2em;
    transform: none;
    z-index: 1;
  }

  .gnav .drawer-dropdown-menu > li > a {
    transition: all 0.2s ease;
  }

  .gnav
    .drawer-dropdown-menu
    > li:not(:first-child):not(.drawer-dropdown-menu-title)
    > a:hover {
    font-weight: bold;
    margin-left: 3px;
  }

  .gnav .drawer-dropdown-menu > li > a:hover:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-arrow1-red.png");
    margin-right: 0.4em;
    position: relative;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    top: -0.2em;
    transform: none;
  }

  .gnav .drawer-dropdown-menu > li:first-child,
  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title {
    border-bottom: 1px solid #cccccc;
    font-size: 1.13rem;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 30px;
  }

  .gnav .drawer-dropdown-menu > li:first-child a:after,
  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.2s ease;
  }

  .gnav .drawer-dropdown-menu > li:first-child a,
  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title a {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgb(39, 53, 107), rgb(29, 58, 132));
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px 10px 30px;
    height: auto;
    border: solid 1px #27356b;
  }

  .gnav .drawer-dropdown-menu > li:first-child a:hover,
  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title a:hover {
    color: #27356b;
  }

  .gnav .drawer-dropdown-menu > li:first-child a span,
  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title a span {
    z-index: 1;
    position: relative;
  }

  .gnav .drawer-dropdown-menu > li:first-child a:hover:after,
  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title a:hover:after {
    left: 0;
  }

  .gnav .drawer-mega .drawer-dropdown-menu {
    float: none;
    margin-left: 0;
    padding-left: 0;
  }

  .gnav
    .drawer-mega
    .drawer-dropdown-menu
    > li:not(:first-child):not(.drawer-dropdown-menu-title)
    a {
    padding: 7px 0 7px 1em;
  }

  .gnav
    .drawer-mega
    .drawer-dropdown-menu
    > li:not(:first-child):not(.drawer-dropdown-menu-title) {
    font-size: 0.875rem;
    width: 25%;
  }

  .gnav .drawer-dropdown:hover .drawer-menu-item {
    color: #27356b;
  }

  .gnav .drawer-dropdown:hover .drawer-menu-item:after {
    left: 0;
  }

  .gnav .drawer-dropdown:hover .drawer-area {
    visibility: visible;
    opacity: 1;
  }

  .gnav .drawer-dropdown.current .drawer-menu-item {
    color: #27356b;
  }

  .gnav .drawer-dropdown.current .drawer-menu-item:after {
    left: 0;
  }
}

/* IE */
/* tab-sp */
@media screen and (max-width: 959px) {
  .gnav {
    background: none;
    margin-right: 60px;
  }

  .gnav .drawer-open {
    background: #27356b;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 60px;
    height: 60px;
    transform: translate(0);
    position: relative;
    top: 25px;
  }

  .gnav .drawer-open span:not(.icon-gnav) {
    font-size: 0.775rem;
    position: relative;
    top: 1.1em;
  }

  .icon-gnav {
    background: #fff;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    position: absolute;
    left: 50%;
    transition: all 0.2s ease;
  }

  .icon-gnav:before,
  .icon-gnav:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.2s ease;
  }

  .icon-gnav:before {
    margin-top: -6px;
  }

  .icon-gnav:after {
    margin-top: 4px;
  }

  .gnav .drawer-nav {
    background: #fff;
    transform: translate(260px);
    overflow-y: auto;
    width: 260px !important;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }

  .gnav .drawer-area {
    display: none;
  }

  .gnav .drawer-dropdown {
    position: relative;
  }

  .gnav .drawer-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #27356b;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    position: relative;
  }

  .gnav .drawer-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-left: 1px solid rgba(225, 225, 225, 0.4);
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .gnav .drawer-sp:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-arrow2-white.png");
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }

  .gnav .drawer-sp.open:after {
    transform: rotate(-90deg);
  }

  .gnav .drawer-dropdown-menu > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    font-size: 0.875rem;
    padding: 12px 20px 12px 15px;
    position: relative;
  }

  .gnav .drawer-dropdown-menu > li.shinryoka_type > a {
    background-color: rgba(17, 184, 190, 0.6);
    color: #fff;
    pointer-events: none;
  }

  .gnav .drawer-dropdown-menu > li.shinryoka_type > a:after {
    display: none;
  }

  .gnav .drawer-dropdown-menu > li > a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-arrow2.png");
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title > a {
    background-color: #6575b0;
    color: #fff;
  }

  .gnav .drawer-dropdown-menu > li.drawer-dropdown-menu-title > a:after {
  }

  .gnav.open {
    margin-right: 0;
  }

  .gnav.open .drawer-open {
    background: none;
    transition: all 0.3s ease;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: translate(-260px);
    top: 0;
  }

  .gnav.open .drawer-open span:not(.icon-gnav) {
    display: none;
  }

  .gnav.open .icon-gnav {
    background: transparent;
  }

  .gnav.open .icon-gnav:before,
  .gnav.open .icon-gnav:after {
    margin-top: 0;
  }

  .gnav.open .icon-gnav:before {
    transform: rotate(-45deg);
  }

  .gnav.open .icon-gnav:after {
    transform: rotate(-135deg);
  }

  .gnav.open .drawer-nav {
    transition: all 0.3s ease;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: translate(0);
  }

  .gnav.open .drawer-close {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: -1;
  }

  .drawer-sp.open + .drawer-area {
    height: auto !important;
    overflow-y: auto !important;
  }
}

/* sp */
@media screen and (max-width: 640px) {
  .gnav {
    margin-right: 0;
  }

  .gnav .drawer-open {
    top: 0;
  }
}

/* ---------------------------------
Fixed-links
---------------------------------- */
.fixed-links {
  transition: all 0.3s ease;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  position: fixed;
  top: 50%;
  right: -60px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
}

@media screen and (min-width: 960px) and (max-height: 720px) {
  .fixed-links {
    top: 55%;
  }
}

.fixed-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 960px) {
  .fixed-links ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fixed-links li {
  border-bottom: 1px solid #fff;
}

.fixed-links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #27356b;
  color: #fff;
  font-family: "FOT-ロダン Pro DB", sans-serif;
  width: 50px;
  padding: 1em 0;
  transition: all 0.2s ease;
}

@media screen and (min-width: 960px) {
  .fixed-links li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.fixed-links li a:hover {
  background: #192246;
}

@media screen and (min-width: 960px) and (max-height: 720px) {
  .fixed-links li a {
    font-size: 0.8em;
  }
}

.fixed-links li .icon-sche:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-sche.png");
  margin-bottom: 0.4em;
}

.fixed-links li .icon-bus:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-bus.png");
  margin-bottom: 0.4em;
}

.fixed-links li .icon-floor:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background-size: 13px 16px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-floor.png");
  margin-bottom: 0.4em;
}

.fixed-links li .icon-faq:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-ques_white.png");
  margin-bottom: 0.4em;
}

@media screen and (max-width: 959px) {
  .fixed-links {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }

  .fixed-links ul {
    border: none;
  }

  .fixed-links li {
    border: none;
    width: 100%;
  }

  .fixed-links li.sp_none {
    display: none;
  }

  .fixed-links li:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .fixed-links li a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.84rem;
    line-height: 1em;
    width: 100%;
    height: 50px;
  }

  .fixed-links li a:before {
    margin: 0 0.4em 0 0;
  }

  .fixed-links li .icon-sche:before,
  .fixed-links li .icon-bus:before,
  .fixed-links li .icon-floor:before {
    margin-bottom: 0;
  }
}

/* IE */
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .fixed-links li {
    width: 50px;
    max-height: 150px;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-height: 720px) {
  .fixed-links li {
    width: 50px;
  }

  .fixed-links li:nth-child(1) {
    height: 110px;
  }

  .fixed-links li:nth-child(2) {
    height: 135px;
  }

  .fixed-links li:nth-child(3) {
    height: 120px;
  }
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .fixed-links li {
    max-height: 150px;
  }

  @media screen and (max-height: 720px) {
    .fixed-links li:nth-child(1) {
      height: 110px;
    }

    .fixed-links li:nth-child(2) {
      height: 135px;
    }

    .fixed-links li:nth-child(3) {
      height: 120px;
    }
  }
}

/* ---------------------------------
Footer
---------------------------------- */
.pagetop {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -100px;
  z-index: 150;
}

.pagetop img {
  width: 12px;
  height: 20px;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}

@media screen and (min-width: 641px) {
  .pagetop:hover img {
    top: -5px;
  }
}

footer {
  background: #f9f9f9;
}

@media screen and (min-width: 641px) {
  #wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }

  footer {
    margin-top: auto;
  }
}

/* IE */
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (min-width: 641px) {
  #wrapper {
    display: block;
    min-height: auto;
  }

  footer {
    margin-top: auto;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: auto;
}

.footer__logo {
  margin-right: 20px;
}

.footer__logo a {
  width: 240px;
}

.footer__logo a img {
  max-width: 100%;
}

.footer__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0.3em;
}

.footer__phone span {
  color: #555555;
  font-size: 0.84rem;
  margin-right: 0.7em;
}

.footer__phone .icon-phone:before {
  background-size: 13px 17px;
  margin-right: 0.3em;
}

.footer__phone a {
  width: 147px;
}

.footer__phone img {
  vertical-align: middle;
}

.footer__access {
  zoom: 1;
}

.footer__access:after {
  display: table;
  clear: both;
  content: "";
}

.footer__access:before {
  display: table;
  content: "";
}

.footer__access > * {
  float: left;
}

.footer__access p {
  margin-right: 1em;
}

.footer__access a {
  background: #fff;
  transition: all 0.2s ease;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 0.05em 0.8em;
}

.footer__access a:hover {
  background: #f2f2f2;
}

.footer__access a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  background-size: 9px 11px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-bus-blue.png");
  margin-right: 0.3em;
}

.footer__links {
  margin-left: 30px;
}

.footer__links ul {
  zoom: 1;
}

.footer__links ul:after {
  display: table;
  clear: both;
  content: "";
}

.footer__links ul:before {
  display: table;
  content: "";
}

/* .footer__links li {
  float: left;
} */

.footer__links li:nth-child(odd) {
  min-width: 140px;
  clear: both;
}

/* .footer__links li:nth-of-type(1),
.footer__links li:nth-of-type(2) {
  margin-bottom: .3em;
} */

.footer__links li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow1.png");
  margin-right: 0.4em;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footer__links li a:hover:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow1-red.png");
  margin-right: 0.4em;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.copy-area {
  background: #27356b;
}

.copy-area__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
}

.copy-area p {
  color: #fff;
  font-size: 0.65rem;
  margin-right: auto;
}

.copy-area a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.05em 0.8em;
  transition: all 0.2s ease;
}

.copy-area a:hover {
  background: #fff;
  color: #27356b;
}

@media screen and (max-width: 959px) {
  .footer__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .footer__logo {
    margin: 0 0 20px 0;
  }

  .footer__sub {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__phone {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__access > * {
    float: none;
  }

  .footer__access p {
    margin: 0 0 0.7em 0;
  }

  .footer__access a {
    width: 160px;
    margin: 0 auto;
    padding: 0.5em 0.8em;
  }

  .footer__links {
    margin-left: 0px;
  }

  /* .footer__links li {
    width: 50%;
  } */

  /* .footer__links li:nth-of-type(1),
  .footer__links li:nth-of-type(2) {
    margin-bottom: .5em;
  } */
}

/* ---------------------------------
decoration
---------------------------------- */
/* icon */
.icon-arrow1:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow1.png");
  margin-right: 0.4em;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.icon-arrow1-red:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow1-red.png");
  margin-right: 0.4em;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.icon-text,
.icon-text-back,
.icon-pdf,
.icon-xlsx,
.icon-docx,
.icon-blank,
.icon-ank {
  display: inline;
}

.icon-text:before,
.icon-text-back:before,
.icon-pdf:before,
.icon-xlsx:before,
.icon-docx:before,
.icon-blank:before,
.icon-ank:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow4.png");
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.icon-text:hover,
.icon-text-back:hover,
.icon-pdf:hover,
.icon-xlsx:hover,
.icon-docx:hover,
.icon-blank:hover,
.icon-ank:hover {
  color: #222;
}

.icon-text-back:before {
  transform: rotate(-180deg);
  margin-right: 0.4em;
}

.icon-mail:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-mail.png");
  margin-right: 7px;
}

.icon-online:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-online.png");
  margin-right: 7px;
}

p.icon-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

p.icon-phone:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background-size: 15px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-phone.png");
  margin-right: 7px;
}

p.icon-phone-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

p.icon-phone-white:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background-size: 15px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-phone.png");
  margin-right: 7px;
}

.icon-pdf:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-pdf.png");
  margin-left: 0.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.4em;
}

.icon-pdf > a {
  display: inline;
}

.icon-xlsx:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-xlsx.png");
  margin-left: 0.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.4em;
}

.icon-docx:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-docx.png");
  margin-left: 0.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.4em;
}

.icon-blank:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-blank.png");
  margin-left: 0.4em;
}

.icon-ank:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow3-blue.png");
  margin: 0 0.4em;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}

.icon-ank:hover:after {
  top: 0.2em;
}

/* button */
.button,
.button-normal,
.button-pdf,
.button-blank,
.button-image,
.button-image-pdf,
.button-entry {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1em;
  transition: all 0.2s ease;
  padding: 0.7em 1em;
}

.button:hover,
.button-normal:hover,
.button-pdf:hover,
.button-blank:hover,
.button-image:hover,
.button-image-pdf:hover,
.button-entry:hover {
  background: #f7f7f7;
  box-shadow: none;
  color: #222;
}

.button:before,
.button-normal:before,
.button-pdf:before,
.button-blank:before,
.button-image:before,
.button-image-pdf:before,
.button-entry:before {
  display: none !important;
}

.button-normal {
  display: inline-block;
  padding-right: 2.3em;
  position: relative;
}

.button-normal:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow2-blue.png");
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1em;
}

.button-pdf {
  display: inline-block;
  padding-right: 2.3em;
  position: relative;
}

.button-pdf:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-pdf.png");
  margin-left: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button-blank {
  display: inline-block;
  padding-right: 2.3em;
  position: relative;
}

.button-blank:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-blank.png");
  margin-left: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button-image,
.button-image-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  min-height: 70px;
  padding: 5px 30px 5px 5px;
  position: relative;
}

.button-image:after,
.button-image-pdf:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow2-blue.png");
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}

.button-image span:not(.img),
.button-image-pdf span:not(.img) {
  flex: 1;
  margin-left: 15px;
}

.button-image span.img,
.button-image-pdf span.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  overflow: hidden;
}

.button-image span.img img,
.button-image-pdf span.img img {
  height: 60px;
  max-width: initial;
}

.button-image:hover,
.button-image-pdf:hover {
  color: #222;
}

.button-image:hover img,
.button-image-pdf:hover img {
  opacity: 1;
}

.button-image-pdf:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-pdf.png");
  margin-left: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #36a3c7;
  border: none;
  color: #fff;
  font-family: "FOT-ロダン Pro DB", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  width: 360px;
  margin: 0 auto;
  padding: 1em 1.7em 1em 1em;
  position: relative;
}

.button-entry:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow2-white.png");
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button-entry:hover {
  background: #2e8cab;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .button-entry {
    width: 100%;
  }
}

.list-button .button,
.list-button .button-normal,
.list-button .button-pdf,
.list-button .button-blank,
.list-button .button-image,
.list-button .button-image-pdf,
.list-button .button-entry {
  width: 100%;
}

.list_column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.list_column3 li {
  width: calc(33.3333% - (40px / 3));
}
.list_column3 li a.button-entry {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 999px) {
  .list_column3 {
    flex-direction: column;
  }
  .list_column3 li {
    width: 100%;
  }
}

/* ul list */
.list-style li,
.list-normal li,
.list-att li,
.list-none li,
.list-num li,
.list-num-large li,
.list-alpha li {
  list-style: none;
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 1em;
}

.list-style li:not(:last-child),
.list-normal li:not(:last-child),
.list-att li:not(:last-child),
.list-none li:not(:last-child),
.list-num li:not(:last-child),
.list-num-large li:not(:last-child),
.list-alpha li:not(:last-child) {
  margin-bottom: 0.6em;
}

.list-normal > li:not(.cancel):before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #27356b;
  border-radius: 3px;
  margin-right: 0.5em;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.list-normal .list-normal li:before {
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

.list-att {
  padding-left: 1em;
}

.list-att > li {
  text-indent: -0.5em;
  padding-left: 0;
}

.list-att > li:before {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "※";
  color: #f84d4d;
}

.list-none > li {
  text-indent: 0;
  padding-left: 0;
}

/* ol list */
.list-num,
.list-num-large {
  counter-reset: num;
}

.list-num > li,
.list-num-large > li {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.list-num > li:before,
.list-num-large > li:before {
  counter-increment: num;
  content: counter(num) "．";
  color: #27356b;
  font-weight: bold;
}

.list-num div,
.list-num-large div,
.list-num table,
.list-num-large table {
  text-indent: 0;
}

.list-num-large {
  display: table;
}

.list-num-large > li {
  display: table-row;
  text-indent: 0;
  padding-left: 0;
}

.list-num-large > li:before {
  display: table-cell;
}

.list-alpha {
  counter-reset: alpha;
}

.list-alpha > li {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.list-alpha > li:before {
  counter-increment: alpha;
  content: counter(alpha, upper-alpha) "．";
  color: #27356b;
  font-weight: bold;
}

/* dl */
dt {
  border-left: 4px solid #aaa;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 0.7em;
}

@media screen and (max-width: 640px) {
  dd {
    line-height: 1.6em;
  }
}

dd:not(:last-child) {
  margin-bottom: 20px;
}

/* box */
.box p:last-of-type,
.box-memo p:last-of-type,
.box-image p:last-of-type,
.box-color p:last-of-type,
.box-color-blue p:last-of-type,
.box-color-gray p:last-of-type,
.box-color-red p:last-of-type,
.box-color-yellow p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  section > .box,
  section > .box-memo,
  section > .box-image,
  section > .box-color,
  section > .box-color-blue,
  section > .box-color-gray,
  section > .box-color-red,
  section > .box-color-yellow {
    max-width: 100%;
    margin: 0 15px 30px;
  }
}

.box-ac {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 8px 20px;
}

.box-memo {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.box-memo:before {
  content: "";
  display: inline-block;
  width: auto;
  height: 3px;
  background: #85c8de;
  position: absolute;
  top: -1px;
  right: 20px;
  left: 20px;
}

.box-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.box-image > div:first-child {
  margin-right: 10px;
}

.box-image > div:last-child {
  margin-left: 10px;
}

.box-image .text-area + .image-area {
  margin-left: auto;
  padding-left: 10px;
}

.box-image .image-area {
  text-align: center;
}

.box-image .image-area img {
  max-width: 440px;
}

.box-image .image-area p {
  text-align: left;
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
  .box-image .text-area {
    flex: 1;
  }

  .box-image .image-area {
    min-width: 132px;
    max-width: 50%;
  }

  .box-image .image-area img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .box-image {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-image > div:first-child {
    margin: 0 0 20px;
  }

  .box-image > div:last-child {
    margin: 0;
  }

  .box-image .text-area + .image-area {
    margin-left: 0;
    padding-left: 0;
  }

  .box-image .image-area img {
    width: auto;
    max-width: 100%;
  }

  .box-image .image-area p {
    text-align: center;
  }

  .box-sp-imgabove div.text-area {
    order: 2;
    margin: 0;
  }

  .box-sp-imgabove div.image-area {
    order: 1;
    margin: 0 0 20px;
  }

  .box-sp-imgbelow div.text-area {
    order: 1;
    margin: 0 0 20px;
  }

  .box-sp-imgbelow div.image-area {
    order: 2;
    margin: 0;
  }
}

.box-color,
.box-color-blue,
.box-color-gray,
.box-color-red,
.box-color-yellow {
  border-radius: 3px;
  padding: 20px;
}

.box-color-blue {
  background: #e9f5f9;
}

.box-color-gray {
  background: #eeeeee;
}

.box-color-red {
  background: #fceff2;
}

.box-color-yellow {
  background: #fbf6e7;
}

/* table */
.table,
.table-normal,
.table-noline {
  width: 100%;
}

.table th,
.table-normal th,
.table-noline th,
.table td,
.table-normal td,
.table-noline td {
  vertical-align: top;
  text-align: left;
  padding: 0.4em 1em;
}

@media screen and (max-width: 640px) {
  .table th,
  .table-normal th,
  .table-noline th,
  .table td,
  .table-normal td,
  .table-noline td {
    line-height: 1.6em;
  }
}

.table-normal th,
.table-normal td {
  border: 1px solid #cccccc;
}

.table-normal th {
  background: #e7eaf6;
}

.table-normal thead th,
.table-normal tfoot th {
  background: #d4daf0;
}

.table-normal.wide th:first-child {
  width: auto;
}

@media screen and (min-width: 641px) {
  .table-normal th:first-child {
    width: 200px;
  }

  .table-normal.wide th:first-child {
    width: auto;
  }

  .table-normal th:first-child.auto {
    width: auto;
  }

  .table-normal.th-auto th {
    width: auto;
  }

  .table-normal thead.val-m th {
    vertical-align: middle;
    text-align: center;
  }
}

.table-noline {
  width: auto;
}

.table-noline th,
.table-noline td {
  background: none;
  border: none;
  padding: 0 0.4em 0.4em 0;
}

.table-noline tr:last-child th,
.table-noline tr:last-child td {
  padding-bottom: 0;
}

.table-noline th {
  white-space: nowrap;
  padding-right: 1.5em;
}

@media screen and (min-width: 641px) {
  .table-noline th:first-child {
    width: 5em;
  }
}

@media screen and (max-width: 640px) {
  .table-noline th,
  .table-noline td {
    display: block;
  }
}

.table-spscroll + *:not(h2):not(h3) {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .table-spscroll {
    width: 640px;
  }
}

@media screen and (max-width: 640px) {
  .table-spscroll.wide {
    width: 1000px;
  }

  .scroll-area {
    border-right: 1px solid #cccccc;
    box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.1) inset;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    overflow: scroll;
    position: relative;
  }

  .icon-scroll {
    background: #333333;
    display: block;
    color: #fff;
    font-size: 0.84rem;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    padding: 3px 0;
  }

  .icon-scroll:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 18px;
    background-size: 11px 18px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-scroll.png");
    margin-right: 0.3em;
  }

  .table-spcolumn {
    border-bottom: 1px solid #cccccc;
  }

  .table-spcolumn th,
  .table-spcolumn td {
    border-bottom: none;
    display: block;
  }
}

.scroll-area_wide {
  border-right: 1px solid #cccccc;
  box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.1) inset;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  overflow: scroll;
  position: relative;
}
@media screen and (min-width: 1230px) {
  .scroll-area_wide {
    max-width: 780px;
  }
  .icon-scroll_wide {
    max-width: 780px;
  }
}
@media screen and (max-width: 1229px) {
  .scroll-area_wide {
    max-width: 600px;
  }
  .icon-scroll_wide {
    max-width: 600px;
  }
}
@media screen and (max-width: 1060px) {
  .scroll-area_wide {
    max-width: 450px;
  }
  .icon-scroll_wide {
    max-width: 450px;
  }
}
@media screen and (max-width: 899px) {
  .scroll-area_wide {
    max-width: 100%;
  }
  .icon-scroll_wide {
    max-width: 100%;
  }
}

.icon-scroll_wide {
  background: #333333;
  display: block;
  color: #fff;
  font-size: 0.84rem;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
  padding: 3px 0;
}
.icon-scroll_wide:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 18px;
  background-size: 11px 18px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-scroll.png");
  margin-right: 0.3em;
}

.thtd-min thead th,
.thtd-min td {
  line-height: 1.2em;
}

.thtd-small th,
.thtd-small td {
  font-size: 0.875rem;
}

.thtd-center thead th,
.thtd-center td,
.thtd-center tfoot th {
  vertical-align: middle;
  text-align: center;
}

.td-right thead th {
  vertical-align: middle;
  text-align: center;
}

.td-right tbody td {
  text-align: right;
}

@media screen and (min-width: 1280px) {
  .table-half {
    width: 50%;
  }
}

table .nowrap {
  white-space: nowrap;
}

table .center {
  text-align: center;
}

.table-caption {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

table li:not(:last-child) {
  margin-bottom: 0.3em !important;
}

/* column */
.column,
.list-column,
.list-column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column img,
.list-column img,
.list-column-10 img {
  width: auto;
  max-width: 100%;
}

.list-column {
  margin: 0 calc(20px / 2 * -1);
}

.list-column > * {
  margin: 0 calc(20px / 2);
}

.list-column > *:not(:last-child) {
  margin-bottom: 20px;
}

.list-column-10 {
  margin: 0 calc(10px / 2 * -1);
}

.list-column-10 > * {
  margin: 0 calc(10px / 2);
}

.list-column-10 > *:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .column-sp,
  .list-column,
  .list-column-10 {
    display: block;
    margin: 0 15px;
  }

  .column-sp > *,
  .list-column > *,
  .list-column-10 > * {
    width: 100%;
    margin: 0 0 20px;
  }

  .column-sp > *:last-child,
  .list-column > *:last-child,
  .list-column-10 > *:last-child {
    margin-bottom: 0;
  }

  .column-sp img,
  .list-column img,
  .list-column-10 img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* column equality */
.column-equality,
.list-half,
.list-third,
.list-quarter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-equality > *:before,
.list-half > *:before,
.list-third > *:before,
.list-quarter > *:before {
  top: 0 !important;
}

.column-equality > *,
.list-half > *,
.list-third > *,
.list-quarter > * {
  margin-bottom: 0.7em;
}

.column-equality > * img,
.list-half > * img,
.list-third > * img,
.list-quarter > * img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-equality a:not(.zoom-img),
.list-half a:not(.zoom-img),
.list-third a:not(.zoom-img),
.list-quarter a:not(.zoom-img) {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .column-equality,
  .list-half,
  .list-third,
  .list-quarter {
    display: block;
  }

  .column-equality > *,
  .list-half > *,
  .list-third > *,
  .list-quarter > * {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .list-half {
    margin-right: calc(20px / 2 * -1);
    margin-left: calc(20px / 2 * -1);
  }
}

.list-half > * {
  width: calc((100% - 41px) / 2);
}

.list-half > * {
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}

@media screen and (min-width: 641px) {
  .list-third {
    margin-right: calc(20px / 2 * -1);
    margin-left: calc(20px / 2 * -1);
  }
}

.list-third > * {
  width: calc((100% - 61px) / 3);
}

.list-third > * {
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}

@media screen and (min-width: 641px) {
  .list-quarter {
    margin-right: calc(20px / 2 * -1);
    margin-left: calc(20px / 2 * -1);
  }
}

.list-quarter > * {
  width: calc((100% - 81px) / 4);
}

.list-quarter > * {
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}

@media screen and (max-width: 640px) {
  .column-equality-sp,
  .list-half,
  .list-third,
  .list-quarter {
    display: block;
  }

  .column-equality-sp > *,
  .list-half > *,
  .list-third > *,
  .list-quarter > * {
    width: 100%;
    margin-bottom: 10px;
  }

  .column-equality-sp > *,
  .list-half > *,
  .list-third > *,
  .list-quarter > * {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .list-sp-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-sp-2 > * {
    width: calc((100% - 10px) / 2);
  }

  .list-sp-2 > *:nth-child(odd) {
    margin-right: 5px;
  }

  .list-sp-2 > *:nth-child(even) {
    margin-left: 5px;
  }
}

/* text */
.text-caption {
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-bottom: 10px;
  margin-top: 10px;
}

.text-catch {
  color: #27356b;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.5em;
}

/* image */
.zoom-img {
  display: inline-block;
  position: relative;
}

.zoom-img:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-zoom.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.detail .zoom-img img {
  max-width: 260px;
}

/* ---------------------------------
news
---------------------------------- */
.news-area__date {
  color: #666666;
  margin-right: 10px;
}

.news-area__label_area {
  width: 75px;
  min-height: 18px;
  margin-right: 10px;
  align-self: flex-start;
}

.news-area__label,
.news-area__label-important {
  background: #e8e8e8;
  color: #27356b;
  font-size: 0.84rem;
  line-height: 18px;
  text-align: center;
}

.news-area__label-important {
  background: #fceaef;
  color: #c81f4e;
}

.news-area__title {
  flex: 1;
  color: #014ad0;
  transition: all 0.1s ease;
}

.news-area__title:hover {
  color: #222;
}

.news-area__new {
  color: #c81f4e;
  font-size: 0.84rem;
  margin-left: 1em;
}

.news-area li > a {
  padding: 0.3em 0;
  transition: all 0.2s ease;
}

.news-area li > a:hover {
  background: #f9f9f9;
  border-radius: 3px;
}

@media screen and (min-width: 641px) {
  .news-area__label:not(:last-child),
  .news-area__label-important:not(:last-child) {
    margin-bottom: 5px;
  }

  .news-area__label,
  .news-area__label-important {
    display: block;
    min-height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .news-area__title {
    width: 100%;
    min-width: calc(100% - 30px);
  }

  .news-area__label_area {
    width: auto;
  }

  .news-area__label,
  .news-area__label-important {
    display: inline-block;
    padding: 3px 7px;
  }

  .news-area__label:not(:last-child),
  .news-area__label-important:not(:last-child) {
    margin-right: 5px;
  }
}

.dates-area .news-area__label_area {
  width: auto;
}

.dates-area .news-area__label {
  display: inline-block;
  padding: 3px 7px;
}

.dates-area .news-area__label:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.no-link {
  pointer-events: none;
}

.no-link .news-area__title {
  color: #222;
}

.link-out .news-area__title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-blank.png");
  margin-left: 0.4em;
}

ul.cp_list {
  padding: 0.5em;
  list-style-type: none;
}

ul.cp_list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

ul.cp_list li:after,
ul.cp_list li:before {
  position: absolute;
  content: "";
  display: block;
  background: #5677ed;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

ul.cp_list li:before {
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

.coronaNewsArea {
  background-color: #edf0ef;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #dedede;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .coronaNewsArea {
    padding: 10px 0;
  }
}

@media screen and (max-width: 640px) {
  .coronaNewsArea_container {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .coronaNewsAreaColumns {
    display: flex;
  }
}

.coronaNewsArea_1 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .coronaNewsArea_1 {
    width: 280px;
    padding: 10px;
  }
}

@media screen and (max-width: 959px) {
  .coronaNewsArea_1 {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .coronaNewsArea_1 {
    padding: 0 15px 0;
    box-sizing: border-box;
  }
}

.coronaNewsArea_1_inner {
  width: 100%;
}

.coronaNewsArea_title {
  color: #c81f4e;
  line-height: 1.3;
  font-size: 15px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .coronaNewsArea_title {
    font-size: 15px;
    margin-bottom: 0.2em;
  }
}

.coronaNewsArea_2 {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .coronaNewsArea_2 {
    padding: 10px;
  }
}

@media screen and (max-width: 959px) {
  .coronaNewsArea_2 {
    padding: 0;
  }
}

.coronaNewsList {
  width: 100%;
  overflow-y: scroll;
}

@media screen and (min-width: 960px) {
  .coronaNewsList {
    max-height: 115px;
  }
}

@media screen and (max-width: 959px) {
  .coronaNewsList {
    max-height: 115px;
  }
}

@media screen and (max-width: 640px) {
  .coronaNewsList > li:not(:last-child) {
    border-bottom: solid 1px #d6d3d1;
  }
}

.coronaNews {
  display: flex;
  padding: 0.3em 10px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  position: relative;
}

@media screen and (max-width: 959px) {
  .coronaNews {
    padding: 0.2em 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .coronaNews {
    display: block;
    padding: 0.2em 15px;
  }
}

.coronaNews:hover {
  background: #f8f8f8;
  border-radius: 3px;
}

.coronaNews.coronaNews-noNews {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .coronaNews.coronaNews-noNews {
    display: block;
    padding: 0 10px;
  }
}

.coronaNews.no-link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .coronaNews .news-area__new {
    top: 10px;
  }
}

.coronaNews_date {
  flex-shrink: 0;
  width: 90px;
  margin-right: 10px;
  color: #666;
}

.coronaNews_title {
  width: 100%;
  color: #014ad0;
}

.no-link .coronaNews_title {
  color: #222;
}

.link-out .coronaNews_title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-blank.png");
  margin-left: 0.4em;
}

.coronaNewsLinkArea {
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .coronaNewsLinkArea {
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (min-width: 960px) {
  .coronaNewsLinkArea {
    margin-top: 0.3em;
  }
}

@media screen and (max-width: 959px) {
  .coronaNewsLinkArea {
    text-align: right;
    margin-bottom: 0.2em;
  }
}

.coronaNewsLink {
  transition: all 0.1s ease;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .coronaNewsLink {
    font-size: 15px;
  }
}

.coronaNewsLink:hover {
  color: #c81f4e;
}

.coronaNewsLink:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow1-red.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 640px) {
  .pc_mr15 {
    margin-right: 15px;
  }

  .pc_w49 {
    width: 49% !important;
  }

  .pc_jcsb {
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .sp_jcc {
    justify-content: center;
  }

  .sp_mb15 {
    margin-bottom: 15px;
  }
}

.max-w132 img {
  max-width: 132px !important;
}

.maru {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  line-height: 23px;
  font-weight: bold;
  text-align: center;
  border: solid 1px;
  font-size: 10px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}

.js-accordion_area {
  /* 分岐 */
}

.js-accordion_area .btn_according_magazine {
  line-height: 65px;
  position: relative;
  background: #ffffff;
  color: navy;
  border: 1px solid navy;
  height: 65px;
  font-size: 18px;
  text-align: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js-accordion_area .btn_according_magazine > .btn_Left {
  position: absolute;
  right: 0;
  top: 0;
  background-color: navy;
}

.js-accordion_area .accordion_index {
  line-height: 65px;
  position: relative;
  background: #ffffff;
  color: navy;
  border: 1px solid navy;
  height: 65px;
  font-size: 18px;
  text-align: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js-accordion_area .accordion_index:hover {
  line-height: 65px;
  position: relative;
  background: #ffffff;
  color: navy;
  border: 1px solid navy;
  height: 65px;
  font-size: 18px;
  text-align: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .js-accordion_area {
    margin: 0;
  }

  .js-accordion_area .btn_according_magazine {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }

  .js-accordion_area .js-accordion_btn {
    width: 37px !important;
    height: 45px !important;
  }
}

.js-accordion_area .btn_according_magazine {
  cursor: pointer;
}

.js-accordion_area .js-accordion_btn {
  position: relative;
  width: 65px;
  height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js-accordion_area .js-accordion_btn::before {
  content: "";
  width: 9px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/arrow_r_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-accordion_area .js-accordion_content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.js-accordion_area.js-accordion_area_opened
  > .btn_according_magazine
  .js-accordion_btn::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.js-accordion_area.js-accordion_area_opened > .js-accordion_content {
  max-height: 1000em;
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

.js-accordion_area .icon-text {
  display: block;
}

.js-accordion_area .icon-text::before {
  display: inline-block;
}

.backnumber_wrapper {
  padding: 1em;
}

.js-accordion_area._under {
  width: 100%;
  margin: 0 auto 1em;
}

.js-accordion_area._under .btn_according_magazine {
  line-height: 50px;
  background: #ffffff;
  color: #07889b;
  border: 1px solid #07889b;
  height: 50px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js-accordion_area._under .btn_according_magazine > .btn_Left {
  background-color: #07889b;
}

@media screen and (max-width: 640px) {
  .js-accordion_area._under {
    margin: 0 0 0.5em;
  }

  .js-accordion_area._under .btn_according_magazine {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }

  .js-accordion_area._under .js-accordion_btn {
    width: 37px !important;
    height: 45px !important;
  }
}

.js-accordion_area._under .js-accordion_btn {
  position: relative;
  width: 50px;
  height: 50px;
}

.js-accordion_area._under > .js-accordion_content {
  background: #f4f6fb;
}

.js-accordion_area._under.js-accordion_area_opened
  > .btn_according_magazine
  .js-accordion_btn::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.backnumber_list {
  color: navy;
  padding: 1em;
}

.backnumber_list li {
  margin-bottom: 0.5em;
}

.backnumber_list a {
  margin-left: 0.5em;
  display: block;
}

@media screen and (min-width: 1000px) {
  .backnumber_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
  }

  .backnumber_list a {
    margin-left: 1em;
  }
}

.modal_img {
  width: 100%;
}

a.bnr_link:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.form_iframe {
  width: 100%;
  height: 2600px;
  margin-bottom: 30px;
  margin-left: 0;
}

.form_iframe > iframe {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  border: none;
}

@media screen and (max-width: 640px) {
  .table_sp_font_s th,
  .table_sp_font_s td {
    font-size: 80% !important;
  }
  .th_sp_center th {
    text-align: center !important;
  }
  .sp_table3 th,
  .sp_table3 td {
    width: 33.3% !important;
  }
}
.table_middle th,
.table_middle td {
  vertical-align: middle !important;
}
