@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#babysitter_page {
  /* .reviews .inner {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .reviews .inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.reviews .r_list {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
@media screen and (max-width: 819px) {
  .reviews .r_list {
    display: block;
    margin-top: 30px;
  }
}
.reviews .r_list li {
  width: calc(33.3333% - 33.3333px);
  background: #F0F0F0;
  border-radius: 60px 0 60px 0;
  padding: 30px 35px 45px 35px;
}
@media screen and (max-width: 1200px) {
  .reviews .r_list li {
    width: calc(46% - 20px);
  }
}
@media screen and (max-width: 819px) {
  .reviews .r_list li {
    width: 100%;
    border-radius: 30px 0 30px 0;
    padding: 20px;
  }
  .reviews .r_list li + li {
    margin-top: 30px;
  }
}
.reviews .r_list .img {
  max-width: 120px;
  margin: auto;
}
.reviews .r_list .img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 819px) {
  .reviews .r_list .img {
    max-width: 100px;
  }
}
.reviews .star {
  width: fit-content;
  margin: auto;
  display: flex;
  margin-top: 32px;
  column-gap: 20px;
}
@media screen and (max-width: 819px) {
  .reviews .star {
    column-gap: 15px;
    margin-top: 15px;
  }
}
.reviews .star img {
  max-width: 22px;
}
@media screen and (max-width: 819px) {
  .reviews .star img {
    max-width: 18px;
  }
}
.reviews .age {
  margin-top: 20px;
}
.reviews .current-use {
  margin-top: 8px;
}
.reviews .txt {
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .reviews .txt {
    margin-top: 15px;
  }
} */
}
#babysitter_page .m_img {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .m_img {
    margin-top: 20px;
  }
}
#babysitter_page .c_item .inner {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .c_item .inner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
#babysitter_page .c_item .txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.538;
}
@media screen and (max-width: 819px) {
  #babysitter_page .c_item .txt {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#babysitter_page .c_item .an_link {
  margin-top: 70px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .c_item .an_link {
    margin-top: 30px;
  }
}
#babysitter_page .c_item .an_link ul {
  display: flex;
  gap: 30px;
  column-gap: 46px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  #babysitter_page .c_item .an_link ul {
    display: block;
  }
}
#babysitter_page .c_item .an_link ul li {
  width: calc(25% - 34.5px);
  border-radius: 10px;
  background: #D20A14;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .c_item .an_link ul li {
    height: auto;
    padding: 10px 0;
    width: 100%;
    min-height: 42px;
  }
  #babysitter_page .c_item .an_link ul li + li {
    margin-top: 8px;
  }
}
#babysitter_page .c_item .an_link ul li a {
  display: block;
  width: 100%;
  color: #ffffff;
  line-height: 1.3;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  #babysitter_page .c_item .an_link ul li a {
    font-size: 14px;
  }
}
#babysitter_page .c_item .an_link ul li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_d.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#babysitter_page .s4 {
  background: #F0F0F0;
}
#babysitter_page .s4 .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .inner {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
#babysitter_page .s4 .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .ttl {
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babysitter_page .s4 .s4_list {
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 46px;
  position: relative;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .s4_list {
    padding-top: 35px;
    column-gap: 20px;
  }
}
#babysitter_page .s4 .s4_list::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  top: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .s4_list::after {
    display: block;
  }
}
#babysitter_page .s4 .s4_list li {
  width: calc(25% - 34.5px);
  list-style: none;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .s4_list li {
    width: calc(50% - 10px);
  }
}
#babysitter_page .s4 .s4_list li:nth-child(even) {
  padding-top: 43px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .s4_list li:nth-child(even) {
    padding-top: 35px;
  }
}
#babysitter_page .s4 .s4_list li .img {
  width: 100%;
  border-radius: 100%;
}
#babysitter_page .s4 .s4_list li .list_ttl {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 819px) {
  #babysitter_page .s4 .s4_list li .list_ttl {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
  }
}
#babysitter_page .plan {
  background: #D20A14;
  color: #ffffff;
}
#babysitter_page .plan .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan .inner {
    padding-bottom: 30px;
  }
}
#babysitter_page .plan .ttl {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan .ttl {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babysitter_page .plan .ttl::after {
  width: 140px;
  height: 3px;
  background: #ffffff;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan .ttl::after {
    display: block;
  }
}
#babysitter_page .plan ul {
  display: flex;
  color: #000000;
  margin-top: 60px;
  column-gap: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan ul {
    display: block;
    margin-top: 10px;
  }
}
#babysitter_page .plan ul li {
  width: calc(33.3333% - 33.3333px);
  list-style: none;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan ul li {
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan ul li + li {
    margin-top: 40px;
  }
}
#babysitter_page .plan ul li + li::after {
  position: absolute;
  content: "";
  left: -40px;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/babysitter/after.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan ul li + li::after {
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    top: -20px;
  }
}
#babysitter_page .plan ul li .list_ttl {
  background: #EBEBEB;
  border-radius: 10px 10px 0 0;
  font-size: 25px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan ul li .list_ttl {
    font-size: 20px;
    line-height: 70px;
  }
}
#babysitter_page .plan ul li .list_txt {
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 15px 5px 22px 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  #babysitter_page .plan ul li .list_txt {
    font-size: 16px;
    text-align: center;
  }
}
#babysitter_page .plan .r_txt {
  text-align: left;
  width: fit-content;
  margin-right: 0;
  color: #ffffff;
  margin-top: 20px;
  font-weight: 500;
  margin-left: auto;
}
#babysitter_page .price {
  border-left: 8px solid #D20A14;
  border-right: 8px solid #D20A14;
  border-bottom: 8px solid #D20A14;
}
#babysitter_page .price .inner {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#babysitter_page .price .ttl {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price .ttl {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babysitter_page .price .ttl::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price .ttl::after {
    display: block;
  }
}
#babysitter_page .price ul {
  display: flex;
  color: #000000;
  margin-top: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul {
    display: block;
    margin-top: 10px;
  }
}
#babysitter_page .price ul li {
  width: calc(33.3333% - 33.3333px);
  list-style: none;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li {
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li + li {
    margin-top: 40px;
  }
}
#babysitter_page .price ul li + li::after {
  position: absolute;
  content: "";
  left: -40px;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/babysitter/after_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li + li::after {
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    top: -20px;
  }
}
#babysitter_page .price ul li .list_ttl {
  background: #D20A14;
  border-radius: 10px 10px 0 0;
  font-size: 25px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.05rem;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .list_ttl {
    font-size: 20px;
    line-height: 60px;
  }
}
#babysitter_page .price ul li .list_txt {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 22px 30px 74px 30px;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: bold;
  height: calc(100% - 90px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .list_txt {
    font-size: 16px;
    padding: 20px ;
  }
}
#babysitter_page .price ul li .list_txt .list_sub_txt {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
#babysitter_page .price ul li .list_txt .li_list {
  width: 100%;
}
#babysitter_page .price ul li .list_txt .list02 {
  padding-top: 26px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .list_txt .list02 {
    padding-top: 0;
  }
}
#babysitter_page .price ul li .s_bottom_txt {
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
  bottom: 25px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .s_bottom_txt {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    left: auto;
    height: auto;
  }
}
#babysitter_page .price ul li .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#babysitter_page .price ul li .selectbox::after {
  pointer-events: none;
  position: absolute;
  content: "";
  right: 13px;
  width: 10px;
  height: 6px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/babysitter/select_after.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#babysitter_page .price ul li .selectbox select {
  appearance: none;
  width: 100%;
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  min-height: 55px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .selectbox select {
    min-height: 30px;
  }
}
#babysitter_page .price ul li .radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#babysitter_page .price ul li .s_input {
  margin-top: 42px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .s_input {
    margin-top: 12px;
  }
}
#babysitter_page .price ul li .radio-inline__label {
  display: inline-block;
  padding: 10px;
  min-height: 55px;
  margin-right: 0;
  border-radius: 10px;
  width: 100%;
  transition: all 0.2s;
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price ul li .radio-inline__label {
    min-height: 30px;
  }
}
#babysitter_page .price ul li .radio-inline__input:checked + .radio-inline__label {
  background: #000000;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
#babysitter_page .price ul li .radio-inline__input:focus + .radio-inline__label {
  outline-color: #000000;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
#babysitter_page .price .pr_b_txt {
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price .pr_b_txt {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#babysitter_page .price .pr_b_txt .pr_flex {
  font-size: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price .pr_b_txt .pr_flex {
    font-size: 20px;
    display: block;
  }
  #babysitter_page .price .pr_b_txt .pr_flex span {
    display: block;
  }
}
#babysitter_page .price .pr_b_txt .pr_flex input {
  border: 2px solid #D20A14;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #D20A14;
  max-width: 300px;
  padding: 0 15px;
  border-radius: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .price .pr_b_txt .pr_flex input {
    height: 40px;
    margin-top: 5px;
    max-width: 200px;
  }
}
#babysitter_page .price .pr_b_txt p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  padding-top: 20px;
  font-weight: 500;
  width: 100%;
  border-top: 1px solid #707070;
}
#babysitter_page .price .b_txt {
  text-align: left;
  width: fit-content;
  margin: auto;
}
#babysitter_page .step .inner {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#babysitter_page .step .ttl {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .ttl {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babysitter_page .step .ttl::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .ttl::after {
    display: block;
  }
}
#babysitter_page .step .step_list {
  display: flex;
  color: #000000;
  margin-top: 40px;
  column-gap: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .step_list {
    max-width: 90%;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
  }
}
#babysitter_page .step .step_list li {
  width: calc(25% - 34.5px);
  list-style: none;
  background: #F0F0F0;
  border-radius: 10px;
  position: relative;
  border-radius: 0 60px 0 60px;
  padding: 48px 5px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .step_list li {
    width: 100%;
    border-radius: 0 40px 0 40px;
    padding: 30px 5px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .step_list li + li {
    margin-top: 40px;
  }
}
#babysitter_page .step .step_list li + li::after {
  position: absolute;
  content: "";
  left: -31px;
  width: 20px;
  height: 18px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/babysitter/step_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .step_list li + li::after {
    left: calc(50% - 10px);
    width: 16px;
    height: 14.4px;
    top: -20px;
    background: url(../img/babysitter/step_icon_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#babysitter_page .step .step_list li .icon {
  max-width: 100px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  #babysitter_page .step .step_list li .icon {
    max-width: 80px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .step_list li .icon {
    max-width: 65px;
  }
}
#babysitter_page .step .step_list li .txt {
  margin-top: 30px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  #babysitter_page .step .step_list li .txt {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .step_list li .txt {
    font-size: 18px;
    margin-top: 10px;
  }
}
#babysitter_page .step .step_txt {
  text-align: left;
}
#babysitter_page .step .area {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .area {
    display: block;
    margin-top: 40px;
  }
}
#babysitter_page .step .area dt {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .area dt {
    width: 100%;
  }
}
#babysitter_page .step .area dt .list {
  border-left: 5px solid #D20A14;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .area dt .list {
    padding-left: 20px;
    border-left: 3px solid #D20A14;
  }
}
#babysitter_page .step .area dt .list + .list {
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .area dt .list + .list {
    margin-top: 30px;
  }
}
#babysitter_page .step .area dt .list .a_list {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.01;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .area dt .list .a_list {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#babysitter_page .step .area dt .list p {
  padding-left: 5px;
}
#babysitter_page .step .area dd {
  width: 50%;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .area dd {
    width: 100%;
    margin-top: 20px;
  }
}
#babysitter_page .step .ti_item {
  border-radius: 20px;
  border: 1px solid #707070;
  margin-top: 60px;
  padding: 50px 100px 60px 100px;
}
@media screen and (max-width: 1080px) {
  #babysitter_page .step .ti_item {
    padding: 50px 20px 60px 20px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .ti_item {
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px;
  }
}
#babysitter_page .step .ti_item dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .ti_item dl {
    display: block;
  }
}
#babysitter_page .step .ti_item dl dt {
  width: 27.5%;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1080px) {
  #babysitter_page .step .ti_item dl dt {
    width: 150px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .ti_item dl dt {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
  }
}
#babysitter_page .step .ti_item dl dd {
  width: 72.5%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  #babysitter_page .step .ti_item dl dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .step .ti_item dl dd {
    width: 100%;
    margin-top: 20px;
  }
}
#babysitter_page .step .ti_item dl dd p {
  padding-left: 9px;
  padding-top: 25px;
}
#babysitter_page .safety {
  background: #F0F0F0;
}
#babysitter_page .safety .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .inner {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
#babysitter_page .safety .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .ttl {
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babysitter_page .safety .s_txt {
  text-align: center;
  position: relative;
  padding-top: 65px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_txt {
    padding-top: 35px;
  }
}
#babysitter_page .safety .s_txt::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  top: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_txt::after {
    display: block;
  }
}
#babysitter_page .safety .s_list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  column-gap: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_list {
    gap: 30px;
    margin-top: 30px;
    column-gap: 20px;
  }
}
#babysitter_page .safety .s_list li {
  width: calc(50% - 50px);
  list-style: none;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_list li {
    width: 100%;
  }
}
#babysitter_page .safety .s_list li .list_ttl {
  font-size: 25px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_list li .list_ttl {
    font-size: 20px;
  }
}
#babysitter_page .safety .s_list li .img {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_list li .img {
    margin-top: 10px;
  }
}
#babysitter_page .safety .s_list li .txt {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .safety .s_list li .txt {
    margin-top: 10px;
  }
}
#babysitter_page .h3_ttl {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
@media screen and (max-width: 819px) {
  #babysitter_page .h3_ttl {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1.4;
  }
}
#babysitter_page .h3_ttl::after {
  position: absolute;
  content: "";
  left: calc(50% - 70px);
  width: 140px;
  height: 3px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #babysitter_page .h3_ttl::after {
    width: 70px;
    left: calc(50% - 35px);
  }
}
#babysitter_page .faq .inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#babysitter_page .faq ul {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq ul {
    margin-top: 30px;
  }
}
#babysitter_page .faq ul li {
  padding-bottom: 25px;
  background-image: linear-gradient(to right, #D20A14 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#babysitter_page .faq ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq ul li + li {
    margin-top: 20px;
  }
}
#babysitter_page .faq ul li dl {
  width: 100%;
  display: block;
}
#babysitter_page .faq ul li dl dt {
  padding: 20px 25px;
  background: #D20A14;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  font-size: 20px;
  text-align: left;
  line-height: 1.3;
  align-items: center;
}
#babysitter_page .faq ul li dl dt span {
  display: block;
  width: 66px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Jost", serif;
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq ul li dl dt span {
    width: 30px;
    font-size: 22px;
  }
}
#babysitter_page .faq ul li dl dt .q_t {
  width: calc(100% - 66px);
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq ul li dl dt .q_t {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq ul li dl dt {
    padding: 20px;
    align-items: baseline;
    font-size: 16px;
  }
}
#babysitter_page .faq ul li dl dd {
  padding: 20px 25px 0 91px;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #babysitter_page .faq ul li dl dd {
    padding: 20px 25px 0 91px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .faq ul li dl dd {
    font-size: 16px;
    padding: 10px 20px 0 20px;
  }
}
#babysitter_page .company .c_list {
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 40px;
  column-gap: 160px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .company .c_list {
    gap: 20px;
    column-gap: 80px;
    margin-top: 30px;
  }
}
#babysitter_page .company .c_list li {
  width: calc(25% - 120px);
}
@media screen and (max-width: 819px) {
  #babysitter_page .company .c_list li {
    width: calc(50% - 40px);
  }
}
#babysitter_page .company .c_list img {
  max-width: 84px;
}
#babysitter_page .company .inner {
  padding-top: 100px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .company .inner {
    padding-top: 40px;
  }
}
#babysitter_page .content {
  background: #F0F0F0;
}
#babysitter_page .content .big_ttl {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .big_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#babysitter_page .content .inner {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#babysitter_page .content .form_box {
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form_box {
    margin-top: 25px;
  }
}
#babysitter_page .content .form_box dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form_box dl {
    display: block;
  }
}
#babysitter_page .content .form_box dl dt {
  width: 218px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form_box dl dt {
    font-size: 16px;
    padding-bottom: 10px;
    width: 100%;
  }
}
#babysitter_page .content .form_box dl dd {
  border-left: 1px solid #3e3e3e;
  width: calc(100% - 218px);
  padding-left: 35px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form_box dl dd {
    width: 100%;
    border-top: 1px solid #3e3e3e;
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
}
#babysitter_page .content .f_h3_ttl {
  color: #919191;
  font-weight: 600;
  font-size: 128px;
  font-family: "Jost", serif;
  text-align: left;
  writing-mode: vertical-rl;
  position: absolute;
  line-height: 1.01;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .f_h3_ttl {
    position: relative;
    color: #000;
    margin-bottom: 20px;
    writing-mode: horizontal-tb;
    top: auto;
    right: auto;
    font-size: 30px;
  }
}
#babysitter_page .content .form {
  background: #ffffff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form {
    border-radius: 20px;
    padding: 20px;
  }
}
#babysitter_page .content .form .form_item {
  max-width: 602px;
  margin: auto;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form .form_item {
    max-width: 100%;
  }
}
#babysitter_page .content .form {
  background: #ffffff;
  padding: 60px 20px 80px 20px;
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form {
    padding: 30px;
  }
  #babysitter_page .content .form .f_dl dt {
    padding-top: 0;
  }
}
#babysitter_page .content .f_ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .f_ttl {
    margin-top: 25px;
    font-size: 14px;
  }
}
#babysitter_page .content .wpcf7-list-item {
  margin: auto !important;
}
#babysitter_page .content .simplebar-track.simplebar-vertical {
  background: #F2F2F2;
}
#babysitter_page .content #checkdiv {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
#babysitter_page .content #checkdiv p {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content #checkdiv p {
    font-size: 12px;
  }
}
@media screen and (max-width: 819px) {
  #babysitter_page .content #checkdiv {
    font-size: 12px;
  }
}
#babysitter_page .content .form .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#babysitter_page .content .form .last dt {
  align-items: first baseline;
}
#babysitter_page .content .form dl {
  width: 100%;
  display: block;
}
#babysitter_page .content .form dl + dl {
  margin-top: 20px;
}
#babysitter_page .content .form dl dt {
  width: 100%;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form dl dt {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
#babysitter_page .content .form dl dt p {
  display: flex;
}
#babysitter_page .content .form dl dt .red {
  font-size: 12px;
  font-weight: 400;
  width: 40px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 2px;
  background: #DE5F5F;
  margin-left: 20px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content .form dl dt .red {
    font-size: 10px;
    margin-left: 10px;
    width: 30px;
    height: 18px;
  }
}
#babysitter_page .content .form dl dd {
  width: 100%;
  position: relative;
  text-align: left;
}
#babysitter_page .content .form dl dd input[type="button"],
#babysitter_page .content .form dl dd input[type="submit"],
#babysitter_page .content .form dl dd input[type="reset"] {
  -webkit-appearance: none;
}
#babysitter_page .content .form dl dd p,
#babysitter_page .content .form dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
#babysitter_page .content .form dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-left: 0;
  margin-right: 40px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item label {
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item label {
    line-height: 2;
  }
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item input {
  appearance: none;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item input:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item button,
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #666666;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item button:hover,
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
#babysitter_page .content .form dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #707070;
  outline: 1px solid #707070;
}
#babysitter_page .content .form dl dd input {
  border-radius: 10px;
  border: 1px solid #707070 !important;
  padding: 10px 15px;
  width: 100%;
  color: #888888;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form dl dd input {
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
  }
}
#babysitter_page .content .form dl dd select {
  max-width: 340px;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 10px 15px;
  width: 100%;
  background: #EFEFEF;
  color: #707070;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form dl dd select {
    padding: 8px 10px;
  }
}
#babysitter_page .content .form dl dd textarea {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 10px 15px;
  color: #BEBEBE;
  height: 210px;
  max-width: 160px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form dl dd textarea {
    font-size: 14px;
    padding: 8px 10px;
    height: 120px;
    border-radius: 5px;
  }
}
#babysitter_page .content .form dl dd .wpcf7-response-output {
  border: 2px solid #B42E27 !important;
}
#babysitter_page .content .form dl dd input:focus,
#babysitter_page .content .form dl dd textarea:focus,
#babysitter_page .content .form dl dd select:focus {
  color: #222222 !important;
}
#babysitter_page .content .form dl dd input:valid,
#babysitter_page .content .form dl dd textarea:valid,
#babysitter_page .content .form dl dd select:valid {
  color: #222222 !important;
}
#babysitter_page .content .form dl dd input:invalid,
#babysitter_page .content .form dl dd textarea:invalid,
#babysitter_page .content .form dl dd select:invalid {
  color: #B42E27 !important;
  background-color: #FFcccc !important;
}
#babysitter_page .content .wpcf7-spinner {
  display: none;
}
#babysitter_page .content .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
#babysitter_page .content .form_check {
  margin: auto;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form_check {
    margin-top: 15px;
  }
}
#babysitter_page .content .form_check .wpcf7-not-valid-tip {
  display: none !important;
}
#babysitter_page .content .form_check label {
  display: flex;
  align-items: center;
}
#babysitter_page .content .form_check p {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
#babysitter_page .content .form_check a {
  color: #222222;
  text-decoration: none !important;
}
#babysitter_page .content .form_check input {
  appearance: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 6px;
  position: relative;
  font-size: 16px;
  min-height: auto !important;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .form_check input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
#babysitter_page .content .form_check input:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
#babysitter_page .content .btn_item {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 400px;
  border-radius: 64px;
}
#babysitter_page .content .btn_item::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#babysitter_page .content #send {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background: #525252;
  display: block;
  line-height: 64px;
  border-radius: 64px;
  color: #ffffff !important;
  text-align: center;
  position: relative;
  margin-top: 60px;
  background: #d2d2d2;
  border: none !important;
  cursor: no-drop;
}
#babysitter_page .content .sendok {
  cursor: pointer !important;
  border-radius: 64px;
  background: #525252 !important;
}
#babysitter_page .content #send:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content #send {
    font-size: 16px;
    margin-top: 30px;
    line-height: 50px;
  }
}
#babysitter_page .content .check_txt_box {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 25px 18px 25px 30px;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt_box {
    padding: 15px 8px 20px 10px;
    margin-top: 10px;
  }
}
#babysitter_page .content .simplebar-track.simplebar-horizontal {
  background: #F2F2F2;
  border-radius: 10px;
  margin: 0 auto;
}
#babysitter_page .content .simplebar-scrollbar {
  top: 0;
}
#babysitter_page .content .simplebar-scrollbar:before {
  background: #525252 !important;
  opacity: 1 !important;
  width: 11px !important;
  border-radius: 0px !important;
  left: 0 !important;
}
#babysitter_page .content .check_txt {
  height: 165px;
  overflow: auto;
  padding-right: 40px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt {
    height: 150px;
  }
}
#babysitter_page .content .check_txt::-webkit-scrollbar {
  width: 10px !important;
}
#babysitter_page .content .check_txt::-webkit-scrollbar-track {
  background-color: #ffffff !important;
  border-radius: 100px !important;
}
#babysitter_page .content .check_txt::-webkit-scrollbar-thumb {
  background-color: #E2E2E2 !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt {
    padding-right: 20px;
  }
}
#babysitter_page .content .check_txt .c_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt .c_ttl {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
#babysitter_page .content .check_txt p {
  text-align: left;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt p {
    line-height: 1.4;
  }
}
#babysitter_page .content .check_txt .sub_ttl {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt .sub_ttl {
    line-height: 1.4;
    margin-top: 15px;
  }
}
#babysitter_page .content .check_txt ol {
  margin-top: 0;
  padding-inline-start: 20px;
}
@media screen and (max-width: 850px) {
  #babysitter_page .content .check_txt ol {
    padding-inline-start: 16px;
  }
}
#babysitter_page .content .nocheck {
  border: 1px solid #e0e0e0 !important;
  background: #f0f0f1 !important;
}
#babysitter_page .content .date_ymd dd,
#babysitter_page .content .ninzu dd {
  display: flex !important;
  align-items: flex-end;
}
#babysitter_page .content .date_ymd dd p,
#babysitter_page .content .ninzu dd p {
  width: fit-content !important;
}
#babysitter_page .content .date_ymd dd input,
#babysitter_page .content .ninzu dd input {
  max-width: 120px;
}
#babysitter_page .content .date_ymd dd span,
#babysitter_page .content .ninzu dd span {
  width: fit-content;
  display: inline !important;
}
#babysitter_page .content .txt_suma {
  padding: 0 11px;
  width: fit-content;
}
#babysitter_page .content input {
  min-height: 60px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .content input {
    min-height: 40px;
  }
}
#babysitter_page .form_cor .form_item .last textarea {
  font-size: 14px;
  padding: 20px;
  line-height: 1.785;
}
@media screen and (max-width: 819px) {
  #babysitter_page .form_cor .form_item .last textarea {
    font-size: 12px;
    padding: 10px;
    line-height: 1.4;
    height: 180px;
  }
}
#babysitter_page .reviews .r_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 819px) {
  #babysitter_page .reviews .r_list {
    margin-bottom: 50px;
  }
}
#babybell_page .babybell {
  padding-top: 30px;
}
#babybell_page .babybell .d_mv {
  position: relative;
  padding-bottom: 36px;
  background: #D20A14;
}
#babybell_page .babybell .d_mv .img {
  width: 80%;
}
@media screen and (max-width: 1100px) {
  #babybell_page .babybell .d_mv .img {
    height: 400px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .img {
    width: 90%;
    height: 340px;
  }
}
@media screen and (min-width: 1440px) {
  #babybell_page .babybell .d_mv .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1100px) {
  #babybell_page .babybell .d_mv .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
#babybell_page .babybell .d_mv .btn_item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 900px) {
  #babybell_page .babybell .d_mv .btn_item {
    display: block;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .btn_item {
    width: 100%;
    padding-top: 30px;
    display: block;
  }
  #babybell_page .babybell .d_mv .btn_item a + a {
    margin-top: 20px;
  }
}
#babybell_page .babybell .d_mv .txt_item {
  z-index: 5;
  width: 46.7%;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 467px;
  background: #ffffff;
  border-radius: 0 0 0 50px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1300px) {
  #babybell_page .babybell .d_mv .txt_item {
    width: 600px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .txt_item {
    width: 90%;
    padding-left: 30px;
    padding-right: 20px;
    min-width: auto;
  }
}
#babybell_page .babybell .d_mv .txt_item .d_logo {
  max-width: 245px;
  margin: auto;
  margin-top: 58px;
}
@media screen and (max-width: 1300px) {
  #babybell_page .babybell .d_mv .txt_item .d_logo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  #babybell_page .babybell .d_mv .txt_item .d_logo {
    margin-top: 20px;
    max-width: 160px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .txt_item .d_logo {
    margin-top: 30px;
    max-width: 160px;
  }
}
#babybell_page .babybell .d_mv .txt_item .en_ttl {
  color: #D20A14;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  font-family: "Jost", serif;
  line-height: 1.433;
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  #babybell_page .babybell .d_mv .txt_item .en_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 1300px) {
  #babybell_page .babybell .d_mv .txt_item .en_ttl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #babybell_page .babybell .d_mv .txt_item .en_ttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .txt_item .en_ttl {
    font-size: 20px;
  }
}
#babybell_page .babybell .d_mv .txt_item .ttl {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.457;
}
@media screen and (max-width: 900px) {
  #babybell_page .babybell .d_mv .txt_item .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .txt_item .ttl {
    font-size: 24px;
  }
}
#babybell_page .babybell .d_mv .txt_item .txt {
  margin-top: 38px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  max-width: 505px;
}
@media screen and (max-width: 1300px) {
  #babybell_page .babybell .d_mv .txt_item .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #babybell_page .babybell .d_mv .txt_item .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .txt_item .txt {
    font-size: 16px;
  }
}
#babybell_page .babybell .d_mv .btn03 {
  margin-top: 25px;
  border: none !important;
}
@media screen and (max-width: 819px) {
  #babybell_page .babybell .d_mv .btn03 {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
#babybell_page .hour24 .inner {
  padding-top: 50px;
  padding-bottom: 105px;
}
@media screen and (max-width: 819px) {
  #babybell_page .hour24 .inner {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
#babybell_page .hour24 .ttl {
  font-weight: 900;
  text-align: left;
  font-size: 50px;
  letter-spacing: 0.05rem;
  line-height: 1.44;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #babybell_page .hour24 .ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
#babybell_page .hour24 .txt {
  text-align: left;
}
#babybell_page .hour24 .an_link {
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  #babybell_page .hour24 .an_link {
    margin-top: 30px;
  }
}
#babybell_page .hour24 .an_link ul {
  display: flex;
  gap: 35px;
  column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  #babybell_page .hour24 .an_link ul {
    display: block;
  }
}
#babybell_page .hour24 .an_link ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  #babybell_page .hour24 .an_link ul li {
    width: 100%;
  }
  #babybell_page .hour24 .an_link ul li + li {
    margin-top: 8px;
  }
}
#babybell_page .hour24 .an_link ul li a {
  display: block;
  background: #D20A14;
  color: #ffffff;
  line-height: 82px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 819px) {
  #babybell_page .hour24 .an_link ul li a {
    font-size: 16px;
    line-height: 42px;
  }
}
#babybell_page .hour24 .an_link ul li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_d.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#babybell_page .s4 {
  background: #F0F0F0;
}
#babybell_page .s4 .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .inner {
    padding-top: 110px;
    padding-bottom: 45px;
  }
}
#babybell_page .s4 .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .ttl {
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babybell_page .s4 .s4_list {
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  column-gap: 38px;
  position: relative;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .s4_list {
    padding-top: 35px;
  }
}
#babybell_page .s4 .s4_list::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  top: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .s4_list::after {
    display: block;
  }
}
#babybell_page .s4 .s4_list li {
  width: calc(50% - 19px);
  background: #ffffff;
  list-style: none;
  padding: 35px 35px 60px 35px;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .s4_list li {
    padding: 20px 20px 30px 20px;
    width: 100%;
  }
}
#babybell_page .s4 .s4_list li .list_ttl {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .s4_list li .list_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#babybell_page .s4 .s4_list li .list_ttl span {
  line-height: 120px;
  display: block;
  position: relative;
  padding-right: 35px;
  margin-right: 35px;
  padding-left: 9px;
  font-size: 60px;
  font-weight: 600;
  color: #D20A14;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .s4_list li .list_ttl span {
    padding-left: 0;
    line-height: 80px;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 40px;
  }
}
#babybell_page .s4 .s4_list li .list_ttl span::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #D20A14;
}
#babybell_page .s4 .s4_list li .txt {
  text-align: left;
}
#babybell_page .s4 .s4_list li .txt .txt_bot {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 819px) {
  #babybell_page .s4 .s4_list li .txt .txt_bot {
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }
}
#babybell_page .merit .merit_img {
  position: relative;
}
#babybell_page .merit .merit_img .m_item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 115px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_img .m_item {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_img .m_item {
    padding-bottom: 70px;
  }
}
#babybell_page .merit .merit_img .m_item .ttl {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 0;
  line-height: 1.571;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_img .m_item .ttl {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
  }
}
#babybell_page .merit .merit_img .m_item .ttl::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_img .m_item .ttl::after {
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_img .bg {
    height: 320px;
  }
  #babybell_page .merit .merit_img .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#babybell_page .merit .merit_red {
  margin-top: -35px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  #babybell_page .merit .merit_red {
    margin-top: -25px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red {
    margin-top: -35px;
  }
}
#babybell_page .merit .merit_red .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red .inner {
    padding-bottom: 40px;
  }
}
#babybell_page .merit .merit_red::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 35px);
  left: 0;
  bottom: 0;
  background: #F0F0F0;
}
@media screen and (max-width: 1100px) {
  #babybell_page .merit .merit_red::after {
    height: calc(100% - 25px);
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red::after {
    height: calc(100% - 35px);
  }
}
#babybell_page .merit .merit_red ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 116px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul {
    column-gap: 60px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul {
    display: block;
  }
}
#babybell_page .merit .merit_red ul li {
  width: calc(50% - 58px);
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li {
    width: 100%;
  }
  #babybell_page .merit .merit_red ul li + li {
    margin-top: 15px;
  }
  #babybell_page .merit .merit_red ul li:nth-child(1) .r {
    padding-top: 25px !important;
  }
}
#babybell_page .merit .merit_red ul li:nth-child(3),
#babybell_page .merit .merit_red ul li:nth-child(4) {
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul li:nth-child(3),
  #babybell_page .merit .merit_red ul li:nth-child(4) {
    margin-top: 15px;
  }
}
#babybell_page .merit .merit_red ul li .list_flex {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul li .list_flex {
    column-gap: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li .list_flex {
    column-gap: 10px;
    align-items: flex-start;
  }
}
#babybell_page .merit .merit_red ul li .list_flex .l {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul li .list_flex .l {
    width: 40%;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li .list_flex .l {
    width: 45%;
  }
}
#babybell_page .merit .merit_red ul li .list_flex .r {
  width: 50%;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul li .list_flex .r {
    width: 60%;
    font-size: 13px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li .list_flex .r {
    font-size: 14px;
    font-weight: bold;
    width: 55%;
    padding-top: 15px;
    line-height: 1.3;
  }
}
#babybell_page .merit .merit_red ul li .circle {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  background: #ffffff;
  color: white;
  text-align: center;
  line-height: 1;
  box-sizing: content-box;
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
#babybell_page .merit .merit_red ul li .circle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
#babybell_page .merit .merit_red ul li .c_item {
  display: inline-block;
  vertical-align: middle;
}
#babybell_page .merit .merit_red ul li .c_item .sub {
  color: #ffffff;
  width: fit-content;
  line-height: 21px;
  background: #D20A14;
  border-radius: 3px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  padding: 0 11px;
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li .c_item .sub {
    font-size: 14px;
  }
}
#babybell_page .merit .merit_red ul li .c_item .icon {
  font-family: "Jost", serif;
  color: #D20A14;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  #babybell_page .merit .merit_red ul li .c_item .icon {
    font-size: 50px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li .c_item .icon {
    font-size: 36px;
  }
}
#babybell_page .merit .merit_red ul li .c_item .ttl {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul li .c_item .ttl {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  #babybell_page .merit .merit_red ul li .c_item .ttl {
    font-size: 17px;
    margin-top: 0;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul li .c_item .ttl {
    font-size: 15px;
    margin-top: 10px;
  }
}
#babybell_page .merit .merit_red ul .img {
  position: relative;
  z-index: 3;
  margin-top: -48px;
}
@media screen and (max-width: 1200px) {
  #babybell_page .merit .merit_red ul .img {
    margin-top: -28px;
  }
}
@media screen and (max-width: 900px) {
  #babybell_page .merit .merit_red ul .img {
    margin-top: -18px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .merit .merit_red ul .img {
    margin-top: -18px;
  }
}
#babybell_page .other .inner {
  padding-top: 105px;
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  #babybell_page .other .inner {
    padding-top: 55px;
  }
}
#babybell_page .other .ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 819px) {
  #babybell_page .other .ttl {
    font-size: 20px;
  }
}
#babybell_page .other ul {
  margin-top: 30px;
  display: flex;
  column-gap: 80px;
}
@media screen and (max-width: 819px) {
  #babybell_page .other ul {
    display: block;
    margin-top: 20px;
  }
}
#babybell_page .other ul li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 819px) {
  #babybell_page .other ul li {
    width: 100%;
  }
  #babybell_page .other ul li + li {
    margin-top: 30px;
  }
}
#babybell_page .other ul li .sub_ttl {
  text-align: center;
  width: 100%;
  font-size: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c2c2c2;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 819px) {
  #babybell_page .other ul li .sub_ttl {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
#babybell_page .other ul li dl {
  display: flex;
  position: relative;
}
#babybell_page .other ul li dl dt {
  width: 60%;
}
#babybell_page .other ul li dl dt img {
  border-radius: 0 0 0 10px;
}
#babybell_page .other ul li dl dd {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  padding-bottom: 46px;
  position: relative;
}
#babybell_page .other ul li dl dd::after {
  position: absolute;
  content: "";
  right: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  bottom: 30%;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link.png) no-repeat center / contain;
  background-size: 100% 100%;
}
#babybell_page .other ul a {
  display: block;
}
#babybell_page .other ul a:hover dl dd::after {
  right: calc(50% - 15px);
  transition: 0.3s ease-in-out;
}
#babybell_page .step {
  background: #D20A14;
  color: #ffffff;
}
#babybell_page .step .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#babybell_page .step .sub_ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 819px) {
  #babybell_page .step .sub_ttl {
    font-size: 20px;
  }
}
#babybell_page .step .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.01;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 819px) {
  #babybell_page .step .ttl {
    font-size: 22px;
  }
}
#babybell_page .step .ttl span {
  font-size: 50px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step .ttl span {
    font-size: 32px;
  }
}
#babybell_page .step .btn03 {
  border: none !important;
  margin-top: 56px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step .btn03 {
    margin-top: 30px;
  }
}
#babybell_page .step ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  column-gap: 62px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul {
    display: block;
    margin-top: 30px;
  }
}
#babybell_page .step ul li {
  width: calc(33.3333% - 41.3333px);
  background: #ffffff;
  border-radius: 60px 0 60px 0;
  padding: 15px 0 62px 0;
  position: relative;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul li {
    border-radius: 30px 0 30px 0;
    padding: 15px 0 40px 0;
    width: 100%;
  }
  #babybell_page .step ul li + li {
    margin-top: 30px;
  }
}
#babybell_page .step ul li + li::after {
  position: absolute;
  content: "";
  right: 0;
  left: -45px;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_w02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul li + li::after {
    display: none;
  }
}
#babybell_page .step ul li .num {
  color: #D20A14;
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 600;
  padding: 0 75px 13px 38px;
  position: relative;
  width: fit-content;
  line-height: 1.433333;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul li .num {
    font-size: 24px;
    padding: 0 55px 8px 25px;
  }
}
#babybell_page .step ul li .num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D20A14;
}
#babybell_page .step ul li .txt_item {
  color: #000000;
  padding-top: 33px;
  padding-left: 40px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul li .txt_item {
    padding-top: 20px;
    padding-left: 25px;
  }
}
#babybell_page .step ul li .txt_item .list_ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
  padding-right: 35px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul li .txt_item .list_ttl {
    padding-right: 25px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#babybell_page .step ul li .txt_item .txt {
  text-align: left;
  padding-right: 40px;
}
@media screen and (max-width: 819px) {
  #babybell_page .step ul li .txt_item .txt {
    padding-right: 25px;
  }
}
#babybell_page .reviews .inner {
  padding-top: 120px;
  padding-bottom: 50px;
}
#babybell_page .reviews .h3_ttl {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
@media screen and (max-width: 819px) {
  #babybell_page .reviews .h3_ttl {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1.4;
  }
}
#babybell_page .reviews .h3_ttl::after {
  position: absolute;
  content: "";
  left: calc(50% - 70px);
  width: 140px;
  height: 3px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #babybell_page .reviews .h3_ttl::after {
    width: 70px;
    left: calc(50% - 35px);
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .reviews .inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
#babybell_page .reviews .star {
  width: fit-content;
  margin: auto;
  display: flex;
  margin-top: 32px;
  column-gap: 20px;
}
@media screen and (max-width: 819px) {
  #babybell_page .reviews .star {
    column-gap: 15px;
    margin-top: 15px;
  }
}
#babybell_page .reviews .star img {
  max-width: 22px;
}
@media screen and (max-width: 819px) {
  #babybell_page .reviews .star img {
    max-width: 18px;
  }
}
#babybell_page .reviews .age {
  margin-top: 20px;
}
#babybell_page .reviews .current-use {
  margin-top: 8px;
}
#babybell_page .reviews .txt {
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #babybell_page .reviews .txt {
    margin-top: 15px;
  }
}
#babybell_page .b_event .inner {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event .inner {
    padding-top: 40px;
  }
}
#babybell_page .b_event .ttl {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event .ttl {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
#babybell_page .b_event .ttl::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event .ttl::after {
    display: block;
  }
}
#babybell_page .b_event .txt {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event .txt {
    margin-top: 20px;
  }
}
#babybell_page .b_event .c_txt {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-top: 32px;
  margin-bottom: 35px;
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event .c_txt {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#babybell_page .b_event ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: flex;
  column-gap: 62px;
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  #babybell_page .b_event ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event ul {
    margin-top: 20px;
    display: block;
  }
}
#babybell_page .b_event ul li {
  width: calc(33.3333% - 41.3333px);
  border: 1px solid #c2c2c2;
}
@media screen and (max-width: 1080px) {
  #babybell_page .b_event ul li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event ul li {
    width: 100%;
  }
  #babybell_page .b_event ul li + li {
    margin-top: 40px;
  }
}
#babybell_page .b_event ul li .list_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 40px 10px 55px 10px;
}
@media screen and (max-width: 819px) {
  #babybell_page .b_event ul li .list_ttl {
    font-size: 18px;
    padding: 20px 10px 25px 10px;
  }
}
.reviews .r_list {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: center;
}
.reviews .r_list .txt_m_t_15 {
  margin-top: 20px;
  text-align: left !important;
}
@media screen and (max-width: 819px) {
  .reviews .r_list {
    display: block;
    margin-top: 30px;
  }
}
.reviews .r_list li {
  width: calc(33.3333% - 33.3333px);
  background: #F0F0F0;
  border-radius: 60px 0 60px 0;
  padding: 30px 35px 45px 35px;
}
@media screen and (max-width: 1200px) {
  .reviews .r_list li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 819px) {
  .reviews .r_list li {
    width: 100%;
    border-radius: 30px 0 30px 0;
    padding: 20px;
  }
  .reviews .r_list li + li {
    margin-top: 30px;
  }
}
.reviews .r_list .img {
  max-width: 120px;
  margin: auto;
}
.reviews .r_list .img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 819px) {
  .reviews .r_list .img {
    max-width: 100px;
  }
}
