/*==========================================================================
section#berrycard01
========================================================================== */
section#berrycard01 .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#berrycard01 .cd-box {
  display: flex;
  justify-content: space-between;
}
section#berrycard01 .cd-box .img-box {
  width: 36%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
section#berrycard01 .cd-box .txt-box {
  position: relative;
  z-index: 1;
  width: 57%;
  box-sizing: border-box;
}
section#berrycard01 .cd-box .txt-box .txt-h2 {
  margin-bottom: 2.5vw;
  position: relative;
}
section#berrycard01 .cd-box .txt-box .txt-h2 img {
  width: auto;
  height: 3.3vw;
  display: block;
  margin-top: 1.5vw;
}
section#berrycard01 .cd-box .txt-box .txt-h2:after {
  content: "";
  background: url(../img/berrycard01_midashi_icon.svg) center no-repeat;
  background-size: cover;
  width: 9.7916666667vw;
  height: 9.1vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
section#berrycard01 .cd-box .txt-box .points {
  display: flex;
  justify-content: flex-start;
  gap: 0.6770833333vw;
  margin-top: 1.05vw;
}
section#berrycard01 .cd-box .txt-box .points .txt-l {
  padding: 0.37vw 1.5625vw;
  border: solid 0.15625vw #D20B1B;
  box-sizing: border-box;
  min-width: 9.7916666667vw;
  border-radius: 42px;
  line-height: 1;
  color: #D20B1B;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#berrycard01 .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#berrycard01 .cd-box {
    flex-wrap: wrap;
  }
  section#berrycard01 .cd-box .img-box {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
  section#berrycard01 .cd-box .txt-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  section#berrycard01 .cd-box .txt-box .txt-h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  section#berrycard01 .cd-box .txt-box .txt-h2 img {
    width: auto;
    height: 35px;
    margin-top: 40px;
  }
  section#berrycard01 .cd-box .txt-box .txt-h2::after {
    width: 65px;
    height: 61px;
    left: 235px;
    right: initial;
    bottom: 5px;
  }
  section#berrycard01 .cd-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#berrycard01 .cd-box .txt-box .points {
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  section#berrycard01 .cd-box .txt-box .points .txt-l {
    font-size: 16px;
    padding: 8px 25px;
    border-width: 1px;
    box-sizing: border-box;
    min-width: 101px;
    border-radius: 42px;
    line-height: 1;
    color: #D20B1B;
    text-align: center;
  }
}
/*==========================================================================
section#berrycard02
========================================================================== */
section#berrycard02 {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  background: #F6F4ED;
}
section#berrycard02 .inner {
  padding-bottom: 1.5625vw;
}
section#berrycard02 .ttl-box .txt-h2 {
  text-align: center;
}
section#berrycard02 .box {
  width: 94.5%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 1.05vw;
}
section#berrycard02 .list-box {
  margin-top: 3.6458333333vw;
  display: flex;
  justify-content: space-between;
}
section#berrycard02 .list-box .txt-h5 {
  position: absolute;
  top: -1.6927083333vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.965vw 1.91vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  line-height: 1;
  background: #D20B1B;
  max-height: 65px;
  border-radius: 65px;
}
section#berrycard02 .list-box .img-box {
  width: auto;
  height: 4.4270833333vw;
  text-align: center;
  margin-bottom: 1.40625vw;
}
section#berrycard02 .list-box .img-box img {
  width: auto;
}
section#berrycard02 .list-box .txt-h6 {
  text-align: center;
  margin-bottom: 1.05vw;
  height: 3.45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
section#berrycard02 .list-box .txt-p {
  text-align: center;
  position: relative;
}
section#berrycard02 .list-box li {
  width: 31.2%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 3.3854166667vw 1vw 1.3020833333vw;
  position: relative;
  border-radius: 0.5208333333vw;
  border: solid 0.15625vw #D20B1B;
}
section#berrycard02 .list-box li:nth-child(2) {
  border-color: #248C61;
}
section#berrycard02 .list-box li:nth-child(2) .txt-h5 {
  background: #248C61;
}
section#berrycard02 .list-box li:nth-child(2) .txt-h6 {
  color: #248C61;
}
section#berrycard02 .list-box li:nth-child(3) {
  border-color: #E55A8B;
}
section#berrycard02 .list-box li:nth-child(3) .txt-h5 {
  background: #E55A8B;
}

@media screen and (max-width: 767px) {
  section#berrycard02 {
    padding-top: 50px;
  }
  section#berrycard02 .inner {
    background: #F6F4ED;
    padding-bottom: 30px;
  }
  section#berrycard02 .ttl-box .txt-h2 {
    font-size: 20px;
  }
  section#berrycard02 .ttl-box .txt-h2 span {
    font-size: 32px;
  }
  section#berrycard02 .box {
    width: 100%;
  }
  section#berrycard02 .list-box {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  section#berrycard02 .list-box .txt-h5 {
    position: absolute;
    top: -22px;
    left: 50%;
    padding: 14px 30px;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
  }
  section#berrycard02 .list-box .img-box {
    width: auto;
    height: 85px;
    margin-bottom: 20px;
  }
  section#berrycard02 .list-box .txt-h6 {
    margin-bottom: 20px;
    height: initial;
    font-size: 20px;
  }
  section#berrycard02 .list-box .txt-p {
    font-size: 14px;
    text-align: start;
  }
  section#berrycard02 .list-box .txt-p br {
    display: none;
  }
  section#berrycard02 .list-box li {
    width: 100%;
    padding: 50px 15px 30px;
    border-radius: 5px;
    border-width: 2px;
  }
  section#berrycard02 .list-box li:nth-child(n+2) {
    margin-top: 60px;
  }
}
/*==========================================================================
section#berrycard03
========================================================================== */
section#berrycard03 {
  padding-top: 5.2083333333vw;
}
section#berrycard03 .inner {
  padding-bottom: 1.5625vw;
}
section#berrycard03 .ttl-box {
  margin-bottom: 3vw;
}
section#berrycard03 .ttl-box .txt-h2 span {
  display: block;
}
section#berrycard03 .box {
  margin: 0 auto;
  box-sizing: border-box;
}
section#berrycard03 .box .list-box li {
  position: relative;
  padding-bottom: 1.8072916667vw;
  margin-bottom: 1vw;
}
section#berrycard03 .box .list-box li:after {
  content: "";
  background: url(../img/arrow_bottom.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5104166667vw;
  height: 1.8072916667vw;
}
section#berrycard03 .box .list-box li .in {
  border-radius: 0.5208333333vw;
  overflow: clip;
  position: relative;
  align-items: center;
  padding: 2.6041666667vw 0;
  padding-left: 7.9166666667vw;
  padding-right: 5.2083333333vw;
  border: solid 0.2083333333vw #D20B1B;
  box-sizing: border-box;
}
section#berrycard03 .box .list-box li:last-child {
  padding-bottom: 0;
}
section#berrycard03 .box .list-box li:last-child::after {
  content: none;
}
section#berrycard03 .box .list-box .txt-h3 {
  line-height: 1;
  width: 7.9166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #D20B1B;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
section#berrycard03 .box .list-box .txt-h3 span {
  display: block;
  line-height: 1;
  margin-bottom: 0.5vw;
}
section#berrycard03 .box .list-box .txt-box {
  width: 70%;
  padding: 0 2.6041666667vw;
  box-sizing: border-box;
}
section#berrycard03 .box .list-box .txt-box .txt-h4 {
  margin-bottom: 0.8vw;
}
section#berrycard03 .box .list-box .txt-box .txt-a {
  background: #D20B1B;
  color: #ffffff;
  margin: 0;
  width: 12.2916666667vw;
  height: 2.3958333333vw;
  border-radius: 2.3958333333vw;
  margin-top: 1.05vw;
}
section#berrycard03 .box .list-box .img-box {
  width: 30%;
  height: 9.1145833333vw;
}

@media screen and (max-width: 767px) {
  section#berrycard03 {
    padding-top: 50px;
  }
  section#berrycard03 .inner {
    padding-bottom: 1.5625vw;
  }
  section#berrycard03 .ttl-box {
    margin-bottom: 30px;
  }
  section#berrycard03 .ttl-box .txt-h2 {
    font-size: 14px;
  }
  section#berrycard03 .ttl-box .txt-h2 span {
    font-size: 32px;
  }
  section#berrycard03 .box {
    margin: 0 auto;
    box-sizing: border-box;
  }
  section#berrycard03 .box .list-box li {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  section#berrycard03 .box .list-box li .in {
    border-radius: 5px;
    overflow: clip;
    position: relative;
    align-items: center;
    padding: 85px 0 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 2px;
  }
  section#berrycard03 .box .list-box li::after {
    width: 62px;
    height: 25px;
  }
  section#berrycard03 .box .list-box .txt-h3 {
    line-height: 1;
    width: 100%;
    height: initial;
    padding: 12px 0;
    font-size: 24px;
  }
  section#berrycard03 .box .list-box .txt-h3 span {
    margin-bottom: 5px;
    font-size: 12px;
  }
  section#berrycard03 .box .list-box .txt-box {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  section#berrycard03 .box .list-box .txt-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section#berrycard03 .box .list-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#berrycard03 .box .list-box .txt-box .txt-p br {
    display: none;
  }
  section#berrycard03 .box .list-box .txt-box .txt-a {
    width: 200px;
    height: 35px;
    border-radius: 35px;
    margin-top: 20px;
    font-size: 14px;
  }
  section#berrycard03 .box .list-box .img-box {
    width: 100%;
    height: 40vw;
    margin-top: 30px;
  }
}
/*==========================================================================
section#berrycard04
========================================================================== */
section#berrycard04 {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#berrycard04 .bg {
  width: 39.6vw;
  height: 8.53vw;
  margin: 0 auto;
  position: absolute;
  top: 0.7175vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  section#berrycard04 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=berrycard.css.map */