@charset "UTF-8";
/* ▼▼▼ サービス案内
=====================================*/
.service_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .service_wrap {
    margin-top: 60px;
  }
}
.service_wrap .faq_block dt::before, .service_wrap .faq_block dd::before {
  display: none;
}
.service_wrap .faq_block dt {
  padding-left: 20px;
}
.service_wrap .faq_block_inner {
  padding-left: 20px;
  padding-right: 20px;
}
.service_wrap .faq_block_inner .kome_list {
  font-size: 12px;
}
.service_time {
  margin-bottom: 13px;
  padding: 15px 25px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service_time .md_time_cat {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .service_time .md_time_cat br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service_time .md_time_limit {
    font-size: 19px;
  }
}
.service_time_holiday {
  margin: 20px auto 15px;
  padding: 20px 10px;
  background: #FFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}