@charset "utf-8";
/* CSS Document */
/*common-rp.css--レスポンシブ対応専用*/
/* ------------------------------------------------------------
  header スマホ用メニュー
   ------------------------------------------------------------ */
#header .smp-hidden {
  display: none;
}
.smp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 5px rgb(200 200 200 / 0.3);
  display: none;
}
/*ヘッダーボタン*/
a.btn-smp {
  position:absolute;
  top:20px;
  right:15px;
  color: #0c3388;
}
.btn-smp-trigger:hover {
  cursor: pointer;
}
.btn-smp-trigger,
.btn-smp-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.btn-smp-trigger {
  position: relative;
  width: 36px;
  height: 40px;
}
.btn-smp-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0c3388;
}
.btn-smp-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-smp-trigger span:nth-of-type(2) {
  top: 9px;
}
.btn-smp-trigger span:nth-of-type(3) {
  bottom: 19px;
}
.btn-smp-trigger span:last-of-type {
  bottom: 0;
  background: none;
  height: auto;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}
.open-smp .btn-smp-trigger span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
  top: 9px;
}
.open-smp .btn-smp-trigger span:nth-of-type(2) {
  display: none;
}
.open-smp .btn-smp-trigger span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
  bottom: 26px;
}
/*メニュー*/
.smpmenu-wrap {
  position: fixed;
  z-index: 99;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100vh - 74px);
  background-color: rgba(255, 255, 255, 1);
  padding: 15px;
  overflow-y: scroll;
  display: none;
}
.smpmenu > li > ul {
  margin-left: 1em;
}
.smpmenu li a {
  color: #333;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 16px;
}
.smpmenu li a:hover {
  cursor: pointer;
}
.smpmenu > li > a {
  position: relative;
  text-decoration: none;
}
.smpmenu > li > a.parent:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: inline-block;
  border-top: 2px solid #0c3388;
  border-right: 2px solid #0c3388;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  margin-top: -8px;
  transition: 0.5s;
}
.smpmenu > li > a.parent.selected {
  color: #0c3388;
  border-color: #0c3388;
}
.smpmenu > li > a.parent.selected:after {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.smpmenu > li > ul {
  display: none;
}
.smpmenu li a.account,
.smpmenu li a.login,
.smpmenu li a.online {
  color: #fff !important;
  padding-left: 45px;
}
.smpmenu li a.account {
  background: #0C3388 url(/cmn/img/btn_nav_open.png) no-repeat left 15px center;
}
.smpmenu li a.login {
  background: #CA000B url(/cmn/img/btn_nav_login.png) no-repeat left 12px center;
}
.smpmenu li a.online {
  background: #06619e url(/cmn/img/btn_nav_online.png) no-repeat left 14px center;
}
.smpmenu > li > a.parent.account:after {
  border-color: #fff;
}
ul.smpmenu-sub {
  margin-top: 15px;
  margin-bottom: 15px;
}
ul.smpmenu-sub li {
  margin-bottom: 5px;
  padding-left: 18px;
  background: url(/cmn/img/icn_link.png) left 4px no-repeat;
}
ul.smpmenu-sub li a {
  color: #333;
}
ul.smpmenu-sub li.outside {
  background-image: url("/cmn/img/icn_blank.png");
}
.smpmenu-wrap .area_search {
  display: block;
  position: static;
  padding: 0;
}
.smpmenu-wrap #cse-search-form {
    float: left;
    width: 100% !important;
    height: 32px;
}
.smpmenu-wrap .area_search > div {
  width: auto !important;
  margin-top: 0;
}
.smpmenu-wrap .area_search .gsc-input-box {
  padding-top: 0 !important;
}
.smpmenu-wrap .area_search .gsc-search-button-v2 {
    padding: 7px 10px;
}

/* ------------------------------------------------------------
  other
   ------------------------------------------------------------ */
.br-smp {
  display: none;
}
.picture-responsive {
  display: block;
}
.responsive-scroll .scroll,
.tbl-responsive-scroll .scroll {
display: none;
}

@media screen and (max-width: 1199px) {
/* ----header---- */
  #header .headerInner {
    display: none;
  }
  .mainimage-list {
    margin-top: 74px;
  }
  #header .smp-hidden {
    display: block;
  }
  .smp-header {
    display: block;
  }
}
@media screen and (max-width: 1099px) {
/* ----00. BASE SETTING CSS---- */
  .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
/* ----footer---- */
  #footer #footerCopyright {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 991px) {
/* ----footer---- */
  .footSitemap ul.footNav_box li{
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
/* ----header---- */
  .smpmenu li a {
    font-size: 14px;
  }
  .smpmenu > li > a.parent:after {
    width: 10px;
    height: 10px;
    margin-top: -7px;
  }
  .smpmenu > li > a.parent.selected:after {
    margin-top: -3px;
  }
/* ----contents---- */
  #contents {
    margin-top: 74px !important;
  }
  #contents #breadCrumb ul{
    width: auto;
    margin: 0 15px;
  }
  #contents #main{
    width: auto;
    margin: 0 auto 25px;
    padding: 20px 15px;
    font-size: 14px;
  }
/* ----page-top---- */
  #page-top a {
    background-size: contain;
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
  }
/* ----footer---- */
  #footer .footerInner {
    width: auto;
    padding: 50px 0;
    display: block;
  }
  .footSitemap {
    padding: 0 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footSitemap .footSitemap_ttl {
    font-size: 15px;
  }
  .footSitemap ul.footNav_box ul {
    margin-top: 15px;
  }
  .footSitemap ul.footNav_box > li {
    margin-bottom: 20px;
    width: 50%;
  }
  .footSitemap ul.footNav_box > li:nth-child(odd) {
    padding-right: 5px;
  }
  .footSitemap ul.footNav_box > li:nth-child(even) {
    padding-left: 5px;
  }
  .footSitemap ul.footNav_box ul li {
    margin-bottom: 1em;
    font-size: 13px;
  }
  .footSitemap ul.footNav_box_second {
    margin-top: 10px;
  }
  .footLink{
    flex: 0 0 270px;
    padding: 0 10px;
  }
  .footLink ul li {
    text-align: center;
  }
  #footer #footerNav {
    padding-bottom: 30px;
  }
  #footer #footerNavIn {
    width: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer #footerNav ul {
    text-align: left;
  }
  #footer #footerNav li {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 13px;
  }
  #footer #footerNav li + li {
    border-left: none;
    line-height: 1.2em;
  }
  #footer #footerNav li a {
    display: block;
    padding: 10px 0;
  }
/* ----other---- */
  table.tbl-responsive > tbody > tr > th,
  table.tbl-responsive > tbody > tr > td {
    width: 100% !important;
    float: left;
  }
  table.tbl-responsive td a {
    word-break: break-all;
  }
  .tbl-responsive-scroll {
    width: auto;
    overflow-x: auto;
    overflow-scrolling: touch; 
    position: relative
  }

  .tbl-responsive-scroll > table {
    width: 600px;
  }
  img.img-fluid {
    max-width: 100%;
    height: auto;
  }
  .br-pc {
    display: none;
  }
  .br-smp {
    display: inline;
  }

  .responsive-scroll {
    width: auto;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-scrolling: touch; 
    position: relative;
  }
 

  .responsive-scroll img {
    width: 640px;
    max-width: none !important;
  }

  .responsive-scroll .scroll,
  .tbl-responsive-scroll .scroll {
    display: block;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    width: 180px;
    padding: 12px;
    margin: 0 auto !important;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 2;
  }
}