@charset "UTF-8";
/* Scss Document */
/* 基本テキスト */
/* ヘッダメニュー分だけマージンを取る */
/* @media screen and (max-width: 1330px) */
/* @media screen and (max-width: 768px) */
/* text line shadow-----color */
/* back shadow-----color */
/* Scss Document */
main .lead .table_title {
  padding: 40px 0 0;
  font-size: 1.6em;
  text-align: left;
}
main .lead .table_supp {
  padding: 10px 0 0;
  font-size: 1.4em;
  text-align: left;
}
main .lead .price_table {
  margin: 0;
  width: 100%;
}
main .lead .price_table .blank_td {
  line-height: 1em;
  border-left: 0px none;
  border-right: 0px none;
  background: transparent;
}
main .lead .price_table td {
  padding: 5px 10px;
  background-color: white;
  border: solid 1px var(--color-base-secondary);
  font-size: 1.6em;
  color: black;
  text-shadow: none;
}
main .lead .price_table td .t-small {
  font-size: 0.8em;
}
main .lead .price_table td .center {
  text-align: center;
}
main .lead .price_table .title {
  text-align: center;
  vertical-align: middle;
  line-height: 1.6em;
}
main .lead .price_table .border-none {
  border: none;
  background-color: transparent;
}
main .lead .price_table .coloring {
  background-color: var(--color-main-white);
}
main .lead .margin-top_20 {
  margin-top: 20px !important;
}
main .lead .margin-bottom_40 {
  margin-bottom: 40px !important;
}
main .lead .margin-bottom_80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  main .lead .table_supp {
    font-size: 1.2em;
    margin-left: 10px;
  }
  main .lead .price_table {
    width: auto;
    margin: 0 auto;
  }
  main .lead .price_table td {
    font-size: 1.2em;
  }
}

/*# sourceMappingURL=price.css.map */
