.p-list-interview {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px 20px;
  max-width: 1300px;
  width: 100%;
  margin: 24px auto 0;
  box-sizing: border-box;
}
.p-list-interview > .-item:not(:last-child) {
  border-bottom: 2px dashed #ccc;
}
.p-list-interview > .-item > .-img img {
  border-radius: 20px;
}
.p-list-interview > .-item > .-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-list-interview > .-item > .-text .-ttl {
  font-size: 2.4rem;
  color: #498c30;
  margin-bottom: 16px;
}
.p-list-interview > .-item > .-text .-signature {
  margin-top: 30px;
  text-align: right;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .p-list-interview > .-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .p-list-interview > .-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .p-list-interview > .-item > .-img {
    width: 35%;
  }
  .p-list-interview > .-item > .-text {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .p-list-interview {
    padding: 16px;
  }
  .p-list-interview > .-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-list-interview > .-item > .-img {
    margin-bottom: 30px;
    text-align: center;
  }
  .p-list-interview > .-item > .-img > img {
    max-width: 280px;
  }
  .p-list-interview > .-item > .-text {
    font-size: 1.5rem;
  }
  .p-list-interview > .-item > .-text .-ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .p-list-interview > .-item > .-text .-signature {
    margin-top: 30px;
    text-align: right;
    padding: 0 30px;
  }
}

.p-inner-feature {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.c-ttl.-v1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  background-color: transparent;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-ttl.-v1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.c-ttl.-v2 {
  font-size: 2.3rem;
  font-weight: 700;
  position: relative;
  background-color: transparent;
  margin-bottom: 10px;
}

.p-list-feature > .-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-list-feature > .-item > .-head {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.p-list-feature > .-item > .-head > .-point {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.p-list-feature > .-item > .-head > .-point > span {
  display: block;
  font-size: 40px;
}
.p-list-feature > .-item > .-head > .-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-list-feature > .-item > .-head > .-text > .-sm {
  font-size: 14px;
}
.p-list-feature > .-item > .-head > .-text > .-title {
  font-size: 19px;
}
.p-list-feature > .-item > .-content > .-img > img {
  border-radius: 15px;
}
.p-list-feature > .-item > .-content > .-caption {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  min-height: 42px;
}
@media only screen and (min-width: 768px) {
  .p-list-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 5%;
    column-gap: 5%;
    row-gap: 50px;
  }
  .p-list-feature > .-item {
    width: 23.3333333333%;
  }
  .p-list-feature.-col2 > .-item {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .p-list-feature {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .p-list-feature > .-item > .-content > .-caption {
    min-height: unset;
  }
}

.c-border-dashed {
  margin: 60px 0;
  border-bottom: 2px dashed #ccc;
}

@media only screen and (min-width: 768px) {
  .p-how-to-buy .-content.-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-box-donation {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 20px;
}
.p-box-donation > .-img {
  width: 20%;
  max-width: 120px;
}
.p-box-donation > .-img > img {
  width: 100%;
}
.p-box-donation > .-text {
  flex: 1;
}
.p-box-donation > .-text > .-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-box-donation {
    flex-direction: column;
  }
  .p-box-donation > .-img {
    width: 100%;
    max-width: 80px;
  }
  .p-box-donation > .-text {
    flex: 1;
  }
  .p-box-donation > .-text > .-title {
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-lineup__text.-rafra-lunica {
  padding: 30px;
  background-color: #fbf6f7;
}
.p-lineup__text.-rafra-lunica p {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-lineup__text.-rafra-lunica {
    padding: 20px;
  }
}

.c-pinkribbon__wrap1 {
  position: relative;
  z-index: 0;
}
.c-pinkribbon__wrap1 .-pinkribbon {
  position: absolute;
  left: calc(50% - 320px - 260px);
  top: -42%;
  z-index: 1;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .c-pinkribbon__wrap1 .-pinkribbon {
    display: none;
  }
}

.c-bg__pink {
  background: url(../images/care/rafra-lunica/bg-pink.png) repeat center center;
  position: relative;
  z-index: 0;
}
.c-bg__pink:before {
  content: "";
  width: 100%;
  height: clamp(100px, 20vw, 20vw);
  display: block;
  background: url(../images/care/rafra-lunica/bg-pink-top.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -4vw;
  left: 0;
  z-index: -1;
}
.c-bg__pink:after {
  content: "";
  width: 100%;
  height: 81px;
  height: clamp(81px, 20vw, 20vw);
  display: block;
  background: url(../images/care/rafra-lunica/bg-pink-bottom.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  bottom: -12vw;
  left: 0;
}

.c-logo {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.c-logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-logo {
    width: 190px;
  }
}/*# sourceMappingURL=custom20260215.css.map */
