@charset "UTF-8";
/* 共通のスタイル */
.l-header__bar {
  display: none;
}

.home .l-content.l-container {
  padding-top: 0 !important;
}

.is-style-btn_line a {
  border-width: 2px;
}

.display-none {
  display: none;
}

/* フッターウィジェット周り余白調整（共通） */
.w-beforeFooter {
  margin: 0 !important;
}

.l-content {
  margin-bottom: 0;
}

/* フッターメニュー（共通） */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 781px) {
  .footer-menu {
    gap: 30px;
  }
}
.footer-menu p {
  margin-bottom: 0;
}
.footer-menu p a {
  text-decoration: none;
}

.wp-block-columns .wp-block-column.footer-menu {
  margin-top: 16px !important;
  margin-left: 30px !important;
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column.footer-menu {
    margin-left: 0 !important;
  }
}

/* フッター（共通） */
.l-footer {
  background: #1a365d;
  color: #fff;
  border-top: 1px solid rgba(203, 213, 224, 0.2509803922);
}

/* トップページ */
.top-worries {
  padding: 30px 30px 10px 40px !important;
}

/* 下層ページ */
.sub-title {
  margin-bottom: 20px !important;
}

/* 下層ページ/タイトルのスタイル */
.l-topTitleArea__body {
  text-align: center;
  font-size: 28px;
}
@media (max-width: 781px) {
  .l-topTitleArea__body {
    font-size: 4vw;
  }
}

.c-pageTitle__subTitle {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 781px) {
  .c-pageTitle__subTitle {
    font-size: 3vw;
  }
}

/* 投稿一覧ページ調整 */
.single .l-content,
.archive .l-content {
  margin-bottom: 100px;
}

.archive .c-pageTitle__subTitle {
  display: none;
}
.archive .c-pageTitle,
.archive .c-postTitle__ttl {
  font-size: 36px !important;
}
@media (max-width: 600px) {
  .archive .c-pageTitle,
  .archive .c-postTitle__ttl {
    font-size: 7vw !important;
  }
}

/* お問い合わせフォーム */
.red {
  background: #45a0ff;
  color: #fff;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
}

.smf-select-control__control,
.smf-text-control__control {
  max-width: 100% !important;
}

.smf-select-control__control {
  width: 300px !important;
}

.smf-text-control__control[name=start] {
  width: 150px !important;
}

.post_content hr {
  border: none;
  height: 2px;
  background: #1a365d;
  -webkit-box-shadow: 0 2px 6px rgba(26, 54, 93, 0.3019607843);
          box-shadow: 0 2px 6px rgba(26, 54, 93, 0.3019607843);
  border-radius: 5px;
}