.hellobaby * {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #333;
  line-height: 1.55;
  font-weight: 500;
}

.hellobaby p,
.hellobaby h1,
.hellobaby h2,
.hellobaby h3,
.hellobaby h4,
.hellobaby h5,
.hellobaby h6,
.hellobaby figure,
.hellobaby a,
.hellobaby ul,
.hellobaby dl {
  margin: 0;
  padding: 0;
}

.hellobaby ul li {
  list-style: none;
}

.hellobaby *,
.hellobaby::before,
.hellobaby::after {
  box-sizing: border-box;
}

.hellobaby .pc-only {
  display: block;
}

.hellobaby .sp-only {
  display: none;
}

.hellobaby a {
  transition: all 0.3s;
}

.hellobaby a:hover {
  opacity: 0.6;
}

.hellobaby-mv {
  margin-bottom: 70px;
}

.hellobaby-mv h1 {
  position: relative;
  left: -35px;
}

.hellobaby-intro__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 45px;
}

.hellobaby-intro__l {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
}

.hellobaby-intro__l img {
  margin: 0;
  width: 140px;
  height: auto;
  display: block;
  position: relative;
}
.hellobaby-intro__l img:nth-child(2) {
  margin-left: -40px;
  margin-top: 30px;
}
.hellobaby-intro__l img:nth-child(3) {
  margin-left: -40px;
  margin-top: 60px;
}
.hellobaby-intro__l img:nth-child(4) {
  margin-left: -40px;
  margin-top: 90px;
}

.hellobaby-intro__r {
  margin-left: 30px;
  position: relative;
}

.hellobaby-intro__r::after {
  display: block;
  content: "";
  background: url(/ringbell/contents/hellobaby/images/intro-icon.png) no-repeat
    top right/contain;
  width: 80px;
  height: 75px;
  position: absolute;
  top: 0;
  right: -20px;
}

.hellobaby-intro__r > h3 {
  margin-bottom: 40px;
}

.hellobaby-intro__r > p {
  font-size: 16px;
  line-height: 2;
}

.course-btn {
  margin: 50px auto 0;
  width: 730px;
  height: 90px;
  border-radius: 45px;
  background: #ebd7ae;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-btn > a {
  margin-left: 25px;
}

.hellobaby-line {
  display: block;
  margin: 80px auto 40px;
  height: auto;
}

.hellobaby-point {
  position: relative;
}

.hellobaby-point.point01,
.hellobaby-point.point03 {
  padding-right: 40px;
}

.hellobaby-point.point02,
.hellobaby-point.point04 {
  padding-left: 40px;
}

.hellobaby-point.point01 {
  margin-bottom: 20px;
}
.hellobaby-point.point02,
.hellobaby-point.point03 {
  margin-bottom: 40px;
}

.hellobaby .section-title {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}

.hellobaby-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hellobaby-point__text {
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hellobaby-point__text > .point-num {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
}

.hellobaby-point__text > h3 {
  margin-bottom: 25px;
}

.hellobaby-point__text .point-text {
  font-size: 16px;
  line-height: 2;
}

.hellobaby-point.point02::after {
  display: block;
  content: "";
  background: url(/ringbell/contents/hellobaby/images/point02-icon.png)
    no-repeat top right/contain;
  width: 89px;
  height: 75px;
  position: absolute;
  top: -55px;
  right: 0;
}

.hellobaby-point.point03::after {
  display: block;
  content: "";
  background: url(/ringbell/contents/hellobaby/images/point03-icon.png)
    no-repeat top right/contain;
  width: 127px;
  height: 153px;
  position: absolute;
  top: -58px;
  left: 325px;
}

.hellobaby-point.point04::after {
  display: block;
  content: "";
  background: url(/ringbell/contents/hellobaby/images/point04-icon.png)
    no-repeat top right/contain;
  width: 172px;
  height: 174px;
  position: absolute;
  top: -78px;
  right: 0;
}

.hellobaby-goods__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hellobaby .hellobaby-goods__item {
  margin-bottom: 24px;
}

.hellobaby-scene__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

.hellobaby-scene__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hellobaby-scene__item > img {
  margin-bottom: 20px;
}

.hellobaby-scene__item > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

.hellobaby-wrappingbnr {
  margin-bottom: 100px;
}

.hellobaby-course > h3 {
  font-size: 26px;
  font-weight: 600;
  color: #9d8256;
  text-align: center;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

.hellobaby-course__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.hellobaby-course__item {
  margin: 0 25px;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hellobaby .hellobaby-course__name {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

.hellobaby-course__name span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.hellobaby-course__item > a[class] {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/ringbell/contents/hellobaby/images/arrow.png) no-repeat right
    10px center/7px auto;
}
.hellobaby-course__item > a,
.hellobaby-course__item > a:link,
.hellobaby-course__item > a:visited {
  color: #fff;
}

.hellobaby a.hellobaby-course__catalog {
  background-color: #959595;
  margin-bottom: 15px;
}

.hellobaby a.hellobaby-course__order {
  background-color: #917d55;
}

.atoraku {
  margin-top: 100px;
  background: #f4f1e7;
  width: 100%;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atoraku-text {
  width: 330px;
}

.atoraku-text h3 {
  font-size: 32px;
  font-weight: 700;
  color: #996b3f;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  letter-spacing: -0.1em;
  line-height: 1.5;
  margin-bottom: 10px;
}

.atoraku-text {
  margin-left: 40px;
}

.atoraku-text h3 span {
  font-size: 20px;
  font-weight: 700;
  color: #996b3f;
  display: block;
}

.atoraku-text p {
  font-size: 13px;
  line-height: 1.8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

p.rb2019---update {
  margin: 1rem;
}

@media only screen and (max-width: 599px) {
  .hellobaby * {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .hellobaby .pc-only {
    display: none;
  }

  .hellobaby .sp-only {
    display: block;
  }

  .hellobaby-mv {
    width: 100%;
    margin-bottom: 2rem;
  }

  .hellobaby-mv h1 {
    position: relative;
    left: 0;
  }

  .hellobaby-mv h1 img {
    width: 100%;
    height: auto;
  }

  .hellobaby-intro {
    padding: 0 2rem;
  }

  .hellobaby-intro__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }

  .hellobaby-intro__l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
  }

  .hellobaby-intro__l img:nth-child(n) {
    width: 24%;
    height: auto;
    margin: 0 0.5rem;
  }

  .hellobaby-intro__r {
    margin-left: 0;
    width: 100%;
  }

  .hellobaby-intro__r::after {
    display: block;
    content: "";
    background: url(/ringbell/contents/hellobaby/images/intro-icon.png)
      no-repeat top right/contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: unset;
    bottom: -2.5rem;
    right: -1rem;
  }

  .hellobaby-intro__r > h3 {
    margin: 0 auto 2rem;
    width: 70%;
  }

  .hellobaby-intro__r > h3 img {
    width: 100%;
    height: auto;
  }

  .hellobaby-intro__r > p {
    font-size: 3.6vw;
    line-height: 2;
  }

  .hellobaby-intro > img {
    width: 100%;
    height: auto;
  }

  .course-btn {
    margin: 2rem auto 0;
    width: 100%;
    height: 10rem;
    border-radius: 2rem;
    background: #ebd7ae;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .course-btn > p {
    width: 80%;
    margin: 0 auto;
  }

  .course-btn > p img {
    width: 100%;
    height: auto;
  }

  .course-btn > a {
    margin-left: 0;
    margin-top: 1rem;
    width: 80%;
  }

  .course-btn > a img {
    width: 100%;
    height: auto;
  }

  .hellobaby-line {
    margin: 3rem 1rem;
    width: calc(100% - 2rem);
  }

  .hellobaby-points {
    padding: 0 2rem;
  }

  .hellobaby-point {
    position: relative;
  }

  .hellobaby-point.point01,
  .hellobaby-point.point03 {
    padding-right: 0;
    flex-direction: column-reverse;
  }

  .hellobaby-point.point02,
  .hellobaby-point.point04 {
    padding-left: 0;
    flex-direction: column;
  }

  .hellobaby-point.point01,
  .hellobaby-point.point02,
  .hellobaby-point.point03 {
    margin-bottom: 3rem;
  }

  .hellobaby .section-title {
    display: flex;
    justify-content: center;
    margin: 0 auto 3rem;
    width: 70%;
  }

  .hellobaby .section-title img {
    width: 100%;
    height: auto;
  }

  .hellobaby-point {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hellobaby-point.point03 > img,
  .hellobaby-point.point04 > img {
    position: relative;
    z-index: 1;
  }

  .hellobaby-point > img {
    width: 100%;
    height: auto;
  }

  .hellobaby-point__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hellobaby-point__text > .point-num {
    margin: 0 auto 2rem;
    width: 60%;
  }

  .hellobaby-point__text > .point-num img {
    width: 100%;
    height: auto;
  }

  .hellobaby-point__text > h3 {
    margin-bottom: 2rem;
    width: auto;
    height: 3em;
  }

  .hellobaby-point__text > h3 img {
    width: auto;
    height: 100%;
  }

  .hellobaby-point__text .point-text {
    font-size: 3.6vw;
    line-height: 2;
    margin-bottom: 2rem;
  }

  .hellobaby-point.point02::after {
    display: block;
    content: "";
    background: url(/ringbell/contents/hellobaby/images/point02-icon.png)
      no-repeat top right/contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: unset;
    bottom: 13rem;
    right: 0;
  }

  .hellobaby-point.point03::after {
    display: block;
    content: "";
    background: url(/ringbell/contents/hellobaby/images/point03-icon.png)
      no-repeat top right/contain;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 17rem;
    left: unset;
    right: 3rem;
  }

  .hellobaby-point.point04::after {
    display: block;
    content: "";
    background: url(/ringbell/contents/hellobaby/images/point04-icon.png)
      no-repeat top right/contain;
    width: 7rem;
    height: 8rem;
    position: absolute;
    top: unset;
    bottom: 9rem;
    right: 0;
  }

  .hellobaby-goods {
    padding: 0 2rem;
  }

  .hellobaby-goods__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .hellobaby .hellobaby-goods__item {
    width: 48%;
    margin-bottom: 1rem;
  }

  .hellobaby .hellobaby-goods__item img {
    width: 100%;
    height: auto;
  }

  .hellobaby-scene {
    width: 100%;
    padding: 0 2rem;
  }

  .hellobaby .hellobaby-scene .section-title {
    width: 55%;
  }

  .hellobaby-scene__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .hellobaby-scene__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48%;
    margin-bottom: 2rem;
  }

  .hellobaby-scene__item > img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .hellobaby-scene__item > p {
    font-size: 3.8vw;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .hellobaby-course {
    padding: 0 2rem;
  }

  .hellobaby-course > h3 {
    font-size: 5.4vw;
    font-weight: 600;
    color: #9d8256;
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .hellobaby-course__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .hellobaby-course__item {
    margin: 0;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .hellobaby-course__item:nth-child(n + 3) {
    margin-top: 5vw;
  }

  .hellobaby-course__item img {
    width: 100%;
    height: auto;
  }

  .hellobaby .hellobaby-course__name {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .hellobaby-course__name span {
    display: block;
    font-size: 0.75em;
    font-weight: 600;
  }

  .hellobaby-course__item > a[class] {
    width: 100%;
    height: 4em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/ringbell/contents/hellobaby/images/arrow.png) no-repeat
      right 5px center/2vw auto;
  }

  .hellobaby a.hellobaby-course__catalog {
    background-color: #959595;
    margin-bottom: 1rem;
  }

  .hellobaby a.hellobaby-course__order {
    background-color: #917d55;
  }

  .atoraku {
    margin-top: 5rem;
    background: #f4f1e7;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
  }

  .atoraku a img {
    width: 100%;
    height: auto;
  }

  .atoraku-text {
    width: 100%;
  }

  .atoraku-text h3 {
    font-size: 5.8vw;
    font-weight: 700;
    color: #996b3f;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .atoraku-text {
    margin-left: 0;
  }

  .atoraku-text h3 span {
    font-size: 4vw;
    font-weight: 700;
    color: #996b3f;
    display: block;
  }

  .atoraku-text p {
    font-size: 0.9em;
    line-height: 1.8;
  }
}

.card {
  margin: 60px 0 60px;
  padding: 0 0 40px;
  background: #f6ebd7;
}

.card__title {
  background: #917d55;
  color: #fff;
  height: 110px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 36px;
  font-weight: bold;
}

.card-about {
  padding: 40px 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-about__image {
  width: 460px;
  flex-shrink: 0;
  margin-right: 50px;
}
.card-about__image img {
  width: 100%;
  height: auto;
}
.card-about__text {
  flex-grow: 1;
}
.card-about__text dt {
  font-size: 30px;
  font-weight: bold;
  color: #917d55;
  margin-bottom: 1em;
}
.card-about__text dd p {
  font-size: 15px;
  line-height: 2;
}

.card-list {
  width: 876px;
  margin: 0 auto;
}

.card-list__title img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.card-list__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card-list__column {
  width: 380px;
  flex-shrink: 0;
}

.card-list__image img {
  width: 304px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

.card-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 46px;
  position: relative;
}
.card-list__item + .card-list__item {
  margin-top: 30px;
}
.card-list__item svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 36px;
  height: 36px;
}
.card-list__item svg path {
  transition-property: fill, stroke;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.card-list__item svg path:nth-child(1) {
  fill: #fff;
}
.card-list__item svg path:nth-child(2) {
  fill: #917d55;
}
.card-list__item svg path:nth-child(3) {
  fill: transparent;
  stroke: #917d55;
}
.card-list__item:hover svg path:nth-child(1) {
  fill: #917d55;
}
.card-list__item:hover svg path:nth-child(3) {
  stroke: #fff;
}
.card-list__name {
  font-size: 16px;
}
.card-list__price {
  font-size: 14px;
}
.card-list__price span {
  color: #917d55;
}

@media only screen and (max-width: 599px) {
  .card {
    margin: 2rem 0;
    padding: 0 0 2rem;
  }

  .card__title {
    height: 3em;
    font-size: 1.5rem;
  }

  .card-about {
    padding: 2rem 1rem 1rem;
    margin-bottom: 1rem;
    flex-direction: column-reverse;
    position: relative;
  }

  .card-about__image {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 8rem;
  }

  .card-about__text dt {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 70vw;
  }
  .card-about__text dd p {
    font-size: 1rem;
  }

  .card-list {
    width: auto;
    margin: 0 1rem;
  }

  .card-list__title img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .card-list__columns {
    display: block;
  }
  .card-list__column {
    width: auto;
  }
  .card-list__column + .card-list__column {
    margin-top: 3rem;
  }

  .card-list__image img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
  }

  .card-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 2rem;
    position: relative;
  }
  .card-list__item + .card-list__item {
    margin-top: 2rem;
  }
  .card-list__item svg {
    width: 2rem;
    height: 2rem;
  }
  .card-list__name {
    font-size: 1rem;
  }
  .card-list__price {
    font-size: 0.9rem;
  }
}

.hellobaby-video {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 60px 0;
}

.hellobaby-video__title img {
  width: 585px;
  height: auto;
  margin-bottom: 60px;
}

.hellobaby-video__link {
  display: block;
  width: 720px;
  position: relative;
}

.hellobaby-video__link::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(210px / 2);
  height: calc(148px / 2);
  background: url(../images/video-play.svg) no-repeat center center/contain;
}

.hellobaby-video__link img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  .hellobaby-video {
    margin: 3rem 1rem;
  }

  .hellobaby-video__title {
    margin-bottom: 0;
  }

  .hellobaby-video__title img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .hellobaby-video__link {
    width: auto;
  }

  .hellobaby-video__link::after {
    width: calc(2.1rem * 2);
    height: calc(1.48rem * 2);
  }
}

.hellobaby .review {
  margin-top: 80px;
  margin-bottom: 80px;
}
.hellobaby .review .heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #9d8256;
  text-align: center;
  border-bottom: 7px double currentColor;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.hellobaby .review__article {
  width: 938px;
  margin: 0 auto;
  color: #000;
  background: #fff6b3;
  border-radius: 20px;
  padding: 35px 35px 35px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hellobaby .review__article + .review__article {
  margin-top: 30px;
}
.hellobaby .review__item {
  width: 320px;
  flex-shrink: 0;
  padding: 0 35px;
  transition: opacity 0.2s ease-in-out;
}
.hellobaby .review__item:hover {
  opacity: 0.6;
}
.hellobaby .review__thumbnail {
  display: block;
  width: 180px;
  margin: 0 auto 15px;
}
.hellobaby .review__thumbnail img {
  width: 100%;
  height: auto;
}
.hellobaby .review__name {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.hellobaby .review__price {
  font-size: 15px;
  text-align: center;
}
.hellobaby .review__border {
  display: block;
  border: 0;
  width: 3px;
  height: auto;
  align-self: stretch;
  flex-shrink: 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #000;
}
.hellobaby .review__body {
  flex-grow: 1;
  padding-left: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
}
.hellobaby .review__caption {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.hellobaby .review__caption::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/review-icon.png) no-repeat center center/contain;
  margin-right: 15px;
}
.hellobaby .review__caption b {
  font-size: 21px;
  font-weight: 700;
}
.hellobaby .review__caption span {
  font-weight: 700;
}
.hellobaby .review__rating {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.hellobaby .review__rating strong {
  font-weight: 700;
}
.hellobaby .review__rating img {
  width: 225px;
  height: auto;
  margin-right: 21px;
}
.hellobaby .review__title {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
}
.hellobaby .review__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 15px;
  font-weight: 700;
}
.hellobaby .review__info {
  margin-top: auto;
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 599px) {
  .hellobaby .review {
    margin: 3rem 2rem;
  }
  .hellobaby .review .heading {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    border-bottom: 5px double currentColor;
    padding-bottom: 0.5em;
    margin-bottom: 1rem;
  }
  .hellobaby .review__article {
    width: 100%;
    margin: 0 auto;
    color: #000;
    background: #fff6b3;
    border-radius: 1rem;
    padding: 1rem;
    flex-direction: column;
  }
  .hellobaby .review__article + .review__article {
    margin-top: 1rem;
  }
  .hellobaby .review__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 7rem;
    width: 100%;
  }
  .hellobaby .review__thumbnail {
    display: block;
    width: 6rem;
    height: 6rem;

    margin: 0;
    margin-right: 1rem;
  }
  .hellobaby .review__name {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
  }
  .hellobaby .review__price {
    font-size: 0.8rem;
  }
  .hellobaby .review__border {
    display: block;
    border: 0;
    width: 100%;
    height: 1px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #000;
  }
  .hellobaby .review__body {
    padding-left: 0;
    align-items: center;
  }
  .hellobaby .review__caption {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-feature-settings: "palt";
  }
  .hellobaby .review__caption::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/review-icon.png) no-repeat center center/contain;
    margin-right: 1rem;
  }
  .hellobaby .review__caption b {
    font-size: 1.2rem;
  }
  .hellobaby .review__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .hellobaby .review__rating img {
    width: 10rem;
    height: auto;
    margin-right: 1rem;
    margin-bottom: 0.2rem;
  }
  .hellobaby .review__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .hellobaby .review__text {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 1rem;
  }
  .hellobaby .review__info {
    font-size: 0.8rem;
  }
}

/* 逆順対応 */
@media only screen and (max-width: 599px) {
  .hellobaby-course__item:nth-child(1) {
    order: calc(9999 - 1);
  }
  .hellobaby-course__item:nth-child(2) {
    order: calc(9999 - 2);
  }
  .hellobaby-course__item:nth-child(3) {
    order: calc(9999 - 3);
  }
  .hellobaby-course__item:nth-child(4) {
    order: calc(9999 - 4);
  }
  .hellobaby-course__item:nth-child(n + 3) {
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .card-list__column {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .card-list__image {
    order: 1;
  }

  .card-list__item {
    order: 0;
  }

  .card-list__item + .card-list__item {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
