@charset "utf-8";
.division-tel-number {
  border-bottom: 1px dashed #CDCDCD;
  padding-bottom: 8px;
}
.reception-time-wrap {
  display: flex;
  font-size: 14px;
  letter-spacing: -0.03em;
}
.reception-time-left {
  width: 70px;
  min-width: 70px;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
 
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  figure.w-table tr td:first-child, figure.w-table tr td:last-child {
    width: 100%;
    display: block;
  }
  figure.wp-block-table.is-style-stripes table td {
    padding-right: 0;
    padding-left: 0;
  }
  figure.w-table tr td:first-child {
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: none!important;
  }
  figure.w-table table tr:first-child td, figure:not(.is-style-mini).wp-block-table table {
    border-top: none!important;
    border-bottom: none!important;
  }
  figure:not(.is-style-mini).wp-block-table table {
    border-right: none!important;
    border-left: none!important;
  }
  figure.w-table tr td:last-child {
    padding-top: 8px;
  }
  .child-page .office-info dl {
    display: block;
  }
  .child-page .office-info dt, .child-page .office-info dd {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .child-page .office-info dt {
    padding-bottom: 0;
    border-bottom: none;
  }
  .child-page .office-info dd {
    padding-bottom: 8px;
  }
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
 
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
