body {
    background: white;
    margin: 0;
  }

  main.l-main {
    display: block;
    padding: 0px 10px 7.5%;
    width: 920px;
    margin: 0 auto;
    font-size: 0.8em;
  }

  main.l-main * {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
  }

  main.l-main p {
    margin: 0;
  }
  main.l-main p + p {
    margin-top: 10px;
  }

  @media screen and (max-width: 640px) {
    main.l-main {
      width: 95%;
      padding: 8px;
    }
  }

  .yamato a {
    text-decoration-line: underline;
}

.yamato {
    color: red;
    font-weight: bold;
}

  /* -----------------
  見出し
  ----------------- */

  /* 見出し01 */
  h2.heading01 {
    position: relative;
    font-size: 1.094em;
    padding-bottom: 8px;
    margin: 0 0 15px;
  }
  h2.heading01:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #000;
    height: 1px;
    width: 100%;
  }

  h2.heading01.-logo {
    font-weight: bold;
  }
  h2.heading01.-logo:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    content: "";
    width: 32px;
  }
  h2.heading01.-logo.-jam:before {
    background: url(https://jamtrading.jp/image/schedule/heading01-jam.png) no-repeat center/cover;
    bottom: 11px;
    height: 16px;
  }
  h2.heading01.-logo.-elulu:before {
    background: url(https://jamtrading.jp/image/schedule/heading01-elulu.png) no-repeat center/cover;
    bottom: 13px;
    height: 22px;
  }
  h2.heading01.-logo.-loweco:before {
    background: url(https://jamtrading.jp/image/schedule/heading01-loweco.png) no-repeat center/cover;
    bottom: 15px;
    height: 18px;
  }

  /* 見出し02 */
  h3.heading02 {
    position: relative;
    margin: 0 0 10px;
    padding: 2px 0 0 8px;
    font-size: 1.016em;
    font-weight: bold;
  }
  h3.heading02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #952a2a;
  }

  /* 見出し03 */
  h4.heading03 {
    margin: 0 0 10px;
    padding: 4px;
    font-size: 1.016em;
    font-weight: bold;
    background: #efefef;
  }

  h4.heading03.-icon {
    position: relative;
    padding-left: 23px;
  }
  h4.heading03.-icon:before {
    position: absolute;
    top: 7px;
    left: 6px;
    content: "";
    width: 12px;
    height: 12px;
  }

  h4.heading03.-icon.-tel:before {
    background: url(https://jamtrading.jp/image/schedule/icon-telphone.png) no-repeat center/cover;
  }
  h4.heading03.-icon.-mail:before {
    background: url(https://jamtrading.jp/image/schedule/icon-email.png) no-repeat center/cover;
  }

  /* -----------------
  テキスト装飾
  ----------------- */
  .sptext {
    display: none;
  }
  @media screen and (max-width: 640px) {
    .sptext {
      display: block;
    }
  }
  @media screen and (max-width: 640px) {
    .pctext {
      display: none;
    }
  }

  .red-txt {
    color: #952a2a;
    font-size: 1.016em;
    font-weight: bold;
  }

  .caution-txt {
    font-size: 0.94em;
    text-indent: -1em;
    padding-left: 1em;
    list-style: none;
  }

  /* -----------------
  リスト
  ----------------- */

  .square-tag-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    font-size: 0.87em;
    font-weight: bold;
  }

  .square-tag-list > li:not(:last-child) {
    margin-bottom: 3px;
  }

  .square-tag-list .square-tag {
    margin-right: 8px;
  }

  .square-tag-list .num {
    font-size: 1.3em;
  }

  .square-tag {
    display: inline-block;
    color: #fff;
    background: #952a2a;
    font-size: 0.95em;
    font-weight: bold;
    padding: 1px 10px;
    letter-spacing: 0.04em;
  }
  .square-tag.-secondary {
    background: #131e5a;
  }

  @media screen and (max-width: 640px) {
    .square-tag {
      font-size: 0.86em;
    }
    .square-tag-list {
      font-size: 0.78em;
    }
  }

  .schedule-icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.016em;
    margin-bottom: 10px;
  }

  .page-links {
    padding: 0;
  }

  .page-links li {
    display: inline-block;
  }
  .page-links li:after {
    display: inline-block;
    margin-left: 5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-links li a {
    color: #000 !important;
    text-decoration: underline;
  }
  .page-links li a:hover {
    text-decoration: none;
  }

  @media screen and (min-width: 641px) {
    .page-links li:not(:nth-child(4n)) {
      margin-right: 15px;
    }
  }

  @media screen and (max-width: 640px) {
    .page-links li {
      display: block;
    }
    .page-links li:not(:last-child) {
      margin-bottom: 5px;
    }
  }

  /* -----------------
  テーブル
  ----------------- */
  @media screen and (min-width: 641px) {
    .scroll-wrapper {
      overflow: hidden !important;
    }
  }
  @media screen and (max-width: 640px) {
    .scroll-wrapper {
      overflow-x: scroll !important;
      overflow-y: hidden !important;
      width: 100%;
    }
  }

  .tblType02_2 {
    border-top: 2px solid #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    font-size: 0.8em;
    width: 920px;
    table-layout: fixed;
  }
  @media screen and (max-width: 640px) {
    .tblType02_2 {
      width: auto;
    }
  }

  .tblType02_2 th,
  .tblType02_2 td {
    padding: 10px 6px;
    background: url(https://www.rakuten.ne.jp/gold/jam-ing/image/com_line002.gif) repeat-y 100% 0;
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
  }
  .tblType02_2 th .min,
  .tblType02_2 td .min {
    font-size: 10px;
  }
  @media screen and (max-width: 640px) {
    .tblType02_2 th,
    .tblType02_2 td {
      min-width: 60px;
    }
  }

  .tblType02_2 th {
    background-color: #efefef;
  }

  .tblType02_2 tr th:first-child {
    width: 20%;
  }
  @media screen and (max-width: 640px) {
    .tblType02_2 tr th:first-child {
      width: auto;
    }
  }

  .tblType02_2 tr th:first-child,
  .tblType02_2 tr td:first-child {
    white-space: nowrap;
  }

  .tblType02_2 .last {
    background-image: none;
  }
  .tblType02_2 td {
    text-align: center;
  }
  td.ttl03 {
    background-color: whitesmoke;
  }

  /* スマホ左一列固定 */
  .tblType02_2.-fixed01 {
    position: relative;
  }
  @media screen and (max-width: 640px) {
    .tblType02_2.-fixed01 tr th:first-child,
    .tblType02_2.-fixed01 tr td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
    }
  }

  td.layout_menu {
    display: none;
  }