@charset "UTF-8";
#logo,
.nav_toggle {
  opacity: 0;
}

.privacy-btn_wrap .bgleft-black.on {
  background-color: #000;
  color: #fff;
}

.privacy-btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: opacity 0.5s ease-in-out;
  margin-top: 80px;
  padding: 20px 10px;
  position: relative; /* スタックコンテキストを作成 */
}
@media (max-width: 1500px) {
  .privacy-btn_wrap {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 1500px) and (max-width: 1200px) and (max-width: 880px) {
  .privacy-btn_wrap {
    justify-content: center;
    padding: 0;
    gap: 1%;
    padding: 15px 0px 15px;
  }
}
@media (max-width: 1200px) {
  .privacy-btn_wrap.up-scro {
    top: 102px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .privacy-btn_wrap.up-scro {
    top: 90px;
  }
}
.privacy-btn_wrap .btn_black {
  background: #fff;
}
.privacy-btn_wrap .btn {
  display: inline-block;
  margin: 0;
  width: 305px;
  text-align: center;
}
@media (max-width: 1500px) {
  .privacy-btn_wrap .btn {
    width: 280px;
  }
}
@media (max-width: 1500px) and (max-width: 880px) {
  .privacy-btn_wrap .btn:first-child {
    width: 40%;
  }
  .privacy-btn_wrap .btn:last-child {
    width: 56%;
  }
}
.privacy-btn_wrap .btn:first-child {
  margin-right: 1%;
}
.privacy-btn_wrap a {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 600;
  padding: 12px 0;
  line-height: 1;
  font-size: 1.2rem;
}
@media (max-width: 880px) {
  .privacy-btn_wrap a {
    font-size: 1rem;
    padding: 8px 0;
  }
}

section h3 {
  padding-bottom: 70px;
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 880px) {
  section h3 {
    padding-bottom: 50px;
  }
}
section h3 .font-gothic {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 25px;
}
section h3 .font-gothic::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ed1c24;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
section p.txt-j {
  line-height: 2;
  font-size: 1.3rem;
}
section a {
  color: #595757;
  border-bottom: 1px solid #595757;
  transition: all 0.3s ease;
}
section a:hover {
  opacity: 0.7;
}
section table {
  margin: 30px 0;
  width: 100%;
}
section table th,
section table td {
  padding-bottom: 20px;
}
@media (max-width: 880px) {
  section table th,
  section table td {
    padding-bottom: 10px;
  }
}
section table tr + tr th,
section table tr + tr td {
  padding-top: 25px;
}
@media (max-width: 880px) {
  section table tr + tr th,
  section table tr + tr td {
    padding-bottom: 10px;
  }
}
section table th {
  font-size: 1.2rem;
  font-weight: 600;
  width: 150px;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media (max-width: 880px) {
  section table th {
    width: 130px;
  }
}
section table th::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 25px;
  height: 2px;
  background: #fff;
}
@media (max-width: 880px) {
  section table th::after {
    width: 15px;
  }
}
section table td {
  font-size: 1.2rem;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
  width: calc(100% - 150px);
}
@media (max-width: 880px) {
  section table td {
    width: calc(100% - 130px);
  }
}
@media (max-width: 640px) {
  section table.disclosre tr + tr th {
    padding-bottom: 10px;
  }
  section table.disclosre tr + tr td {
    padding-top: 0;
  }
  section table.disclosre th {
    display: block;
    width: 100%;
    border: none;
  }
  section table.disclosre td {
    display: block;
    width: 100%;
    border-bottom: 2px solid #ccc;
  }
}
section table.counter {
  margin-bottom: 0;
}
section table.counter th {
  width: 105px;
}
@media (max-width: 880px) {
  section table.counter th {
    width: 85px;
  }
}
section table.counter td {
  width: calc(100% - 105px);
}
@media (max-width: 880px) {
  section table.counter td {
    width: calc(100% - 85px);
  }
}
section table.counter td br.sp {
  display: none;
}
@media (max-width: 640px) {
  section table.counter td br.sp {
    display: block;
  }
}

.sec01,
.sec03 {
  margin-top: 10px;
}
@media (max-width: 880px) {
  .sec01,
  .sec03 {
    margin-top: 20px;
  }
}

.sec01 .font-gothic {
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .sec01 .font-gothic {
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
  }
}

.sec02 {
  padding: 100px 0;
}
@media (max-width: 880px) {
  .sec02 {
    padding: 80px 0;
  }
}/*# sourceMappingURL=privacy.css.map */