@charset "UTF-8";
/* ============================
* ドロワー
* ========================= */
.c-drawer__menu:last-child {
  display: none;
}

/* ============================
* ヘッダー
* ========================= */
.l-header__drop-nav {
  display: none !important;
}

.l-header {
  border-bottom: 3px solid var(--wp--preset--color--sm-accent);
}
@media (max-width: 1023px) {
  .l-header .c-container > .l-2row-header__row > .c-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 639px) {
  .l-header__content {
    padding-block: 4px;
  }
}

.l-2row-header {
  position: relative;
}
.l-2row-header .menu-item a {
  padding-block: 14px !important;
  font-weight: 400;
}
.l-2row-header .menu-item span {
  line-height: 1.2 !important;
}
.l-2row-header .menu-item span .svg-inline--fa {
  color: var(--wp--preset--color--sm-accent);
  font-weight: 700;
  font-size: 12px;
}
.l-2row-header .l-2row-header__row {
  padding-block: 0;
}

[data-has-global-nav=true] .l-2row-header__row:last-child {
  margin-top: 0;
}

.header__copy-wrapper {
  border-top: 3px solid var(--wp--preset--color--sm-accent);
}
@media (max-width: 639px) {
  .header__copy-wrapper {
    display: none;
  }
}

.header__copy {
  font-size: 12px;
  padding-block: 4px 0;
}

.l-2row-header__row.u-invisible-md-down::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  left: 0;
  bottom: 45.5px;
  background: rgba(0, 0, 0, 0.2);
  z-index: -99;
}

.header__cta {
  background-color: #20AC29;
  margin-bottom: 8px;
  padding: 10px 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .header__cta {
    display: none;
  }
}
.header__cta:hover {
  opacity: 0.8;
}

.c-hamburger-btn .c-hamburger-btn__bar {
  background-color: var(--wp--preset--color--sm-accent);
  height: 3px;
  border-radius: 99px;
}
.c-hamburger-btn .c-hamburger-btn__label {
  font-weight: 700;
  color: var(--wp--preset--color--sm-accent);
  font-size: 10px;
}

/* ============================
* ドロワメニュー
* ========================= */
.c-drawer {
  background-color: #333;
  font-weight: 700;
}
.c-drawer .c-drawer__inner {
  padding-inline: 0;
}
.c-drawer .menu-item {
  border-bottom: solid 1px #424242;
}
.c-drawer .menu-item a {
  padding-inline: 1rem;
}

/* ============================
*  フッター
* ========================= */
.l-footer .svg-inline--fa {
  color: var(--wp--preset--color--sm-accent);
}

@media (min-width: 1024px) {
  .c-sub-nav--center .c-navbar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-footer-sub-nav {
  background-color: #e9e8e5;
}
.p-footer-sub-nav .c-container {
  max-width: 1000px;
}

.c-copyright {
  background-color: #555555;
  padding-bottom: 64px;
}

/* ============================
* 見出し
* ========================= */
:where(.p-entry-content) > :where(h2:not([class*=is-style-]), h2.is-style-default),
:where(.is-layout-constrained, .is-layout-flow) > :where(h2:not([class*=is-style-]), h2.is-style-default) {
  border-radius: 6px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 5px var(--wp--preset--color--sm-accent) !important;
  line-height: 1.6 !important;
  font-size: 22px !important;
}
@media (max-width: 639px) {
  :where(.p-entry-content) > :where(h2:not([class*=is-style-]), h2.is-style-default),
  :where(.is-layout-constrained, .is-layout-flow) > :where(h2:not([class*=is-style-]), h2.is-style-default) {
    font-size: 18px !important;
  }
}

:where(.p-entry-content) > :where(h3:not([class*=is-style-]), h3.is-style-default),
:where(.is-layout-constrained, .is-layout-flow) > :where(h3:not([class*=is-style-]), h3.is-style-default) {
  border-bottom: solid 3px var(--wp--preset--color--sm-accent) !important;
  font-size: 18px !important;
  padding-inline: 8px;
}

h4 {
  border-radius: 6px;
}

/* ============================
* テキスト
* ========================= */
/* ============================
* パンくずリスト
* ========================= */
.p-breadcrumbs-wrapper {
  padding-inline: 12px;
  padding-block: 8px;
  border-radius: 6px;
  background-color: #f2f2f2;
  margin-bottom: 2rem;
}

.l-contents__container {
  padding-top: 16px;
}

/* ============================
* 余白調整
* ========================= */
.mi-a {
  margin-inline: auto;
}

.l-contents__inner {
  padding-top: 1rem !important;
}
@media (max-width: 639px) {
  .l-contents__inner {
    padding-top: 0 !important;
  }
}

/* ============================
* ボタン
* ========================= */
.cta-btn a {
  border-radius: 0;
}

/* ============================
* 固定ページ
* ========================= */
body.page .p-breadcrumbs-wrapper {
  max-width: 1000px;
}
body.page .c-entry__header {
  display: none;
}

/* ============================
* 装飾
* ========================= */
.fukidashi {
  display: block;
  margin: 0 auto 1em auto;
  color: #f76b1e;
  background: #fff;
  width: 300px;
  padding: 0.5em;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.fukidashi::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -10px;
}

.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  width: 100%;
}
@media (max-width: 639px) {
  .po-ab {
    font-size: 1rem !important;
    line-height: 1.2;
  }
}

/* ============================
* フォーム
* ========================= */
.formarea_list dt {
  background: #eee;
  padding: 15px 20px;
  font-weight: bold;
}
.formarea_list dt span {
  color: #f00;
  margin-left: 5px;
}
.formarea_list dd {
  margin: 0;
  padding: 20px 15px 30px;
}
.formarea_list dd label {
  display: block;
}
.formarea_list input[type=text], .formarea_list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  border: 3px solid #ccc !important;
  width: 90%;
  display: block;
  background: #fff;
  margin-bottom: 0;
}
.formarea_list p {
  font-size: 1rem;
}

.formarea input[type=submit] {
  background: #22b62a;
  padding: 0.5em;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  width: 96%;
  margin: 0 auto 0.5em auto;
  display: block;
  border: none;
  border-bottom: 5px solid #1d8f1d;
}
@media (max-width: 639px) {
  .formarea {
    padding-inline: 0 !important;
  }
}
.formarea .formarea_title {
  color: #f60;
  font-weight: bold;
  text-align: center;
  font-size: 24px !important;
  margin-bottom: 8px;
}
@media (max-width: 639px) {
  .formarea .formarea_title {
    text-align: left;
    font-size: 4.5vw !important;
  }
}

input[type=submit],
button[type=submit] {
  cursor: pointer;
}

/* ============================
* サイドバー
* ========================= */
/* サイドバーの横幅を調整 */
.l-contents__sidebar {
  -ms-flex-preferred-size: 240px !important;
      flex-basis: 240px !important;
}

.sidebar-list li {
  margin-top: 0;
  padding: 6px 8px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}
.sidebar-list li:last-child {
  border-bottom: none;
}
.sidebar-list li a {
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
}

.c-widget#block-19,
.c-widget#block-21,
.c-widget#block-23,
.c-widget#block-25 {
  margin-top: 0;
}
.c-widget#block-19 .is-style-sme-list-arrow,
.c-widget#block-21 .is-style-sme-list-arrow,
.c-widget#block-23 .is-style-sme-list-arrow,
.c-widget#block-25 .is-style-sme-list-arrow {
  padding-left: 0;
}
.c-widget#block-19 li,
.c-widget#block-21 li,
.c-widget#block-23 li,
.c-widget#block-25 li {
  padding-left: 24px;
}
.c-widget#block-19 li::before,
.c-widget#block-21 li::before,
.c-widget#block-23 li::before,
.c-widget#block-25 li::before {
  border: none !important;
  content: ">";
  top: 20%;
  left: 4px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-weight: 700;
  color: var(--wp--preset--color--sm-accent);
}
.c-widget#block-19 li:after,
.c-widget#block-21 li:after,
.c-widget#block-23 li:after,
.c-widget#block-25 li:after {
  content: none;
}
.c-widget#block-19 a,
.c-widget#block-21 a,
.c-widget#block-23 a,
.c-widget#block-25 a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-widget#block-19 a:hover,
.c-widget#block-21 a:hover,
.c-widget#block-23 a:hover,
.c-widget#block-25 a:hover {
  color: var(--wp--preset--color--sm-accent);
}

/* ============================
* アーカイブページ
* ========================= */
.c-entry-summary__figure {
  aspect-ratio: 6/5;
}

/* ============================
* 投稿ページ
* ========================= */
.c-meta__item--modified {
  display: none;
}

.c-meta__item--author {
  display: none;
}

h1.c-entry__title {
  border-radius: 6px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 5px var(--wp--preset--color--sm-accent) !important;
  line-height: 1.6 !important;
  font-size: 22px !important;
  padding-inline: 18px;
}
@media (max-width: 639px) {
  h1.c-entry__title {
    font-size: 18px !important;
    padding-inline: 12px;
  }
}

.bdr-gry5 {
  border: solid 5px #ccc;
  padding: 8px;
}

.yell {
  background-color: #F7FF72;
}

.b {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

/* ============================
* 特商法
* ========================= */
.main-table table {
  margin: 12px auto;
  padding: 0;
  border-radius: 12px;
  border: 1px solid grey;
  width: 100%;
  border-collapse: collapse;
}

.main-table th {
  background-color: #EBEBEB;
  border: 1px solid grey;
}

.main-table td {
  background-color: #fff;
  border: 1px solid grey;
}

@media only screen and (min-width: 571px) {
  .thwidth {
    width: 140px;
  }
}
.main-table tr, .main-table th, .main-table td {
  padding: 8px;
}

@media (max-width: 1023px) {
  .l-contents__main + strong {
    margin-right: auto;
  }
}
/* ============================
* フローティングボタン
* ========================= */
.float-btn, .float-btn-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 6px 40px;
}
.float-btn .svg-inline--fa, .float-btn-cta .svg-inline--fa {
  color: #fff;
}

.page-id-280 .float-btn {
  display: none;
}

body:not(.page-id-280) .float-btn-cta {
  display: none;
}

body.home {
  /* ============================
  * カウントダウン
  * ========================= */
  /* ============================
  * 装飾
  * ========================= */
  /* ============================
  * 合格事例
  * ========================= */
  /* ============================
  * ほか
  * ========================= */
}
body.home .p-breadcrumbs-wrapper {
  display: none;
}
body.home .countdown-top {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
body.home .bg-arrow-u {
  position: relative;
}
body.home .bg-arrow-u::before {
  display: inline-block;
  content: "";
  border: 22px solid transparent;
  border-top: 22px solid #fefef2;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
}
body.home .top-voice .top-voice-h3 {
  display: inline-block;
  padding: 6px 24px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
body.home .top-voice .wp-block-snow-monkey-blocks-box .smb-box__background {
  border-radius: 0;
}
@media (max-width: 639px) {
  body.home .top_h2_1 {
    font-size: 18px !important;
    padding-block: 20px !important;
  }
}

/* ============================
* カテゴリーページ
* ========================= */
/* ============================
* 投稿ページ
* ========================= */
body.single-post .c-meta__item--author,
body.single-post .c-meta__item--categories {
  display: none;
}
body.single-post .c-meta {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
body.single-post .c-prev-next-nav {
  padding-block: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 639px) {
  body.single-post .c-prev-next-nav {
    gap: 8px;
  }
}
@media (max-width: 639px) {
  body.single-post .c-prev-next-nav__item {
    margin-top: 24px;
  }
}
body.single-post .c-prev-next-nav__item a {
  background-color: inherit;
  padding: 0;
}
body.single-post .c-prev-next-nav__item .c-prev-next-nav__item-figure, body.single-post .c-prev-next-nav__item .c-prev-next-nav__item-figure {
  display: none;
}
body.single-post .c-prev-next-nav__item .c-prev-next-nav__item-label {
  color: var(--wp--preset--color--sm-accent);
  font-weight: 400;
}
body.single-post .c-prev-next-nav__item .c-prev-next-nav__item-title {
  color: var(--wp--preset--color--sm-accent);
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
}

body {
  color: #333333;
  background-color: #fefefe;
}