@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&display=swap");
@import "base.css";
.legal-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: auto;
  left: auto;
}
.legal-nav .inner {
  display: flex;
  justify-content: flex-end;
}

.switch-group {
  display: inline-flex;
  background-color: #f0f0f0;
  padding: 4px;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.switch-group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 34px;
  font-size: 11px;
  font-weight: bold;
  color: #888;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.switch-group a::before {
  content: "●";
  margin-right: 6px;
  font-size: 7px;
  opacity: 0;
}
.switch-group a.active {
  background: #13ae68;
  color: #fff;
}
.switch-group a.active::before {
  opacity: 1;
}
.switch-group a:hover:not(.active) {
  color: #13ae68;
  text-decoration: none;
}

.head-image {
  background: linear-gradient(180deg, #f9f9f9 0%, #ececec 100%);
  border-bottom: 1px solid #ddd;
  padding: 85px 0 0 5.5vw;
  height: 300px;
  text-align: left;
}
.head-image .text-box {
  color: #1a1a1a;
  margin: 30px auto 0 0;
}
.head-image .text-box .head-image-text-sub {
  font-size: 35px;
  font-weight: 700;
}

.top-area {
  padding: 0 20px 2rem;
}
.top-area .top-catch {
  color: #13ae68;
  font-size: 32px;
  letter-spacing: 4.5px;
  margin-bottom: 21px;
  line-height: 1.7;
  text-align: center;
}
.top-area .top-read {
  font-size: 26px;
  font-weight: 500;
  line-height: 43px;
  margin: 1rem auto;
  text-align: left;
  letter-spacing: 4px;
}
.top-area .top-text {
  line-height: 2;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.5px;
}

.pp-container {
  position: relative;
  padding: 80px 0 90px;
}
.pp-container .pp:first-of-type .pp__read {
  border-top: 0;
}
.pp-container .pp:last-child {
  margin-bottom: 4.5em;
}
.pp-container .date dl {
  margin: 1em 0;
  justify-content: flex-end;
  display: flex;
}
.pp-container .date dt, .pp-container .date dd {
  font-size: 1rem;
  text-align: right;
  padding: 0.5em;
}

.pp__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 43px;
  margin: 1rem auto;
  text-align: left;
  letter-spacing: 4px;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.pp__block {
  margin: 1em auto;
}
.pp p {
  line-height: 2;
  margin: 0 auto 1rem;
  text-align: justify;
  letter-spacing: 0.5px;
}
.pp ul {
  margin-bottom: 1rem;
}
.pp ul li {
  position: relative;
  line-height: 2;
  padding-left: 1.5em;
}
.pp ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #1a1a1a;
  font-size: 0.7em;
  top: 0.4em;
}
.pp ol {
  list-style: none;
  counter-reset: number;
  margin-bottom: 1rem;
}
.pp ol li {
  position: relative;
  line-height: 2;
  padding-left: 1.8em;
  counter-increment: number;
}
.pp ol li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a1a1a;
  font-size: 1rem;
}

.notation {
  background: #fafafa;
}
.notation table {
  width: 100%;
}
.notation table th, .notation table td {
  line-height: 2;
  margin: 0 auto 1rem;
  text-align: justify;
  letter-spacing: 0.5px;
}
.notation table th {
  padding: 1em;
  border-bottom: 2px solid #13ae68;
  text-align: left;
  font-weight: 500;
}
.notation table td {
  padding: 1em 2em;
  border-bottom: 1px solid #ddd;
}

.link-contact {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .legal-nav {
    position: absolute;
    top: 25px;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 320px;
  }
  .legal-nav .inner {
    justify-content: center;
    padding: 0;
  }
  .switch-group {
    width: 90%;
  }
  .switch-group a {
    flex: 1;
    width: auto;
    font-size: 11px;
  }
  .head-image {
    height: 220px;
    padding: 60px 5.5vw 0 0;
    position: relative;
    background-position: left center;
  }
  .head-image .text-box {
    margin-top: 8px;
  }
  .head-image .text-box .head-image-text-sub {
    font-size: 30px;
    line-height: 1.2;
  }
  .head-image::after {
    display: none;
  }
  .top-area {
    margin: 20px 0 40px;
    padding: 0;
  }
  .top-area .mission {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .top-area .mission .num {
    font-size: 35px;
    margin-left: 7px;
    vertical-align: -7px;
    letter-spacing: 1px;
  }
  .top-area .top-catch {
    font-size: 23px;
    letter-spacing: 2.5px;
    margin-bottom: 1em;
    line-height: 1.7;
  }
  .top-area .top-read {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .top-area .top-text {
    line-height: 26px;
  }
  .pp-container {
    padding-top: 100px;
  }
  .pp__read {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .notation table tr {
    display: block;
    width: 100%;
  }
  .notation table th, .notation table td {
    display: block;
    width: 100% !important;
    margin: 0;
    max-width: none;
    padding: 0.5em 1em;
  }
  .notation table td {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .legal-nav {
    max-width: none;
    width: 100%;
  }
}

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