@charset "UTF-8";
/**
 * ポイントをまとめる
 */
/* ==========================================================================
   style
   ========================================================================== */
.mix-text-m,
.mix-text-l {
  font-weight: normal; }

.card-color {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .table02 th img {
    height: auto;
    padding-top: 0;
    width: 150px; } }
.tel-num-list li {
  border-top: 1px solid #e2e2e2;
  display: table;
  padding: 8px 0;
  width: 100%; }
  .tel-num-list li:first-child {
    border-top: none; }
  .tel-num-list li .shop-name,
  .tel-num-list li .shop-tel {
    display: table-cell;
    vertical-align: middle; }
  .tel-num-list li .shop-name {
    font-size: 100%; }
  .tel-num-list li .shop-tel {
    text-align: right; }
    .tel-num-list li .shop-tel .tel-num {
      text-align: right; }
      .tel-num-list li .shop-tel .tel-num:before {
        padding-right: 10px;
        position: inherit;
        top: inherit;
        left: inherit; }

@media screen and (max-width: 767px) {
  .tel-num-list li {
    display: block; }
    .tel-num-list li .shop-name,
    .tel-num-list li .shop-tel {
      display: block;
      text-align: center; } }
