@charset "UTF-8";
:root {
  --color-ocher: #c6ac1b;
  --color-red: #b00000;
}

@media screen and (min-width: 768px) {
  .pic {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pic {
    width: 100%;
    height: auto;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: #9ee4fb;
}

.fc_ocher {
  color: var(--color-ocher);
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.fc-red {
  color: #b00000;
}

.fc-lred {
  color: #f11111;
}

.align-center {
  text-align: center;
}

.btn--01 {
  background: #b00000 no-repeat 30px center;
  margin: 0 auto;
  width: 375px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  /*
  &::before {
      content: "▶︎";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      font-size: 16px;
      color: #fff;
      @include mx.sp {
          right: 6px;
          font-size: 10px;
      }
  }
  */
}
@media screen and (max-width: 767px) {
  .btn--01 {
    width: calc(100% - 26px);
  }
}

.btn-app {
  width: 100%;
  max-width: 420px;
  height: 87px;
  background: #b00000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  border-radius: 60px;
  margin: auto;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn-app {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .btn-app:hover {
    opacity: 1;
    transform: translate(6px, 8px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .btn-app {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  }
}
.btn-app--oshiuma {
  background: #12275d;
}
@media screen and (max-width: 767px) {
  .btn-app {
    font-size: 24px;
    height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .btn-app {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .btn-app:hover {
    opacity: 0.7;
  }
}

.aut-header {
  position: relative;
  background: linear-gradient(to bottom, rgb(176, 0, 0) 0%, rgb(113, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b00000", endColorstr="#710000",GradientType=0 );
  background-image: url(../img/bg_nami.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.aut-header__kv {
  position: relative;
  z-index: 10;
  max-width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .aut-header__kv {
    max-width: calc(100% - 10px);
    margin-left: -10px;
  }
}
.aut-header--form {
  max-width: 960px;
  margin: auto;
  background-image: url(../img/bg_nami.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #930000;
}

.aut_wrapper {
  color: #340202;
  position: relative;
  width: 100%;
  background: #930000;
}
.aut_wrapper .border-gra {
  display: block;
  height: 10px;
  width: 100%;
  background: url(../img/border_gra.jpg);
  background-size: cover;
}
.aut_wrapper .aut_inner {
  position: relative;
  z-index: 1;
}
.aut_wrapper .aut_inner .aut-cp-description {
  background: #650101;
  color: #d7000f;
  margin-top: -17px;
  text-align: center;
  font-weight: 700;
  padding: 28px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-description {
    padding: 8px 0;
    margin-top: -3px;
    line-height: 1.5;
  }
  .aut_wrapper .aut_inner .aut-cp-description img {
    max-width: 80%;
  }
}
.aut_wrapper .aut_inner .aut-local-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aut_wrapper .aut_inner .aut-local-nav > span {
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > span {
    font-size: 16px;
    height: 40px;
    top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-local-nav {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav {
    margin-top: 20px;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > div {
  background: #c69940;
  width: 100%;
  height: 140px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > div {
    font-size: 20px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut_inner .aut-local-nav > div {
    height: 60px;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a {
  width: 50%;
  height: 140px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a {
    height: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut_inner .aut-local-nav > a {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-local-nav > a {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .aut_wrapper .aut_inner .aut-local-nav > a:hover {
    opacity: 1;
  }
  .aut_wrapper .aut_inner .aut-local-nav > a:hover > *::before {
    top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a > div {
  max-width: 538px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > div {
    transform: translateY(-6px);
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > div::before {
    transition: all 0.2s ease;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a > div strong {
  display: block;
  font-size: 33px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > div strong {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > div strong {
    font-size: 13px;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a > div span {
  font-weight: 700;
  line-height: 1.4;
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > div span {
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > div span {
    font-size: 10px;
    transform: scale(0.8);
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a > span {
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 0px 0 160px;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > span {
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a > span {
    font-size: 14px;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a:nth-child(1) {
  background: #c69940;
}
.aut_wrapper .aut_inner .aut-local-nav > a:nth-child(1) > div {
  margin: 0 0 0 auto;
  text-align: left;
  padding: 0 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a:nth-child(1) > div {
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-local-nav > a:nth-child(1) > div {
    padding: 0;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a:nth-child(1) > span {
  padding: 0 270px 0 0;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .aut_wrapper .aut_inner .aut-local-nav > a:nth-child(1) > span {
    justify-content: center;
    padding: 0;
  }
}
.aut_wrapper .aut_inner .aut-local-nav > a:nth-child(2) {
  background: #650101;
}
.aut_wrapper .aut_inner .aut-local-nav > a:nth-child(2) > div {
  margin: 0;
  padding: 0 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-local-nav > a:nth-child(2) > div {
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-local-nav > a:nth-child(2) > div {
    padding: 0;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading {
  padding: 70px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading {
    padding: 40px 0 10px;
  }
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-inner {
    padding: 0 10px;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading .commodity {
  position: relative;
  z-index: 2;
  display: block;
  margin: 20px 30px 0px auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .commodity {
    display: block;
    margin: -20px 0 0px;
    width: 100%;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title {
  margin: 20px auto 45px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title {
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto 25px;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title > * {
  display: flex;
  align-items: center;
}
.aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt {
  text-align: center;
  height: auto;
  position: relative;
  margin: 0 -3% 0 auto;
}
.aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt > picture {
  max-width: 790px;
  margin: 0 12% 0 auto;
}
@media (max-width: 1350px) {
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt > picture {
    max-width: 730px;
    padding-left: 18%;
    margin: auto;
  }
}
@media (max-width: 1120px) {
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt {
    text-align: right;
  }
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt > picture {
    margin: 0 4% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt {
    width: 100%;
    padding: 0;
    position: static;
  }
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-title .cp-title-txt > picture {
    padding-left: 21%;
    margin: 0 0% 0 auto;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading .cp-title-total {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  top: -30px;
  max-width: 280px;
}
@media (max-width: 1220px) {
  .aut_wrapper .aut_inner .aut-cp-heading .cp-title-total {
    top: -30px;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .cp-title-total {
    position: absolute;
    top: 0%;
    width: 26%;
    left: -20px;
    z-index: 12;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading .aut-cp-item {
  max-width: 1070px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -130px auto 50px;
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-item {
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-item {
    display: block;
    margin-bottom: 0px;
  }
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-item > *:nth-child(1) {
    width: 100%;
    display: block;
  }
  .aut_wrapper .aut_inner .aut-cp-heading .aut-cp-item > *:nth-child(2) {
    width: 100%;
    display: block;
    margin: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp-heading .cp-note {
  color: #fff;
  text-align: right;
  font-size: 14px;
  margin: -80px 20px 20px auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-heading .cp-note {
    margin: 0px 10px 0px auto;
    font-size: 10px;
  }
}
.aut_wrapper .aut_inner .aut-cp-outline {
  max-width: 1235px;
  margin: auto auto 130px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-outline {
    margin: 10px auto 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp-outline h3 {
  text-align: center;
}
.aut_wrapper .aut_inner .aut-cp-outline h3 img {
  max-width: 60%;
}
.aut_wrapper .aut_inner .aut-cp-outline .col-2 {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-outline .col-2 {
    padding: 15px;
    gap: 15px;
  }
}
.aut_wrapper .aut_inner .aut-cp-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 1300px) {
  .aut_wrapper .aut_inner .aut-cp-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-cp-inner {
    padding: 0 15px;
  }
}
.aut_wrapper .aut_inner .aut-cp {
  padding: 105px 0 125px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp {
    padding: 40px 0 30px;
  }
}
.aut_wrapper .aut_inner .aut-cp.aut-first-cp {
  background: rgb(176, 0, 0);
  background: linear-gradient(to bottom, rgb(176, 0, 0) 0%, rgb(113, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b00000", endColorstr="#710000",GradientType=0 );
  background-image: url(../img/bg_nami.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp.aut-first-cp {
    padding-bottom: 55px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner > strong {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner > strong picture {
    display: block;
    width: 70%;
    margin: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 {
  display: block;
  width: 100%;
  margin: auto;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 {
    font-size: 28px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 img {
  display: block;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 img.en {
  margin: auto auto 10px;
  max-height: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 img.en {
    height: 20px;
    width: auto;
    display: block;
    margin: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 .cp-info {
  position: absolute;
  right: 40px;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner h3 .cp-info {
    position: relative;
    width: 40%;
    right: 0;
    margin: 0 0 -50px auto;
    top: 0;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-wrap {
  position: relative;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-period {
  background: #650101;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 120px;
  padding: 5px 20px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-period {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 20px 10px 20px;
    font-size: 20px;
    margin: 15px auto 35px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-period strong {
    padding-right: 180px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-period span {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-period {
    font-size: 16px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-period strong {
    padding-right: 140px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .icon-down {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  height: 70px;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .icon-down span {
  display: block;
  position: relative;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .icon-down span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list {
    display: block;
    width: auto;
    padding: 40px 0px 0;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list li {
  position: relative;
  padding: 40px 22px 20px;
  background: #fff;
  border: solid 8px #cca034;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list li {
    padding: 10px 20px 30px;
    margin-top: 60px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list li .cp-list-txt {
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list li .cp-list-txt {
    height: auto;
    width: 90%;
    padding: 0;
    margin: 20px auto 0px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 160px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 {
    display: block;
    width: auto;
    padding: 0;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li {
  position: relative;
  background: #fff;
  border: solid 8px #cca034;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li {
    padding: 10px 20px 0px;
    margin-bottom: 80px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li {
    padding: 10px 10px 0px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading {
  display: block;
  padding: 50px 20px 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading {
    display: block;
    height: auto;
    padding: 10px 0px 0;
    text-align: center;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading h4 {
  font-size: 31px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading h4 {
    font-size: 24px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading p {
  margin-top: 5px;
  font-size: 19px;
  text-align: center;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading p strong {
  font-size: 24px;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading p strong span {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .cp-list-heading p {
    font-size: 16px;
    text-align: center;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 {
  padding: 0 20px 50px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 {
    padding: 0px 0 0;
    display: block;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num {
  line-height: 1;
  font-size: min(2.6vw, 34px);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num {
    justify-content: center;
    padding-bottom: 10px;
    font-size: 26px;
    font-size: min(7vw, 28px);
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num span {
    font-size: min(5vw, 24px);
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num:nth-child(2) {
    padding-bottom: 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num strong {
  transform: translateY(7%);
  display: block;
  font-size: 1.7em;
  color: #b00000;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num strong {
    font-size: 1.2em;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num2 {
  white-space: nowrap;
  line-height: 1;
  font-size: min(1.8vw, 28px);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num2 {
    justify-content: center;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num2:nth-child(2) {
    padding-bottom: 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .col2 .cp-txt-num2 strong {
  transform: translateY(7%);
  font-size: 1.5em;
  color: #b00000;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .note {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col2 li .note {
    bottom: -36px;
    font-size: 12px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first {
  background: #fff;
  border-radius: 21px;
  margin: 90px auto 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first {
    margin: 70px auto 80px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  border: solid 8px #cca034;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 {
    display: block;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 {
    padding: 10px 10px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) {
  grid-row: 1;
  grid-column: 2;
  background: #fff;
  display: flex;
  align-items: flex-end;
  padding: 0 55px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) {
    display: block;
    padding: 0px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading {
    height: auto;
    padding-left: 0px;
    display: block;
    text-align: center;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading div {
  display: block;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading h4 {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading h4 {
    font-size: 23px;
    margin: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading p {
  letter-spacing: 0.02em;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading p {
    font-size: 16px;
    text-align: center;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading p span {
    font-size: 1em;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) {
  grid-row: 1/span 2;
  grid-column: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) .cp-list-item {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) .cp-list-item {
  width: 100%;
  height: auto;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 55px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) {
    padding: 0px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) > div {
  width: 100%;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) > div picture {
  display: block;
  margin: auto;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button {
  margin-top: 50px;
  width: 100%;
  display: block;
  padding: 30px;
  background: #fff100;
  border-radius: 8px;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button:hover {
    transform: translate(6px, 8px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 {
  background: #fff;
  border-radius: 21px;
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 {
    margin: 70px auto 60px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 {
    padding: 10px 0px;
    display: block;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
  border-radius: 21px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
    display: block;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
    border-radius: 10px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) .cp-list-item {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) .cp-list-item {
  width: 100%;
  height: auto;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
  background: #fff;
  border-radius: 0 21px 0 0;
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
    border-radius: 0 0px 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
    display: block;
    padding: 0px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading {
    height: auto;
    padding-left: 0px;
    display: block;
    text-align: center;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading div {
  display: block;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading h4 {
  font-size: 24px;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading p {
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading p {
    font-size: 18px;
    text-align: center;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
  background: #fff;
  border-radius: 0 21px 0 0;
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 55px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
    border-radius: 0 0px 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
    padding: 10px 40px 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) picture {
  display: block;
  margin: auto;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) {
  position: relative;
  grid-column: 1/span 2;
  grid-row: 3;
  background: #004ea2;
  border-radius: 0 0 21px 21px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) {
    margin-bottom: -10px;
    padding: 30px 20px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure {
    display: block;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol {
  margin-top: 28px;
  list-style: none;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  line-height: 2;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li {
    padding-left: 27px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li .number {
  color: #fff100;
  font-weight: 900;
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 24px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li .number {
    font-size: 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li .fc-red {
  display: inline-block;
  transform: scale(1.8) translateY(-1px);
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li {
    font-size: 15px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info {
  text-align: center;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button {
  margin-top: 50px;
  width: 100%;
  height: 90px;
  display: block;
  padding: 30px;
  background: #fff100;
  border-radius: 8px;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button:hover {
    transform: translate(6px, 8px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button {
    margin-top: 20px;
    height: 60px;
    padding: 10px;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button img {
    max-width: 60%;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-course {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-course {
    transform: translate(-50%, -65%);
    width: 70px;
    height: auto;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-course img {
    width: 100%;
    height: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading {
  text-align: center;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading {
    height: auto;
    margin: 10px 0 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading h4 {
  white-space: nowrap;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #b00000;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading h4 {
    font-size: 24px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div {
  font-weight: 500;
  display: block;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div {
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div {
    font-size: 15px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div p strong {
  font-size: 20px;
  color: var(--color-red);
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div p strong span {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-heading div p strong span {
    font-size: 1.3em;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-img {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-img {
    padding: 0;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-read {
  padding: 20px 40px 10px 20px;
  font-size: 42px;
  font-weight: 700;
  font-size: min(2.8vw, 38px);
  white-space: nowrap;
  letter-spacing: 0;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-read--fs {
  overflow: hidden;
  font-size: 42px;
  font-size: min(1.5vw, 42px);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-read {
    text-align: center;
    line-height: 1.5;
    font-size: min(5vw, 24px);
    padding: 10px 0 0;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-read--fs {
    font-size: 18px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt {
  height: auto;
  margin-top: 20px;
  font-size: min(3vw, 41px);
  white-space: nowrap;
  font-weight: 700;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt > .fc-red {
  display: inline-block;
  font-size: 50px;
  transform: translateY(4%);
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt > .fc-red {
    font-size: 38px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt strong {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt strong span {
  transform: translateY(7%);
  font-size: 50px;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt strong {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt {
    margin-top: 0px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    height: auto;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt strong {
    text-align: right;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt strong span {
    margin-right: 10px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-txt strong span {
    margin-right: 0px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-info {
  background: #fff;
  padding: 25px;
  text-align: center;
  margin: 0px auto 35px;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-info {
    padding: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-info {
    padding: 10px;
    font-size: 20px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner {
    margin: 40px auto 10px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner a {
  display: inline-block;
  margin: auto;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner a img {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner a img {
    max-width: 100%;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 {
  max-width: 700px;
  margin: 50px auto 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 {
    margin: 30px auto 0;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 > *:first-child {
    width: 50%;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 > *:first-child img {
    width: 100%;
    height: auto;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 p {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 p {
    font-size: 13px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-list-banner2 a {
  color: #f4ba2b;
  text-decoration: underline;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-note {
  font-weight: 700;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-note {
    margin-top: 10px;
    font-size: 12px;
    margin-right: 25px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn {
  background: var(--color-ocher);
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.2em;
  max-width: 800px;
  font-weight: 700;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 40px auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn {
    font-size: 22px;
    border-radius: 6px;
    margin: 20px auto 20px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn:hover {
    opacity: 0.7;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn i {
  font-weight: 500;
  letter-spacing: 0em;
  font-size: 28px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn i {
    width: 18px;
    height: 18px;
    right: 6px;
    top: 6px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn i::before {
  content: "";
  width: 50%;
  height: 3px;
  background: var(--color-ocher);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn i::before {
    height: 2px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn i::after {
  transition: all 0.3s ease;
  content: "";
  height: 50%;
  width: 3px;
  background: var(--color-ocher);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn i::after {
    width: 2px;
  }
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .cp-btn.active i::after {
  opacity: 0;
}
.aut_wrapper .aut_inner .aut-cp .aut-cp-inner .ac-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .ac-content {
    width: calc(100% + 40px);
    margin: 0px -20px 0;
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut_inner .aut-cp .aut-cp-inner .ac-content {
    padding: 0 0px 40px;
  }
}
.aut_wrapper .aut-join-cp {
  overflow: hidden;
  background: #390000;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 100px 0 50px;
}
.aut_wrapper .aut-join-cp .aut_inner {
  position: relative;
  z-index: 2;
}
.aut_wrapper .aut-join-cp .join-cp-bg {
  height: 100%;
  min-width: 1560px;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp {
    padding: 50px 0 0px;
  }
}
.aut_wrapper .aut-join-cp .aut-cp {
  padding: 0;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp h3 {
    margin: auto;
  }
}
.aut_wrapper .aut-join-cp .join-cp-attention {
  width: 1000px;
  margin: 0px 0 0 100px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp .join-cp-attention {
    font-size: 14px;
    width: calc(100% - 40px);
    margin: auto;
  }
}
.aut_wrapper .aut-join-cp .cp-start-date,
.aut_wrapper .aut-join-cp .cp-apply-btn {
  width: 1025px;
  margin: 70px auto;
  background: rgb(226, 171, 37);
  background: linear-gradient(to right, rgb(226, 171, 37) 0%, rgb(253, 208, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e2ab25", endColorstr="#fdd066",GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 43px;
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-join-cp .cp-start-date,
.aut_wrapper .aut-join-cp .cp-apply-btn {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .aut_wrapper .aut-join-cp .cp-start-date:hover,
.aut_wrapper .aut-join-cp .cp-apply-btn:hover {
    transform: translate(6px, 8px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp .cp-start-date,
.aut_wrapper .aut-join-cp .cp-apply-btn {
    margin: 35px auto;
    width: 100%;
    height: auto;
    height: 80px;
    font-size: 24px;
  }
}
.aut_wrapper .aut-join-cp .cp-btn--comingsoon > * {
  border-radius: 5px;
  max-width: 1025px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: #093f72;
  margin: 100px auto auto;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp .cp-btn--comingsoon > * {
    margin: 60px auto auto;
    height: 100px;
  }
  .aut_wrapper .aut-join-cp .cp-btn--comingsoon > * img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
  }
}
.aut_wrapper .aut-join-cp .cp-requirements-info {
  text-align: center;
  display: block;
  font-size: 25px;
  margin: 100px 0 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp .cp-requirements-info {
    margin: 60px 0 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut-join-cp .cp-requirements-info {
    font-size: 15px;
  }
}
.aut_wrapper .aut-join-cp .cp-contact {
  max-width: 1025px;
  color: #fff;
  margin: 60px auto;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-join-cp .cp-contact {
    margin: 40px auto 0;
    width: 100%;
    font-size: 14px;
  }
}
.aut_wrapper .aut-join-cp .cp-contact strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.aut_wrapper .aut-join-cp .cp-contact small {
  display: inline-block;
  font-size: 0.8em;
}
.aut_wrapper .cp-requirements {
  color: #fff;
  margin: 50px auto 0 auto;
  background: #093f72;
  padding: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .cp-requirements {
    padding: 20px;
    margin: 30px auto 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .cp-requirements {
    font-size: 12px;
  }
}
.aut_wrapper .cp-requirements h3 {
  font-size: 24px !important;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .cp-requirements h3 {
    font-size: 15px !important;
  }
}
.aut_wrapper .cp-requirements > div {
  line-height: 1.8;
  margin-bottom: 15px;
}
.aut_wrapper .cp-requirements > div strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .cp-requirements > div strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .cp-requirements > div strong {
    font-size: 14px;
  }
}
.aut_wrapper .cp-requirements > div span:not(.underline) {
  padding: 0 0 6px 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .cp-requirements > div span:not(.underline) {
    padding: 0 0 6px 0px;
  }
}
.aut_wrapper .cp-requirements > div span.underline {
  text-decoration: underline;
}
.aut_wrapper .cp-requirements > div ul {
  list-style: disc;
}
.aut_wrapper .cp-requirements > div ul,
.aut_wrapper .cp-requirements > div ol {
  padding-left: 24px;
}
.aut_wrapper .aut-race-info {
  background: #390000;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info {
    background-size: 200%;
    padding-bottom: 0px;
  }
}
.aut_wrapper .aut-race-info .aut_inner .aut-cp {
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .aut_inner .aut-cp {
    padding: 45px 0 50px;
  }
  .aut_wrapper .aut-race-info .aut_inner .aut-cp h3 {
    display: block;
    margin: auto;
    line-height: 1.5;
  }
}
.aut_wrapper .aut-race-info .aut_inner .aut-cp .pick-up-races {
  background: #fff;
}
.aut_wrapper .aut-race-info .note {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.aut_wrapper .aut-race-info .race-heading {
  text-align: center;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aut_wrapper .aut-race-info .race-heading h4 {
  font-size: 41px;
  color: #b00000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-heading h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-heading {
    display: block;
    padding: 10px 20px 15px;
  }
  .aut_wrapper .aut-race-info .race-heading img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
.aut_wrapper .aut-race-info .race-heading strong {
  width: 200px;
  height: 55px;
  display: block;
  margin-left: 18px;
  background: #cca034;
  font-size: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-heading strong {
    height: 42px;
    font-size: 16px;
    margin: 10px auto 0px;
  }
}
.aut_wrapper .aut-race-info .race-date {
  width: 110px;
  height: 58px;
  display: block;
  position: relative;
  color: #b00000;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
.aut_wrapper .aut-race-info .race-date::before {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  background: #b00000;
  left: -9px;
  bottom: 25px;
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-date::before {
    display: none;
    width: 45px;
    left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .race-date em {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
  }
  .aut_wrapper .aut-race-info .race-date em.month {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-date em.month {
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .race-date em.day {
    text-align: right;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 0;
  }
  .aut_wrapper .aut-race-info .race-date em.day small {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 5px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-date {
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
  }
  .aut_wrapper .aut-race-info .race-date > * {
    font-style: normal;
    display: inline;
  }
  .aut_wrapper .aut-race-info .race-date > * .sp {
    display: inline;
  }
  .aut_wrapper .aut-race-info .race-date > * small {
    font-size: 12px;
    display: inline;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut-race-info .race-date > * small {
    font-size: 10px;
  }
}
.aut_wrapper .aut-race-info .grade {
  border-radius: 4px;
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 85px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .grade {
    font-size: 10px;
    margin: 0 0 0 10px;
    height: 22px;
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .grade span {
    transform: translateY(-1px);
  }
}
.aut_wrapper .aut-race-info .grade--jpn3 {
  background: #3a7000;
}
.aut_wrapper .aut-race-info .grade--jpn2 {
  background: #d70d10;
}
.aut_wrapper .aut-race-info .grade--jpn1 {
  background: #0062ba;
}
.aut_wrapper .aut-race-info .race-btn {
  display: inline-block;
  min-width: 100px;
  height: 80px;
  background: var(--color-ocher);
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 0 30px 0 0px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-btn {
    min-width: 60px;
    height: 50px;
    padding: 0 15px 0 0px;
    line-height: 1.3;
    font-size: 14px;
  }
}
.aut_wrapper .aut-race-info .race-btn::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .race-btn::before {
    right: 6px;
    font-size: 10px;
  }
}
.aut_wrapper .aut-race-info .races-info {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info {
    margin: 20px auto;
  }
}
.aut_wrapper .aut-race-info .races-info .tab-nav {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .tab-nav {
    margin-top: 40px;
  }
}
.aut_wrapper .aut-race-info .races-info .tab-nav li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 120px;
  background: #5d0000;
  color: rgb(255, 255, 255);
  border-bottom: solid 1px #f3f3f3;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .tab-nav li {
    padding: 5px 0;
    height: 50px;
    font-size: 12px;
    text-align: center;
  }
}
.aut_wrapper .aut-race-info .races-info .tab-nav li strong {
  font-weight: 500;
  font-size: 25px;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .tab-nav li strong {
    font-size: 14px;
    font-weight: 700;
  }
}
.aut_wrapper .aut-race-info .races-info .tab-nav li strong span {
  font-size: 1.2em;
}
.aut_wrapper .aut-race-info .races-info .tab-nav li em {
  line-height: 1.3;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .tab-nav li em {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.aut_wrapper .aut-race-info .races-info .tab-nav li.active {
  background: #fff;
  color: #340202;
}
.aut_wrapper .aut-race-info .races-info .tab-nav li.not-active {
  pointer-events: none;
}
.aut_wrapper .aut-race-info .races-info .tab-nav li.not-active div {
  opacity: 0.3;
}
.aut_wrapper .aut-race-info .races-info .tab-nav li.not-active::before {
  display: none;
}
.aut_wrapper .aut-race-info .races-info .publish-hukidashi {
  z-index: 2;
  position: absolute;
  background: #cca034;
  width: 80px;
  height: 26px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  top: 0;
  left: 0;
  transform: translateY(-70%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .publish-hukidashi {
    font-size: 11px;
    width: 50px;
    height: 20px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races {
  border-bottom: 5px solid #5d0000;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list {
  position: relative;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list--b .icon-s {
  display: none !important;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list--c .icon-g {
  display: none !important;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li {
  position: relative;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a {
  color: #000;
  display: block;
  padding: 30px 100px 30px 30px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a {
    padding: 12px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a:hover {
    opacity: 1;
    background: rgba(204, 160, 52, 0.1) !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a:hover::before {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a::before {
    transition: all 0.4s ease;
    content: "";
    width: 33px;
    height: 12px;
    background: url(../img/icon_arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li > a::before {
    transition: all 0.4s ease;
    content: "";
    width: 20px;
    height: 12px;
    background: url(../img/icon_arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 5px;
    bottom: 7px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(1) {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    grid-column: 1;
    grid-row: 1;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(2) {
    grid-column: 1/span 2;
    grid-row: 2;
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    position: static;
    width: 100%;
    font-size: 12px;
    padding: 0px 0 0px;
    display: grid;
    grid-template-columns: auto 60px;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) {
    grid-template-columns: auto 55px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) > *:nth-child(1) {
    grid-row: 1;
    grid-column: 2;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) > *:nth-child(2) {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) > *:nth-child(3) {
    grid-row: 1/span 2;
    grid-column: 1;
    text-align: right;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div {
  position: relative;
  display: flex;
  align-items: center;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div i {
  position: relative;
  display: flex;
  width: 80px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div i {
    position: absolute;
    left: 0;
    top: 29px;
    width: 40px;
    height: 30px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div i small {
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  border: solid #b90a5a 1px;
  border-radius: 3px;
  padding: 0px 3px;
  position: absolute;
  right: 6px;
  top: -2px;
  color: #b90a5a;
  background: #fff;
  z-index: 2;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div i img {
  max-width: 80px;
  width: auto;
  max-height: 58px;
  height: auto;
  mix-blend-mode: darken;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div i img {
    max-width: 40px;
    max-height: 30px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-title {
  font-weight: 500;
  font-size: 28px;
  margin-right: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-title {
    font-size: 18px;
    margin: 0;
    padding: 5px 0 5px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-title a {
  color: #000;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-title a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.51" height="12.51" viewBox="0 0 12.51 12.51"><path fill="%23333333" stroke="%23333333" stroke-width="0.2" d="M7.15,.89c0-.49,.4-.89,.89-.89h3.55c.15,0,.26,.02,.37,.07,.08,.04,.2,.11,.29,.19h0c.17,.18,.23,.4,.26,.63h0v3.58c0,.49-.4,.89-.89,.89s-.89-.4-.89-.89v-1.42L5.99,7.78c-.35,.35-.91,.35-1.26,0s-.35-.91,0-1.26L9.46,1.79h-1.42c-.49,0-.89-.4-.89-.89h0ZM0,2.68C0,1.69,.8,.89,1.79,.89h2.68c.49,0,.89,.4,.89,.89s-.4,.89-.89,.89H1.79V10.72H9.83v-2.68c0-.49,.4-.89,.89-.89s.89,.4,.89,.89v2.68c0,.99-.8,1.79-1.79,1.79H1.79c-.99,0-1.79-.8-1.79-1.79V2.68Z"/></svg>');
  z-index: 2;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-course {
  width: 70px;
  font-size: 16px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-course {
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin: 0 0px 0 auto;
    line-height: 1.2;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .racec-distance {
  width: 100px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .racec-distance {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
    margin: 0 0px 0 auto;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .kouryu {
  font-size: 14px;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  border: solid 2px #b00000;
  background: #fff;
  color: #b00000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 8px;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .kouryu.hide {
  border: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .kouryu {
    font-size: 12px;
    width: 60px;
    height: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-data > div .kouryu {
    display: none;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li.open .race-nav-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li.open .race-nav-wrap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li.open::before {
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: #aaa #aaa transparent transparent;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li.open {
    padding: 12px 15px 25px;
  }
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li.open::before {
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: #aaa #aaa transparent transparent;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav-wrap {
    display: none;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li.active {
  /*
   @include mx.sp {
       padding: 25px 15px 25px;
   }
   &::before {
       display: none;
   }
   .race-nav-wrap {
       display: block;
       @include mx.sp {
           display: block;
       }
   }
   */
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav {
    margin: 10px 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 6px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li {
  max-width: 144px;
  width: 18%;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li {
    max-width: 100%;
    width: 100%;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li {
    margin-left: 0px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li a {
  font-weight: 700;
  font-size: 16px;
  height: 45px;
  display: block;
  background: #5d0000;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li a[target=_blank]::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 5px;
  top: 5px;
  transform: none;
  z-index: 2;
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li a::before {
  content: "▶︎";
  font-size: 10px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li .race-nav li a {
    font-size: 14px;
    height: 30px;
  }
}
.aut_wrapper .aut-race-info .races-info .pick-up-races .race-list > li:nth-child(odd) a {
  background: #e8e8e8;
}
.aut_wrapper .aut-race-info .races-info .tab-content {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .tab-content {
    padding-bottom: 0px;
  }
}
.aut_wrapper .aut-race-info .races-info .tab-content.active {
  opacity: 1;
  display: block;
}
.aut_wrapper .aut-race-info .races-info .tab-content__comingsoon {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aut_wrapper .aut-race-info .races-info .tab-content__comingsoon img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-info .tab-content__comingsoon {
    height: 180px;
  }
  .aut_wrapper .aut-race-info .races-info .tab-content__comingsoon img {
    max-width: 60%;
  }
}
.aut_wrapper .aut-race-info .races-schedule {
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule {
    padding-top: 0px;
  }
  .aut_wrapper .aut-race-info .races-schedule h4 img {
    width: 50%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule {
    padding: 0;
    margin: 0;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule > li {
  margin-top: -2px;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule > li:nth-child(odd) td,
.aut_wrapper .aut-race-info .races-schedule .ul-schedule > li:nth-child(odd) th {
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li:nth-child(odd) td,
.aut_wrapper .aut-race-info .races-schedule .ul-schedule > li:nth-child(odd) th {
    background: #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races .hukidashi-info + time::before {
    display: none;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races time {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races time::before {
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: transparent transparent #aaa #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races time.open::before {
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: #aaa #aaa transparent transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races td {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races.open td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule > li.have-races.active td {
    display: block;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table tbody,
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table {
    width: 100%;
    display: block;
    border-collapse: collapse;
    border-bottom: solid 4px #390000;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table tr:first-child .td-title::before {
  display: none;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td {
  padding: 15px;
  background: #f3f3f3;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td {
    background: #fff;
    box-sizing: border-box;
    display: block;
    padding: 10px 10px;
    width: 100%;
    position: relative;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div {
    position: relative;
    padding-right: 40px;
    display: flex;
    align-items: center;
    padding: 10px 10px 0 10px;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-top: solid 1px #ccc;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td:nth-child(2) {
    width: calc(55% - 220px);
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td:nth-child(3) {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td:nth-child(2) {
    width: calc(65% - 220px);
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td:nth-child(3) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td:nth-child(2) {
    width: 100%;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td:nth-child(3) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td .race-course {
    font-size: 15px;
    border: solid 1px #9a9a9a;
    border-radius: 20px;
    padding: 0 20px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td .race-course {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    padding: 2px 0px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td strong {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td strong {
    margin-top: 0px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div .race-course {
  height: 25px;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo {
    margin-left: 0px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo i {
  max-width: 50px;
  width: auto;
  max-height: 30px;
  height: auto;
  display: block;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo i img {
  max-width: 50px;
  width: auto;
  max-height: 30px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo i {
    max-width: 30px;
    max-height: 30px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo i.mt--5 {
  margin: -10px 3px 0;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo i img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table td.td-title > div > div > .logo .grade {
  width: 70px;
  font-size: 14px;
  margin: 0 3px;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table th {
  width: 260px;
  vertical-align: top;
  text-align: center;
  background: #f3f3f3;
  padding: 10px 10px 55px 10px;
  position: relative;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table th[data-li="2"] {
  padding: 10px 10px 90px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th[data-li="2"] {
    padding: 10px 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th {
    background: #fff;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px 10px 0 10px;
    position: relative;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th::after {
    content: "";
    display: block;
    width: 100%;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th.noborder::after {
    display: none;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th.noborder + td {
    display: none;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th.noborder + td + td {
    display: none;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table th time {
  display: block;
  font-size: 28px;
  color: #b00000;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table th time span {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th time {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th .hukidashi-info {
    top: 13px;
    width: 60px;
    height: 24px;
    font-size: 12px;
    left: 10px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule table th .hukidashi-info::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th .hukidashi-info {
    top: 0;
    position: relative !important;
    margin: auto;
  }
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule table th .hukidashi-info::before {
    display: none;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav {
    width: 100%;
    position: relative;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav li a {
  height: 28px;
  display: block;
  color: #000;
  border: solid 1px #9a9a9a;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav li a {
    font-size: 11px;
    height: 24px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav li a i {
  margin-left: 3px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav li a i {
    width: 12px;
    height: 12px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .course-nav li a[target=_blank]::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/icon_blank_blk.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 4px;
  top: 4px;
  transform: none;
  z-index: 2;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav {
    margin: 0px 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 6px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li {
  width: calc(16.6% - 8px);
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li {
    width: 100%;
    margin-left: 0px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li .publish-hukidashi {
  z-index: 2;
  position: absolute;
  background: #cca034;
  width: 60px;
  height: 26px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  top: 0;
  left: 0;
  transform: translateY(-70%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li .publish-hukidashi {
    font-size: 11px;
    width: 50px;
    height: 20px;
  }
}
@media (max-width: 1400px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li .publish-hukidashi {
    width: 80px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li:first-child {
  margin-left: 0;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a {
  font-weight: 700;
  font-size: 13px;
  height: 45px;
  display: block;
  background: #5d0000;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 5px;
}
@media (max-width: 1500px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a {
    font-size: 12px;
    height: 28px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a[target=_blank] {
  padding-right: 0px;
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a[target=_blank]::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 5px;
  top: 5px;
  transform: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a[target=_blank]::before {
    width: 10px;
    height: 10px;
    right: 7px;
    top: 7px;
  }
}
.aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a::before {
  content: "▶︎";
  font-size: 8px;
  position: absolute;
  right: 5px;
  top: 48%;
  transform: translateY(-50%) scale(0.8, 1);
  z-index: 2;
}
@media (max-width: 1600px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a::before {
    right: 1%;
    font-size: 5px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-race-info .races-schedule .ul-schedule .race-nav li a::before {
    right: 10px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp {
  background: #9ee4fb;
  z-index: 0;
  padding: 135px 0 100px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp {
    padding: 60px 0 90px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-heading h3 img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-heading h3 img {
    width: 100%;
    max-width: 100%;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-heading h4 {
  font-size: 35px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  background: #67a5c6;
  color: #f4d81c;
  text-shadow: 3px 3px 0px #4e87a6;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-heading h4 {
    padding: 5px;
    font-size: 20px;
    text-shadow: 2px 2px 0px #4e87a6;
    margin: 30px 0 20px;
    position: relative;
  }
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-heading h4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #67a5c6 transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap {
  position: relative;
  background: #f7f7f7;
  margin: 170px auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap {
    margin: 45px auto;
    border-radius: 20px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .badge {
  display: block;
  width: 15%;
  height: auto;
  position: absolute;
  left: -2%;
  top: -4%;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .badge {
    width: 20%;
    left: -20px;
    top: -30px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .badge {
    left: -10px;
    top: -30px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .title {
  padding: 70px 0 40px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .title {
    padding: 25px 0 20px;
    position: relative;
    z-index: 2;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .title img {
  max-width: 76%;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .title img {
    max-width: 90%;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .date {
  color: #000;
  background: #fcde00;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .date {
    padding: 10px 5px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .date {
    font-size: 14px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .read {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .read {
    max-width: 90%;
    margin: 20px auto;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins {
  padding: 0px 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins {
    padding: 0 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins {
    padding: 0 15px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * {
  padding: 45px 40px 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * {
    padding: 45px 10px 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * {
    padding: 45px 5px 20px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * .crown {
  width: 93px;
  height: auto;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * .crown {
    width: 26%;
    top: 13px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div {
  text-align: center;
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div i img {
  max-width: 90px;
  width: 100%;
  max-height: 60px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div i img {
    max-width: 40px;
    max-height: 30px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div em {
  color: #000;
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div em {
    font-size: 14px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div em {
    font-size: 12px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div strong {
  display: block;
  margin: auto;
  font-size: 150px;
  color: #000;
  line-height: 1;
  transform: translateX(15%);
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div strong {
    transform: translateX(10%);
    font-size: 60px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div strong span {
  padding: 0 10px;
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div strong span {
    padding: 0 3px 0 0;
    font-size: 20px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div strong span.fc-blue {
  color: #29abe2;
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div strong span.fc-red {
  color: #ff1d25;
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div p {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .wins > * > div p {
    line-height: 1.2;
    margin: 10px 0 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .oshiuma-banner {
    padding: 50px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .oshiuma-banner {
    padding: 10px 20px 20px;
  }
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .oshiuma-banner li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-wrap .oshiuma-banner {
    padding: 10px 15px 20px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 50px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li {
  padding: 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li:first-child::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #67a5c6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li:first-child::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #67a5c6 transparent transparent transparent;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li h5 img {
  height: 30px;
  width: auto;
  display: block;
  margin: 0px auto 20px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li h5 img {
    height: 20px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li > strong {
  display: block;
  background: #67a5c6;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li > strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li > strong {
    font-size: 16px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .oshiuma-flow li img {
  width: 100%;
  height: auto;
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link {
  width: 80%;
  text-align: center;
  margin: 40px auto;
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link--l {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link {
    margin: 20px auto;
    width: 100%;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link strong {
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link strong {
    font-size: 16px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link--l a {
  height: 160px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link--l a {
    font-size: 16px;
  }
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link a {
  background: #119ded;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  position: relative;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
}
.aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link a::before {
  font-size: 12px;
  content: "▶︎";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .aut-cp .twitter-link a::before {
    right: 6px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-oshiuma .aut_inner .cp-requirements {
    width: calc(100% - 60px);
  }
}
.aut_wrapper .aut-cp-follow-retweet {
  margin: 100px 0 0 0;
}
.aut_wrapper .aut-cp-follow-retweet h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-size: 35px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #12275d;
  margin: 50px 0 40px;
}
.aut_wrapper .aut-cp-form {
  margin: 40px 0;
  text-align: center;
  filter: drop-shadow(4px 6px 0 #000);
  border: solid 8px var(--color-ocher);
  position: relative;
  padding: 20px 60px 70px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-form {
    border: solid 4px var(--color-ocher);
    padding: 20px 20px 40px;
  }
}
.aut_wrapper .aut-cp-form h2 {
  font-size: 40px;
  color: var(--color-ocher);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-form h2 {
    font-size: 28px;
    letter-spacing: 0em;
  }
}
.aut_wrapper .aut-cp-form .aut-cp-form-txt {
  margin: 30px 0;
}
.aut_wrapper .aut-cp-form i {
  display: block;
  width: 40px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-form i {
    width: 30px;
  }
}
.aut_wrapper .aut-cp-form strong {
  font-size: 30px;
  margin: 10px auto 20px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-form strong {
    font-size: 24px;
    letter-spacing: 0em;
    margin: 5px auto 10px;
  }
}
.aut_wrapper .aut-cp-form p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .aut_wrapper .aut-cp-form p {
    font-size: 14px;
  }
}

.cp-side-apply-btn {
  transition: all 0.4s ease;
  position: fixed;
  right: 0;
  width: 73px;
  height: 500px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .cp-side-apply-btn {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
  }
  .cp-side-apply-btn.active {
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .cp-side-apply-btn {
    width: 100%;
    height: 45px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .cp-side-apply-btn.sticky {
    position: absolute;
  }
}
.cp-side-apply-btn a,
.cp-side-apply-btn span {
  width: 73px;
  height: 240px;
  cursor: pointer;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.cp-side-apply-btn a.btn-apply,
.cp-side-apply-btn span.btn-apply {
  background: url(../img/btn-apply_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cp-side-apply-btn a.btn-apply,
.cp-side-apply-btn span.btn-apply {
    font-size: 16px;
  }
}
.cp-side-apply-btn a.btn-race,
.cp-side-apply-btn span.btn-race {
  font-size: 18px;
  background: #b00000;
}
@media screen and (min-width: 768px) {
  .cp-side-apply-btn a.btn-race,
.cp-side-apply-btn span.btn-race {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cp-side-apply-btn a.btn-race,
.cp-side-apply-btn span.btn-race {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cp-side-apply-btn a,
.cp-side-apply-btn span {
    border-radius: 6px 0 0 6px;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .cp-side-apply-btn a,
.cp-side-apply-btn span {
    width: 50%;
    height: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cp-side-apply-btn a,
.cp-side-apply-btn span {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .cp-side-apply-btn a:hover,
.cp-side-apply-btn span:hover {
    opacity: 0.8;
  }
}

body.active {
  overflow-y: hidden;
}
body.active .flow_link {
  display: none;
}

.modal-content {
  transition: all 0.6s ease;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: calc(100% - 70px);
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 100;
  background: rgb(0, 78, 162); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 78, 162) 0%, rgb(19, 168, 248) 50%, rgb(0, 78, 162) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004ea2", endColorstr="#004ea2",GradientType=0 ); /* IE6-9 */
  padding: 70px 40px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal-content---apply {
  background: rgba(0, 0, 0, 0.5);
}
.modal-content---apply .modal-content__inner {
  max-width: 1300px;
}
.modal-content---apply .modal-content__inner .content {
  padding: 80px 55px 80px;
}
@media screen and (max-width: 767px) {
  .modal-content---apply .modal-content__inner .content {
    padding: 30px 25px;
    border-radius: 20px;
  }
}
.modal-content---apply .modal-content__inner .content::before, .modal-content---apply .modal-content__inner .content::after {
  background: none;
}
.modal-content---apply .modal-content__inner .content .modal-heading {
  text-align: center;
}
@media (max-width: 960px) {
  .modal-content---apply .modal-content__inner .content .modal-heading img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .modal-content---apply .modal-content__inner .content .modal-heading img {
    width: 60%;
  }
}
.modal-content---apply .modal-content__inner .content .course {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .modal-content---apply .modal-content__inner .content .course {
    margin-top: 20px;
    display: block;
  }
}
.modal-content---apply .modal-content__inner .content .course > div {
  display: block;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.3));
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-content---apply .modal-content__inner .content .course > div {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .modal-content---apply .modal-content__inner .content .course > div:hover {
    /*
    opacity: 1;
    transform: translate(6px, 6px);
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.3));
    */
  }
}
@media screen and (max-width: 767px) {
  .modal-content---apply .modal-content__inner .content .course > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
.modal-content---apply .modal-content__inner .content .course > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-radius: 5px;
  background: #fff100;
  width: calc(100% - 80px);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1350px) {
  .modal-content---apply .modal-content__inner .content .course > div a {
    width: 70%;
    height: 6.5vw;
    bottom: 2vw;
    padding: 0 3vw;
  }
  .modal-content---apply .modal-content__inner .content .course > div a img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal-content---apply .modal-content__inner .content .course > div a {
    width: 80%;
    height: 10vw;
    bottom: 5vw;
    padding: 0 3vw;
    text-align: center;
  }
  .modal-content---apply .modal-content__inner .content .course > div a img {
    margin: auto;
    display: block;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .modal-content---apply .modal-content__inner .content .course > div a {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .modal-content---apply .modal-content__inner .content .course > div a:hover {
    opacity: 1;
    background: #fffbb8;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    top: 16vw;
    height: calc(100% - 16vw);
    padding: 40px 20px;
  }
}
.modal-content.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-content__inner {
  max-width: 900px;
  position: relative;
  margin: auto;
}
.modal-content__inner .content {
  padding: 140px 65px 80px;
  width: auto;
  border-radius: 40px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content {
    max-width: 560px;
    padding: 50px 25px;
    border-radius: 20px;
  }
}
.modal-content__inner .content::before {
  content: "";
  width: 100%;
  height: 73px;
  background: url(../img/aut_dots_bg_05.jpg) repeat-x;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content::before {
    height: 40px;
  }
}
.modal-content__inner .content::after {
  content: "";
  width: 100%;
  height: 73px;
  background: url(../img/aut_dots_bg_05.jpg) repeat-x;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content::after {
    height: 40px;
  }
}
.modal-content__inner .content .modal-heading {
  position: relative;
  z-index: 2;
}
.modal-content__inner .content .modal-heading ul li button {
  position: absolute;
  width: 11%;
  height: 7%;
  background: rgba(255, 255, 255, 0);
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-content__inner .content .modal-heading ul li button {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .modal-content__inner .content .modal-heading ul li button:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li button {
    width: 15%;
    height: 5%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(1) button {
  top: 8%;
  right: 28%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(1) button {
    top: 33%;
    right: 39.5%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(2) button {
  top: 35%;
  right: 5.5%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(2) button {
    top: 54%;
    right: 8%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(3) button {
  top: 30.5%;
  right: 32.5%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(3) button {
    top: 51%;
    right: 46%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(4) button {
  top: 52%;
  right: 6.3%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(4) button {
    top: 67%;
    right: 9%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(5) button {
  top: 71.2%;
  right: 12.8%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(5) button {
    top: 82.2%;
    right: 18.5%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(6) button {
  top: 79.2%;
  right: 18.5%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(6) button {
    top: 88.2%;
    right: 26.5%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(7) button {
  top: 39%;
  right: 42.5%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(7) button {
    top: 57%;
    right: 60%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(8) button {
  top: 52%;
  right: 44.3%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(8) button {
    top: 67%;
    right: 62.3%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(9) button {
  top: 63%;
  right: 49.5%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(9) button {
    top: 75.5%;
    right: 69.5%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(10) button {
  top: 88.2%;
  right: 31.5%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(10) button {
    top: 95%;
    right: 44.5%;
  }
}
.modal-content__inner .content .modal-heading ul li:nth-child(11) button {
  top: 87.2%;
  right: 57%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-heading ul li:nth-child(11) button {
    top: 94.5%;
    right: 80.5%;
  }
}
.modal-content__inner .content .modal-item-list {
  margin-top: 100px;
  border-top: solid 2px #13a8f8;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list {
    margin-top: 33px;
  }
}
.modal-content__inner .content .modal-item-list > li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-top: solid 2px #13a8f8;
}
.modal-content__inner .content .modal-item-list > li .item-heading {
  max-width: 1000px;
  margin: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-heading {
    margin-top: 30px;
    display: block;
  }
  .modal-content__inner .content .modal-item-list > li .item-heading h3 {
    max-width: 50%;
    width: auto;
    height: auto;
    margin: auto;
  }
}
.modal-content__inner .content .modal-item-list > li .item-heading .title {
  max-width: 60%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-heading .title {
    max-width: 70%;
    margin: auto;
  }
}
.modal-content__inner .content .modal-item-list > li h4 {
  width: 100%;
  height: 67px;
  background: #004ea2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li h4 {
    height: 25px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
}
.modal-content__inner .content .modal-item-list > li h4 img {
  max-width: 90%;
  max-height: 70%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li h4 img {
    max-height: 60%;
  }
}
.modal-content__inner .content .modal-item-list > li .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 16px;
  }
}
.modal-content__inner .content .modal-item-list > li .item-list > li {
  padding-bottom: 20px;
  border-bottom: solid 2px #dcdcdc;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-list > li {
    padding-bottom: 10px;
  }
}
.modal-content__inner .content .modal-item-list > li .item-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-footer {
    display: block;
  }
}
.modal-content__inner .content .modal-item-list > li .item-footer > *:nth-child(1) {
  margin: 15px 20px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-footer > *:nth-child(1) {
    font-size: 10px;
  }
}
.modal-content__inner .content .modal-item-list > li .item-footer > *:nth-child(2) {
  margin: 40px 0 30px 0;
}
.modal-content__inner .content .modal-item-list > li .item-footer > *:nth-child(2) small {
  display: block;
  margin: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-footer > *:nth-child(2) {
    margin: 20px auto 0px auto;
    max-width: 50%;
    width: auto;
    height: auto;
  }
}
.modal-content__inner .icon-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -30px;
  top: -70px;
  z-index: 4;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .icon-close {
    top: -68px;
    width: 30px;
    height: 30px;
    right: -5px;
  }
}
.modal-content__inner .icon-close::before, .modal-content__inner .icon-close::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-content__inner .icon-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content__inner .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.tbl-02 {
  border-collapse: collapse;
}
.tbl-02 tr th,
.tbl-02 tr td {
  padding: 10px;
  text-align: center;
  border: solid 1px #fff;
}
.tbl-02 tr th:nth-child(2) {
  width: 16px;
}

.txt-finish {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  position: absolute;
  width: 80%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px 80px;
  font-size: 30px;
  letter-spacing: 0.1em;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .txt-finish.sp {
    display: none;
  }
  .txt-finish.pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .txt-finish.sp {
    display: block;
  }
  .txt-finish.pc {
    display: none;
  }
}

.cp-faq {
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  max-width: 1025px;
  margin: 40px auto auto;
  background: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .cp-faq {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .cp-faq {
    margin: 30px auto auto;
  }
}
@media screen and (min-width: 768px) {
  .cp-faq:not(.active) {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .cp-faq:not(.active):hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
    opacity: 1;
  }
}
.cp-faq > button {
  font-size: 38px;
  color: #b00000;
  font-weight: 700;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cp-faq > button {
    line-height: 1.3;
    height: 80px;
    font-size: 22px;
  }
}
.cp-faq--comingsoon > * {
  pointer-events: none;
  background: #b00000;
}
.cp-faq--main {
  display: none;
}
.cp-faq--main h3 {
  color: #b00000 !important;
  font-weight: 700;
  padding-bottom: 30px;
  max-width: 100%;
  font-size: 28px !important;
}
@media screen and (max-width: 767px) {
  .cp-faq--main h3 {
    font-size: 18px !important;
    padding-bottom: 20px;
  }
}
.cp-faq--main > div {
  padding: 20px 40px 0px;
}
@media screen and (max-width: 767px) {
  .cp-faq--main > div {
    padding: 10px 10px 0px;
  }
}
.cp-faq--main > div dl dt {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  background: #b00000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px 5px 36px;
}
@media screen and (max-width: 767px) {
  .cp-faq--main > div dl dt {
    padding: 5px 10px 5px 28px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.cp-faq--main > div dl dt::before {
  content: "Q";
  color: #fff;
  position: absolute;
  left: 7px;
  top: 0px;
  width: 30px;
  font-size: 24px;
  font-weight: 900;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .cp-faq--main > div dl dt::before {
    top: 3px;
    font-size: 16px;
  }
}
.cp-faq--main > div dl dd {
  font-size: 14px;
  padding-left: 36px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cp-faq--main > div dl dd {
    font-size: 12px;
    padding-left: 28px;
    padding-bottom: 30px;
  }
}
.cp-faq--main > div dl dd a {
  color: #b00000;
}
.cp-faq--main > div dl dd::before {
  content: "A";
  color: #b00000;
  position: absolute;
  left: 7px;
  top: -8px;
  width: 30px;
  font-size: 24px;
  font-weight: 900;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .cp-faq--main > div dl dd::before {
    font-size: 16px;
    top: -3px;
  }
}

.hukidashi-info {
  position: absolute;
  background: rgb(246, 192, 67);
  background: linear-gradient(45deg, rgb(246, 192, 67) 0%, rgb(255, 249, 196) 76%, rgb(253, 237, 136) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6c043", endColorstr="#fded88",GradientType=1 );
  width: 100px;
  height: 28px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d7010f;
  border-radius: 4px;
  font-weight: 700;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hukidashi-info {
    top: -27px;
    width: 60px;
    height: 24px;
    font-size: 12px;
    left: 115px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .hukidashi-info {
    left: 100px;
  }
}
.hukidashi-info::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fbe16c transparent transparent transparent;
}

a.not-active {
  pointer-events: none;
  opacity: 0.7;
}
a.not-active::before {
  display: none;
}

.join-btn-modal {
  border-radius: 4px;
  max-width: 625px;
  width: 100%;
  margin: 70px auto;
  background: #fff;
  font-size: 38px;
  color: #b00000;
  font-weight: 700;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (min-width: 768px) {
  .join-btn-modal {
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .join-btn-modal:hover {
    transform: translate(6px, 8px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .join-btn-modal {
    width: 100%;
    height: 74px;
    background: #fff;
    color: #b00000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    margin: 40px auto;
    position: relative;
    display: block;
  }
}
.join-btn-modal--2 {
  margin: 50px auto;
}
.join-btn-modal--2 > div {
  padding-right: 8px;
}
.join-btn-modal--2 img {
  position: absolute;
  right: -26px;
  top: -26px;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .join-btn-modal--2 img {
    position: absolute;
    right: -16px;
    top: -36px;
    width: 80px;
    height: 80px;
  }
}

.join-cp-step-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  display: none;
}
@media (max-width: 1300px) {
  .join-cp-step-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .join-cp-step-wrap {
    margin-top: 0;
    display: block;
    display: none;
  }
}

.join-cp-step {
  list-style: none;
  margin-top: 70px;
  background: #fff;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .join-cp-step {
    margin-top: 40px;
  }
  .join-cp-step--2 {
    margin-top: 80px;
    padding-top: 20px;
  }
}
.join-cp-step .icon {
  position: absolute;
  /*
  right: -110px;
  top: -110px;

  @include mx.max_w(1510) {
      top: -160px;
      right: -35px;
  }
  */
}
@media screen and (min-width: 768px) {
  .join-cp-step .icon {
    right: -50px;
    top: -50px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .join-cp-step .icon {
    width: 120px;
    right: -25px;
    top: -80px;
  }
}
.join-cp-step > li {
  position: relative;
  padding: 0px 50px 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li {
    padding: 0px 20px 35px;
  }
}
.join-cp-step > li > div {
  position: relative;
}
.join-cp-step > li > div::after {
  content: "";
  width: calc(100% + 100px);
  margin: 50px -50px;
  border: none;
  display: block;
  position: relative;
  border-bottom: solid 3px #e5e5e5;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li > div::after {
    width: calc(100% + 40px);
    margin: 30px -20px;
  }
}
.join-cp-step > li > div::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #e5e5e5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.join-cp-step > li > div.step2::after {
  margin: 0px -50px 50px;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li > div.step2::after {
    margin: 0px -20px 30px;
  }
}
.join-cp-step > li > div.heading::after {
  margin: 0px -50px 50px;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li > div.heading::after {
    margin: 0px -20px 30px;
  }
}
.join-cp-step > li > div:last-child::after, .join-cp-step > li > div:last-child::before {
  display: none;
}
.join-cp-step > li > div h5 {
  text-align: center;
  margin: auto auto 25px;
}
.join-cp-step > li > div h5 img {
  width: 30%;
}
.join-cp-step > li > div p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .join-cp-step > li > div p:nth-child(1) {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .join-cp-step > li > div p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.8;
  }
  .join-cp-step > li > div p br {
    margin: 10px 0;
    display: none;
  }
}
.join-cp-step > li > div.heading h4 {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.join-cp-step > li > div.heading h4 small {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li > div.heading h4 {
    font-size: 24px;
    height: auto;
    padding: 20px 0;
  }
  .join-cp-step > li > div.heading h4 small {
    display: block;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .join-cp-step > li > div.heading h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .join-cp-step > li > div.step1 p {
    min-height: 150px;
  }
}
.join-cp-step > li > div.step2 picture, .join-cp-step > li > div.step3 picture {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.join-cp-step > li > div ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 20px;
}
.join-cp-step > li > div ul li {
  font-size: 15px;
}
.join-cp-step > li > div .note {
  background: #810000;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li > div .note {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .join-cp-step > li:nth-child(2) .col-2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .join-cp-step > li:nth-child(2) .col-2 {
    font-size: 16px;
    margin: 20px 0 -30px;
  }
  .join-cp-step > li:nth-child(2) .col-2 br {
    display: none;
  }
}
.join-cp-step > li:nth-child(2) .col-2 > :nth-child(1) {
  position: relative;
  z-index: 2;
}
.join-cp-step > li:nth-child(2) .col-2 > *:nth-child(2) {
  right: 20px;
  bottom: 0;
  max-width: 325px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li:nth-child(2) .col-2 > *:nth-child(2) {
    max-width: 70%;
    right: 0;
    margin: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .join-cp-step > li:nth-child(3) .col-2 {
    font-size: 16px;
    margin: 20px 0 -30px;
  }
  .join-cp-step > li:nth-child(3) .col-2 br {
    display: none;
  }
}
.join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) {
  position: relative;
  z-index: 2;
}
.join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) ul {
  list-style: disc;
  line-height: 2;
  font-size: 14px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) ul {
    font-size: 12px;
    padding-left: 14px;
    margin-bottom: 10px;
  }
}
.join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) ul li {
  font-weight: 700;
}
.join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) p {
  margin-bottom: 20px;
}
.join-cp-step > li:nth-child(3) .col-2 > *:nth-child(2) {
  right: 20px;
  bottom: 0;
  max-width: 425px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .join-cp-step > li:nth-child(3) .col-2 > *:nth-child(2) {
    max-width: 90%;
    right: 0;
    margin: auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .join-m-2 .content {
    margin: 160px auto 120px !important;
  }
}

.modal2-content {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .modal2-content {
    top: 0px;
    height: 100%;
  }
}
.modal2-content.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .modal2-content .content {
    width: 80%;
    margin: 80px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .modal2-content .content {
    width: calc(100% - 60px);
    margin: 120px auto 120px;
  }
}
.modal2-content .content * {
  pointer-events: none;
}
.modal2-content .content a, .modal2-content .content button {
  pointer-events: all;
}
.modal2-content .icon-close {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .modal2-content .icon-close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 80px;
  }
}
.modal2-content .icon-close::before, .modal2-content .icon-close::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal2-content .icon-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal2-content .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal3-content {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .modal3-content {
    top: 0px;
    height: 100%;
  }
}
.modal3-content.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .modal3-content .content {
    width: 50%;
    margin: 80px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .modal3-content .content {
    width: calc(100% - 60px);
    margin: 120px auto 120px;
  }
}
.modal3-content .content * {
  pointer-events: none;
}
.modal3-content .icon-close {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .modal3-content .icon-close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 80px;
  }
}
.modal3-content .icon-close::before, .modal3-content .icon-close::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal3-content .icon-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal3-content .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.information {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  height: 140px;
  max-width: 1000px;
  width: 95%;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .information {
    height: 70px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */