@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ========================================
    非表示
========================================= */
/*日付、見出し、投稿者情報の非表示*/
.page .date-tags,
.home .entry-title,
.author-info {
  display: none;
}

/* ========================================
    全体
========================================= */
body {
  letter-spacing: 0.05em;
}

.page .main {
  border: none;
  border-radius: 0;
}

/* ページ余白共通 */
.content,
.entry-content {
  margin-top: 0;
}

.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover {
  background-color: transparent;
  color: #27875d;
}

.content-bottom {
  margin: 0;
}

/* 背景フルのスクロール非表示 */
.body.no-sidebar .container {
  overflow-x: hidden;
}
.body:not(.no-sidebar) .main,
.body:not(.no-sidebar) .content-bottom,
.body:not(.no-sidebar) .footer {
  overflow-x: hidden;
}
/* 画像下隙間消す */
img {
  vertical-align: bottom;
}

/* リンク */
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
a:hover {
  color: #27875d;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* ========================================
    固定ページ共通
========================================= */

/* homeのみ */
.home .entry-content,
.home article#post-5 {
  margin-bottom: 0;
}

.home .main {
  padding-bottom: 0;
}

.home .content-bottom {
  margin-top: 0;
}
/* 見出しh2 */
.article h2 {
  background: #f1f8f5;
}
.article h3 {
  border-left-color: #27875d;
}
.article h4,
.article h5 {
  border-color: #27875d;
}

/* 固定ページ見出しh2 */
body:not(.single, .wp-admin) .article h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background-color: transparent;
  color: #45524c;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.11em;
}
body:not(.single) .article h2 span.color {
  color: #27875d;
}
body:not(.single) .article h2 span.no {
  color: #27875d;
  font-size: 3.5rem;
  letter-spacing: normal;
}
/* homeの見出しh2 */
.home .article h2 {
  padding-top: 70px;
}

/* home含む固定ページの見出し他 */
body:not(.single) .article h3 {
  color: #27875d;
  font-size: 24px;
  border-bottom: 1px solid #27875d;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 10px 0;
  margin-bottom: 1em;
}

body:not(.single) .article h4 {
  border-top: none;
  border-bottom: none;
  border-left: 8px solid #27875d;
  padding: 5px 8px;
}

body:not(.single) .article h5 {
  padding-left: 80px;
  color: #27875d;
  border-color: #27875d;
}

/* 下層ページのページ見出し */
body:not(.home, .archive, .blog, .single) .content-in {
  width: 100%;
}

body:not(.home, .single) .article-header.entry-header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #27875d;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

body:not(.home, .archive, .blog, .single) .entry-content {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}

/* 幅広の時のコンテンツ幅 */
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
}

/* マージン修正したい時 */
.m-t50 {
  margin-top: 50px;
}
.m-t60 {
  margin-top: 60px;
}
.m-t70 {
  margin-top: 70px;
}
.m-b70 {
  margin-bottom: 70px !important;
}
.m-b0 {
  margin-bottom: 0 !important;
}

/* 下層ページのセクション余白 */
.section-page {
  padding-bottom: 70px;
}

/* メディアとテキストのテキスト余白*/
.home .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}
.page
  .wp-block-media-text:not(.has-media-on-the-right)
  .wp-block-media-text__content {
  padding-right: 0;
}
.page
  .wp-block-media-text.has-media-on-the-right
  .wp-block-media-text__content {
  padding-left: 0;
}
/* ========================================
    背景
========================================= */

/* 全幅 */
.bk-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-top: 0 !important;
  padding-bottom: 70px !important;
  width: auto;
}

/* 濃いグリーン*/
.bk-green-gr {
  background: #27875d;
}
/* 淡いグリーン */
.bk-l-green {
  background: #f1f8f5;
}
/* 方眼テクスチャ */
.bk-hougan {
  background-color: #ffffff;
  opacity: 1;
  border-top: 1px solid #f6f4f1;
  border-bottom: 1px solid #f6f4f1;
  background-image: linear-gradient(#f6f4f1 1px, transparent 1px),
    linear-gradient(to right, #f6f4f1 1px, #ffffff 1px);
  background-size: 20px 20px;
}

/* ========================================
    他テキスト
========================================= */
/* 中央寄せ */
.text-center {
  text-align: center;
}

/* 吹き出し付き */

.pick-ttl {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px !important;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #27875d;
  border-radius: 30px;
}

.pick-ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 11px solid #27875d;
}

/* 大きめ文字 */
.l-text-accent {
  font-size: 22px;
  font-weight: 600;
  color: #d16b52;
}
.l-text-green {
  font-size: 22px;
  font-weight: 600;
  color: #27875d;
}
.l-text-white {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

/* 注意書き */
.annotation {
  font-size: 0.8rem;
}

/* 名前 */
.name {
  font-size: 0.8rem;
}

/* ========================================
    ボタン
========================================= */

/* グリーン塗りつぶし */

.btn01 {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.btn01 .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 0 #18543a;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  background: #27875d;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}

.btn01 .btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.btn01 .btn:hover {
  box-shadow: 0 2px 0 #18543a;
  transform: translateY(3px);
  opacity: 1;
  color: #fff;
}

/* 白塗りグリーン線 */
.btn02 {
  width: 100%;
  max-width: 330px !important;
  text-align: center;
  margin: 0 auto;
}
.btn02 .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  color: #27875d;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid #227551;
  box-shadow: 0 3px 0 #18543a;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  background: #fff;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}

.btn02 .btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #27875d;
  border-right: 3px solid #27875d;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.btn02 .btn:hover {
  box-shadow: 0 2px 0 #18543a;
  transform: translateY(3px);
  opacity: 1;
}

/* ========================================
    ボックスリンク
========================================= */

/* 縦並び用・flexなし */
.simple-list-link {
  padding-left: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.simple-list-link li {
  position: relative;
  list-style-type: none;
  margin-bottom: 16px !important;
}

.simple-list-link li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #27875d;
  border-right: 3px solid #27875d;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}
.simple-list-link li a {
  display: block;
  text-decoration: none;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  color: #27875d;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
}

.simple-list-link li a:hover {
  background: #27875d;
  color: #fff;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.simple-list-link li:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
}

/* 横並び用 矢印右向き*/
.simple-list-link02 {
  display: flex;
  padding-left: 0;
  gap: 1.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: normal !important;
  box-sizing: border-box;
}

.simple-list-link02 li {
  position: relative;
  list-style-type: none;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 1em !important;
}

.simple-list-link02 li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #27875d;
  border-right: 3px solid #27875d;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.simple-list-link02 li a {
  display: block;
  text-decoration: none;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  color: #27875d;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
}

.simple-list-link02 li a:hover {
  background: #27875d;
  color: #fff;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.simple-list-link02 li:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
}

/* 横並び用 矢印下向き*/
.simple-list-link02.arrow-btn li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #27875d;
  border-right: 3px solid #27875d;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 40%;
  right: 20px;
  transition: 0.3s ease-in-out;
}
.simple-list-link02.arrow-btn li:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
}

/* 画像付き横並び用 1行 */
.banner-list-link01 {
  margin-top: 70px;
}
.banner-list-link01 .wp-block-column {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fff;
}

.banner-list-link01 .wp-block-column figure {
  margin-bottom: 0;
}

.banner-list-link01 .wp-block-column figure img {
  border-radius: 5px 5px 0 0;
}

.banner-list-link01 .wp-block-column p {
  position: relative;
  line-height: 80px;
  padding: 0 20px;
  font-weight: 700;
}

.banner-list-link01 .wp-block-column p:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #27875d;
  border-right: 3px solid #27875d;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.banner-list-link01 .wp-block-column a {
  display: block;
  text-decoration: none;
  color: #27875d;
}

.banner-list-link01 .wp-block-column a:hover,
.banner-list-link01 .wp-block-column p:hover:after {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* 画像付き横並び用 2行 */
.banner-list-link02 .wp-block-column {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fff;
  margin-top: 80px;
}

.banner-list-link02 .wp-block-column figure {
  margin-bottom: 0;
}

.banner-list-link02 .wp-block-column figure img {
  border-radius: 5px 5px 0 0;
}

.banner-list-link02 .wp-block-column p {
  position: relative;
  padding: 30px 30px 30px 20px;
  font-weight: 700;
}
.banner-list-link02 .wp-block-column a {
  display: block;
  text-decoration: none;
  color: #27875d;
}
.banner-list-link02 .wp-block-column a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #27875d;
  border-right: 3px solid #27875d;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.banner-list-link02 .wp-block-column a:hover,
.banner-list-link02 .wp-block-column p:hover:after {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* ========================================
    電話番号
========================================= */
.tel-no {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 35px;
  color: #45524c;
}
.tel-no:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 1rem;
  font-weight: 700;
  margin-right: 4px;
  color: #fff;
  background: #27875d;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  vertical-align: text-top;
  text-align: center;
}

/* ========================================
    ボックスデザイン
========================================= */

/* 濃いグリーンの線ボックス・大 */
.l-green-box {
  border: 5px solid #27875d;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
}

/* 濃いグリーンの線ボックス・小 */
.s-green-box {
  border: 5px solid #27875d;
  border-radius: 10px;
  padding: 40px;
  background: #fff;
}

/* 淡いグリーンの背景ボックス・大 */
.l-lt-green-box {
  background: #f1f8f5;
  border-radius: 20px;
  padding: 40px;
}

/* 淡いグリーンの背景ボックス・小 */
.s-lt-green-box {
  background: #f1f8f5;
  border-radius: 10px;
  padding: 40px;
}

/* 白の背景ボックス・大 */
.l-white-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

/* グレーの枠線ボックス・大 */
.l-gray-box {
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

/* グレーの枠線ボックス・小 */
.s-gray-box {
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

/* 淡いベージュの背景ボックス・大 */
.l-beige-box {
  background: #f6f4f1;
  border-radius: 20px;
  padding: 40px;
}

/* 淡いベージュの背景ボックス・小 */
.s-beige-box {
  background: #f6f4f1;
  border-radius: 10px;
  padding: 40px;
}

/* 横並びのボックスの高さを揃える */
.box-height {
  width: 100%;
  flex-wrap: wrap !important;
}
.box-height .wp-block-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.box-height .wp-block-column .wp-block-group {
  flex-grow: 1;
}

/* 横並びで折り返す */
.f-wrap {
  width: 100%;
  height: auto;
  flex-wrap: wrap !important;
  justify-content: space-between;
}

.f-wrap .wp-block-column,
.f-wrap li {
  flex-basis: 30% !important;
  width: 30%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f-wrap .wp-block-column:nth-of-type(4) {
  margin-left: 17.5%;
}
.f-wrap .wp-block-column:nth-of-type(5) {
  margin-right: 17.5%;
}
.f-wrap .wp-block-column:nth-of-type(n + 4) {
  margin-top: 30px;
}
.f-wrap li:nth-of-type(n + 4) {
  margin-bottom: 0 !important;
}

/* ========================================
    navi
========================================= */

#navi ul li {
  font-weight: 700;
}
#navi .navi-in a {
  color: #45524c;
}
#navi .navi-in a:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #27875d;
}

/* ========================================
    他リストデザイン
========================================= */
/* リスト下余白 */
.article ul li {
  margin-bottom: 5px;
}

/* アイコンなし下線のみ */
.underline-list {
  list-style-type: none;
  padding-left: 0;
}
.underline-list li {
  border-bottom: 1px dashed #aaa;
}
.underline-list li code {
  color: #27875d;
}

/* チェックマーク付き */
.check-ttl {
  border-bottom: 1px solid #aaa;
  padding: 5px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.check-list {
  list-style-type: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding: 10px 0 5px 35px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px dashed #aaa;
}

.check-list li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/check-icon-red.png)
    no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 8px;
}

/* ========================================
    固定ページ内埋め込み
========================================= */
.page .a-wrap:hover {
  background-color: #fff;
  opacity: 0.7;
}

/* ========================================
    フロー
========================================= */
/* 縦並び　下向き矢印 */

.flow01 {
  position: relative;
  margin-bottom: 50px !important;
}
.flow01:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-size: 60px;
  font-weight: 700;
  color: #27875d;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}
.flow01.a-none:after {
  content: none;
}
.flow01 h3 {
  position: relative;
  padding-left: 90px !important;
}
.flow01 h3:before {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.7rem;
  color: #27875d;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0.5;
}
.flow01 h3.f01:before {
  content: "01";
}
.flow01 h3.f02:before {
  content: "02";
}
.flow01 h3.f03:before {
  content: "03";
}
.flow01 h3.f04:before {
  content: "04";
}
.flow01 h3.f05:before {
  content: "05";
}
.flow01 h3.f06:before {
  content: "06";
}

/* 横並び　画像の上に番号・右向き矢印 */
.flow02 {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.flow02:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 36px;
  font-weight: 700;
  color: #27875d;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%);
}
.flow02.a-none:after {
  content: none;
}
.flow02 figure {
  margin-bottom: 0 !important;
}
.flow02 p {
  padding: 10px 5px;
  text-align: center;
  color: #27875d;
  font-weight: 700;
  vertical-align: middle;
}
.flow02 p.flow02-no {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  opacity: 0.5;
  margin-bottom: 0;
  padding: 0;
}
.flow02 p.flow02-no + p {
  border-top: 1px solid #27875d;
}

/* ========================================
    ヘッダー
========================================= */

/* ヘッダー全体 */
.header-in {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.header-container-in.hlt-top-menu {
  display: block;
}

/* 追加した左側ロゴ周り */
.header-in .logo {
  text-align: left;
}

.tagline {
  display: none;
}

.header-in .logo-text {
  padding: 0;
  line-height: 35px;
}
.header-in .logo-text a {
  border: none;
  text-decoration: none;
  color: #45524c;
  border: none;
}

.header-in .logo-text a p {
  font-size: 1.7rem;
  font-weight: 700;
  color: #45524c;
  margin: 0;
  padding-bottom: 0;
}

.header-in .logo-text a p span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

/* 追加した右側の連絡関連 */
#custom_html-6 {
  margin-left: auto;
}

#custom_html-6 .header-right {
  display: flex;
}

.header-in .header-tel {
  margin-right: 10px;
  color: #27875d;
  text-align: center;
}
.header-in .header-tel .tel-text {
  font-size: 1rem;
  font-weight: 700;
}

.header-in .header-tel .tel-date {
  font-size: 0.75rem;
  color: #555555;
}

.header-in .header-contact.btn01 {
  width: auto;
}

.header-in .header-contact.btn01 .btn {
  display: inline-block;
  padding: 15px 40px;
  line-height: 1.4;
}

.header-in .header-contact.btn01 .btn::after {
  right: 10px;
}

.header-in .header-contact.btn01 .btn span {
  display: block;
  font-size: 0.9rem;
}

/* パンくず */

.breadcrumbs {
  font-size: 0.85rem;
  padding: 0 10px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs span {
  display: inline-block;
  padding: 0.5em 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs .home:before {
  font-family: "Font Awesome 5 Free";
  padding: 0 5px 0 0;
  opacity: 0.6;
}
.breadcrumbs .home:before {
  content: "\f015";
  font-weight: bold;
}

/* ========================================
    mv
========================================= */

.mv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0 !important;
  padding-bottom: 70px;
  width: auto;
  background: #f1f8f5;
  border-top: 3px solid #27875d;
}
.mv figure {
  margin-bottom: 60px !important;
}
.mv .btn01 {
  max-width: 500px;
  margin-left: 0;
}
.mv .btn01 .btn {
  font-size: 1.6rem;
}
.sp-mv {
  display: none;
}
/* ========================================
    トップページ・mv以降
========================================= */
/* 共通 メディアとテキストのテキスト余白*/
.home .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}

/* topこんなお悩みありませんか */
.section-problem-lead .banner-list-link02 .wp-block-column {
  margin-top: 0;
}

.section-problem-lead h2 {
  color: #fff;
}

/* top相続手続の大変さ */
.section-problem {
  background: #ebebeb;
  margin-bottom: 0 !important;
}
.section-problem .wp-block-group {
  width: 900px;
  padding: 70px 40px 80px;
  background: linear-gradient(rgba(69, 82, 76, 0.6), rgba(69, 82, 76, 0.5)),
    url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/top-problem-img03.png)
      no-repeat right;
  background-size: contain;
  margin-bottom: 0 !important;
  border-radius: 20px;
}
.section-problem .wp-block-group .check-list {
  width: 550px;
  margin-left: 0 !important;
}
.section-problem .wp-block-group .check-list li {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 46px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.section-problem .wp-block-group .check-list li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/check-icon-white.png)
    no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.section-problem .wp-block-cocoon-blocks-column-right.column-right {
  align-self: center;
}

.section-problem .underline-list li {
  font-size: 21px;
  margin: 20px 0;
}
.section-problem-under {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0 !important;
}

/* top相談しませんか・事務所案内 */
.section-office {
  background-color: #f1f8f5;
  margin-bottom: 0 !important;
  padding-top: 70px !important;
}

.section-office figure.head-photo {
  margin-bottom: 0;
}

.section-office h2 {
  padding-top: 50px !important;
}

.section-office .top-office-voice {
  width: 800px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.2rem;
  font-weight: normal;
}
.section-office .top-office-voice p {
  margin-bottom: 10px;
}
.section-office .name {
  text-align: right;
  padding-top: 0;
  font-size: 0.9rem;
}

.section-office .l-white-box .wp-block-media-text {
  margin-top: 80px;
  margin-bottom: 60px;
}

.section-office .l-gray-box {
  padding: 20px;
}
.section-office .simple-list-link02 {
  margin-top: 50px;
}
.section-office .simple-list-link02 li {
  margin-bottom: 0 !important;
}

/* top相続手続対応一覧 */
.section-service {
  margin-bottom: 0 !important;
}
.section-service h2,
.section-service .text-box {
  color: #fff;
}

.section-service h3 {
  font-size: 30px;
  text-align: center;
}
.section-service .l-text-accent {
  margin-bottom: 20px;
}
.price {
  margin-bottom: 0 !important;
}

/* top2カラム　はじめて・質問*/
.guide-faq {
  padding-bottom: 0;
  margin-bottom: 70px !important;
}
.guide-faq .btn02 {
  margin-top: 30px;
}
.section-guide ul.simple-list-link {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

/* topはじめての方へ */
/* top質問 */
/* top6つのこと */
.section-features {
  margin-bottom: 0 !important;
}

.section-features .contents-wrap {
  margin-bottom: 60px;
}

.section-features .wp-block-media-text {
  margin-bottom: 60px;
}

.section-features h3 {
  text-align: left !important;
  line-height: 1.5;
  position: relative;
}
.section-features h3:before {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  color: #27875d;
  position: absolute;
  right: 0;
  bottom: -5px;
  opacity: 0.5;
}
.section-features h3.f01:before {
  content: "01";
}
.section-features h3.f02:before {
  content: "02";
}
.section-features h3.f03:before {
  content: "03";
}
.section-features h3.f04:before {
  content: "04";
}
.section-features h3.f05:before {
  content: "05";
}
.section-features h3.f06:before {
  content: "06";
}
/* top　YouTube */
.section-youtube {
  margin-bottom: 0 !important;
}
.home .video-container {
  padding: 70px 0 0;
  margin: 0 auto;
}
/* YouTube 共通 */
.video-container .video {
  margin-top: 0;
}
/* top事例 */
.section-case {
  margin-bottom: 0 !important;
}
.section-case h2 code {
  font-size: 1.6rem;
  color: #27875d;
  padding-bottom: 20px;
}

.section-case .l-green-box {
  margin-bottom: 60px;
}

.section-case img {
  border-radius: 50%;
  background: #f6f4f1;
}

/* top記事関連共通 */
.home .new-entry-cards.large-thumb {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--wp--style--global--wide-size);
}

.home .new-entry-cards.large-thumb a {
  width: 33.33%;
}

.widget-entry-cards .a-wrap {
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.a-wrap:hover {
  background-color: #f1f8f5;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

/* top声 */
.section-voice {
  margin-bottom: 0 !important;
}
.section-voice h2 {
  color: #fff;
}

.section-voice .l-white-box {
  padding: 40px !important;
}

/* topコラム */
.section-column {
  padding-bottom: 70px;
}
.section-column .f-wrap .wp-block-column p {
  flex-grow: 1;
}
.section-column h3 {
  position: relative;
  padding-left: 90px !important;
  line-height: 70px;
}

.section-column h3:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 700;
  background: #fff;
  color: #d16b52;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
}

.section-column h3.top-column01:before {
  content: "\f0c0";
}

.section-column h3.top-column02:before {
  content: "\f24e";
}
.section-column h3.top-column03:before {
  content: "\f071";
}
.section-column h3.top-column04:before {
  content: "\f5ac";
}
/* top相談会等 */
.section-seminar-event {
  background: url(https://yokohama-souzoku.com/wp-content/uploads/2023/10/top-seminer-event-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}

/* top2カラム　書籍等・X */
.section-book-sns {
  margin-bottom: 0 !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* top最新記事 */
.section-new-post {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0 !important;
}

/* ========================================
    はじめての方へと相続手続共通
========================================= */
/* タブ */
.page-id-8 .tab-caption-box-label,
.page-id-10 .tab-caption-box-label {
  padding: 0.4em 0.8em 0;
  font-weight: 700;
}
/* 目次 */
.page-id-8 .simple-list-link02,
.page-id-10 .simple-list-link02 {
  gap: 0 1.5rem;
}
.tab-f-wrap ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none;
}
.tab-f-wrap ul li {
  flex-basis: 33% !important;
  width: 33%;
  height: auto;
  padding-left: 20px;
  margin: 0 !important;
  position: relative;
}
.tab-f-wrap ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #27875d;
  border-right: 2px solid #27875d;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.3s ease-in-out;
}
/* ========================================
    はじめての方へ
========================================= */
/* 共通 */
.page-id-8 .section-page {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}

/* 左寄せ */
.article h2.text-left {
  text-align: left !important;
  padding: 0 0 25px 0;
}
/* 相談しようか迷っている */
.page-id-8 #guide01 + .wp-block-columns {
  margin-bottom: 50px;
  gap: 3rem;
}

/* 寄り添います */
.page-id-8 .guide02-group {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  width: auto;
  background: #f1f8f5;
}
/* 費用内訳 */
.page-id-8 .guide03-group {
  padding-bottom: 70px;
}
.page-id-8 #guide03 .wp-block-columns {
  margin-top: 50px;
}
.page-id-8 #guide03 .wp-block-columns:last-child {
  margin-top: 30px;
}

/* 流れ */
.page-id-8 .guide04-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-id-8 .guide04-group .l-beige-box {
  margin-bottom: 50px;
}
.page-id-8 .guide04-group .flow01.a-none {
  margin-bottom: 0 !important;
}
/* 対応範囲 */
.page-id-8 .l-green-box {
  margin-bottom: 70px;
  padding-top: 30px;
}
.page-id-8 .l-text-accent {
  margin-bottom: 0;
}

/* 対応地域 */
.page-id-8 .l-beige-box {
  margin-bottom: 45px;
  padding-top: 30px;
}

/* ========================================
    相続手続サービス
========================================= */
/* 最初のイントロ部分 */
.page-id-10 .service-intro {
  padding-bottom: 0;
}
/* 画像なしの横並びフロー　番号位置 */
.page-id-10 .no-image {
  margin-bottom: 50px !important;
}
.page-id-10 .no-image .flow02:before {
  top: 0;
}
/* 薄いグリーン内h4次のリスト */
.page-id-10 .s-lt-green-box ul {
  padding-top: 0;
}

/* 一例のアイコン周り */
.page-id-10 .ex-flow {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.page-id-10 .ex-flow figure {
  margin-bottom: 10px;
}
.page-id-10 .ex-flow figure img {
  margin: 0 auto;
  border-radius: 50%;
  background: #f6f4f1;
}
.page-id-10 .ex-flow .name {
  text-align: center;
}
.page-id-10 .ex-flow .flow01 .wp-block-column:first-child {
  border-right: 1px solid #aaa;
  padding-right: 20px;
}
.page-id-10 .ex-flow .flow01.a-none {
  margin-bottom: 0 !important;
}
/* ５つのポイント */
.page-id-10 #point5-anchor {
  margin-bottom: 0;
}
.page-id-10 #point5-anchor h2 {
  line-height: 1;
  padding-top: 70px;
}
.page-id-10 #point5-anchor .point5 {
  gap: 0 1.5rem;
}
.page-id-10 #point5-anchor .point5 .l-lt-green-box {
  padding-top: 20px;
}
.page-id-10 #point5-anchor .point5 p.point-text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 700;
  color: #27875d;
  opacity: 0.7;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
}

.page-id-10 #point5-anchor .point5 p.point-text span {
  font-size: 2.4rem;
  padding-left: 10px;
  vertical-align: middle;
}

.page-id-10 #point5-anchor .point5 h3 {
  text-align: center;
}
/* 料金全体 */
.page-id-10 #price {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* 料金表 */
.page-id-10 #price h2 {
  padding-top: 70px;
}
.page-id-10 .flow01 .wp-block-column figure.icon-nagaoka img {
  background: #f1f8f5;
}
.page-id-10 #price .wp-block-columns {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* 料金表内のテーブル */
.page-id-10 .table-sp-text {
  display: none;
}
.page-id-10 figure.wp-block-table.table01 {
  margin: 40px auto;
}
.page-id-10 figure.wp-block-table.table02 {
  margin: 0 auto 30px;
}
.page-id-10 figure.wp-block-table.table-price table th {
  background: #27875d;
  color: #fff;
  letter-spacing: 0.2em;
}
.page-id-10 figure.wp-block-table.table-price thead {
  border-bottom: none;
}
.page-id-10 figure.wp-block-table.table-price table tr td:not(:first-child) {
  width: 35%;
}

/* お伝えしたいこと */
.page-id-10 #price .l-beige-box .wp-block-media-text__content {
  padding-left: 0;
}

/* ========================================
    よくあるご質問
========================================= */

.faq {
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  overflow: hidden;
}

.is-style-accordion .faq-question {
  background: #fff;
  padding: 30px 30px 30px 70px;
  font-size: 1.2rem;
  line-height: 2;
}
.faq-answer.faq-item {
  padding: 24px 30px 24px 70px;
  background: #f1f8f5;
}

.faq-question-label,
.faq-answer-label {
  width: 40px;
  height: 40px;
  background: #27875d;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-answer-label {
  background: #fff;
  color: #d16b52;
  border: 2px solid #d16b52;
}

.home .is-style-accordion .faq-question {
  line-height: 1.8;
}

.home .faq-wrap.blank-box {
  margin-bottom: 1em !important;
  border: none;
}
.home .is-style-accordion .faq-question {
  padding: 20px 30px 20px 20px;
  font-size: 1rem;
}
.home .faq-answer.faq-item {
  padding: 20px;
  background: #f1f8f5;
}

.home .faq-question-label,
.home .faq-answer-label {
  width: 28px;
  height: 28px;
}

.home .faq-item-label {
  font-size: 1rem;
}

/* ========================================
    お客様の声・相続コラム
========================================= */
/* 共通 */
.archive .content-top,
.single .content-top,
.blog .content-top {
  border-top: 3px solid #27875d;
}
.archive .main,
.single .main,
.blog .main {
  padding-top: 0;
}
.cat-label,
.cat-link {
  background-color: #27875d;
  color: #fff;
}

.widget_recent_entries ul li {
  display: flex;
  border-bottom: 2px dotted var(--cocoon-x-thin-color);
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 4px;
  text-decoration: none;
  color: var(--cocoon-text-color);
  padding: 1.5%;
  margin-bottom: 3%;
  transition: all 0.3s ease-in-out;
}
.widget_recent_entries ul li img {
  width: 120px;
}

/* 本文内のCTA 14と15*/
#custom_html-14 .custom-html-widget,
#custom_html-15 .custom-html-widget {
  text-align: center;
  border: 5px solid #27875d;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}
#custom_html-14 .intro-ttl,
#custom_html-15 .intro-ttl {
  background: #f6f4f1;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px 0;
}
#custom_html-14 .intro-ttl p,
#custom_html-15 .intro-ttl p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#custom_html-14 .intro-ttl img,
#custom_html-15 .intro-ttl img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
#custom_html-14 h2,
#custom_html-15 h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px dashed #aaa;
  color: #45524c;
  background: transparent;
}
#custom_html-14 h2 + p,
#custom_html-15 h2 + p {
  margin-bottom: 10px;
}
#custom_html-14 h2 span,
#custom_html-15 h2 span {
  font-size: 2.1rem;
  color: #d16b52;
  padding-right: 5px;
  padding-left: 5px;
}
#custom_html-14 .btn-wrap,
#custom_html-15 .btn-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
#custom_html-14 .tel-wrap,
#custom_html-15 .tel-wrap {
  display: flex;
  justify-content: space-around;
}
#custom_html-14 .btn01,
#custom_html-15 .btn01 {
  max-width: 330px;
}
#custom_html-14 .btn01,
#custom_html-14 .btn02,
#custom_html-15 .btn01,
#custom_html-15 .btn02 {
  margin: 0;
}
#custom_html-14 .btn02 .btn,
#custom_html-15 .btn02 .btn {
  padding: 20px 60px;
}

/* お客様の声 */
.post-type-archive-voice #text-3 {
  display: none;
}
.voice-info {
  width: 550px;
}
.voice-info img {
  border-radius: 50%;
  background: #f6f4f1;
}
.soudansha-info {
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  border-left: 8px solid #27875d;
  padding-left: 9px;
  font-size: 20px;
}
.voice-info p:nth-child(2) {
  margin-bottom: 10px;
  font-weight: bold;
}
.voice-info p:nth-child(3) {
  font-size: 0.9rem;
}

/* 相続コラム */
.author-widget-name {
  padding-bottom: 15px;
}
/* ========================================
    事務所案内
========================================= */
/* プロフィール */
.page-id-16 .profile .profile-img {
  margin-bottom: 10px;
}

.page-id-16 .name02 strong {
  font-size: 1.2rem;
}

.page-id-16 .section-staff img {
  margin: 0 auto;
}
.page-id-16 .section-staff .name {
  text-align: center;
  font-size: 18px;
}
/* プロフィール内YouTube */
.page-id-16 .video-container {
  padding: 0;
  margin: 0 auto 60px;
}

/* 概要 */
.page-id-16 .bk-hougan {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 70px;
  margin-bottom: 0;
}
.page-id-16 .bk-hougan h2 {
  padding-top: 70px;
}

.page-id-16 .wp-block-table td:first-child {
  text-align: center;
  background: #27875d;
  color: #fff;
}

.page-id-16 figure.wp-block-table table {
  max-width: 900px;
  width: 100%;
}
.page-id-16 .wp-block-table td {
  padding: 20px;
  background-color: #fff;
}

/* アクセス */
.page-id-16 #access h2 {
  padding-top: 70px;
}
.page-id-16 #access iframe {
  margin-bottom: 20px;
}
.page-id-16 #access h4 {
  background-color: #27875d;
  color: #fff;
  border-radius: 5px;
  border: none;
  text-align: center;
  padding: 10px 8px;
  margin-bottom: 10px;
}
.page-id-16 #access .l-lt-green-box {
  padding-top: 30px;
}

.page-id-16 #access .check-list li {
  font-weight: 400;
}

.page-id-16 .article h5.icon-access {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 50px !important;
}
.page-id-16 .article h5.icon-access:before {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  font-weight: 700;
  background: #fff;
  color: #d16b52;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.icon-train:before {
  content: "\f238";
}

.icon-car:before {
  content: "\f5e4";
}

.icon-bus:before {
  content: "\f207";
}

.icon-walk:before {
  content: "\f554";
}
.page-id-16 .check-list {
  padding: 0;
}
.page-id-16 .check-list li {
  font-weight: normal;
}

.page-id-16 .check-list li:before {
  bottom: 0;
  top: 15px;
}
.page-id-16 .check-list li:first-child {
  padding-top: 0;
}
.page-id-16 .check-list li:first-child:before {
  top: 8px;
}
.page-id-16 #access .flow02.a-none:after {
  content: none;
}
.page-id-16 #access .wp-container-core-columns-layout-7 p {
  padding: 0 10px;
}
.page-id-16 #access #access-konanchuo-station,
.page-id-16 #access #access-konanchuo-station-map {
  padding-top: 50px;
}

/* ========================================
    お問い合わせ
========================================= */
/* 0円相談案内 */
.page-id-20 ul.check-list {
  padding-top: 0;
}
/* 各連絡先共通 */
.page-id-20 .l-lt-green-box {
  margin-bottom: 70px;
}
.page-id-20 .l-lt-green-box h2 {
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #aaa;
}
/* 電話番号 */
.page-id-20 .l-lt-green-box.tel-info {
  margin-top: 70px;
}
.page-id-20 .l-lt-green-box .tel-no {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 50px;
}
.page-id-20 .l-lt-green-box .tel-no:before {
  font-size: 1.5rem;
  margin-right: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
}
/* LINE */
.page-id-20 .l-lt-green-box.line-info h3 {
  text-align: center;
}

.page-id-20 .l-lt-green-box.line-info figure img {
  margin: 20px auto 0;
}

/* フォーム */
.contact7 {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.contact7 dt:nth-of-type(n + 2),
.contact7 dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.contact7 dt {
  width: 35%;
  padding-top: 15px;
}

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

.contact7 dd input[type="text"],
.contact7 dd input[type="tel"],
.contact7 dd input[type="email"],
.contact7 dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
}

.contact7 .required {
  background: #27875d;
}

.contact7 .optional {
  background: #999;
}

.contact7 .required,
.contact7 .optional {
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}
.btn01 input {
  margin-top: 20px;
  padding: 20px 60px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 0 #18543a;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: #27875d;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}
.btn01 input:hover {
  box-shadow: 0 2px 0 #18543a;
  transform: translateY(3px);
  opacity: 1;
  color: #fff;
}

.contact7 .accept {
  text-align: center !important;
}

/* ========================================
    インタビュー
========================================= */
.page-id-6883 .breadcrumbs {
  padding-left: 5px;
}
.page-id-6883 .eye-catch {
  display: none;
}
.page-id-6883 h2 + .wp-block-columns {
  gap: 0;
}
.page-id-6883 .intro-text {
  max-width: 70%;
  margin: 0 auto;
}
.page-id-6883 .intro-text .writer-text {
  font-size: 0.8rem;
}
.page-id-6883 .interview-content {
  max-width: 70%;
  margin: 0 auto;
}
.page-id-6883 .lead-text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background-color: transparent;
  color: #45524c !important;
  font-size: 34px !important;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: center;
  border-bottom: none !important;
  margin-top: 2em;
  margin-bottom: 0.5em !important;
}
.page-id-6883 .interview-content h2 {
  font-family: var(--cocoon-default-font) !important;
  color: #27875d !important;
  font-size: 24px !important;
  letter-spacing: 0.05em !important;
  text-align: left !important;
  padding: 0 0 10px 0;
  margin-bottom: 0.4em !important;
}
.page-id-6883 .interview-text {
  font-size: 1.1rem;
}

.page-id-6883 .interview-content .wp-block-group {
  margin-bottom: 50px;
}
/* ========================================
    プライバシーポリシー
========================================= */
.page-id-3 .article h2 {
  text-align: left !important;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ccc;
}

/* ========================================
    サイドバー
========================================= */

.sidebar h2 {
  background: transparent !important;
}
.sidebar h3 {
  background: transparent !important;
  border-bottom: 2px solid #27875d;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li {
  border-bottom: 2px dotted var(--cocoon-x-thin-color);
}

/* 初回0円相談 */
#custom_html-16,
#custom_html-17 {
  display: none;
}
#custom_html-8 .custom-html-widget,
#sidebar-scroll .custom-html-widget,
#custom_html-11 .custom-html-widget {
  text-align: center;
  border: 5px solid #27875d;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}
#custom_html-8 .intro-ttl,
#sidebar-scroll .intro-ttl,
#custom_html-11 .intro-ttl {
  position: relative;
  padding: 50px 20px;
  background: #f6f4f1;
  border-radius: 10px;
  text-align: left;
  font-weight: 700;
}
#custom_html-8 .intro-ttl img,
#sidebar-scroll .intro-ttl img,
#custom_html-11 .intro-ttl img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 35%;
}

#custom_html-8 h2,
#sidebar-scroll h2,
#custom_html-11 h2 {
  line-height: 1.5;
  border-bottom: 1px dashed #aaa;
  color: #45524c;
}

#custom_html-8 h2,
#sidebar-scroll h2 {
  margin-top: 0;
}
#custom_html-8 h2 span,
#sidebar-scroll h2 span,
#custom_html-11 h2 span {
  font-size: 2.1rem;
  color: #d16b52;
}

#custom_html-8 .custom-html-widget .open-date,
#sidebar-scroll .custom-html-widget .open-date,
#custom_html-11 .custom-html-widget .open-date {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

#custom_html-8 .custom-html-widget .btn02 .btn,
#sidebar-scroll .custom-html-widget .btn02 .btn,
#custom_html-11 .custom-html-widget .btn02 .btn {
  padding: 10px;
}
#custom_html-8 .custom-html-widget .btn01,
#sidebar-scroll .custom-html-widget .btn01,
#custom_html-11 .custom-html-widget .btn01 {
  margin-top: 8px;
  margin-bottom: 20px;
}
#custom_html-8 .custom-html-widget .btn01 .btn,
#sidebar-scroll .custom-html-widget .btn01 .btn,
#custom_html-11 .custom-html-widget .btn01 .btn {
  padding: 10px;
}
#custom_html-8 .custom-html-widget .tel-no,
#sidebar-scroll .custom-html-widget .tel-no,
#custom_html-11 .custom-html-widget .tel-no {
  margin-top: -10px;
}
#custom_html-8 .custom-html-widget .l-text-green,
#custom_html-11 .custom-html-widget .l-text-green {
  font-size: 18px;
}

/* リンク背景 */
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover {
  background-color: #f1f8f5;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

/* 事務所案内へ */
#custom_html-10,
#custom_html-12 {
  border: 1px solid #ccc;
  padding: 20px 20px 0;
  text-align: center;
  border-radius: 5px;
}

#custom_html-10 h2,
#custom_html-12 h2 {
  line-height: 1.5;
  margin-top: 0;
  padding: 0;
}

#custom_html-10 .btn02,
#custom_html-12 .btn02 {
  margin-top: 20px !important;
}

/* 各ページバナー */
#menu-side-banner .menu-item {
  margin-bottom: 20px;
}
#menu-side-banner .menu-item a {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 120px;
  line-height: 120px;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
#menu-side-banner .menu-item.menu-item-2526 a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/banner-guide-img.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
#menu-side-banner .menu-item.menu-item-2527 a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/banner-faq-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#menu-side-banner .menu-item.menu-item-2528 a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/banner-voice-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#menu-side-banner .menu-item.menu-item-2529 a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://yokohama-souzoku.com/wp-content/uploads/2023/11/banner-seminer-event-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#menu-side-banner .menu-item.menu-item-2530 a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://yokohama-souzoku.com/wp-content/uploads/2023/10/service-img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#menu-side-banner .menu-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ========================================
    フッター
========================================= */
/* topへ戻る google recapchaをやめたことによりバッジがなくなっため
.go-to-top {
  bottom: 90px;
} */

/* ウィジェットの余白削除 */
.content-bottom aside.widget_text {
  margin-bottom: 0;
}

/* フッター前のcta */
.cta-area {
  background: #27875d;
}

.cta-inner {
  position: relative;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 70px 0 0 0;
}
.cta-inner:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 304px;
  height: 406px;
  background-image: url(https://yokohama-souzoku.com/wp-content/uploads/2023/10/cta-img.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-lead {
  text-align: center;
  color: #ffffff;
}

.cta-lead .contact-info {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
}

.cta-lead .cta-lead-text01 {
  font-size: 1.2rem;
}
.cta-lead .contact-info span {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 8px;
  font-size: 1.9rem;
}

.cta-lead .cta-lead-text02 {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.cta-lead .cta-lead-text02:before,
.cta-lead .cta-lead-text02:after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
}
.cta-lead .cta-lead-text02:before {
  margin-right: 1em;
}
.cta-lead .cta-lead-text02:after {
  margin-left: 1em;
}

.cta-text-box {
  margin: 20px auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.cta-text-box .ttl {
  font-size: 1.3rem;
  color: #d16b52;
  font-weight: 700;
  padding-bottom: 20px;
}

.cta-contact-box {
  width: 80%;
  background: #f1f8f5;
  border-radius: 10px;
  padding: 40px 80px;
  margin-top: 20px;
}

.cta-contact-box .btn-wrap {
  display: flex;
  justify-content: space-between;
}

.cta-contact-box .btn01,
.cta-contact-box .btn02 {
  max-width: 350px;
  margin: 0;
}

.cta-contact-box .btn01 .btn,
.cta-contact-box .btn02 .btn {
  padding: 20px 10px;
  line-height: 30px;
}

.cta-contact-box .btn01 .btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  vertical-align: top;
  margin-right: 7px;
}
.cta-contact-box .btn01 .btn:after,
.cta-contact-box .btn02 .btn:after {
  display: none;
}
.cta-contact-box .btn02 .btn:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  font-size: 3rem;
  font-weight: 400;
  color: #27875d;
  vertical-align: top;
  margin-right: 7px;
}

.cta-contact-box .tel-wrap {
  display: flex;
  justify-content: flex-start;
}

.cta-contact-box .tel-wrap .tel-no {
  font-size: 2.5rem;
  line-height: 40px;
  padding-right: 80px;
}

.cta-contact-box .tel-wrap .tel-no:before {
  font-size: 1.3rem;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.cta-contact-box .tel-wrap .tel-date {
  text-align: left;
  font-size: 0.9rem;
}

/* フッター前のGoogleマップ */
iframe {
  vertical-align: bottom;
}

#custom_html-5,
.content-bottom {
  margin-bottom: 0;
}

/* フッター */
#footer {
  padding-bottom: 0;
  margin-top: 0;
}

.footer .footer-left #text-2 {
  margin-bottom: 10px;
}

.footer footer-left #text-2 p:first-child img {
  padding-right: 8px;
}
.footer .footer-left #text-2 p:first-child {
  font-size: 1.2rem;
}
.footer .footer-left #text-2 p.post-text {
  font-size: 0.9rem;
  margin-top: 15px;
}

.footer .widget_nav_menu ul li a {
  padding: 4px 0;
  font-size: 0.85rem;
}

.footer .footer-center a:hover,
.footer .footer-right a:hover {
  color: #27875d !important;
  opacity: 1;
  background: #fff !important;
}

/* コピーライト */
.footer-bottom {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #18543a;
  color: #ffffff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上のみ */
@media screen and (min-width: 1024px) {
  :root {
    --header: 148px;
    scroll-padding: var(--header);
  }
  .page .main {
    padding-top: 0;
  }
}
/*1023px以下タブレット縦用*/
@media screen and (max-width: 1023px) {
  /*ヘッダー */
  :root {
    --header: 100px;
    scroll-padding: var(--header);
  }
  .page .main {
    padding: 0 16px 32px;
  }
  body:where(
      .mblt-header-mobile-buttons,
      .mblt-header-and-footer-mobile-buttons
    ) {
    margin-top: 100px;
  }
  .mobile-header-menu-buttons {
    height: var(--header);
  }
  .mobile-menu-buttons {
    align-items: center;
  }
  .logo-menu-button {
    line-height: 1.2;
  }
  .logo-menu-button span {
    display: block;
    margin-top: 0;
    font-size: 0.8rem;
  }
  .widget-header-right .custom-html-widget {
    display: none;
  }
  .header-in {
    display: none;
  }
  /* パンくず */
  #bcn_widget-9 {
    margin-bottom: 0;
  }

  /* スライドインメニュー */
  ul.menu-drawer .btn01,
  ul.menu-drawer .btn02 {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 20px;
    text-align: left;
  }
  ul.menu-drawer .btn01 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    box-shadow: 0 5px 0 #18543a;
    font-size: 1rem;
    letter-spacing: 0.05em;
    background: #27875d;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
  }
  ul.menu-drawer .btn01 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    vertical-align: top;
    transition: all 0.2s ease;
    margin-right: 7px;
  }
  ul.menu-drawer .btn01 a:hover {
    box-shadow: 0 2px 0 #18543a;
    transform: translateY(3px);
    opacity: 1;
    color: #fff;
  }
  ul.menu-drawer .btn02 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    color: #27875d;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #227551;
    box-shadow: 0 3px 0 #18543a;
    font-size: 1rem;
    letter-spacing: 0.05em;
    background: #fff;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
  }
  ul.menu-drawer .btn02 a:before {
    font-family: "Font Awesome 5 brands";
    content: "\f3c0";
    font-size: 1.8rem;
    font-weight: 700;
    color: #27875d;
    vertical-align: top;
    transition: all 0.2s ease;
    margin-right: 7px;
  }
  ul.menu-drawer .btn02 a:hover {
    box-shadow: 0 2px 0 #18543a;
    transform: translateY(3px);
    opacity: 1;
  }
  ul.menu-drawer .tel-no {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 20px;
  }
  ul.menu-drawer .tel-no a {
    display: inline-block;
    color: #27875d;
    background: transparent;
  }

  ul.menu-drawer .tel-no:before {
    vertical-align: text-bottom;
  }

  /* ボックス関連 */
  .l-green-box,
  .s-green-box,
  .l-lt-green-box,
  .s-lt-green-box,
  .l-white-box,
  .l-gray-box,
  .s-gray-box,
  .l-beige-box,
  .l-beige-box {
    padding: 30px;
  }

  /* top2カラム　はじめて・質問*/
  .guide-faq {
    flex-direction: column;
  }
  /* 見出し */
  body:not(.single, .archive).entry-title,
  .archive-title {
    margin: 50px 0 0;
  }
  body:not(.single) .article h2 {
    font-size: 30px;
  }
  body:not(.single) .article h3 {
    font-size: 22px;
  }
  body:not(.single) .article h4 {
    font-size: 18px;
  }
  /* 大きめ文字 */
  .l-text-accent,
  .l-text-green,
  .l-text-white {
    font-size: 20px;
  }
  /* 下層流れ */
  .flow01 h3 {
    padding-left: 80px !important;
  }
  .flow01 h3:before {
    font-size: 2.7rem;
    bottom: -5px;
  }
  /* 声と相続コラム*/
  .content-top-in.wrap {
    padding: 0 16px;
  }
  .content-top {
    margin: 3em 0 0;
  }
  .archive-title {
    margin-top: 0;
  }

  .body:not(.no-sidebar) .sidebar {
    display: block;
  }
  #sidebar-scroll {
    display: none;
  }

  #custom_html-8,
  #custom_html-11 {
    display: none;
  }

  #custom_html-16,
  #custom_html-17 {
    display: block;
  }
  #custom_html-16 .custom-html-widget,
  #custom_html-17 .custom-html-widget {
    text-align: center;
    border: 5px solid #27875d;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
  }
  #custom_html-16 .intro-ttl,
  #custom_html-17 .intro-ttl {
    background: #f6f4f1;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 0;
  }
  #custom_html-16 .intro-ttl p,
  #custom_html-17 .intro-ttl p {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  #custom_html-16 .intro-ttl img,
  #custom_html-17 .intro-ttl img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
  }
  #custom_html-16 h2,
  #custom_html-17 h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    border-bottom: 1px dashed #aaa;
    color: #45524c;
    background: transparent;
  }
  #custom_html-16 h2 + p,
  #custom_html-17 h2 + p {
    margin-bottom: 10px;
  }
  #custom_html-16 h2 span,
  #custom_html-17 h2 span {
    font-size: 2.1rem;
    color: #d16b52;
    padding-right: 5px;
    padding-left: 5px;
  }
  #custom_html-16 .btn-wrap,
  #custom_html-16 .tel-wrap,
  #custom_html-17 .btn-wrap,
  #custom_html-17 .tel-wrap {
    display: flex;
    justify-content: space-around;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #custom_html-16 .btn01,
  #custom_html-17 .btn01 {
    max-width: 330px;
  }
  #custom_html-16 .btn01,
  #custom_html-16 .btn02,
  #custom_html-17 .btn01,
  #custom_html-17 .btn02 {
    margin: 0;
  }
  #custom_html-16 .btn01 .btn,
  #custom_html-16 .btn02 .btn,
  #custom_html-17 .btn01 .btn,
  #custom_html-17 .btn02 .btn {
    padding: 20px;
  }
  /* 本文内CTA 14と15*/

  #custom_html-14 .btn-wrap,
  #custom_html-14 .tel-wrap,
  #custom_html-15 .btn-wrap,
  #custom_html-15 .tel-wrap {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  #custom_html-14 .btn-wrap .btn01 .btn,
  #custom_html-14 .btn-wrap .btn02 .btn,
  #custom_html-15 .btn-wrap .btn01 .btn,
  #custom_html-15 .btn-wrap .btn02 .btn {
    padding: 20px;
  }
  /* 事務所案内 */
  .page-id-16 figure.wp-block-table table {
    max-width: 100%;
  }
  /* インタビュー */
  .page-id-6883 .intro-text,
  .page-id-6883 .interview-content {
    max-width: 100%;
  }
  .page-id-6883 .interview-content h2 {
    font-size: 22px !important;
  }
  .page-id-6883 .lead-text {
    font-size: 30px !important;
  }
  /* お問い合わせページ */
  .page-id-20 p.l-text-accent {
    margin-bottom: 0;
  }
  /* cta */
  .cta-inner {
    padding: 70px 29px 0 29px;
  }
  .cta-text-box {
    margin: 20px 0 0;
    text-align: left;
  }

  .cta-contact-box {
    padding: 20px 30px;
  }
  .cta-contact-box .btn-wrap {
    justify-content: flex-start;
  }
  .cta-contact-box .btn01,
  .cta-contact-box .btn02 {
    max-width: 300px;
  }
  .cta-contact-box .btn01 {
    margin-right: 20px;
  }
  .cta-contact-box .btn01 .btn,
  .cta-contact-box .btn02 .btn {
    justify-content: center;
    padding: 20px 10px;
    font-size: 1rem;
  }
  .cta-contact-box .btn01 .btn:before {
    font-size: 1.8rem;
  }
  .cta-contact-box .btn02 .btn:before {
    font-size: 2.5rem;
  }
  .cta-contact-box .tel-wrap {
    flex-direction: column;
  }
  .cta-contact-box .tel-wrap .tel-no {
    font-size: 2rem;
    line-height: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
  }
  .cta-contact-box .tel-wrap .tel-no:before {
    font-size: 1rem;
    margin-right: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .cta-inner:after {
    width: 250px;
    height: 333px;
  }

  /* フッター */
  .footer-widgets {
    display: flex;
  }
  /* モバイルフッターメニュー */
  .mobile-footer-menu-buttons.mobile-menu-buttons .menu-button > a {
    color: #27875d;
  }
}

/*834px以下スマホ横用*/
@media screen and (max-width: 834px) {
  /* コンテンツ */
  .main,
  .sidebar {
    width: 100% !important;
  }
  .content-in {
    display: block;
  }
  /* カラム */
  .is-layout-flex {
    gap: 1rem;
  }
  /* 見出し */
  body:not(.single) .article h2 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  body:not(.single) .article h3 {
    font-size: 20px;
  }
  body:not(.single) .article h4 {
    font-size: 16px;
  }
  /* モバイル時のロゴ周り */
  .logo-menu-button {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  /*マージン　−30にする　*/
  .m-b70 {
    margin-bottom: 40px !important;
  }
  /* 背景 */
  .bk-full {
    padding-bottom: 40px !important;
  }

  /* テキスト関連 */
  .l-text-accent {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  .l-text-green,
  .l-text-white {
    font-size: 18px;
  }
  .pick-ttl {
    font-size: 16px;
  }
  /* アイコン系 */
  .section-features h3:before {
    font-size: 2.8rem;
  }
  .flow01 h3 {
    padding-left: 90px;
  }
  .flow01 h3:before {
    font-size: 2.2em;
  }
  .flow02:before {
    top: 42%;
    left: 50%;
    transform: translate(-42%, -50%);
  }
  /* リスト */
  .check-list {
    padding-left: 0 !important;
  }
  .check-list li:before {
    top: 15px;
  }
  /* タブ */
  .tab-f-wrap ul {
    padding-left: 10px;
  }
  /* mv */
  .mv {
    padding-bottom: 30px;
  }
  .mv figure {
    margin-bottom: 30px !important;
  }
  .mv .btn01 .btn {
    font-size: 1.3rem;
  }
  /* top */
  .home .article h2 {
    padding-top: 40px;
  }
  .section-problem .wp-block-group .check-list li {
    font-size: 1.2rem;
  }
  .section-problem-under {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-office,
  .section-office h2 {
    padding-top: 40px !important;
  }
  .section-office .top-office-voice {
    width: 100%;
    font-size: 1.1rem;
  }
  .section-office .simple-list-link02 {
    padding-left: 0;
    margin-top: 40px;
  }
  /* 下層バナー共通 */
  .banner-list-link01 .wp-block-column p {
    line-height: 60px;
    text-align: left;
  }
  /* はじめての方へ */
  .page-id-8 .section-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-id-8 #guide01 + .wp-block-columns {
    gap: 2rem;
    margin-bottom: 30px;
  }
  .page-id-8 #guide03 .wp-block-columns {
    margin-top: 40px;
  }
  .page-id-8 #guide07 + .wp-block-columns .l-lt-green-box figure {
    margin-bottom: 10px;
  }
  .page-id-8 .l-green-box {
    margin-bottom: 40px;
  }
  .page-id-8 .l-beige-box {
    padding-top: 40px;
  }
  .page-id-8 .l-beige-box h2 {
    padding-top: 0;
  }
  .page-id-8 .guide04-group .l-beige-box {
    flex-wrap: wrap !important;
    gap: 1rem 1.5rem;
    justify-content: space-between;
  }
  .page-id-8 .guide04-group .l-beige-box .flow02 {
    flex-basis: 30% !important;
    width: 30%;
    height: auto;
  }
  /* サービス */
  .page-id-10 .ex-flow .l-beige-box {
    flex-wrap: wrap !important;
    gap: 1rem 1.5rem;
    justify-content: space-between;
  }
  .page-id-10 .ex-flow .l-beige-box .flow02 {
    flex-basis: 30% !important;
    width: 30%;
    height: auto;
  }
  .page-id-10 #point5-anchor h2 {
    line-height: 1;
    padding-top: 40px;
  }
  /* よくある質問 */
  .page-id-12 .faq-wrap {
    margin-bottom: 1em;
  }
  .is-style-accordion .faq-question,
  .faq-answer.faq-item {
    padding-left: 30px;
  }
  .faq-question-content {
    font-size: 1.1rem;
  }
  .faq-question-label,
  .faq-answer-label {
    width: 35px;
    height: 35px;
  }
  .faq-item-label {
    font-size: 20px;
    margin-right: 0.5em;
  }
  /* 事務所案内 */
  .page-id-16 #access h2 {
    padding-top: 40px;
  }
  .page-id-16 #access-kamiooka-station {
    margin-bottom: 0;
  }
  .page-id-16 #access #access-konanchuo-station,
  .page-id-16 #access #access-konanchuo-station-map {
    padding-top: 40px;
  }
  /* インタビュー */
  .page-id-6883 .interview-content h2 {
    font-size: 20px !important;
  }
  .page-id-6883 .lead-text {
    font-size: 28px !important;
  }
  /* お問い合わせページ */
  .page-id-20 .l-lt-green-box.tel-info {
    margin-top: 40px;
  }
  .page-id-20 .l-lt-green-box {
    margin-bottom: 40px;
  }
  /*フォーム*/
  .contact7 {
    max-width: 100%;
  }
  .contact7 dt {
    width: 100%;
    margin-bottom: 6px;
    padding-top: 0;
  }
  .contact7 dd {
    width: 100%;
  }
  .contact7 dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  input[type="submit"] {
    width: 100%;
    height: 100%;
  }
  /* reCAPCHA */
  .grecaptcha-badge {
    margin-bottom: 56px;
  }
  /* cta周り */
  .cta-inner {
    padding: 40px 16px 0;
  }
  .cta-lead .contact-info {
    font-size: 1.8rem;
  }
  .cta-contact-box {
    width: 100%;
    padding: 40px;
  }
  .cta-contact-box .btn-wrap {
    flex-direction: column;
  }
  .cta-contact-box .btn01 {
    max-width: 100%;
    padding-bottom: 25px;
  }
  .cta-contact-box .btn02 {
    max-width: 100% !important;
  }
  .cta-inner:after {
    width: 150px;
    height: 198px;
  }
  .cta-text-box {
    padding: 30px;
  }
  /* モバイルフッターメニュー */
  .mobile-footer-menu-buttons.mobile-menu-buttons .menu-button > a {
    font-size: 23px;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 12px;
  }
}

/* 781px以下 */
@media screen and (max-width: 781px) {
  /* img */
  .wp-block-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  /* フロー */
  .f-wrap .wp-block-column:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .f-wrap .wp-block-column:nth-of-type(2),
  .f-wrap .wp-block-column:nth-of-type(3) {
    margin-top: 20px;
  }
  .f-wrap .wp-block-column:nth-of-type(4) {
    margin-left: 0;
    margin-top: 20px;
  }
  /* タブ */
  .tab-caption-box-content ul {
    flex-direction: column;
  }
  .tab-caption-box-content ul li {
    flex-basis: 100% !important;
    width: 100%;
  }
  /* はじめての方へ */
  .page-id-8 #guide02 .wp-block-media-text figure,
  .page-id-8 #guide03 .wp-block-media-text figure {
    margin-bottom: 20px;
  }
  .page-id-8 #guide03 .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
  }
  /* サービス */
  .page-id-10 .ex-flow .flow01 .wp-block-column:first-child {
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .page-id-10 #point5-anchor .point5 {
    flex-direction: column;
  }
  .page-id-10 #point5-anchor .point5 .l-lt-green-box {
    flex-basis: 100% !important;
    width: 100%;
  }
  .page-id-10 .table-sp-text {
    display: block;
    font-size: 0.9rem;
  }
  .page-id-10 #price figure.table02 {
    overflow-x: auto;
  }
  .page-id-10 #price figure.table02 table {
    min-width: 800px;
  }
  .page-id-10 .ex-flow figure img {
    object-fit: contain;
    width: auto;
    height: auto;
  }
  /* よくあるご質問 */
  .page-id-12 .is-style-accordion .faq-question {
    padding: 20px 30px 20px 20px;
    font-size: 1rem;
  }
  /* 声・コラム */
  .banner-list-link01 .wp-block-column figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  #custom_html-14 h2,
  #custom_html-15 h2,
  #custom_html-16 h2,
  #custom_html-17 h2 {
    padding: 0;
    font-size: 18px;
  }
  #custom_html-14 .btn-wrap,
  #custom_html-14 .tel-wrap,
  #custom_html-15 .btn-wrap,
  #custom_html-15 .tel-wrap,
  #custom_html-16 .btn-wrap,
  #custom_html-16 .tel-wrap,
  #custom_html-17 .btn-wrap,
  #custom_html-17 .tel-wrap {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  #custom_html-14 .btn01,
  #custom_html-15 .btn01,
  #custom_html-16 .btn01,
  #custom_html-17 .btn01 {
    margin-bottom: 20px;
  }

  .voice-info {
    width: 100%;
  }
  /* お問い合わせ */
  .page-id-20 .wp-block-media-text figure {
    margin-bottom: 20px !important;
  }
  /* フッター */
  .footer-widgets {
    display: block;
  }
  .footer-center {
    padding-bottom: 0;
  }
  .footer aside#nav_menu-2 {
    margin-bottom: 0;
  }
  .footer-right {
    padding-top: 0;
  }
}
/*480px以下　スマホ縦用*/
@media screen and (max-width: 480px) {
  /* 見出し */
  body:not(.single) .article h2 {
    font-size: 26px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4;
  }
  body:not(.home, .single) .article-header.entry-header {
    padding: 20px 0;
  }
  /* 大きめ文字 */
  .l-text-accent,
  .l-text-green,
  .l-text-white {
    font-size: 16px;
  }
  /* スライドインメニュー */
  ul.menu-drawer .tel-no {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  ul.menu-drawer .tel-no {
    font-size: 1.8rem;
  }
  ul.menu-drawer .tel-no:before {
    font-size: 0.8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
  }
  /* メディアとテキスト*/
  .page
    .wp-block-media-text:not(.has-media-on-the-right)
    .wp-block-media-text__content {
    padding-left: 0;
    padding-top: 20px;
  }
  /* ボックス */
  .l-green-box,
  .s-green-box,
  .l-lt-green-box,
  .s-lt-green-box,
  .l-white-box,
  .l-gray-box,
  .s-gray-box,
  .l-beige-box,
  .l-beige-box {
    padding: 20px;
  }
  /* ボタン */
  .btn01 .btn,
  .btn02 .btn {
    font-size: 1.05rem;
  }
  /* リスト */
  .simple-list-link02 {
    display: block;
  }
  .simple-list-link02 li a {
    margin-bottom: 16px !important;
  }
  /* フロー */
  .flow01 h3 {
    padding-left: 60px !important;
  }
  .flow01 h3:before {
    font-size: 2em;
    bottom: 0;
  }
  .flow02:after {
    font-size: 28px;
    right: -24px;
  }

  /* mv */
  .pc-mv {
    display: none;
  }
  .sp-mv {
    display: block;
  }
  .mv .btn01 {
    max-width: 330px;
  }

  /* TOP */
  .banner-list-link02 .wp-block-column p {
    padding: 20px 30px 20px 20px;
  }
  .section-problem .wp-block-group {
    width: 100%;
    padding: 20px;
    background-size: cover;
  }
  .section-problem .wp-block-group .check-list li {
    font-size: 1rem;
    padding-left: 32px;
  }
  .section-problem .wp-block-group .check-list li:before {
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .section-office h2 {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  .section-office .top-office-voice {
    font-size: 1rem;
  }
  .section-office .simple-list-link02 {
    margin-top: 20px;
  }
  .home .video-container {
    padding-top: 40px;
  }
  .home .is-style-accordion .faq-question {
    padding: 15px 30px 15px 10px;
    line-height: 1.6;
  }
  .home .faq-answer.faq-item {
    padding: 15px 15px 15px 10px;
    line-height: 1.6;
  }
  .home .section-book-sns .wp-block-media-text {
    justify-items: center;
  }
  .home .section-book-sns .wp-block-media-text .wp-block-media-text__media {
    width: 60%;
  }
  .home .new-entry-cards.large-thumb a {
    width: 100%;
  }
  /* はじめての方へ */
  .page-id-8 #guide03 .wp-block-media-text figure {
    margin-bottom: 0;
  }
  /* よくあるご質問 */
  .page-id-12 .is-style-accordion .faq-question {
    padding: 15px 30px 15px 10px;
    line-height: 1.6;
  }
  .page-id-12 .is-style-accordion .faq-answer.faq-item {
    padding: 15px 15px 15px 10px;
    line-height: 1.6;
  }
  .faq-question-content {
    font-size: 1rem;
  }
  .faq-question-label,
  .faq-answer-label {
    width: 25px;
    height: 25px;
  }
  .faq-item-label {
    font-size: 16px;
    margin-right: 0.5em;
  }
  /* インタビュー */
  .page-id-6883 .lead-text {
    font-size: 26px !important;
  }
  .page-id-6883 .interview-text {
    font-size: 1rem;
  }
  /* 声・コラム共通 */
  #custom_html-14 .intro-ttl p,
  #custom_html-15 .intro-ttl p,
  #custom_html-16 .intro-ttl p,
  #custom_html-17 .intro-ttl p {
    padding-right: 0;
  }
  #custom_html-16 h2,
  #custom_html-17 h2 {
    margin-top: 0;
  }

  /* お問い合わせ */
  .page-id-20 .l-lt-green-box .tel-no {
    font-size: 2rem;
    line-height: 35px;
  }
  .page-id-20 .l-lt-green-box .tel-no:before {
    font-size: 1.1rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* cta */
  .cta-lead .cta-lead-text01 {
    font-size: 1.1rem;
  }
  .cta-lead .contact-info {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .cta-lead .contact-info span {
    font-size: 1.5rem;
  }
  .cta-lead .cta-lead-text02 {
    font-size: 1.2rem;
  }
  .cta-lead .cta-lead-text02:before {
    margin-right: 0.5em;
  }
  .cta-lead .cta-lead-text02:after {
    margin-left: 0.5em;
  }
  .cta-text-box {
    padding: 30px 20px 30px;
  }
  .cta-inner:after {
    display: none;
  }
  .cta-contact-box {
    padding: 20px;
  }
  .cta-contact-box .btn01 .btn:before {
    font-size: 1.5rem;
  }
  .cta-contact-box .btn02 .btn:before {
    font-size: 2rem;
  }
  .cta-contact-box .tel-wrap .tel-no {
    padding-right: 0;
    font-size: 1.8rem;
  }
  .cta-contact-box .tel-wrap .tel-no:before {
    font-size: 0.9rem;
    margin-right: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
margin-top:5px;
display: block;
}