/*
Theme Name:   OAWeb Child Theme
Theme URI:    https://barbwire.co.jp/
Description:  Corporate Standard Child Theme
Author:       Barbwire Co., Ltd.
Author URI:   https://barbwire.co.jp/
Template:     corporate-standard-2
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/***********************************
ウィルサンクス様　追加css
***********************************/

/* フォントと色の統一（th, tdを追加） */
body p,
table,
table.will_table th,
table.will_table td {
  color: #000;
}

/* メインコンテンツの文字設定（th, tdを追加） */
#main-content p,
table.will_table th,
table.will_table td {
  font-size: 1.025rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0.06em !important;
}

/******* スマホ用 *******/
@media (max-width: 767px) {
  #main-content p,
  table.will_table th,
  table.will_table td {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.04em !important;
  }
}

/************************************
テキスト・段落成型用
************************************/
span.red {
  color: #c53535;
}

span.s_size {
  /*テーブル内の注釈に使用*/
  font-size: 0.8rem !important;
  font-weight: normal !important;
}

/***********************************
ヘッダー
***********************************/
.header-contents {
  /*背景に色付け　※現在白に戻した。背景色の復活用に一応残す*/
  background-color: rgb(255, 255, 255);
}

#site-header {
  /*メインビジュアル上の隙間削除*/
  padding-bottom: 0px !important;
}

ul#global-menu,/*フォントは最上位*/
ul#global-menu li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wp-block-button a.wp-block-button__link {
  /*お問合せボタン*/
  border-radius: 10px !important;
  color: #fff !important;
  width: 300px;
}

/******* PC用：768px以上で表示 *******/
@media screen and (min-width: 768px) {
  .header-contents-upper .site-title img {
    margin-top: 30px;
    width: 290px;
  }

  .controls-wrap {
    /*お問合せボタン位置と幅*/
    margin-top: 40px;
    width: auto;
  }
}

/******* タブレット：900px以下で表示 *******/
@media screen and (max-width: 900px) {
  .controls-wrap {
    margin-top: 0px !important;
  }

  .controls-wrap .header-info {
    display: block !important;
    margin-left: auto !important; /* 左側に自動で余白 右に*/
    width: fit-content !important; /* 横幅文字量に合わせ */
    text-align: right !important;
  }
}

.controls-wrap .header-info {
  display: block; /* floatを解除 横幅いっぱいに広げる */
  float: none; /* float解除 */
  width: 100%;
  text-align: center;
}

/******* スマホ用：767px以下で表示 *******/
@media screen and (max-width: 767px) {
  /*ロゴのメニュー被りなくす*/
  .header-contents-upper .site-title {
    max-width: 70%;
  }

  .header-contents-upper .site-title a img {
    display: block;
    margin: auto auto;
  }

  /* 親要素（ボタンの枠）を横幅いっぱいに広げる */
  .wp-block-button {
    width: 100% !important;
  }

  /* リンク（ボタンの中身）を横幅いっぱいに広げる */
  .wp-block-button a.wp-block-button__link {
    border-radius: 10px !important;
    color: #fff !important;
    width: 100% !important;
    display: block !important; /* 要素をブロック化して横幅を有効 */
    text-align: center;
  }
}

/******* 文字改行不可 *******/
.header-buttons > .wp-block-button:first-child a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***********************************
メニュー
***********************************/
#global-menu li {
  /*文字折り返し防止*/
  white-space: nowrap !important;
}

/*メニュー下線*/
.header-contents-lower {
  border-bottom: 1px solid #b6b5b5;
}

/******元の線を消す******/
@media screen and (min-width: 768px) {
  #site-header-fixed.header-contents--fixed {
    --cc2-fixed-header-padding: 5px 10px;
    box-shadow: none !important; /*元の影削除*/
    border-bottom: none;
  }
}

#global-menu li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

/*******スクロール追随メニュー*******/
#global-menu-fixed li a {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 700;
  font-size: 17px !important;
}

/*元の線を消す*/
@media screen and (min-width: 768px) {
  #site-header-fixed.header-contents--fixed {
    --cc2-fixed-header-padding: 0;
    box-shadow: none !important; /*元の影削除*/
    border-bottom: none;
  }

  .header-contents--fixed
    :is(#site-navigation, #site-navigation-fixed):has(> .site-title) {
    padding: 5px 10px; /*上下空間*/
  }
}

/******* スマホ用：767px以下で表示 *******/
/*オープン*/
.header-mobile-toggle {
  background: #fff;
  border-radius: 5px;
  overflow: hidden; /*角の白いはみ出しカット */
}

#nav-mb-open {
  /* ハンバーガーボタン余白 */
  padding: 1.2rem;
}

/*クローズ*/
.header-contents .nav-mb-close-wrap {
  /*Xの右寄せ*/
  justify-content: flex-end;
}

.material-symbols-outlined {
  /*Xの太字大きく*/
  font-weight: bold;
  font-size: 30px;
}

#nav-mb-close {
  /*X隙間削除太字大きく*/
  margin-right: 0;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}

/*******プルダウンメニュー*******/
/*ナビテキスト*/
#site-header {
  font-weight: bold;
}

.nav-mb-wrap .menu > li {
  padding-left: 20px;
}

/***********************************
トップページ
***********************************/
/******* PC用：768px以上*******/
@media screen and (min-width: 768px) {
  #main-content.top {
    padding-top: 3rem !important; /*7ermを変更*/
  }

  /*追加テキストPC*/
  #main-content .top_midasi_txt {
    font-size: 30px !important;
  }
}

/*******追加テキスト*******/
#main-content .top_midasi_txt {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  width: fit-content;
  color: #023b70;
  margin: 0 auto;
}

/*******リンクバナーテキスト*******/
.top_bn_txt {
  border-top: 1px solid #878d8e;
  margin: 10px 0 0 0 !important;
  padding: 10px 0 0 0;
  display: block;
}

/*******トピックス*******/
.wp-block-cover:has(> .wp-block-cover__background) {
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.wp-block-cover {
  align-items: flex-start; /* center → flex-startへ変更 */
  min-height: auto !important;
}

/*min-heightをautoにした為、ボタンと下の段落とのh2との隙間調整*/
.wp-block-cover:has(> .wp-block-cover__background) .btn {
  margin-bottom: 2rem;
}

/******** ボタン自体のスタイル ********/
.btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 6px 25px 6px 20px; /* 右側に矢印用の余白 */
  background-color: #007bc2;
  color: #fff !important; /*リンク色を強制上書き */
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.3s;
  cursor: pointer;
}

/******** 矢印アイコン（CSS描画） ********/
.btn::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}

/******* ホバー時の挙動 *******/
.btn:hover {
  opacity: 0.8;
}

/*******ホバー時に少し右に動かす*******/
.btn:hover::after {
  right: 12px;
}

/**************** ボタン位置調整 ****************/
.qa-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 0 0 !important; /* 余白強制リセット*/
  padding: 0 !important; /* 内側の余白を消す */
  list-style: none; /* liなどで使った時のため */
  clear: both; /* 回り込み解除 */
}

.bn_under {
  /* TOP用ボタン*/
  margin: 10px 0 0 0 !important;
}

.bn_under_space {
  /* TOP用バナーボタン下空白*/
  margin: 10px 0 30px 0 !important;
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  #main-content.top {
    padding-top: 1rem !important;
  }

  /*追加テキストPC*/
  #main-content .top_midasi_txt {
    font-size: 19px !important;
  }

  .bn_under_space {
    /* TOP用バナーボタン下空白*/
    margin: 0 0 20px 0 !important;
  }

  .bn_under {
    /* TOPバナーボタン最初と最後*/
    margin: 0 0 0 0 !important;
  }

  /*トピックス*/
  .wp-block-cover:has(> .wp-block-cover__background) {
    padding-top: 20px;
  }
}

/***********************************
お客様情報パーツ
***********************************/
.customer-info-container {
  position: relative;
  display: flex;
  background-color: #1a94a4;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

/******* 左上の三角形 *******/
.customer-info-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #e5a323 transparent transparent transparent;
  z-index: 3;
}

/******* 三角形中テキスト（Customer）*******/
.customer-info-container::after {
  content: "Customer";
  position: absolute;
  top: 25px; /* 位置の微調整 */
  left: 5px; /* 位置の微調整 */
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase; /* 全て大文字 */
  transform: rotate(-45deg); /* 文字45度 */
  z-index: 4; /* 三角形よりも上に配置 */
  letter-spacing: 0.05em;
}

/******* 左側：画像エリア *******/
.image-area {
  flex: 0 0 45%;
  aspect-ratio: 330 / 400;
  z-index: 2;
  background-color: #d3d3d3;
  position: relative;
}

.customer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/******* 右側：テキストエリア *******/
.text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  gap: 15px;
  min-width: 0;
}

/******* 白い会社名ボックス *******/
.company-box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 15px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.company-text {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
  /*white-space: nowrap !important;*/
}

/******* 属性テキストエリア *******/
.info-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

.customer-info-container p + p {
  /*白4行ピッチ*/
  margin-top: 0 !important;
}

.info-line {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/******* 見出し *******/
/*お客様h3*/ /* 詳細度高 */
.wp-block-column h3.wp-block-heading.cus_h3 {
  border-bottom: 2px solid #136d79 !important;
  border-left: 5px solid #136d79 !important;
  color: #0e4850 !important;
  background-color: #fff !important;
  font-size: 1.2rem;
}

/*hr*/
hr.cus_line {
  margin: 40px auto -20px auto;
  height: 1px;
  border: none;
  border-top: 1px #000000 dashed;
  max-width: 800px;
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  .wp-block-column h3.wp-block-heading {
    margin: -25px 0 10px 0;
  }

  .company-box {
    padding: 10px;
  }

  .customer-info-container {
    padding: 15px;
  }

  .text-area {
    padding-left: 10px;
  }

  #main-content .company-text {
    /*#main-content付けないと　効かない*/
    font-size: 0.8rem !important;
    line-height: 1.1 !important;
  }

  .info-text {
    font-size: 0.7rem;
  }

  .info-line {
    font-size: 0.7rem;
  }

  .customer-info-container::after {
    left: 10px;
    color: #ffffff;
    font-size: 8px;
  }

  .customer_space {
    /*スペーサー調節*/
    margin: 0;
  }

  hr.cus_line {
    display: none;
  }
}

/***********************************
おしらせ
***********************************/
.has-theme-color-3-pale-background-color {
  background-color: transparent !important;
}

.wp-block-latest-posts li {
  border-color: #b4c4e4;
}

.wp-block-latest-posts li a {
  color: #000000;
}

.wp-block-latest-posts li a:hover {
  color: #007bc2; /* ホバー時の青色 */
}

a:link,
a:visited {
  color: rgb(90, 90, 90);
  text-decoration: none;
}

/*お知らせ内文字*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  font-size: 1.025rem !important;
}

/******* スマホ用：767px以下 *******/
@media (max-width: 767px) {
  .wp-block-latest-posts.wp-block-latest-posts__list {
    font-size: 1rem !important;
  }

  .view_detail {
    /*お知らせ一覧内　＞詳細を見る*/
    margin-top: 20px !important;
  }
}

/***********************************
よくあるご質問
***********************************/
/******* コンテナ全体*******/
.qa-container {
  max-width: 100%;
  margin: 0 auto;
}

/* PC広がり防止*/
@media screen and (min-width: 1024px) {
  .qa-container {
    max-width: 1450px !important;
  }
}

/******* 各QAの段落 *******/
.qa-item {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #8e9fa8; /* 下線の青色 */
}

/******* 質問部分 (Qアイコンとテキスト) *******/
.qa-item dt {
  position: relative;
  padding-left: 60px; /* アイコン分の余白 */
  font-weight: bold;
  font-size: 1.2rem;
  color: #007bc2; /* 質問文の青色 */
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  min-height: 44px;
}

/******* Qアイコン*******/
.qa-item dt::before {
  /* Androidの標準フォント　Qが丸くて綺麗のを優先 */
  font-family: "Verdana", "Geneva", "sans-serif";
  font-weight: normal !important;
  content: "Q";
  position: absolute;
  left: 0;
  width: 44px;
  height: 44px;
  background-color: #279586;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-transform: none;
}

.qa-item dd {
  margin: 0;
  padding-left: 60px;
  line-height: 1.6;
  font-size: 1.025rem !important;
}

dd.qa-buttons {
  /*主要顧客層は～部位*/
  padding-top: 10px !important;
}

/******* 既存のQAスタイル ********/
.qa-container {
  max-width: 100%;
  margin: 0 auto;
  color: #000;
}

.qa-item {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #8e9fa8;
}

.qa-item dt {
  position: relative;
  padding-left: 60px;
  font-weight: bold;
  color: #007bc2;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  min-height: 44px;
}

.qa-item dt::before {
  font-family: "Verdana", "Geneva", "sans-serif";
  font-weight: normal !important;
  content: "Q";
  position: absolute;
  left: 0;
  width: 44px;
  height: 44px;
  background-color: #279586;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-transform: none;
}

/******* スマホ用：767px以下 *******/
@media (max-width: 767px) {
  .qa-item dd {
    font-size: 1rem !important;
  }
}

/***********************************
最下部お問い合わせエリア
***********************************/
.contact-area {
  border: 5px solid #fc9643;
  box-shadow: 0 0 0 5px #fad160;
  background-color: #fff;
}

/******* PC表示 (768px以上) *******/
@media (min-width: 768px) {
  .contact-area {
    margin-top: 90px;
  }
}

.contact-area .ctas {
  margin-top: 2rem;
}

/******* スマホ用：767px以下 *******/
@media (max-width: 767px) {
  .contact-area .ctas {
    margin-top: 1.5rem;
  }
}

.contact-area .wp-block-button__link {
  background: #155cc0;
  transition: background 0.3s ease; /* スムーズな色変化 */
  border-radius: 10px;
}

.contact-area .wp-block-button__link:hover {
  background: #1974eb; /* 少し濃い色 */
}

/***********************************
下層幅調整
***********************************/
/******* PC表示 (768px以上) *******/
@media (min-width: 768px) {
  :root {
    /* 元の余白設定を維持 */
    --container-margin: clamp(2rem, 10vw, 8rem);
    --contents-cell-margin: 2rem;
  }

  .wp-block-columns.siro_back {
    /** 白背景の設定**/
    max-width: 1180px; /* 横幅を記事の幅（1000px前後）に制限※大きさ微調整 */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.wp-block-columns.siro_back {
  padding: 2rem;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.5)
  );
}

/******* スマホ用：767px以下 *******/ /*白背景にする前は設定なし*/
@media (max-width: 767px) {
  .wp-block-columns.siro_back {
    padding: 0.7rem 1.5rem 1.5rem 1.5rem !important; /*影がなしなので詰める*/
  }

  /*2カラムの間gap*/
  .wp-block-columns.siro_back.is-layout-flex {
    gap: 20px !important;
  }

  /*画像下スペース*/
  .space_img {
    margin: 0 0 20px 0 !important;
  }

  .wp-block-columns.siro_back {
    background-color: #ffffff;
    padding: 1.5rem;
    box-sizing: border-box;
  }
}

/***********************************
代表者プロフィール
***********************************/
.name_font {
  padding: 10px 0 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.1rem;
  display: block;
}

/*社員が育たない～段落*/
.font_big span {
  color: #023b70;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  border-bottom: 1px dotted #023b70;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

/******* PC表示 (768px以上) *******/
@media (min-width: 768px) {
  .pc_space_top {
    margin-top: 50px;
  }

  .font_big span:nth-child(1),
  .font_big span:nth-child(2) {
    display: inline;
    border-bottom: none;
    margin-bottom: 0;
  }

  .font_big span:nth-child(2)::after {
    content: "";
    display: block;
    border-bottom: 1px dotted #023b70;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; /* 行調整 */
  }
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  .sp_margin {
    display: block;
    margin-top: -20px;
  }
}

/***********************
h1
************************/
h1.entry-title,
h1.page-title/*お知らせ一覧*/ {
  font-weight: 700;
  margin-left: auto; /*左右をautoにして中央寄せを維持 */
  margin-right: auto; /*左右をautoにして中央寄せを維持 */
  color: #0a60a7;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 80px 0 5px 0;
  display: table; /* 文字幅に合わせつつ中央配置 */
  border-bottom: 3px solid #168dee;
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  h1.entry-title,
  h1.page-title {
    /*お知らせ一覧*/
    font-size: 1.4rem;
    margin: 0 auto; /*元　0 auto -40px auto;*/
    padding: 20px 0 5px 0;
  }

  .category-topics .entry-header .entry-title {
    /*お知らせ一覧中のページ*/
    text-align: left !important;
    font-size: 1.1rem !important;
    width: 100% !important;
    display: block !important;
  }
}

/***********************
h2
************************/
/****h2文字改行調整*****/
/******* PC用：767px以下 *******/
/* 左右線と文字の間隔 */
@media screen and (max-width: 767px) {
  .oaweb_h2_sidebar h2:not(:has(> a)):before {
    margin-right: 12px;
  }
  .oaweb_h2_sidebar h2:not(:has(> a)):after {
    margin-left: 12px;
  }

  /*両サイド線の長さ調節*/
  .oaweb_h2_sidebar h2:not(:has(> a)):before {
    width: 4em !important;
  }
  .oaweb_h2_sidebar h2:not(:has(> a)):after {
    width: 4em !important;
  }
}

:root h2.wp-block-heading {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.entry-content > h2.wp-block-heading:first-child {
  margin-top: 1rem;
}

:root h2.wp-block-heading.index_h2 {
  /*トップページ最初のh2*/
  margin-top: 3rem;
}

:root h2.wp-block-heading.index_h2_news {
  /*トップページお知らせのh2*/
  margin-top: 7rem;
}

:root h2.wp-block-heading.index_h2_qa {
  /*トップページお知らせのh2*/
  margin-top: 3rem;
}

.oaweb_h2_sidebar h2:not(:has(> a)):before {
  position: relative;
  top: calc(50% - 1px);
  height: 2px;
  content: "";
  /* 左から右に向かって、透明からテーマカラーへ */
  background: linear-gradient(to right, transparent, var(--b-theme-color-1));
  width: 5em;
  display: inline-block;
  flex-grow: 1;
}

.oaweb_h2_sidebar h2:not(:has(> a)):after {
  position: relative;
  top: calc(50% - 1px);
  height: 2px;
  content: "";
  /* 左から右に向かって、テーマカラーから透明へ */
  background: linear-gradient(to right, var(--b-theme-color-1), transparent);
  width: 5em;
  display: inline-block;
  flex-grow: 1;
}

:root :where(.entry-content) > h2,
h2 {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  :root :where(.entry-content) > h2,
  h2 {
    font-size: 1.3rem;
  }

  :root h2.wp-block-heading {
    margin-top: 3rem; /*白背景に戻したので　元は5rem*/
    margin-bottom: 0.5rem;
  }

  :root h2.wp-block-heading.index_h2 {
    /*トップページ最初のh2*/
    margin-top: 2rem;
  }

  :root h2.wp-block-heading.index_h2_cus {
    /*トップページお客様エピソードh2*/
    margin-top: 5rem;
  }

  :root h2.wp-block-heading.index_h2_news {
    /*トップページお知らせのh2*/
    margin-top: 5rem;
  }
}

/***********************
h3
************************/
:root :where(.entry-content) > h3,
h3 {
  font-size: 1rem;
  margin-top: 0px;
}

.oaweb_h3_underline-split h3:after {
  content: none !important;
  border-bottom: none !important;
}

/* A：固定ページや投稿の本文内にあるh3（背景塗りつぶし） */
.wp-block-column h3.wp-block-heading {
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: none !important;
  background: #4a7bb3 !important;
  color: #fff !important;
}

/*会社案内用h3*/
.oaweb_h3_underline-split h3.kaisya_h3 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 20px;
  margin-bottom: -24px;
  margin-top: 30px;
  border-bottom: none !important;
  background: #4a7bb3 !important;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 100%;
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  .oaweb_h3_underline-split h3.kaisya_h3 {
    margin-top: 40px;
  }
  .oaweb_h3_underline-split h3.kaisya_h3.space_kaisya_h3 {
    /*最初のh3調整*/
    margin-bottom: -0.8rem !important;
  }
}

/* 疑似要素の干渉もリセット */
.oaweb_h3_underline-split h3.kaisya_h3:after {
  content: none !important;
  border-bottom: none !important;
}

/*プライバシーポリシーh3*/
.wp-block-column h3.privacy_h3 {
  position: relative;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 3px solid #4a7bb3 !important;
  background: none !important;
  color: #4a7bb3 !important;
}

/***********************************
事業/研修
***********************************/
/*h1下文字*/
#main-content .zigyou_h_under_txt {
  padding: 0 0 20px 0;
  display: block;
  font-weight: bold;
  font-size: 1.3rem !important;
  color: #0a60a7;
}

/*人と組織の可能性を引き出す人事コンサルティング テキスト*/
span.gyoumu_b {
  /*長文内強調　冒頭・回り込み有*/
  color: rgb(236, 123, 30);
  font-weight: bold;
}

span.blue_txt {
  /*長文内タイトル　冒頭・回り込み有*/
  color: #0a487a;
  font-weight: bold;
  border-bottom: 1px solid #82a3c0;
  border-left: 5px solid #41aed8;
  padding: 8px 8px 5px 15px;
  display: block;
  clear: none; /* WordPressデフォルトclearリセット */
  overflow: hidden;
}

p.blue_txt_top_space {
  /*長文タイトル　2段目以降～*/
  padding: 20px 0 0 0;
}

table.gyoumu_table {
  /*テーブル（文字段落落ちの為テーブル実装）部位　調整*/
  margin-top: -5px !important;
}

.list_wrap {
  /*長文内強調2　冒頭・回り込み有*/
  margin: 10px 0;
  border: 3px dotted #ffba8c;
  background-color: #fcf7db;
  padding: 15px;
  font-weight: bold;
  border-radius: 10px;
  display: table;
}

/******テキスト回り込み********/
/* カラム内でfigureをフロートさせる */
.wp-block-column .wp-block-image.alignleft {
  float: left;
  width: 48.5%;
  padding: 0 0 10px 0;
}

.wp-block-column .wp-block-image.alignleft img.mawarikomi {
  width: 100%;
  height: auto;
}

/* h3が被らないようにクリア解除 */
.wp-block-column h3.wp-block-heading {
  clear: none; /* WordPressデフォルトclearリセット */
  overflow: hidden;
}

h3.mawarikomi_h3 {
  /*回り込み要素のh3隙間消す*/
  margin-top: 0 !important;
}

/*社員向け研修～長文内のhr*/
hr.kensyuu {
  height: 8px;
  background: linear-gradient(
    -60deg,
    transparent 40%,
    #999 47%,
    #999 53%,
    transparent 60%
  );
  background-size: 6px 8px;
  border: none;
  margin: 20px 0;
  width: 100% !important;
}

/********* スマホ用：767px以下で表示 **********/
@media screen and (max-width: 767px) {
  /*h1下文字*/
  #main-content .zigyou_h_under_txt {
    margin: 10px auto -10px auto !important;
    font-size: 1.1rem !important;
    padding: 0 !important; /*白背景に戻したため　元は:0 0 20px 0*/
  }

  .wp-block-column .wp-block-image.alignleft {
    /*width: 49%の解除*/
    width: 100%;
  }

  .list_wrap {
    /*長文内強調2　冒頭・回り込み有*/
    width: 100%;
  }

  :root p + p.blue_txt_top_space_pc {
    /*1段目と2段目の調整*/
    margin-top: 30px;
  }

  table.gyoumu_table {
    /*スマホ用横幅*/
    width: 100%;
  }

  #main-content .wp-block-image.alignleft,
  #main-content .wp-block-image.alignright {
    /*回り込み用　上詰め*/
    margin: 0rem auto 0.5rem auto;
  }
}

/******チェックマーク*******/
.icon-check,
.icon-check_or {
  display: block;
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #0a487a;
  font-weight: bold;
}

.icon-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  background-image: url("/wp-content/uploads/2026/02/check.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*or*/
.icon-check_or {
  padding-left: 2em; /*8em*/
  font-weight: normal;
}

/*文章内強調タブ */
span.highlight-blue,
span.highlight-blue_waku {
  margin-top: 8px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 4px;
  border-radius: 4px;
  display: inline-block; /* 枠崩れ防止 */
}

span.highlight-blue {
  background-color: #6aa3d1;
  color: #fff;
}

span.highlight-blue_waku {
  background-color: #fff;
  color: #5582a7;
  border: 1px solid #82a3c0;
}

span.txt_space {
  margin: 3px 0 0 0;
  display: block;
}

.zi_midasi {
  color: #f88315;
}

/***事業/研修 ページアンカーメニュー**/
.zigyou_menu {
  padding-top: 20px;
  margin: 0 auto 0 auto;
}

.zigyou_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zigyou_menu ul li a {
  display: block;
  color: #000000;
  text-decoration: none;
  border: 2px solid #1a6fc4;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.2s;
  padding: 5px 12px 8px;
}

.zigyou_menu ul li a::after {
  content: "›";
  font-size: 24px;
  font-weight: bold;
  margin-left: 6px;
  vertical-align: -1px;
  color: #1a6fc4;
}

.zigyou_menu ul li a:hover {
  background-color: #e8f2fc;
}

/******* PC用：1100px以上で表示 *******/
@media screen and (min-width: 1050px) {
  .zigyou_menu ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .zigyou_menu ul li {
    flex: 1;
  }
  .zigyou_menu ul li a {
    text-align: center;
    font-size: 15px;
  }
  .zigyou_menu ul li + li {
    margin-left: -2px;
  }
}

/********* スマホ用：1099px以下で表示 **********/
@media screen and (max-width: 1049px) {
  .zigyou_menu {
    margin: 0 auto -40px auto;
  }
  .zigyou_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .zigyou_menu ul li a {
    padding: 5px 12px;
    white-space: normal;
  }
}

/*左右逆転レイアウト・スマホ順番表示用*/
@media screen and (max-width: 767px) {
  .reverse-sp.wp-block-columns {
    flex-direction: column-reverse !important;
    gap: 0.75em !important;
  }

  /*ネストのgapのみ調整*/
  .reverse-sp02.wp-block-columns {
    gap: 0.75em !important;
  }
}

/************************************
研修/講座の流れ 20260304追加ページ
************************************/

/******* リセット・他影響ある為 *******/
.timetable,
.timetable *,
.timetable *::before,
.timetable *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.timetable {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
}

/* 画像エリア ※画像用ダミー用の区画*/
.timetable__image-wrap {
  width: 100%;
  background: #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  /*color: #fff;
  font-size: 14px;
  font-weight: bold;*/
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.timetable__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timetable__inner {
  position: relative;
}

/*********縦線の設定  各行が自分の線を引く*******/
.timetable__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #ccc;
  padding: 16px 0;
  gap: 16px;
  position: relative;
}

/* 貫通線（上から下） */
.timetable__row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #29b6d4;
  z-index: 0;
}

/* 最後行は下のボーダー消す */
.timetable__row:last-child {
  border-bottom: none;
}

/*************番号円・コンテンツ・バッジ***********/
.timetable__num {
  border-radius: 50%;
  background: #29b6d4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timetable__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.timetable__badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  width: fit-content;
  position: relative;
}

.timetable__badge::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 10px 7px 0;
}

.timetable__badge--blue {
  background: #0099cc;
}
.timetable__badge--orange {
  background: #f5a623;
}
.timetable__badge--green {
  background: #4caf7d;
}
.timetable__badge--blue::before {
  border-color: transparent #0099cc transparent transparent;
}
.timetable__badge--orange::before {
  border-color: transparent #f5a623 transparent transparent;
}
.timetable__badge--green::before {
  border-color: transparent #4caf7d transparent transparent;
}

.timetable__text {
  /*font-size: 14px;*/
  line-height: 1.7;
}

/********* PC用：768px以上 **********/
@media screen and (min-width: 768px) {
  :root h2.wp-block-heading.kensyu_h2 {
    /*最初のh2*/
    margin-top: 3rem;
  }

  .timetable {
    padding: 0;
  }
  .timetable__image-wrap {
    height: 180px;
    margin-bottom: 24px;
  }
  .timetable__row {
    padding: 20px 0;
    gap: 20px;
  }

  /* PCの円の中心：上パディング(20px) + 円の半径(25px) = 45px */
  .timetable__row::before {
    left: 25px;
  }
  .timetable__row:first-child::before {
    top: 45px;
  }
  .timetable__row:last-child::before {
    bottom: auto;
    height: 45px; /* テキスト何行になっても線止まる */
  }

  .timetable__num {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 22px;
  }
  .timetable__badge {
    /*font-size: 15px;*/
    padding: 5px 18px;
  }
  .timetable__badge::before {
    left: -10px;
    border-width: 7px 10px 7px 0;
  }
  /*.timetable__text {
    font-size: 15px;
  }*/
}

/********* スマホ用：767px以下 **********/
@media screen and (max-width: 767px) {
  .timetable {
    padding: 0;
  }
  .timetable__image-wrap {
    height: 150px;
    margin-bottom: 12px;
  }
  .timetable__row {
    padding: 14px 0;
    gap: 12px;
  }

  /* スマホの円の中心：上パディング(14px) + 円の半径(18px) = 32px */
  .timetable__row::before {
    left: 18px;
  }
  .timetable__row:first-child::before {
    top: 32px;
  }
  .timetable__row:last-child::before {
    bottom: auto;
    height: 32px; /* テキスト何行になっても線止まる */
  }

  .timetable__num {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 17px;
  }
  .timetable__badge {
    /*font-size: 13px;*/
    padding: 4px 12px;
  }
  .timetable__badge::before {
    left: -8px;
    border-width: 6px 8px 6px 0;
  }
  /*.timetable__text {
    font-size: 13px;
  }*/
}

/*****************************
テーブル
******************************/
table.will_table {
  width: 100%;
}

table.will_table {
  border-collapse: collapse;
}

table.will_table th,
table.will_table td {
  /* 縦線なし（上下の線のみ） */
  border-top: 1px solid #8793a7;
  border-bottom: 1px solid #8793a7;
  border-left: none;
  border-right: 0;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}

table.will_table th {
  width: 25%;
  background-color: #d4dff0;
  font-weight: bold;
  text-align: center;
  position: relative; /* 線を配置する基準 */
  background-color: transparent;
}

/* 垂直線の設定 */
table.will_table th::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background-color: #afbdd4;
}

table.will_table td {
  width: 75%;
  background: rgba(255, 255, 255, 0.6);
}

table.will_table td span::after {
  content: "　";
}

table.will_table td span {
  font-weight: bold;
}

table.will_table td p {
  margin: 0.3em 0em;
}

/*********スマホ表示 (767px以下) *********/
@media (max-width: 767px) {
  table.will_table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
  }

  table.will_table tr {
    display: block;
    margin-bottom: 15px;
  }

  table.will_table th,
  table.will_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  table.will_table th {
    padding: 8px;
    border: none;
    background-color: #cadaf0;
    font-weight: bold;
    text-align: center;
  }

  table.will_table td {
    border: none;
    padding: 10px;
  }

  table.will_table td span {
    display: block;
  }
}

/***********************************
フッダー
***********************************/
#site-footer {
  margin-top: 8rem;
}

.footer-contents-wrap {
  background-color: #fff;
  align-items: center;
  padding: 4rem 4rem 0;
  border-top: 1px solid #b6b5b5;
}

.footer-contents .footer-navi {
  justify-content: space-evenly;
}

.footer-contents-wrap .site-title {
  margin-bottom: 0 !important;
}

/*フッダーのロゴ画像ズレ直し*/
h1.site-title {
  margin: 0;
}

#copyright p,
#copyright a {
  color: #fff !important;
}

/******* 999px以下で表示 *******/
@media screen and (max-width: 999px) {
  .footer-menu-wrap {
    max-width: 100%;
  }
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  .footer-contents .site-title-pc img {
    display: block;
    vertical-align: bottom;
  }

  .header-controls {
    line-height: 1.3 !important;
    font-size: 0.92rem !important;
  }
}

/**********フッダーリンク**************/
/* サブメニューの余白設定 */
.footer-navi .sub-menu {
  list-style: none;
  padding-left: 1.5em;
  margin: 0;
}
/* 各リスト項目の配置準備 */
.footer-navi .sub-menu li {
  position: relative;
  padding-left: 20px;
  font-size: 0.92rem !important;
}

/* 垂直線（縦棒）- 全項目に表示 */
.footer-navi .sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em; /* 上の項目と繋げる */
  bottom: -0.5em; /* 下の項目と繋げる */
  width: 1px;
  background-color: #aabad8;
}

/* 水平線（横棒） */
.footer-navi .sub-menu li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 12px;
  height: 1px;
  background-color: #aabad8;
}

/* 最後の項目は└にする */
.footer-navi .sub-menu li:last-child::before {
  bottom: auto; /* bottomを解除 */
  height: 1.25em; /* top: -0.5em から 0.75em まで（-0.5 + 1.25 = 0.75） */
}

/***********************************
トピックス（投稿ページ限定の調整）
***********************************/
/* 日付※一覧と投稿ページ*/
.entry-meta {
  margin-top: 1em;
  margin-bottom: 10px;
  max-width: 1000px;
  font-size: 1.025rem !important;
}

/* single-post クラスを付けて、投稿詳細ページ以外には影響させない */
.single-post .entry-content {
  width: 90%; /* 画面幅が狭い時の横幅 */
  max-width: 1000px; /* 画面幅が広い時の最大幅 */
  margin: 0 auto !important;
}

/* お知らせ本文／entry-contentの中にあるブロックにだけ余白を付ける */
/*.entry-content {
  padding-top: 40px;
}*/

.entries {
  margin: 80px 0 0 0 !important;
}

.post-list .post-list-item .post-list-img {
  display: none;
}

.post-list .post-list-item .post-list-detail {
  width: 100%;
}

/*お知らせ一覧*/
.oaweb_h3_underline-split h3 {
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #4a7bb3 !important;
  background: none;
  color: #4a7bb3 !important;
}

/*詳細を見る*/
.archive .entries article .entry-content .view_detail {
  padding-top: 10px;
}

/******* スマホ用：767px以下 *******/
@media screen and (max-width: 767px) {
  /* 日付※投稿ページ*/
  .single-post .entry-meta {
    margin-left: 8px; /*調整*/
    margin-bottom: 0;
    font-size: 1rem !important;
  }

  .single-post .entry-content {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; /* パディングを幅に含める */
    padding-top: 10px;
  }

  .entries {
    margin: 30px 0 0 0 !important;
  }

  .entry-content > .is-layout-flow {
    padding: 10px 0 0 0 !important;
  }

  .archive article {
    gap: 2rem;
  }

  /*詳細を見る*/
  .archive .entries article .entry-content .view_detail {
    padding-top: 0;
  }
}

/***********************************
プライバシーポリシー
***********************************/
ul.notes_01 {
  /*リスト枠囲み*/
  width: 100%;
  margin: 20px auto 30px auto;
  border: solid 2px #a8a7a7;
  border-radius: 10px;
  padding: 20px 20px 20px 45px;
  list-style: none;
}

/***********************************
サイトマップ
***********************************/
ul.sitemap {
  list-style-type: none;
  padding-left: 0;
  width: fit-content;
  /* 左からX%の位置に配置 */
  margin-left: 12%;
  margin-right: auto;
}

ul.sitemap li {
  margin-bottom: 10px;
  font-weight: bold;
}

ul.sitemap li ul {
  list-style-type: none;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 0;
}

ul.sitemap li ul li {
  margin-bottom: 5px;
  font-weight: normal;
  display: flex;
}

ul.sitemap li ul li::before {
  content: "├";
  margin-right: 8px;
  color: #333;
}

ul.sitemap li ul li:last-child::before {
  content: "└";
}

ul.sitemap li a {
  text-decoration: none;
  color: #333;
}

ul.sitemap li a:hover {
  text-decoration: underline;
}

/******* スマホ用：767px以下 *******/
@media (max-width: 767px) {
  ul.sitemap {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .sitemap_space {
    /*PCでのスペース*/
    display: none;
  }
}

/************************************
お問い合わせ
************************************/
/*注意文言*/
.form_txt {
  background: #fff;
  padding: 20px 10px;
  width: 100%;
  max-width: 800px;
  border: dotted 3px #6a9eff;
}

/********.form_txtを中に入れている親flexコンテナのみ適用 ********/
.is-layout-flex:has(> .form_txt) {
  justify-content: center;
  margin-bottom: 40px;
}

/*******フォーム全体の幅 *******/
.cf7 {
  max-width: 800px;
  margin: 50px auto 0 auto;
  padding: 0 20px; /* スマホ時の左右余白 */
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/******* 項目間の余白設定（CF7自動挿入タグによるズレ防止）*******/
.cf7__list dt,
.cf7__list dd {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bcbcbc;
}

/******* 最初の項目だけ上の余白を削除 *******/
.cf7__list dt:first-of-type,
.cf7__list dt:first-of-type + dd {
  margin-top: 0;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
  clear: both; /* 回り込みズレを防止 */
}

.cf7__list dd {
  width: 65%;
  margin-left: 0;
}

/* CF7が自動生成するspanの挙動を調整 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  box-sizing: border-box; /* ← 追加 */
}

/* 必須・任意ラベル */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
  display: inline-block; /* 崩れ防止 */
  border-radius: 8px;
}

.cf7__required {
  background: #be1d1d;
}

.cf7__optional {
  background: #878d8e;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
  border: none;
  border: 1px solid #7a7a7a;
  box-sizing: border-box;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #f4f4f4;
  color: #a5a5a5;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス・ラジオボタン共通 */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

/* プレースホルダーの色 */
::placeholder {
  color: #a5a5a5;
  opacity: 1;
}

/* 送信ボタンエリア */
.cf7__button {
  text-align: center;
  margin-top: 1.25rem;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: var(--b-theme-color-1);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.6s;
}

input[type="submit"]:disabled {
  background: #90a1b9;
}

input[type="submit"]:not(:disabled):hover {
  opacity: 0.6;
}

/* ローダー */
.wpcf7-spinner {
  vertical-align: middle;
}

/**入力内容に問題があります。確認して再度お試しください。の中央寄せ**/
div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
  width: fit-content;
  margin: 2em auto;
}

/*送信ボタン上の空間削除*/
form .wpcf7-submit {
  margin: 0rem auto 0;
}

/***********スマートフォン用設定************/
@media screen and (max-width: 767px) {
  .cf7__list dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    border-bottom: none;
  }

  .cf7__list dd {
    width: 100%;
    margin-top: 0; /*** dtとの間隔を詰め ***/
    margin-bottom: 20px; /*** 次の項目との間隔 ***/
  }

  .cf7__list dt:nth-of-type(n + 2),
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 10px 0 0;
  }

  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
}

.row-acceptance {
  text-align: center;
  padding: 1em;
  background: var(--b-theme-color-1-pale);
}

.row-acceptance a {
  text-decoration: underline;
}

.row-acceptance strong {
  font-size: 1.2em;
}
