.c5-sp-only {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-sp-only {
    display: revert;
  }
}

.c5-alpha-contents .c5-alpha-use .c5--download__heading {
  margin-bottom: 30px;
}
.c5--download__heading {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 15px;
}
.c5--download__heading::before {
  content: "";
  display: block;
  width: 10px;
  height: 28px;
  background-color: #EC5F00;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use .c5--download__heading {
    margin-bottom: 20px;
  }
  .c5--download__heading::before {
    height: 25px;
  }
}

.c5-download__item + .c5-download__item {
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .c5-download__item + .c5-download__item {
    margin-top: 40px;
  }
}

.c5-download__item--heading {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 15px;
}
.c5-download__item--heading::before {
  content: "";
  display: block;
  width: 10px;
  height: 28px;
  background-color: #EC5F00;
}
.c5-download__item .c5-download__item--heading {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-alpha-use .c5-download__item .c5-download__item--heading {
    display: grid;
    margin-bottom: 20px;
  }
  .c5-alpha-contents .c5-alpha-use .c5-download__item .c5-download__item--heading .s5-heading3 {
    margin-bottom: 20px;
  }
  .c5-download__item--heading::before {
    height: 25px;
  }
}

.c5-download__imageLink {
  display: block;
  width: fit-content;
  /* margin-inline: auto; */
}
.c5-alpha-contents .c5-download__imageLink {
  transition: opacity 0.3s ease;
}
.c5-alpha-contents .c5-download__imageLink:hover {
  opacity: 0.6;
}

.c5--download__box {
  max-width: 920px;
  margin-inline: auto;
  margin-top: 30px;
  border: 1px solid #CCCCCC;
  padding-block: 30px;
  padding-inline: 30px;
}
@media screen and (max-width: 639px) {
  .c5--download__box {
    margin-top: 20px;
  }
}

.c5-alpha-contents .c5-alpha-use h4.c5--download__box--title {
  font-weight: 700;
  margin-bottom: 4px;
}

.c5--download__box--button {
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
}
.c5-alpha-contents.c5-alpha-use.dl01 .c5--download__box--button .s5-button {
  width: 200px;
}
.c5-alpha-contents.c5-alpha-use.dl01 .c5--download__box--button .s5-button::after {
  content: none;
}
@media screen and (max-width: 639px) {
  .c5--download__box--button {
    margin-top: 20px;
  }
}

.c5--download__box--list {
  margin-top: 4px;
  margin-bottom: 0;
}
.c5--download__box--list li {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr;
  column-gap: 8px;
}
.c5-alpha-contents .c5-alpha-use .c5--download__box--list li.s5-p1 {
  margin-bottom: 0;
}
.c5--download__box--list li span {
  content: "・";
  min-width: fit-content;
  height: 1lh;
}

/*  */
.c5-caseCollection {
  background-color: #F9F8F8;
  padding-block: 30px;
  padding-inline: 30px;
  margin-top: 60px;
}
.c5-caseCollection__item + .c5-caseCollection__item {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
}
.c5-caseCollection__item + .c5-caseCollection__item .c5-caseCollection__item--heading {
  margin-top: 40px !important;
  margin-bottom: 30px;
}
.c5-caseCollection .c5-download__item--heading {
  margin-block: 0;
}
.c5-alpha-contents .c5-alpha-use .c5-caseCollection .c5-caseCollection__item--heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .c5-caseCollection {
    margin-top: 40px;
  }
  .c5-alpha-contents .c5-alpha-use .c5-caseCollection__item + .c5-caseCollection__item {
    margin-top: 30px;
  }
  .c5-caseCollection__item + .c5-caseCollection__item .c5-caseCollection__item--heading {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
  .c5-alpha-contents .c5-alpha-use .c5-caseCollection .c5-caseCollection__item--heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

}

.c5-caseCollection__content {
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: calc(50 / 1140 * 100%);
  row-gap: 30px;
}
.c5-caseCollection__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.c5-caseCollection__content--image {
  grid-row: 1 / 3;
}
.c5-alpha-contents .c5-alpha-use .c5-caseCollection__content .s5-p1 {
  margin-bottom: 0;
}
.c5-caseCollection__content--text {
  
}
.c5-caseCollection__content--button {
  grid-row: 2 / 3;
}
.c5-caseCollection__content--button a {
  min-width: 185px;
}
@media screen and (max-width: 639px) {
  .c5-caseCollection__content {
    grid-template-columns: 1fr;
    grid-template-rows: revert;
    row-gap: 20px;
  }
  .c5-caseCollection__content--image {
    grid-row: revert;
    justify-self: center;
  }
  .c5-caseCollection__content--button {
    justify-self: center;
    grid-row: revert;
  }
}

p.c5-purchasedGuidance__description {
  margin: 0;
  margin-block: 30px;
}
@media screen and (max-width: 639px) {
  p.c5-purchasedGuidance__description {
    margin-block: 20px;
  }
}

.c5-purchasedGuidance__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(50 / 1200 * 100%);
  row-gap: 15px;
}
.c5-purchasedGuidance__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 25px;
}
.c5-purchasedGuidance__item--heading {
  align-self: center;
  margin-block: 0;
}
@media screen and (max-width: 639px) {
  .c5-purchasedGuidance {
    margin-bottom: 50px !important;
  }
  .c5-purchasedGuidance__list {
    grid-template-columns: 1fr;
  }
}

.c5-list-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
  column-gap: 20px;
  margin-top: 30px;
  max-width: 951px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .c5-list-btns {
    margin-top: 20px;
  }
}

.c5-list-btns > div {
  flex: 0 1 calc(100% / 3 - 14px);
}
@media screen and (max-width: 639px) {
  .c5-list-btns > div {
    flex: 1 1 100%;
  }
}

.c5-btn-type01 {
  display: flex;
  min-height: 70px;
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  padding: 5px 40px;
  position: relative;
  box-sizing: border-box;
  border: 1px #ddd solid;
  transition: .3s ease;
}
@media screen and (max-width: 639px) {
  .c5-btn-type01 {
    min-height: 50px;
  }
}

.c5-alpha-contents a.c5-btn-type01 {
  color: #231815;
}
.c5-btn-type01:hover {
  background-color: #fff;
  color: unset;
  text-decoration: none;
}
.c5-btn-type01:hover:after {
  border-color: #333;
}
.c5-btn-type01::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}