:root {
  --red: #b7282e;
  --pink: #e7609e;
  --blue: #007bbb;
  --yellow: #fff6a6;
  --orange: #e56f42;
  --white: #fff;
  --black: #534741;
  --black2: #42210b;
  --gothic: "Helvetica Neue", "游ゴシック体", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  --mincho: "游明朝体", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    serif;
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
  .l-wrapper {
    overflow: hidden;
    background-image: url(https://f-conditioning.com/wp-content/uploads/2025/11/bk.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

.l-main__body {
  background: #fffcef;
  color: var(--black);
}

/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  min-height: 0;
  line-height: 1.2;
  padding: 0 0 1em;
  background: none;
  color: var(--black);
}

h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  min-height: 0;
  margin-top: 3rem;
  padding: 0;
  border: none;
}

p,
li,
a {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}

p {
  margin-bottom: 2rem;
}
/* ◆◆◆ /フォントサイズ ◆◆◆ */

/* ◆◆◆ 文字色 ◆◆◆ */
.text__red {
  color: var(--red);
  font-weight: 600;
}

.text__blue {
  color: var(--blue);
  font-weight: 600;
}

.text__orange {
  color: var(--orange);
  font-weight: 600;
}

.text__yellow {
  color: var(--yellow);
  font-weight: 600;
}
/* ◆◆◆ /文字色 ◆◆◆ */

/* ◆◆◆ マーカー ◆◆◆ */
.marker__yellow {
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
}

.marker__pink {
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--pink) 60%);
}
/* ◆◆◆ /マーカー ◆◆◆ */

/* ◆◆◆ 共通タイトル ◆◆◆ */
.orange-title {
  background: linear-gradient(180deg, #fcbb52 0%, #f4a371 100%);
  color: var(--white);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
  padding: 1rem;
  text-align: center;
}
/* ◆◆◆ 共通タイトル ◆◆◆ */

/* ◆◆◆ FV ◆◆◆ */
.fv figure {
  margin: 0;
  height: auto;
}
/* ◆◆◆ /FV ◆◆◆ */

/* ◆◆◆ 導入 ◆◆◆ */
.intro {
  transform: translateY(-10px);
}

.intro__title {
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/orange-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  padding: 2.5rem;
}
.intro__title-big {
  font-size: 1.2em;
  position: relative;
}
.intro__title-big::before {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/sen.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20.8125rem;
  padding: 3px;
}

.intro__text {
  text-align: center;
  font-size: 2rem;
  position: relative;
  z-index: 10;
  line-height: 1.4;
}

.intro__text-bg {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 2.5rem;
  display: inline-block;
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/gaihan-bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro__img {
  border-bottom: solid 5px var(--orange);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.intro__arrow {
  text-align: center;
  margin-inline: auto;
  width: 9.8125rem;
  transform: translateY(-0.5rem);
}

.intro__block {
  background: #fffcef;
  position: relative;
  padding-bottom: 2rem;
}

.intro__left-img {
  position: absolute;
  bottom: -1.1rem;
  width: 8rem;
  z-index: 1;
}

/* ◆◆◆ /導入 ◆◆◆ */

/* ◆◆◆ オファー ◆◆◆ */
.offer {
  margin-top: 1em;
}

.offer figure {
  margin: 0;
}
/* ◆◆◆ /オファー ◆◆◆ */

/* ◆◆◆ 問合 ◆◆◆ */
.contact {
  margin-top: 1em;
}

.contact__btn-item {
  margin-bottom: 0.5em;
  transition-duration: 0.6s;
}

.contact__btn-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition-property: all;
  transition-duration: 0.6s;
}
/* ◆◆◆ /問合 ◆◆◆ */

/* ◆◆◆ お悩み ◆◆◆ */
.problem {
  background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
  padding-block: 3rem;
  margin-top: 1em;
}

.problem__inner {
}

h2.problem__title {
  text-align: center;
}

ul.problem__items {
  padding: 0; /*お悩みの文章が短い場合は少し余白増やす*/
  margin: 0;
}

.problem__items li {
  position: relative;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  list-style: none;
  padding-left: 2.4em;
}

/* ◆◆◆ /お悩み ◆◆◆ */

/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
  background: url("https://f-conditioning.com/wp-content/uploads/2025/11/voice-bg-scaled.webp");
  padding: 2.5rem 0 3em;
}

.voice__inner {
}

h2.voice__title {
  text-align: center;
}

ul.voice__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

li.voice__item {
}

.voice__block {
  margin: 0 2rem;
  background: var(--white);
  padding: 2.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

li.voice__item:last-child {
  margin-bottom: 0;
}

li.voice__item:after {
  content: "";
  display: block;
  clear: both;
}

figure.voice__item-img {
  margin: 0;
  width: 100%;
}

li.voice__item h3.voice__item-title {
  margin: 0 !important;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.voice__item-meta {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.voice__item-position {
  font-size: 0.8rem;
}
.voice__item-name .voice__item-name--small {
  font-size: 0.78rem;
}

p.voice__item-text {
  line-height: 1.6;
  text-align: justify;
  font-size: 1.125rem;
  margin: 0;
  margin-top: 1.3rem;
}

p.voice__item-note {
  font-size: 50%;
  color: gray;
  margin: 0;
}
/* ◆◆◆ /喜びの声 ◆◆◆ */

/* ◆◆◆ BA ◆◆◆ */
.ba {
  background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
  padding-block: 3rem;
  margin-top: 1rem;
}

.ba__inner {
}

h2.ba__title {
  text-align: center;
}

ul.ba__items {
  list-style: none;
  counter-reset: ba;
  padding: 0;
  margin: 0;
}

.ba__item:before {
  content: "CASE " counter(ba, decimal-leading-zero);
  counter-increment: ba;
  color: #89c3eb;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.ba__item {
  background: white;
  padding: 1.5em 1.5em 0.1em;
  margin-bottom: 2em;
}

li.ba__item:last-child {
  margin-bottom: 0;
}

.ba__item-img {
  display: flex;
  justify-content: space-between;
}

figure.ba__img {
  width: 49%;
  margin: 0;
}

h3.ba__item-title {
  text-align: center;
  margin: 0.3em 1em 0.2em;
}

p.ba__item-meta {
  color: gray;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  margin-bottom: 0.5em;
}

p.ba__item-text {
  text-align: justify;
  margin-bottom: 1em;
}

p.ba__item-note {
  font-size: 80%;
  color: gray;
  margin-bottom: 1em;
}
/* ◆◆◆ /BA ◆◆◆ */

/* ◆◆◆ 足の痛み、無視していませんか？ ◆◆◆ */
.pain__title {
  text-align: center;
  padding: 1.5rem;
  color: var(--white);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/worry-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pain__title-deco {
  color: var(--yellow);
  font-size: 1.2em;
  text-emphasis-style: filled circle;
  text-emphasis-color: currentColor;
  text-emphasis-position: over;
}

.pain__items {
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/ashi-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.pain__item {
  display: inline-block;
  margin-bottom: 0;
  line-height: calc(25 / 18);
  text-align: center;
}
.pain__item.pain__item--short {
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/white-long.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.8rem 1.5rem;
  min-width: 16.625rem;
}
.pain__item.pain__item--long {
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/white-short.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.8rem 1.7rem;
  margin-left: auto;
  min-width: 25.125rem;
}

.kaiketsu-text-pain {
  text-align: center;
  font-size: 2rem;
}

.kaiketsu-text--bg {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 2rem;
  display: inline-block;
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/gaihan-bg-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kaiketsu-img {
  margin-top: 1.5rem;
}
.kaiketsu-img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* ◆◆◆ /足の痛み、無視していませんか？ ◆◆◆ */

/* ◆◆◆ 放置していると ◆◆◆ */
.worry__title {
  text-align: center;
  padding: 1.5rem;
  color: var(--white);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/worry-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 2.2rem;
  line-height: 1.4;
}
ul.worry__items {
  padding: 0;
  display: flex;
  flex-direction: column;
}
li.worry__item {
  margin: 0;
  list-style: none;
}

.worry__block {
  margin: 0 1.5rem;
  padding: 2.5rem 2rem;
  background: var(--white);
  border-radius: 0.8125rem;
  transform: translateY(-3rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

h3.worry__block-title {
  margin: 0 !important;
}
p.worry__block-text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.kaiketsu-text {
  text-align: center;
  padding: 2rem;
  background: url(https://f-conditioning.com/wp-content/uploads/2025/11/kaiketsu.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-weight: bold;
}
.kaiketsu-text-orange {
  background: var(--orange);
  color: var(--white);
  padding: 0.5rem;
  border-radius: 0.5625rem;
  margin-inline: 0.2rem;
}

.kaiketsu-link {
  margin-top: 2rem;
  transition: 0.6s;
}
.kaiketsu-link:hover {
  transform: scale(1.05, 1.05);
}

/* ◆◆◆ /放置していると ◆◆◆ */

/* ◆◆◆ 理由 ◆◆◆ */
.reason {
  padding-top: 3em;
  margin-top: 1em;
}

.reason__inner {
}

h2.reason__title {
  text-align: center;
}

ul.reason__items {
  counter-reset: reason;
  list-style: none;
  padding: 0;
  margin: 0;
}

li.reason__item {
  background: white;
  padding: 2em;
  margin-bottom: 2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

li.reason__item:last-child {
  margin-bottom: 0;
}

li.reason__item h3 {
  margin-top: 0;
  text-align: center;
}

li.reason__item h3 .reason__item-title-small {
  font-size: 1.25rem;
}

li.reason__item figure {
  padding-block: 1.2em;
}

.reason__item p {
  font-size: 1.1rem;
}

li.reason__item p:last-child {
  margin-bottom: 0;
}
/* ◆◆◆ /理由 ◆◆◆ */

/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ */
.flow__01 {
  padding-block: 3em;
  margin-top: 1em;
}

.flow__01 h2.flow-title {
  text-align: center;
  padding-bottom: 0;
  font-size: 1.8rem;
}

.flow-title__first{
  background: #534741;
  color: var(--yellow);
  font-size: 2rem;
  padding: 0.5rem;
}

.flow-title__big{
  margin-top: 1rem;
  display: inline-block;
  font-size: 2.5rem;
}

.flow__01 .flow__inner {
}

.flow__01 ul.flow__items {
  counter-reset: flow;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
}

.flow__01 li.flow__item {
  background: white;
  padding: 2em 1.5em 1em;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.flow__01 .flow__arrow{
  border-top: var(--white);
  width: 100%;
  margin-bottom: 2rem;
  transform: translateY(-0.05rem);
}

.flow__01 li.flow__item:last-of-type {
  margin-bottom: 0;
}

.flow__01 li.flow__item:after {
  content: "";
  display: block;
  clear: both;
}

.flow__01 li.flow__item h3 {
  margin-top: 0;
  text-align: center;
  font-size: 1.5rem;
}

.flow__01 li.flow__item h3:before {
  content: "" counter(flow, decimal-leading-zero);
  counter-increment: flow;
  color: var(--black);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  background: linear-gradient(to bottom, #F4A371, #F8D89A);
  font-family: var(--mincho);
  font-weight: normal;
  padding: 1.25rem;
  line-height: 1;
  position: absolute;
  top: -2rem;
  left: 0;
}

.flow__01 li.flow__item figure {
}

.flow__item p{
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.05rem;
}

/* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */

/* ◆◆◆ よくある質問 ◆◆◆ */
/*アコーディオン*/
.qa {
  background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
  padding-block: 3em;
  margin-top: 1em;
}

.qa__title {
  text-align: center;
}

details {
  margin-bottom: 0.8em;
}

details:last-child {
  margin-bottom: 0;
}

details p {
  padding: 1em 1em 1em 3.8em;
  position: relative;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
}

details p:before {
  position: absolute;
  content: "A.";
  color: gray;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: bold;
  top: 0.4em;
  left: 2rem;
}

details summary {
  position: relative;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.5;
  border-radius: 5px;
  background: ivory;
  cursor: pointer;
  padding: 1.4em 3em 1.4em 3.8em;
}

details summary::before {
  position: absolute;
  color: brown;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: bold;
  content: "Q.";
  top: 0.7em;
  left: 2rem;
}

/*Chrome用のデフォルト三角削除*/
details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: "＋";
  position: absolute;
  top: 1.9rem;
  right: 1.5rem;
  font-size: clamp(1.3rem, 1.8vw, 1.4rem);
}
/*アコーディオンオープン時マイナスアイコンに変更*/
details[open] summary::after {
  content: "−";
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  font-size: clamp(1.4rem, 1.9vw, 1.5rem);
}

/*Q&Aの三角を消す*/
summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

/* ◆◆◆ よくある質問 ◆◆◆ */

/* ◆◆◆ アクセス ◆◆◆ */
.access {
  background: var(--white);
  margin: 1em 0 4em;
}

.access__inner {
  padding-top: 5rem;
}

h2.access__title {
  text-align: center;
  padding-bottom: 1.2rem !important;
  border-bottom: 1px solid var(--black);
}

h3.access__subtitle {
  text-align: center;
}

.access__block {
  margin-top: 2.5rem;
}

.access figure {
  margin-bottom: 3em;
}
table.access__table {
  margin-top: 1rem;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-color: var(--black2);
}

table.access__table tr {
  border-top: solid 1px var(--black2);
  width: 100%;
}

table.access__table th,
td {
  text-align: left;
  background: none;
  border-left: none;
  border-right: none;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

table.access__table th {
  padding-left: 0;
}

table.access__table td {
  line-height: 1.5;
}

/*アクセスページだけh2を非表示*/
.page-id-124 h2.access__title {
  display: none !important;
}
/* ◆◆◆ /アクセス ◆◆◆ */

/* ◆◆◆ オファー ◆◆◆ */
.offer__block {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.offer__text {
  line-height: 1.5;
}
.offer__text {
  font-size: 1.6875rem;
  margin-bottom: 0;
}
.offer__text.offer__text--big {
  font-size: 2.5rem;
}
.offer-mt{
  padding-top: 2rem;
}
.offer__arrow {
  display: block;
  margin-inline: auto !important;
  width: 9.375rem;
}
/* ◆◆◆ オファー ◆◆◆ */

/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
  position: fixed;
  bottom: 0.5em;
  right: 1em;
  width: 400px;
  z-index: 10;
}

/*1つの場合*/
.footer__contact-btn1 {
  transition: 0.6s;
}

.footer__contact-btn1:hover {
  transform: scale(1.05, 1.05);
}

/*2つの場合*/
.footer__contact-btn2 {
}
.footer__btn2-item img {
  display: block;
}

.footer__btn2-item {
  transition: 0.6s;
  margin-bottom: 1.6em;
}

.footer__btn2-item:hover {
  transform: scale(1.05, 1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */

/* ◆◆◆ フッター ◆◆◆ */
.l-footer__foot {
  background: var(--orange);
}

p.c-copyright {
  color: white;
  margin: 0;
}
/* ◆◆◆ /フッター ◆◆◆ */

/* ◆◆◆ cf7 ◆◆◆ */
.contact__form {
  background: ivory;
  padding: 3em 5em;
  width: 100%;
}

.contact__form p {
  margin-bottom: 0 !important;
}

.contact__form-item {
  margin-bottom: 2em;
}

.contact__label-required,
.contact__label-any {
  font-size: 75%;
  color: white;
  padding: 3px 6px 2px;
  border-radius: 1rem;
  margin-right: 0.5em;
}

/*必須ラベル*/
.contact__label-required {
  background: brown;
}

/*任意ラベル*/
.contact__label-any {
  background: gray;
}

.contact__consent {
  margin: 3em 0;
}

.contact__consent ul {
  line-height: 1.6;
}

.contact__consent ul li {
  font-size: clamp(0.7rem, 1.2vw, 1rem);
}

.contact__consent p {
  font-size: 94%;
}

.contact__personal-info {
  margin: 0;
  padding: 0;
  border: solid 2px #e9e9e9;
  border-radius: 0.5rem;
  padding: 1em;
  line-height: 1.3;
  overflow: auto;
  text-align: left;
  height: 10rem;
}

.wpcf7-submit {
  background: orange;
  border-radius: 0.5rem;
  padding: 1em 2em;
  margin-top: 3em;
  transition: 0.6s;
}

.wpcf7-submit:hover {
  opacity: 0.7;
  box-shadow: 2px 2px 2px gray;
}

textarea,
input {
  background: white;
  width: 100%;
  box-shadow: 0 0 2px #c8c2c6;
}

span.wpcf7-list-item-label {
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
}

.contact__consent-check input {
  width: 2rem;
}
/* ◆◆◆ /cf7 ◆◆◆ */

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ TB ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 1024px) {
}

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {
  /* ◆◆◆ 問い合わせボタン ◆◆◆ */
  .contact__btn {
    margin-block: 0.5em;
  }
  /* ◆◆◆ /問い合わせボタン ◆◆◆ */

  /* ◆◆◆ お悩み ◆◆◆ */
  .problem {
    margin-top: 0.5em;
  }

  ul.problem__items {
    padding: 0;
  }

  .problem__items li:before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.3rem;
    left: 0.5rem;
  }
  /* ◆◆◆ /お悩み ◆◆◆ */

  /* ◆◆◆ 喜びの声 ◆◆◆ */
  .voice {
    margin-top: 0.5em;
  }

  figure.voice__item-img {
    float: left;
    width: 100%;
    padding: 0 0 1.6em 0;
  }

  p.voice__item-text {
  }
 .voice__block {
  background: var(--white);
  padding: 1.5rem;
}
  /* ◆◆◆ /喜びの声 ◆◆◆ */

  .pain__items {
    padding: 1.5rem;
    align-items: center;
  }

  .pain__item.pain__item--long {
    min-width:auto;
    padding: 3.5rem 0.5rem;
    margin-left: 0;
    background: url(https://f-conditioning.com/wp-content/uploads/2025/11/white-long.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* ◆◆◆ 理由 ◆◆◆ */
  .reason {
    margin-top: 0.5em;
  }

  li.reason__item {
    padding: 2em 1.5em;
  }
  /* ◆◆◆ /理由 ◆◆◆ */

  .kaiketsu-text {
    font-size: 1.5rem;
  }
  .kaiketsu-text-pain {
    font-size: 1.5rem;
  }

  .intro__left-img {
    width: 90px;
  }
  .offer__text {
    font-size: 1.8rem;
  }

  /* ◆◆◆ アクセス ◆◆◆ */
  .access {
    margin-top: 0.5em;
  }

  .access figure {
    margin-bottom: 2em;
  }

  table.access__table {
    border: none;
  }

  table.access__table th {
    background: ivory;
    border-bottom: none;
  }

  table.access__table tr:not(:last-of-type) td {
    border-bottom: none;
  }

  table.access__table th,
  table.access__table td {
    text-align: center;
    display: block;
    width: 100%;
  }
  /* ◆◆◆ /アクセス ◆◆◆ */

  /* ◆◆◆ フッターボタン ◆◆◆ */
  .footer__contact {
    bottom: 0;
    right: 0;
    width: 100%;
  }

  /*1つの場合*/
  .footer__contact-btn1 {
    background: #22b243;
  }

  /*2つの場合*/
  .footer__contact-btn2 {
    display: flex;
  }

  .footer__btn2-item {
    width: 50%;
    padding: 0.1em;
    margin-bottom: 0;
  }
  /* ◆◆◆ フッターボタン ◆◆◆ */

  .entry_title {
    padding-inline: 5%;
  }

  /* ◆◆◆ cf7 ◆◆◆ */
  .contact__form {
    padding: 2em 5%;
  }

  .contact__form-item {
    margin-bottom: 1em;
  }

  .contact__consent {
    margin: 2em 0;
  }

  .wpcf7-submit {
    margin-top: 2em;
  }

  .contact__consent-check input {
    width: 1.2em;
  }
  /* ◆◆◆ /cf7 ◆◆◆ */

  .flow-title__big{
    font-size: 2rem;
  }
}
