@charset "UTF-8";

/*--料金表--*/
#price + section .title{
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.2em;
    margin-top: 5rem;
}

#price + section .title:first-of-type{
    margin-top: 0;
}

#price + section table{
  border-color:var(--i_txt_color)!important;
}

#price + section .bg_pink{
  background:var(--i_btn_color);
}

#price + section table tr td {
  padding:1rem;
  box-sizing:border-box;
}

#price + section .note{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  text-indent: -1em;
  padding-left: 1em;
}

#price + section .note p{
  margin-bottom:0;
}

/*--テーブルのインナー幅--*/
#price + section .table_scroll {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
}


/*--テーブルの横スクロール--*/
@media screen and (max-width: 768px) {
  #price + section .table_scroll {
    overflow: scroll;
  }

  #price + section table {
   white-space: nowrap;
  }
}
