@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - common_new
 * - Element >>> Heading
 * - Element >>> Text
 * - Element >>> List
 * - Element >>> Link
 * - Element >>> Image
 * - Element >>> Video
 * - Element >>> Form
 * - Element >>> Other
 * - Layout >>> Column
 * - Layout >>> Table
 * - Layout >>> Box
 * - Layout >>> Other
 * - Component >>> Navi
 * - Component >>> Index
 * - Component >>> Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * common_new
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- a ----- */


  /* ------------------------------------------------------
   * Component >>> heading
  ------------------------------------------------------ */
  /* ----- h1 ----- */
  .heading-lv1 {
    padding-top: 3em;
  }
  .heading-lv1  + * {
    margin-top: 38px;
  }
  .heading-lv1 > .heading_title {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 28px;
    position: relative;
  }
  .heading-lv1 > .heading_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    border-radius: 5px;
    background-color: #1dc88a;
  }
  /* ----- h1 ----- */
  .heading-lv1-v2 {
    padding-top: 3em;
  }
  .heading-lv1-v2 + * {
    margin-top: 38px;
  }
  .heading-lv1-v2 > .heading_title {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 28px;
    position: relative;
  }
  .heading-lv1-v2 > .heading_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    border-radius: 5px;
    background-color: #ccc;
  }
  /* ----- h2 ----- */
  .heading-lv2 {
    background-color: #f1f1f1;
    margin-top: 3.4em;
    border-radius: 6px;
  }
  .heading-lv2  + * {
    margin-top: 2.0em;
  }
  .heading-lv2 .heading_title {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding: 16px 32px 11px 32px;
  }
  .heading-lv2 .heading_title::before {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    width: 13px;
    height: 26px;
    border-radius:0 100px 100px 0;
    background-color: #1dc88a;
  }
  /* ----- h3 ----- */
  .heading-lv3 {
    margin-top: 2.8em;
  }
  .heading-lv3  + * {
    margin-top: 2.0em;
  }
  .heading-lv3 .heading_title {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px;
  }
  .heading-lv3 .heading_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1dc88a;
  }
  /* ------------------------------------------------------
   * Component >>> text
  ------------------------------------------------------ */
    /* ----- text ----- */
    .text {
      margin-top: 1em;
      font-size: 1.6rem;
      line-height: 1.6;
    }
  /* ------------------------------------------------------
   * Component >>> table
  ------------------------------------------------------ */
    /* ----- table ----- */
    .table {
      border-top: 1px solid #999;
      border-left: 1px solid #999;
      margin-top: 2.0em;
    }
    .table_cell {
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      background-color: #fff;
      text-align: left;
      vertical-align: top;
      padding: 10px 1.2rem 11px;
      vertical-align: middle;
      line-height: 1.6;
    }
    .table_cell.lv1 {
      background-color: #19a878;
      color: #fff;
      font-weight: bold;
      border-right: none;
      border-right: 1px solid #fff;
    }
    .table_cell.lv1:last-child {
      border-right: 1px solid #999;
    }
    .table_matrix {
      width: 100%;
    }
    .table_cell.lv2 {
      background-color: #f7f7f7;
      font-weight: normal;
    }
  /* ------------------------------------------------------
   * Component >>> link-text
  ------------------------------------------------------ */
    /* ----- link-text ----- */
    .link-text {
      margin-top: 1em;
      font-size: 1.6rem;
      line-height: 1.6;
      padding-left: 11px;
      display: flex;
      flex-direction: column;
      row-gap: .6em;
    }
    .link-text > li > a {
      padding-left: 20px;
      position: relative;
      color: #0d5aaa;
      text-decoration: none;
    }
    .link-text > li > a:hover {
      text-decoration: underline;
    }
    .link-text > li > a > .filesize {
      font-style: normal;
      margin-left: 6px;
    }
    .link-text > li > a::before {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      left: 0;
      transform: rotate(45deg);
      width: 8px;
      height: 8px;
      border-top: 1px solid #0d5aaa;
      border-right: 1px solid #0d5aaa;
      vertical-align: middle;
    }


  /* ------------------------------------------------------
   * Component >>> button
  ------------------------------------------------------ */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: flex;
    flex-flow: row wrap;
  }
  [data-row-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  [data-row-pc="3"] > * {
    width: calc((100% - 72px) / 3);
  }
  [data-row-pc="4"] > * {
    width: calc((100% - 108px) / 4);
  }
    /* ----- button ----- */
    .link-button {
      margin-top: 2.2em;
      font-size: 1.6rem;
      line-height: 1.6;
      gap: 36px;
    }
    .link-button > li > * {
      background-color: #fff;
      border: 1px solid #19a878;
      width: 100%;
      border-radius: 6px;
      font-size: 1.6rem;
      line-height: 1.4;
      color: #333333;
      text-decoration: none;
      display: inline-block;
      padding: 13px 43px 13px 10px;
      text-align: center;
      position: relative;
      font-weight: bold;
      height: 100%;
      display: block;
      align-content: center;
    }
    .link-button > li > a:hover {
      background-color: #c5ffec;
    }
    .link-button > li.is-current > div {
      background-color: #19a878;
      color: #fff;
      padding: 13px 10px;
    }
    .link-button > li.is-current > a::before,
    .link-button > li.is-current > a::after {
      display: none;
    }
    .link-button > li > a::before {
      content: "";
      position: absolute;
      top: calc(50% - 10px);
      right: 13px;
      width: 20px;
      height: 20px;
      background-color: #19a878;
      vertical-align: middle;
      border-radius: 100%;
    }
    .link-button > li > a::after {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      right: 19px;
      transform: rotate(135deg);
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      vertical-align: middle;
    }
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  .util-pc-hidden {
    display: none;
  }
  .a-pdf::after {
    margin: -3px 0 0 10px;
    width: 14px;
    height: 14px;
    background-position: -80px 0px;
    display: inline-block;
    background-image: url(/common_new/img/cmn_sprite01.webp);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .a-link::after {
    margin: -4px 0 0 8px;
    width: 14px;
    height: 14px;
    background-position: -115px 0px;
    display: inline-block;
    background-image: url(/common_new/img/cmn_sprite01.webp);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  /* ----- inquiry ----- */
  .inquiry {
    border: 1px solid #999;
    border-radius: 10px;
    display: flex;
    column-gap: 48px;
    justify-content: space-between;
    padding: 18px 47px;
    align-items: center;
    margin-top: 2.4em;
  }
  .inquiry_title {
    line-height: 1.4;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .inquiry_detail {
    display: flex;
    flex-direction: column;
    width: 632px;
  }
  .inquiry_description {
    padding: .6em 0 .6em;
    border-bottom: 1px dotted #999;
    display: flex;
    column-gap: 26px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    align-items: center;
  }
  .inquiry_description:last-of-type {
    border-bottom: none;
  }
  .inquiry_description_head {
    font-weight: bold;
    width: 65px;
    flex-shrink: 0;
  }
  .inquiry_description_body a {
    color: #333;
    text-decoration: none;
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}