@charset "UTF-8";
.header-info {
  display: flex;
}
.header-info .header-wrapper2 {
  text-align: right;
  margin-right: 10px;
}
.header-info .header-wrapper2 .header-above {
  font-weight: bold;
}
.header-info .header-wrapper1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-info .header-wrapper1 .cta-1 {
  background-color: #F99F03;
  font-weight: bold;
}
.header-info .header-wrapper1 .cta-1:hover {
  filter: brightness(100%);
  opacity: 80%;
}

/* ヘッダーのボタン調整 */
.c-btn {
  vertical-align: middle;
  margin: 5px;
  border: 1px solid;
  border-radius: 0px;
}

.cta-2 {
  color: var(--accent-color);
  background-color: #fff;
}

.p-footer-sticky-nav ul li {
  font-weight: 600;
  color: #fff;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
}
.p-footer-sticky-nav ul li a {
  font-size: 18px;
}
.p-footer-sticky-nav ul .c-navbar__item[data-active-menu] {
  color: #fff;
}
.p-footer-sticky-nav ul li:nth-child(1) {
  background-color: #F99F03;
}

.archive.post-type-archive h1.c-entry__title {
  display: none;
}

div[data-name=agreement] .smf-checkboxes-control__control {
  text-align: center;
}

div[data-name=agreement] .smf-error-messages {
  text-align: center;
}

/* 利用規約の左右の線*/
.smf-item--divider .smf-item__col {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

form[data-screen=confirm] .form-kiyaku {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-policy {
  text-align: center;
}
.recaptcha-policy a {
  color: #333;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* authorを非表示 */
.c-meta__item--author {
  display: none;
}

a {
  color: #333;
}

/******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
/******************************************************************

Stylesheet: 639px以下(スマホ)で適用

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