@charset "UTF-8";
/* comment */
.comments-area {
  margin: 60px 15px 0;
}
.comments-area .reply {
  text-align: right;
}

.comments-title {
  padding: 0.2em 0.8em;
  margin-bottom: 10px;
  font-size: 1.8rem;
  background: #99cc33;
  color: #fff;
}

.comment-list {
  font-size: 1.4rem;
}
.comment-list > li {
  padding: 20px;
  border: solid 1px;
}
.comment-list > li + li {
  margin-top: 10px;
}
.comment-list .comment-respond {
  margin-top: 20px;
}
.comment-list .children {
  margin: 0;
}
.comment-list .children .children {
  margin-left: 15px;
}
.comment-list .children .comment-body {
  padding: 20px;
  margin-top: 15px;
  border: solid 1px #ccc;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.2em 1em 0.1em;
  background: #99cc33;
  color: #fff;
  text-decoration: none;
}

.comment-respond {
  padding: 20px;
  border: dotted 1px #999;
  font-size: 1.4rem;
}
.comment-respond .form-submit {
  margin-top: 20px;
  text-align: center;
}
.comment-respond .submit {
  display: inline-block;
  padding: 0.8em 1.5em;
  border-radius: 0;
  border: none;
  background: #99cc33;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.comment-reply-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.comment-form > p + p {
  margin-top: 10px;
}
.comment-form > p:not(.comment-form-cookies-consent) > label {
  display: inline-block;
  min-width: 4em;
}

#cancel-comment-reply-link {
  margin-left: 1em;
}

/* cutom */
#show-comment-form {
  display: block;
  max-width: 90%;
  width: 30em;
  padding: 1em;
  margin: 20px auto 0;
  border-radius: 3em;
  border: solid 2px;
  background: #fff;
  color: #99cc33;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

#comment-form-wrapper {
  display: none;
  margin-top: 1em;
}

/* search */
.no-results {
  padding: 100px 0 80px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .no-results {
    padding: 100px 0 80px;
  }
}
/* 404 */
.error-404 {
  padding: 44% 0;
  text-align: center;
}
.error-404__lb {
  color: #ebe6e1;
  font-size: 45px;
  font-size: 13vw;
  line-height: 1;
  white-space: nowrap;
}
.error-404__txt {
  margin-top: 1em;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .error-404 {
    padding: 200px 0;
  }
  .error-404__lb {
    font-size: 100px;
  }
  .error-404__txt {
    font-size: 1.5rem;
  }
}