@charset "UTF-8";

:root {
  --shikkan-gray: #eee;
  --shikkan-bg: #f8f8f8;
  --shikkan-border: #ddd;
}

/*-------------------------------------------*/
/*  PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    shikkan_ichizuke
  ===================== */

  #shikkan_ichizuke {
    padding-top: 40px;
  }

  .shikkan_ichizuke_ttl {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .text a {
    text-decoration: underline;
  }

  /* =====================
    shikkan_ichizuke_conts
  ===================== */

  .shikkan_ichizuke_sub {
    background: var(--shikkan-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 15px;
    margin: 32px 0 20px;
  }

  .shikkan_ichizuke_h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .shikkan_ichizuke_conts .text {
    margin: 20px 0;
  }

  .shikkan_ichizuke_conts .text p + p {
    margin-top: 10px;
  }

  .shikkan_ichizuke_conts ul > li > ul,
  .shikkan_ichizuke_conts ol > li > ul {
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 14px;
  }

  .shikkan_ichizuke_conts ul > li > ul > li,
  .shikkan_ichizuke_conts ol > li > ul > li {
    margin-bottom: 5px;
  }

  .shikkan_ichizuke_conts ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .shikkan_ichizuke_conts ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .shikkan_ichizuke_conts ol {
    counter-reset: shikkan_order;
  }

  .shikkan_ichizuke_conts ol > li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
  }

  .shikkan_ichizuke_conts ol > li::before {
    counter-increment: shikkan_order;
    content: counter(shikkan_order) ".";
    position: absolute;
    top: 0;
    left: 0;
  }

  /* =====================
    shikkan_ichizuke_table
  ===================== */

  .shikkan_ichizuke_table_wrap {
    margin-top: 20px;
    overflow-x: auto;
  }

  .shikkan_ichizuke_table_wrap.sp_stack {
    overflow-x: visible;
  }

  .shikkan_ichizuke_table {
    width: 100%;
    min-width: 640px;
    border-top: 1px solid var(--shikkan-border);
    border-left: 1px solid var(--shikkan-border);
  }

  .shikkan_ichizuke_table th,
  .shikkan_ichizuke_table td {
    border-right: 1px solid var(--shikkan-border);
    border-bottom: 1px solid var(--shikkan-border);
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top;
  }

  .shikkan_ichizuke_table thead tr:first-child th {
    background: var(--shikkan-gray);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .shikkan_ichizuke_table thead tr:nth-child(2) th {
    background: var(--shikkan-bg);
    font-weight: 600;
    text-align: center;
  }

  .shikkan_ichizuke_table td:nth-child(1),
  .shikkan_ichizuke_table td:nth-child(3) {
    width: 14%;
    font-weight: 600;
    white-space: nowrap;
  }

  .shikkan_ichizuke_table td:nth-child(2),
  .shikkan_ichizuke_table td:nth-child(4) {
    width: 36%;
  }
}

/*-------------------------------------------*/
/*  SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {

  /* =====================
    shikkan_ichizuke
  ===================== */

  #shikkan_ichizuke {
    padding-top: 40px;
  }

  .shikkan_ichizuke_ttl {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .text a {
    text-decoration: underline;
  }

  /* =====================
    shikkan_ichizuke_conts
  ===================== */

  .shikkan_ichizuke_sub {
    background: var(--shikkan-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 15px;
    margin: 32px 0 20px;
  }

  .shikkan_ichizuke_h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .shikkan_ichizuke_conts .text {
    margin-bottom: 5px;
  }

  .shikkan_ichizuke_conts .text p + p {
    margin-top: 10px;
  }

  .shikkan_ichizuke_conts ul > li > ul,
  .shikkan_ichizuke_conts ol > li > ul {
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 14px;
  }

  .shikkan_ichizuke_conts ul > li > ul > li,
  .shikkan_ichizuke_conts ol > li > ul > li {
    margin-bottom: 5px;
  }

  .shikkan_ichizuke_conts ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .shikkan_ichizuke_conts ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .shikkan_ichizuke_conts ol {
    counter-reset: shikkan_order;
  }

  .shikkan_ichizuke_conts ol > li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .shikkan_ichizuke_conts ol > li::before {
    counter-increment: shikkan_order;
    content: counter(shikkan_order) ".";
    position: absolute;
    top: 0;
    left: 0;
  }

  /* =====================
    shikkan_ichizuke_table
  ===================== */

  .shikkan_ichizuke_table_wrap {
    margin-top: 20px;
    overflow-x: auto;
  }

  .shikkan_ichizuke_table_wrap.sp_stack {
    overflow-x: visible;
  }

  .shikkan_ichizuke_table {
    width: 100%;
    min-width: 100%;
    border-top: 1px solid var(--shikkan-border);
    border-left: 1px solid var(--shikkan-border);
  }

  .shikkan_ichizuke_table th,
  .shikkan_ichizuke_table td {
    border-right: 1px solid var(--shikkan-border);
    border-bottom: 1px solid var(--shikkan-border);
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: top;
  }

  .shikkan_ichizuke_table thead tr:first-child th {
    background: var(--shikkan-gray);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }

  .shikkan_ichizuke_table thead tr:nth-child(2) th {
    background: var(--shikkan-bg);
    font-weight: 600;
    text-align: center;
  }

  .shikkan_ichizuke_table td:nth-child(1),
  .shikkan_ichizuke_table td:nth-child(3) {
    width: 18%;
    font-weight: 600;
    white-space: nowrap;
  }

  .shikkan_ichizuke_table_wrap.sp_stack + .shikkan_ichizuke_table_wrap.sp_stack {
    margin-top: 24px;
  }

  .shikkan_ichizuke_table_wrap.sp_stack .shikkan_ichizuke_table th,
  .shikkan_ichizuke_table_wrap.sp_stack .shikkan_ichizuke_table td {
    width: auto;
    white-space: normal;
  }

  .shikkan_ichizuke_table_wrap.sp_stack .shikkan_ichizuke_table td:first-child {
    width: 28%;
    font-weight: 600;
    white-space: nowrap;
  }
}
