@charset "UTF-8";
.p-mv::before {
  background: url(../img/mv.jpg) no-repeat center/cover;
}

/*p-course*/
.p-course__tit {
  background : #172a88;
  font-size: 3.2rem;
  font-family: initial;
  &::before,
  &::after {
    display: none;
  }

  strong {
    font-size: 5rem;
    span {
      font-size: 3.2rem;
    }
  }
  @media screen and (max-width: 640px) {
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 5px 0 15px;

    strong {
      font-size: 3rem;
      span {
        font-size: 1.7rem;
      }
    }

  }
}

.p-course__cont {
  background: #b6d56a;
  @media screen and (max-width: 640px) {
    padding-bottom: 40px;
  }
}

.p-course__cont__tit {
  color: #172a88;
}
.p-course__cont__item {
  margin: 0;
  flex-wrap: wrap;
  gap: 15px 0;
  @media screen and (max-width: 640px) {
    flex-direction: row;
    gap: 0;
    img {
      width: 49%;
      margin-bottom: 2%;
    }
  }
}
.p-course__cont__item__notice {
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  margin: 20px 0 0;
  font-weight: bold;

  img {
    width: 24px;
    flex: 0 0 auto;
    margin: 0 6px 0 0;
  }

  @media screen and (max-width: 640px) {
    font-size: 1.3rem;
  }
}
.p-course__cont__detail__tit {
  background : #172a88;
}
.p-course__cont__detail {
  .detail-cont__list {
    li {
      span.num {
        background: #172a88;
      }
      strong {
        font-size: inherit;
      }
    }
  }

  .detail-cont__notice {
    border-radius: 4px;
  }

  @media screen and (min-width: 641px) {
    .detail-cont__notice__body {
      display: block !important;
      padding-bottom: 15px;
    }

    .detail-cont__notice__btn {
      display: none;
    }
  }

}

.p-map__tit-sub {
  color: #e02f3d;
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 20px;
  @media screen and (max-width: 640px) {
    font-size: 1.8rem;
    margin: -20px 0 15px;
  }
}