@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* パンくずの現在地を表示させる */
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}

/* WPForms ボタンカラー */
.btn_wpforms-send {
    color: #FFF !important;
    background: var(--color_main)!important;
}
.btn_wpforms-send:hover {
	opacity: 0.8;
}

/* =========================================
   追従バナー（PC・タブレット用）
   ========================================= */
.advads-pc-floating-banner,
.advads-floating-banner {
  position: fixed;
  z-index: 2000;
  opacity: 0; /* 初期は非表示 */
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.advads-pc-floating-banner.visible,
.advads-floating-banner.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}

.advads-pc-floating-banner a:hover,
.advads-floating-banner a:hover {
  opacity: 0.8;
}

/* PC・タブレット用レイアウト */
@media screen and (min-width: 600px) {
  .advads-pc-floating-banner,
  .advads-floating-banner {
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .advads-pc-floating-banner a,
  .advads-floating-banner a {
    display: block;
  }

  .advads-pc-floating-banner .p-adBox__img,
  .advads-floating-banner .p-adBox__img {
    display: block !important;
  }

  .advads-pc-floating-banner .p-adBox__img img,
  .advads-floating-banner .p-adBox__img img {
    display: block !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
  }

  body:has(.advads-pc-floating-banner.visible),
  body:has(.advads-floating-banner.visible) .p-fixBtnWrap {
    bottom: calc(3em + 90px);
  }
}


/* =========================================
   追従バナー（スマホ専用）
   ========================================= */
.advads-sp-floating-banner {
  position: fixed;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.advads-sp-floating-banner.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}

.advads-sp-floating-banner a:hover {
  opacity: 0.8;
}

/* スマホ専用レイアウト */
@media screen and (max-width: 599px) {
  .advads-sp-floating-banner {
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .advads-sp-floating-banner a {
    display: block;
  }

  .advads-sp-floating-banner .p-adBox__img {
    display: block !important;
  }

  .advads-sp-floating-banner .p-adBox__img img {
    display: block !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
  }

  /* SP時の既存ボタン調整 */
  body:has(.advads-sp-floating-banner.visible) .p-fixBtnWrap {
    bottom: calc(1.5em + 50px);
  }
}

/* ポップアップバナー設定プラグイン//////////////////////// */
.advads-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  display: none !important; /* 初期状態は非表示 */
  transition: opacity 0.3s ease;
}

.advads-popup.visible {
  display: block !important;
  opacity: 1 !important;
}

.advads-popup a:hover {
  opacity: 0.8;
}

/* PCでは実寸サイズ */
@media screen and (min-width: 600px) {
  .advads-popup img {
    width: auto;     /* 元画像の幅をそのまま */
    height: auto;    /* 元画像の高さをそのまま */
    max-width: none; /* 制限なし */
    display: block;
    margin: 0 auto;  /* 横中央 */
  }
}
/* SPでは画面サイズで調整 */
@media screen and (max-width: 599px) {
  .advads-popup {
	  width: 80%;
  }
  .advads-popup img {
    display: block;
    width: auto;       /* 元の幅を優先 */
    max-width: 100%;   /* 画面幅を超えないように制限 */
    height: auto;
    margin: 0 auto;    /* 横中央 */
  }
}

/* ポップアップ表示中のスクロール無効化 */
body.popup-active,
body.popup-active * {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* html要素にも適用 */
html.popup-active {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* SWELLテーマ対策 */
body.popup-active #page,
body.popup-active .l-container,
body.popup-active .c-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9); /* 半透明の黒背景 */
  z-index: 2999; /* ポップアップより1つ下 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* ポップアップ閉じるボタンのスタイル */
.popup-close-button {
  position: absolute;
  top: -16px; /* ポップアップ外側に配置 */
  right: -16px;
  width: 32px;
  height: 32px;
  background-color: #72635c;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  z-index: 3001; /* ポップアップより確実に前面に */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); /* 影を追加して視認性向上 */
  outline: none; /* デフォルトのアウトラインを無効化 */
}

.popup-close-button:hover {
  background-color: rgba(140, 120, 110, 1); /* #8c786e */
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* キーボード操作時のみアウトライン表示 */
.popup-close-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.popup-close-button:active {
  transform: scale(0.95);
}

/* ポップアップ本体はそのまま（既存CSSを変更しない） */

/* レスポンシブ対応：スマホでは少し大きめに */
@media screen and (max-width: 959px) {
  .popup-close-button {
    width: 36px;
    height: 36px;
    font-size: 20px;
    top: -18px;
    right: -18px;
  }
}

/* サイトデザイン関連
 *  ////////////////////////////////////////////////////////////// */

/* ===================================
   ヘッダー
   =================================== */
/**
 * ヘッダー連絡先エリア - カラム幅調整
 */

/* カラムコンテナ全体に最大幅を設定して右寄せ */
.w-header .swell-block-columns {
  margin-left: auto; /* 右寄せ */
  --swl-clmn-mrgn--x: 15px; /* カラム間を狭く */
}

/* カラム幅 */
.w-header .swell-block-columns .swell-block-column {
  width: calc(var(--clmn-w) - var(--swl-clmn-mrgn--x)) !important;
}

/* 電話アイコンをテキストの下端に揃える */
.w-header .swell-block-column:first-child .swl-inline-icon{
  vertical-align: text-bottom !important;
}
/* スマホメニュー：電話アイコンをテキストの下端に揃える */
#sp_menu .swl-inline-icon {
    vertical-align: text-bottom;
}

/* 1050px以下でボタンの文字サイズを小さくする */
@media (max-width: 1050px) {
  .w-header .swell-block-button__link span[style],
  .w-header .swell-block-button__link span {
    font-size: 0.875rem !important;
	  line-height: 1rem;
  }
  
  .w-header .swell-block-button__link {
    padding: 0.5rem 0.75rem !important;
  }
  .w-header .swl-fz.u-fz-l {
		font-size: 1.1rem !important;
	}
  .w-header .swl-fz.u-fz-s {
		font-size: 0.8rem !important;
	}
}

/* ===================================
   フッター用リセット
   =================================== */

/* フッター内の全見出しタグをリセット */
.l-sub-footer h1,
.l-sub-footer h2,
.l-sub-footer h3,
.l-sub-footer h4,
.l-sub-footer h5,
.l-sub-footer h6 {
  all: unset;
  display: block;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: normal !important;
  line-height: inherit !important;
  color: inherit !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: auto !important;
  max-width: none !important;
  position: static !important;
}

/* 見出しの疑似要素を無効化 */
.l-sub-footer h1::before,
.l-sub-footer h1::after,
.l-sub-footer h2::before,
.l-sub-footer h2::after,
.l-sub-footer h3::before,
.l-sub-footer h3::after,
.l-sub-footer h4::before,
.l-sub-footer h4::after,
.l-sub-footer h5::before,
.l-sub-footer h5::after,
.l-sub-footer h6::before,
.l-sub-footer h6::after {
  display: none !important;
  content: none !important;
}

/* SWELLの見出しクラスも無効化 */
.l-sub-footer .c-heading1,
.l-sub-footer .c-heading2,
.l-sub-footer .c-heading3,
.l-sub-footer .c-heading4,
.l-sub-footer .c-heading5,
.l-sub-footer .c-heading6,
.l-sub-footer .wp-block-heading {
  all: unset !important;
  display: block !important;
}

/* ===================================
   グループサイト・コラムサイトエリア用リセット（太字は維持）
   =================================== */

/* 見出しタグをリセット（font-weight以外） */
.l-footer-group h1,
.l-footer-group h2,
.l-footer-group h3,
.l-footer-group h4,
.l-footer-group h5,
.l-footer-group h6,
.l-footer-column h1,
.l-footer-column h2,
.l-footer-column h3,
.l-footer-column h4,
.l-footer-column h5,
.l-footer-column h6 {
  display: block !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: auto !important;
  max-width: none !important;
  position: static !important;
}

/* 見出しの疑似要素を無効化 */
.l-footer-group h1::before,
.l-footer-group h1::after,
.l-footer-group h2::before,
.l-footer-group h2::after,
.l-footer-group h3::before,
.l-footer-group h3::after,
.l-footer-group h4::before,
.l-footer-group h4::after,
.l-footer-group h5::before,
.l-footer-group h5::after,
.l-footer-group h6::before,
.l-footer-group h6::after,
.l-footer-column h1::before,
.l-footer-column h1::after,
.l-footer-column h2::before,
.l-footer-column h2::after,
.l-footer-column h3::before,
.l-footer-column h3::after,
.l-footer-column h4::before,
.l-footer-column h4::after,
.l-footer-column h5::before,
.l-footer-column h5::after,
.l-footer-column h6::before,
.l-footer-column h6::after {
  display: none !important;
  content: none !important;
}

/* SWELLの見出しクラスも無効化 */
.l-footer-group .c-heading1,
.l-footer-group .c-heading2,
.l-footer-group .c-heading3,
.l-footer-group .c-heading4,
.l-footer-group .c-heading5,
.l-footer-group .c-heading6,
.l-footer-group .wp-block-heading,
.l-footer-column .c-heading1,
.l-footer-column .c-heading2,
.l-footer-column .c-heading3,
.l-footer-column .c-heading4,
.l-footer-column .c-heading5,
.l-footer-column .c-heading6,
.l-footer-column .wp-block-heading {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ===================================
   緑背景エリア
   =================================== */
.l-sub-footer {
  margin-bottom: 0 !important;
}

.l-sub-footer__top {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 60px 20px 40px !important;
  background-color: #42b5a5 !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
}
.l-sub-footer__logo-link:focus,
.l-sub-footer__logo-link:hover{
	opacity: 0.7;
}

/* PC表示時（1280px以上） */
@media (min-width: 1280px) {
  .l-sub-footer__top {
    padding: 80px 40px 60px !important;
  }
}

/* ===================================
   メインナビゲーションエリア
   =================================== */
.l-sub-footer__main {
  max-width: 1200px !important;
  width: calc(100% - 40px) !important;  /* 追加：親のpaddingを考慮 */
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 15px !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
}

/* ロゴエリア */
.l-sub-footer__main-logo {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.l-sub-footer__main-logo img {
  width: 100% !important;
  max-width: 386px !important;
  height: auto !important;
}

/* ナビゲーションリンク列 */
.l-sub-footer__main-link {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.l-sub-footer__main-link li {
  margin-bottom: 12px !important;
}

/* リンクのスタイル */
.l-sub-footer__link {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  display: inline-block !important;
  transition: opacity 0.3s ease !important;
  text-decoration: none;
}

/* リンクのホバー・フォーカス時 */
.l-sub-footer__link:hover,
.l-sub-footer__link:focus {
  text-decoration: underline !important;
}

.l-sub-footer__link:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px !important;
}

/* タブレット表示時：2列 */
@media (min-width: 576px) {
  .l-sub-footer__main {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 20px !important;
  }
  
  .l-sub-footer__main-logo {
    grid-column: 1 / -1 !important;
  }
}

/* 幅広PC表示時：横並び */
@media (min-width: 1280px) {
  .l-sub-footer__main {
    width: calc(100% - 80px) !important;  /* PCは80px */
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 40px 5px !important;
  }
  
  .l-sub-footer__main-logo {
    width: auto !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
	margin-right: 25px;
  }
  
  .l-sub-footer__main-link {
    flex: 1 1 200px !important;
    min-width: 200px !important;
  }
}

/* ===================================
   ユーティリティ・会社情報エリア
   =================================== */
.l-sub-footer__utility {
  max-width: 1200px !important;
  width: calc(100% - 40px) !important;  /* 追加：親のpaddingを考慮 */
  margin: 0 auto !important;
  padding: 20px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  box-sizing: border-box !important;
}

/* ユーティリティリンクリスト */
.l-sub-footer__utility-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-self: flex-start !important;
}

.l-sub-footer__utility-list li {
  margin-bottom: 0 !important;
}

/* 会社情報アイテム */
.l-sub-footer__utility-item {
  align-self: flex-start !important;
}

/* 会社名(本社・東京支社) */
.l-sub-footer__company {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* 住所 */
.l-sub-footer__address {
  font-size: 14px !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* PC表示時のレイアウト調整（1280px以上） */
@media (min-width: 1280px) {
  .l-sub-footer__utility {
    width: calc(100% - 80px) !important;  /* PCは80px */
    padding: 0 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
  }
  
  .l-sub-footer__utility-list {
    flex: 0 0 auto !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-self: flex-end !important;
    width: 360px;
  }
  
  .l-sub-footer__utility-item {
    flex: 1 1 250px !important;
    min-width: 250px !important;
    align-self: flex-start !important;
  }
}

/* ===================================
   ユーティリティ・会社情報エリア
   =================================== */
.l-sub-footer__utility {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  padding: 20px 0px !important;
}

/* ユーティリティリンクリスト */
.l-sub-footer__utility-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  align-self: flex-start !important;
}

.l-sub-footer__utility-list li {
  margin-bottom: 0 !important;
}

/* 会社情報アイテム */
.l-sub-footer__utility-item {
  align-self: flex-start !important;
}

/* 会社名(本社・東京支社) */
.l-sub-footer__company {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* 住所 */
.l-sub-footer__address {
  font-size: 14px !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* PC表示時のレイアウト調整（1280px以上） */
@media (min-width: 1280px) {
  .l-sub-footer__utility {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
    padding: 20px !important;
  }
  
  .l-sub-footer__utility-list {
    flex: 0 0 auto !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-self: flex-end !important;
    width: 360px;
  }
  
  .l-sub-footer__utility-item {
    flex: 1 1 250px !important;
    min-width: 250px !important;
    align-self: flex-start !important;
  }
}

/* ===================================
   グループサイトエリア
   =================================== */

.l-footer-group {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

/* コンテナ：幅制御 */
.l-footer-group__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* グループサイト見出し */
.post_content h3.l-footer-group__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #333333;
  margin-bottom: 20px !important;
}

/* グリッド配置 */
.l-footer-group__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* 各カテゴリブロック */
.l-footer-group__category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* カテゴリ名見出し */
.post_content h4.l-footer-group__category-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #333333;
}

/* 2つ目以降のカテゴリタイトルに余白追加 */
.post_content h4.l-footer-group__category-title-top {
	margin-top: 20px !important;
}

/* リンクリスト */
.l-footer-group__list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-footer-group__list li {
  margin-bottom: 0;
}

/* リンクのスタイル */
.l-footer-group__link {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

/* リンクのホバー・フォーカス時 */
.l-footer-group__link:hover,
.l-footer-group__link:focus {
  text-decoration: underline;
}

.l-footer-group__link:focus-visible {
  outline: 2px solid #42b5a5;
  outline-offset: 2px;
}

/* 外部リンクアイコン（CSS変数方式） */
.swl-inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: var(--the-icon-svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* タブレット表示時 */
@media (min-width: 576px) {
  .l-footer-group {
    padding: 50px 30px;
  }
  
  .l-footer-group__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

/* PC表示時 */
@media (min-width: 768px) {
  .l-footer-group {
    padding: 0 40px 30px;
  }
  
  .l-footer-group__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  .l-footer-group__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 大画面表示時 */
@media (min-width: 1024px) {
  .l-footer-group__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 5px;
  }
}

/* ===================================
   コラムサイトエリア
   =================================== */

.l-footer-column {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  padding: 40px 20px 0;
  background-color: transparent;
  box-sizing: border-box;
}

/* コンテナ:幅制御 */
.l-footer-column__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* コラムサイト見出し(グループサイトと統一) */
.post_content h3.l-footer-column__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin-bottom: 20px !important;
}

/* グリッド配置 */
.l-footer-column__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* 各カテゴリブロック */
.l-footer-column__category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* リンクリスト */
.l-footer-column__list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.l-footer-column__list li {
  margin-bottom: 0 !important;
}

/* リンクのスタイル */
.l-footer-column__link {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

/* リンクのホバー・フォーカス時 */
.l-footer-column__link:hover,
.l-footer-column__link:focus {
  text-decoration: underline;
}

.l-footer-column__link:focus-visible {
  outline: 2px solid #42b5a5;
  outline-offset: 2px;
}

/* タブレット表示時:3列 */
@media (min-width: 576px) {
  .l-footer-column {
    padding: 40px 40px 0;
  }
  
  .l-footer-column__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
  }
}

/* 幅広PC表示時:5列 */
@media (min-width: 1280px) {
  .l-footer-column {
    padding: 40px 50px 0;
  }
  
  .l-footer-column__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px 5px;
  }
}
/* フッター背景色 */
.l-footer__foot {
	padding-bottom: 0.5em!important;
    padding-top: 0.5em!important;
}
/* ===================================
   投稿ページ
   =================================== */
.post-inline-icon .swl-inline-icon {
	vertical-align: text-bottom;
}