.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}

.bg-milk {
  background-color: #fffff1;
}

.welfare__ttl {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .welfare__ttl {
    font-size: 5.3333333333vw;
  }
}
.welfare__ttl:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f48fb1;
}

.summary__img {
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .summary__img img {
    width: 100%;
  }
}
.summary__bold {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .summary__bold {
    font-size: 5.3333333333vw;
  }
}
.summary__price {
  color: #f00;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .summary__price {
    font-size: 6.4vw;
  }
}
.summary__price span {
  font-size: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .summary__price span {
    font-size: 8vw;
  }
}
.summary__txt {
  margin: 15px auto;
}

.set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .set__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .set__item {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .set__item:not(:nth-of-type(3n)) {
    margin-right: 2.6666666667vw;
  }
}
.set__img {
  text-align: center;
}
.set__img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .set__img img {
    width: 26.6666666667vw;
  }
}
.set__Txtlist {
  margin: 20px auto;
}
.set__Txtitem:not(:last-child) {
  padding-bottom: 10px;
}
.set__Txtitem p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.set__Txtitem p::before {
  content: url("../img/list_icon.png");
  margin-right: 10px;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: number;
  list-style-type: none !important;
}
@media screen and (max-width: 768px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.flow__item {
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding: 0;
    padding-left: 13.3333333333vw;
  }
}
.flow__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .flow__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #f48fb1;
  border-right: 4px solid #f48fb1;
  position: absolute;
  top: 57%;
  right: -34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .flow__item:not(:last-child)::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 17.3333333333vw;
    left: 44.8vw;
  }
}
.flow__item:before {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  height: 40px;
  width: 40px;
  background-color: #f48fb1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-right: 20px;
  top: 0;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .flow__item:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.flow__box {
  border: solid 2px #f48fb1;
  padding: 40px 20px;
  margin: 10px auto;
  background: #fff;
  height: 200px;
  width: 75px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__box {
    height: auto;
    width: auto;
    position: static;
    padding: 2.6666666667vw;
    width: 66.6666666667vw;
  }
}
.flow__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .flow__txt {
    display: block;
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: center;
  }
}
.flow__Txtlist {
  margin: 20px auto;
}
.flow__Txtitem:not(:last-child) {
  padding-bottom: 10px;
}
.flow__Txtitem p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
}
.flow__Txtitem p::before {
  content: url("../img/list_icon.png");
  margin-right: 10px;
}

.system__item {
  margin-bottom: 30px;
}
.system__ttl {
  font-size: 24px;
  color: #f48fb1;
  font-weight: 700;
  margin-bottom: 20px;
}
.system__ttl span {
  padding-right: 10px;
}
.system__txt {
  font-size: 16px;
}
.system__txt .danger {
  color: #f00;
}
.system__subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .system__subTtl {
    font-size: 5.3333333333vw;
  }
}
.system__subTtl::before {
  content: url("../img/list_icon.png");
  margin-right: 10px;
}
.system h6 {
  border-left: double 5px #f48fb1;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  margin: 20px 0;
}
.system__price {
  border: solid 1px #999;
  width: 100%;
}
.system__price th,
.system__price td {
  width: 50%;
  border: solid 1px #999;
  padding: 10px 0;
  font-size: 18px;
  padding-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .system__price th,
.system__price td {
    width: 100%;
    display: block;
    font-size: 4vw;
    padding-left: 0;
  }
}
.system__price th {
  background: #f48fb1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .system__price th {
    text-align: center;
  }
}
.system__flow--item {
  position: relative;
  display: block;
  text-align: center;
  border: solid #e7e7e7 2px;
  background: #fffff9;
  padding: 20px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .system__flow--item {
    text-align: left;
  }
}
.system__flow--item:not(:last-child) {
  margin-bottom: 40px;
}
.system__flow--item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 15px 15px 0 15px;
  border-color: #f48fb1 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .system__flow--item:not(:last-child)::after {
    bottom: -25px;
  }
}
.system__terms--list {
  margin: 20px 0;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 15px 20px;
}
.system__terms--item {
  list-style: decimal;
  line-height: 1.5;
}
.system__terms--item:not(:last-child) {
  margin-bottom: 20px;
}
.system__terms--item li {
  position: relative;
  padding-left: 30px;
  counter-increment: number;
  margin-top: 10px;
}
.system__terms--item li:not(:last-child) {
  margin-bottom: 10px;
}
.system__terms--item li::before {
  content: counter(number);
  position: absolute;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  background-color: #f48fb1;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  left: 0;
}
/*# sourceMappingURL=welfare.css.map */