@charset "utf-8";
/* ==========================================================
 html
========================================================== */
html.is-small { font-size: 50%; }
html.is-normal { font-size: 62.5%; }
html.is-large { font-size: 75%; }
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
}
/* ==========================================================
 container
========================================================== */
.container-01,
.container-02 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
/* ==========================================================
 header
========================================================== */
.header-in { position: relative; }
.header-top {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row;
  padding: 14px 0;
  flex-wrap: wrap;
}
.header-logo { width: 116px; }
  .header-logo .link {
    display: block;
    line-height: 1;
  }
.header-lang {
  position: relative;
  display: block;
  width: 120px;
  line-height: 1;
}
.header-lang.alert{
  position: absolute;
  right: 0
}
  .header-logo img,
  .header-lang img { width: 100%; }
  .header-lang olang,
  .header-lang .select-lang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header-links {
    position: absolute;
    top: 20px;
    left: 160px;
  }
    .header-links .item .link {
      display: block;
      font-size: 12px;
    }
  .header-fontsize {
    position: absolute;
    top: 14px;
    right: 298px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
    .header-fontsize .label {
      margin-right: 10px;
      font-size: 12px;
      line-height: 1;
    }
    .header-fontsize .btn {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      margin-right: 5px;
      background-color: #eceff1;
      border-radius: 2px;
      font-weight: 700;
      line-height: 1;
      color: #3f51b5;
      text-align: center;
      cursor: pointer;
    }
    .header-fontsize .btn.small { font-size: 11px; }
    .header-fontsize .btn.normal { font-size: 13px; }
    .header-fontsize .btn.large { font-size: 20px; }
    .header-fontsize .btn:last-child { margin-right: 0; }
    .header-fontsize .btn:hover,
    .header-fontsize .btn.is-active {
      background-color: #3f51b5;
      color: #fff;
    }

#cse-search-box {
  width: 100%;
  position: relative;
}
  #cse-search-box .text {
    width: 100%;
    padding: 0 25px 0 8px;
    border: none;
    outline: 0;
    font-size: 12px;
    vertical-align: top;
    line-height: 24px;
    background: transparent;
  }
  #cse-search-box .image {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
  }
  #cse-search-box .submit {
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #cse-search-box .submit:hover {
    opacity: 0.7;
  }
  #cse-search-box .ico-search {
    display: none;
  }

      .box-search #cse-search-box .text {
        width: 810px;
        padding: 12px 25px 12px 45px;
        float: left;
        height: 50px;
        font-size: 1.4rem;
        background: #f3f3f3;
        border: 1px solid #d0d0d0;
        border-radius: 3px;
      }
      .box-search #cse-search-box .image {
        display: none;
      }
      .box-search #cse-search-box .submit {
        display: block;
        width: 140px;
        font-size: 18px;
        float: right;
        height: 50px;
        line-height: 50px;
        color: #fff;
        border: none;
        outline: none;
        background: #3f51b5;
        border-radius: 3px;
      }
      .box-search #cse-search-box .ico-search {
        display: block;
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        left: 15px;
      }
      .gs-title { height: auto !important;}

  @media screen and (min-width: 769px) {
    .header-search {
      position: absolute;
      top: 14px;
      right: 140px;
      width: 140px;
      border: 1px solid #ccc;
      border-radius: 3px;
    }
    

      .header-search .gsc-search-box { margin-bottom: 0; }
      .header-search .gsc-search-box .gsc-input-box {
        width: 110px;
        height: 24px;
        margin-right: 0;
        border: 0;
      }
      .header-search .gsc-search-box .gsib_a { padding: 2px 0 0 10px; }
      .header-search .gsc-search-box .gsst_b { height: 24px; }
        .header-search .gsc-search-box .gsst_b .gsst_a,
        .header-search .gsc-search-box .gsst_b .gscb_a { line-height: 1; }
      .header-search .gsc-search-box .gsst_a { padding-top: 0; }
      .header-search .gsc-search-box input.gsc-input {
        width: 100%;
        height: 20px !important;
        padding-right: 12px;
        background: url(/img/bg_placeholder_02_pc.png) 0 center no-repeat !important;
        background: none !important;
        background-size: 68px auto !important;
      }
      .header-search .gsc-search-box .gsc-search-button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 30px;
        height: 24px;
        background: url(/img/ico_search_01.svg) center center no-repeat;
        background-size: 14px auto;
      }
      .header-search .gsc-search-box .gsc-search-button-v2 {
        vertical-align: middle;
        padding: 0;
        margin: 0;
        border: 0;
        opacity: 0;
      }
  }
  .header-search .gsc-search-box .gsc-input > input:hover,
  .header-search .gsc-input-box-hover {
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .header-search .gsc-search-box .gsc-input > input:focus,
  .header-search .gsc-input-box-focus {
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .header-search .gsc-search-box input.gsc-input:focus,
  .header-search .gsc-search-box input.gsc-input.is-focus { background: none !important; }
/* ==========================================================
 nav-global
========================================================== */
.nav-global {
  position: relative;
  border-top: 1px solid #E0E0E0;
}
  .nav-global:before,
  .nav-global:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 1000px;
    height: 1px;
    background-color: #E0E0E0;
  }
  .nav-global:before { left: -1000px; }
  .nav-global:after { right: -1000px; }
/* list-gnav
---------------------------------------------------------- */
.list-gnav {
  display: -webkit-flex;
  display: flex;
}
.list-gnav .gnav-item {
  width: 160px;
  border-left: 1px solid #E0E0E0;
}
.list-gnav .gnav-item:last-child { border-right: 1px solid #E0E0E0; }
.list-gnav .gnav-link {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-gnav .gnav-icon {
  display: block;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .list-gnav .gnav-link:hover { opacity: 0.7; }
}
.list-gnav .gnav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.list-gnav .gnav-item.nav01 .gnav-link:before { background-color: #2196f3; }
.list-gnav .gnav-item.nav02 .gnav-link:before { background-color: #00bcd4; }
.list-gnav .gnav-item.nav03 .gnav-link:before { background-color: #4caf50; }
.list-gnav .gnav-item.nav04 .gnav-link:before { background-color: #673ab7; }
.list-gnav .gnav-item.nav05 .gnav-link:before { background-color: #ffc107; }
.list-gnav .gnav-item.nav06 .gnav-link:before { background-color: #cddc39; }
.list-gnav .icon { display: block; }
  .list-gnav .gnav-icon img { width: 100%; }
.list-gnav .gnav-text {
  display: block;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
/* ==========================================================
 mod-mega-menu
========================================================== */
.mod-mega-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 960px;
  z-index: 999;
}
  .mod-mega-menu .mega-menu-main { padding: 30px 20px 20px; }
  .mod-mega-menu .mega-menu-sub {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: none;
    padding-left: 20px
  }
  .mod-mega-menu .mega-menu-sub .arrow {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    display: none;
    width: 0; 
    height: 0;
    margin-top: -9px; 
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent; 
    border-right: 16px solid #1976d2;
  }
  .mod-mega-menu .list-nav .item.is-hover .mega-menu-sub .arrow { display: block; }
  .mod-mega-menu .mega-menu-sub .mega-menu-sub-in {
    padding: 30px 20px 20px;
  }
  .mod-mega-menu .title-01 {
    position: relative;
    margin-bottom: 15px;
  }
  .mod-mega-menu .title-01 .text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .mod-mega-menu .link-see-all {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
  }
    .mod-mega-menu .list-nav .item {
      padding-bottom: 1px;
      cursor: pointer;
    }
    .mod-mega-menu .list-nav .link {
      position: relative;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 8px 15px;
      height: 100%;
      background-color: #fff;
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: -0.05em;
      text-decoration: none;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
		.mod-mega-menu .list-nav.over .link{
			padding: 6px 15px;
    }
    @media screen and (min-width: 769px) {
      .mod-mega-menu .list-nav .link:hover { opacity: 0.7; }
    }
    .mod-mega-menu .list-nav .link.has-sub,
    .mod-mega-menu .list-nav .link.is-ext { padding-right: 35px; }
    .mod-mega-menu .list-nav .link.has-sub:before,
    .mod-mega-menu .list-nav .link.is-ext:before {
      content: "";
      position: absolute;
      top: 50%;
    }
    .mod-mega-menu .list-nav .link.has-sub:before {
      right: 15px;
      width: 5px;
      height: 8px;
      margin-top: -4px;
      background: url(/img/ico_arrow_03.svg) 0 0 no-repeat;
      background-size: 5px auto;
    }
    .mod-mega-menu .list-nav .link.is-ext:before {
      right: 12px;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      background: url(/img/ico_extlink.svg) 0 0 no-repeat;
      background-size: 12px auto;
    }
  .mod-mega-menu .list-nav.column-2,
  .mod-mega-menu .list-nav.column-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1px;
  }
      .mod-mega-menu .list-nav.column-2 .item {
        width: 50%;
        padding-left: 1px;
      }
      .mod-mega-menu .list-nav.column-3 .item {
        width: 33.33%;
        padding-left: 1px;
      }
  .mod-mega-menu .list-airportbus .link {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mod-mega-menu .list-airportbus .image { width: 90px; }
  .mod-mega-menu .list-airportbus .item + .item .image { width: 120px; }
    .mod-mega-menu .list-airportbus .image img { width: 100%; }
  .mod-mega-menu .list-airportbus .box-text { padding-left: 10px; }
/* mega-menu-01
---------------------------------------------------------- */
.mega-menu-01 .mega-menu-main {
  width: 640px;
  background-color: #2196f3
}
/*.mega-menu-01 .link-see-all { display: none; }*/
.mega-menu-01 .mega-menu-sub { width: 340px; }
.mega-menu-01 .mega-menu-sub .mega-menu-sub-in {
  height: 100%;
  background-color: #1976d2;
}
.mega-menu-01 .row {
  display: -webkit-flex;
  display: flex;
}
.mega-menu-01 .row .col:first-child {
  width: 310px;
  padding-right: 10px;
}
.mega-menu-01 .row .col:last-child {
  width: 290px;
  padding-left: 10px;
}
.mod-mega-menu .ttl-banners {
  margin-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.mod-mega-menu .ttl-banners.rosen02{
  margin-top: 58px
}

.mega-menu-01 .list-banners {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
  .mega-menu-01 .list-banners .item {
    display: table;
    width: 50%;
  }
  .mega-menu-01 .list-banners.banners-01 .item:first-child { border-right: 1px solid #2196f3; }
  .mega-menu-01 .list-banners .link {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mega-menu-01 .link-banner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
  }
    .mega-menu-01 .link-banner .image { width: 50%; }
      .mega-menu-01 .link-banner .image img { width: 100%; }
    .mega-menu-01 .link-banner .text {
      width: 50%;
      display: block;
      font-size: 14px;
      text-align: center;
    }
  @media screen and (min-width: 769px) {
    .mega-menu-01 .list-banners .link:hover { opacity: 0.7; }
  }
  .mega-menu-01 .list-banners .icon {
    display: block;
    width: 50px;
    margin: 0 auto 5px;
  }
  .mega-menu-01 .list-banners .image { width: 100%; }
  .mega-menu-01 .list-banners .text {
    font-size: 14px;
    text-align: center;
  }
/* mega-menu-02
---------------------------------------------------------- */
.mega-menu-02 .mega-menu-main {
  width: 320px;
  /*height: 510px;*/
  /* height: 450px; */
  height: 490px;
  background-color: #00bcd4
}
.mega-menu-02 .mega-menu-sub { width: 660px; }
.mega-menu-02 .mega-menu-sub-in {
  height: 100%;
  background-color: #0097a7;
}
.mega-menu-02 .mega-menu-sub .arrow { border-right: 16px solid #0097a7; }
.mega-menu-02 .list-airportbus { margin-bottom: 10px; }
  .mega-menu-02 .list-airportbus .link { height: 70px; }
/* mega-menu-03
---------------------------------------------------------- */
.mega-menu-03 .mega-menu-main {
  width: 100%;
  background-color: #4caf50;
}
.mega-menu-03 .mega-menu-main .row {
  display: -webkit-flex;
  display: flex;
}
  .mega-menu-03 .mega-menu-main .row .col:first-child {
    width: 310px;
    padding-right: 10px;
  }
  .mega-menu-03 .mega-menu-main .row .col:last-child {
    width: 650px;
    padding-left: 10px;
  }
  .mega-menu-03 .list-airportbus .link { height: 80px; }
/* mega-menu-04
---------------------------------------------------------- */
.mega-menu-04 .mega-menu-main {
  width: 100%;
  background-color: #673ab7;
}
/* mega-menu-05
---------------------------------------------------------- */
.mega-menu-05 .mega-menu-main {
  width: 100%;
  background-color: #ffc107;
}

.mega-menu-main-02 {
  display: none;
}
/* ==========================================================
 nav-local
========================================================== */
.nav-local .title {
  padding: 21px 15px; 
  font-size:128.6%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
/* list-utility-links
---------------------------------------------------------- */
.list-utility-links { margin: 40px 0; }
  .list-utility-links .item {
    border: 1px solid #e0e0e0;
    border-top: 0;
  }
  .list-utility-links .item:first-child { border-top: 1px solid #e0e0e0; }
  .list-utility-links .link {
    display: table;
    width: 100%;
    padding: 16px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .list-utility-links .link:hover { opacity: 0.7; }
  .list-utility-links .icon {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
  }
  .list-utility-links .item:nth-child(2) .icon { width: 18px; }
    .list-utility-links .icon img { width: 100%; }
  .list-utility-links .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 700;
  }
/* theme lnav
---------------------------------------------------------- */
/* kousoku */
.nav-local.kousoku .title { background-color: rgba(0, 188, 212, 1); }
.list-kousoku > .item .title-link {
  position: relative;
  display: block;
  padding: 13px 38px 13px 15px;
  background-color: #0097a7;
  border-bottom: 1px solid #008d9b;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-kousoku > .item .title-link:hover { background-color: rgba(0, 151, 167, 0.7); }
.list-kousoku > .item .title-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-kousoku > .item .title-link.is-accd:before {
  background-image: url(/img/ico_arrow_up_01.svg);
  background-size: 10px auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-kousoku > .item .title-link.is-accd.is-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.list-kousoku > .item .title-link.is-accd + .is-accd-detail { display: none; }
.list-kousoku > .item .title-link.is-ext:before {
  background-image: url(/img/ico_extlink_white.svg);
  background-size: 100%;
}
.nav-local.kousoku .list-cmn-nav-02 .item .link:hover,
.nav-local.kousoku .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(0, 188, 212, 0.15);
  opacity: 1;
}
/* kousoku night */
.nav-local.kousoku-night .title { background-color: rgba(76, 175, 80, 1); }
.nav-local.kousoku-night .list-cmn-nav-02 .item .link:hover,
.nav-local.kousoku-night .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(76, 175, 80, 0.15);
  opacity: 1;
}
/* shinya kk */
.nav-local.shinya-kk .title { background-color: rgba(103, 58, 183, 1); }
.nav-local.shinya-kk .list-cmn-nav-02 .item .link:hover,
.nav-local.shinya-kk .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(103, 58, 183, 0.15);
  opacity: 1;
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  padding: 18px 0;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}
  .nav-breadcrumb .list-breadcrumb {
    width: 960px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .nav-breadcrumb .list-breadcrumb .item {
    position: relative;
    padding-right: 17px;
    font-size: 85.7%;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.1;
  }
  .nav-breadcrumb .list-breadcrumb .item:last-child { padding-right: 0; }
  .nav-breadcrumb .list-breadcrumb .item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background: url(/img/ico_arrow_breadcrumb.svg) 0 center no-repeat;
    background-size: 100%;
  }
  .nav-breadcrumb .list-breadcrumb .link {
    display: inline-block;
    font-size: 85.7%;
    font-size: 1.2rem;
    color: #0044cc;
    line-height: 1.1;
  }
/* ==========================================================
 contents
========================================================== */
.contents {
}
.contents-sub {
  float: left;
  width: 280px;
}
.contents-main {
  float: right;
  width: 620px;
  padding-top: 10px;
  padding-bottom: 110px;
}
/* ==========================================================
 footer
========================================================== */
.footer {
  min-width: 960px;
  background-color: #fff;
}
/* footer-links
---------------------------------------------------------- */
.footer-links {
  padding: 35px 0 20px;
  background-color: #f4f4f4
}
  .footer-gnav {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
  }
    .footer-gnav a {
      color: #666;
      text-decoration: none;
    }
    .footer-gnav .col:not(:first-child) { padding: 0 10px 0 24px; }
    .footer-gnav .col:not(:last-child) { border-right: 1px solid #E0E0E0; }
    .footer-gnav .col-01 { width: 196px; }
    .footer-gnav .col-02 { width: 220px; }
    .footer-gnav .col-03 { width: 190px; }
    .footer-gnav .col-04 { width: 210px; }
    .footer-gnav .col-05 { width: 144px; }
    .footer-gnav .ttl-link {
      display: inline-block;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 700;
    }
      .footer-gnav .list-links .item {
        margin-bottom: 8px;
        line-height: 1;
      }
      .footer-gnav .list-links .link {
        display: inline-block;
        font-size: 12px;
        line-height: 1.5;
        text-decoration: none;
      }
      .footer-gnav .list-links .link:hover { text-decoration: underline; }
  .footer-nav-01 { margin-bottom: 10px; /* margin-bottom: 20px; */ }
    .footer-nav-01.list-cmn-nav-01 .link,
    .footer-nav-02.list-cmn-nav-01 .link { font-size: 12px; }
/* footer-logoes
---------------------------------------------------------- */
.footer-logoes {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}
  .footer-logoes a { text-decoration: none; }
  .footer-logoes .item .link { display: block; }
  .footer-logoes .item .img-logo { line-height: 1; }
    .footer-logoes .item .img-logo img { width: 100%; }
  /* item-01 */
  .footer-logoes .item-01 {
    position: absolute;
    top: 0;
    left: 290px;
    width: 280px;
  }
    .footer-logoes .item-01 .link {
      display: table;
      width: 100%;
    }
    .footer-logoes .item-01 .img-logo {
      display: table-cell;
      vertical-align: middle;
      width: 52px;
    }
    .footer-logoes .item-01 .text {
      display: table-cell;
      vertical-align: middle;
      padding-left: 16px;
      font-size: 85.7%;
      font-size: 12px;
      color: #666;
    }

    .footer-logoes .item-brt{
      position: absolute;
      top: 1px;
      left: 580px;
      border-left: 1px solid #E0E0E0;
      height: 40px;
      box-sizing: border-box;
      padding: 4px 0 4px 20px
    }

    .footer-logoes .item-brt img{
      width: auto;
      height: 100%;
    }
 .footer-keisei {
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: space-between;
   justify-content: space-between;
 }
  /* item-02 */
  .footer-logoes .item-02 { width: 340px; }
    .footer-logoes .item-02 .img-logo {
      width: 268px;
      margin-bottom: 10px;
    }
    .footer-logoes .item-02 .txt-copyright {
      font-size: 10px;
      color: #666;
      line-height: 1;
    }
  /* item-03 */
  .footer-logoes .item-03 { width: 85px; }
/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn > .col {
  }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 { margin-bottom: 70px; }
.sec-cmn-02 { margin-bottom: 60px; }
.sec-cmn-03 { margin-bottom: 50px; }
.sec-cmn-04 { margin-bottom: 40px; }
/* section inner */
.sec-cmn-in-01 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sec-cmn-in-01:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-cmn-in-01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/bg_dot_02.png) 0 0 repeat-x;
  background-size: 5px auto;
}
.sec-cmn-in-01.type-solid:after {
  background: none;
  background-color: #e0e0e0;
}
.sec-cmn-in-01:last-child:after { display: none; }
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================
 box
========================================================== */
/* box-cmn-bus-01
---------------------------------------------------------- */
.box-cmn-bus-01,
.box-cmn-bus-02 {
  display: -webkit-flex;
	display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
}
  .box-cmn-bus-01 .image {
    width: 90px;
    text-align: center;
  }
    .box-cmn-bus-01 .image img { max-width: 100%; }
  .box-cmn-bus-01 .box-text { padding-left: 14px; }
  .box-cmn-bus-01 .box-text .text { display: inline-block; }
/* box-cmn-bus-02
---------------------------------------------------------- */
.box-cmn-bus-02 {
  border: 1px solid #E0E0E0;
}
  .box-cmn-bus-02 .image {
    width: 250px;
    text-align: center;
  }
    .box-cmn-bus-02 .image img { width: 100%; }
  .box-cmn-bus-02 .box-text { padding-left: 25px; }
    .box-cmn-bus-02 .box-text span,
    .box-cmn-bus-02 .box-text span img { display: block; }
    .box-cmn-bus-02 .box-text .logo { margin-bottom: 10px; }
    .box-cmn-bus-02 .box-text .title {
      font-weight: 700;
      font-size: 214.3%;
      font-size: 3.0rem;
    }
    .box-cmn-bus-02 .box-text .text {
      font-size: 135.7%;
      font-size: 1.9rem;
    }
/* box-cmn-warning-01
---------------------------------------------------------- */
.box-cmn-warning-01 {
  padding: 10px 20px;
  margin-bottom: 15px;
  background-color: #fce4ec;
}
  .box-cmn-warning-01 .text {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 700;
    color: #e91e63;
  }
  .box-cmn-warning-01 .text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/img/ico_warning.svg) 0 0 no-repeat;
    background-size: 100%;
  }
  html.is-small .box-cmn-warning-01 .text:before { top: 0; }
  html.is-large .box-cmn-warning-01 .text:before { top: 6px; }
/* box-cmn-info-01
---------------------------------------------------------- */
.box-cmn-info-01 { margin-bottom: 20px; }
  .box-cmn-info-01 .title {
    padding: 10px 18px;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
  }
    .box-cmn-info-01 .title .text {
      position: relative;
      display: block;
      padding-left: 30px;
      font-size: 128.6%;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.6;
    }
    .box-cmn-info-01 .title .text:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 24px;
      height: 24px;
      background-size: 24px auto;
      background-repeat: no-repeat;
    }
    html.is-small .box-cmn-info-01 .title .text:before { top: 0; }
    html.is-large .box-cmn-info-01 .title .text:before { top: 6px; }
    .box-cmn-info-01.time .title .text:before { background-image: url(/img/ico_clock_03.svg); }
    .box-cmn-info-01.internet .title .text:before { background-image: url(/img/ico_device.svg); }
    .box-cmn-info-01.store .title .text:before { background-image: url(/img/ico_conveniencestore.svg); }
    .box-cmn-info-01.phone .title .text:before { background-image: url(/img/ico_telephone.svg); }
    .box-cmn-info-01.counter .title .text:before { background-image: url(/img/ico_people.svg); }
  .box-cmn-info-01 .detail {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-top: 0;
  }
    .box-cmn-info-01 .detail .box-main {
      overflow: hidden;
      margin: 0 0 15px -10px;
    }
    .box-cmn-info-01 .detail .box-main:last-child { margin-bottom: 0; }
    .box-cmn-info-01 .detail .box-main .label {
      float: left;
      margin: 5px 10px 0 10px;
    }
    .box-cmn-info-01 .detail .box-main .info {
      overflow: hidden;
      font-size: 114.3%;
      font-size: 1.6rem;
    }
      .box-cmn-info-01 .detail .box-main .text {
        overflow: hidden;
        font-size: 114.3%;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: -0.01em;
      }
      .box-cmn-info-01 .detail .box-main .link {
        float: left;
        display: block;
        overflow: hidden;
      }
      .box-cmn-info-01 .detail .box-main .name-store {
        float: left;
        margin: 3px 0 0 10px;
        font-size: 100%;
        font-size: 1.4rem;
        font-weight: 500;
        color: #000;
      }
.box-cmn-info-02:not(:last-of-type) {
	margin-bottom: 0;
}
.box-cmn-info-02 .title {
	position: relative;
	transition: all 0.2s;
}
.box-cmn-info-02 .title:hover {
	background-color: rgba(63, 81, 181, 0.15);
	cursor: pointer;
}

.box-cmn-info-02 .title:before {
	content: "";
	display: block;
	width: 48px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s;
	-webkit-transform: rotateZ( 0deg );
    transform: rotateZ( 0deg );
	 background: url(../img/ico_accordion_02.svg) center center no-repeat;
    background-size: 18px;
	z-index: 1;
}
.box-cmn-info-02 .title:after {
	content: "";
	display: block;
	width: 48px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #3f51b5;
	z-index: 0;
}

.box-cmn-info-02 .title.is-open:before {
	-webkit-transform: rotateZ( 180deg );
	transform: rotateZ( 180deg );
}

.box-cmn-info-02:not(:last-of-type) .title,
.box-cmn-info-02:not(:last-of-type) .detail:last-of-type,
.box-cmn-info-02.store:not(:last-of-type) .detail:nth-of-type(n + 3) {
	border-bottom: none;
}
.box-cmn-detail-01 {
	display: none;
}
.box-cmn-info-02:not(:last-of-type) .box-cmn-detail-01 {
	border-top: 1px solid #e0e0e0;
}
			.store .box-cmn-detail-01-in {
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				border-left: 1px solid #e0e0e0;
				border-right: 1px solid #e0e0e0;
			}
			.store .box-cmn-detail-01-in .detail {
				width: calc((100% / 2) - .01px);
				border: none;
				border-bottom: 1px solid #e0e0e0;
			}
			.store .box-cmn-detail-01-in .detail:nth-of-type(odd) {
				border-right: 1px solid #e0e0e0;
				
			}
			.store .box-cmn-detail-01-in .detail .box-main .label,
			.store .box-cmn-detail-01-in .detail .box-main .link {
				float: none;
			}
			.store .box-cmn-detail-01-in .detail .box-main .link {
				margin-left: 10px;
			}
			.storelogo {
				margin: 5px 0 10px 10px;
			}
			.storelogo img {
				height: 100%;
			}
.store .storelogo {
	text-align: center;
	height: 60px;
}

.layer_board {
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	max-width: 800px;
	min-width: 300px;
}
.layer_board img {
	width: 100%;
	text-align: center;
}

.layer_board_box {
  position: relative;
  width: 640px;
  padding: 30px;
  background: #fff;
  text-align: left;
}
.layer_board_box p {
  line-height: 1.6;
  font-size: 16px;
}
.layer_board_box .mod-cmn-nav-01 {
  margin: 30px auto 0;
  width: 60%;
}
.layer_board_box .mod-cmn-nav-01 .link-time {
  width: 100%;
  margin-bottom: 0;
  padding: 14px 36px;
  font-size: 20px;
  text-align: center;
}
.layer_board_box .mod-cmn-nav-01 .link-time::before {
  display: none;
}

.box-info-01 {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #3f51b5;
}
.box-info-01 p {
  line-height: 1.6;
}

.btn_close {
	margin-top: 10px;
}
.btn_close a {
	color: #fff;
}

.box-cmn-info-01.counter.s-mb-00 + .box-cmn-info-02 + .box-cmn-info-02 {
	margin-bottom: 20px;
}
.box-cmn-info-01.counter.s-mb-00 + .box-cmn-info-02 .title,
.box-cmn-info-01.counter.s-mb-00 + .box-cmn-info-02 + .box-cmn-info-02 .box-cmn-detail-01 {
	border-top: none;
}
.box-cmn-info-01.counter.s-mb-00 + .box-cmn-info-02 + .box-cmn-info-02 .title,
.box-cmn-info-01.counter.s-mb-00 + .box-cmn-info-02 + .box-cmn-info-02 .box-cmn-detail-01 {
	border-bottom: 1px solid #e0e0e0;
}


/* box-cmn-text-image
---------------------------------------------------------- */
.box-cmn-text-image {
  display: -webkit-flex;
	display: -ms-flexbox;
  display: flex;
} 
  .box-cmn-text-image .image {
    -webkit-order: 2;
    order: 2;
    flex: 0 0 210px;
    margin-left: 30px;
  }
    .box-cmn-text-image .image img { max-width: 100%; }
  .box-cmn-text-image .info {
    -webkit-order: 1;
    order: 1;
  }
/* box-cmn-image
---------------------------------------------------------- */
.box-cmn-image {
  display: -webkit-flex;
	display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
  .box-cmn-image .item img {
    max-width: 100%;
    text-align: center;
  }
  /* 3 column */
  .box-cmn-image.column-3 {
    margin-right: -2px;
    margin-left: -2px;
  }
  .box-cmn-image.column-3 .item {
    width: 33.33%;
    padding: 0 2px;
  }
/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
}
/* ==========================================================
 module
========================================================== */
/* mod-cmn-nav-01
---------------------------------------------------------- */
.mod-cmn-nav-01 { margin-bottom: 60px; }
.mod-cmn-nav-01.mb-20 { margin-bottom: 20px; }
  /*.mod-cmn-nav-01 .link-time {
    display: block;
    position: relative;
    padding: 14px 36px 14px 55px;
    margin-bottom: 8px;
    background-color: #fff8e1;
    border: 1px solid #fff2ca;
    font-size: 142.9%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }*/

	.mod-cmn-nav-01 .link-time {
    display: block;
    position: relative;
    padding: 14px 36px 14px 55px;
    margin-bottom: 12px;
    background-color: #f9a01b;
    border: 1px solid #ed8100;
		border-radius: 4px;
		color: #fff;
    font-size: 142.9%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
		box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  }
	.mod-cmn-nav-01 .link-time + .link-time {
		margin-top: -2px;
	}
  .mod-cmn-nav-01 .list-cmn-link-01+.link-time{
    margin-top: 10px
  }


  .mod-cmn-nav-01 .link-time:before,
  .mod-cmn-nav-01 .link-time:after {
    content: "";
    position: absolute;
    top: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  /*.mod-cmn-nav-01 .link-time:before {
    left: 12px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image: url(/img/ico_clock_01.svg);
  }*/
.mod-cmn-nav-01 .link-time:before {
    left: 12px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image: url(/img/ico_clock_04.svg);
  }
  /*.mod-cmn-nav-01 .link-time:after {
    right: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url(/img/ico_extlink.svg);
  }*/
.mod-cmn-nav-01 .link-time:after {
    right: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url(/img/ico_extlink_02.svg);
  }
  /*.mod-cmn-nav-01 .list-cmn-link-01:first-of-type + .list-cmn-link-01 { margin-top: 20px; }*/
  @media screen and (min-width: 769px) {
    .mod-cmn-nav-01 .link-time:hover { opacity: 0.7; }
  }
/* mod-cmn-bottom-01
---------------------------------------------------------- */
.mod-cmn-bottom-01 {
  padding: 20px 20px 30px;
  margin-top: 80px;
  background-color: #f4f4f4;
}
  .mod-cmn-bottom-01 .title { margin-bottom: 15px; }
  .mod-cmn-bottom-01 .list-cmn-dot-02 .item { margin-bottom: 20px; }
  .mod-cmn-bottom-01 .table-cmn-01 tbody th:first-child { width: 30%; }

/* link-btn-01
---------------------------------------------------------- */
.link-btn-01 {
	display: block;
	position: relative;
	padding: 14px 36px 14px 14px;
	margin-bottom: 12px;
	background-color: #f9a01b;
	border: 1px solid #ed8100;
	border-radius: 4px;
	color: #fff;
	font-size: 142.9%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.link-btn-01:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/img/ico_extlink_02.svg) no-repeat;
	background-size: 100%;
}


/* link-warning-01 / link-warning-02
---------------------------------------------------------- */
.link-warning-01,
.link-warning-02 {
	display: block;
	margin-bottom: 15px;
	padding: 10px 30px 10px 50px;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	border-radius: 4px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.link-warning-01 {
	background-color: #fce4ec;
	border: 1px solid #f8bbd0;
}
.link-warning-02 {
  margin: -10px 0 30px;
  color: #d00000;
	background-color: #fffc97;
	border: 1px solid #cccc00;
}
.link-warning-01:before,
.link-warning-01:after,
.link-warning-02:before,
.link-warning-02:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.link-warning-01:before,
.link-warning-02:before {
	left: 20px;
	width: 18px;
	height: 18px;
}
.link-warning-01:before {
	background: url(/img/ico_warning.svg) 0 0 no-repeat;
	background-size: 100%;
}
.link-warning-02:before {
	background: url(/img/ico_warning_02.svg) 0 0 no-repeat;
	background-size: 100%;
}
.link-warning-01.is-ext:after,
.link-warning-02.is-ext:after {
  right: 12px;
  width: 12px;
  height: 12px;
	background: url(/img/ico_extlink.svg) 0 0 no-repeat;
  background-size: 100%;
}
.link-warning-02 + .link-warning-02,
.link-warning-02 + .link-warning-01 {
	margin-top: -15px;
}
.mod-cmn-nav-01 .link-warning-01 + .link-warning-01 {
	margin-top: -5px;
}
.link-warning-01 + .ttl-cmn-01 {
  margin-top: 30px;
}
/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 { margin-bottom: 30px; }
  .ttl-cmn-01 .title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 5px solid #f4f4f4;
  }
  .ttl-cmn-01 .title:before,
  .ttl-cmn-01 .title:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 80px;
    height: 5px;
  }
  .ttl-cmn-01 .title:before {
    left: 0;
    background-color: #3f51b5;
  }
  .ttl-cmn-01 .title:after {
    left: 80px;
    background-color: #e91e63;
  }
    .ttl-cmn-01 .title .text {
      position: relative;
      display: block;
      font-size: 171.4%;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4;
    }
.ttl-cmn-01 .list-tag,
.ttl-cmn-01 .list-tag-spec {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
    .ttl-cmn-01 .list-tag .item { margin-top: 5px; }
    .ttl-cmn-01 .list-tag .item:not(:first-child) { margin-left: 3px; }
    .ttl-cmn-01 .list-tag .text,
		.ttl-cmn-01 .list-tag-spec li {
      position: relative;
      display: block;
      padding: 2px 12px;
      background-color: #fce4ec;
      /*border: 1px solid #f8bbd0;*/
      color: #e91e63;
      text-decoration: none;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    /*.ttl-cmn-01 .list-tag .text:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      opacity: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }*/
    @media screen and (min-width: 769px) {
      .ttl-cmn-01 .list-tag .text:hover:before { opacity: 1; }
    }

.ttl-cmn-01 .list-tag-spec {
	margin-bottom: 2px;
}
.ttl-cmn-01 .list-tag-spec li {
	width: 80px;
	margin: 0 0 3px 3px;
	/*padding: 4px 8px 4px 30px;*/
	padding: 4px 0;
	font-size: 10px;
	text-align: center;
}
.ttl-cmn-01 .list-tag-spec li img {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	/*position: absolute;
	top: 50%;
	left: 5px;
	width: 24px;
	transform: translateY(-50%);*/
}
.ttl-cmn-01 .list-tag-spec li span {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	/*margin-left: 2px;*/
	font-size: 10px;
}
.ttl-cmn-01 .list-tag-spec + p {
	font-size: 12px;
	text-align: right;
}
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
	position: relative;
  padding: 4px;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
  background-color: #f4f4f4;
}

  .ttl-cmn-02 .text {
    position: relative;
    display: block;
    padding: 5px 20px;
    font-size: 171.4%;
    font-size: 2.4rem;
    font-weight: 700;
  }
  /*.ttl-cmn-02 .text:before,
  .ttl-cmn-02 .text:after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 50%;
  }
*/
	.ttl-cmn-02:before,
  .ttl-cmn-02:after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 50%;
  }
	.ttl-cmn-02:before {
    top: 0;
    background-color: #3f51b5;
  }
  .ttl-cmn-02:after {
    bottom: 0;
    background-color: #e91e63;
  }

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  position: relative;
  min-height: 40px;
  padding-left: 50px;
  margin-bottom: 30px;
  font-size: 142.9%;
  font-size: 2rem;
  font-weight: 700;
}
.ttl-cmn-03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ttl-cmn-03.type-01:before { background-image: url(/img/ico_plane_down.svg); }
.ttl-cmn-03.type-02:before { background-image: url(/img/ico_plane_up.svg); }
.ttl-cmn-03.type-03:before { background-image: url(/img/ico_box_card_02.svg); }
.ttl-cmn-03.type-04:before { background-image: url(/img/ico_question_02.svg); }
.ttl-cmn-03.type-05:before { background-image: url(/img/ico_box_warning_grey.svg); }
.ttl-cmn-03.type-06:before { background-image: url(/img/ico_box_notation_grey.svg); }
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 114.3%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.ttl-cmn-04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #3f51b5;
}
.ttl-cmn-03.type-07:before { background-image: url(/img/ico_box_info.svg); }
.ttl-cmn-03.type-08:before { background-image: url(/img/ico_box_train_01.svg); }
.ttl-cmn-03.type-09:before { background-image: url(/img/ico_box_group.svg); }
.ttl-cmn-03.type-10:before { background-image: url(/img/ico_box_bus.svg); }
.ttl-cmn-03.type-11:before { background-image: url(/img/ico_box_line.svg); }
.ttl-cmn-03.type-12:before { background-image: url(/img/ico_box_castle.svg); }
.ttl-cmn-03.type-13:before { background-image: url(/img/ico_box_tower.svg); }
.ttl-cmn-03.type-14:before { background-image: url(/img/ico_box_disable.svg); }
.ttl-cmn-03.type-15:before { background-image: url(/img/ico_box_build.svg); }
.ttl-cmn-03.type-16:before { background-image: url(/img/ico_box_search_01.svg); }
/* ttl-cmn-05
---------------------------------------------------------- */
.ttl-cmn-05 {
	margin-bottom: 10px;
	font-size: 114.3%;
  font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.625;
}
/* ==========================================================
 text
========================================================== */
/* txt-cmn-01
---------------------------------------------------------- */
.txt-cmn-01 { margin-bottom: 15px; }
.txt-cmn-02 { margin-bottom: 20px; }
.txt-cmn-03 { margin-bottom: 30px; }
.txt-cmn-04 { margin-bottom: 10px; }
.txt-cmn-05 { margin-bottom: 60px; }
.txt-cmn-06 { margin-bottom: 40px; }
.txt-cmn-01:last-child,
.txt-cmn-02:last-child,
.txt-cmn-03:last-child { margin-bottom: 0; }
.txt-cmn-01.smaller,
.txt-cmn-02.smaller,
.txt-cmn-03.smaller {
  font-size: 85.7%;
  font-size: 1.2rem;
}
.txt-cmn-01.bigger,
.txt-cmn-02.bigger,
.txt-cmn-03.bigger {
  font-size: 114.3%;
  font-size: 1.6rem;
}
/* txt-cmn-label-01
---------------------------------------------------------- */
.txt-cmn-label-01 {
  display: inline-block;
  min-width: 80px;
  padding: 4px;
  font-size: 82%;
  font-size: 1.1rem;
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.txt-cmn-label-01.blue-01   { background-color: #2196f3; }
.txt-cmn-label-01.blue-02   { background-color: #00bcd4; }
.txt-cmn-label-01.orange-01 { background-color: #ff9800; }
.txt-cmn-label-01.green-01   { background-color: #8bc34a; }
.txt-cmn-label-01.pink-01   { background-color: #e91e63; }
.txt-cmn-label-01.purple-01   { background-color: #3f51b5; }
.txt-cmn-label-01.purple-02   { background-color: #9575cd; }
.txt-cmn-label-01.category-01   { background-color: #8bc34a; }
.txt-cmn-label-01.category-02   { background-color: #ff5722; }
.txt-cmn-label-01.category-03   { background-color: #2196f3; }
.txt-cmn-label-01.category-04   { background-color: #00bcd4; }
.txt-cmn-label-01.category-05   { background-color: #673ab7; }
.txt-cmn-label-01.category-06   { background-color: #4caf50; }
.txt-cmn-label-01.category-07   { background-color: #ff9800; }
.txt-cmn-label-01.category-08   { background-color: #3f51b5; }
/* txt-cmn-color
---------------------------------------------------------- */
.txt-cmn-color-01 { color: #e91e63; }
/* ==========================================================
 list
========================================================== */
/* list-cmn-dot-01
---------------------------------------------------------- */
.list-cmn-dot-01 .item {
  position: relative;
  padding-left: 16px;
}
.list-cmn-dot-01 .item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 50%;
}
html.is-small .list-cmn-dot-01 .item:before { top: 3px; }
html.is-large .list-cmn-dot-01 .item:before { top: 9px; }
/* list-cmn-dot-02
---------------------------------------------------------- */
.list-cmn-dot-02:not(:last-child) { margin-bottom: 20px; }
  .list-cmn-dot-02 .item {
    position: relative;
    padding-left: 10px;
  }
  .list-cmn-dot-02 .item:last-child { margin-bottom: 0; }
  .list-cmn-dot-02 .item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
  }

  .red .list-cmn-dot-02 .item:before{
    background-color: red;
  }

  .list-cmn-dot-02.mb-05 {
    margin-bottom: 5px;
    margin-left: 20px;
  }
/* list-cmn-nav-01
---------------------------------------------------------- */
.list-cmn-nav-01 { overflow: hidden; }
  .list-cmn-nav-01 .item {
    float: left;
    padding: 0 12px;
    border-right: 1px solid #ccc;
    line-height: 1.1;
  }
  .list-cmn-nav-01 .item:first-child { padding-left: 0; }
  .list-cmn-nav-01 .item:last-child { border-right: 0; }
  .list-cmn-nav-01 .link {
    position: relative;
    display: inline-block;
    font-size: 85.7%;
    font-size: 1.2rem;
    color: #666;
    text-decoration: none;
  }
@media screen and (min-width: 769px) {
.list-cmn-nav-01 .link:hover { text-decoration: underline; }
}
/* list-cmn-nav-02
---------------------------------------------------------- */
.list-cmn-nav-02 { border-top: 1px solid #e0e0e0; }
  .list-cmn-nav-02 .item {
    border: 1px solid #e0e0e0;
    border-top: 0;
  }
  .list-cmn-nav-02 .link {
    position: relative;
    display: block;
    padding: 7px 14px;
    background-color: #fff;
    letter-spacing: -0.04em;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .list-cmn-nav-02 .link.is-ext {
    padding-right: 35px;
  }
  .list-cmn-nav-02 .link.is-ext:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(/img/ico_extlink.svg) 0 center no-repeat;
    background-size: 100%;
  }
@media screen and (min-width: 769px) {
/* 2 column */
.list-cmn-nav-02.column-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .list-cmn-nav-02.column-2 .item { width: 50%; }
  .list-cmn-nav-02.column-2 .item:nth-child(even) { border-left: 0; }
.list-cmn-nav-02 .link:hover { opacity: 0.7; }
}
/* list-cmn-link-01
---------------------------------------------------------- */
.list-cmn-link-01.box-cmn-warning-01{
  padding: 0;
  background-color: transparent;
}

.list-cmn-link-01.box-cmn-warning-01 .link{
  display: block;
  padding: 10px 30px 10px 50px;
  background-color: transparent !important;
  border: none !important;
  text-decoration: underline;
  position: relative;
}

.list-cmn-link-01.box-cmn-warning-01 .item{
  background-color: #fce4ec
}

.list-cmn-link-01.box-cmn-warning-01 .item+.item{
  margin-top: 1px;
}

.list-cmn-link-01.box-cmn-warning-01 .link:after{
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: url(/img/ico_warning.svg) 0 0 no-repeat;
    background-size: 100%;
}

.list-cmn-link-01 + .list-cmn-link-01 { margin-top: 10px; }
.list-cmn-link-01 .link {
  position: relative;
  display: block;
  padding: 5px 36px 5px 15px;
  background-color: #e3f2fd;
  border: 1px solid #bbdefb;
  border-top: 0;
  font-size: 114.3%;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-cmn-link-01 .link.style-01 {
  background-color: #fff8e1;
  border-color: #ffecb3;
}
.list-cmn-link-01 .link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-image: url(/img/ico_arrow_02.svg);
  background-size: 6px 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.list-cmn-link-01 .link.is-anchor:before {
  background-image: url(/img/ico_anchor_link.svg);
  background-size: 100%;
}
.list-cmn-link-01 .link.is-ext:before {
  background-image: url(/img/ico_extlink.svg);
  background-size: 100%;
}
.list-cmn-link-01 .link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-cmn-link-01.mb-20 { margin-bottom: 20px; }
@media screen and (min-width: 769px) {
  .list-cmn-link-01 { overflow: hidden; }
  .list-cmn-link-01 .item {
    float: left;
    width: 50%;
  }
  .list-cmn-link-01 .item.s-fullw {
    float: none;
    width:  100%;
  }
.list-cmn-link-01 .item.s-fullw + .item.s-fullw .link { border-top: 0; }	
.list-cmn-link-01 .item:not(.s-fullw):nth-child(even) .link { border-left: 0; }
  .list-cmn-link-01 .link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .list-cmn-link-01 .item:nth-child(-n+2) .link { border-top: 1px solid #bbdefb; }
  .list-cmn-link-01 .item:nth-child(-n+2) .link.style-01 { border-top: 1px solid #ffecb3; }
  .list-cmn-link-01 .link:hover:after { opacity: 1; }
}
/* list-cmn-notice-01
---------------------------------------------------------- */
.list-cmn-notice-01 { margin-bottom: 30px; }
.list-cmn-notice-01.mb-20 { margin-bottom: 20px; }
.list-cmn-notice-01.mb-10 { margin-bottom: 10px; }
.list-cmn-notice-01.mb-05 { margin-bottom: 5px; }
.list-cmn-notice-01.color-01 .item { color: #333; }
.list-cmn-notice-01.no-mb,
.list-cmn-notice-01:last-child { margin-bottom: 0; }
  .list-cmn-notice-01 .item {
    position: relative;
    color: #e91e63;
    padding-left: 16px;
  }
  .list-cmn-notice-01 .item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(/img/ico_notice.svg) 0 0 no-repeat;
    background-size: 100%;
  }
  .list-cmn-notice-01.color-01  .item:before { background-image: url(/img/ico_notice_02.svg); }
  html.is-small .list-cmn-notice-01 .item:before { top: 5px; }
  html.is-large .list-cmn-notice-01 .item:before { top: 10px; }
/* list-cmn-tel
---------------------------------------------------------- */
.list-cmn-tel { margin-bottom: 15px; }
  .list-cmn-tel .item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  .list-cmn-tel .item:not(:last-child) { margin-bottom: 10px; }
  .list-cmn-tel .label {
    width: 80%;
    font-size: 114.3%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .list-cmn-tel .label .smaller{
    font-size: 100%;
    font-size: 1.4rem;
  }
  .list-cmn-tel .txt-tel {
    /*width: 25%;*/
    width: 28%;
    font-size: 114.3%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: right;
  }
/* list-cmn-order-01
---------------------------------------------------------- */
.list-cmn-order-01 {
}
  .list-cmn-order-01 > .item {
    position: relative;
    counter-increment: section;
    padding-left: 18px;
  }
  .list-cmn-order-01 > .item:before {
    content: counter(section, decimal);
    position: absolute;
    top: 5px;
    left: 0;
    min-width: 10px;
    min-height: 10px;
    padding: 2px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 71.4%;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  html.is-small .list-cmn-order-01 > .item:before { top: 2px; }
  html.is-large .list-cmn-order-01 > .item { padding-left: 20px; }
  html.is-large .list-cmn-order-01 > .item:before { min-width: 12px; }
/* ==========================================================
 table
========================================================== */
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 {
  width: 100%;
  margin-bottom: 15px;
}
.table-cmn-01.mb-20 { margin-bottom: 20px; }
.table-cmn-01.mb-40 { margin-bottom: 40px; }
  .table-cmn-01 th,
  .table-cmn-01 td {
    vertical-align: top;
    padding: 8px 12px 8px;
    border: 1px solid #ccc;
    word-break: break-all;
  }
  .table-cmn-01 tr.color-01 td {
    background: #f4f4f4;
  }
  .table-cmn-01 th.ver-mid,.table-cmn-01 td.ver-mid { vertical-align: middle; }
  .table-cmn-01 th.ver-cen,.table-cmn-01 td.ver-cen { text-align: center;}
  .table-cmn-01 td { background-color: #fff;}
  .table-cmn-01 tbody th { background-color: #e6e6e6; }
  .table-cmn-01:not(.layout-01) thead tr th:first-child,
  .table-cmn-01:not(.layout-01) tbody tr th:first-child { width: 20%; }
  .table-cmn-01 thead th, .table-cmn-01 .type02,.table-cmn-01.type-02 tbody th,.type-03 thead th {
    background-color: #78909c;
    color: #fff;
    text-align: center;
  }
  .table-cmn-01.type-02 tbody th,.table-cmn-01.type-03 tbody th{
    vertical-align: middle;
    }
  .table-cmn-01.type-02 td,.table-cmn-01.type-03 td {
    vertical-align: middle;
    }
  /* type-01 */
  .table-cmn-01.type-01 thead tr th:first-child,
  .table-cmn-01.type-01 tbody tr th:first-child { width: 70%; }

  .table-cmn-01.type-02 thead tr th:first-child,
  .table-cmn-01.type-02 tbody tr th:first-child { width: auto; }

	.table-cmn-01 th.th-auto { width: auto!important; }
  .table-cmn-01 th.th-80 { width: 80px !important; }
  .table-cmn-01 th.th-100 { width: 100px !important; }
	.table-cmn-01 th.th-p17 { width: 17% !important; }
	.table-cmn-01 th.th-p30 { width: 30% !important; }
  .table-cmn-01 th.th-p40 { width: 40% !important; }
	.table-cmn-01 th.th-p50 { width: 50% !important; }

	.table-cmn-01.layout-01 {
		table-layout: fixed;
}
/*.th .table-cmn-01 th br {
  display: none;
}*/

/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
}
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
}
  .btn-cmn-pagetop a {
  }
/* ==========================================================
 link
========================================================== */
/* link-cmn-01
---------------------------------------------------------- */
.link-cmn-01,
.link-cmn-02 {
  display: inline-block;
}
.link-cmn-01 {
  color: #0044cc;
}
.link-cmn-01.is-ext:after,
.link-cmn-02.is-ext:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.link-cmn-01.is-ext:after {
  background: url(/img/ico_extlink_blue.svg) 0 0 no-repeat;
  background-size: 100%;
}
.link-cmn-02 {
  color: #e91e63;
}
.link-cmn-02.is-ext:after {
  background: url(/img/ico_extlink_pink.svg) 0 0 no-repeat;
  background-size: 100%;
}

/* link-cmn-tel
---------------------------------------------------------- */
.link-cmn-tel {
  text-decoration : none;
  pointer-events: none;
}
/* list-img-line-box
---------------------------------------------------------- */
.list-img-line-box { margin-bottom: 40px; }
  .list-img-line-box a {
    display: block;
    text-decoration: none;
  }
  .list-img-line-box .box-cmn-bus-02 .box-text .logo { margin-bottom: 15px; }

/* list-img-square-box
---------------------------------------------------------- */
.list-img-square-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
  .list-img-square-box li {
    display: block;
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
  }
    .list-img-square-box li a {
      display: block;
      height: 100%;
      border: 1px solid #E0E0E0;
      text-decoration: none;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .list-img-square-box li a:hover { opacity: 0.7; }
      .list-img-square-box li .image img { width: 100%; }
      .list-img-square-box li .text {
        position: relative;
        display: block;
        padding: 10px 32px 12px 14px;
				/*font-size: 114.3%;
        font-size: 1.6rem;*/
        font-size: 100%;
        font-size: 1.4rem;
      }
        .list-img-square-box li .text span {
          font-size: 85.7%;
          font-size: 1.2rem;
        }
        .list-img-square-box li .is-ext .text:before {
          position: absolute;
          top: 50%;
          right: 12px;
          width: 14px;
          height: 14px;
          margin-top: -7px;
          background: url(/img/ico_extlink.svg) 0 center no-repeat;
          background-size: 100%;
          content: "";
        }
/* ========================================================== */
/* txt-cmn-tel
---------------------------------------------------------- */
.txt-cmn-tel {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.txt-cmn-tel:before {
  background-image: url(/img/ico_tel.svg);
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  background-repeat: no-repeat;
}


/* theme lnav
---------------------------------------------------------- */
/* rosen */
.nav-local.rosen .title { background-color: rgba(33, 150, 243, 1); }

.nav-local.rosen .list-cmn-nav-02 .item .link:hover,
.nav-local.rosen .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(33, 150, 243, 0.15);
  opacity: 1;
}

/* kashikiri */
.nav-local.kashikiri .title { background-color: rgba(255, 193, 7, 1); }

.nav-local.kashikiri .list-cmn-nav-02 .item .link:hover,
.nav-local.kashikiri .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(255, 193, 7, 0.15);
  opacity: 1;
}

/* company */
.nav-local.company .title { background-color: rgba(96, 125, 139, 1); }

.nav-local.company .list-cmn-nav-02 .item .link:hover,
.nav-local.company .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(96, 125, 139, 0.15);
  opacity: 1;
}

/* inquiry */
.nav-local.inquiry .title { background-color: rgba(96, 125, 139, 1); }

.nav-local.inquiry .list-cmn-nav-02 .item .link:hover,
.nav-local.inquiry .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(96, 125, 139, 0.15);
  opacity: 1;
}

/* recruit */
.nav-local.recruit .title { background-color: rgba(205, 220, 57, 1); }

.nav-local.recruit .list-cmn-nav-02 .item .link:hover,
.nav-local.recruit .list-cmn-nav-02 .item .link.is-active {
  background-color: rgba(205, 220, 57, 0.15);
  opacity: 1;
}

/* ttl-cmn-02
---------------------------------------------------------- */
  .ttl-cmn-02 .smaller {
    font-size: 114.3%;
    font-size: 1.6rem;
  }


/* txt-cmn-color
---------------------------------------------------------- */
.txt-cmn-color-02 { color: #3f51b5; }
.txt-cmn-color-03 { color: #ccc; }

/* list-cmn-order-02
---------------------------------------------------------- */
.list-cmn-order-02 {
  counter-reset: section;
}
.list-cmn-order-02:not(:last-child) {
  margin-bottom: 15px;
}
  .list-cmn-order-02 > .item {
    counter-increment: section;
    padding-left: 25px;
    position: relative;
  }
  .list-cmn-order-02 > .item:before {
    content: counter(section)". ";
    position: absolute;
    top: 0;
    left: 0;
  }

/* list-cmn-link-01 link.is-print
---------------------------------------------------------- */
.list-cmn-link-01 .link.is-print:before {
  background-image: url(/img/ico_printer_01.svg);
  background-size: 100%;
}


/* list-cmn-link-01 link.is-arrow
---------------------------------------------------------- */
.link-cmn-01.is-arrow:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(/img/ico_arrow_02.svg) 0 0 no-repeat;
  background-size: auto 100%;
}
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {
}
.fig-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fig-wrap .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  text-align: center;
}
.fig-wrap .item img {
  display: block;
  width: 100%;
  border: 1px solid #eee;
}
.fig-wrap .item figcaption {
  margin-top: 5px;
}
.fig-wrap .item figcaption .smaller {
  font-size: 1.2rem;
}
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
}
/* select */
select {
}
/* textarea */
textarea {
}
/* button */
button {
}
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {
}
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {
}
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
}
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {
}

/* ==========================================================
 popup
========================================================== */
#header.popup{
  height: 60px;
  box-sizing:border-box;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0
}

#header.popup img{
  width: auto;
  height: 20px;
}

#footer.popup{
  border-top: 1px solid #E0E0E0;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}

/* ==========================================================
 box-notice
========================================================== */
.box-notice-01,
.box-notice-02 {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.box-notice-01.alert{
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 16px
}
.box-notice-03 {
  margin-bottom: 30px;
  padding: 20px;
  color: #e91e63;
  border: 1px solid #e91e63;
}
  .box-notice-01 .label,
	.box-notice-02 .label {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    background-color: #e91e63;
    padding: 12px 15px;
    font-weight: 700;
    color: #fff;
  }

  .box-notice-01.alert .label{
    width: 162px;
  }

    .box-notice-01 .label.blue {
      background-color: #3f51b5
    }
    .box-notice-01 .label.orange {
      background-color: #ed5e1a
    }
    .box-notice-01 .label .txt,
		.box-notice-02 .label .txt {
      position: relative;
      padding-left: 35px;
      display: inline-block;
    }

    .box-notice-01.alert .label{
      padding: 4px 10px;
      text-align: center;
    }

    .box-notice-01.alert .label .txt{
      padding-left: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }

    .box-notice-01.alert .label .txt img{
      width: 20px;
      margin-right: 6px
    }

    .box-notice-01 .label .txt:before,
		.box-notice-02 .label .txt:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background: url(/img/ico_error_01.svg) 0 center no-repeat;
      background-size: 20px auto;
    }

    .box-notice-01.alert .label .txt:before{
      content: none;
    }
  .box-notice-01 .text,
	.box-notice-02 .text{
    display: table-cell;
    vertical-align: middle;
    padding: 12px 20px;
    background-color: #fdeef3;
  }

  .box-notice-01.alert .text{
    padding: 4px 20px;
    font-size: 1.3rem
  }

  .box-notice-01 .text.blue{
      background-color: #f2f3fa;
      color: #33488e
    }

  .box-notice-01 .text.orange{
      color: #ed5e1a
  }

  .box-notice-01 .text.blue,
  .box-notice-01 .text.orange{
      background-color: #f4f4f4
    }

  .box-notice-01 .text a,
	.box-notice-02 .text a {
		color: #e91e63;
	}
  .box-notice-01 .text.blue a { color: #333; }

  .box-notice-01 .text.orange a {
    color: #ed5e1a;
    display: flex;
  }

  .box-notice-01.alert .text.toggle a+a{
    margin-top: 4px
  }

  .box-notice-01 .text.orange a .date{
    margin-right: 16px
  }

.box-notice-navitime {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 960px;
	margin-bottom: 10px;
	transform: translateX(-50%);
	z-index: 500;
}
  .box-notice-navitime a {
	  display: block;
		padding: 5px 10px;
		background: #e91e63;
		color: #fff;
		-webkit-transition: all 0.2s;
  	transition: all 0.2s;
		text-decoration: none;
	}
	.box-notice-navitime a:hover {
		opacity: 0.7;
	}

/* ==========================================================
 lang
========================================================== */

.global .only-ja,
.only-global{
  display: none;
}

.only-ja,
.global .only-global{
  display: block;
}

.global .list-gnav .gnav-item{
  width: 200px
}

.global .list-gnav .gnav-item.nav05{
  border-right: 1px solid #E0E0E0
}

.global .list-gnav .gnav-icon img{
  width: 148px
}

.global.en .list-gnav .gnav-text{
  font-size: 14px;
  letter-spacing: -0.4px
}

.global .nav02 .mod-mega-menu .mega-menu-sub .list-nav .link{
  padding-top: 6px;
  padding-bottom: 6px
}

.global .nav02 .mod-mega-menu .list-nav .mega-menu-sub .link{
  font-size: 13px
}

.global.en .nav02 .mod-mega-menu .list-nav .mega-menu-sub .link{
  font-size: 12px;
}

.global.en .nav01 .mod-mega-menu .list-nav .link,
.global.en .nav02 .mod-mega-menu .list-nav .link,
.global.en .nav03 .mod-mega-menu .list-nav .link,
.global.en .nav04 .mod-mega-menu .list-nav .link{
  font-size: 11px;
}

/*.global.en .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(2) .link,*/
.global.en .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(8) .link,
/*.global.en .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(10) .link,*/
.global.en .nav02 .mod-mega-menu .list-nav.two-line-hav2 li:nth-child(2) .link
/*.global.en .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(1) .link,
.global.en .nav02 .mod-mega-menu .list-nav.two-line-hav4 li:nth-child(7) .link*/{
  min-height: 52px;
  max-height: 54px;
}

.global.th .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(11) .link,
/*.global.th .nav02 .mod-mega-menu .list-nav.two-line-hav4 li:nth-child(3) .link,*/
.global.th .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(13) .link {
  min-height: 56px;
}

/*.global.th .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(1) .link,
.global.th .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(2) .link{
  min-height: 62px
}*/

/*.global.zh .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(2) .link,
.global.zh .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(1) .link,
.global.zhb .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(2) .link,
.global.zhb .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(1) .link,
.global.ko .nav02 .mod-mega-menu .list-nav.two-line-hav1 li:nth-child(2) .link,
.global.ko .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(1) .link,
.global.ko .nav02 .mod-mega-menu .list-nav.two-line-hav4 li:nth-child(7) .link{
  min-height: 56px;
  max-height: 58px;
}*/

/*.nav-global .nav02 .mod-mega-menu .list-nav.two-line-hav3 li:nth-child(1) .link{
  min-height: 62px;
  max-height: 64px;
}
*/
.global.en+.footer .footer-gnav{
  display: block;
}

.global.en+.footer .footer-gnav .col{
  width: 100% !important;
  border-right: 0;
  border-bottom: 1px solid #E0E0E0
}

.global.en+.footer .footer-gnav .col:not(:first-child){
  padding-left: 0
}

.global.en+.footer .footer-gnav .col{
  margin-bottom: 26px
}

.global.en+.footer .footer-gnav .col:last-child){
  margin-bottom: 46px
}


.global.en+.footer .footer-gnav .list-links{
  overflow: hidden;
}

.global.en+.footer .footer-gnav .list-links li{
  float: left;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  line-height: 1.1;
}


.global.en+.footer .footer-nav-01{
  padding-bottom: 14px;
  border-bottom: 1px solid #E0E0E0
}

.global.en+.footer .footer-links{
  padding-bottom: 40px
}

body.top .only-top,
body:not(.top) .only-other, {
  display: block;
}
body.top .only-other,
body:not(.top) .only-top {
  display: none;
}