@charset "UTF-8";
/* プライバシー */
#privacy .intro_text {
  width: 56%;
  max-width: 800px;
  margin: 30px auto 30px;
  padding: 30px 50px;
  background-color: #f6f6f1;
}
.privacy_content {
  width: 52%;
  max-width: 750px;
  margin: 0 auto;
}

#privacy h3 {
  margin: 40px auto 24px;
  font-size: 1.13em;
}
#privacy p {
  padding-left: 50px;
}
#privacy li {
  padding-left: 10px;
}

.paren_list {
  counter-reset: item;
}
.paren_list > li::before {
  counter-increment: item;
  content: "(" counter(item) ") ";
}
.no_counter {
  list-style: none;
  padding-left: 20px;
  text-indent: -20px;
}
.no_counter li::before {
  content: none;
}

#privacy address {
  padding-top: 20px;
  font-style: normal;
  font-weight: normal;
}
#privacy address strong {
  padding-left: 10px;
  font-weight: normal;
}
#privacy address strong span {
  display: inline-block;
}
.address_box {
  display: flex;
  align-items: flex-start;
  padding-left: 50px;
}
.label {
  min-width: 2.3em; /* 幅を揃える */
}

#privacy_footer {
  background-color: #fff;
}

/* 幅を揃える */
#privacy h3 {
  margin: 40px auto 24px;
  font-size: 1.13em;
}
#privacy p {
  padding-left: 50px;
}
#privacy li {
  padding-left: 10px;
}

.paren_list {
  counter-reset: item;
}
.paren_list > li::before {
  counter-increment: item;
  content: "(" counter(item) ") ";
}
.no_counter {
  list-style: none;
  padding-left: 20px;
  text-indent: -20px;
}
.no_counter li::before {
  content: none;
}

#privacy address {
  padding-top: 20px;
  font-style: normal;
  font-weight: normal;
}
#privacy address strong {
  padding-left: 10px;
  font-weight: normal;
}
#privacy address strong span {
  display: inline-block;
}
.address_box {
  display: flex;
  align-items: flex-start;
  padding-left: 50px;
}
.label {
  min-width: 2.3em; /* 幅を揃える */
}

.privacy_footer {
  background-color: #fff;
  padding-top: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}

/* 閉じる ボタン */
.close {
  position: relative;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 200px;
}
.btn_close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 220px;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #519987;
  color: #f6f6f1;
}
.btn_close:before {
  position: absolute;
  inset: -4px 4px 4px -4px;
  border: 1px solid #eaeaea;
  content: "";
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 70px;
  }
  .main_heading {
    margin-bottom: 30px;
    padding-top: 0;
  }
  #privacy .intro_text,
  .privacy_content {
    width: 80%;

    padding: 15px 25px;
  }
  #privacy p,
  #privacy li {
    padding-left: 0;
  }
  .address_box {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .main_heading {
    font-size: 3em;
    line-height: 1;
  }
  .heading_ja {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #privacy .intro_text,
  .privacy_content {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  #privacy .intro_text {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  #privacy p {
    padding-left: 0;
  }
  #privacy ol {
    padding-left: 10px;
  }
}


/* 404 */
.p404 {
  margin-bottom: 60px;
}

.underline_404 {
  border-bottom: 1px solid #555;
}