.bg_pink {
  background: var(--tertiary-color);
}

@media print,
screen and (min-width: 768px) {
  .sec .content {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767.9px) {
  .sec .content {
    margin: 0 15px 60px;
  }

  .bg_pink .content {
    margin: 0 15px;
  }
}

@media print,
screen and (min-width: 768px) {
  .wrap_bkset {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767.9px) {
  .wrap_bkset {
    padding: 60px 0;
  }

  .wrap_bkset .content {
    margin: 0 15px;
  }
}


@media print,
screen and (min-width: 768px) {
  .wrap_bkset .content {
    margin: 0 auto;
  }
}

.h1_primary {
  color: #eb7377;
  font-family: var(--font-b);
  line-height: 1.5;
}

@media print,
screen and (min-width: 768px) {
  .h1_primary {
    font-size: 5rem;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767.9px) {
  .h1_primary {
    font-size: 2.7rem;
    margin: 40px auto 0;
  }
}

.wrap_bkset .h2_ttl {
  color: #eb7377;
  font-family: var(--font-b);
  line-height: 1.5;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .wrap_bkset .h2_ttl {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767.9px) {
  .wrap_bkset .h2_ttl {
    font-size: 2.7rem;
  }
}

.lifestyle .image {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .lifestyle .image {
    margin-top: 42px;
  }
}

@media screen and (max-width: 767.9px) {
  .lifestyle .image {
    margin-top: 14px;
    padding-top: 53.913%;
    position: relative;
  }

  .lifestyle .image img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }
}

.lifestyle .text {
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {
  .lifestyle .text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .lifestyle .text {
    margin-top: 18px;
  }
}


.lifestyle .text .txt {
  color: #000000;
  line-height: 1.8;

}

@media print,
screen and (min-width: 768px) {
  .lifestyle .text .txt {
    text-align: center;
  }
}

@media print,
screen and (min-width: 768px) {
  .utilization .style {
    margin-top: 52px;
  }
}

@media screen and (max-width: 767.9px) {
  .utilization .style {
    margin-top: 41px;
  }
}

.utilization .style:nth-child(n+2) {
  background: url(/babykumon/common_2022/img/bg/bg_dotted_primary.svg) transparent top left repeat-x;
  margin-top: 80px;
  padding-top: 82px;
}

@media print,
screen and (min-width: 768px) {
  .utilization .style:nth-child(n+2) {
    margin-top: 80px;
    padding-top: 82px;
  }
}

@media screen and (max-width: 767.9px) {
  .utilization .style:nth-child(n+2) {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.utilization .style h3.ttl {
  color: #000000;
  font-family: var(--font-b);
  line-height: 1.333;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .utilization .style h3.ttl {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767.9px) {
  .utilization .style h3.ttl {
    font-size: 2.3rem;
  }
}

.utilization .row_content .text {
  color: #000000;

}

@media print,
screen and (min-width: 768px) {
  .utilization .row_content .text {
    line-height: 1.334;
    margin-top: 33px;
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  .utilization .row_content .text {
    line-height: 1.8;
    margin-top: 27px;
  }
}

.utilization .row_content .image {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .utilization .row_content .image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .utilization .row_content .image {
    margin-top: 17px;
  }
}

@media print,
screen and (min-width: 768px) {
  .ballon {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .ballon {
    margin-top: 25px;
  }
}

@media print,
screen and (min-width: 768px) {
  .ballon .col {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767.9px) {
  .ballon .col .item {
    margin-top: 20px;
  }
}


.ballon .col .item .ballon_text {
  background: #ffffff;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .ballon .col .item .ballon_text {
    border-radius: 20px;
    margin-bottom: 14px;
    padding: 30px 30px 26px;
  }
}

@media screen and (max-width: 767.9px) {
  .ballon .col .item .ballon_text {
    border-radius: 10px;
    padding: 20px 15px 18px;
  }
}

.ballon .col .item .ballon_text::after {
  content: "";
  position: absolute;
}

@media print,
screen and (min-width: 768px) {
  .ballon .col .item .ballon_text::after {
    background: url(/babykumon/lifestyle/img/icon_ballon.png) no-repeat;
    height: 21px;
    bottom: -21px;
    left: 134px;
    width: 52px;
  }
}

@media screen and (max-width: 767.9px) {
  .ballon .col .item .ballon_text::after {
    background: url(/babykumon/lifestyle/img/icon_ballon_sp.png) no-repeat;
    background-size: 100%;
    height: 11.5px;
    bottom: -11px;
    left: 100px;
    width: 24.5px;
  }
}


.ballon .col .item .ballon_text .txt {
  color: var(--dark-color);
}

@media print,
screen and (min-width: 768px) {
  .ballon .col .item .ballon_text .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767.9px) {
  .ballon .col .item .ballon_text .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}


@media print,
screen and (min-width: 768px) {
  .ballon .col .item img {
    margin-left: 31px;
    width: 123px;
  }
}

@media screen and (max-width: 767.9px) {
  .ballon .col .item img {
    margin-left: 10px;
    margin-top: -11px;
    position: relative;
    width: 82px;
    z-index: 1;
  }
}


@media print,
screen and (min-width: 768px) {
  .ballon .col.two>* {
    width: calc(464 / 960 * 100%);
  }
}

@media print,
screen and (min-width: 768px) {
  .ballon .col.three>* {
    width: calc(306 / 960 * 100%);
  }
}

@media print,
screen and (min-width: 768px) {
  .daily {
    margin-top: 52px;
  }
}

@media screen and (max-width: 767.9px) {
  .daily {
    margin-top: 39px;
  }
}

@media print,
screen and (min-width: 768px) {
  .daily .col {
    display: flex;
    justify-content: space-between;
  }

  .daily .col .item {
    width: calc(460 / 960 * 100%);
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item:nth-child(n+2) {
    margin-top: 60px;
  }
}


.daily .col .item .time {
  background: #f3f2e6;
}

@media print,
screen and (min-width: 768px) {
  .daily .col .item .time {
    border-radius: 20px;
    padding: 40px 40px 32px;
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item .time {
    border-radius: 15px;
    padding: 25px 15px 19px;
  }
}

.daily .col .item .time h3.ttl {
  color: #000000;
  font-family: var(--font-b);
  line-height: 1.321;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .daily .col .item .time h3.ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item .time h3.ttl {
    font-size: 2rem;
  }
}



@media print,
screen and (min-width: 768px) {
  .daily .col .item .time .row_content {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item .time .row_content {
    margin-top: 11px;
  }
}

.daily .col .item .time .row_time {
  color: #060606;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6rem;
}

@media print,
screen and (min-width: 768px) {
  .daily .col .item .time .row_time {
    font-size: 1.6rem;
    line-height: 2.05;
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item .time .row_time {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}

@media print,
screen and (min-width: 768px) {
  .daily .col .item .time .row_time:nth-child(n+2) {
    margin-top: 3px;
  }
}

.daily .col .item .time .row_time .pink {
  color: #eb7377;
  font-family: var(--font-b);
  transform: var(--font-adjust);
}

.daily .col .item .time .row_time .timer {
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .daily .col .item .time .row_time .timer {
    min-width: 63px;
    width: 63px;
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item .time .row_time .timer {
    min-width: 48px;
    width: 48px;
  }
}

.daily .col .item .time .row_time .event {
  transform: var(--font-adjust);
}



@media print,
screen and (min-width: 768px) {
  .daily .col .item .image {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767.9px) {
  .daily .col .item .image {
    margin-top: 20px;
  }
}

.teacher .support .text {
  line-height: 1.85;
}

@media print,
screen and (min-width: 768px) {
  .teacher .support .text {
    margin-top: 54px;
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  .teacher .support .text {
    margin-top: 27px;
  }
}

@media print,
screen and (min-width: 768px) {
  .teacher .support .image {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767.9px) {
  .teacher .support .image {
    margin-top: 16px;
  }
}

@media print,
screen and (min-width: 768px) {
  .btn_links {
    margin-top: 31px;
  }
}

@media screen and (max-width: 767.9px) {
  .btn_links {
    margin-top: 20px;
  }
}

.btn_links a {
  color: var(--dark-color);
  line-height: 1.333em;
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .btn_links a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.9px) {
  .btn_links a {
    font-size: 1.4rem;
  }
}

.btn_links a img {
  vertical-align: middle;
}

@media screen and (max-width: 767.9px) {
  .btn_links a img {
    width: 8px;
  }
}

@media print,
screen and (min-width: 768px) {
  .wrap_bkset.teacher {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767.9px) {
  .wrap_bkset.teacher {
    margin-bottom: 60px;
  }
}