.sec_content .ttl_underbar_set .main_txt::before {
  content: none;
}
.sec_content .border_box {
  margin-top: 40px;
}
.sec_content dd {
  line-height: 1.75;
  margin-bottom: 35px;
}
.sec_content dd:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 568px) {
  .sec_content .border_box {
    margin-top: 25px;
  }
  .sec_content dd {
    margin-bottom: 25px;
  }
  .sec_content a {
    word-break: break-all;
  }
}

/***********************************************
* 2026/05/01 新規
************************************************/
.intro_txt {
  margin-top: -8px;
}
.policy_box {
  background: #fff;
  border: var(--site-palecolor) 4px solid;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 20px;
}
.ttl {
  font-size: min(1.9vw, 22px);
  position: relative;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.25em 0 0.25em 1.25em;
  margin-bottom: 1em;
}
.ttl::before {
  content: "";
  background: linear-gradient(180deg, rgba(var(--site-primary-rgb), 0.65) 0%, rgba(var(--site-primary-rgb), 0.65) 50%, var(--site-palecolor) 50%, var(--site-palecolor) 100%);
  height: 56%;
  width: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 568px) {
  .intro_txt {
    margin: -8px 0 -5px;
  }
  .border_box {
    border-width: 3px;
    border-radius: 10px;
  }
  .ttl {
    font-size: 4.3vw;
    padding: 0.4em 0 0.4em 1em;
  }
  .ttl::before {
    width: 5px;
    height: 70%;
  }
}
/***********************************************/
.normal_tbl,
.abroad_tbl{
  margin-bottom: 20px;
  width: 100%;
}
.normal_tbl th {
  background: var(--site-primary);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.normal_tbl td {
  border: solid 1px #ccc;
  padding: 10px;
}
.abroad_tbl th {
  background: var(--site-primary);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.abroad_tbl td {
  border: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .normal_tbl .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .normal_tbl {
    width: 100%;
  }
  .normal_tbl th,
  .normal_tbl td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .abroad_tbl {
    display: grid;
    grid-template-columns: 28% 1fr 1fr;
    gap: 1px;
    background-color: #ccc;
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 20px;
  }
  .abroad_tbl thead,
  .abroad_tbl tbody,
  .abroad_tbl thead tr,
  .abroad_tbl tbody tr {
    display: contents;
  }
  .abroad_tbl th,
  .abroad_tbl td {
    border: none;
    padding: 7px 5px;
    font-size: 0.8em;
    line-height: 1.5;
  }
  .abroad_tbl th {
    background: var(--site-primary);
    color: #fff;
    text-align: center;
  }
  .abroad_tbl td {
    background: #fff;
  }
  .abroad_tbl thead th:nth-child(1) { grid-column: 1; grid-row: 1; }
  .abroad_tbl thead th:nth-child(2) { grid-column: 1; grid-row: 2; }
  .abroad_tbl thead th:nth-child(3) { grid-column: 1; grid-row: 3; }
  .abroad_tbl thead th:nth-child(4) { grid-column: 1; grid-row: 4; }
  .abroad_tbl thead th:nth-child(5) { grid-column: 1; grid-row: 5; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(1) { grid-column: 2; grid-row: 1; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(2) { grid-column: 2; grid-row: 2; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(3) { grid-column: 2; grid-row: 3; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(4) { grid-column: 2; grid-row: 4; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(5) { grid-column: 2; grid-row: 5; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(1) { grid-column: 3; grid-row: 1; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(2) { grid-column: 3; grid-row: 2; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(3) { grid-column: 3; grid-row: 3; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(4) { grid-column: 3; grid-row: 4; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(5) { grid-column: 3; grid-row: 5; }
}

/*# sourceMappingURL=privacy.css.map */