/* 一覧 ================================================== */
#search_school .searchList li { line-height: 1.5;}


/* 詳細ページ ================================================== */



/*料金表*/
.tbl_price { width: 100%; border: 3px solid #ccc; }
.tbl_price + .ttl_stripe { margin-top: 3em;}
.tbl_price th{ width: 25%; }
.tbl_price th, .tbl_price td { padding:1em .5em; }
.tbl_price th { font-weight: bold; background: #ffedd3; border: 1px solid #ccc; line-height: 1.6; }
.tbl_price td { text-align: center !important; border: 1px solid #ccc; background: #fff; font-weight: normal !important; }

.fee_nyukan ul.kome {margin: 1em auto 5em;}





@media screen and (min-width: 600px) { 
  .searchList a { display: flex; justify-content: center; align-items: center; padding: .5em 1em; min-height: 4.3em; line-height: 1.5;}

  /* 設備 */
  .tbl_icon > div > dt { width: 14em; line-height: 1.3;}
  .tbl_icon > div > dd { width: calc(100% - 15em);}

  .osusumeList li .ttl {font-size: 1.3em; 
    line-height: 1.38;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;}

}

@media screen and (max-width: 999px){
  .ttl_icon span{ padding-left: 3.3em; display: inline-block; line-height: 1.5;}
  .ttl_icon span::after{width:40px; height: 40px;}
  .ttl_icon.tag span::before{left: 7px; width: 28px; }
  .ttl_icon span::before{left: 2px;}
  .pageNav li a {font-size: 1em; height: 100%; display: flex; align-items: center;}
}

@media screen and (max-width: 599px) {
  /* 一覧 ================================================== */
  .ttl_disc { font-size: 1.15em;}
  .mapNav li { display: flex; justify-content: center; align-items: center;}

  /* 詳細ページ ================================================== */
  .ttl_stripe { font-size: 1.2em;}

  .tbl_price{ font-size: .87em; }
  .tbl_price th { width: 25%; padding: .5em; font-size: .9em; }
  .scrollWrap .scroll { position: relative;}
  .scrollWrap .scroll::before { content: "You can scroll horizontally →"; display: block; position: absolute; top: -20px; left: 0; font-size: 13px; }

  .fee_nyukan ul.kome {margin: 1em auto 3em;}

  .ttl_stripe::before,.ttl_stripe::after {border-bottom-width: 85px!important;}

  .fee_nyukan ul.kome.short_term {margin: 1em auto 0em;}
}