h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  position: relative;
}

@media print {
  section#poricy {
    padding: 190px 0 0;
  }
  section#poricy .inner_wrap {
    width: 960px;
    margin: 0 auto;
  }
  section#poricy .section_title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 41px;
  }
  section#poricy .text {
    font-size: 16px;
    line-height: 28px;
  }
  section#poricy .row {
    margin-top: 72px;
  }
  section#poricy .row + .row {
    margin-top: 46px;
  }
  section#poricy .row .row_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 19px;
    border-bottom: #000 1px solid;
    margin-bottom: 25px;
  }
  section#poricy .row .col_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px;
  }
  section#poricy .row .text + .col_title {
    margin-top: 33px;
  }
  section#poricy .row .link {
    margin-top: 31px;
    text-decoration: underline;
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 768px) {
  section#poricy {
    padding: 190px 0 0;
  }
  section#poricy .inner_wrap {
    width: 960px;
    margin: 0 auto;
  }
  section#poricy .section_title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 41px;
  }
  section#poricy .text {
    font-size: 16px;
    line-height: 28px;
  }
  section#poricy .row {
    margin-top: 72px;
  }
  section#poricy .row + .row {
    margin-top: 46px;
  }
  section#poricy .row .row_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 19px;
    border-bottom: #000 1px solid;
    margin-bottom: 25px;
  }
  section#poricy .row .col_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px;
  }
  section#poricy .row .text + .col_title {
    margin-top: 33px;
  }
  section#poricy .row .link {
    margin-top: 31px;
    text-decoration: underline;
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  section#poricy {
    padding: 9.4rem 0 0;
  }
  section#poricy .inner_wrap {
    width: 30rem;
    margin: 0 auto;
  }
  section#poricy .section_title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 3.4rem;
  }
  section#poricy .text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  section#poricy .row {
    margin-top: 3.8rem;
  }
  section#poricy .row + .row {
    margin-top: 3.8rem;
  }
  section#poricy .row .row_title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 1.3rem;
    border-bottom: #000 1px solid;
    margin-bottom: 2rem;
  }
  section#poricy .row .col_title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
  section#poricy .row .text + .col_title {
    margin-top: 3rem;
  }
  section#poricy .row .link {
    margin-top: 1.6rem;
    text-decoration: underline;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin-bottom: 1px;
  }
}