.feature .feature-list::before {
  background-image: url("/wp-content/themes/bones/dist/img/day/day-img1.png");
}
@media screen and (max-width: 960px) {
  .feature .feature-list::before {
    background-image: url("/wp-content/themes/bones/dist/img/day/day-img-sp.png");
  }
}
.feature .feature-list::after {
  background-image: url("/wp-content/themes/bones/dist/img/day/day-img2.png");
}
.feature .feature-list .feature-list-dtl__item {
  position: relative;
  padding: 16px 8px 16px 40px;
  border-bottom: dotted 2px #ccc;
}
@media screen and (max-width: 640px) {
  .feature .feature-list .feature-list-dtl__item {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 34px;
  }
}
.feature .feature-list .feature-list-dtl__item::before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 20px;
  background: url("/wp-content/themes/bones/dist/img/day/check.svg");
  background-size: 24px 20px;
}
@media screen and (max-width: 640px) {
  .feature .feature-list .feature-list-dtl__item::before {
    top: 17px;
    width: 18px;
    height: 15px;
    background-size: 18px 15px;
  }
}
.feature .feature-list .feature-list-dtl__item:last-of-type {
  border-bottom: none;
}

.default .default-list .default-list-item::after {
  content: "Day Care";
}

.flow .flow-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow .flow-unit .flow-vsl {
  width: 205px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-vsl {
    width: 180px;
  }
}
.flow .flow-unit .flow-vsl picture:not(:last-child) img {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-vsl picture:not(:last-child) img {
    margin-bottom: calc(16px * 0.75);
  }
}
@media screen and (max-width: 640px) {
  .flow .flow-unit .flow-vsl picture:not(:last-child) img {
    margin-bottom: calc(16px * 0.5);
  }
}
.flow .flow-unit .flow-timeline {
  width: calc(100% - 300px);
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-timeline {
    width: calc(100% - 240px);
    margin-left: 32px;
  }
}
@media screen and (max-width: 640px) {
  .flow .flow-unit .flow-timeline {
    width: calc(100% - 32px);
    margin-left: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) and (max-width: 960px) {
  .flow .flow-unit .flow-timeline {
    margin-bottom: calc(32px * 0.75);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .flow .flow-unit .flow-timeline {
    margin-bottom: calc(32px * 0.5);
  }
}
.flow .flow-unit .flow-timeline .timeline-list {
  position: relative;
  padding: 24px 0;
  border-top: dotted 2px #ccc;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-timeline .timeline-list {
    padding: 16px 0;
  }
}
.flow .flow-unit .flow-timeline .timeline-list:last-of-type {
  border-bottom: dotted 2px #ccc;
}
.flow .flow-unit .flow-timeline .timeline-list:last-of-type::after {
  height: 0;
}
.flow .flow-unit .flow-timeline .timeline-list::before {
  position: absolute;
  top: 30px;
  left: -48px;
  content: "";
  width: 29px;
  height: 29px;
  background-image: url("/wp-content/themes/bones/dist/img/day/tl-dot-grn.svg");
  background-size: 29px 29px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-timeline .timeline-list::before {
    top: 23px;
    left: -36px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media screen and (max-width: 640px) {
  .flow .flow-unit .flow-timeline .timeline-list::before {
    top: 19px;
    left: -32px;
  }
}
.flow .flow-unit .flow-timeline .timeline-list::after {
  position: absolute;
  top: 42px;
  left: -34px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #31a99d;
  z-index: -99;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-timeline .timeline-list::after {
    left: -25px;
  }
}
@media screen and (max-width: 640px) {
  .flow .flow-unit .flow-timeline .timeline-list::after {
    left: -21px;
  }
}
.flow .flow-unit .flow-timeline .timeline-list__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #31a99d;
  margin-bottom: 4px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-timeline .timeline-list__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .flow .flow-unit .flow-timeline .timeline-list__dtl {
    font-size: 1.6rem;
  }
}
.flow .flow-unit .flow-timeline .timeline-list:nth-of-type(2n)::before {
  background-image: url("/wp-content/themes/bones/dist/img/day/tl-dot-l-grn.svg");
}
.flow .flow-unit .flow-timeline .timeline-list:nth-of-type(2n)::after {
  background-color: #31a95b;
}
.flow .flow-unit .flow-timeline .timeline-list:nth-of-type(2n) .timeline-list__ttl {
  color: #31a95b;
}
@media screen and (max-width: 960px) {
  .flow .flow-vsl-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow .flow-vsl-top > * {
    width: calc(33.3333333333% - 8px * 2 / 3);
  }
  .flow .flow-vsl-top > *:nth-of-type(n) {
    margin-top: 0;
    margin-right: 8px;
  }
  .flow .flow-vsl-top > *:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .flow .flow-vsl-top > *:nth-of-type(3n) {
    margin-right: 0;
  }
  .flow .flow-vsl-top {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .flow .flow-vsl-top {
    margin-bottom: calc(32px * 0.75);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  .flow .flow-vsl-top {
    margin-bottom: calc(32px * 0.5);
  }
}
@media screen and (max-width: 960px) {
  .flow .flow-vsl-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow .flow-vsl-bottom > * {
    width: calc(33.3333333333% - 8px * 2 / 3);
  }
  .flow .flow-vsl-bottom > *:nth-of-type(n) {
    margin-top: 0;
    margin-right: 8px;
  }
  .flow .flow-vsl-bottom > *:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .flow .flow-vsl-bottom > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

.tbl table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-radius: 4px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .tbl table {
    border-top: none;
    border-left: none;
  }
}
.tbl table thead tr th {
  padding: 16px;
  background: #31a99d;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.tbl table thead tr th.no-r-line {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .tbl table thead {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #ccc;
  }
}
.tbl table tbody tr:nth-of-type(2n) {
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr:nth-of-type(2n) {
    background-color: transparent;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr.mb-none {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  vertical-align: middle;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
    padding: 0 16px;
    border-right: none;
    border-bottom: none;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 0 8px;
  }
}
.tbl table tbody tr th {
  background: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data2);
    display: inline-block;
    color: #4a9;
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
  }
}
.tbl table tbody tr td.bg-gray {
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.bg-gray {
    background-color: transparent;
  }
}
.tbl table tbody tr td.mb-none {
  margin-bottom: 0;
}
.tbl table tbody tr td.tbl-fs-l {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.tbl-fs-l {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr td.tbl-fs-l {
    font-size: 1.8rem;
  }
}
.tbl table tbody tr td.tbl-center {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.tbl-center {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.tbl-center--strict {
    text-align: center;
  }
}
.tbl table tbody tr td.tbl-right {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.tbl-right {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-ttl-l {
    color: #fff;
    background-color: #31a99d;
    padding: 16px 0;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-ttl-l--nom {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-ttl-m {
    background-color: #efefef;
    padding: 8px 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-item {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
    width: calc((100% - 16px) / 4);
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr td.sp-item {
    display: block;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-item::before {
    display: block;
    font-size: 1.6rem;
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr td.sp-item::before {
    display: inline-block;
    margin-right: 8px;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-item--em {
    color: #d85b5b;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-item--em::before {
    display: none;
    color: #d85b5b;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-item--col3 {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr td.sp-item--col3 {
    display: block;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td.sp-item--col5 {
    width: calc((100% - 24px) / 5);
    letter-spacing: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .tbl table tbody tr td.sp-item--col5 {
    display: block;
    text-align: left;
    width: 100%;
  }
}

.process .process-step {
  display: grid;
  gap: 24px;
  counter-reset: process-num;
}
@media screen and (max-width: 960px) {
  .process .process-step {
    gap: 16px;
  }
}
.process .process-step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
  background: #fff;
  border: solid 4px rgba(49, 169, 157, 0.08);
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .process .process-step__item {
    gap: 16px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.process .process-step__item .process-vsl {
  width: 240px;
}
@media screen and (max-width: 960px) {
  .process .process-step__item .process-vsl {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .process .process-step__item .process-vsl {
    width: 100%;
    margin: 0 0 16px;
  }
}
.process .process-step__item .process-txt {
  width: calc(100% - 264px);
}
@media screen and (max-width: 960px) {
  .process .process-step__item .process-txt {
    width: calc(100% - 204px);
  }
}
@media screen and (max-width: 768px) {
  .process .process-step__item .process-txt {
    width: 100%;
  }
}
.process .process-step__item .process-txt .process-ttl {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
  color: #31a99d;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .process .process-step__item .process-txt .process-ttl {
    font-size: 1.8rem;
  }
}
.process .process-step__item .process-txt .process-ttl::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 32px;
  height: 32px;
  background: #31a99d;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .process .process-step__item .process-txt .process-ttl::before {
    width: 28px;
    height: 28px;
  }
}
.process .process-step__item .process-txt .process-ttl::after {
  position: absolute;
  counter-increment: process-num;
  content: counter(process-num, decimal-leading-zero);
  top: 3px;
  left: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .process .process-step__item .process-txt .process-ttl::after {
    font-size: 1.6rem;
  }
}
.process .process-step__item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 120px;
  z-index: -1;
  width: 32px;
  height: 50%;
  translate: 0 100%;
  background: rgba(49, 169, 157, 0.16);
}
@media screen and (max-width: 960px) {
  .process .process-step__item:not(:last-child)::after {
    left: 50%;
    translate: -50% 100%;
  }
}
.process .process-step__item:nth-child(2n) {
  border-color: rgba(49, 169, 91, 0.08);
}
.process .process-step__item:nth-child(2n)::after {
  background: rgba(49, 169, 91, 0.16);
}
.process .process-step__item:nth-child(2n) .process-txt .process-ttl {
  color: #31a95b;
}
.process .process-step__item:nth-child(2n) .process-txt .process-ttl::before {
  background: #31a95b;
}
/*# sourceMappingURL=../../maps/pages/day.css.map */
