/* ==========================================
  リニューアル確認用ヘッダー
========================================== */

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

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

.tewaza-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.tewaza-header__inner {
  width: 100%;
  max-width: 650px;
  height: 58px;
  margin: 0 auto;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tewaza-header__logo {
  flex: 1;
  min-width: 0;
}

.tewaza-header__logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}

.tewaza-header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.tewaza-header__item {
  width: 46px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none !important;
  color: #008a43 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  font-family: inherit;
}

.tewaza-header__icon {
  display: block;
  line-height: 1;
}

.tewaza-header__icon--price {
  font-size: 30px;
  font-weight: 900;
  color: #008a43;
}

.tewaza-header__icon--map {
  width: 20px;
  height: 27px;
  background: #008a43;
  clip-path: polygon(50% 0%, 88% 17%, 100% 50%, 50% 100%, 0% 50%, 12% 17%);
  position: relative;
}

.tewaza-header__icon--map::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 6.5px;
}

.tewaza-header__icon--menu {
  width: 31px;
  height: 31px;
  background: #008a43;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.tewaza-header__icon--menu span {
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.tewaza-header__text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  white-space: nowrap;
}

/* 展開メニュー */
.tewaza-renewal-menu {
  position: fixed;
  inset: 0;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
}

.tewaza-renewal-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tewaza-renewal-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.tewaza-renewal-menu__body {
  position: absolute;
  top: 0;
  right: 0;
  width: min(82%, 360px);
  height: 100%;
  background: #fff;
  padding: 58px 22px 30px;
  transform: translateX(100%);
  transition: 0.25s ease;
}

.tewaza-renewal-menu.is-open .tewaza-renewal-menu__body {
  transform: translateX(0);
}

.tewaza-renewal-menu__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #008a43;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.tewaza-renewal-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tewaza-renewal-menu__list li {
  border-bottom: 1px solid #e5e5e5;
}

.tewaza-renewal-menu__list a {
  display: block;
  padding: 16px 4px;
  color: #333 !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  .tewaza-header__inner {
    height: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tewaza-header__logo img {
    max-width: 190px;
  }

  .tewaza-header__nav {
    gap: 6px;
  }

  .tewaza-header__item {
    width: 42px;
  }
}

@media screen and (max-width: 360px) {
  .tewaza-header__logo img {
    max-width: 165px;
  }

  .tewaza-header__nav {
    gap: 4px;
  }

  .tewaza-header__item {
    width: 38px;
  }

  .tewaza-header__text {
    font-size: 9px;
  }
}

/* 共通タイトル------------------------------------------------------------------*/

/* タイトル */
.tewaza-renewal .tewaza-section-heading {
  margin: 0 auto 28px;
  padding: 0;
  text-align: center;
}

.tewaza-renewal .tewaza-section-title {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
  margin: 0;
  padding: 0 0 28px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  border: none;
  background: none;
}

.tewaza-renewal .tewaza-section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 180px;
  height: 10px;
  background: #d8efd1;
  transform: translateX(-50%);
}

.tewaza-renewal .tewaza-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 180px;
  height: 10px;
  background: #0f9b47;
  transform: translateX(-50%);
}

.tewaza-renewal .tewaza-section-title__orange {
  color: #f05e00;
  font-size: 72px;
  font-weight: 900;
}

.tewaza-renewal .tewaza-section-title__green {
  color: #1c6b2d;
  font-size: 58px;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-section-title {
    padding-bottom: 24px;
  }

  .tewaza-renewal .tewaza-section-title::before,
  .tewaza-renewal .tewaza-section-title::after {
    width: 150px;
    height: 8px;
  }

  .tewaza-renewal .tewaza-section-title::before {
    bottom: 8px;
  }

  .tewaza-renewal .tewaza-section-title__orange {
    font-size: 56px;
  }

  .tewaza-renewal .tewaza-section-title__green {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-section-heading {
    margin-bottom: 20px;
  }

  .tewaza-renewal .tewaza-section-title {
    gap: 2px;
    padding-bottom: 18px;
  }

  .tewaza-renewal .tewaza-section-title::before,
  .tewaza-renewal .tewaza-section-title::after {
    width: 105px;
    height: 6px;
  }

  .tewaza-renewal .tewaza-section-title::before {
    bottom: 6px;
  }

  .tewaza-renewal .tewaza-section-title__orange {
    font-size: 34px;
  }

  .tewaza-renewal .tewaza-section-title__green {
    font-size: 28px;
  }
}

/* 共通タイトルここまで------------------------------------------------------------------*/

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

/* メインビジュアル全体 */
.tewaza-renewal .tewaza-fv {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  box-sizing: border-box;
}

/* pictureタグ */
.tewaza-renewal .tewaza-fv picture {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* メインビジュアル画像 */
.tewaza-renewal .tewaza-fv img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .tewaza-renewal {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .tewaza-renewal .tewaza-fv {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
  }

  .tewaza-renewal .tewaza-fv picture {
    width: 100%;
    max-width: 100%;
  }

  .tewaza-renewal .tewaza-fv img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

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

/* 交通事故治療バナー------------------------------------------------------------------*/

/* バナーセクション全体 */
.tewaza-renewal .tewaza-jiko-bnr {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 10px 40px;
  background: #f4f1e8;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* バナー内側 */
.tewaza-renewal .tewaza-jiko-bnr__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* 見出しエリア */
.tewaza-renewal .tewaza-jiko-bnr__heading {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 0 10px 12px;
  text-align: center;
  border-bottom: 4px dotted #008a43;
  box-sizing: border-box;
}

/* 緑の小見出し */
.tewaza-renewal .tewaza-jiko-bnr__sub {
  margin: 0 0 4px;
  padding: 0;
  color: #008a43;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.02em;
}

/* 黒の大見出し */
.tewaza-renewal .tewaza-jiko-bnr__title {
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  border: none;
  background: none;
  letter-spacing: 0.02em;
}

/* 画像エリア */
.tewaza-renewal .tewaza-jiko-bnr__image {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* バナー画像 */
.tewaza-renewal .tewaza-jiko-bnr__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

/* タブレット表示 */
@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-jiko-bnr {
    padding: 28px 10px 36px;
  }

  .tewaza-renewal .tewaza-jiko-bnr__inner,
  .tewaza-renewal .tewaza-jiko-bnr__image {
    width: 100%;
    max-width: 980px;
  }

  .tewaza-renewal .tewaza-jiko-bnr__image img {
    width: 100%;
    max-width: 100%;
  }

  .tewaza-renewal .tewaza-jiko-bnr__sub {
    font-size: 30px;
  }

  .tewaza-renewal .tewaza-jiko-bnr__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-jiko-bnr {
    width: 100%;
    max-width: 100%;
    padding: 22px 10px 30px;
    overflow: hidden;
  }

  .tewaza-renewal .tewaza-jiko-bnr__inner {
    width: 100%;
    max-width: 100%;
  }

  .tewaza-renewal .tewaza-jiko-bnr__heading {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 14px;
    padding: 0 6px 7px;
    border-bottom-width: 2px;
  }

  .tewaza-renewal .tewaza-jiko-bnr__sub {
    font-size: 22px;
    line-height: 1.3;
  }

  .tewaza-renewal .tewaza-jiko-bnr__title {
    font-size: 27px;
    line-height: 1.3;
  }

  .tewaza-renewal .tewaza-jiko-bnr__image {
    width: 100%;
    max-width: 100%;
  }

  .tewaza-renewal .tewaza-jiko-bnr__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* 交通事故治療バナーここまで------------------------------------------------------------------*/

/* お問い合わせボタン------------------------------------------------------------------*/

/* 全体 */
.tewaza-renewal .tewaza-contact-bnr {
  width: 100%;
  margin: 0 auto;
  padding: 34px 10px 42px;
  background-color: #d9efc6;
  background-image: url("/res/images/top/contact_bg.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 500px auto;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-contact-bnr {
    padding: 30px 10px 38px;
    background-size: 420px auto;
  }
}

@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-contact-bnr {
    padding: 24px 10px 32px;
    background-size: 320px auto;
  }
}

/* お問い合わせボタン内側 */
.tewaza-renewal .tewaza-contact-bnr__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* ボタン行 */
.tewaza-renewal .tewaza-contact-bnr__row {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 電話・問い合わせフォーム */
.tewaza-renewal .tewaza-contact-bnr__row--top {
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

/* LINE中央配置 */
.tewaza-renewal .tewaza-contact-bnr__row--bottom {
  justify-content: center;
  align-items: center;
}

.tewaza-renewal .tewaza-contact-bnr__item {
  width: calc((100% - 24px) / 2);
  max-width: 478px;
  margin: 0;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
}

.tewaza-renewal .tewaza-contact-bnr__item--line {
  width: 50%;
  max-width: 478px;
}

.tewaza-renewal .tewaza-contact-bnr__link {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

.tewaza-renewal .tewaza-contact-bnr__link img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.tewaza-renewal .tewaza-contact-bnr__link:hover {
  opacity: 0.86;
  transform: translateY(-3px);
  filter: brightness(1.06);
}

@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-contact-bnr {
    padding: 30px 10px 38px;
  }

  .tewaza-renewal .tewaza-contact-bnr__row--top {
    gap: 18px;
    margin-bottom: 18px;
  }

  .tewaza-renewal .tewaza-contact-bnr__item {
    width: calc((100% - 18px) / 2);
  }

  .tewaza-renewal .tewaza-contact-bnr__item--line {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-contact-bnr {
    padding: 24px 10px 32px;
  }

  .tewaza-renewal .tewaza-contact-bnr__row {
    flex-direction: column;
    align-items: center;
  }

  .tewaza-renewal .tewaza-contact-bnr__row--top {
    gap: 14px;
    margin-bottom: 14px;
  }

  .tewaza-renewal .tewaza-contact-bnr__item,
  .tewaza-renewal .tewaza-contact-bnr__item--line {
    width: 100%;
    max-width: 100%;
  }

  .tewaza-renewal .tewaza-contact-bnr__link:hover {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* お問い合わせボタンここまで------------------------------------------------------------------*/

/* メディア掲載------------------------------------------------------------------*/

/* メディア掲載全体 */
.tewaza-renewal .tewaza-media {
  width: 100%;
  margin: 0 auto;
  padding: 44px 10px 54px;
  background: #f4f1e8;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* メディア掲載内側 */
.tewaza-renewal .tewaza-media__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* タイトルエリア */
.tewaza-renewal .tewaza-media__heading {
  margin: 0 auto 24px;
  padding: 0;
  text-align: center;
}

/* タイトル本体 */
.tewaza-renewal .tewaza-media__title {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin: 0;
  padding: 0 0 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  border: none;
  background: none;
}

/* 下線1本目（薄緑） */
.tewaza-renewal .tewaza-media__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 180px;
  height: 10px;
  background: #d8efd1;
  transform: translateX(-50%);
}

/* 下線2本目（濃緑） */
.tewaza-renewal .tewaza-media__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 180px;
  height: 10px;
  background: #0f9b47;
  transform: translateX(-50%);
}

/* メディア */
.tewaza-renewal .tewaza-media__title-orange {
  color: #f05e00;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* 掲載 */
.tewaza-renewal .tewaza-media__title-green {
  color: #1c6b2d;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  top: -2px;
}

/* 画像コンテンツ */
.tewaza-renewal .tewaza-media__content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* 画像共通 */
.tewaza-renewal .tewaza-media__image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
}

/* 1枚目画像 */
.tewaza-renewal .tewaza-media__image--kaminote {
  margin-bottom: 22px;
}

/* 2枚目画像 */
.tewaza-renewal .tewaza-media__image--book {
  margin-bottom: 0;
}

/* 画像 */
.tewaza-renewal .tewaza-media__image img {
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

/* タブレット表示 */
@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-media {
    padding: 40px 10px 48px;
  }

  .tewaza-renewal .tewaza-media__title {
    gap: 6px;
    padding-bottom: 24px;
  }

  .tewaza-renewal .tewaza-media__title::before,
  .tewaza-renewal .tewaza-media__title::after {
    width: 150px;
    height: 8px;
  }

  .tewaza-renewal .tewaza-media__title::before {
    bottom: 8px;
  }

  .tewaza-renewal .tewaza-media__title-orange {
    font-size: 56px;
  }

  .tewaza-renewal .tewaza-media__title-green {
    font-size: 46px;
  }
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-media {
    padding: 32px 10px 40px;
  }

  .tewaza-renewal .tewaza-media__heading {
    margin-bottom: 18px;
  }

  .tewaza-renewal .tewaza-media__title {
    gap: 4px;
    padding-bottom: 18px;
  }

  .tewaza-renewal .tewaza-media__title::before,
  .tewaza-renewal .tewaza-media__title::after {
    width: 105px;
    height: 6px;
  }

  .tewaza-renewal .tewaza-media__title::before {
    bottom: 6px;
  }

  .tewaza-renewal .tewaza-media__title-orange {
    font-size: 38px;
  }

  .tewaza-renewal .tewaza-media__title-green {
    font-size: 31px;
    top: -1px;
  }

  .tewaza-renewal .tewaza-media__image--kaminote {
    margin-bottom: 14px;
  }

  .tewaza-renewal .tewaza-media__image img {
    width: 100%;
    max-width: 100%;
  }
}

/* メディア掲載ここまで------------------------------------------------------------------*/

/* 交通事故治療バナー＋お問い合わせ------------------------------------------------------------------*/
/* ====================== 
  交通事故治療バナー＋お問い合わせ
======================== */

/* コンテンツ全体 */
.tewaza-renewal .tewaza-jiko-contact {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* 共通内側 */
.tewaza-renewal .tewaza-jiko-contact__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* 交通事故治療バナーエリア */
.tewaza-renewal .tewaza-jiko-contact__bnr-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px 10px 32px;
  background: #f4f1e8;
  box-sizing: border-box;
}

/* 交通事故治療バナー */
.tewaza-renewal .tewaza-jiko-contact__bnr {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* 交通事故治療バナー画像 */
.tewaza-renewal .tewaza-jiko-contact__bnr img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

/* お問い合わせボタン背景エリア */
.tewaza-renewal .tewaza-jiko-contact__button-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 34px 10px 42px;
  background-color: #d9efc6;
  background-image: url("/res/images/top/contact_bg.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 500px auto;
  box-sizing: border-box;
}

/* ボタンエリア */
.tewaza-renewal .tewaza-jiko-contact__buttons {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* ボタン行 */
.tewaza-renewal .tewaza-jiko-contact__row {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 上段：電話・問い合わせフォーム */
.tewaza-renewal .tewaza-jiko-contact__row--top {
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

/* 下段：LINE中央配置 */
.tewaza-renewal .tewaza-jiko-contact__row--bottom {
  justify-content: center;
  align-items: center;
}

/* ボタン項目 */
.tewaza-renewal .tewaza-jiko-contact__item {
  width: calc((100% - 24px) / 2);
  max-width: 478px;
  margin: 0;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
}

/* LINEボタン */
.tewaza-renewal .tewaza-jiko-contact__item--line {
  width: 50%;
  max-width: 478px;
}

/* ボタンリンク */
.tewaza-renewal .tewaza-jiko-contact__link {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

/* ボタン画像 */
.tewaza-renewal .tewaza-jiko-contact__link img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

/* ホバー */
.tewaza-renewal .tewaza-jiko-contact__link:hover {
  opacity: 0.86;
  transform: translateY(-3px);
  filter: brightness(1.06);
}

/* タブレット表示 */
@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-jiko-contact__bnr-wrap {
    padding: 36px 10px 28px;
  }

  .tewaza-renewal .tewaza-jiko-contact__button-wrap {
    padding: 30px 10px 38px;
    background-size: 420px auto;
  }

  .tewaza-renewal .tewaza-jiko-contact__row--top {
    gap: 18px;
    margin-bottom: 18px;
  }

  .tewaza-renewal .tewaza-jiko-contact__item {
    width: calc((100% - 18px) / 2);
  }

  .tewaza-renewal .tewaza-jiko-contact__item--line {
    width: 50%;
  }
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-jiko-contact__bnr-wrap {
    padding: 28px 10px 22px;
  }

  .tewaza-renewal .tewaza-jiko-contact__button-wrap {
    padding: 24px 10px 32px;
    background-size: 320px auto;
  }

  .tewaza-renewal .tewaza-jiko-contact__row {
    flex-direction: column;
    align-items: center;
  }

  .tewaza-renewal .tewaza-jiko-contact__row--top {
    gap: 14px;
    margin-bottom: 14px;
  }

  .tewaza-renewal .tewaza-jiko-contact__item,
  .tewaza-renewal .tewaza-jiko-contact__item--line {
    width: 100%;
    max-width: 100%;
  }

  .tewaza-renewal .tewaza-jiko-contact__link:hover {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* 交通事故治療バナー＋お問い合わせここまで------------------------------------------------------------------*/

/* お悩み------------------------------------------------------------------*/

/* 全体 */
.tewaza-renewal .tewaza-worries {
  width: 100%;
  margin: 0 auto;
  padding: 48px 10px 56px;
  background: #f4f1e8;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.tewaza-renewal .tewaza-worries__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* ボックス */
.tewaza-renewal .tewaza-worries__box {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 28px 24px;
  background: #ffffff;
  border: 5px solid #9ed8a8;
  border-radius: 28px;
  box-sizing: border-box;
}

/* リスト */
.tewaza-renewal .tewaza-worries__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tewaza-renewal .tewaza-worries__list li {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 56px;
  color: #444444;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.45;
  border-bottom: 4px dotted #b8e6bf;
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: anywhere;
}

.tewaza-renewal .tewaza-worries__list li:last-child {
  border-bottom: none;
}

.tewaza-renewal .tewaza-worries__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  color: #f05e00;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.tewaza-renewal .tewaza-worries__list span {
  color: #f05e00;
}

@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-worries {
    padding: 42px 10px 50px;
  }

  .tewaza-renewal .tewaza-worries__box {
    max-width: 860px;
    padding: 26px 24px 22px;
  }

  .tewaza-renewal .tewaza-worries__list li {
    padding-left: 50px;
    font-size: 26px;
  }

  .tewaza-renewal .tewaza-worries__list li::before {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-worries {
    padding: 34px 10px 42px;
  }

  .tewaza-renewal .tewaza-worries__box {
    padding: 18px 14px 16px;
    border-width: 3px;
    border-radius: 18px;
  }

  .tewaza-renewal .tewaza-worries__list li {
    padding: 10px 0 10px 34px;
    font-size: 17px;
    line-height: 1.55;
    border-bottom-width: 3px;
  }

  .tewaza-renewal .tewaza-worries__list li::before {
    top: 10px;
    font-size: 26px;
  }
}

/* ==========================================
  ▼・ボタン
========================================== */
/* お悩み------------------------------------------------------------------*/
/* ====================== 
  お悩み
======================== */

/* お任せエリア */
.tewaza-renewal .tewaza-worries__support {
  width: 100%;
  max-width: 860px;
  margin: 42px auto 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

/* お任せタイトル */
.tewaza-renewal .tewaza-worries__support-title {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 30px;
  padding: 0;
  line-height: 0;
}

.tewaza-renewal .tewaza-worries__support-title img {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

/* アイコン */
.tewaza-renewal .tewaza-worries__support-icons {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 520px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.tewaza-renewal .tewaza-worries__support-icon {
  position: absolute;
  width: 300px;
  max-width: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
}

.tewaza-renewal .tewaza-worries__support-icon img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.tewaza-renewal .tewaza-worries__support-icon--left {
  top: 0;
  left: 25px;
}

.tewaza-renewal .tewaza-worries__support-icon--right {
  top: 0;
  right: 25px;
}

.tewaza-renewal .tewaza-worries__support-icon--center {
  top: 245px;
  left: 50%;
  width: 310px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .tewaza-renewal .tewaza-worries__support {
    margin-top: 38px;
  }

  .tewaza-renewal .tewaza-worries__support-title {
    max-width: 720px;
    margin-bottom: 26px;
  }

  .tewaza-renewal .tewaza-worries__support-icons {
    max-width: 680px;
    height: 470px;
  }

  .tewaza-renewal .tewaza-worries__support-icon {
    width: 270px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--left {
    left: 20px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--right {
    right: 20px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--center {
    top: 220px;
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .tewaza-renewal .tewaza-worries__support {
    margin-top: 30px;
    overflow: hidden;
  }

  .tewaza-renewal .tewaza-worries__support-title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .tewaza-renewal .tewaza-worries__support-icons {
    width: 100%;
    max-width: 595px;
    height: 315px;
    overflow: visible;
  }

  .tewaza-renewal .tewaza-worries__support-icon {
    width: 230px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--left {
    top: 0;
    left: calc(50% - 250px);
  }

  .tewaza-renewal .tewaza-worries__support-icon--right {
    top: 0;
    right: calc(50% - 250px);
  }

  .tewaza-renewal .tewaza-worries__support-icon--center {
    top: 170px;
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 430px) {
  .tewaza-renewal .tewaza-worries__support-icons {
    width: 100%;
    max-width: 430px;
    height: 390px;
    margin: 0 auto;
    overflow: visible;
  }

  .tewaza-renewal .tewaza-worries__support-icon {
    width: 220px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--left {
    top: 0;
    left: -8px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--right {
    top: 0;
    right: -8px;
  }

  .tewaza-renewal .tewaza-worries__support-icon--center {
    top: 175px;
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
  }
}

/* お悩みここまで------------------------------------------------------------------*/
