@charset "utf-8";

@media screen and (max-width: 768px) {
  /* ==========SP=========== */
  /* ========================= */
  /* sp-on/pc-on(SP) */
  /* ========================= */

  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

  .info_container {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 24px;
  }

  .info_container p {
    font-size: 16px;
    color: #444;
    margin: 0 0 24px;
    text-align: left;
    line-height: 1.6;
  }

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

  .info_container h1 {
    text-align: center;
    margin: 0;
    color: #444;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    padding-bottom: 40px;
  }

  ul.dot-list {
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #595960;
    border-bottom: 1px solid #595960;
    padding: 24px 20px 20px;
    margin-bottom: 32px;
  }

  .dot-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
  }

  .dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #000;
  }

  .hotline {
    width: 100%;
    border: 2px solid #d9d9d9;
    padding: 12px 0;
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: bold;
    color: #595960;
  }

  ol.num-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
    text-align: left;
  }

  .num-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
    counter-increment: item;
  }

  .num-list li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    width: 1.5rem;
    text-align: right;
  }

  .box_area {
    background: #f3f3f3;
    border-radius: 8px;
    padding: 24px 20px 20px;
    margin: 40px 0;
    font-size: 14px;
  }

  h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}


@media screen and (min-width: 769px) {
  /* ==========PC=========== */
  /* ========================= */
  /* sp-on/pc-on(SP) */
  /* ========================= */

  .sp-on {
    display: none;
  }

  .pc-on {
    display: block;
  }

  #wrapper {
    background: #FAF5EA;
  }

  .common-breadcrumb {
    font-size: 12px;
  }

  .a01 {
    display: inline-block;
  }

  .info_container {
    width: 980px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 16px auto;
    text-align: center;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 64px 80px;
    border-radius: 12px;
  }

  .info_container p {
    font-size: 16px;
    color: #444;
    margin: 0 0 24px;
    text-align: left;
    line-height: 1.6;
  }

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

  .info_container h1 {
    text-align: center;
    margin: 0;
    color: #444;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    padding-bottom: 40px;
  }

  ul.dot-list {
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #595960;
    border-bottom: 1px solid #595960;
    padding: 32px 24px 24px;
    margin-bottom: 32px;
  }

  .dot-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
  }

  .dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #000;
  }

  .hotline {
    width: 100%;
    border: 2px solid #d9d9d9;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: bold;
    color: #595960;
  }

  ol.num-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
    text-align: left;
  }

  .num-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
    counter-increment: item;
  }

  .num-list li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    width: 1.5rem;
    text-align: right;
  }

  .box_area {
    background: #f3f3f3;
    border-radius: 8px;
    padding: 40px 40px 32px;
    margin: 56px 0;
    font-size: 14px;
  }

  h2 {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
