@charset "UTF-8";
/* =========================================================
 * Community Top (page slug: community-top)
 * ======================================================= */
body.page-community-top {
  /* メインコンテンツ幅調整 */
  /* -------------------------------------------------------
   * Add Wellness ボタン ＋ アコーディオン
   * ----------------------------------------------------- */
  /* -------------------------------------------------------
   * Category Buttons (Browse by Category)
   * ----------------------------------------------------- */
  /* -------------------------------------------------------
   * Topic List Cards
   * ----------------------------------------------------- */
  /* 投稿者情報 */
  /* カテゴリ */
  /* タイトル */
  /* フッター（コメント数・ユーザー数・いいね数＋Read more） */
  /* -------------------------------------------------------
   * Pagination
   * ----------------------------------------------------- */
  /* -------------------------------------------------------
   * Member Buttons (My Page / Create Account / Member Login)
   * ----------------------------------------------------- */
  /* -------------------------------------------------------
   * Responsive 微調整
   * ----------------------------------------------------- */
}
body.page-community-top #main_col {
  width: 100%;
  display: block;
  padding-top: 40px;
}
body.page-community-top #article .post_content {
  margin: 0 auto 60px;
  text-align: center;
}
body.page-community-top #article .post_content * {
  box-sizing: border-box !important;
}
body.page-community-top #article .post_content .__h2_header {
  color: #678888;
  margin: 0 0 18px;
}
body.page-community-top #article .post_content > p {
  max-width: 810px;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.9;
  color: #444646;
  text-align: left;
}
body.page-community-top #wpforo {
  margin-bottom: 80px;
}
body.page-community-top #wpforo .wpf-add-topic-wrap {
  text-align: center;
  margin: 0 0 40px;
  /* アコーディオン本体 */
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-add-topic-toggle-btn {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 40px;
  border-radius: 999px;
  border: 1px solid #0a9ba0;
  background: #0a9ba0;
  color: #fff !important;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-add-topic-toggle-btn:hover {
  background: #FFF;
  color: #0a9ba0 !important;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-add-topic-toggle-btn::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  content: "\f303";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-topic-form-accordion {
  display: none !important;
  max-width: 100%;
  width: 100%;
  margin: 40px auto 0 !important;
  padding: 24px 24px 20px !important;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-topic-form-accordion.is-open {
  display: block !important;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-topic-form-accordion .wpf-topic-forum-field {
  padding: 0 !important;
  margin: 40px auto 0;
  text-align: center;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-topic-form-accordion .wpf-topic-forum-field .wpf-choose-forum {
  display: block;
  font-size: clamp(18px, 2vw, 28px) !important;
  color: #555;
  padding-bottom: 8px !important;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-topic-form-accordion .wpf-topic-forum-field .wpf-topic-forum-wrap {
  width: 100% !important;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
body.page-community-top #wpforo .wpf-add-topic-wrap .wpf-topic-form-accordion .wpf-topic-forum-field .wpf-topic-forum-wrap select.wpf-topic-form-forumid {
  width: 100%;
  max-width: 100%;
  padding: 1em 14px !important;
  border-radius: unset !important;
  border: 1px solid #0a9ba0 !important;
  background-color: #fff;
  font-size: clamp(16px, 2vw, 20px) !important;
  color: #0a9ba0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232f7d7b' d='M7 9l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 1.5em 1.5em;
}
body.page-community-top .wpf-add-topic-wrap--guest {
  margin-top: 24px;
  margin-bottom: 80px;
}
body.page-community-top .wpf-add-topic-wrap--guest .wpf-add-topic-toggle-btn {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 40px;
  border-radius: 999px;
  border: 1px solid #0a9ba0;
  background: #0a9ba0;
  color: #fff !important;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body.page-community-top .wpf-add-topic-wrap--guest .wpf-add-topic-toggle-btn:hover {
  background: #FFF;
  color: #0a9ba0 !important;
}
body.page-community-top .wpf-add-topic-wrap--guest .wpf-add-topic-toggle-btn::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  content: "\f303";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
}
body.page-community-top .wpforo-forum-buttons {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
body.page-community-top .wpforo-forum-buttons .wpforo-forum-button {
  padding: 7px 18px;
  border-radius: 999px;
  border: 1px solid #5cc6cd;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.page-community-top .wpforo-forum-buttons .wpforo-forum-button.is-active, body.page-community-top .wpforo-forum-buttons .wpforo-forum-button:hover {
  background: #5cc6cd;
  border-color: #5cc6cd;
  color: #fff;
}
body.page-community-top .wpf-topic-simple-list-wrapper {
  margin: 0 auto 56px;
}
body.page-community-top .wpf-topic-simple-list-wrapper .wpf-topic-simple-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}
@media (max-width: 640px) {
  body.page-community-top .wpf-topic-simple-list-wrapper .wpf-topic-simple-list {
    grid-template-columns: 1fr;
  }
}
body.page-community-top .wpf-topic-simple-list__item {
  overflow: hidden;
  display: flex;
}
body.page-community-top .wpf-topic-simple-list__item:hover .wpf-topic-simple-list__thumb img {
  transform: scale(1.2);
}
body.page-community-top .wpf-topic-simple-list__thumb {
  flex: 1 0 40%;
  width: 40%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
body.page-community-top .wpf-topic-simple-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
body.page-community-top .wpf-topic-simple-list__body {
  flex: 0 1 calc(60% - 18px - 24px);
  width: calc(60% - 18px - 24px);
  padding: 0 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-community-top .wpf-topic-simple-list__author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}
body.page-community-top .wpf-topic-simple-list__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
body.page-community-top .wpf-topic-simple-list__avatar img {
  width: 100%;
  height: 100%;
  display: block;
}
body.page-community-top .wpf-topic-simple-list__forum {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  border-radius: 999px;
  background: #9bbfbf;
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body.page-community-top .wpf-topic-simple-list__meta {
  text-align: left;
}
body.page-community-top .wpf-topic-simple-list__meta .wpf-topic-simple-list__title {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 6px;
  font-weight: 600;
}
body.page-community-top .wpf-topic-simple-list__meta .wpf-topic-simple-list__title a {
  color: #bda792;
  text-decoration: none;
}
body.page-community-top .wpf-topic-simple-list__meta .wpf-topic-simple-list__excerpt {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  max-height: 4.8em;
  overflow: hidden;
}
body.page-community-top .wpf-topic-simple-list__meta .wpf-topic-simple-list__divider {
  margin: 10px 0 8px;
  border-top: 1px solid #e5ecef;
}
body.page-community-top .wpf-topic-simple-list__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
body.page-community-top .wpf-topic-simple-list__stats {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.page-community-top .wpf-topic-simple-list__stats .wpf-topic-simple-list__stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #333;
}
body.page-community-top .wpf-topic-simple-list__stats .wpf-topic-simple-list__stat svg {
  display: inline-block;
  vertical-align: middle;
  fill: #5cc6cd;
}
body.page-community-top .wpf-topic-simple-list__readmore {
  margin-left: auto;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
body.page-community-top .wpf-topic-simple-list__readmore:hover {
  text-decoration: underline;
}
body.page-community-top .wpf-topic-simple-list__pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 64px;
}
body.page-community-top .wpf-topic-simple-list__pagination .wpf-topic-simple-list__page-btn {
  min-width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid #c7c7c7;
  background: #FFF;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
body.page-community-top .wpf-topic-simple-list__pagination .wpf-topic-simple-list__page-btn.is-current, body.page-community-top .wpf-topic-simple-list__pagination .wpf-topic-simple-list__page-btn:hover {
  background: #5cc6cd;
  border-color: #5cc6cd;
  color: #fff;
}
body.page-community-top .member-buttons {
  text-align: center;
  margin: 80px auto 20px;
}
body.page-community-top .member-buttons .__wellcome_title {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  color: #555555;
  margin-bottom: 24px;
}
body.page-community-top .member-buttons .member-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 720px;
  padding: 11px 32px;
  border-radius: 999px;
  border: 1px solid #0a9ba0;
  background: #ffffff;
  color: #0a9ba0;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
  text-decoration: none;
  margin: 8px 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.page-community-top .member-buttons .member-btn:hover {
  background: #0a9ba0;
  color: #fff;
}
body.page-community-top .member-buttons .member-btn--mypage {
  /* 必要に応じて差別化 */
}
@media (max-width: 768px) {
  body.page-community-top #article .post_content {
    margin-bottom: 40px;
  }
  body.page-community-top #article .post_content .__h2_header {
    font-size: 20px;
  }
  body.page-community-top #article .post_content > p {
    padding: 0 16px;
    font-size: 14px;
  }
  body.page-community-top .wpf-add-topic-wrap .wpf-add-topic-toggle-btn {
    width: 80%;
    max-width: 320px;
  }
  body.page-community-top .wpf-topic-simple-list__body {
    padding: 14px 14px 12px;
  }
}

/* =========================================
* Community Top : Add Topic Form
* ======================================= */
/* wpForo フォーム全体 */
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create {
  background-color: unset;
  width: 100%;
  margin: 40px auto 0;
  padding: 32px 32px 40px;
  box-sizing: border-box;
  font-family: inherit;
  /* ラベル共通 */
  /* タイトル入力欄 */
  /* 本文エリア（Wellness Insight Details） */
  /* Sticky / Private, Tags, Revisions は非表示にしてシンプルに */
  /* Submit ボタン */
  /* 余計なクリア要素の間隔調整 */
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-tr {
  margin: 0;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field {
  margin-bottom: 24px;
  border-bottom: unset;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-label-wrap {
  float: none !important;
  width: 100% !important;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-label-wrap i {
  color: #2f7d7b;
  font-size: 16px;
  display: none;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-label-wrap .wpf-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-label-wrap .wpf-field-required-icon {
  color: #e74c3c;
  font-weight: 700;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-wrap {
  width: 100% !important;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-title input[type=text] {
  width: 100%;
  padding: 1em !important;
  border-radius: 8px;
  border: 2px solid #d5dde3;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-title input[type=text]:focus {
  outline: none;
  border-color: #2f7d7b;
  box-shadow: 0 0 0 3px rgba(47, 125, 123, 0.15);
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-title input[type=text]::-moz-placeholder {
  color: #b0b8bf;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-title input[type=text]::placeholder {
  color: #b0b8bf;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body {
  /* TinyMCE コンテナ */
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap {
  /* ラベル文言を近づける */
  /* 添付エリア */
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap::before {
  content: "Wellness Insight Details";
  font-size: 14px;
  font-weight: 600;
  color: #555;
  display: block;
  width: 100%;
  text-align: left;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap::after {
  content: "*";
  color: #e74c3c;
  font-weight: 700;
  margin-left: 4px;
  position: absolute;
  top: 0;
  left: 12.5em;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields {
  margin-top: 24px;
  padding-top: 8px;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf-main-fields {
  display: block;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap {
  display: inline-block;
  font-size: 14px;
  color: #555;
  /* 「Attach Your Photo」ラベル */
  /* 赤い注意文 */
  /* 下線テキストなどは消す・調整 */
  /* Upload Image ボタン */
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap::before {
  content: "Attach Your Photo";
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpf_attach_max_fz {
  display: block;
  margin: 4px 0 10px;
  font-size: 12px;
  color: #d6443c;
  font-weight: 500;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpf_attach_max_fz::before {
  content: "*File Limit: Up to 3 files per post. ";
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpf_dd_info {
  display: none;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpf_attach_button,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpfa-browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  padding: 10px 24px;
  border-radius: 12px;
  border: 1px solid #555;
  background: #ffffff;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpf_attach_button:hover,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpfa-browse:hover {
  background: #555;
  color: #fff;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpfa-form-ico,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpf_attach_button_wrap .wpfa-browse {
  display: none;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .wpf-field-wrap .wpf-extra-fields .wpfattach-portable-wrap {
  margin-top: 10px;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-tinymce.mce-container.mce-panel {
  border-radius: 8px;
  border: 2px solid #d5dde3 !important;
  border-width: 2px !important;
  box-shadow: none;
  overflow: hidden;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-toolbar .mce-btn,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-toolbar .mce-menubtn {
  border: none;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-toolbar .mce-btn:hover,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-toolbar .mce-menubtn:hover {
  background: #e9f3f3;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-edit-area iframe {
  min-height: 220px;
  padding: 1em;
  box-sizing: border-box;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-field-name-body .mce-statusbar {
  background: #fafbfc;
  border-top: 1px solid #e0e6eb;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-topic-form-wrap > .wpf-extra-fields,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-topic-tags,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpforo-revisions-wrap,
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-topic-sbs {
  display: none;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-buttons-wrap {
  margin-top: 32px;
  text-align: center;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-buttons-wrap .wpf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 40px !important;
  border-radius: 999px;
  border: 1px solid #0a9ba0;
  background: #FFF;
  color: #0a9ba0 !important;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: none !important;
  transition: background 0.2s, border-color 0.2s;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-buttons-wrap .wpf-button:hover {
  background: #0a9ba0;
  color: #FFF !important;
}
#wpforo #wpforo-wrap .wpf-topic-form-ajax-wrap .wpf-topic-create .wpf-clear {
  clear: both;
}

/* =========================================================
 * wpForo - Login Page Styling
 * Access Your SHIZUKU Community
 * ======================================================= */
body#body.wpft-login {
  /* タイトル「Forum - Login」は非表示 */
  /* 全体カードレイアウト ---------------------------------- */
  /* 「Welcome!」見出しを非表示にして独自ヘッダーを追加 */
  /* フォームのベースリセット ------------------------------ */
  /* ユーザー名 / パスワード -------------------------------- */
  /* reCAPTCHA 周り ---------------------------------------- */
  /* Remember / Lost password ------------------------------ */
  /* Sign In ボタン --------------------------------------- */
  /* Create Account リンク ------------------------------- */
  /* 余計な下の余白などを少し抑える ----------------------- */
}
body#body.wpft-login #main_col {
  justify-content: center;
}
body#body.wpft-login #wpforo-title {
  display: none;
}
body#body.wpft-login .wpf-profile-section.wpf-mi-section {
  margin: 0 auto;
  padding: 60px 80px 70px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  body#body.wpft-login .wpf-profile-section.wpf-mi-section {
    margin: 0 16px;
    padding: 40px 20px 45px;
  }
}
body#body.wpft-login .wpforo-login-content > h3 {
  display: none;
}
body#body.wpft-login .wpf-profile-body {
  position: relative;
  text-align: left;
}
body#body.wpft-login .wpf-profile-body::before {
  /* 上部タイトル */
  content: "Access Your SHIZUKU Community";
  display: block;
  margin-bottom: 12px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  color: #678888;
}
body#body.wpft-login .wpforo-login-wrap {
  background: transparent;
  background-color: unset !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}
body#body.wpft-login .wpforo-login-wrap::before {
  /* 説明文 */
  content: "Please enter your credentials to log in and join the conversation.";
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
body#body.wpft-login .wpforo-login-wrap .wpforo-login-content {
  border: unset !important;
  padding: 0 !important;
}
body#body.wpft-login .wpforo-login-table {
  width: 100% !important;
  margin-top: 40px !important;
  padding: 0 !important;
  background-color: unset !important;
  /* アイコン・パスワードアイコンは非表示 */
}
body#body.wpft-login .wpforo-login-table .wpf-tr,
body#body.wpft-login .wpforo-login-table .wpf-td {
  padding: 0 !important;
}
body#body.wpft-login .wpforo-login-table .wpf-td {
  margin-top: 40px;
}
body#body.wpft-login .wpforo-login-table .wpf-field-wrap {
  width: 100% !important;
}
body#body.wpft-login .wpforo-login-table .wpf-field-icon,
body#body.wpft-login .wpforo-login-table .wpf-show-password {
  display: none;
}
body#body.wpft-login .wpforo-login-table {
  text-align: left !important;
  /* ラベルをCSSで追加（User Name / Password） */
  /* テキストボックス */
}
body#body.wpft-login .wpforo-login-table .wpf-field {
  margin-bottom: 24px !important;
  padding: 0 !important;
  background-color: unset !important;
}
body#body.wpft-login .wpforo-login-table .wpf-field .wpf-field-wrap {
  position: relative;
  padding: 0;
}
body#body.wpft-login .wpforo-login-table .wpf-field-type-text .wpf-field-wrap::before,
body#body.wpft-login .wpforo-login-table .wpf-field-type-password .wpf-field-wrap::before {
  display: block;
  font-size: 18px;
  color: #555;
  text-align: left;
}
body#body.wpft-login .wpforo-login-table .wpf-field-type-text .wpf-field-wrap::before {
  content: "User Name *";
}
body#body.wpft-login .wpforo-login-table .wpf-field-type-password .wpf-field-wrap::before {
  content: "Password *";
}
body#body.wpft-login .wpforo-login-table .wpf-field-hook .wpf-field-wrap::before {
  display: none;
}
body#body.wpft-login .wpforo-login-table .wpf-login-text {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  font-size: 16px !important;
  color: #333 !important;
  line-height: 1.4;
  background-color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body#body.wpft-login .wpforo-login-table .wpf-login-text::-moz-placeholder {
  color: #c2c2c2;
}
body#body.wpft-login .wpforo-login-table .wpf-login-text::placeholder {
  color: #c2c2c2;
}
body#body.wpft-login .wpforo-login-table .wpf-login-text:focus {
  outline: none;
  border: 1px solid #0a9ba0 !important;
  background-color: #fff !important;
}
body#body.wpft-login .wpf-field-hook .wpf-field-wrap {
  margin-top: 8px;
  margin-bottom: 24px;
}
body#body.wpft-login .wpforo_recaptcha_widget {
  margin-top: 8px;
  display: inline-block;
}
body#body.wpft-login .wpf-extra {
  margin: 12px 0 24px;
  font-size: 14px;
  color: #555;
  text-align: center;
}
body#body.wpft-login .wpf-extra #wpf-login-remember {
  margin-right: 6px;
}
body#body.wpft-login .wpf-extra label {
  margin-right: 4px;
}
body#body.wpft-login .wpf-extra .wpf-forgot-pass {
  color: #1ea4a8 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}
body#body.wpft-login .wpf-extra .wpf-forgot-pass:hover {
  text-decoration: none !important;
}
body#body.wpft-login .wpforo-login-content .wpforo-login-table .wpf-td .wpf-field .wpf-field-wrap > input[type=submit][name=wpforologin] {
  margin-top: 8px !important;
  padding: 1em 24px !important;
  border: 1px solid #5cc6cd !important;
  border-radius: 999px !important;
  font-size: clamp(18px, 2vw, 28px) !important;
  color: #fff;
  background-color: #5cc6cd !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-align: center;
}
body#body.wpft-login .wpforo-login-content .wpforo-login-table .wpf-td .wpf-field .wpf-field-wrap > input[type=submit][name=wpforologin]:hover {
  background-color: #FFF !important;
  color: #5cc6cd !important;
}
body#body.wpft-login .wpf-field-reg {
  margin-top: 24px;
  text-align: center;
}
body#body.wpft-login .wpf-field-reg a {
  display: inline-block;
  color: #5cc6cd !important;
  text-decoration: underline !important;
  border: unset !important;
}
body#body.wpft-login .wpf-field-reg a i {
  margin-right: 4px;
}
body#body.wpft-login .wpforo-revisions-wrap {
  display: none;
}
body#body.wpft-login .wpf-field.wpf-extra-field-end {
  margin-top: 0;
}

/* =========================================================
 * wpForo - Register Page Styling
 * Create Your SHIZUKU Community Account
 * ======================================================= */
body#body.wpft-register {
  /* タイトル「Forum - Registration」は非表示 */
  /* 全体カードレイアウト ---------------------------------- */
  /* 既存の h3 を隠して、独自ヘッダーを追加 */
  /* フォーム全体のベースリセット -------------------------- */
  /* テーブルレイアウトを縦並びフォームに ------------------ */
  /* Username / Email -------------------------------------- */
  /* reCAPTCHA + 同意チェック ------------------------------ */
  /* 「After registration ...」の説明行 -------------------- */
  /* Create Account ボタン --------------------------------- */
  /* 「Login」への誘導文 ---------------------------------- */
  /* 余計な下部の余白など ---------------------------------- */
}
body#body.wpft-register #main_col {
  justify-content: center;
}
body#body.wpft-register #wpforo-title {
  display: none;
}
body#body.wpft-register .wpf-profile-section.wpf-mi-section {
  margin: 0 auto;
  padding: 60px 80px 70px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  body#body.wpft-register .wpf-profile-section.wpf-mi-section {
    margin: 0 16px;
    padding: 40px 20px 45px;
  }
}
body#body.wpft-register .wpforo-register-content > h3 {
  display: none;
}
body#body.wpft-register .wpf-profile-body {
  position: relative;
  text-align: left;
}
body#body.wpft-register .wpf-profile-body::before {
  /* 上部タイトル */
  content: "Create Your SHIZUKU Community Account";
  display: block;
  margin-bottom: 12px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  color: #678888;
}
body#body.wpft-register .wpforo-register-wrap {
  background: transparent;
  background-color: unset !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}
body#body.wpft-register .wpforo-register-wrap::before {
  /* 説明文 */
  content: "Please enter your details to create an account.";
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
body#body.wpft-register .wpforo-register-wrap .wpforo-register-content {
  border: unset !important;
  padding: 0 !important;
}
body#body.wpft-register .wpforo-register-table {
  width: 100% !important;
  margin-top: 40px !important;
  padding: 0 !important;
  background-color: unset !important;
}
body#body.wpft-register .wpforo-register-table .wpf-tr,
body#body.wpft-register .wpforo-register-table .wpf-td {
  padding: 0 !important;
}
body#body.wpft-register .wpforo-register-table .wpf-td {
  margin-top: 0;
}
body#body.wpft-register .wpforo-register-table .wpf-field-wrap {
  width: 100% !important;
}
body#body.wpft-register .wpf-field.wpf-field-type-text,
body#body.wpft-register .wpf-field.wpf-field-type-email {
  margin-bottom: 24px !important;
  padding: 0 !important;
  background-color: unset !important;
  border: none !important;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-label-wrap,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-label-wrap {
  margin-bottom: 6px;
  display: block !important;
  float: unset !important;
  width: 100% !important;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-label-wrap .wpf-label,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-label-wrap .wpf-label {
  font-size: 18px !important;
  line-height: 1.4 !important;
  color: #555 !important;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-label-wrap .wpf-field-required-icon,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-label-wrap .wpf-field-required-icon {
  color: #b80016 !important;
  margin-left: 2px;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-label-wrap .wpf-desc,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-label-wrap .wpf-desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  width: 100%;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap {
  position: relative;
  padding: 0;
  /* アイコンは非表示（シンプルなフォームに） */
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap .wpf-field-icon,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap .wpf-field-icon {
  display: none;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=text],
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=email],
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=password],
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=text],
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=email],
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=password] {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 18px !important;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  font-size: 16px !important;
  color: #333 !important;
  line-height: 1.4;
  background-color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=text]::-moz-placeholder, body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=email]::-moz-placeholder, body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=password]::-moz-placeholder, body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=text]::-moz-placeholder, body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=email]::-moz-placeholder, body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=password]::-moz-placeholder {
  color: #c2c2c2;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=text]::placeholder,
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=email]::placeholder,
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=password]::placeholder,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=text]::placeholder,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=email]::placeholder,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=password]::placeholder {
  color: #c2c2c2;
}
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=text]:focus,
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=email]:focus,
body#body.wpft-register .wpf-field.wpf-field-type-text .wpf-field-wrap input[type=password]:focus,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=text]:focus,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=email]:focus,
body#body.wpft-register .wpf-field.wpf-field-type-email .wpf-field-wrap input[type=password]:focus {
  outline: none;
  border: 1px solid #0a9ba0 !important;
  background-color: #fff !important;
}
body#body.wpft-register .wpforo_recaptcha_widget {
  margin-top: 8px;
  display: inline-block;
}
body#body.wpft-register .wpforo-legal-checkbox.wpflegal-email {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
body#body.wpft-register .wpforo-legal-checkbox.wpflegal-email input[type=checkbox] {
  margin-right: 8px;
  margin-top: 3px;
  flex-shrink: 0;
}
body#body.wpft-register .wpf-reg-info {
  color: #f29b3a;
  font-size: 16px;
  margin-right: 6px;
}
body#body.wpft-register .wpforo-register-table .wpf-tr:nth-last-child(3) .wpf-td {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
}
body#body.wpft-register .wpf-field-type-submit {
  text-align: center;
  width: 100%;
}
body#body.wpft-register .wpf-field-type-submit input[type=submit][name=wpfororeg] {
  margin-top: 24px !important;
  padding: 1em 24px !important;
  border-radius: 999px !important;
  border: 1px solid #5cc6cd !important;
  font-size: clamp(18px, 2vw, 28px) !important;
  color: #fff;
  background-color: #5cc6cd !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-align: center;
}
body#body.wpft-register .wpf-field-type-submit input[type=submit][name=wpfororeg]:hover {
  background-color: #fff !important;
  color: #5cc6cd !important;
}
body#body.wpft-register .wpf-field-login {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #7a7f82;
  /* 先頭にコピーを追加して「Already have an account? Login」の形に */
}
body#body.wpft-register .wpf-field-login::before {
  content: "Already have an account? ";
}
body#body.wpft-register .wpf-field-login a {
  display: inline-block;
  color: #5cc6cd !important;
  text-decoration: underline !important;
  border: unset !important;
}
body#body.wpft-register .wpf-field-login a i {
  display: none;
}
body#body.wpft-register .wpf-field-login a:hover {
  text-decoration: none !important;
}
body#body.wpft-register .wpf-field.wpf-extra-field-end {
  margin-top: 0;
}

/* =========================================================
 * wpForo - Profile Page Styling
 * ======================================================= */
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-head .wpf-custom-forum-home-btn {
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-head .wpf-custom-forum-home-btn a {
  display: block;
  background-color: #0a9ba0;
  color: #FFF;
  margin: 1em;
  padding: 0.5em 1.5em;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: auto;
  cursor: pointer;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-head .wpf-custom-forum-home-btn a:hover {
  opacity: 0.8;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-head .wpf-custom-forum-home-btn a i {
  display: inline-block;
  margin-right: 8px;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-head .wpforo-profile-back {
  display: none;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-head-bottom .wpfp-ug .wpf-member-title {
  border-color: #5cc6cd !important;
  color: #5cc6cd !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-user-actions .wpforo-follow-wrap .wpforo-follow-tabs a {
  pointer-events: none;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-user-actions .wpforo-follow-wrap .wpforo-follow-tabs a span {
  color: #0a9ba0 !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-user-actions .wpforo-user-tools .wpf-ab-mute_mention {
  display: none !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-user-actions .wpforo-user-tools a:last-child {
  display: none !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-user-actions .wpforo-user-tools a .wpf-ab-edit {
  color: #0a9ba0 !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-menu .wpf-profile-menu {
  color: #0a9ba0 !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-menu .wpf-profile-menu svg {
  fill: #0a9ba0 !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-menu .wpf-profile-menu span {
  color: #0a9ba0 !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-menu .wpf-profile-menu.wpforo-active {
  border-bottom-color: #0a9ba0 !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-menu a[href*="/favored/"],
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-menu a[href*="/subscriptions/"] {
  display: none !important;
}
body#body.wpft-profile #wpforo #wpforo-wrap .wpforo-main .wpforo-content .wpf-pt-profile .wpf-profile-section .wpforo-profile .wpforo-profile-content .wpf-table .wpf-field a {
  color: #0a9ba0 !important;
}

body#body.wpft-activity #main_contents #main_col,
body#body.wpft-account #main_contents #main_col {
  gap: 0;
}
body#body.wpft-activity #main_contents #main_col #article,
body#body.wpft-account #main_contents #main_col #article {
  width: 100%;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn {
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn a,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn a {
  display: block;
  background-color: #0a9ba0;
  color: #FFF;
  margin: 1em;
  padding: 0.5em 1.5em;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: auto;
  cursor: pointer;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn a:hover,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn a:hover {
  opacity: 0.8;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn a i,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpf-custom-forum-home-btn a i {
  display: inline-block;
  margin-right: 8px;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpforo-profile-back,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head .wpforo-profile-back {
  display: none;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head-bottom .wpfp-ug .wpf-member-title,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-head-bottom .wpfp-ug .wpf-member-title {
  border-color: #5cc6cd !important;
  color: #5cc6cd !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-follow-wrap .wpforo-follow-tabs a,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-follow-wrap .wpforo-follow-tabs a {
  pointer-events: none;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-follow-wrap .wpforo-follow-tabs a span,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-follow-wrap .wpforo-follow-tabs a span {
  color: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-user-tools .wpf-ab-mute_mention,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-user-tools .wpf-ab-mute_mention {
  display: none !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-user-tools a:last-child,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-user-tools a:last-child {
  display: none !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-user-tools a .wpf-ab-edit,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-user-actions .wpforo-user-tools a .wpf-ab-edit {
  color: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu {
  color: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu svg,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu svg {
  fill: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu span,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu span {
  color: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu.wpforo-active,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu .wpf-profile-menu.wpforo-active {
  border-bottom-color: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu a[href*="/favored/"],
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu a[href*="/subscriptions/"],
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu a[href*="/favored/"],
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-menu a[href*="/subscriptions/"] {
  display: none !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-content .wpf-table .wpf-field a,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpforo-profile-content .wpf-table .wpf-field a {
  color: #0a9ba0 !important;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-avatar .wpf-field-wrap ul li:nth-child(1),
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-avatar .wpf-field-wrap ul li:nth-child(2),
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-avatar .wpf-field-wrap ul li:nth-child(1),
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-avatar .wpf-field-wrap ul li:nth-child(2) {
  display: none;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-avatar .wpf-field-wrap ul li:nth-child(3),
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-avatar .wpf-field-wrap ul li:nth-child(3) {
  display: block;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-name-user_url,
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-name-occupation,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-name-user_url,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-name-occupation {
  display: none;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-submit,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-submit {
  text-align: center;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-submit input[type=submit],
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-submit input[type=submit] {
  width: 100%;
  max-width: 720px;
  margin-top: 80px;
  padding: 1em 24px !important;
  border-radius: 999px !important;
  border: 1px solid #0a9ba0 !important;
  font-size: clamp(18px, 2vw, 28px) !important;
  color: #fff;
  background-color: #0a9ba0 !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-align: center;
}
body#body.wpft-activity #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-submit input[type=submit]:hover,
body#body.wpft-account #main_contents #main_col #wpforo #wpforo-wrap .wpf-pt-account .wpf-mi-section .wpf-profile-body .wpforo-profile-account #wpf-profile-account-form .wpf-table .wpf-tr .wpf-field-type-submit input[type=submit]:hover {
  background-color: #fff !important;
  color: #0a9ba0 !important;
}

/* =========================================================
 * wpForo - Topic Page Styling
 * SHIZUKU Community Article Layout
 * ======================================================= */
body#body.wpft-post {
  /* ========================================
     wpForo カスタムトピックデザイン
  ======================================== */
}
body#body.wpft-post #main_col {
  justify-content: center;
  gap: 0;
}
body#body.wpft-post .custom-topic-design {
  max-width: 1200px;
  margin: 0 auto;
  /* ========== トピックヘッダー - 統計情報を上部に配置 ========== */
  /* ========== メイン投稿のカード型レイアウト ========== */
  /* ========== コメントセクションヘッダー ========== */
  /* ========== リプライ（コメント）のコンパクトデザイン ========== */
  /* ========== レスポンシブ対応 ========== */
  /* ========== 不要な要素を非表示 ========== */
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap {
  display: flex;
  flex-direction: column;
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap .wpf-post-head-top {
  order: -1;
  margin-bottom: 24px;
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap .wpf-post-stat {
  display: flex !important;
  justify-content: space-around;
  background: #f8f9fa;
  padding: 24px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  gap: 20px;
  flex-wrap: wrap;
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap .wpf-post-stat .wpf-post-stat-box {
  text-align: center;
  flex: 1;
  min-width: 100px;
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap .wpf-post-stat .wpf-post-stat-box .wpf-tstat {
  display: block !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #1976d2 !important;
  margin-bottom: 8px;
  line-height: 1;
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap .wpf-post-stat .wpf-post-stat-box .wpf-tstat svg {
  display: none;
}
body#body.wpft-post .custom-topic-design .wpforo-post-head .wpforo-topic-head-wrap .wpf-post-stat .wpf-post-stat-box .wpf-tlabel {
  display: block !important;
  font-size: 14px !important;
  color: #666 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
body#body.wpft-post .custom-topic-design .custom-main-post {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 32px;
  margin-bottom: 48px;
  border: 1px solid #e8eaed;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  /* 左側：著者情報エリア */
  /* 右側：コンテンツエリア */
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 80px;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-avatar {
  margin-bottom: 16px;
  width: 100%;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-avatar img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #f5f7fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-name-main {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  width: 100%;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-name-main a {
  color: #333;
  text-decoration: none;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-name-main a:hover {
  color: #1976d2;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-data {
  width: 100%;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-data .author-rating-full {
  margin-bottom: 12px;
  font-size: 14px;
  color: #ffa726;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-data .wpf-author-posts {
  font-size: 14px;
  color: #666;
  padding: 8px 16px;
  background: #f5f7fa;
  border-radius: 8px;
  margin-top: 8px;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area {
  flex: 1;
  min-width: 0;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content-head {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eaed;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content-head .wpf-content-head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content-head .wpf-content-head-top .wpf-post-date {
  color: #999;
  font-size: 14px;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content .wpforo-post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 24px;
  /* 画像ギャラリー */
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content .wpforo-post-content p {
  margin-bottom: 16px;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content .wpforo-post-content figure {
  display: inline-block;
  margin: 8px 12px 8px 0;
  vertical-align: top;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content .wpforo-post-content figure img {
  max-width: 100%;
  width: 300px !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content .wpforo-post-content figure img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-right.custom-content-area .wpf-content-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e8eaed;
}
body#body.wpft-post .custom-topic-design .custom-comments-header {
  margin: 48px 0 32px 0;
  padding: 0;
  background: none;
}
body#body.wpft-post .custom-topic-design .custom-comments-header .wpf-replies-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 3px solid #1976d2;
  display: flex;
  align-items: center;
  gap: 12px;
}
body#body.wpft-post .custom-topic-design .custom-comments-header .wpf-replies-title i {
  color: #1976d2;
  font-size: 22px;
}
body#body.wpft-post .custom-topic-design .custom-comments-header .wpf-replies-title .wpf-replies-count {
  color: #1976d2;
}
body#body.wpft-post .custom-topic-design .custom-reply-post {
  margin-bottom: 16px;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8eaed;
  transition: box-shadow 0.3s ease;
  /* リプライ左側：小さいアバターのみ */
  /* リプライ右側：コンテンツ */
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-left {
  flex: 0 0 64px;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-left .wpf-author-avatar img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #f5f7fa;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right {
  flex: 1;
  min-width: 0;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head {
  margin-bottom: 16px;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head .wpf-content-head-top .wpf-author .wpf-author-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head .wpf-content-head-top .wpf-author .wpf-author-name a {
  color: #333;
  text-decoration: none;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head .wpf-content-head-top .wpf-author .wpf-author-name a:hover {
  color: #1976d2;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head .wpf-content-head-top .wpf-post-date {
  font-size: 13px;
  color: #999;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head .wpf-content-head-bottom {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-head .wpf-content-head-bottom .wpf-author-nicename {
  color: #999;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content .wpforo-post-content {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content .wpforo-post-content p {
  margin-bottom: 12px;
}
body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-right .wpf-content-foot {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  body#body.wpft-post .custom-topic-design .custom-main-post {
    padding: 20px;
  }
  body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout {
    flex-direction: column;
    gap: 20px;
  }
  body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar {
    flex: 1;
    position: static;
    flex-direction: row;
    text-align: left;
    gap: 16px;
    align-items: center;
  }
  body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-avatar {
    margin-bottom: 0;
    width: auto;
  }
  body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-avatar img {
    width: 80px !important;
    height: 80px !important;
  }
  body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-post.custom-main-layout .wpf-left.custom-author-sidebar .wpf-author-name-main {
    text-align: left;
  }
  body#body.wpft-post .custom-topic-design .wpforo-post-head .wpf-post-stat {
    flex-direction: column;
    gap: 16px;
  }
  body#body.wpft-post .custom-topic-design .wpforo-post-head .wpf-post-stat .wpf-post-stat-box {
    min-width: 100%;
  }
  body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post {
    padding: 16px;
    gap: 12px;
  }
  body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-left {
    flex: 0 0 48px;
  }
  body#body.wpft-post .custom-topic-design .custom-reply-post .wpforo-post .wpf-left .wpf-author-avatar img {
    width: 48px !important;
    height: 48px !important;
  }
}
body#body.wpft-post .custom-topic-design .custom-main-post .wpforo-memberinfo {
  display: none !important;
}/*# sourceMappingURL=shizuku-wpforo.css.map */