/* Privacy CSS */
/* _setting CSS */
#main {
  background: #fff;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  section {
    padding-bottom: 30px;
  }

  .privacy {
    padding-bottom: 50px;
  }
  .privacy .main_tl {
    padding: 60px 0 40px;
  }
  .privacy h2 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 40px 0 18px;
  }
  .privacy h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 40px 0 18px;
  }
  .privacy h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 15px;
  }
  .privacy h5 {
    font-size: 1.7rem;
    margin: 30px 0 15px;
  }
  .privacy h6 {
    font-size: 1.7rem;
    margin: 20px 0 15px;
  }
  .privacy ol {
    margin: 10px 0;
    padding-left: 1em;
  }
  .privacy ol > li {
    font-size: 1.6rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5;
    list-style-type: none;
    counter-increment: cnt;
  }
  .privacy ol > li::before {
    content: "(" counter(cnt) ") ";
  }
  .privacy ol.no_number {
    list-style-type: none;
  }
  .privacy ol.no_number li {
    margin-left: 20px;
  }
  .privacy ol.shorter {
    list-style-type: none;
    margin-bottom: 30px;
  }
  .privacy ol.shorter li {
    line-height: 1.3;
  }
  .privacy ol.mark_num > li {
    font-size: 1.6rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5;
    list-style-type: none;
    counter-increment: cnt;
  }
  .privacy ol.mark_num > li::before {
    content: counter(cnt);
    margin-right: 6px;
  }
  .privacy ul {
    margin: 10px 0;
    padding-left: 1em;
    list-style-type: disc;
  }
  .privacy ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .privacy ul.no_style {
    list-style-type: none;
  }
  .privacy p {
    font-size: 1.7rem;
    line-height: 1.6;
    text-indent: 1em;
  }
  .privacy p.no_indent {
    text-indent: 0;
  }
  .privacy .summary {
    margin-bottom: 20px;
    text-align: right;
  }
  .privacy .summary p {
    font-size: 1.5rem;
  }
  .privacy a.tel,
  .privacy a.mail {
    font-size: 1.7rem;
    line-height: 1.6;
    text-decoration: underline;
  }
  .privacy a.policy_link {
    text-decoration: underline;
  }
  .privacy dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .privacy dl dt span {
    font-weight: normal;
  }
  .privacy dl dd {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 20px;
    text-indent: 1em;
  }
  .privacy dl dd ul {
    padding-left: 2em;
  }
  .privacy dl.indent2 {
    padding-left: 2em;
  }
  .privacy p + dl {
    margin-top: 1em;
  }
  .privacy strong {
    font-weight: bold;
  }
  .privacy .contact {
    margin-top: 15px;
  }
  .privacy .amendment {
    text-align: right;
    font-size: 1.5rem;
  }
  .privacy .space {
    margin-top: 35px;
  }
  .privacy .block {
    padding: 0 0 0 2em;
  }
  .privacy .block > p,
  .privacy .block > dl {
    padding-left: 1em;
  }
  .privacy .block > p.indent2,
  .privacy .block > dl.indent2 {
    padding-left: 2em;
  }
  .privacy .block > ol {
    padding-left: 2em;
  }
  .privacy .block h2, .privacy .block h3, .privacy .block h4, .privacy .block h5, .privacy .block h6 {
    padding-left: 1em;
    font-weight: bold;
  }
  .privacy table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
  }
  .privacy table td, .privacy table th {
    padding: 5px 2em 5px 0;
  }
  .privacy table td {
    padding: 10px 2em 10px 0;
    border-bottom: dotted 1px #ccc;
  }
  .privacy table td:first-child {
    width: 200px;
  }
  .privacy table th {
    padding: 5px 2em 5px 0;
    border-bottom: solid 1px #aaa;
  }
  .privacy table th:first-child {
    width: 200px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .privacy {
    padding-bottom: 50px;
  }
  .privacy .main_tl {
    padding: 40px 0 30px;
    text-align: center;
  }
  .privacy h2 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 40px 0 18px;
  }
  .privacy h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 40px 0 18px;
  }
  .privacy h4 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 30px 0 15px;
    line-height: 1.3;
  }
  .privacy h5 {
    font-size: 1.7rem;
    margin: 30px 0 15px;
    line-height: 1.3;
  }
  .privacy h6 {
    font-size: 1.7rem;
    margin: 20px 0 15px;
    line-height: 1.3;
  }
  .privacy ol {
    margin: 10px 0;
  }
  .privacy ol li {
    font-size: 1.6rem;
    margin-left: 20px;
    line-height: 1.5;
    counter-increment: cnt;
  }
  .privacy ol li::before {
    content: "(" counter(cnt) ") ";
  }
  .privacy ol.no_number {
    list-style-type: none;
  }
  .privacy ol.shorter {
    list-style-type: none;
    margin-bottom: 30px;
  }
  .privacy ol.shorter li {
    line-height: 1.3;
  }
  .privacy ol.mark_num > li {
    font-size: 1.6rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5;
    list-style-type: none;
    counter-increment: cnt;
  }
  .privacy ol.mark_num > li::before {
    content: counter(cnt);
    margin-right: 6px;
  }
  .privacy ol.has_ul_child li {
    margin-left: 0;
  }
  .privacy ul {
    margin: 10px 0;
    list-style-type: disc;
  }
  .privacy ul li {
    font-size: 1.6rem;
    margin-left: 20px;
    line-height: 1.3;
  }
  .privacy ul.no_style {
    list-style-type: none;
  }
  .privacy p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .privacy .summary {
    margin-bottom: 20px;
    text-align: right;
  }
  .privacy .summary p {
    font-size: 1.5rem;
  }
  .privacy a.tel,
  .privacy a.mail {
    font-size: 1.6rem;
    line-height: 1.6;
    text-decoration: underline;
  }
  .privacy a.policy_link {
    text-decoration: underline;
    word-break: break-all;
  }
  .privacy dl dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .privacy dl dt span {
    font-weight: normal;
  }
  .privacy dl dd {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-bottom: 20px;
  }
  .privacy .contact {
    margin-top: 15px;
  }
  .privacy .amendment {
    text-align: right;
    font-size: 1.5rem;
  }
  .privacy .space {
    margin-top: 20px;
  }
  .privacy .block {
    padding: 0 0 0 1em;
  }
  .privacy .block h2, .privacy .block h3, .privacy .block h4, .privacy .block h5, .privacy .block h6 {
    font-weight: bold;
  }
  .privacy table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
  }
  .privacy table td, .privacy table th {
    padding: 8px 1em 8px 0;
    font-size: 1.4rem;
  }
  .privacy table td {
    border-bottom: dotted 1px #ccc;
  }
  .privacy table td:first-child {
    width: 90px;
  }
  .privacy table th {
    border-bottom: solid 1px #aaa;
  }
  .privacy table th:first-child {
    width: 90px;
  }
}
