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

@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: #ff0042;
}

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

.btn--01 {
  background: #0f569a no-repeat 30px center;
  margin: 0 auto;
  width: 375px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
          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);
  }
}

.sum-header {
  position: relative;
}
.sum-header--form {
  max-width: 960px;
  margin: auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .sum-header--form {
    padding-top: 20px;
  }
}
.sum-header div {
  display: block;
  z-index: 2;
  position: relative;
  background: #fff100;
  text-align: center;
  padding: 25px 0;
  margin: 0;
}
.sum-header div img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sum-header div {
    padding: 15px 30px;
    margin: 0;
  }
}

.sum_wrapper {
  position: relative;
  width: 100%;
}
.sum_wrapper .sum-cp-description {
  background: #0f569a;
  position: relative;
}
.sum_wrapper .sum-cp-description::before {
  content: "";
  background: url(../img/sum_dots_bg_01.png) repeat-x;
  background-size: 8px;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description::before {
    background: url(../img/sum_dots_bg_01.png) repeat-x;
    background-size: 6px;
    background-position: left bottom;
  }
}
.sum_wrapper .sum-cp-description::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 75px 0 75px;
  border-color: #0f569a transparent transparent transparent;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sum_wrapper .sum-cp-description__inner {
  max-width: 1325px;
  margin: 0 auto;
  padding: 80px 140px 90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .sum_wrapper .sum-cp-description__inner {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner {
    padding: 40px 30px 40px;
  }
}
.sum_wrapper .sum-cp-description__inner .title {
  text-align: center;
  display: block;
  margin: auto auto 43px auto;
}
@media (max-width: 1300px) {
  .sum_wrapper .sum-cp-description__inner .title {
    margin: auto auto 163px auto;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner .title {
    margin: auto auto 43px auto;
  }
}
.sum_wrapper .sum-cp-description__inner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
}
.sum_wrapper .sum-cp-description__inner ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum-cp-description__inner ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner ul {
    display: block;
  }
}
.sum_wrapper .sum-cp-description__inner ul li {
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
  border: 8px #fff solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner ul li {
    border-radius: 30px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner ul li:nth-child(2) {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.sum_wrapper .sum-cp-description__inner ul li:nth-child(2) .logo img {
  width: 95%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner ul li:nth-child(2) .logo img {
    width: 100%;
  }
}
.sum_wrapper .sum-cp-description__inner ul li .icon img {
  width: 194px;
  height: auto;
  position: absolute;
  top: -120px;
  right: -120px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .sum_wrapper .sum-cp-description__inner ul li .icon img {
    top: -160px;
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-description__inner ul li .icon img {
    width: 130px;
    top: -60px;
    right: -35px;
  }
}
.sum_wrapper .sum-cp-description__inner ul li h3 {
  margin-bottom: 20px;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sum_wrapper .sum-cp-description__inner ul li .logo img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
.sum_wrapper .sum_inner .sum-cp-heading {
  padding: 90px 0 30px;
  position: relative;
  background: url(../img/sum_dots_bg_02.png) repeat-x;
  background-size: 8px;
  background-position: left bottom;
  background-color: #ebf9fe;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading {
    background-size: 6px;
    background-position: left bottom;
    background-color: #ebf9fe;
  }
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-inner {
    padding: 0 10px;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading::before {
  content: "";
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7ccdf4+0,0052a5+100 */
  background: rgb(124, 205, 244);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(124, 205, 244)), to(rgb(0, 82, 165)));
  background: linear-gradient(to right, rgb(124, 205, 244) 0%, rgb(0, 82, 165) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7ccdf4", endColorstr="#0052a5",GradientType=1 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading {
    padding: 20px 0 10px;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .commodity {
  position: relative;
  z-index: 2;
  display: block;
  margin: 20px 30px 10px auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .commodity {
    display: block;
    margin: 20px 0 30px;
    width: 100%;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title {
  margin: 0 auto 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title {
    width: calc(100% - 30px);
    display: block;
    position: static;
    margin: 0 auto 25px;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title .cp-title-txt {
  text-align: center;
  height: auto;
  margin: auto;
}
.sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title .cp-title-txt picture {
  margin: auto;
}
@media (max-width: 1620px) {
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title .cp-title-txt {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-title .cp-title-txt {
    width: 100%;
    padding: 26px 0 10vw;
    position: static;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .cp-title-num {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1620px) {
  .sum_wrapper .sum_inner .sum-cp-heading .cp-title-num {
    width: 14%;
  }
  .sum_wrapper .sum_inner .sum-cp-heading .cp-title-num img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .cp-title-num {
    top: 18%;
    width: 30%;
    left: auto;
    right: 10px;
    z-index: 12;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .cp-title-total {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1620px) {
  .sum_wrapper .sum_inner .sum-cp-heading .cp-title-total {
    width: 14%;
  }
  .sum_wrapper .sum_inner .sum-cp-heading .cp-title-total img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .cp-title-total {
    position: absolute;
    top: auto;
    bottom: 2%;
    left: 10px;
    width: 30%;
    z-index: 3;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .sum-cp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-item {
    margin-bottom: 30px;
    display: block;
  }
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-item > *:nth-child(1) {
    width: 90%;
    display: block;
  }
  .sum_wrapper .sum_inner .sum-cp-heading .sum-cp-item > *:nth-child(2) {
    width: 70%;
    display: block;
    margin: -30px 0 0 auto;
  }
}
.sum_wrapper .sum_inner .sum-cp-heading .cp-note {
  text-align: right;
  font-size: 14px;
  margin: -30px 20px 20px auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-heading .cp-note {
    font-size: 12px;
    margin-right: 25px;
  }
}
.sum_wrapper .sum_inner .sum-cp-inner {
  max-width: 1325px;
  margin: 0 auto;
  padding: 0 140px;
  position: relative;
}
@media (max-width: 1300px) {
  .sum_wrapper .sum_inner .sum-cp-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp-inner {
    padding: 0 30px;
  }
}
.sum_wrapper .sum_inner .sum-cp {
  padding: 105px 0 125px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp {
    padding: 40px 0 30px;
  }
}
.sum_wrapper .sum_inner .sum-cp.sum-first-cp {
  background: url(../img/sum_dots_bg_03.png) repeat-x;
  background-color: #ebf9fe;
  background-size: 8px;
  background-position: left bottom;
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp.sum-first-cp {
    padding-bottom: 55px;
  }
}
.sum_wrapper .sum_inner .sum-cp.sum-second-cp {
  background: url(../img/sum_dots_bg_03.png) repeat-x;
  background-color: #ebf9fe;
  background-size: 8px;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp.sum-second-cp {
    background: url(../img/sum_dots_bg_03.png) repeat-x;
    background-color: #ebf9fe;
    background-size: 6px;
    background-position: left bottom;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner > strong {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner > strong picture {
    display: block;
    width: 70%;
    margin: auto;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner h3 {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-wrap {
  position: relative;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-period {
  margin: 40px auto 40px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-period {
    margin: 15px auto 15px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-period img {
  display: block;
  margin: auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .icon-down {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  height: 70px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .icon-down > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .icon-down > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .icon-down > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .icon-down span {
  display: block;
  position: relative;
}
.sum_wrapper .sum_inner .sum-cp .sum-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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list {
  width: 100%;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
  padding-top: 110px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list {
    display: block;
    width: auto;
    padding: 40px 0px 0;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list li {
  position: relative;
  padding: 40px 22px 20px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list li {
    padding: 10px 20px 30px;
    margin-top: 60px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list li .cp-list-txt {
  margin: 0;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list li .cp-list-txt {
    height: auto;
    width: 90%;
    padding: 0;
    margin: 20px auto 0px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 {
  width: 100%;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
  position: relative;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 {
    display: block;
    width: auto;
    padding: 0;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li {
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li {
    padding: 10px 20px 30px;
    margin-bottom: 60px;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li:last-child {
    margin-bottom: 0;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .cp-list-heading {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 130px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .cp-list-heading {
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .cp-list-heading h4 {
  font-size: 22px;
  margin: auto 30px auto 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .cp-list-heading h4 {
    margin: auto auto 5px auto;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .cp-list-heading p {
  font-size: 19px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .cp-list-heading p {
    text-align: center;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 {
  padding: 0 20px 20px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 30px 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 > picture img {
  height: auto;
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 {
    display: block;
    padding: 0;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 .cp-list-txt {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col2 li .col2 .cp-list-txt {
    width: 80%;
    padding: 0;
    margin: 20px auto 0;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first {
  background: #fff;
  border-radius: 21px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first {
    margin: 70px auto 60px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 {
    display: block;
    padding: 10px 20px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  background: #fff;
  border-radius: 0 21px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 55px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) {
    display: block;
    padding: 0px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading {
    height: auto;
    padding-left: 0px;
    display: block;
    text-align: center;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading div {
  display: block;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading h4 {
  font-size: 24px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading p {
  letter-spacing: 0.02em;
  font-size: 22px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(1) .cp-list-heading p {
    font-size: 18px;
    text-align: center;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
  border-radius: 21px 0 0 21px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) {
    border-radius: 10px;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) .cp-list-item {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(2) .cp-list-item {
  width: 100%;
  height: auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  background: #fff;
  border-radius: 0 0 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 55px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) {
    border-radius: 0 0px 21px 21px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) {
    padding: 10px 20px 20px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) > div {
  width: 100%;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) > div picture {
  display: block;
  margin: auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-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;
  -webkit-box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1--first .col2-2 > *:nth-child(3) button:hover {
    -webkit-transform: translate(6px, 8px);
            transform: translate(6px, 8px);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 {
  background: #fff;
  border-radius: 21px;
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 {
    margin: 70px auto 60px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 {
    padding: 10px 0px;
    display: block;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
  border-radius: 21px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
    display: block;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) {
    border-radius: 10px;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) .cp-list-item {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(2) .cp-list-item {
  width: 100%;
  height: auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
  background: #fff;
  border-radius: 0 21px 0 0;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
    border-radius: 0 0px 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) {
    display: block;
    padding: 0px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading {
    height: auto;
    padding-left: 0px;
    display: block;
    text-align: center;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading div {
  display: block;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading h4 {
  font-size: 24px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading p {
  letter-spacing: 0.02em;
  font-size: 22px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(1) .cp-list-heading p {
    font-size: 18px;
    text-align: center;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
  background: #fff;
  border-radius: 0 21px 0 0;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 55px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
    border-radius: 0 0px 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) {
    padding: 10px 40px 20px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(3) picture {
  display: block;
  margin: auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 3;
  grid-row: 3;
  background: #004ea2;
  border-radius: 0 0 21px 21px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) {
    margin-bottom: -10px;
    padding: 30px 20px;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure {
    display: block;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol {
  margin-top: 28px;
  list-style: none;
}
.sum_wrapper .sum_inner .sum-cp .sum-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) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li {
    padding-left: 27px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-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) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li .number {
    font-size: 20px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li .fc-red {
  display: inline-block;
  -webkit-transform: scale(1.8) translateY(-1px);
          transform: scale(1.8) translateY(-1px);
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure ol li {
    font-size: 15px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info {
  text-align: center;
}
.sum_wrapper .sum_inner .sum-cp .sum-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;
  -webkit-box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button:hover {
    -webkit-transform: translate(6px, 8px);
            transform: translate(6px, 8px);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button {
    margin-top: 20px;
    height: 60px;
    padding: 10px;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-col1 .col2-2 > *:nth-child(4) .cp-list-rure__info button img {
    max-width: 60%;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-course {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-course {
    -webkit-transform: translate(-20px, -50%);
            transform: translate(-20px, -50%);
    width: 80px;
    height: auto;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading {
  text-align: center;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading {
    height: auto;
    margin: 10px 0 20px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading h4 {
  white-space: nowrap;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0062ba;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading h4 {
    font-size: 24px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div {
  font-weight: 500;
  font-size: 17px;
  display: block;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div {
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div {
    font-size: 15px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div p {
  line-height: 1.3;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div p strong {
  font-weight: 500;
  color: var(--color-red);
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div p strong span {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-heading div p strong span {
    font-size: 1.3em;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-txt {
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-txt {
    display: block;
    height: auto;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-info {
  background: #fff;
  padding: 25px;
  text-align: center;
  margin: 0px auto 35px;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-note {
  border: solid 5px #fff100;
  height: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-note {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 20px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-banner {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-banner {
    margin: 40px auto 10px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-banner a {
  display: inline-block;
  margin: auto;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-banner a img {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-list-banner a img {
    max-width: 100%;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-note {
  font-weight: 700;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-note {
    margin-top: 10px;
    font-size: 12px;
    margin-right: 25px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin: 40px auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn {
    font-size: 22px;
    border-radius: 6px;
    margin: 20px auto 20px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn:hover {
    opacity: 0.7;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn i {
  font-weight: 500;
  letter-spacing: 0em;
  font-size: 28px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn i {
    width: 18px;
    height: 18px;
    right: 6px;
    top: 6px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn i::before {
  content: "";
  width: 50%;
  height: 3px;
  background: var(--color-ocher);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn i::before {
    height: 2px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn i::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  height: 50%;
  width: 3px;
  background: var(--color-ocher);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn i::after {
    width: 2px;
  }
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .cp-btn.active i::after {
  opacity: 0;
}
.sum_wrapper .sum_inner .sum-cp .sum-cp-inner .ac-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .ac-content {
    width: calc(100% + 40px);
    margin: 0px -20px 0;
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum_inner .sum-cp .sum-cp-inner .ac-content {
    padding: 0 0px 40px;
  }
}
.sum_wrapper .sum-join-cp {
  overflow: hidden;
  background: #0f569a;
  position: relative;
  z-index: 2;
  margin: -5px auto 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp {
    padding-top: 50px;
  }
}
.sum_wrapper .sum-join-cp .sum-cp {
  padding: 0;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp h3 {
    max-width: 50%;
    margin: auto;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1300px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap {
    margin-top: 0;
    display: block;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step {
  list-style: none;
  margin-top: 70px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step {
    margin-top: 40px;
  }
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step--2 {
    margin-top: 80px;
    padding-top: 20px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step .icon {
  position: absolute;
  right: -110px;
  top: -110px;
}
@media (max-width: 1300px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step .icon {
    top: -160px;
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step .icon {
    width: 120px;
    right: -25px;
    top: -80px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li {
  position: relative;
  padding: 0px 50px 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li {
    padding: 0px 20px 35px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div {
  position: relative;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .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) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div::after {
    width: calc(100% + 40px);
    margin: 30px -20px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.step2::after {
  margin: 0px -50px 50px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.step2::after {
    margin: 0px -20px 30px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.heading::after {
  margin: 0px -50px 50px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.heading::after {
    margin: 0px -20px 30px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div:last-child::after, .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div:last-child::before {
  display: none;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div h5 {
  text-align: center;
  margin: auto auto 25px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div p:nth-child(1) {
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.8;
  }
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div p br {
    display: none;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.heading h4 {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.heading h4 {
    height: auto;
    padding: 40px 0;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.step1 p {
  min-height: 150px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.step2 picture, .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div.step3 picture {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 20px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div ul li {
  font-size: 15px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div .note {
  background: #ef1919;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li > div .note {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(2) .col-2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(2) .col-2 {
    font-size: 16px;
    margin: 20px 0 -30px;
  }
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(2) .col-2 br {
    display: none;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(2) .col-2 > :nth-child(1) {
  position: relative;
  z-index: 2;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .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) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .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) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 {
    font-size: 16px;
    margin: 20px 0 -30px;
  }
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 br {
    display: none;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) {
  position: relative;
  z-index: 2;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .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) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) ul {
    font-size: 12px;
    padding-left: 14px;
    margin-bottom: 10px;
  }
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) ul li {
  font-weight: 700;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 > :nth-child(1) p {
  margin-bottom: 20px;
}
.sum_wrapper .sum-join-cp .join-cp-step-wrap .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) {
  .sum_wrapper .sum-join-cp .join-cp-step-wrap .join-cp-step > li:nth-child(3) .col-2 > *:nth-child(2) {
    max-width: 90%;
    right: 0;
    margin: auto;
    position: relative;
  }
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-join-cp .join-cp-attention {
    font-size: 14px;
    width: calc(100% - 40px);
    margin: auto;
  }
}
.sum_wrapper .sum-join-cp .cp-start-date,
.sum_wrapper .sum-join-cp .cp-apply-btn {
  width: 1025px;
  margin: 70px auto;
  background: #fff100;
  padding: 65px 0;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-join-cp .cp-start-date,
.sum_wrapper .sum-join-cp .cp-apply-btn {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sum_wrapper .sum-join-cp .cp-start-date:hover,
.sum_wrapper .sum-join-cp .cp-apply-btn:hover {
    -webkit-transform: translate(6px, 8px);
            transform: translate(6px, 8px);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .cp-start-date,
.sum_wrapper .sum-join-cp .cp-apply-btn {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px 20px;
  }
  .sum_wrapper .sum-join-cp .cp-start-date img,
.sum_wrapper .sum-join-cp .cp-apply-btn img {
    width: 70%;
    display: block;
    margin: auto;
  }
}
.sum_wrapper .sum-join-cp .cp-apply-btn {
  margin: 70px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .cp-apply-btn {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-join-cp .cp-apply-btn {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sum_wrapper .sum-join-cp .cp-apply-btn:hover {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
    opacity: 1;
  }
}
.sum_wrapper .sum-join-cp .cp-btn--comingsoon > * {
  border-radius: 5px;
  max-width: 1025px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  background: #093f72;
  margin: 100px auto auto;
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .cp-btn--comingsoon > * {
    margin: 60px auto auto;
    height: 100px;
  }
  .sum_wrapper .sum-join-cp .cp-btn--comingsoon > * img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
  }
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-join-cp .cp-requirements-info {
    margin: 60px 0 30px;
    font-size: 16px;
  }
}
.sum_wrapper .sum-join-cp .cp-contact {
  color: #fff;
  margin: 60px auto;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-join-cp .cp-contact {
    margin: 40px auto 0;
    width: 100%;
    font-size: 14px;
  }
}
.sum_wrapper .sum-join-cp .cp-contact strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.sum_wrapper .sum-join-cp .cp-contact small {
  display: inline-block;
  font-size: 0.8em;
}
.sum_wrapper .cp-requirements {
  color: #fff;
  margin: 50px auto 0 auto;
  height: 600px;
  overflow-y: scroll;
  background: #093f72;
  padding: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .cp-requirements {
    padding: 20px;
    margin: 30px auto 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .sum_wrapper .cp-requirements {
    font-size: 12px;
  }
}
.sum_wrapper .cp-requirements h3 {
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .cp-requirements h3 {
    font-size: 15px;
  }
}
.sum_wrapper .cp-requirements > div {
  line-height: 1.8;
  margin-bottom: 15px;
}
.sum_wrapper .cp-requirements > div strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .cp-requirements > div strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .sum_wrapper .cp-requirements > div strong {
    font-size: 14px;
  }
}
.sum_wrapper .cp-requirements > div span {
  padding: 0 0 6px 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .cp-requirements > div span {
    padding: 0 0 6px 0px;
  }
}
.sum_wrapper .cp-requirements > div ul {
  list-style: disc;
}
.sum_wrapper .cp-requirements > div ul,
.sum_wrapper .cp-requirements > div ol {
  padding-left: 24px;
}
.sum_wrapper .sum-race-info {
  background: #0f569a;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info {
    background-size: 200%;
    padding-bottom: 0px;
  }
}
.sum_wrapper .sum-race-info .sum_inner .sum-cp {
  padding: 105px 0 100px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .sum_inner .sum-cp {
    padding: 55px 0 50px;
  }
  .sum_wrapper .sum-race-info .sum_inner .sum-cp h3 {
    width: 70%;
    display: block;
    margin: auto;
  }
}
.sum_wrapper .sum-race-info .note {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.sum_wrapper .sum-race-info .race-heading {
  text-align: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-heading {
    display: block;
    padding: 30px 20px;
  }
  .sum_wrapper .sum-race-info .race-heading img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
.sum_wrapper .sum-race-info .race-heading strong {
  width: 200px;
  height: 55px;
  display: block;
  margin-left: 18px;
  background: #fff100;
  font-size: 19px;
  color: #0f569a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-heading strong {
    margin: 20px auto 0px;
  }
}
.sum_wrapper .sum-race-info .race-date {
  width: 110px;
  height: 58px;
  display: block;
  position: relative;
  color: #0f569a;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-date {
    width: 96px;
    height: 50px;
  }
}
.sum_wrapper .sum-race-info .race-date::before {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  background: #0f569a;
  left: -9px;
  bottom: 25px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-date::before {
    width: 45px;
    left: 0px;
  }
}
.sum_wrapper .sum-race-info .race-date span {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-date span {
    font-size: 24px;
  }
}
.sum_wrapper .sum-race-info .race-date span.month {
  position: absolute;
  left: 0;
  top: 0;
}
.sum_wrapper .sum-race-info .race-date span.day {
  text-align: right;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.sum_wrapper .sum-race-info .race-date span.day small {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin: 0 5px 0 5px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-date span.day small {
    font-size: 10px;
  }
}
.sum_wrapper .sum-race-info .grade {
  border-radius: 4px;
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 85px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .grade {
    font-size: 12px;
    margin: 0 0 0 10px;
    height: 25px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-race-info .grade span {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.sum_wrapper .sum-race-info .grade--jpn3 {
  background: #3a7000;
}
.sum_wrapper .sum-race-info .grade--jpn2 {
  background: #d70d10;
}
.sum_wrapper .sum-race-info .grade--jpn1 {
  background: #0062ba;
}
.sum_wrapper .sum-race-info .race-btn {
  display: inline-block;
  min-width: 100px;
  height: 80px;
  background: var(--color-ocher);
  color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 0 30px 0 0px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-btn {
    min-width: 60px;
    height: 50px;
    padding: 0 15px 0 0px;
    line-height: 1.3;
    font-size: 14px;
  }
}
.sum_wrapper .sum-race-info .race-btn::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .race-btn::before {
    right: 6px;
    font-size: 10px;
  }
}
.sum_wrapper .sum-race-info .races-info {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info {
    margin-top: -50px;
  }
}
.sum_wrapper .sum-race-info .races-info .tab-nav {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sum_wrapper .sum-race-info .races-info .tab-nav li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 120px;
  background: #0d4f8e;
  color: rgb(255, 255, 255);
  border-bottom: solid 1px #f3f3f3;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .tab-nav li {
    padding: 10px 0;
  }
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-race-info .races-info .tab-nav li strong {
    font-size: 16px;
  }
}
.sum_wrapper .sum-race-info .races-info .tab-nav li strong span {
  font-size: 1.2em;
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-race-info .races-info .tab-nav li em {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .tab-nav li {
    height: 70px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
  }
}
.sum_wrapper .sum-race-info .races-info .tab-nav li.active {
  background: #fff;
  color: #0d4f8e;
}
.sum_wrapper .sum-race-info .races-info .tab-nav li.not-active {
  pointer-events: none;
}
.sum_wrapper .sum-race-info .races-info .tab-nav li.not-active div {
  opacity: 0.3;
}
.sum_wrapper .sum-race-info .races-info .tab-nav li.not-active::before {
  display: none;
}
.sum_wrapper .sum-race-info .races-info .pick-up-races {
  border-bottom: 5px solid #0f569a;
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li {
  padding: 30px 30px 15px 30px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li {
    padding: 25px 15px 10px;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data {
    display: block;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(1) {
    width: 100%;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 60px;
    grid-template-columns: 1fr 60px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(2) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(2) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > *:nth-child(3) {
    width: 100%;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    padding: 0px 0 15px;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div i {
    width: 60px;
    height: 50px;
  }
}
.sum_wrapper .sum-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;
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div i img {
  max-width: 70px;
  width: auto;
  max-height: 50px;
  height: auto;
  mix-blend-mode: darken;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div i img {
    max-width: 60px;
    max-height: 50px;
  }
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-title {
    font-size: 22px;
    margin: 0;
    padding: 15px 0 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-title a {
  color: #000;
}
.sum_wrapper .sum-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;
  -webkit-transform: translateY(-50%);
          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;
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div .race-course {
    width: 50px;
    font-size: 14px;
    margin: 0 0px 0 0;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div .racec-distance {
  width: 100px;
  margin-right: 0px;
}
.sum_wrapper .sum-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 #0f569a;
  background: #fff;
  color: #0f569a;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px 0 8px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-data > div .kouryu {
    font-size: 14px;
    width: 70px;
    height: 25px;
    margin: 0;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav {
    margin: 20px 10 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav li {
  max-width: 144px;
  width: 18%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav li {
    max-width: 100%;
    width: 100%;
  }
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li .race-nav li {
    margin-left: 0px;
  }
}
.sum_wrapper .sum-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: #0f569a;
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.sum_wrapper .sum-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;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
}
.sum_wrapper .sum-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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.sum_wrapper .sum-race-info .races-info .pick-up-races .race-list > li:nth-child(odd) {
  background: #e8e7e7;
}
.sum_wrapper .sum-race-info .races-info .tab-content {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .tab-content {
    padding-bottom: 0px;
  }
}
.sum_wrapper .sum-race-info .races-info .tab-content.active {
  opacity: 1;
  display: block;
}
.sum_wrapper .sum-race-info .races-info .tab-content__comingsoon {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sum_wrapper .sum-race-info .races-info .tab-content__comingsoon img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-info .tab-content__comingsoon {
    height: 180px;
  }
  .sum_wrapper .sum-race-info .races-info .tab-content__comingsoon img {
    max-width: 60%;
  }
}
.sum_wrapper .sum-race-info .races-schedule {
  padding-top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule {
    padding-top: 0px;
  }
  .sum_wrapper .sum-race-info .races-schedule h4 img {
    width: 50%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule {
    padding: 0;
    margin: 0;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule > li {
  margin-top: -2px;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule > li:nth-child(odd) td,
.sum_wrapper .sum-race-info .races-schedule .ul-schedule > li:nth-child(odd) th {
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule > li:nth-child(odd) td,
.sum_wrapper .sum-race-info .races-schedule .ul-schedule > li:nth-child(odd) th {
    background: #f3f3f3;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table tbody,
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table {
    width: 100%;
    display: block;
    border-collapse: collapse;
    border-bottom: solid 4px #0f569a;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td {
  padding: 15px;
  background: #f3f3f3;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 20px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td:nth-child(2) {
    width: calc(55% - 220px);
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td:nth-child(3) {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td:nth-child(2) {
    width: calc(65% - 220px);
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td:nth-child(3) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td:nth-child(2) {
    width: 100%;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td:nth-child(3) {
    width: 100%;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td .race-course {
  font-size: 15px;
  border: solid 1px #9a9a9a;
  border-radius: 20px;
  padding: 1px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td .race-course {
    font-size: 14px;
    padding: 2px 15px;
  }
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table td strong {
    font-weight: 700;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div .race-course {
  height: 25px;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div > .logo {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div > .logo i {
  max-width: 40px;
  width: auto;
  max-height: 30px;
  height: auto;
  display: block;
  margin: 0 3px;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div > .logo i.mt--5 {
  margin: -10px 3px 0;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div > .logo i img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table td > div > .logo .grade {
  width: 70px;
  font-size: 14px;
  margin: 0 3px;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table th {
  width: 220px;
  vertical-align: top;
  text-align: center;
  background: #f3f3f3;
  padding: 10px 15px 55px 15px;
  position: relative;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table th[data-li="2"] {
  padding: 10px 15px 90px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th[data-li="2"] {
    padding: 10px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px 20px 0 20px;
    position: relative;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 2px #ddd;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th.noborder::after {
    display: none;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th.noborder + td {
    display: none;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th.noborder + td + td {
    display: none;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table th time {
  display: block;
  font-size: 34px;
  color: #0f569a;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule table th time span {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule table th time {
    display: block;
    margin-bottom: 30px;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .course-nav {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 5px;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .course-nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .course-nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .course-nav > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .course-nav {
    position: relative;
  }
}
.sum_wrapper .sum-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sum_wrapper .sum-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;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1400px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav {
    margin: -20px 0 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li {
  width: calc(16.6% - 8px);
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li {
    width: 100%;
    margin-left: 0px;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li:first-child {
  margin-left: 0;
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a {
  font-weight: 700;
  font-size: 13px;
  height: 45px;
  display: block;
  background: #0f569a;
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 5px;
}
@media (max-width: 1500px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a {
    font-size: 12px;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a[target=_blank] {
  padding-right: 0px;
}
.sum_wrapper .sum-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;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a[target=_blank]::before {
    width: 10px;
    height: 10px;
    right: 7px;
    top: 7px;
  }
}
.sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a::before {
  content: "▶︎";
  font-size: 8px;
  position: absolute;
  right: 5px;
  top: 48%;
  -webkit-transform: translateY(-50%) scale(0.8, 1);
          transform: translateY(-50%) scale(0.8, 1);
  z-index: 2;
}
@media (max-width: 1600px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a::before {
    right: 1%;
    font-size: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-race-info .races-schedule .ul-schedule .race-nav li a::before {
    right: 10px;
  }
}
.sum_wrapper .sum-cp-oshiuma {
  background: url(../img/sum_dots_bg_04.jpg) repeat-x;
  background-size: 8px;
  background-position: left top;
  background-color: #9ee4fb;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma {
    background: url(../img/sum_dots_bg_04.jpg) repeat-x;
    background-position: left top;
    background-size: 6px;
    margin-top: -2px;
    background-color: #9ee4fb;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp {
  padding: 170px 0 100px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp {
    padding: 60px 0 90px;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-heading h3 img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-heading h3 img {
    width: 100%;
    max-width: 100%;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-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) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-heading h4 {
    padding: 5px;
    font-size: 20px;
    text-shadow: 2px 2px 0px #4e87a6;
    margin: 30px 0 20px;
    position: relative;
  }
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 50px;
  }
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li {
  padding: 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li h5 img {
  height: 30px;
  width: auto;
  display: block;
  margin: 0px auto 20px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li h5 img {
    height: 20px;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-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) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li > strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li > strong {
    font-size: 16px;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-flow li img {
  width: 100%;
  height: auto;
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link {
  width: 80%;
  text-align: center;
  margin: 40px auto;
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link--l {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link {
    margin: 20px auto;
    width: 100%;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link strong {
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link strong {
    font-size: 16px;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link--l a {
  height: 160px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link--l a {
    font-size: 16px;
  }
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link a {
  background: #119ded;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  position: relative;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
}
.sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link a::before {
  font-size: 12px;
  content: "▶︎";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .twitter-link a::before {
    right: 6px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-banner {
    margin-top: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 50px;
  }
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-banner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-banner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-banner {
    margin-top: 70px;
  }
  .sum_wrapper .sum-cp-oshiuma .sum_inner .sum-cp .oshiuma-banner li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-oshiuma .sum_inner .cp-requirements {
    width: calc(100% - 60px);
  }
}
.sum_wrapper .sum-cp-form {
  margin: 40px 0;
  text-align: center;
  -webkit-filter: drop-shadow(4px 6px 0 #000);
          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) {
  .sum_wrapper .sum-cp-form {
    border: solid 4px var(--color-ocher);
    padding: 20px 20px 40px;
  }
}
.sum_wrapper .sum-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) {
  .sum_wrapper .sum-cp-form h2 {
    font-size: 28px;
    letter-spacing: 0em;
  }
}
.sum_wrapper .sum-cp-form .sum-cp-form-txt {
  margin: 30px 0;
}
.sum_wrapper .sum-cp-form i {
  display: block;
  width: 40px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-form i {
    width: 30px;
  }
}
.sum_wrapper .sum-cp-form strong {
  font-size: 30px;
  margin: 10px auto 20px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-form strong {
    font-size: 24px;
    letter-spacing: 0em;
    margin: 5px auto 10px;
  }
}
.sum_wrapper .sum-cp-form p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sum_wrapper .sum-cp-form p {
    font-size: 14px;
  }
}

.cp-side-apply-btn {
  -webkit-transition: all 0.4s ease;
  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%;
    -webkit-transform: translateY(-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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-color: var(--color-red);
  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: #003a78;
}
@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;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            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 {
    -webkit-transition: all 0.4s ease;
    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 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: calc(100% - 70px);
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 1000;
  background: rgb(0, 78, 162);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 78, 162)), color-stop(50%, rgb(19, 168, 248)), to(rgb(0, 78, 162)));
  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;
  -webkit-box-sizing: border-box;
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
.modal-content---apply .modal-content__inner .content .course > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-content---apply .modal-content__inner .content .course > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@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;
  -webkit-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.3));
          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 {
    -webkit-transition: all 0.4s ease;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  border-radius: 5px;
  background: #fff100;
  width: calc(100% - 80px);
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-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 {
    -webkit-transition: all 0.4s ease;
    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/sum_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/sum_dots_bg_05.jpg) repeat-x;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
          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 {
    -webkit-transition: all 0.4s ease;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 45px;
}
.modal-content__inner .content .modal-item-list > li .item-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-content__inner .content .modal-item-list > li .item-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.modal-content__inner .content .modal-item-list > li .item-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .modal-content__inner .content .modal-item-list > li .item-list {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 16px;
  }
  .modal-content__inner .content .modal-item-list > li .item-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modal-content__inner .content .modal-item-list > li .item-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content__inner .icon-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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%;
  -webkit-transform: translate(-50%, -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 {
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-width: 1025px;
  margin: 100px auto auto;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .cp-faq {
    margin: 60px auto auto;
  }
}
@media screen and (min-width: 768px) {
  .cp-faq:not(.active) {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .cp-faq:not(.active):hover {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
    opacity: 1;
  }
}
.cp-faq > button {
  width: 100%;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cp-faq > button {
    height: 100px;
  }
  .cp-faq > button img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
  }
}
.cp-faq--comingsoon > * {
  pointer-events: none;
  background: #093f72;
}
.cp-faq--main {
  display: none;
}
.cp-faq--main h3 {
  color: #004ea2;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 30px;
  max-width: 100%;
  font-size: 28px;
}
.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: #004ea2;
  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: 15px;
  }
}
.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 {
    font-size: 18px;
  }
}
.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: #004ea2;
}
.cp-faq--main > div dl dd::before {
  content: "A";
  color: #004ea2;
  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: 18px;
    top: -3px;
  }
}

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