.c5-ren-kv {
  background: linear-gradient(to bottom, rgba(18, 87, 180, 0.05) 0%, rgba(18, 87, 180, 0.2) 100%);
}

.c5-ren-kv__head span {
  background-color: #1257B4;
}

.c5-ren-conference .c5-reason .c5-reason__ttl {
  background-color: #1257B4;
}

.c5-reason__sub-ttl-head span {
  background: #1257B4;
}

.c5-reason__sub-ttl-main {
  color: #1257B4;
}

.c5-c-row--reverse {
  margin-bottom: 80px;
}

.c5-c-row--photo__bg-gray {
  padding: 3% 0;
  background: #F5F5F5;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-c-row--photo__bg-gray ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}


.c5-c-row--photo__bg-gray ul li {
  width: 45%;
  max-width: 470px;
}

.c5-c-text__img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.c5-c-text__img img {
  margin: 0;
  width: 100%;
}

.c5-c-text__img-01 {
  max-width: 192px;
}

.c5-c-text__img-02 {
  max-width: 192px;
}

.c5-attention__block {
  border: 1px solid #00533A;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-attentino__blockWrap {
  padding: 3%;
}

.c5-attention__block h4 {
  margin-bottom: 30px;
  line-height: 1.5;
}

.c5-attention__block ul li {
  line-height: 1.5;
  margin: 8px auto;
}

@media screen and (max-width: 768px) {
  .c5-c-text__img {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .c5-c-row--photo__bg-gray ul li {
    width: 95%;
  }
}

.c5-c-caption {
  margin-top: 25px;
  text-align: right;
  line-height: 1.3;
}

.c5-c-text--large {
  font-size: 18px;
  font-weight: 600;
}

.c5-c-text--large.c5-mb-10 {
  margin-bottom: 10px;
}

.c5-recommend__cont {
  padding: 40px 80px 80px;
}

.c5-recommend p.c5-recommend__text {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #2F353D;
}

.c5-recommend p.c5-recommend__text span {
  font-size: 24px;
  font-weight: 600;
  color: #C30D23;
}

.c5-recommend__child:first-child {
  margin-bottom: 0;
}

.c5-c-row--photo picture {
  margin-top: 0;
}

p.c5-c-text.c5-mb-50 {
  margin-bottom: 50px;
}

.c5-recommend__list {
  justify-content: center;
  gap: 60px;
}

ul.c5-recommend__list__33 li {
  width: calc(50% - 30px);
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt {
  padding: 0 0.5rem;
}

.c5-recommend__child .c5-recommend__child-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.c5-recommend__child .c5-recommend__child-list .icon {
  width: min(calc(50 / 1600 * 100vw), 50px);
}

.c5-recommend__child .c5-recommend__child-list .icon--large {
  width: min(calc(130 / 1600 * 100vw), 130px);
}

.c5-recommend__child .c5-recommend__child-list .price {
  flex-grow: 1;
}

.c5-recommend__child .c5-recommend__child-list li:not(:first-child) {
  margin-left: 6px;
}

.c5-recommend__child .c5-recommend__child-list li dl {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.c5-recommend__child .c5-recommend__child-list .price dt {
  display: flex;
  align-items: center;
  padding: 0 min(calc(10 / 1600 * 100vw), 10px);
  font-size: min(calc(18 / 1600 * 100vw), 18px);
  font-weight: 600;
  color: #C30D23;
  border: 1px solid #231815;
  border-right: none;
}

.c5-recommend__child .c5-recommend__child-list .price dd {
  display: flex;
  align-items: center;
  padding: 0 min(calc(10 / 1600 * 100vw), 10px);
  font-size: min(calc(24 / 1600 * 100vw), 24px);
  font-weight: 600;
  border: 1px solid #231815;
}

.c5-recommend__child .c5-recommend__child-list .price dd span {
  display: inline-block;
  padding: 5px 0 0 5px;
  font-size: min(calc(16 / 1600 * 100vw), 16px);
  font-weight: 300;
}

.c5-recommend__note {
  margin-bottom: 5px;
}

.c5-recommend__note.c5-mb-15 {
  margin-bottom: 15px;
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt .c5-btn-info {
  width: 80%;
  margin-bottom: 40px;
}

.c5-recommend-ren {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.c5-NewWinIcon {
  width: 16px;
  display: block;
  margin: 12px auto 8px;
}

h3.c5-mb-0 {
  margin-bottom: 0;
}

.c5-reason__labelTxt-wrap {
  text-align: right;
  margin-bottom: 30px;
}

.c5-reason__labelTxt {
  font-size: 14px;
  font-weight: 400;
  padding: 1.125%;
  border: 1px solid #2F353D;
  display: inline-block;
  margin-top: 12px;
}


@media screen and (max-width: 768px) {

  .c5-recommend {
    margin-top: 40px;
  }

  .c5-c-caption {
    font-size: 14px;
    text-align: right;
  }

  .c5-c-row--txt .c5-c-text--large {
    font-size: 16px;
  }

  .c5-recommend__cont {
    padding: 25px 15px;
  }

  .c5-recommend__inner {
    margin: 0;
  }

  .c5-recommend p.c5-recommend__text {
    padding: 10px 0;
    text-align: center;
    border: 1px solid #2F353D;
  }

  .c5-recommend p.c5-recommend__text span {
    font-size: 24px;
    font-weight: 600;
    color: #C30D23;
  }

  .c5-recommend__child {
    margin-bottom: 0;
  }

  .c5-recommend__child .c5-c-text.c5-desc {
    margin-bottom: 5px;
  }

  .c5-c-row--photo picture {
    margin-top: 0;
  }

  p.c5-c-text.c5-mb-50 {
    margin-bottom: 50px;
  }

  .c5-recommend__list {
    gap: 0px;
  }

  ul.c5-recommend__list__33 {
    padding: 0;
  }

  ul.c5-recommend__list__33 li {
    width: 100%;
  }

  ul.c5-recommend__list__33 li .c5-recommend__child--txt {
    padding: 0 0.5rem;
  }

  .c5-recommend__child .c5-recommend__child-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 15px;
    overflow-x: visible !important;
  }

  .c5-recommend__child .c5-recommend__child-list .icon {
    width: 46px;
  }

  .c5-recommend__child .c5-recommend__child-list .icon--large {
    width: 118px;
  }

  .c5-recommend__child .c5-recommend__child-list li:last-child {
    margin-left: 0;
  }

  .c5-recommend__child .c5-recommend__child-list li dl {
    display: flex;
    justify-content: flex-start;
  }

  .c5-recommend__child .c5-recommend__child-list .price dt {
    justify-content: center;
    width: 25%;
    padding: 10px 0;
    font-size: 16px;
  }

  .c5-recommend__child .c5-recommend__child-list .price dd {
    justify-content: center;
    width: 75%;
    padding: 10px 0;
    font-size: 24px;
  }

  .c5-recommend__child .c5-recommend__child-list .price dd span {
    padding: 5px 0 0 5px;
    font-size: 14px;
  }

  .c5-recommend__note {
    margin-bottom: 5px;
    padding-left: 16px;
    font-size: 14px;
    text-indent: -14px;
    line-height: 1.3;
  }

  .c5-recommend__note.c5-mb-15 {
    margin-bottom: 15px;
  }

  ul.c5-recommend__list__33 li .c5-recommend__child--txt .c5-btn-info {
    width: 90%;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }

  .c5-recommend-ren {
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .c5-NewWinIcon {
    margin: 0 0 0 8px;
  }

  .c5-reason__labelTxt-wrap {
    margin-bottom: 18px;
  }


}