/*
Theme Name: Jurist Child Theme
Template: jurist
Theme URI: https://jurist.themerex.net/
Description: Jurist Child Theme
Author: ThemeRex
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: jurist
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
@media (max-width: 1279px) {
	h2.trx-addons-advanced-title,
	.title-to-be-wrapped h2,
	h2.elementor-heading-title,
	.trx-addons-info-box h4,
	h6.trx-addons-accordion-tab-title {
		word-break: unset !important;
	}
	
	.trx-addons-testimonials-text-wrapper {
		width: 100%;
	}
}

/*** 画像の高さ変更 ***/
@media screen and (max-width: 767px) {
	
	/*** TOP ***/
	.team-member-image .trx-addons-tm-wrapper .trx-addons-tm-image img {
		height: 300px !important; 
        object-fit: cover;
		object-position: top;
	}
	
	/*** 弁護士紹介 ***/
	.our-team-image img {
		height: 300px !important; 
        object-fit: cover;
		object-position: top;
	}	
}

/*** 弁護士費用　韓国語ページ  ***/
/* Accordion 通常時 */
.price-accordion summary.e-n-accordion-item-title {
	justify-content: space-between;
}

.price-accordion .e-n-accordion-item-title-icon {
    border-style: solid;
    border-width: 1px;
    border-color: #DEDCD9;
    border-radius: 50%;
    padding: 16px;
    background-color: transparent; 
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.price-accordion .e-n-accordion-item-title-icon svg {
    width: 1em !important;
    height: 1em !important;
    fill: currentColor;
}

/* Accordion 開いた時 (aria-expanded="true") */
.price-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
    color: #fff; 
    background-color: #042427;
    border-color: #042427;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* table 基本共通スタイル */
.wp-law-fee-container {
  max-width: 100%;
  margin: 0 auto;
  /* ▼ タブレット・スマホで画面からはみ出た場合、ここを起点に横スクロールさせる */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする設定 */
}
.wp-fee-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border-radius: 4px;
  overflow: hidden;
}
.wp-fee-table tr {
  display: table-row;
}
.wp-fee-table th,
.wp-fee-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
  box-sizing: border-box;
}
/* 左側のヘッダー列の共通スタイリング */
.wp-fee-table th {
  background-color: #042427;
  color: #ffffff;
  font-weight: 600;
  width: 50%;
}
/* 右側（上部）のヘッダー共通スタイリング */
.wp-fee-table th.wp-top-th {
  background-color: #f1f5f9;
  color: #1e293b;
  font-weight: 600;
  white-space: normal;
  text-align: center;
}
/* 右側のデータ列の共通スタイリング */
.wp-fee-table td {
  background-color: #ffffff;
  color: #334155;
  width: 50%;
  text-align: center;
}
/* 行のホバー効果と最後の行の線消し */
.wp-fee-table tr:hover td {
  background-color: #f8fafc;
}
.wp-fee-table tr:last-child th,
.wp-fee-table tr:last-child td {
  border-bottom: none;
}

/* 3x4専用スタイル 幅の指定 ＆ 縦線の追加 */
.wp-fee-table.wp-table-3x4 th:not(.wp-top-th) {
  width: 30%;
}
.wp-fee-table.wp-table-3x4 th.wp-top-th {
  width: 35%;
}
.wp-fee-table.wp-table-3x4 td {
  width: 35%;
}

/* PC表示のとき、2列目の右側にだけ縦線を引く設定 */
.wp-fee-table.wp-table-3x4 th:nth-child(2),
.wp-fee-table.wp-table-3x4 td:nth-child(2) {
  border-right: 1px solid #e2e8f0;
}

/* 5列プラン表専用スタイル幅・縦線・専用カラー */
.wp-fee-table.wp-table-5col th:first-child,
.wp-fee-table.wp-table-5col td:first-child {
  width: 24%;
  text-align: left;
}
.wp-fee-table.wp-table-5col th:not(:first-child),
.wp-fee-table.wp-table-5col td:not(:first-child) {
  width: 19%;
}
/* データ部分・ヘッダー部分の縦の境界線（各列の間に細い線を通す） */
.wp-fee-table.wp-table-5col th:not(:last-child),
.wp-fee-table.wp-table-5col td:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
/* 「유료 옵션（有料オプション）」行のスタイル設定 */
.wp-fee-table.wp-table-5col tr.wp-row-lightgrey td {
  background-color: #e2e8f0;
  color: #1e293b;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  letter-spacing: 0.05em;
}

/* ==========================================
   table 共通レスポンシブ対応（全テーブル横スクロール化）
========================================== */
@media screen and (max-width: 768px) { 
  
  /* 全テーブル共通：テーブル本来の構造（横並び）を絶対に崩さない */
  .wp-fee-table {
    display: table !important;
  }
  .wp-fee-table tr {
    display: table-row !important;
  }
  .wp-fee-table th,
  .wp-fee-table td {
    display: table-cell !important;
    white-space: nowrap; /* セル内での意図しない自動改行を防ぎ、横幅を確保する */
  }

  /* ▼ 各テーブルの「潰れ防止」用の最小横幅を設定 */
  /* 3x4テーブルの最小幅（必要に応じて調整してください） */
  .wp-fee-table.wp-table-3x4 {
    min-width: 500px;
  }

  /* 5列テーブルの最小幅（列が多いので少し広めに確保） */
  .wp-fee-table.wp-table-5col {
    min-width: 750px;
  }
}

/*** sidebar widget  ***/
.sidebar-related-posts ol {
	list-style: none;
	padding: 0;
}
.sidebar-related-posts ol li {
	padding: .6em 0;	
}

.sidebar-related-posts ol li a {
	font-family: var(--theme-font-h4_font-family);
    font-size: var(--theme-font-h4_font-size);
    font-weight: var(--theme-font-h4_font-weight);
    font-style: var(--theme-font-h4_font-style);
    line-height: var(--theme-font-h4_line-height);
    text-decoration: var(--theme-font-h4_text-decoration);
    text-transform: var(--theme-font-h4_text-transform);
    letter-spacing: var(--theme-font-h4_letter-spacing);
    margin-top: var(--theme-font-h4_margin-top);
    margin-bottom: var(--theme-font-h4_margin-bottom);
	color: var(--theme-color-title);
}

.sidebar-related-posts ol li a:hover {
	color: var(--theme-color-text);
}

/*** フッター  ***/
footer .footer-title h5 {
	color: #fff;
}

/* =====================================================
   フローチャート共通スタイル
   子テーマの style.css に追記してください（flowchart-style.css + flowchart3-style-add.css を統合）
   ===================================================== */

/* --- コンテナ --- */
.wp-flow-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 8px 0 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* 勾留チャートコンテナはoverflowをclipで上書き（デスクトップではスクロールバー非表示） */
.wp-flow-container--detention {
  width: 100%;
  max-width: none;
  overflow-x: clip;
}

/* --- タイトル --- */
.wp-flow-title {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #1e293b;
  margin-bottom: 20px;
}

/* --- チャート全体（縦並び中央寄せ） --- */
.wp-flow-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- 各ステップ行 --- */
.wp-flow-step {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* 分岐あり行：メインボックスは中央に保ちつつ分岐を右に絶対配置 */
.wp-flow-step--branch {
  position: relative;
  justify-content: center;
}

/* 分岐ラッパー（右側に絶対配置） */
.wp-flow-branch-right {
  position: absolute;
  left: calc(50% + 140px); /* ボックス幅280pxの半分 */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

/* --- メインボックス --- */
.wp-flow-box {
  width: 280px;
  padding: 13px 16px;
  margin: 8px 0;
  background-color: #ffffff;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

/* --- 横分岐ボックス（④調停又は裁判等・準抗告） --- */
.wp-flow-box--branch {
  width: auto;
  height: auto;
  padding: 10px 14px;
  font-size: 0.875rem;
  margin: 6px 0;
  background-color: #ffffff;
  color: #334155;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  letter-spacing: 0;
}

/* --- 矢印（下向き） --- */
.wp-flow-arrow--down {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 11px;
}

/* 下向き矢印：縦線 ＋ 三角を疑似要素で表現 */
.wp-flow-arrow--down::before {
  content: "";
  display: block;
  width: 2px;
  height: 56px;
  background-color: #042427;
}

.wp-flow-arrow--down::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #042427;
}

/* --- ラベル付きステップ行 --- */
.wp-flow-step--labeled {
  position: relative;
  align-items: center;
}

/* ラベル本体（ボックスの右横にテキストで表示） */
.wp-flow-step-label {
  position: absolute;
  left: calc(50% + 154px); /* ボックス幅280px の半分 + 14px余白 */
  font-size: 0.9rem;
  color: #334155;
  white-space: nowrap;
}

/* --- 右向き矢印（横分岐） --- */
.wp-flow-arrow--right {
  display: flex;
  align-items: center;
}

/* .wp-flow-arrow--right::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #042427;
} */

.wp-flow-arrow--right::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #042427;
  margin: 0 5px;
}

/* =====================================================
   レスポンシブ対応
   ===================================================== */
@media screen and (max-width: 480px) {

  /* スクロールの起点となる最小幅を確保 */
  .wp-flow-chart {
    min-width: 480px;
  }

  .wp-flow-box {
    width: 200px;
    font-size: 0.875rem;
  }

  .wp-flow-box--branch {
    width: 130px;
    font-size: 0.8rem;
    padding: 10px 10px;
  }

  .wp-flow-arrow--right::before {
    width: 20px;
  }

  .wp-flow-step-label {
    font-size: 0.8rem;
    left: calc(50% + 114px); /* ボックス幅200px の半分 + 14px余白 */
  }
}
/* =====================================================
   勾留フローチャート追記スタイル（flowchart3用）
   勾留フローチャート専用スタイル
   ===================================================== */

/* --- チャート＋縦帯の横並びラッパー --- */
.wp-detention-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 700px; /* 固定幅 */
}

/* --- チャート全体 --- */
.wp-detention-chart {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  min-width: 0;
}

/* --- 右端縦帯：在宅捜査（釈放） --- */
.wp-detention-sidebar {
  width: 48px;
  flex-shrink: 0;
  background-color: #042427;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  letter-spacing: 0.1em;
  margin-top: 184px; /* 逮捕・矢印・送検・矢印の4行分 ※実際の表示で調整 */
}

/* --- 各行ラッパー：3カラム構成 --- */
.wp-detention-row {
  display: grid;
  grid-template-columns: 150px auto 1fr;
  align-items: center;
  width: 100%;
}

/* --- 左カラム --- */
.wp-detention-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 12px;
}

/* --- 中央カラム --- */
.wp-detention-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- 右カラム --- */
.wp-detention-right {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

/* 縦帯ゾーン（空白確保） */
.wp-detention-sidebar-zone {
  padding-right: 8px;
}

/* --- 矢印とラベル横並びの中央カラム ---
     wp-flow-box--widerと同じ幅に固定して矢印を中央に揃える */
.wp-detention-center--arrow-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  margin: 0 auto;
}

/* ラベルテキスト（矢印の左横・絶対配置） */
.wp-detention-arrow-label {
  position: absolute;
  right: calc(50% + 8px);
  font-size: 0.8rem;
  color: #334155;
  white-space: nowrap;
  padding-right: 12px;
}

/* --- 縦線クラス（レイアウト用） --- */
.wp-detention-right--vline-start {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.wp-detention-right--vline {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

/* 縦帯への矢印あり行 */
.wp-detention-right--with-arrow {
  justify-content: flex-start;
}

/* 準抗告行：横並び */
.wp-detention-right--junko {
  display: flex;
  align-items: center;
  gap: 0;
  padding-left: 0;
  padding-right: 8px;
}

/* --- 通常ボックス --- */
.wp-flow-box--wide {
  width: auto;
  min-width: 300px;
}

/* --- 幅広ボックス（勾留決定・終局処分）--- */
.wp-flow-box--wider {
  width: auto;
  min-width: 300px;
  padding: 13px 16px;
  margin: 6px 0;
  background-color: #ffffff;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

/* --- 勾留決定→終局処分の縦線（1本、右端） --- */

/* 勾留決定：縦線起点（ボックス右端から下へ伸びる） */
.wp-flow-box--vline-left::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 100%;
  height: 170px;
  width: 2px;
  background-color: #042427;
  z-index: 2;
}

/* 勾留決定：縦線の先端（下向き矢印） */
.wp-flow-box--vline-left::before {
  content: "";
  position: absolute;
  right: 13px; /* 縦線の中央に合わせる（20px + 1px - 8px） */
  top: calc(100% + 170px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #042427;
  z-index: 2;
}



/* --- ラベル＋矢印の縦並びラッパー --- */
.wp-detention-label-arrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

/* --- 左右ラベル --- */
.wp-detention-label {
  font-size: 0.8rem;
  color: #334155;
  white-space: nowrap;
}

/* --- 縦帯への右向き矢印（裁判官） --- */
.wp-detention-sidebar-arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.wp-detention-sidebar-arrow::before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background-color: #042427;
}

.wp-detention-sidebar-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #042427;
}

/* --- 縦帯からの左向き矢印（終局処分行） --- */
.wp-detention-sidebar-arrow--left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #042427;
  background: none;
}

.wp-detention-sidebar-arrow--left::after {
  border: none;
  width: 180px;
  height: 2px;
  background-color: #042427;
}

/* --- 準抗告後→縦帯への矢印 --- */
.wp-detention-sidebar-arrow--long::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #042427;
  border: none;
}

.wp-detention-sidebar-arrow--long::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #042427;
  background: none;
}

/* --- 短い下向き矢印 --- */
.wp-flow-arrow--short::before {
  height: 24px;
}

.wp-flow-arrow--short {
  width: 300px;
}

/* =====================================================
   勾留チャート レスポンシブ（横スクロール）
   ===================================================== */
@media screen and (max-width: 820px) {

  .wp-flow-container--detention {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/***************
お問い合わせフォーム（Contact Form 7）v5
***************/

/* ============================================
   フォント・カラー共通
   ============================================ */
.wpcf7 label,
.wpcf7 p,
.wpcf7 input[type="submit"]{
    font-family: "Trirong", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", "游明朝", serif !important;
    color: var(--theme-color-title);
    font-weight: 700;
}

/* ============================================
   ラベル
   ============================================ */
.wpcf7 label {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

/* ============================================
   pタグ（ご希望の回答方法など）
   ============================================ */
.wpcf7 p {
    font-size: 16px;
    margin: 0 0 8px 0;
}

/* ============================================
   必須マーク
   ============================================ */
.wpcf7 abbr[title="required"] {
    text-decoration: none;
    border-bottom: none;
    color: #d63637;
}

/* ============================================
   CF7自動挿入のbrを非表示
   ============================================ */
.wpcf7 br {
    display: none !important;
}

/* ============================================
   入力フィールド共通
   ============================================ */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 6px !important;
    border-radius: 3px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
    height: 44px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.wpcf7 textarea {
    padding: 10px 12px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
	height: 100px;
}

.wpcf7 input[type="checkbox"] {
	background-color: #fff;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
	cursor: pointer;
}

/* ============================================
   wrapperブロック表示
   ============================================ */
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

/* ============================================
   ハイフンなし注記
   ============================================ */
.wpcf7 .cf7-note {
    display: block;
    font-size: 13px;
    font-family: sans-serif !important;
    font-weight: 400;
    color: #888;
    margin-top: 4px;
}

/* ============================================
   ラジオボタン表示修正（テーマCSSの上書き）
   ============================================ */
.wpcf7 .wpcf7-radio input[type="radio"],
.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
    clip: auto !important;
    position: static !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    visibility: visible !important;
    margin: 0 4px 0 0 !important;
    padding: 0 !important;
    accent-color: var(--theme-color-title);
}

/* ============================================
   ラジオ・チェックボックスのリスト
   ============================================ */
.wpcf7 .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
    margin-bottom: 0;
    cursor: pointer !important;
    font-size: 16px;
}

.wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
    font-family: sans-serif !important;
    font-weight: 400;
}

.wpcf7 .wpcf7-list-item-label a {
    color: var(--theme-color-title);
}

.wpcf7 .wpcf7-list-item-label a:hover {
    color: var(--theme-color-hover);
}

/* ラジオボタンエリア全体 */
.wpcf7 .wpcf7-radio {
    display: block;
    margin-bottom: 20px;
}

/* ============================================
   同意チェックボックス
   ============================================ */
.wpcf7 .wpcf7-acceptance {
    display: block;
    margin-bottom: 20px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-family: sans-serif !important;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    clip: auto !important;
    position: static !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
}

/* ============================================
   送信ボタン
   ============================================ */
.wpcf7 input[type="submit"] {
    font-size: 16px;
    border-radius: 10px;
    padding: 16px 36px !important;
    height: auto !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: block;
    width: auto;
    transition: background 0.2s ease;
}

.wpcf7 input[type="submit"]:not(:hover):not(:active) {
    background-color: var(--theme-color-link) !important;
    color: #fff !important;
    border: none !important;
}

.wpcf7 input[type="submit"]:hover {
    background: var(--theme-color-hover) !important;
    color: #fff !important;
    border: none !important;
}

/* ============================================
   2カラムレイアウト
   ============================================ */
.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    align-items: start;
    margin-bottom: 0;
}

.cf7-row-postal {
    grid-template-columns: 1fr 2fr;
}

/* cf7-row内のpタグ余白リセット（brによる高さ差を防ぐ） */
.cf7-row > p,
.cf7-row-postal > p {
    margin: 0 0 20px 0 !important;
    line-height: 1 !important;
}

@media only screen and (max-width: 600px) {
    .cf7-row,
    .cf7-row-postal {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
}

/* ============================================
   回答方法の補足テキスト
   ============================================ */
.wpcf7 .cf7-note-text {
    font-size: 13px !important;
    font-family: sans-serif !important;
    font-weight: 400;
    color: #888;
    margin-top: 4px;
    margin-bottom: 20px;
}

/* ============================================
   バリデーションエラー・レスポンス
   ============================================ */
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
    font-family: sans-serif !important;
    color: #c0392b;
    margin-top: 4px;
    display: block;
}

.wpcf7 .wpcf7-response-output {
    font-size: 14px;
    font-family: sans-serif !important;
    margin-top: 1rem;
    padding: 12px 16px;
    border-radius: 6px;
}

@media (min-width: 1280px) and (max-width: 1750px) {
	.elementor-element-04a6079.nav-menu-custom #menu-main-menu,
	.elementor-element-04a6079.nav-menu-custom #menu-main-menu-korean,
	.elementor-element-c2018c2.nav-menu-custom #menu-main-menu,
	.elementor-element-c2018c2.nav-menu-custom #menu-main-menu-korean{
		justify-content: space-evenly !important;
	}
} 

/***** ブログ一覧 *****/
.posts_container.columns_wrap {
	padding-top: 1.5em;
}