.s-head_image-full-low{
  padding-top: 72px;
}

.s-text--cl {
    color: #D32F2F;
}

.s-change-type__list{
  margin-bottom: 32px;
}

.s-change-type__item.is-current{
  padding-top: 8px;
  padding-bottom: 8px;
}

.s-change-type__list,
.s-change-type__item.is-current{
  border-radius: 5px;
}

.s-anchor-list{
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}

.s-anchor-list__item{
  margin-right: 16px;
  margin-bottom: 16px;
}

.s-table_shop_list {
  border-collapse: collapse;
}

.s-table_shop_list .s-table_row{
  border-top: solid 1px #ddd;
  width: 100%;
}

.s-table_shop_list .s-table_row:last-child{
  border-bottom: solid 1px #ddd;
}

.s-table_shop_list .s-table_row:first-child,
.s-table_shop_list .s-table_row:nth-of-type(2){
  border: none;
}

.s-table_shop_list .s-table_heading{
  background-color: #f6f6f6;
  padding: 16px 0 16px;
}

.s-table_shop_list .s-table_heading:first-child{
  padding: 16px 32px;
}

.s-table_shop_list .s-table_data{
  font-size: 14px;
  padding: 0;
}

.s-table_shop_list .s-table_data:first-child{
  padding: 24px 0;
}
.s-table_shop_list .s-table_data:last-child{
  padding: 0 0 24px;
}

.s-table_shop_list .s-table_shop{
  font-size: 16px;
}

.s-companyinfo{
  width: 370px;
  margin: 16px auto;
}

.s-companyinfo-head{
  float: left;
  width: 6em;
  margin-right: 16px;
  padding-bottom: 16px;
}

.s-companyinfo-info{
  margin-bottom: 16px;
}

.s-contact-caption{
  width: 355px;
  margin: 16px auto;
}

@media only screen and (max-width: 796px){
  /* PCでのスタイル適応無し、スマホのみでのスタイル適応部分 */

.s-headline{
  font-size: 24px;
}

.s-anchor-list__item:nth-of-type(4n) .s-anchor-list__link{
  margin-left: 0;
}

.s-layout__flex-sp .s-table_data{
  display: block;
}

.s-layout__flex-sp{
  display: flex;
  flex-wrap: wrap;
}

.s-table_more_info{
  text-align: right;
}

}

@media only screen and (min-width: 796px){
/* PC表示のスタイルここ以外だとスマホにも適応される */

  .s-head_image-full-low{
    padding-top: 88px;
  }

  .s-change-type__list{
    width: 80%;
  }

  .s-table_shop_list {
    width: 100%;
  }

  .s-table_shop_list .s-table_data{
    padding: 32px 0;
  }

  .s-table_shop_list .s-table_data:first-child{
    padding-left: 32px;
  }

  .s-table_shop_list .s-table_row{
    display: table-row;
    text-align: left;
  }

  .s-table_shop_list .s-table_nearest_station{
    width: 500px;
    padding-right: 32px;
  }

  .s-table_shop_list .s-table_shop{
    width: 300px;
  }

  .s-contact-caption{
    width: 485px;
  }

}

/* プロフェッショナルブルーのcvボタン */
.a-button--type_cv.s-pro-blue {
    background: #5081A5;
}
.a-button--type_cv.s-pro-blue:hover {
    background: #6B9AB8;
}

