@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

main {
  overflow: hidden;
}

div.lower-main-title-box .lower-main-title {
  width: 105%;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.lower-main-title-box .lower-main-title {
    width: 100%;
    margin-bottom: 100px;
  }
}

section.sec-privacy {
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-privacy {
    padding: 74px 0;
  }
}
section.sec-privacy div.sec-privacy-inner {
  margin: auto;
  width: 88%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  section.sec-privacy div.sec-privacy-inner {
    width: 82%;
  }
}
section.sec-privacy .privacy-cont {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-privacy .privacy-cont {
    margin-bottom: 90px;
  }
}
section.sec-privacy .privacy-cont.csr {
  border-top: solid 1px var(--clred01);
  padding-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-privacy .privacy-cont.csr {
    padding-top: 90px;
  }
}
section.sec-privacy .privacy-cont h2 {
  color: var(--clred01);
  margin-bottom: 1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-privacy .privacy-cont h2 {
    margin-bottom: 0.6em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-privacy .privacy-cont h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-privacy .privacy-cont h2 {
    font-size: 25px;
  }
}
section.sec-privacy .privacy-cont p, section.sec-privacy .privacy-cont ul, section.sec-privacy .privacy-cont table, section.sec-privacy .privacy-cont th {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 768px) {
  section.sec-privacy .privacy-cont p, section.sec-privacy .privacy-cont ul, section.sec-privacy .privacy-cont table, section.sec-privacy .privacy-cont th {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-privacy .privacy-cont p, section.sec-privacy .privacy-cont ul, section.sec-privacy .privacy-cont table, section.sec-privacy .privacy-cont th {
    font-size: 14px;
  }
}
section.sec-privacy .privacy-cont li {
  text-indent: -1em;
  padding-left: 1em;
}
section.sec-privacy .privacy-cont table {
  width: 100%;
  margin: 2em 0;
}
section.sec-privacy .privacy-cont table th, section.sec-privacy .privacy-cont table td {
  border: 1px solid var(--clgray02);
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 1em 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-privacy .privacy-cont table th, section.sec-privacy .privacy-cont table td {
    padding: 1em 2em;
  }
}
section.sec-privacy .privacy-cont table th.w50, section.sec-privacy .privacy-cont table td.w50 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  section.sec-privacy .privacy-cont table th.w50, section.sec-privacy .privacy-cont table td.w50 {
    width: auto;
  }
}
section.sec-privacy .privacy-cont table th {
  background-color: var(--clgray03);
}
section.sec-privacy div.name-box {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  section.sec-privacy div.name-box {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-privacy div.name-box {
    font-size: 14px;
  }
}/*# sourceMappingURL=privacy.css.map */