@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
.terms {
  position: relative;
  width: 73.3333333333vw;
  margin: 0 auto 9.0277777778vw;
  color: #4c4c4c;
}
.terms h2 {
  color: #00a0c4;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.6666666667vw;
  margin-top: 6.6666666667vw;
}
.terms h3 {
  color: #00a0c4;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.6666666667vw;
  padding: 0 2.2222222222vw;
  margin-top: 5.5555555556vw;
}
.terms h4 {
  color: #00a0c4;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.6666666667vw;
  padding: 0 2.2222222222vw;
  margin-top: 4.4444444444vw;
}
.terms h2 + h3 {
  margin-top: 1.6666666667vw;
}
.terms p {
  font-size: 1.6rem;
  line-height: 2;
  color: #4c4c4c;
  padding: 0 2.2222222222vw;
  margin-bottom: 1.1111111111vw;
}
.terms__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.6666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.terms__date {
  font-size: 1.6rem;
  color: #4c4c4c;
}
.terms__category {
  font-size: 1.2rem;
  background-color: #00a0c4;
  color: #FFF;
  padding: 0.5555555556vw 2.7777777778vw;
  display: inline-block;
  margin-left: 1.6666666667vw;
}
.terms .wp-block-image img {
  max-width: 100%;
}
.terms .alignright {
  float: right;
  margin-left: 3.75vw;
  margin-bottom: 2.0833333333vw;
}
.terms .alignleft {
  float: left;
  margin-right: 3.75vw;
  margin-bottom: 2.0833333333vw;
}
.terms ul {
  padding: 0 2.2222222222vw;
  margin-bottom: 2.0833333333vw;
}
.terms ul li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2;
}
.terms ul li:before {
  content: "■ ";
  color: #00a0c4;
  font-size: 10px;
  vertical-align: middle;
}
.terms ul ul {
  padding-left: 0.3em;
}
.terms ul li ul li:before {
  color: #4c4c4c;
}
.terms ul li ul li ul li:before {
  color: #999999;
}
.terms ol {
  padding: 0 2.2222222222vw;
  counter-reset: item;
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.0833333333vw;
}
.terms ol ol {
  padding-left: 0.3em;
}
.terms li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.terms li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
  color: #00a0c4;
}
.terms ol li ol li:before {
  color: #4c4c4c;
}
.terms ol li ol li ol li:before {
  color: #999999;
}
.terms ol li p {
  padding: 0 2.0833333333vw;
}
.terms ol p {
  margin-bottom: 0;
  line-height: 2;
}
.terms ol p:before {
  content: "■ ";
  color: #4c4c4c;
  font-size: 10px;
  vertical-align: middle;
}
.terms ul.window-self {
  padding: 0 2.2222222222vw;
  margin-bottom: 1.7361111111vw;
  font-size: 1.6rem;
}
.terms ul.window-self li {
  display: inline-block;
}
.terms ul.window-self li:before {
  content: none;
}
.terms ul.window-self a {
  color: #00a0c4;
  text-decoration: underline;
  margin-right: 4.8611111111vw;
}
.terms ul.window-self a:after {
  display: inline-block;
  background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_blue.png") 0 0 no-repeat;
  content: "";
  width: 6px;
  height: 10px;
  background-size: contain;
  margin-left: 10px;
}
.terms ul.window-blank {
  list-style-type: none;
  padding: 0 2.2222222222vw;
  margin-bottom: 1.7361111111vw;
  font-size: 1.6rem;
}
.terms ul.window-blank li {
  display: inline-block;
}
.terms ul.window-blank li:before {
  content: none;
}
.terms ul.window-blank a {
  color: #00a0c4;
  text-decoration: underline;
  margin-right: 4.8611111111vw;
}
.terms ul.window-blank a:after {
  font-family: "Material Icons";
  content: "\e895";
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.0833333333vw;
}
.terms .notation {
  font-size: 1.2rem;
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .terms {
    width: 100%;
    padding-top: 0;
    margin: 0 auto 21.3333333333vw;
  }
  .terms h2 {
    font-size: 3rem;
    margin-bottom: 4.2666666667vw;
    margin-top: 19.2vw;
  }
  .terms h3 {
    font-size: 2.2rem;
    margin-bottom: 4.2666666667vw;
    padding: 0;
    margin-top: 14.9333333333vw;
  }
  .terms h2 + h3 {
    margin-top: 8vw;
  }
  .terms h4 {
    color: #00a0c4;
    font-size: 1.8rem;
    margin-bottom: 4.2666666667vw;
    margin-top: 12.8vw;
    padding: 0;
  }
  .terms p {
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 4.2666666667vw;
  }
  .terms__info {
    margin-bottom: 18.6666666667vw;
  }
  .terms__category {
    font-size: 1.2rem;
    padding: 2.9333333333vw 14vw;
    margin-left: 6.4vw;
  }
  .terms .wp-block-image img {
    max-width: 100%;
    width: 100%;
  }
  .terms .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .terms .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .terms ul {
    padding: 0;
    margin-bottom: 6.6666666667vw;
  }
  .terms ul ul {
    padding-left: 0.5em;
  }
  .terms ol {
    padding: 0;
    margin-bottom: 6.6666666667vw;
  }
  .terms ol ol {
    padding-left: 0.5em;
  }
  .terms li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .terms ol li p {
    padding: 0 4.8vw;
  }
  .terms ol p {
    margin-bottom: 0;
  }
  .terms ol p:before {
    content: "■ ";
    color: #4c4c4c;
    font-size: 10px;
    vertical-align: middle;
  }
  .terms ul.window-self {
    padding: 0;
    margin-bottom: 6.6666666667vw;
    font-size: 1.6rem;
  }
  .terms ul.window-self a {
    margin-right: 8vw;
  }
  .terms ul.window-self a:after {
    display: inline-block;
    background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_blue.png") 0 0 no-repeat;
    content: "";
    width: 6px;
    height: 10px;
    background-size: contain;
    margin-left: 2.4vw;
  }
  .terms ul.window-blank {
    padding: 0;
    margin-bottom: 6.6666666667vw;
  }
  .terms ul.window-blank a {
    color: #00a0c4;
    text-decoration: underline;
    margin-right: 9.3333333333vw;
  }
  .terms ul.window-blank a:after {
    font-family: "Material Icons";
    content: "\e895";
    margin-left: 5.3333333333vw;
  }
}
.back-to-archive {
  margin: 5.2083333333vw 1.3888888889vw;
}
.back-to-archive a {
  font-size: 1.6rem;
  color: #4c4c4c;
}
.back-to-archive a:before {
  display: inline-block;
  background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_grey_prev.png") 0 0 no-repeat;
  content: "";
  width: 6px;
  height: 10px;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .back-to-archive {
    margin: 14.6666666667vw 0;
  }
  .back-to-archive a:before {
    margin-right: 2vw 0;
  }
}