@charset "UTF-8";
.blue1_bg {
  background: #00489b !important;
  color: #fff;
  border: none; }

.orange1_bg {
  background: #f47f21 !important;
  color: #fff;
  border: none; }

.red1_bg {
  background: #ee3e86 !important;
  color: #fff;
  border: none; }

.green1_bg {
  background: #56ab33 !important;
  color: #fff;
  border: none; }

.blue2_bg {
  background: #40bdd1 !important;
  color: #fff;
  border: none; }

.orange2_bg {
  background: #f9ca42 !important;
  color: #fff;
  border: none; }

.red2_bg {
  background: #e37466 !important;
  color: #fff;
  border: none; }

.green2_bg {
  background: #38801a !important;
  color: #fff;
  border: none; }

.blue3_bg {
  background: #9fc1f9 !important;
  color: #fff;
  border: none; }

.orange3_bg {
  background: #fbdf68 !important;
  color: #fff;
  border: none; }

.red3_bg {
  background: #ea9c94 !important;
  color: #fff;
  border: none; }

.green3_bg {
  background: #7acda7 !important;
  color: #fff;
  border: none; }

.blue1 {
  color: #00489b !important; }

.orange1 {
  color: #f47f21 !important; }

.red1 {
  color: #ee3e86 !important; }

.green1 {
  color: #56ab33 !important; }

.blue2 {
  color: #40bdd1 !important; }

.orange2 {
  color: #f9ca42 !important; }

.red2 {
  color: #e37466 !important; }

.green2 {
  color: #38801a !important; }

.blue3 {
  color: #9fc1f9 !important; }

.orange3 {
  color: #fbdf68 !important; }

.red3 {
  color: #ea9c94 !important; }

.green3 {
  color: #7acda7 !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 14px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }

body {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: .1rem;
  background-color: #fff;
  color: #000;
  margin: 0; }
  body a.btn {
    display: inline-block;
    padding: 14px 40px;
    background-color: #161616;
    color: #fff;
    text-decoration: none;
    border-radius: 4px; }
  body img {
    max-width: 100%; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .flex li {
    list-style-type: none; }

.hidden {
  display: none; }

header {
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto; }
  header ul {
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0; }
    header ul li {
      width: 240px;
      position: relative; }
      @media screen and (max-width: 767px) {
        header ul li {
          width: 100%; } }
      header ul li .logo {
        width: 100%;
        max-width: 200px; }
      header ul li .btnWrap {
        display: none;
        width: 100%;
        max-width: 240px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }
      header ul li button.menu_btn {
        width: 100%;
        border: none;
        padding: 10px 20px 10px 40px;
        background-color: #f47f21;
        color: #fff;
        font-weight: bold;
        display: block;
        text-decoration: none;
        text-align: center;
        background: linear-gradient(45deg, #f47f21 25%, #f49801 25%, #f49801 50%, #f47f21 50%, #f47f21 75%, #f49801 75%, #f49801);
        background-size: 20px 20px;
        animation: anime_btn_animation_1 .8s infinite linear;
        font-size: 1.1rem;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          header ul li button.menu_btn {
            font-size: 1rem;
            padding-left: 40px; } }
@keyframes anime_btn_animation_1 {
  0% {
    background-position-y: 0; }
  100% {
    background-position-y: -40px; } }
      header ul li .totomaru {
        display: none;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        height: 70px; }
        @media screen and (max-width: 767px) {
          header ul li .totomaru {
            height: 60px;
            left: -6px; } }
      header ul li .charaAoki {
        display: none;
        position: absolute;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
        height: 74px; }

.raceSelectorWrap {
  background-color: #00489b;
  color: #fff;
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto; }
  .raceSelectorWrap ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .raceSelectorWrap ul li {
      list-style-type: none; }
      .raceSelectorWrap ul li.arrow {
        padding: 0 20px;
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .raceSelectorWrap ul li.arrow {
            padding: 0 10px;
            font-size: 1.4rem; } }
  .raceSelectorWrap select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px 40px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 600;
    border: 1px solid #fff;
    background-color: transparent; }
    .raceSelectorWrap select option:disabled {
      background-color: #e2e2e2;
      color: #ababab; }
    .raceSelectorWrap select option {
      color: #000; }

.container {
  background-color: #d0f8ff; }
  .container .dash-label {
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    padding: 20px 10px;
    line-height: 160%;
    background-image: url("images/bg01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e64384;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .container .dash-label {
        font-size: 1rem;
        padding: 10px; } }
    .container .dash-label .race_name {
      font-size: 1.8rem;
      display: block;
      margin: 10px 0; }
      @media screen and (max-width: 767px) {
        .container .dash-label .race_name {
          font-size: 1.1rem;
          margin: 4px 0; } }
    .container .dash-label .grade {
      background-color: #fff;
      color: #e64384;
      display: inline-block;
      padding: 0 10px;
      border-radius: 4px;
      margin-left: 6px; }
    .container .dash-label .hinichi {
      margin-right: 6px; }
  .container .orderWrap {
    background-color: #fff;
    border: 2px solid #00489b;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: 20px auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .container .orderWrap {
        margin: 10px 0px;
        padding: 8px; } }
    .container .orderWrap .orderTitle2 {
      background-color: #00489b;
      color: #fff;
      font-weight: bold;
      font-size: 1.2rem;
      border-radius: 8px;
      margin-bottom: 10px;
      padding: 6px 10px;
      position: relative; }
      .container .orderWrap .orderTitle2 .badge {
        display: none; }
      .container .orderWrap .orderTitle2.active .badge {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #e64384;
        color: #fff;
        position: absolute;
        right: -6px;
        top: -10px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 1.1rem; }
        @media screen and (max-width: 767px) {
          .container .orderWrap .orderTitle2.active .badge {
            right: -22px;
            top: 50%;
            transform: translateY(-50%);
            font-size: .9rem;
            width: 60px;
            height: 60px; } }
    .container .orderWrap .orderDesc {
      color: #1e1e1e;
      padding: 0;
      margin: 0 0 10px 0;
      line-height: 160%; }
    .container .orderWrap .orderBefore, .container .orderWrap .orderAfter, .container .orderWrap .arrowWrap {
      display: flex;
      gap: 10px; }
      .container .orderWrap .orderBefore .orderTitle, .container .orderWrap .orderAfter .orderTitle, .container .orderWrap .arrowWrap .orderTitle {
        width: 100px;
        font-size: .9rem;
        color: #00489b;
        font-weight: 600;
        text-align: right; }
      .container .orderWrap .orderBefore .btnCourseImg.gray, .container .orderWrap .orderAfter .btnCourseImg.gray, .container .orderWrap .arrowWrap .btnCourseImg.gray {
        filter: blur(1px) grayscale(100%) opacity(70%); }
      .container .orderWrap .orderBefore .arrow, .container .orderWrap .orderAfter .arrow, .container .orderWrap .arrowWrap .arrow {
        width: 100%;
        text-align: center; }
        .container .orderWrap .orderBefore .arrow svg, .container .orderWrap .orderBefore .arrow i, .container .orderWrap .orderAfter .arrow svg, .container .orderWrap .orderAfter .arrow i, .container .orderWrap .arrowWrap .arrow svg, .container .orderWrap .arrowWrap .arrow i {
          line-height: 100%;
          font-size: 2rem; }
          @media screen and (max-width: 767px) {
            .container .orderWrap .orderBefore .arrow svg, .container .orderWrap .orderBefore .arrow i, .container .orderWrap .orderAfter .arrow svg, .container .orderWrap .orderAfter .arrow i, .container .orderWrap .arrowWrap .arrow svg, .container .orderWrap .arrowWrap .arrow i {
              font-size: 1.4rem; } }
    .container .orderWrap ul {
      display: flex;
      gap: 6px;
      width: 100%;
      justify-content: center; }
      .container .orderWrap ul li {
        list-style-type: none; }
        .container .orderWrap ul li img {
          width: 33px; }
    .container .orderWrap .afterDesc {
      width: 100%;
      text-align: center;
      color: #888;
      font-size: .9rem;
      font-weight: 500;
      border: 2px dashed #00489b;
      padding: 6px 10px;
      border-radius: 8px; }
    .container .orderWrap .orderBtns {
      margin-top: 16px;
      margin-bottom: 4px; }
      .container .orderWrap .orderBtns li {
        width: 100%; }
      .container .orderWrap .orderBtns button {
        width: 100%;
        padding: 10px 20px;
        border-radius: 30px;
        border: 2px solid #00489b;
        font-weight: 600;
        font-size: 1rem;
        color: #00489b;
        background-color: #fff;
        /*&.orderSubmit{ background-color: $blue2; }
        &.orderClear{ background-color: #eee;}*/ }
    .container .orderWrap .totomaru3 {
      position: absolute;
      left: -160px;
      width: 140px; }
      @media screen and (max-width: 767px) {
        .container .orderWrap .totomaru3 {
          display: none; } }
  .container #tabContents {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .container #tabContents {
        padding: 0; } }
    .container #tabContents .responsive-table {
      overflow-x: visible;
      width: 100%; }
    .container #tabContents table {
      width: 100%;
      min-width: inherit;
      margin: 0;
      border: 1px solid #000; }
      .container #tabContents table th, .container #tabContents table td {
        padding: 0px;
        border: 1px solid #000;
        background-color: #fff; }
      .container #tabContents table th {
        background-color: #00489b;
        color: #fff;
        font-size: .75rem;
        line-height: 160%;
        padding: 2px; }
      .container #tabContents table td.player_name {
        white-space: nowrap;
        font-size: .7rem;
        position: relative;
        line-height: 170%; }
        .container #tabContents table td.player_name .kyubetsu {
          position: absolute;
          left: 50%;
          top: -10px;
          transform: translateX(-50%);
          color: #fff;
          line-height: 100%;
          padding: 2px 10px; }
          .container #tabContents table td.player_name .kyubetsu.A1 {
            background-color: #f04124; }
          .container #tabContents table td.player_name .kyubetsu.A2 {
            background-color: #ff8021; }
          .container #tabContents table td.player_name .kyubetsu.B1 {
            background-color: #4f67c9; }
          .container #tabContents table td.player_name .kyubetsu.B2 {
            background-color: #5fccf3; }
        .container #tabContents table td.player_name .player_no {
          display: block;
          margin-top: 6px; }
        .container #tabContents table td.player_name .age {
          display: block;
          margin-bottom: 6px; }
        .container #tabContents table td.player_name .player_name {
          line-height: 160%;
          display: block;
          font-size: .8rem;
          font-weight: bold;
          padding: 2px; }
          .container #tabContents table td.player_name .player_name small {
            margin-left: 1px; }
      .container #tabContents table td.td_title {
        background-color: #f2f2f2;
        color: #00489b;
        font-weight: bold;
        border: 1px solid #00489b; }
      .container #tabContents table td .photo-img {
        width: 100%;
        height: 80px;
        object-fit: cover; }
      .container #tabContents table td.waku-1 {
        background-color: #ffffff;
        color: #000; }
      .container #tabContents table td.waku-2 {
        background-color: #444444;
        color: #fff; }
      .container #tabContents table td.waku-3 {
        background-color: #ff0000;
        color: #fff; }
      .container #tabContents table td.waku-4 {
        background-color: #1d4b9d;
        color: #fff; }
      .container #tabContents table td.waku-5 {
        background-color: #ECE962;
        color: #000; }
      .container #tabContents table td.waku-6 {
        background-color: #54B74D;
        color: #fff; }
  .container h2.dash-label {
    font-size: 1.8rem;
    margin-bottom: 40px;
    border-radius: 12px;
    background-image: url("images/bg02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #00489b;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 767px) {
      .container h2.dash-label {
        font-size: 1.4rem;
        padding: 10px;
        margin-bottom: 20px; } }
    .container h2.dash-label .totomaru2 {
      position: absolute;
      top: -50px;
      right: 40px;
      transform: translateY(-50%);
      height: 100px; }
      @media screen and (max-width: 767px) {
        .container h2.dash-label .totomaru2 {
          height: 56px;
          top: -16px;
          right: 10px; } }
    .container h2.dash-label .animation {
      animation: gatagata .2s infinite;
      scale: 1; }
@keyframes gatagata {
  0% {
    transform: translateY(0); }
  25% {
    transform: translate(0px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 2px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
  .container h3 {
    text-align: center;
    font-size: 1.4rem;
    margin: 20px auto 0 auto;
    color: #00489b;
    background-color: #fff;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .container h3 {
        font-size: 1.2rem; } }
  .container p {
    margin-bottom: 40px;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .container p {
        margin-bottom: 20px;
        font-size: .9rem;
        padding: 0; } }
  .container #chart1_2 {
    background-color: #fff; }
  .container .navWrap {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .container .navWrap {
        margin-top: 20px; } }
    .container .navWrap ul {
      justify-content: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .container .navWrap ul {
          gap: 6px; } }
      .container .navWrap ul li {
        background-color: #efefef;
        padding: 20px;
        border-radius: 12px 12px 0 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #1e1e1e; }
        @media screen and (max-width: 767px) {
          .container .navWrap ul li {
            font-size: 1rem;
            padding: 10px; } }
        .container .navWrap ul li a {
          text-decoration: none;
          color: #1e1e1e; }
        .container .navWrap ul li.active {
          background-color: #fff; }
          .container .navWrap ul li.active a {
            color: #00489b; }
  .container .racenavWrap {
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    background-image: url("images/bg02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #00489b;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .container .racenavWrap {
        padding: 10px; } }
    .container .racenavWrap ul {
      flex-wrap: wrap;
      gap: 10px; }
      @media screen and (max-width: 767px) {
        .container .racenavWrap ul {
          gap: 6px; } }
      .container .racenavWrap ul li {
        width: calc((100% - 50px) / 6);
        background-color: #fff;
        color: #00489b;
        font-weight: bold;
        padding: 10px;
        font-size: 1.4rem;
        border-radius: 6px; }
        .container .racenavWrap ul li.active {
          background-color: #f49801;
          color: #fff; }
        @media screen and (max-width: 767px) {
          .container .racenavWrap ul li {
            width: calc((100% - 30px) / 6);
            padding: 10px 0;
            font-size: 1.1rem; } }
  .container .plotWrap {
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .container .plotWrap {
        padding: 0 6px; } }
    .container .plotWrap .container_plot {
      padding: 40px;
      border-radius: 12px;
      margin-top: 0px;
      text-align: center;
      box-shadow: none; }
      @media screen and (max-width: 767px) {
        .container .plotWrap .container_plot {
          padding: 20px 10px;
          margin-top: 0px; } }
      .container .plotWrap .container_plot .tab.active {
        background-color: #e64384;
        color: #fff;
        font-weight: bold; }
      .container .plotWrap .container_plot .tab {
        background-color: transparent;
        color: #1E1E1E;
        font-size: 1.4rem;
        border-radius: 30px;
        padding: 10px 40px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .container .plotWrap .container_plot .tab {
            font-size: .9rem;
            padding: 6px 14px; } }
      .container .plotWrap .container_plot .tabs {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background-color: #eee;
        max-width: 700px;
        margin: 0 auto;
        border-radius: 30px;
        position: relative; }
      .container .plotWrap .container_plot .textWrap {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
        position: relative; }
        .container .plotWrap .container_plot .textWrap .charaChu {
          display: none;
          max-width: 60px;
          position: absolute;
          left: 30px;
          top: -20px; }
          @media screen and (max-width: 767px) {
            .container .plotWrap .container_plot .textWrap .charaChu {
              max-width: 50px;
              top: 0px;
              left: 6px; } }

.takatterWrap {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .takatterWrap {
      margin-bottom: 20px; } }

footer {
  padding: 20px;
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 20px 10px; } }
  footer img {
    max-width: 240px; }
    @media screen and (max-width: 767px) {
      footer img {
        max-width: 180px; } }
  footer ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      footer ul {
        font-size: .9rem;
        gap: 10px;
        margin-top: 0; } }
    footer ul li {
      list-style-type: none; }
      footer ul li a {
        color: #000;
        text-decoration: none; }

.not_home .plotWrap {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .not_home .plotWrap {
      padding-top: 20px; } }
  .not_home .plotWrap .sec {
    text-align: left; }
    .not_home .plotWrap .sec h1 {
      font-size: 2rem;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .not_home .plotWrap .sec h1 {
          font-size: 1.6rem;
          margin-bottom: 20px; } }
    .not_home .plotWrap .sec h2 {
      margin: 40px 0 20px 0; }
      @media screen and (max-width: 767px) {
        .not_home .plotWrap .sec h2 {
          font-size: 1.2rem;
          margin: 20px 0 10px 0; } }
    .not_home .plotWrap .sec p {
      margin-bottom: 20px; }
    .not_home .plotWrap .sec ol li, .not_home .plotWrap .sec ul li {
      list-style: inside;
      padding-left: 20px; }
    .not_home .plotWrap .sec .indexWrap {
      background-color: #f8f8f8;
      padding: 10px; }
    .not_home .plotWrap .sec .guideWrap {
      text-align: left; }
      .not_home .plotWrap .sec .guideWrap svg {
        margin-right: 10px; }
      .not_home .plotWrap .sec .guideWrap p {
        padding: 0;
        margin-bottom: 10px; }
      .not_home .plotWrap .sec .guideWrap h3 {
        text-align: left;
        padding-left: 0;
        margin-top: 0; }
      .not_home .plotWrap .sec .guideWrap h4 {
        margin-bottom: 10px; }

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 72, 155, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box; }

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 99; }

/*モーダル枠の指定*/
.modal-body {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  max-width: 920px;
  width: 100%;
  padding: 20px 10px; }

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #ee3e86; }
  @media screen and (max-width: 767px) {
    .modal-close {
      right: 20px; } }

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 40px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .modal-content {
      padding: 30px 20px; } }
  .modal-content .section {
    background-color: #00489b;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .modal-content .section {
        padding: 10px 20px;
        line-height: 140%;
        font-size: 1.1rem; } }
    .modal-content .section svg {
      margin-right: 10px; }
  .modal-content .postWrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #00489b; }
    @media screen and (max-width: 767px) {
      .modal-content .postWrap {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .modal-content .postWrap:last-of-type {
      border: none;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .modal-content .postWrap:last-of-type {
          padding-bottom: 20px; } }
    .modal-content .postWrap .container {
      background-color: #fff; }
      .modal-content .postWrap .container h2 {
        font-size: 1.4rem;
        line-height: 160%; }
        @media screen and (max-width: 767px) {
          .modal-content .postWrap .container h2 {
            font-size: 1.1rem; } }
      .modal-content .postWrap .container .date {
        margin: 10px 0; }
      .modal-content .postWrap .container .commentWrap .image {
        margin-bottom: 20px;
        text-align: center; }
        .modal-content .postWrap .container .commentWrap .image img {
          max-width: 400px; }
          @media screen and (max-width: 767px) {
            .modal-content .postWrap .container .commentWrap .image img {
              width: 100%;
              max-width: none; } }
      .modal-content .postWrap .container .commentWrap .comment {
        margin-bottom: 20px; }
  .modal-content .past_sectionsWrap {
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #f8f8f8;
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .modal-content .past_sectionsWrap {
        padding: 20px 10px;
        margin-bottom: 20px;
        margin-top: 20px; } }
    .modal-content .past_sectionsWrap h2 {
      margin-bottom: 20px;
      color: #00489b; }
      .modal-content .past_sectionsWrap h2 svg {
        margin-right: 10px;
        color: #00489b;
        font-size: 1.6rem;
        font-weight: bold; }
    .modal-content .past_sectionsWrap ul {
      display: flex;
      gap: 10px;
      flex-direction: column; }
      .modal-content .past_sectionsWrap ul li {
        list-style-type: none; }
        .modal-content .past_sectionsWrap ul li .past_section {
          font-size: .9rem;
          letter-spacing: 0; }
  .modal-content .modal-close2 {
    background-color: #ee3e86;
    color: #fff;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 10px 20px;
    align-items: center;
    font-weight: bold; }
    .modal-content .modal-close2 svg {
      font-size: 1.4rem; }
