.p-frontMain {
  height: 100vh;
  height: 100svh;
}

.c-archiveBtn--next,
.c-archiveBtn--prev {
  font-size: 0;
}

.p-pageConcert__list--once {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-pageConcert__cont {
    min-height: 400px;
  }
}

.c-noTxt {
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .c-noTxt {
    font-size: 17px;
  }
}

.wpcf7-not-valid-tip {
  font-weight: 500;
  color: #e51a1e;
  margin-top: 8px;
}

textarea+.wpcf7-not-valid-tip {
  margin-top: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  width: 100%;
  margin-top: 24px;
  padding: 0;
  text-align: center;
  color: #e51a1e;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-top: 40px;
}

.wpcf7 textarea+.wpcf7-not-valid-tip {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 32px;
    font-size: 16px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
  visibility: hidden;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.p-pageContact__cont p {
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .p-pageContact__cont p {
    font-size: 17px;
  }
}

/* 記事内調整 */
.p-article__cont h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 32px;
}

.p-article__cont h3+p {
  margin-top: 8px;
}

.p-article__cont h2 {
  margin-top: 48px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-article__cont h3 {
    font-size: 1.25rem;
    margin-top: 40px;
  }
  
  .p-article__cont h3+p {
    margin-top: 16px;
  }

  .p-article__cont h2 {
    margin-top: 64px;
    margin-bottom: 32px;
  }
}


.p-article__cont ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-article__cont li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-article__cont li+li {
  margin-top: 16px;
}

.p-article__cont li span {
  width: 100%;
  display: inline-block;
  font-size: .875rem;
  opacity: 0.7;
}

.p-article__cont li p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
}

.p-article__cont hr {
  border-color: #ffffff29;
  margin: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-article__cont li {
    flex-direction: row;
  }
  .p-article__cont li span {
    width: auto;
    min-width: 120px;
    max-width: 320px;
    flex-shrink: 0; 
    font-size: .9375rem;
    padding-right: 40px;
    flex-shrink: 0;
  }

  .p-article__cont li p {
    font-size: 1rem;
  }

  .p-article__cont hr {
    margin: 48px 0;
  }
}