body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #565656;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #ffffff;
}
@media screen and (max-width: 1300px) {
  body {
    max-width: 800px;
  }
}
@media screen and (max-width: 900px) {
  body {
    max-width: 400px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 460px) {
  body {
    max-width: 300px;
    font-size: 0.7rem;
  }
}

.title {
  font-size: 40px;
  font-weight: 700;
  color: #004b66;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .title {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 460px) {
  .title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
    color: #ffffff;
    background-color: #004b66;
    padding: 20px 10px;
  }
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  background-color: #004b66;
  text-align: center;
  margin-top: 14px;
  border-radius: 50px;
}
.subtitle p {
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width: 1300px) {
  .subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .subtitle {
    font-size: 18px;
    color: #004b66;
    background-color: #ffffff;
    margin-top: 20px;
    display: none;
  }
}

.intro {
  color: #5d627b;
  background-color: #ffffff;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  margin-top: 26px;
}
.intro p {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 10px 40px;
}
@media screen and (max-width: 1300px) {
  .intro p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .intro p {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 460px) {
  .intro p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
}

.container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 1rem;
}

.card-skin {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .card-skin {
    margin: 5px 0;
  }
}
@media screen and (max-width: 460px) {
  .card-skin {
    margin: 10px;
  }
}

.newlest-band {
  position: relative;
  padding: 15px 0px 15px 20px;
  background: #ecb75c;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 26px;
}

.newlest-band::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  border-style: solid;
  border-left: 20px solid #d25f3e;
  border-top: 20px solid #ffffff;
}

.past-band {
  position: relative;
  padding: 15px 0px 15px 20px;
  background: #d25f3e;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 60px;
}

.past-band::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  border-style: solid;
  border-left: 20px solid #004b66;
  border-top: 20px solid #ffffff;
}

.card__imgframe1 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/01.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe2 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/02.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe3 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/03.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe4 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/04.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe5 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/05.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe6 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/06.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe7 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/07.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe8 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/08.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe9 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/09.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe10 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/10.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe11 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/11.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe12 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/12.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe13 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/13.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe14 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/14.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe15 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/15.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe16 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/16.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe17 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/17.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe18 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/18.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe19 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/19.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe20 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/20.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe21 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/21.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe22 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/22.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe23 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/23.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe24 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/24.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe25 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/25.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe26 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/26.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe27 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/27.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe28 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/28.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe29 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/29.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe30 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/30.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe31 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/31.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe32 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/32.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe33 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/33.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe34 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/34.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe35 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/35.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe36 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/36.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe37 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(./img/thumb/webp/37.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__textbox {
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #ffffff;
  box-sizing: border-box;
}

.card__textbox > * + * {
  margin-top: 10px;
}

.card__titletext {
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}

.card__overviewtext {
  font-size: 12px;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .card__overviewtext {
    display: none;
  }
}

footer {
  text-align: center;
  font-weight: 300;
  margin-top: 150px;
  margin-bottom: 50px;
}/*# sourceMappingURL=style.css.map */