@charset "UTF-8";

.-mt-0 {
  margin-top: 0;
}

.-mt-5 {
  margin-top: 5px;
}

.-mt-10 {
  margin-top: 10px;
}

.-mt-15 {
  margin-top: 15px;
}

.-mt-20 {
  margin-top: 20px;
}

.-mt-25 {
  margin-top: 25px;
}

.-mt-30 {
  margin-top: 30px;
}

.-mt-35 {
  margin-top: 35px;
}

.-mt-40 {
  margin-top: 40px;
}

.-mt-45 {
  margin-top: 45px;
}

.-mt-50 {
  margin-top: 50px;
}

.-mt-55 {
  margin-top: 55px;
}

.-mt-60 {
  margin-top: 60px;
}

.-mt-65 {
  margin-top: 65px;
}

.-mt-70 {
  margin-top: 70px;
}

.-mt-75 {
  margin-top: 75px;
}

.-mt-80 {
  margin-top: 80px;
}

.-mt-85 {
  margin-top: 85px;
}

.-mt-90 {
  margin-top: 90px;
}

.-mt-95 {
  margin-top: 95px;
}

.-mt-100 {
  margin-top: 100px;
}

/************ メインビジュアルアニメーション（アニメーション含む） START ************/
.-mainvisual-wrap {
  background-color: #171717;
}

.-mainvisual-note>li {
  padding-left: 1em;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  text-indent: -1em;
}

.-mainvisual-note>li:before {
  content: "※";
}

.-lcl-local-mainvisual {
  background-color: #171717 !important;
  background-image: url(../img/kv-bk-pc.png) !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 0;
}

.-lcl-local-mainvisual.is-visible {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.-lcl-local-mainvisual-h1 {
  position: relative;
  margin: 0 auto;
}

.-lcl-local-mainvisual-h1-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.-lcl-local-mainvisual-h1-text-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 2s ease,-webkit-transform 2s ease;
  transition: opacity 2s ease,-webkit-transform 2s ease;
  transition: opacity 2s ease,transform 2s ease;
  transition: opacity 2s ease,transform 2s ease,-webkit-transform 2s ease;
}

.-lcl-local-mainvisual-img01 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 2s ease,-webkit-transform 2.8s ease;
  transition: opacity 2s ease,-webkit-transform 2.8s ease;
  transition: opacity 2s ease,transform 2.8s ease;
  transition: opacity 2s ease,transform 2.8s ease,-webkit-transform 2.8s ease;
}

.-lcl-local-mainvisual-img01-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/************ メインビジュアル（アニメーション含む） END ************/
/************ 汎用CSS START ************/
.-howto main img {
  width: 100%;
  max-width: 100%;
}

.-bg-blk {
  background-color: #171717;
  color: #fff;
}

.-bg-lblk {
  background-color: #292929;
  color: #fff;
}

.-banner {
  padding-top: 70px;
  padding-bottom: 0;
}

.-banner-box {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.-lead {
  padding-top: 60px;
  padding-bottom: 60px;
}

.-lead-txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.-tabs {
  padding: 0;
}

.-tabs-field-info {
  position: relative;
}

.-tabs-field-info.-first {
  margin-top: -80px;
}

.-tabs-field-info.-first-adj {
  margin-top: -15px;
}

.-tabs-container {
  margin: 0 auto;
}

.-tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.-tabs-menu-wrap {
  height: 108px;
}

.-tabs-menu li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.-tabs-menu li:not(:last-child):after {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: 64%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #a3a3a3;
  content: "";
}

.-tabs-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 108px;
  padding: 15px;
  background-color: #626262;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}

.-tabs-menu li a:hover {
  background: #9b2724;
}

.-tabs-menu li a .-tabs-menu-txt-s {
  font-size: 24px;
}

.-tabs-menu li.is-active a {
  position: relative;
  background: #9b2724;
  color: #fff;
}

.-tabs-menu li.is-active a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #9b2724 transparent transparent;
  border-style: solid;
  border-width: 21px 15px;
  content: "";
}

.-tabs-menu.is-floating {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-animation: fadeInFromZero 1s ease forwards;
          animation: fadeInFromZero 1s ease forwards;
  opacity: 0;
  /* キーフレーム（0% = 透明、100% = 表示） */
}

@-webkit-keyframes fadeInFromZero {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInFromZero {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.-tabs-menu.is-floating:after {
  right: 0;
  left: 0;
  border-bottom-width: 1px;
}

.-tabs-menu.is-floating li a {
  min-height: 50px;
  padding: 5px;
  font-size: 16px;
}

.-tabs-menu.is-floating li a span {
  font-size: 14px;
}

.-tabs-menu.is-floating li a:before {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.-tabs-menu.is-floating li.is-active a {
  position: relative;
  background: #9b2724;
  color: #fff;
}

.-tabs-menu.is-floating li.is-active a:after {
  content: none;
}

.-tabs-menu.is-floating.is-floating-end {
  -webkit-animation: fadeOutFromVisble 1s ease forwards;
          animation: fadeOutFromVisble 1s ease forwards;
  /* キーフレーム（0% = 表示、100% = 透明） */
}

@-webkit-keyframes fadeOutFromVisble {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutFromVisble {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.-tabs-wrap {
  padding-top: 80px;
  background-color: #292929;
}

.-tabs-panel {
  display: none;
}

.-tabs-panel.is-active {
  display: block;
}

.-tabs-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.-tabs-title span {
  font-size: 36px;
}

.-tabs-lead {
  font-size: 22px;
  line-height: 1.8;
}

.-tabs-img {
  margin-top: 60px;
  text-align: center;
}

.-tabs-box {
  margin-top: 60px;
  border: 1px solid #fff;
}

.-tabs-col-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
}

.-tabs-col-text {
  line-height: 1.72;
}

.-info-heading {
  background: #171717;
  background: -webkit-gradient(linear, left top, left bottom, from(#292929), color-stop(50%, #171717));
  background: linear-gradient(180deg, #292929, #171717 50%);
}

.-info-heading-container {
  position: relative;
  padding: 134px calc(12.5% - 80px) 140px;
  background: #530400;
  background: -webkit-gradient(linear, left bottom, left top, from(#530400), to(#8b0400));
  background: linear-gradient(0deg, #530400, #8b0400);
}

.-info-heading-container:after,.-info-heading-container:before {
  position: absolute;
  content: "";
}

.-info-heading-container:before {
  top: 0;
  border-color: #292929 transparent currentcolor;
}

.-info-heading-container:after,.-info-heading-container:before {
  right: 0;
  left: 0;
  border-style: solid solid none;
  border-width: 64px 720px 0;
}

.-info-heading-container:after {
  bottom: 0;
  border-color: transparent #171717 currentcolor;
}

.-info-heading-container.-adj {
  padding-bottom: 64px;
}

.-info-title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.-info-title span {
  display: block;
  color: #f5e040;
  font-size: 34px;
  font-weight: 700;
}

.-info-box-head {
  padding: 30px 50px;
  background-color: #9b2724;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.-info-box-head span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.-info-box-body {
  padding: 40px 50px 60px;
  background-color: #fff;
}

.-info-box-body-text {
  color: #333;
  line-height: 2;
}

.-info-box-item:nth-child(n+2) {
  margin-top: 60px;
}

.-info-box-item-title {
  padding-bottom: 9px;
  border-bottom: 2px solid #9b2724;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.-info-box-item-title+* {
  margin-top: 15px;
}

.-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 516px;
  height: 100%;
  min-height: 52px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.-info-btn[data-icon]:after {
  right: 16px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon-link-target.svg);
  background-size: cover;
  content: "";
}

.-info-btn-list {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.-info-btn-list-s {
  max-width: 776px;
}

.-info-btn-list-l {
  max-width: 912px;
}

.-info-btn-list>li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.-info-btn.-good {
  width: 100%;
  max-width: 380px;
  min-height: 54px;
  border-color: #9b2724;
  color: #9b2724;
  font-size: 17px;
  font-weight: 700;
}

.-info-btn.-good[data-icon]:after {
  position: static;
  width: 20.6px;
  height: 18px;
  margin-right: 0;
  margin-left: 18px;
  background-image: url(../img/icon-good-off.svg);
  background-size: 100%  auto;
}

.-info-btn.-good:disabled {
  border-color: #f5e9e9;
  background-color: #f5e9e9;
  color: #9b2724;
  opacity: 1;
}

.-info-btn.-good:disabled[data-icon]:after {
  background-image: url(../img/icon-good-on.svg);
}

.-info-note>li {
  padding-left: 1em;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
}

.-info-note>li:before {
  content: "※";
}

.-info-good {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #dedede;
}

.-support {
  padding-top: 100px;
  padding-bottom: 100px;
}

.-support-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.-support-title span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.-support-lead {
  line-height: 1.7;
}

.-support-col {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.-support-col>* {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.-support-box {
  padding: 40px 20px;
  border: 1px solid #fff;
  background-color: #292929;
}

.-support-box-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.-support-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 428px;
  height: 100px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 700;
}

.-support-btn[data-icon]:after {
  right: 20px;
}

.-support-btn[data-icon=window_b]:after {
  color: #ca2420;
  font-size: 22px;
}

.-support-link {
  color: #fff;
}

.-support-link-list {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.-support-link.-forward {
  padding-left: 50px;
  line-height: 1.7;
}

.-support-link.-forward:before {
  top: calc(.85em - 4px);
  left: 30px;
  width: 9px;
  height: 9px;
  border-color: #fff;
}

.-support-link.-forward:visited {
  color: #fff;
}

.-questionary {
  padding-top: 60px;
  padding-bottom: 0;
}

.-questionary-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.-questionary-list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  list-style: none;
}

.-questionary-list>li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.-questionary-list>li i {
  margin-right: 5px;
}

.-questionary-list.is-hidden {
  display: none;
}

.-questionary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100px;
  border: 1px solid #333;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.-questionary-btn:hover {
  opacity: .5;
}

.-questionary-thanks {
  display: none;
  margin-top: 40px;
  padding: 22px;
  background-color: #faf2f2;
  line-height: 1.7;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.-questionary-thanks.is-view {
  display: block;
  opacity: 1;
}

@starting-style {
  .-questionary-thanks.is-view {
    opacity: 0;
  }
}

/************ 汎用CSS END ************/
/************ modal START ************/
.-modal {
  padding-top: 50px;
}

.-modal-list.-ordered>li {
  padding-left: 1em;
}

.-modal-img {
  margin-top: 32px;
}

.-modal-img img {
  width: 100%;
  max-width: 100%;
}

.-modal-note.-annotation>li {
  padding-left: 1em;
  font-size: 14px;
}

.-modal .close-btn {
  top: -35px;
  right: 0;
  color: #fff;
}

.-modal .close-btn:after {
  content: none;
}

.-modal.-regular>.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/************ modal END ************/
/************ floating START ************/
.-lcl-local-floating {
  padding: 20px;
}

.-lcl-local-floating .col {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  max-width: 340px !important;
}

.-lcl-local-button-primary.btn.-primary {
  border-color: transparent;
  background-color: #28437c;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
}

/************ floating END ************/

@media screen and (max-width:767px) {
  .-mt-0-sp {
    margin-top: 0;
  }
  .-mt-5-sp {
    margin-top: 5px;
  }
  .-mt-10-sp {
    margin-top: 10px;
  }
  .-mt-15-sp {
    margin-top: 15px;
  }
  .-mt-20-sp {
    margin-top: 20px;
  }
  .-mt-25-sp {
    margin-top: 25px;
  }
  .-mt-30-sp {
    margin-top: 30px;
  }
  .-mt-35-sp {
    margin-top: 35px;
  }
  .-mt-40-sp {
    margin-top: 40px;
  }
  .-mt-45-sp {
    margin-top: 45px;
  }
  .-mt-50-sp {
    margin-top: 50px;
  }
  .-mt-55-sp {
    margin-top: 55px;
  }
  .-mt-60-sp {
    margin-top: 60px;
  }
  .-mt-65-sp {
    margin-top: 65px;
  }
  .-mt-70-sp {
    margin-top: 70px;
  }
  .-mt-75-sp {
    margin-top: 75px;
  }
  .-mt-80-sp {
    margin-top: 80px;
  }
  .-mt-85-sp {
    margin-top: 85px;
  }
  .-mt-90-sp {
    margin-top: 90px;
  }
  .-mt-95-sp {
    margin-top: 95px;
  }
  .-mt-100-sp {
    margin-top: 100px;
  }
  .sp-none,.tb-block {
    display: none;
  }
  .-mainvisual-field {
    padding: 0 16px;
  }
  .-lcl-local-mainvisual {
    background-image: url(../img/kv-bk-sp.png) !important;
    background-size: 100% auto !important;
  }
  .-lcl-local-mainvisual-h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .-lcl-local-mainvisual-h1-text {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  .-lcl-local-mainvisual-h1-text-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .-banner,.-lead {
    padding-top: 40px;
  }
  .-lead {
    padding-bottom: 40px;
  }
  .-lead-txt {
    font-size: .16rem;
    line-height: 1.7;
  }
  .-tabs {
    padding-top: 0;
  }
  .-tabs-field {
    padding: 0 16px;
  }
  .-tabs-field-info {
    padding: 0 16px 15px;
  }
  .-tabs-field-info.-last {
    padding: 0 16px 50px;
  }
  .-tabs-field-info.-first {
    margin-top: -115px;
  }
  .-tabs-field-info.-first-adj {
    margin-top: -33px;
  }
  .-tabs-menu-wrap {
    height: 60px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .-tabs-menu li a {
    min-height: 60px;
    padding: 5px;
    font-size: 16px;
  }
  .-tabs-menu li a .-tabs-menu-txt-s {
    font-size: 14px;
  }
  .-tabs-menu li.is-active a:after {
    border-width: 13px 10px;
  }
  .-tabs-menu.is-floating {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .-tabs-menu.is-floating li a {
    min-height: 42px;
    font-size: 14px;
  }
  .-tabs-menu.is-floating li a span {
    font-size: 12px;
  }
  .-tabs-menu.is-floating li a:before {
    width: 6px;
    height: 6px;
    margin-top: 4px;
    margin-right: 7px;
  }
  .-tabs-wrap {
    padding-top: 40px;
  }
  .-tabs-title {
    font-size: 26px;
  }
  .-tabs-title span {
    font-size: 22px;
  }
  .-tabs-lead {
    font-size: 16px;
  }
  .-tabs-box,.-tabs-img {
    margin-top: 40px;
  }
  .-tabs-col-title {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .-tabs-col-img {
    margin-top: 16px;
  }
  .-info-heading-container {
    padding: 64px 15px 145px;
  }
  .-info-heading-container:after,.-info-heading-container:before {
    border-top-width: 33px;
  }
  .-info-title {
    font-size: 22px;
  }
  .-info-title span {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .-info-box-head {
    padding: 14px 24px;
    font-size: 22px;
    line-height: 1.5;
  }
  .-info-box-head span {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .-info-box-body {
    padding: 24px;
  }
  .-info-box-body-text {
    line-height: 1.7;
  }
  .-info-box-item:nth-child(n+2) {
    margin-top: 24px;
  }
  .-info-box-item-title {
    border-bottom-width: 1px;
    font-size: 16px;
  }
  .-info-btn {
    font-size: 16px;
  }
  .-info-btn[data-icon]:after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
  .-info-btn-list {
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .-info-btn-list>li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .-info-btn.-good {
    max-width: 516px;
    font-size: 16px;
  }
  .-info-btn.-good[data-icon]:after {
    margin-left: 12px;
  }
  .-info-good {
    margin-top: 24px;
    padding-top: 24px;
  }
  .-support {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .-support-title {
    font-size: 26px;
  }
  .-support-title span {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .-support-lead {
    margin-top: 16px;
  }
  .-support-col {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .-support-col>* {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .-support-box {
    padding: 24px;
  }
  .-support-box-title {
    font-size: 18px;
  }
  .-support-btn {
    height: 54px;
    margin-top: 24px;
    font-size: 16px;
  }
  .-support-btn[data-icon]:after {
    right: 15px;
  }
  .-support-btn[data-icon=window_b]:after {
    font-size: 20px;
  }
  .-support-link-list {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .-support-link.-forward {
    padding-left: 17px;
    font-size: 14px;
  }
  .-support-link.-forward:before {
    top: calc(.85em - 3px);
    left: -3px;
    width: 8px;
    height: 8px;
  }
  .-questionary {
    padding-top: 50px;
  }
  .-questionary-title {
    font-size: 26px;
    line-height: 1.42;
  }
  .-questionary-list {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .-questionary-btn {
    min-height: 60px;
    font-size: 16px;
  }
  .-questionary-thanks {
    padding: 109px 14px;
    font-size: 15px;
    font-weight: 700;
  }
  .-modal-img {
    margin-top: 24px;
  }
  .-modal .close-btn {
    top: -28px;
  }
  .-modal.-regular>.content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .-lcl-local-floating.floating-nav.-transform {
    padding: 15px;
  }
  .-lcl-local-floating .col {
    margin-right: 10px;
    padding-right: 0;
  }
}

@media screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
  .-mainvisual-field,.-tabs-field {
    padding: 0 calc(12.5% - 80px);
  }
  .-tabs-field-info {
    padding-bottom: 50px;
  }
  .-tabs-field-info.-last {
    padding-bottom: 100px;
  }
  .-tabs-menu:after {
    position: absolute;
    right: -100%;
    bottom: 0;
    left: -100%;
    border-bottom: 3px solid #9b2724;
    content: "";
  }
  .-tabs-menu.is-floating li {
    width: 174px;
  }
  .-tabs-lead {
    text-align: center;
  }
  .-tabs-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .-tabs-col-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .-tabs-col-img {
    -ms-flex-preferred-size: 245px;
        flex-basis: 245px;
    margin-left: 76px;
  }
  .-info-heading-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .-info-box-head span {
    margin-bottom: 14px;
  }
  .-support-lead {
    text-align: center;
  }
  .-questionary-list {
    padding: 0 32px;
  }
}

@media screen and (min-width:1025px) {
  .tb-block,.tb-sp-block {
    display: none;
  }
}

@media screen and (max-width:1440px) {
  .-info-heading-container:after,.-info-heading-container:before {
    border-right-width: 50vw;
    border-left-width: 50vw;
  }
}
