/* ==================================================
  交通事故サイト リニューアル：top-renewal.css
  Breakpoints:
  SP      : 〜767px
  Tablet  : 768px〜1024px
  PC      : 1025px〜
================================================== */

/* ==================================================
  共通
================================================== */

/* スマホのみ改行 */
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.renewal-top {
  width: 100%;
  overflow: hidden;
}

.jiko-renewal-inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ヘッダーここから-----------------------------------------------------------------------*/

/* ==================================================
  ヘッダー追従固定
================================================== */

#header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
}

#header .renewal-header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

#header .renewal-header,
#header .renewal-header * {
  box-sizing: border-box;
}

#header .renewal-header p,
#header .renewal-header ul,
#header .renewal-header li,
#header .renewal-header dl,
#header .renewal-header dt,
#header .renewal-header dd {
  margin: 0;
  padding: 0;
}

#header .renewal-header li {
  list-style: none;
}

#header .renewal-header a {
  text-decoration: none;
}

#header .renewal-header__top {
  display: none;
}

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

/* ヘッダー全体 */
#header .renewal-header__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 18px 60px 14px;
  box-sizing: border-box;
}

/* 上段：ロゴ・ナビ・ボタン */
#header .renewal-header__main {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}

/* ロゴ */
#header .renewal-header__logo {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  line-height: 1;
}

/* 千種CENTRAL整体サロン ロゴサイズ調整 */
@media screen and (max-width: 1024px) {
  #renewal-sp-sidebar.renewal-sp-drawer .renewal-sp-card__group-top {
    position: relative !important;
    justify-content: center !important;
    gap: 3 !important;
  }

  #renewal-sp-sidebar.renewal-sp-drawer .renewal-sp-card__group-top img.renewal-sp-card__chikusa-logo {
    display: block !important;
    width: 255px !important;
    max-width: calc(100% - 10px) !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  #renewal-sp-sidebar.renewal-sp-drawer .renewal-sp-card__group-arrow {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 2.2rem !important;
  }
}

/* ロゴリンク全体 */
#header .renewal-header__logo a {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  text-decoration: none !important;
}

/* ロゴ上段：ロゴ画像＋緑ラベル */
#header .renewal-header__logo-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: max-content !important;
  max-width: 100% !important;
}

#header .renewal-header__logo-row img,
#header .renewal-header__logo img {
  display: block !important;
  width: 190px !important;
  max-width: 190px !important;
  height: auto !important;
  margin: 0 !important;
}

/* 緑ラベル */
#header .renewal-header__tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  background: #169b48 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* ロゴ下テキスト */
#header .renewal-header__clinic-name {
  display: block !important;
  margin-top: 4px !important;
  padding: 0 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

#header .renewal-header__clinic-name-main {
  color: #521213 !important;
}

#header .renewal-header__clinic-name-sub {
  color: #251812 !important;
}

/* PCナビ */
#header .renewal-header__nav {
  flex: 1 1 auto;
  margin-left: auto;
}

#header .renewal-header__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .renewal-header__nav li {
  position: relative;
  margin: 0;
  padding: 0 28px;
  line-height: 1;
}

#header .renewal-header__nav li:first-child {
  padding-left: 0;
}

#header .renewal-header__nav li:last-child {
  padding-right: 0;
}

#header .renewal-header__nav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #ddd;
}

#header .renewal-header__nav a {
  display: block;
  color: #5a1f13 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

#header .renewal-header__nav a:hover {
  color: #f47b20 !important;
}

/* 電話・お問い合わせ・予約優先制 */
#header .renewal-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

#header .renewal-header__tel,
#header .renewal-header__contact {
  background: linear-gradient(180deg, #ff8a00 0%, #ff9f00 48%, #ffc000 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

#header .renewal-header__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-decoration: none;
  flex: 0 0 52px;
}

#header .renewal-header__tel img {
  display: block;
  width: 24px !important;
  max-width: 24px !important;
  height: auto !important;
  margin: 0 !important;
}

#header .renewal-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 150px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
}

#header .renewal-header__contact-icon {
  display: block;
  width: 27px !important;
  max-width: 27px !important;
  height: auto !important;
  margin: 0 !important;
  flex: 0 0 27px;
}

#header .renewal-header__contact-text {
  display: inline-block;
  color: #fff !important;
  line-height: 1;
}

#header .renewal-header__tel:hover,
#header .renewal-header__contact:hover {
  opacity: 0.9;
}

/* 予約優先制 */
#header .renewal-header__reserve,
#header .renewal-header__reserve--inline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffd991;
  color: #f47b20 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  flex: 0 0 58px;
}

/* 営業時間・休診日 */
#header .renewal-header__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: fit-content;
  margin: 0 0 0 auto;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

#header .renewal-header__info dl {
  display: grid;
  grid-template-columns: 78px auto;
  align-items: center;
  gap: 4px 8px;
  margin: 0;
}

#header .renewal-header__info dt {
  margin: 0;
  padding: 5px 8px;
  border-radius: 3px;
  background: #f1f1f1;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.2;
}

#header .renewal-header__info dd {
  margin: 0;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35;
}

/* PC専用位置調整 */
@media screen and (min-width: 1025px) {
  #header .renewal-header__logo {
    min-width: 430px;
    padding-top: 0 !important;
  }

  #header .renewal-header__main {
    align-items: flex-start !important;
  }

  #header .renewal-header__nav {
    padding-top: 16px !important;
  }

  #header .renewal-header__actions {
    padding-top: 4px !important;
  }

  #header .renewal-header__info {
    margin-top: -7px !important;
  }
}

/* ==================================================
  SP・タブレット共通
================================================== */

@media screen and (max-width: 1024px) {
  body.home #wrapper,
  body.front-page #wrapper {
    margin-top: 0 !important;
  }

  #header .renewal-header__nav,
  #header .renewal-header__actions,
  #header .renewal-header__info {
    display: none !important;
  }

  #header .renewal-header__inner {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  #header .renewal-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  #header .renewal-header__logo {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  #header .renewal-header__logo a {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    text-decoration: none !important;
  }

  #header .renewal-header__logo-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    max-width: 100% !important;
  }

  #header .renewal-header__clinic-name {
    display: block !important;
    color: #521213 !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  #header .renewal-header__menu {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: #f47b20;
    cursor: pointer;
  }

  #header .renewal-header__menu span {
    display: block !important;
    height: 3px !important;
    border-radius: 999px;
    background: #fff !important;
  }

  #header .renewal-header__menu span:last-of-type {
    margin-bottom: 0;
  }

  #header .renewal-header__menu em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0;
    color: #4b2b1f !important;
    font-style: normal;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-inner {
    max-width: 950px;
    padding: 0 24px;
    box-sizing: border-box;
  }

  #header .renewal-header__inner {
    padding: 12px 20px;
  }

  #header .renewal-header__main {
    gap: 14px;
  }

  #header .renewal-header__logo-row {
    gap: 6px !important;
  }

  #header .renewal-header__logo-row img,
  #header .renewal-header__logo img {
    width: 145px !important;
    max-width: 145px !important;
  }

  #header .renewal-header__tag {
    padding: 6px 12px !important;
    font-size: 15px !important;
  }

  #header .renewal-header__clinic-name {
    margin-top: 3px !important;
    font-size: 22px !important;
  }

  #header .renewal-header__menu {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    margin: 0 0 15px;
    padding: 0;
  }

  #header .renewal-header__menu span {
    width: 29px !important;
    max-width: 29px !important;
    margin: 0 0 5px;
  }

  #header .renewal-header__menu em {
    bottom: -15px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #header .renewal-header__inner {
	  padding:5px;
/*     padding: 10px 10px; */
  }

  #header .renewal-header__main {
    gap: 8px;
  }

  #header .renewal-header__logo-row {
    gap: 4px !important;
  }

  #header .renewal-header__logo-row img,
  #header .renewal-header__logo img {
    width: 110px !important;
    max-width: 110px !important;
  }

  #header .renewal-header__tag {
    padding: 5px 9px !important;
    font-size: 13px !important;
  }

  #header .renewal-header__clinic-name {
    margin-top: 2px !important;
    font-size: 18px !important;
  }

  #header .renewal-header__menu {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    margin: 0 0 14px;
    padding: 0;
  }

  #header .renewal-header__menu span {
    width: 27px !important;
    max-width: 27px !important;
    margin: 0 0 5px;
  }

  #header .renewal-header__menu em {
    bottom: -14px;
  }
}

/* 狭いSP */
@media screen and (max-width: 374px) {
  #header .renewal-header__logo-row {
    gap: 3px !important;
  }

  #header .renewal-header__logo-row img,
  #header .renewal-header__logo img {
    width: 88px !important;
    max-width: 88px !important;
  }

  #header .renewal-header__tag {
    padding: 4px 6px !important;
    font-size: 11px !important;
  }

  #header .renewal-header__clinic-name {
    font-size: 15px !important;
  }

  #header .renewal-header__menu {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  #header .renewal-header__menu span {
    width: 25px !important;
    max-width: 25px !important;
  }
}

/* SP：下層ページのヘッダー上の空白を削除 */
@media screen and (max-width: 767px) {
  body:not(.home) #wrapper,
  body:not(.front-page) #wrapper,
  body:not(.home) #header,
  body:not(.front-page) #header,
  body:not(.home) .header-wrapper,
  body:not(.front-page) .header-wrapper,
  body:not(.home) #container,
  body:not(.front-page) #container,
  body:not(.home) #content,
  body:not(.front-page) #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #header {
    top: 0 !important;
  }
}

/* ヘッダーここまで-----------------------------------------------------------------------*/

/* ハンバーガーメニューここから------------------------------------------------------------*/

/* ==================================================
  SP / タブレット ドロワーメニュー
================================================== */

.sp-menu-overlay {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* ドロワー本体 */
  #renewal-sp-sidebar.renewal-sp-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -86vw !important;
    left: auto !important;
    bottom: 0 !important;
    width: 82vw !important;
    max-width: 320px !important;
    height: 100vh !important;
    z-index: 10001 !important;
    background: #fff4e8 !important;
    transition: right 0.3s ease !important;
    overflow-y: auto !important;
    box-shadow: -4px 0 14px rgba(0, 0, 0, 0.18);
  }

  body.is-sp-menu-open #renewal-sp-sidebar.renewal-sp-drawer {
    right: 0 !important;
    display: block !important;
  }

  body.is-sp-menu-open .sp-menu-overlay {
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.45);
  }

  body.is-sp-menu-open {
    overflow: hidden;
  }

  /* 閉じるボタン */
  .renewal-sp-drawer__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    color: #5a1f13;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .renewal-sp-drawer__inner {
	  padding: 50px 16px 28px;
	  box-sizing: border-box;
	}
	
  .renewal-sp-drawer__title {
    margin: 0 0 18px;
    color: #f47b20;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
  }

  /* ==================================================
    メインナビ
  ================================================== */

  .renewal-sp-drawer__nav ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }

  .renewal-sp-drawer__nav li {
    margin: 0;
    border-bottom: 1px solid rgba(244, 123, 32, 0.35);
  }

  .renewal-sp-drawer__nav a {
    display: block;
    padding: 13px 4px;
    color: #4b1d18 !important;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }

  .renewal-sp-drawer__nav a::after {
    content: "▶";
    margin-left: 8px;
    color: #4b1d18;
    font-size: 1.1rem;
  }

  /* ==================================================
    予約・LINE・電話ボタン
  ================================================== */

  .renewal-sp-drawer__buttons {
    margin: 20px 0;
  }

  .renewal-sp-drawer__button {
    display: block;
    margin-bottom: 12px;
    line-height: 1;
    text-decoration: none;
  }

  .renewal-sp-drawer__button:last-child {
    margin-bottom: 0;
  }

  .renewal-sp-drawer__button img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
	
	@media screen and (max-width: 1024px) {
  .renewal-sp-drawer__button {
    width: 70%;
    margin: 0 auto 12px;
  }

  .renewal-sp-drawer__button:last-child {
    margin-bottom: 0;
  }
}

  /* ==================================================
    下部カード共通
  ================================================== */

  .renewal-sp-drawer__links {
    margin-top: 18px;
  }

  .renewal-sp-drawer__links a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .renewal-sp-card {
    display: block !important;
    margin-bottom: 12px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .renewal-sp-card:last-child {
    margin-bottom: 0 !important;
  }

  /* 交通事故以外の症状ボタン */
  .renewal-sp-card--orange {
    padding: 16px 14px 14px !important;
    border: none !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #ff8a00 0%, #ff9f00 48%, #ffc000 100%) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14) !important;
  }

  .renewal-sp-card__lead {
    display: block !important;
    margin-bottom: 14px !important;
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .renewal-sp-card__cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  .renewal-sp-card__cta-text {
    color: #f07800 !important;
    font-size: 1.9rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .renewal-sp-card__arrow {
    color: #f07800 !important;
    font-size: 1.4rem !important;
    line-height: 1 !important;
  }

  /* MAKANA・千種ボタン */
  .renewal-sp-card--group {
	  padding: 10px 2px 12px !important;
    border: 2px solid #e8d7bd !important;
    border-radius: 8px !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
  }

  .renewal-sp-card__group-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }

  .renewal-sp-card__group-top img {
    display: block !important;
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
    margin: 0 !important;
  }

  .renewal-sp-card__group-title {
    display: block !important;
    color: #8a6a32 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  .renewal-sp-card__group-arrow {
    flex: 0 0 auto !important;
    color: #ef8ea6 !important;
    font-size: 2.8rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  .renewal-sp-card__badges {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 6px !important;
  }

  .renewal-sp-card__badges span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 22px !important;
    padding: 0 10px !important;
    border: 1px solid #f3b8c4 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #ef8ea6 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
  }
}

/* タブレット時のドロワー幅 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #renewal-sp-sidebar.renewal-sp-drawer {
    right: -430px !important;
    width: 380px !important;
    max-width: 82vw !important;
  }
}

/* PCでは非表示 */
@media screen and (min-width: 1025px) {
  #renewal-sp-sidebar,
  .sp-menu-overlay {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  body.is-sp-menu-open .jiko-floating-footer {
    display: none !important;
  }
}

/* ハンバーガーメニューここまで-----------------------------------------------------------------------*/


/* メインビジュアルここから-----------------------------------------------------------------------*/

/* ==================================================
  メインビジュアル
================================================== */

.jiko-renewal-fv {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f7efe3;
  text-align: center;
  overflow: hidden;
}

.jiko-renewal-fv picture,
.jiko-renewal-fv img {
  display: block;
  width: 100%;
}

.jiko-renewal-fv img {
  height: auto;
  margin: 0 auto;
}

/* PC・タブレット */
@media screen and (min-width: 768px) {
  .jiko-renewal-fv img {
    max-width: 100%;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-fv {
    background: #f7efe3;
  }

  .jiko-renewal-fv img {
    width: 100%;
    max-width: none;
  }
}

/* メインビジュアルここまで-----------------------------------------------------------------------*/



/* 共通レイアウトここから-----------------------------------------------------------------------*/

/* ==================================================
  共通レイアウト
================================================== */

.renewal-top {
  width: 100%;
  overflow: hidden;
}

.jiko-renewal-inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-inner,
  .jiko-renewal-voice .jiko-renewal-inner,
  .jiko-renewal-lawyer .jiko-renewal-inner,
  .jiko-renewal-point .jiko-renewal-inner,
  .jiko-renewal-promise .jiko-renewal-inner,
  .jiko-renewal-flow .jiko-renewal-inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/* 共通レイアウトここまで-----------------------------------------------------------------------*/



/* 動画セクションここから-----------------------------------------------------------------------*/

/* ==================================================
  動画セクション
================================================== */

.jiko-renewal-movie {
  padding: 55px 0 65px;
  background: #fff;
}

/* セクションタイトル */
.jiko-renewal-section-title {
  position: relative;
  margin: 0 0 30px;
  padding: 18px 10px;
  color: #4b2b1f;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}

.jiko-renewal-section-title::before,
.jiko-renewal-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #f39800;
  position: absolute;
  left: 0;
}

.jiko-renewal-section-title::before {
  top: 0;
}

.jiko-renewal-section-title::after {
  bottom: 0;
}

.jiko-renewal-section-title span {
  color: #159447;
}

/* 動画枠 */
.jiko-renewal-movie-box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/* 仮動画ブロック */
.jiko-renewal-movie-placeholder {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #555;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
}

.jiko-renewal-movie-placeholder::before {
  content: "";
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.jiko-renewal-movie-placeholder::after {
  content: "";
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 22px);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #f39800;
  transform: translate(12px, -8px);
}

.jiko-renewal-movie-placeholder p {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.jiko-renewal-movie-placeholder .jiko-renewal-movie-note {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 400;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-movie {
    padding: 48px 0 58px;
  }

  .jiko-renewal-section-title {
    font-size: 2.3rem;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-movie {
    padding: 35px 0 45px;
  }

  .jiko-renewal-section-title {
    margin-bottom: 22px;
    padding: 14px 8px;
    font-size: 2.2rem;
    line-height: 1.45;
  }

  .jiko-renewal-section-title::before,
  .jiko-renewal-section-title::after {
    height: 3px;
  }

  .jiko-renewal-movie-placeholder::before {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
  }

  .jiko-renewal-movie-placeholder::after {
    top: calc(50% - 29px);
    left: calc(50% - 17px);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 22px;
    transform: translate(9px, -8px);
  }

  .jiko-renewal-movie-placeholder p {
    font-size: 1.6rem;
  }

  .jiko-renewal-movie-placeholder .jiko-renewal-movie-note {
    font-size: 1.2rem;
  }
}

/* 動画セクションここまで-----------------------------------------------------------------------*/



/* 保険訴求バナーここから-----------------------------------------------------------------------*/

/* ==================================================
  保険訴求バナー
================================================== */

.jiko-renewal-hoken-bnr {
  width: 100%;
  max-width: 950px;
  margin: 35px auto 0;
  line-height: 1;
}

.jiko-renewal-hoken-bnr img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-hoken-bnr {
    margin-top: 30px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-hoken-bnr {
    margin-top: 25px;
  }
}

/* 保険訴求バナーここまで-----------------------------------------------------------------------*/



/* ご予約・お問い合わせここから-----------------------------------------------------------------------*/

/* ==================================================
  ご予約・お問い合わせ
================================================== */

.jiko-renewal-reservation {
  padding: 45px 20px 55px;
  background: #fff;
}

.jiko-renewal-reservation__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/* 見出し */
.jiko-renewal-reservation__title {
  width: 100%;
  margin: 0 auto 22px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  background: linear-gradient(180deg, #ff8a00 0%, #ff9f00 48%, #ffc000 100%);
  box-sizing: border-box;
}

/* 予約ボタン */
.jiko-renewal-reservation__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.jiko-renewal-reservation__button {
  display: block;
  width: calc((100% - 18px) / 2);
  max-width: 466px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.jiko-renewal-reservation__button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.jiko-renewal-reservation__button img {
  display: block;
  width: 100%;
  height: auto;
}

/* 営業時間表 */
.jiko-renewal-hours {
  width: 100%;
  max-width: 950px;
  margin: 28px auto 0;
}

.jiko-renewal-hours__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #666;
  font-size: 1.8rem;
  text-align: center;
  table-layout: fixed;
}

.jiko-renewal-hours__table th,
.jiko-renewal-hours__table td {
  padding: 9px 6px;
  border: 1px solid #dcdcdc;
  line-height: 1.4;
  background: #fff;
  color: #666;
}

.jiko-renewal-hours__table th,
.jiko-renewal-hours__table th:first-child,
.jiko-renewal-hours__table td:first-child {
  background: #f3f3f3;
  font-weight: 700;
}

.jiko-renewal-hours__table th:first-child,
.jiko-renewal-hours__table td:first-child {
  width: 150px;
}

.jiko-renewal-hours__note {
  margin: 10px 0 0;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* 住所 */
.jiko-renewal-reservation__access {
  max-width: 950px;
  margin: 24px auto 0;
}

.jiko-renewal-reservation__address {
  margin: 0;
  color: #555;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.jiko-renewal-reservation__address a {
  color: inherit;
  text-decoration: none;
}

/* Googleマップ */
.jiko-renewal-map {
  width: 100%;
  max-width: 950px;
  margin: 24px auto 0;
  height: 280px;
  background: #ccc;
  overflow: hidden;
}

.jiko-renewal-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* 既存フッター地図非表示 */
.home .footer-map {
  display: none;
}

/* .footer-map--pin iframe {
  display: block;
  width: 100%;
  height: 450px;
}
 */


/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-reservation {
    padding: 42px 24px 52px;
  }

  .jiko-renewal-reservation__title {
    font-size: 2.3rem;
  }

  .jiko-renewal-reservation__buttons {
    gap: 16px;
  }

  .jiko-renewal-reservation__button {
    width: calc((100% - 16px) / 2);
    max-width: none;
  }

  .jiko-renewal-hours__table {
    font-size: 1.5rem;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-reservation {
    padding: 35px 10px 45px;
  }

  .jiko-renewal-reservation__title {
    margin-bottom: 16px;
    padding: 8px 10px;
    font-size: 2rem;
  }

  .jiko-renewal-reservation__buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
  }

  .jiko-renewal-reservation__button {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .jiko-renewal-hours {
    width: 100%;
    max-width: 100%;
    margin: 22px auto 0;
    padding: 0;
    box-sizing: border-box;
  }

  .jiko-renewal-hours__table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse;
    background: #fff;
    color: #666;
    font-size: 12px;
    text-align: center;
    table-layout: fixed;
  }

  .jiko-renewal-hours__table th,
  .jiko-renewal-hours__table td {
    padding: 8px 2px;
    border: 1px solid #dcdcdc;
    line-height: 1.3;
    background: #fff !important;
    color: #666;
  }

  .jiko-renewal-hours__table th {
    background: #f3f3f3 !important;
    color: #666;
    font-weight: 700;
  }

  .jiko-renewal-hours__table th:first-child,
  .jiko-renewal-hours__table td:first-child {
    width: 110px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
    white-space: nowrap;
    background: #f3f3f3 !important;
    color: #666;
    font-weight: 700;
  }

  .jiko-renewal-hours__table th:last-child,
  .jiko-renewal-hours__table td:last-child {
    width: 40px;
  }

  .jiko-renewal-hours__note {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
  }

  .jiko-renewal-map {
    height: 240px;
    margin-top: 22px;
  }
	
	.jiko-renewal-reservation--bottom .jiko-renewal-map {
    height: 240px;
  }

}

/* ==================================================
  フッターGoogleマップ
================================================== */

#footer .main-footer .footer-map {
  width: 100%;
  overflow: hidden;
}

/* PC・タブレット：450px */
#footer .main-footer .footer-map__inner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

/* iframeを親要素いっぱいに表示 */
#footer .main-footer .footer-map__inner iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/* スマホのみ：240px */
@media screen and (max-width: 767px) {
  #footer .main-footer .footer-map__inner {
    height: 240px !important;
  }
}

/* ご予約・お問い合わせここまで-----------------------------------------------------------------------*/



/* 患者様の口コミここから-----------------------------------------------------------------------*/

/* ==================================================
  患者様の口コミ
================================================== */

.jiko-renewal-voice {
  padding: 55px 0 65px;
  background: #fff;
}

/* 共通オレンジタイトル */
.jiko-renewal-voice__title,
.jiko-renewal-lawyer__title,
.jiko-renewal-common-title {
  max-width: 950px;
  margin: 0 auto 30px;
  padding: 12px 20px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ff8a00 0%, #ff9f00 48%, #ffc000 100%);
  box-sizing: border-box;
}

/* 口コミリスト */
.jiko-renewal-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.jiko-renewal-voice__item {
  position: relative;
  background: #fff;
  border: 2px solid #8b5a2b;
  padding: 22px 18px 26px;
  box-sizing: border-box;
}

.jiko-renewal-voice__item-title {
  margin: 0 0 16px;
  padding: 0;
  border: none;
  color: #f07800;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.jiko-renewal-voice__info {
  margin: 0 -18px 18px;
  padding: 9px 12px;
  background: #fff1a8;
  color: #555;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.jiko-renewal-voice__body {
  color: #555;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

.jiko-renewal-voice__body p {
  margin: 0 0 1em;
}

.jiko-renewal-voice__body p:last-child {
  margin-bottom: 0;
}

/* 初期表示は3行 */
.jiko-renewal-voice__body:not(.is-open) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 赤文字装飾を通常色へ */
.jiko-renewal-voice__body span[style*="color"] {
  color: #555 !important;
}

.jiko-renewal-voice__body .fs13 {
  color: #666;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}

/* もっと見るボタン */
.jiko-renewal-voice__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 150px;
  margin: 18px auto 0;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  background: #ff8500;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  transition: opacity 0.25s ease;
}

.jiko-renewal-voice__toggle:hover {
  opacity: 0.85;
}

.jiko-renewal-voice__toggle span {
  font-size: 1.4rem;
}

.jiko-renewal-voice__toggle.is-open span {
  transform: rotate(180deg);
}

/* 口コミもっと見るリンク */
.jiko-renewal-voice__more {
  margin-top: 32px;
  text-align: center;
}

.jiko-renewal-voice__more a {
  display: inline-block;
  min-width: 260px;
  padding: 13px 28px;
  border-radius: 999px;
  background: #159447;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 0 #0d6d34;
}

/* Google口コミバナー */
.jiko-renewal-google-review {
  width: 100%;
  max-width: 670px;
  margin: 34px auto 0;
  line-height: 1;
}

.jiko-renewal-google-review a {
  display: block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.jiko-renewal-google-review a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.jiko-renewal-google-review img {
  display: block;
  width: 100%;
  height: auto;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-voice {
    padding: 48px 0 58px;
  }

  .jiko-renewal-voice__title {
    font-size: 2.3rem;
  }

  .jiko-renewal-voice__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .jiko-renewal-voice__item {
    padding: 20px 16px 24px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-voice {
    padding: 40px 0 50px;
  }

  .jiko-renewal-voice__title {
    margin-bottom: 24px;
    padding: 10px 12px;
    font-size: 2rem;
  }

  .jiko-renewal-voice__list {
    display: block;
  }

  .jiko-renewal-voice__item {
    margin-bottom: 20px;
    padding: 18px 10px 22px;
  }

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

  .jiko-renewal-voice__item-title {
    margin-bottom: 14px;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .jiko-renewal-voice__info {
    margin: 0 -10px 16px;
    padding: 9px 8px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .jiko-renewal-voice__body {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .jiko-renewal-voice__body .fs13 {
    font-size: 1.1rem;
  }

  .jiko-renewal-voice__toggle {
    width: 145px;
    margin-top: 16px;
    padding: 10px 14px;
    font-size: 1.5rem;
  }

  .jiko-renewal-voice__more {
    margin-top: 26px;
  }

  .jiko-renewal-voice__more a {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    padding: 12px 20px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }
}

/* 患者様の口コミここまで-----------------------------------------------------------------------*/



/* 弁護士事務所とも連携ここから-----------------------------------------------------------------------*/

/* ==================================================
  弁護士事務所とも連携
================================================== */

.jiko-renewal-lawyer {
  padding: 55px 0 65px;
  background: #fff;
}

.jiko-renewal-lawyer__title {
  margin-bottom: 32px;
}

.jiko-renewal-lawyer__content {
  display: flex;
  align-items: center;
  gap: 38px;
}

.jiko-renewal-lawyer__image,
.jiko-renewal-lawyer__text {
  width: 50%;
}

.jiko-renewal-lawyer__image img {
  display: block;
  width: 100%;
  height: auto;
}

.jiko-renewal-lawyer__text p {
  margin: 0;
  color: #555;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-lawyer {
    padding: 48px 0 58px;
  }

  .jiko-renewal-lawyer__title {
    font-size: 2.3rem;
  }

  .jiko-renewal-lawyer__content {
    gap: 24px;
  }

  .jiko-renewal-lawyer__text p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-lawyer {
    padding: 40px 0 50px;
  }

  .jiko-renewal-lawyer__title {
    margin-bottom: 24px;
    padding: 10px 12px;
    font-size: 2rem;
  }

  .jiko-renewal-lawyer__content {
    display: block;
  }

  .jiko-renewal-lawyer__image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 24px;
  }

  .jiko-renewal-lawyer__text {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }

  .jiko-renewal-lawyer__text p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* 弁護士事務所とも連携ここまで-----------------------------------------------------------------------*/



/* お悩みセクションここから-----------------------------------------------------------------------*/

/* ==================================================
  このようなことでお悩みではありませんか？
================================================== */

.jiko-renewal-worry {
  padding: 55px 0 65px;
  background: #fff;
}

.jiko-renewal-worry__title {
  position: relative;
  max-width: 950px;
  margin: 0 auto 34px;
  padding: 17px 20px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #ff7900 0%, #ff9a00 50%, #ffc000 100%);
  box-sizing: border-box;
}

.jiko-renewal-worry__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #ff9a00 transparent transparent transparent;
}

.jiko-renewal-worry__box {
  max-width: 950px;
  margin: 0 auto;
  padding: 24px 30px;
  border: 2px solid #8b5a2b;
  background: #fff;
  box-sizing: border-box;
}

.jiko-renewal-worry__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jiko-renewal-worry__list li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 28px;
  border-bottom: 2px dashed #d7c995;
  color: #555;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.jiko-renewal-worry__list li:first-child {
  padding-top: 0;
}

.jiko-renewal-worry__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.jiko-renewal-worry__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 10px;
  color: #555;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.jiko-renewal-worry__list li:first-child::before {
  top: 0;
}

/* オレンジマーカー */
.jiko-renewal-worry__list span {
  background: linear-gradient(transparent 70%, rgba(255, 154, 0, 0.45) 58%);
  padding: 0 2px;
}

/* 下向き矢印 */
.jiko-renewal-arrow-down {
  width: clamp(160px, 18vw, 235px);
  height: clamp(36px, 4.5vw, 60px);
  margin: 0 auto 45px;
  background: linear-gradient(90deg, #ff7a00 0%, #ff9a00 50%, #ffc000 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* 症状へのアプローチ画像 */
.jiko-renewal-approach-image {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  line-height: 1;
}

.jiko-renewal-approach-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-worry {
    padding: 48px 0 58px;
  }

  .jiko-renewal-worry__title {
    font-size: 2.3rem;
  }

  .jiko-renewal-worry__box {
    margin: 0 24px;
    padding: 24px;
  }

  .jiko-renewal-worry__list li {
    font-size: 1.9rem;
  }

  .jiko-renewal-approach-image {
    padding: 0 24px;
    box-sizing: border-box;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-worry {
    padding: 40px 0 50px;
  }

  .jiko-renewal-worry__title {
    margin-bottom: 24px;
    padding: 10px 12px;
    font-size: 2rem;
  }

  .jiko-renewal-worry__box {
    padding: 24px 10px;
  }

  .jiko-renewal-worry__list li {
    padding: 12px 0 12px 28px;
    font-size: 1.5rem;
  }

  .jiko-renewal-approach-image {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/* お悩みセクションここまで-----------------------------------------------------------------------*/



/* 施術の流れSTEPここから-----------------------------------------------------------------------*/

.jiko-renewal-step {
  padding: 40px 0 65px;
  background: #fff;
}

.jiko-renewal-step__list {
  max-width: 950px;
  margin: 0 auto;
}

.jiko-renewal-step__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}

.jiko-renewal-step__item:last-child {
  margin-bottom: 0;
}

.jiko-renewal-step__image,
.jiko-renewal-step__content {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.jiko-renewal-step__image {
  overflow: hidden;
  background: #f5f5f5;
}

.jiko-renewal-step__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jiko-renewal-step__content {
  background: #f7f4ee;
  display: flex;
  flex-direction: column;
}

.jiko-renewal-step__label {
  margin: 0;
  padding: 12px 10px;
  background: #ff7900;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.jiko-renewal-step__heading {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  border: none;
  background: none;
  color: #4b1d18;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  box-sizing: border-box;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-step {
    padding: 38px 0 58px;
  }

  .jiko-renewal-step__list {
    padding: 0 24px;
    box-sizing: border-box;
  }

  .jiko-renewal-step__item {
    gap: 18px;
  }

  .jiko-renewal-step__label {
    font-size: 2.4rem;
  }

  .jiko-renewal-step__heading {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .jiko-renewal-step__item {
    align-items: start;
  }

  .jiko-renewal-step__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f5f5f5;
  }

  .jiko-renewal-step__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jiko-renewal-step__content {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    align-self: start;
    background: #f7f4ee;
    display: flex;
    flex-direction: column;
  }

  .jiko-renewal-step__heading {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 18px 15px;
  }
}

@media screen and (max-width: 767px) {
  .jiko-renewal-step {
    padding: 30px 0 50px;
  }

  .jiko-renewal-step__item {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .jiko-renewal-step__label {
    padding: 8px 6px;
    font-size: 2rem;
  }

  .jiko-renewal-step__heading {
    padding: 8px;
    font-size: 2rem;
    line-height: 1.55;
  }
}

/* 施術の流れSTEPここまで-----------------------------------------------------------------------*/



/* 交通事故治療のポイントここから-----------------------------------------------------------------------*/

/* ==================================================
  交通事故治療のポイント
================================================== */

.jiko-renewal-point {
  padding: 55px 0 65px;
  background: #fff;
}

.jiko-renewal-point__list {
  max-width: 950px;
  margin: 0 auto;
}

.jiko-renewal-point__item {
  margin-bottom: 30px;
}

.jiko-renewal-point__item:last-child {
  margin-bottom: 0;
}

.jiko-renewal-point__subtitle {
  margin: 0;
  padding: 14px 20px;
  border: none;
  background: #fff1a8;
  color: #4b1d18;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}

.jiko-renewal-point__body {
  padding: 24px 35px 28px;
  background: #f7f4ee;
  box-sizing: border-box;
}

.jiko-renewal-point__body p {
  margin: 0 0 20px;
  color: #4b1d18;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.jiko-renewal-point__button-wrap {
  text-align: center;
}

.jiko-renewal-point__button {
  display: inline-block;
  min-width: 250px;
  padding: 12px 28px;
  border-radius: 6px;
  background: #ff8500;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center !important;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.jiko-renewal-point__button::after {
  content: " ▶";
  font-size: 0.9em;
}

.jiko-renewal-point__button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-point {
    padding: 48px 0 58px;
  }

  .jiko-renewal-point__list {
    padding: 0 24px;
    box-sizing: border-box;
  }

  .jiko-renewal-point__subtitle {
    font-size: 2rem;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-point {
    padding: 40px 0 50px;
  }

  .jiko-renewal-point__item {
    margin-bottom: 24px;
  }

  .jiko-renewal-point__subtitle {
    padding: 11px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .jiko-renewal-point__body {
    padding: 20px 16px 22px;
  }

  .jiko-renewal-point__body p {
    margin-bottom: 18px;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .jiko-renewal-point__button {
    width: 100%;
    max-width: 280px;
    min-width: 0;
    padding: 11px 14px;
    font-size: 1.4rem;
  }
}

/* 交通事故治療のポイントここまで-----------------------------------------------------------------------*/



/* 交通事故治療5つのお約束ここから-----------------------------------------------------------------------*/

/* ==================================================
  交通事故治療 5つのお約束
================================================== */

.jiko-renewal-promise {
  padding: 55px 0 65px;
  background: #fff;
}

.jiko-renewal-promise__list {
  max-width: 640px;
  margin: 0 auto;
}

.jiko-renewal-promise__item {
  position: relative;
  margin-bottom: 36px;
}

.jiko-renewal-promise__item:last-child {
  margin-bottom: 0;
}

.jiko-renewal-promise__heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 72px;
  margin: 0 0 -18px;
  padding-left: 54px;
  box-sizing: border-box;
}

.jiko-renewal-promise__number {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff1a8;
  color: #ff7900;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.jiko-renewal-promise__heading h3 {
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 12px 24px 12px 58px;
  border: none;
  background: #f9c66f;
  color: #4b1d18;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jiko-renewal-promise__image {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  aspect-ratio: 1.35 / 1;
  height: auto;
  margin-left: 40px;
  overflow: hidden;
  background: #f5f5f5;
}

.jiko-renewal-promise__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 詳細ボタン */
.jiko-renewal-promise__button-wrap {
  margin-top: 34px;
  text-align: center;
}

.jiko-renewal-promise__button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 6px;
  background: #ff8500;
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.jiko-renewal-promise__button::after {
  content: " ▶";
  font-size: 0.9em;
}

.jiko-renewal-promise__button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jiko-renewal-promise {
    padding: 48px 0 58px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-promise {
    padding: 40px 0 50px;
  }

  .jiko-renewal-promise__list {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }

  .jiko-renewal-promise__item {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }

  .jiko-renewal-promise__item:last-child {
    margin-bottom: 0;
  }

  .jiko-renewal-promise__heading {
    position: relative;
    z-index: 2;
    width: 86%;
    min-height: 60px;
    margin: 0 auto -6px;
    padding-left: 0;
    box-sizing: border-box;
  }

  .jiko-renewal-promise__number {
    position: absolute;
    left: -28px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff1a8;
    color: #ff7900;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
  }

  .jiko-renewal-promise__heading h3 {
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 8px 10px 8px 38px;
    border: none;
    background: #f9c66f;
    color: #4b1d18;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    box-sizing: border-box;
  }

  .jiko-renewal-promise__image {
    position: relative;
    z-index: 1;
    width: 86%;
    aspect-ratio: 1.35 / 1;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #f5f5f5;
  }

  .jiko-renewal-promise__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jiko-renewal-promise__button-wrap {
    margin-top: 28px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .jiko-renewal-promise__button {
    width: 100%;
    max-width: 320px;
    padding: 12px 14px;
    font-size: 1.5rem;
  }
}

/* 交通事故治療5つのお約束ここまで-----------------------------------------------------------------------*/



/* 来院してからの流れここから-----------------------------------------------------------------------*/

/* ==================================================
  来院してからの流れ
================================================== */

.jiko-renewal-flow {
  padding: 55px 0 65px;
  background: #fff;
}

.jiko-renewal-flow__list {
  max-width: 950px;
  margin: 0 auto;
}

.jiko-renewal-flow__item {
  margin-bottom: 34px;
}

.jiko-renewal-flow__item:last-child {
  margin-bottom: 0;
}

.jiko-renewal-flow__heading {
  position: relative;
  margin: 0 0 14px;
  padding: 12px 18px 12px 34px;
  border: none;
  background: #fff9e8;
  color: #4b1d18;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.45;
  box-sizing: border-box;
}

.jiko-renewal-flow__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #ff7900;
}

.jiko-renewal-flow__content {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 28px;
  align-items: center;
}

.jiko-renewal-flow__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f5f5f5;
}

.jiko-renewal-flow__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jiko-renewal-flow__text p {
  margin: 0 0 1em;
  color: #4b1d18;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
}

.jiko-renewal-flow__text p:last-child {
  margin-bottom: 0;
}

.jiko-renewal-flow__note {
  font-size: 1.5rem !important;
  line-height: 1.7 !important;
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-flow {
    padding: 40px 0 50px;
  }

  .jiko-renewal-flow__item {
    margin-bottom: 28px;
  }

  .jiko-renewal-flow__item:last-child {
    margin-bottom: 0;
  }

  .jiko-renewal-flow__heading {
    margin: 0 0 12px;
    padding: 9px 12px 9px 26px;
    background: #fff9e8;
    color: #4b1d18;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.45;
  }

  .jiko-renewal-flow__heading::before {
    width: 6px;
  }

  .jiko-renewal-flow__content {
    display: block;
  }

  .jiko-renewal-flow__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 12px;
    overflow: hidden;
    background: #f5f5f5;
  }

  .jiko-renewal-flow__text {
    width: 100%;
  }

  .jiko-renewal-flow__text p {
    margin: 0 0 1em;
    color: #4b1d18;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .jiko-renewal-flow__text p:last-child {
    margin-bottom: 0;
  }

  .jiko-renewal-flow__note {
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
  }
}

/* 来院してからの流れここまで-----------------------------------------------------------------------*/



/* 下部ご予約・お問い合わせここから-----------------------------------------------------------------------*/

/* ==================================================
  renewal-reservation.php
================================================== */

/* 下部 ご予約・お問い合わせ */
.jiko-renewal-reservation--bottom {
  padding: 50px 0 60px;
  background: #fff;
}

.jiko-renewal-reservation--bottom .jiko-renewal-reservation__title {
  margin: 0 auto 22px;
}

.jiko-renewal-reservation--bottom .jiko-renewal-reservation__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.jiko-renewal-reservation--bottom .jiko-renewal-reservation__button {
  display: block;
  width: calc((100% - 18px) / 2);
  max-width: 466px;
}

.jiko-renewal-reservation--bottom .jiko-renewal-reservation__button img {
  display: block;
  width: 100%;
  height: auto;
}

/* Googleマップ */
.jiko-renewal-reservation--bottom .jiko-renewal-map {
  width: 100%;
  max-width: 950px;
  height: 300px;
  margin: 28px auto 0;
  overflow: hidden;
  background: #555;
}

.jiko-renewal-reservation--bottom .jiko-renewal-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* SP */
@media screen and (max-width: 767px) {
  .jiko-renewal-reservation--bottom {
    padding: 35px 10px 45px;
  }

  .jiko-renewal-reservation--bottom .jiko-renewal-reservation__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    margin-bottom: 22px;
  }

  .jiko-renewal-reservation--bottom .jiko-renewal-reservation__button {
    width: 100%;
    max-width: none;
  }

  .jiko-renewal-reservation--bottom .jiko-renewal-map {
    width: calc(100% - 10px);
    height: 240px;
    margin: 24px auto 0;
  }
}

/* 下部ご予約・お問い合わせここまで-----------------------------------------------------------------------*/



/* フッターフローティングここから-----------------------------------------------------------------------*/

.jiko-floating-footer {
  display: none;
}

@media screen and (max-width: 767px) {
  .jiko-floating-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    width: 100%;
    padding: 2px 4px calc(2px + env(safe-area-inset-bottom));
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
  }

  .jiko-floating-footer__item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
  }

  .jiko-floating-footer__item--web {
    width: 62%;
  }

  .jiko-floating-footer__item--tel,
  .jiko-floating-footer__item--line {
    width: 19%;
  }

  .jiko-floating-footer__label {
    display: block;
    margin: 0 0 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .jiko-floating-footer__item--web .jiko-floating-footer__label {
    color: #f08b00;
  }

  .jiko-floating-footer__item--tel .jiko-floating-footer__label {
    color: #2d92d4;
  }

  .jiko-floating-footer__item--line .jiko-floating-footer__label {
    color: #32b332;
  }

  .jiko-floating-footer__main {
    display: block;
    line-height: 1;
  }

  .jiko-floating-footer__main img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  body {
    padding-bottom: 78px;
  }
}

@media screen and (max-width: 1024px) {
  body.is-sp-menu-open .jiko-floating-footer {
    display: none !important;
  }
}

/* フッターフローティングここまで-----------------------------------------------------------------------*/



/* 既存要素非表示ここから-----------------------------------------------------------------------*/

/* トップページ既存フッターマップ非表示 */
.home .main-footer {
  display: none;
}

/* 旧SPサイドバー・旧SPヘッダー非表示 */
#sp-sidebar,
#sp-headernav,
[data-ssbplugin="sbwrapper"] {
  display: none !important;
}

/* 既存要素非表示ここまで-----------------------------------------------------------------------*/



/* タブレット表示 横幅補正ここから-----------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  #wrapper,
  #header,
  .header-wrapper,
  .renewal-header,
  .renewal-header__inner,
  #container,
  #content,
  .renewal-top {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .jiko-renewal-fv {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .jiko-renewal-fv picture,
  .jiko-renewal-fv img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }

  .jiko-renewal-inner,
  .jiko-renewal-movie-box,
  .jiko-renewal-hoken-bnr,
  .jiko-renewal-reservation__inner,
  .jiko-renewal-hours,
  .jiko-renewal-voice__title,
  .jiko-renewal-lawyer__title,
  .jiko-renewal-common-title,
  .jiko-renewal-worry__title,
  .jiko-renewal-worry__box,
  .jiko-renewal-step__list,
  .jiko-renewal-point__list,
  .jiko-renewal-promise__list,
  .jiko-renewal-flow__list {
    width: calc(100% - 40px) !important;
    max-width: 950px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }
}

/* タブレット表示 横幅補正ここまで-----------------------------------------------------------------------*/



/* ==================================================
  フッターGoogleマップ
================================================== */

/* PC・タブレット */
#footer .main-footer .footer-map {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0 !important;
  overflow: hidden;
}

#footer .main-footer .footer-map__inner {
  position: relative;
  width: 100%;
  height: 450px;
  padding-top: 0 !important;
  overflow: hidden;
}

#footer .main-footer .footer-map__inner iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/* SPのみ */
@media only screen and (max-width: 667px) {
  #footer .main-footer {
    width: 100% !important;
    padding: 1em 6% !important;
    box-sizing: border-box !important;
  }

  #footer .main-footer .footer-map {
    position: relative !important;
    width: 100% !important;
    height: 240px !important;
    max-height: 240px !important;
    margin-bottom: 1em !important;
    padding-top: 0 !important;
    overflow: hidden !important;
  }

  #footer .main-footer .footer-map__inner {
    position: relative !important;
    width: 100% !important;
    height: 240px !important;
    max-height: 240px !important;
    padding-top: 0 !important;
    overflow: hidden !important;
  }

  #footer .main-footer .footer-map__inner iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 240px !important;
    max-height: 240px !important;
  }
}