@media (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.m-rtbt {
  margin: -20px 0 30px;
}

@media (max-width: 568px) {
  .m-rtbt {
    margin: -20px 0 25px;
  }
}

.m-rtbt__in2 {
  position: relative;
  max-width: 1245px;
  margin: 0 auto;
}

.m-rtbt__bt {
  width: 400px;
  margin-left: auto;
}

@media (max-width: 568px) {
  .m-rtbt__bt {
    width: auto;
  }
}

.m-rtbt__bt > a {
  display: block;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  padding: 18px 20px 0 0;
  border: 1px solid #009e96;
  background: #009e96;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 568px) {
  .m-rtbt__bt > a {
    padding-top: 20px;
    font-size: 14px;
  }
}

.m-rtbt__bt > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  box-sizing: border-box;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

.m-rtbt__bt > a:hover {
  border-color: #263e8b;
  background: #fff;
  color: #263e8b;
}

.m-rtbt__bt > a:hover::before {
  border-color: #263e8b;
}

.m-stbt {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}

.m-stbt__in {
  padding: 0 1.25rem;
}

@media (min-width: 569px) and (max-width: 1024px) {
  .m-stbt__in {
    padding: 0 1.95312%;
  }
}

@media (max-width: 568px) {
  .m-stbt__in {
    padding: 0;
  }
}

.m-stbt__in2 {
  position: relative;
  max-width: 1245px;
  margin: 0 auto;
}

.m-stbt__bt {
  position: absolute;
  right: 0;
  top: 20px;
  width: 400px;
  -webkit-transform: translateY(-81px);
          transform: translateY(-81px);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 568px) {
  .m-stbt__bt {
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-61px);
            transform: translateY(-61px);
  }
}

.m-stbt__bt > a {
  display: block;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  padding: 18px 20px 0 0;
  border: 1px solid #009e96;
  background: #009e96;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 568px) {
  .m-stbt__bt > a {
    padding-top: 20px;
    font-size: 14px;
  }
}

.m-stbt__bt > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  box-sizing: border-box;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

.m-stbt__bt > a:hover {
  border-color: #263e8b;
  background: #fff;
  color: #263e8b;
}

.m-stbt__bt > a:hover::before {
  border-color: #263e8b;
}

.m-stbt.is-show .m-stbt__bt {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#tab-navigation {
  display: none !important;
}
