@charset "UTF-8";

.c5-heading_bg {
  background-color: #000000;
  color: #ffffff;
}

.c5-heading_Redbg {
  background-color: #d60a0a;
  color: #ffffff;
}

.c5-heading_bg .s5-heading1 {
  padding: 20px 10px;
}

@media screen and (max-width: 715px) {
  .c5-academyBlockBor {
    padding: 10px 15px;
  }
}

.c5-academyBlockBor p {
  margin: 0;
  padding: 0 15px;
}
@media screen and (max-width: 715px) {
  .c5-academyBlockBor p {
    padding: 0;
  }
}

.s5-storeItemList {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 639px) {
  .s5-storeItemList {
    display: block;
    text-align: center;
  }
}

.s5-storeItem4 {
  border: 1px solid #e4e7ec;
  margin: 0 5px 20px;
  padding: 10px 15px;
  width: 24%;
}

@media screen and (max-width: 768px) {
  .s5-storeItem4 {
    width: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 639px) {
  .s5-storeItem4 {
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}

.s5-storeItemBor {
  border: 1px solid #e4e7ec;
}

.c5-storeItemList2 {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  .c5-storeItemList2 {
    display: block;
  }
}

.s5-storeItemList .c5-storeItem2 {
  width: 35%;
  padding: 0 50px;
}
@media screen and (max-width: 840px) {
  .s5-storeItemList .c5-storeItem2 {
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .s5-storeItemList .c5-storeItem2 {
    width: 48%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 639px) {
  .s5-storeItemList .c5-storeItem2 {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .s5-storeItemList .c5-storeItem2:last-child {
    padding-bottom: 50px;
  }
}

.c5-buttonContainer ul li {
  display: block;
  text-align: right;
  margin: 0 0 10px 10px !important;
}

.c5-position {
  position: relative;
}
@media screen and (max-width: 639px) {
  .c5-position {
    height: 73.7vw;
  }
}
.c5-position p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .s5-table:not(.s5-table--notBreak) table {
      font-size: 14px;
  }
}

.c5-academyBlockBor .s5-p1 {
  margin: 0;
  padding: 10px 15px;
}
@media screen and (max-width: 715px) {
  .c5-academyBlockBor .s5-p1 {
    padding: 8px 15px;
  }
}
