@charset "UTF-8";
.container {
  position: relative; }
  .container .accent-left {
    position: absolute;
    width: 170px;
    left: 0;
    top: 190px; }
    .container .accent-left img {
      mix-blend-mode: multiply;
      opacity: 0.3;
      z-index: 1;
      position: relative;
      width: 100%;
      height: auto; }
  .container .sitename {
    width: 179px;
    margin-left: 30px; }
    .container .sitename img {
      width: 100%;
      height: auto; }
  .container .page-name {
    font-size: 3.1rem;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center; }
  .container table {
    font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    max-width: 820px;
    width: 90%;
    font-size: 14px;
    margin-inline: auto;
    margin-top: 8rem; }
    .container table caption {
      font-weight: bold; }
      .container table caption::before {
        content: '\025a0'; }
    .container table tr {
      display: flex;
      column-gap: 10px; }
      .container table tr:first-of-type {
        margin-top: 15px; }
        .container table tr:first-of-type th {
          border-top: 1px solid #000000; }
        .container table tr:first-of-type td {
          border-top: 1px solid #949494; }
    .container table th, .container table td {
      line-height: 1.4; }
    .container table th {
      border-bottom: 1px solid #000000;
      width: 14em;
      padding: 15px 10px;
      font-weight: normal; }
    .container table td {
      flex: 1;
      border-bottom: 1px solid #949494;
      padding: 15px 10px; }
  .container .preview {
    font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    max-width: 820px;
    width: 90%;
    display: flex;
    gap: 10px;
    margin-inline: auto;
    margin-top: 3rem; }
    .container .preview .title {
      padding: 5px 30px;
      font-size: 12px;
      font-feature-settings: "palt";
      letter-spacing: 0.2em;
      color: #614a34;
      border: 1px solid currentColor;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .container .preview .text {
      font-size: 10px;
      flex: 1px;
      color: #614a34; }

@media (max-width: 960px) {
  .container .accent-left {
    width: 102px; } }
@media (max-width: 520px) {
  .container .accent-left {
    top: 250px; }
  .container .sitename {
    width: 105px;
    margin-left: 0;
    margin-inline: auto; }
  .container .page-name {
    margin-top: 6rem; }
  .container table {
    font-size: 12px; }
    .container table tr {
      column-gap: 5px; }
    .container table th {
      width: 9em;
      padding: 10px 5px; }
    .container table td {
      padding: 10px 5px; }
  .container .preview {
    flex-wrap: wrap; }
    .container .preview .title {
      width: 100%;
      padding: 5px; }
    .container .preview .text {
      width: 100%; } }
