@charset "UTF-8";
@media screen and (min-width:0px) and (max-width:767px) {
  /*ボタンアニメーション*/
  li.memu-one > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  li.memu-one > a::after {
    position: absolute;
    bottom: -8px;
    left: 10%;
    content: '';
    width: 80%;
    margin: 0 0;
    height: 2px;
    background: #ed210d;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #globalmenu li:hover > a::after {
    transform: scale(1, 1);
  }
  /*/////////////////////////////////////////////////////////////////*/
  /*グローバルメニュー*/
  #globalmenu {
    position: fixed;
    top: 75px; /**/
    *zoom: 1;
    width: 100%;
    margin: 0px auto 0px;
    padding: 0 0 0 3%;
    background-color: rgba(255, 255, 255, 0.95); /*基本背景カラー*/
    clear: both;
    z-index: 10 !important; /**/
    /* overflow-y: auto;メニュースクロール*/
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #globalmenu:before, #globalmenu:after {
    display: table;
    content: "";
  }
  #globalmenu:after {
    clear: both;
  }
  /*第1階層//////////////////////////////*/
  #globalmenu {
    display: none;
  }
  #globalmenu li {
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
    min-height: 43px;
    z-index: 10 !important;
    /*border-top: 1px solid #DC2B2E;*/
    line-height: 1.2em !important;
    padding: 10px 10px 10px 40px;
  }
  #globalmenu li a {
    padding: 0px 15px 0px 15px;
    text-decoration: none;
  }
  #globalmenu li a:hover {
    color: #ed210d;
  }
  #globalmenu li:nth-of-type(1) {
    margin-top: 20px;
  }
    #globalmenu > li:nth-of-type(4) {
    margin-bottom: 120px;
  }
  
  #globalmenu li:last-child {
    border-bottom: 1px solid #fff;
  }
  #globalmenu li li:last-child {
    border-bottom: none;
  }
  /*{第一階層プラス}*/
  #globalmenu li {
    position: relative;
  }
  #globalmenu li span.submenu01open {
    position: absolute;
    display: block;
    top: 5px;
    left: 20px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url(../images/common/icon_plus01.png);
    background-size: contain;
  }
  #globalmenu li span.submenu01open:hover {
    background-image: url(../images/common/icon_plus01_ov.png);
    cursor: pointer;
  }
  /*{第一階層マイナス}*/
  #globalmenu li span.selected {
    background-image: url(../images/common/icon_minus01.png) !important;
  }
  #globalmenu li span.selected:hover {
    background-image: url(../images/common/icon_minus01_ov.png) !important;
  }
  #globalmenu li span.active .selected {
    background-image: url(../images/common/icon_minus01.png) !important;
  }
  #globalmenu li span.active .selected:hover {
    background-image: url(../images/common/icon_minus01.png);
  }
  /*第2階層//////////////////////////////*/
  #globalmenu li ul {
    list-style: none;
    z-index: -1 !important;
    padding-left: 0px;
    margin-left: 0px;
    display: none;
  }
  #globalmenu li ul li {
    padding-left: 0px 2em 0px 0.5em !important;
    margin: 6px 0px;
    height: inherit;
    min-height: 20px;
  }
  #globalmenu li ul li a {
    padding-left: 0px;
    margin-left: 0px;
  }
  #globalmenu li ul li a:hover {
    color: #ed210d;
  }
  /*[モバイルボタン]*/
  .gnavi_sp {
    float: right;
    margin: 20px 15px 0px 5px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 27px;
    height: 23px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #464646;
    border-radius: 3px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /*アンケートボタン/*/
  .bt_inquiry {
    position: absolute;
    background-color: #00b9c6;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
    top: 20px;
    right: 58px;
    border-radius: 24px;
    height: 34px;
    width: 90px;
    display: table
  }
  .inquiry_txt {
    font-size: 90%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .bt_inquiry:hover {
    position: absolute;
    background-color: #27d4d8;
    cursor: pointer;
  }
  .inquiry_txt a {
   display: block;
    color: #fff;
  }
  .inquiry_txt a:hover {
    text-decoration: none;
  }
  /*ページ下ナビゲーション*/
  .box-nav {
    position: relative;
    overflow: hidden;
  }
  .box-nav ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .box-nav li {
    margin: 0;
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    line-height: 2em;
    text-align: center;
    mini-width: 3em;
    padding: 0 1em;
    font-size: 110%;
  }
  .box-nav li a {
    display: block;
    width: 100%;
  }
  .box-nav li a:hover {
    text-underline-offset: 6px;
  }
  .r_line:after {
    width: 1px;
    height: 16px;
    position: absolute;
    background-color: #464646;
    display: block;
    top: 14px;
    right: -1px;
    content: '';
  }
  li.back_next_bt {
    line-height: 2em;
    width: 28px;
    height: 2em;
    padding: 0;
    position: relative;
  }
  .box-nav li.back_next_bt a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0;
    left: 50%;
    position: absolute;
    top: 50%;
  }
  .box-nav li.back_next_bt a img {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .box-nav li.back_next_bt a:hover img {
    opacity: .5
  }
  /*下ナビゲーションセレクト指定*/
  body.page01 .box-nav li:nth-of-type(2) a, body.page02 .box-nav li:nth-of-type(3) a, body.page03 .box-nav li:nth-of-type(4) a {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
      /*下ナビゲーションセレクト指定速報*/
  body.conf_page01 .box-nav li:nth-of-type(2) a, body.conf_page02 .box-nav li:nth-of-type(4) a, body.conf_page03 .box-nav li:nth-of-type(4) a , body.conf_page04 .box-nav li:nth-of-type(5) a,body.conf_page05 .box-nav li:nth-of-type(6) a{
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 6px;
  }

}
@media screen and (max-width: 400px) {
  html {
    font-size: 14px;
  }
  #globalmenu {
    padding: 0 0 0 0%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 14px;
  }
  /*アンケートボタン/*/
  .bt_inquiry {
    position: absolute;
    background-color: #00b9c6;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
    top: 20px;
    right: 58px;
    border-radius: 24px;
    height: 34px;
    width: 78px;
    display: table
  }
  .inquiry_txt {
    font-size: 70%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
    .inquiry_txt a {
     display: block;
    color: #fff;
  }
  .inquiry_txt a:hover {
    text-decoration: none;
  }
}