/* ============================================
   Responsive Styles
   Breakpoints:
     - PC:     > 768px
     - Mobile: <= 768px
   ============================================ */

/* ---- Mobile ---- */
@media (max-width: 768px) {
  :root {
    --content-padding: 20px;
    --spacing-3xl: 3rem;
  }

  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .container {
    padding: 0 24px;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Header */
  .site-header {
    margin-bottom: 6px;
  }

  .header__right {
    display: none;
  }

  .header__address {
    display: none;
  }

  .header__top-bar {
    position: relative;
  }

  .header__maintenance-sp {
    display: block;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .header__maintenance-sp .header__maintenance {
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 4px;
    gap: 3px;
  }

  .header__hamburger {
    display: flex;
    margin-top: 0;
    margin-right: 6px;
  }

  .header__top-bar {
    height: 60px;
    padding-left: 15px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .header__logo-icon {
    width: 50px;
    height: 50px;
  }

  .header__logo-img {
    width: 50px;
    height: 50px;
  }

  .header__logo-full {
    width: 167px;
    height: 60px;
    margin-top: 0;
  }

  .header__clinic-org {
    font-size: 10px;
  }

  .header__clinic-name {
    font-size: 18px;
    font-weight: var(--font-weight-light);
  }

  .header__clinic-branch {
    font-size: 13px;
    font-weight: var(--font-weight-light);
  }

  .header__logo-area {
    margin-top: 8px;
  }

  .header__logo-link {
    padding: 0;
  }

  .header__logo-text {
    font-weight: var(--font-weight-light);
  }

  /* Nav */
  .gnav {
    display: none;
  }

  .gnav__label-ja {
    font-size: 12px;
  }

  .gnav__label-en {
    font-size: 10px;
  }

  /* News */
  .btn--news-more {
    font-size: 20px;
  }

  /* Info */
  .section-info {
    padding: 20px 0;
  }

  .section-info__grid {
    grid-template-columns: 1fr;
  }

  .section-info__news {
    padding: var(--spacing-xl) var(--spacing-md);
  }

  .section-info__guide {
    padding: 0 var(--spacing-md) var(--spacing-xl);
  }

  .section-info__title,
  .section-info__news-title {
    font-size: var(--font-size-2xl);
  }

  .section-info__guide .section-info__title {
    margin: 46px 0;
    font-size: 25px;
  }

  .schedule-table__notice {
    font-size: 14px;
  }

  .schedule-table__table {
    border: none;
    border-top: 3px solid #3A1E08;
    border-bottom: 1px solid #3A1E08;
  }

  .schedule-table__note {
    font-size: 14px;
  }

  .schedule-table__td {
    padding: 6px 5px;
  }



  /* Accident Banner */
  .accident-banner {
    padding: var(--spacing-md) var(--spacing-sm);
  }

  .accident-banner__img--pc {
    display: none;
  }

  .accident-banner__img--sp {
    display: block;
  }

  .sp-only {
    display: inline;
  }

  .feature-block__sub-cards .feature-sub-card:nth-child(3) .feature-sub-card__label {
    padding: 8px 8px 10px;
    line-height: 1.2;
    white-space: normal;
  }

  /* Features */

  .section-features__clinic-title {
    font-size: 24px;
  }

  .section-features__heading-area {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-template-page-clinic .section-features__heading-area,
  .section-features__heading-area--clinic {
    padding-top: 0;
  }

  .section-features__heading-area--clinic {
    padding-bottom: 35px;
  }

  .section-features > .feature-block:first-child {
    padding-top: 0;
  }

  .page-template-page-clinic .section-features > .feature-block:first-child {
    padding-top: 52px;
  }

  .section-features {
    margin-top: 0;
    padding-top: 44px;
    background: none;
    background-color: #fff;
  }

  .home .section-features,
  .page-template-page-clinic .section-features {
    background: url('../images/features-bg.png') right top / contain no-repeat;
    background-color: #fff;
  }

  .home .section-features > .feature-block:nth-child(2) {
    background: #FFF8E7;
  }

  .page-template-page-clinic .features-badge {
    display: none;
  }

  .feature-block .hero__badges {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
    max-width: 340px;
    margin: var(--spacing-lg) auto 0;
    padding: 0;
  }

  .feature-block .hero__badges .badge-circle--yellow,
  .feature-block .hero__badges .badge-circle--green,
  .feature-block .hero__badges .badge-circle--blue {
    width: 150px;
    height: 150px;
    background-color: transparent;
    box-shadow: none;
  }

  .feature-block .hero__badges .badge-circle__main,
  .feature-block .hero__badges .badge-circle__sub {
    font-size: 20px;
  }

  .feature-block .hero__badges .badge-circle--blue .badge-circle__sub {
    font-size: 17px;
  }

  .feature-block .hero__badges .badge-circle--yellow,
  .feature-block .hero__badges .badge-circle--green,
  .feature-block .hero__badges .badge-circle--blue {
    gap: 8px;
  }

  .section__title-ja--features {
    align-items: center;
    font-size: 28px;
  }

  .features-badge {
    width: 98px;
    height: 108px;
  }

  .feature-block__inner {
    flex-direction: column !important;
    gap: var(--spacing-lg);
  }

  .feature-block__image-col {
    order: -1;
  }

  .feature-block {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .feature-block__number {
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }

  .feature-block__title {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
  }

  .feature-block__text-col {
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }


  .feature-block__desc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-block--center .feature-block__desc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-block--bg-02 {
    padding-top: 50px;
  }

  .feature-block--bg-03 {
    padding-top: 60px;
  }

  .feature-block-group--04-05 .feature-block:first-child .feature-block__image {
    margin-top: 50px;
  }

  .page-template-page-clinic .feature-block-group--04-05 .feature-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .feature-block__sub-cards {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-sm);
  }

  .feature-block__sub-cards .feature-sub-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: calc(50% - var(--spacing-sm) / 2);
    margin: 0 auto;
  }

  .feature-block__sub-images {
    grid-template-columns: 1fr;
  }

  .feature-block__sub-images .feature-sub-image:nth-child(3) {
    max-width: 100%;
  }

  /* Section titles */
  .section__title-ja {
    font-size: var(--font-size-3xl);
  }

  /* Medical */
  .section-medical__main-title {
    font-size: 60px;
  }

  .section-medical__deco {
    height: 120px;
  }

  .section-medical__deco--left {
    width: 120px;
    height: 120px;
    left: 0;
    clip-path: circle(100px at 12px 12px);
  }

  .section-medical__deco--right {
    width: 120px;
    height: 120px;
    right: 0;
    clip-path: circle(100px at calc(100% - 12px) 12px);
  }

  .section-medical__header {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section-medical__header .section-title {
    font-size: 32px;
  }

  .medical-grid {
    grid-template-columns: 1fr;
    border-radius: 48px;
    padding: 25px 0 0;
  }

  .medical-card {
    margin-left: 25px;
    margin-right: 25px;
  }

  .medical-card__title {
    font-size: 22px;
  }

  .medical-card:nth-child(3) .medical-card__title {
    font-size: 18px;
  }

  .section-worries__heading-bg--pc {
    display: none;
  }

  .section-worries__heading-bg--sp {
    display: block;
    width: 90%;
  }

  .section-worries__title {
    font-size: 16px;
  }

  .worry-card__title {
    font-size: 16px;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .worry-card {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .worry-card__arrow {
    width: 22px;
    height: 22px;
  }

  .worry-card__arrow img {
    width: 11px;
    height: 6px;
  }

  .section-worries {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-worries__heading {
    margin-bottom: 6px;
  }

  .worry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .worry-grid a:nth-child(5):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 8px);
  }

  .worry-card {
    padding: var(--spacing-sm) var(--spacing-xs);
  }

  .worry-card__icon-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }

  /* Self-pay */
  .section-selfpay {
    background-image: url('../images/selfpay-bg-sp.png');
  }

  .section-selfpay .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .selfpay-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .selfpay-card {
    width: calc(50% - 6px);
    height: 90px;
    border-radius: 18px;
  }

  .selfpay-card__image-wrapper {
    width: 40%;
  }

  .selfpay-card__image {
    width: 60px;
  }

  .selfpay-card__body {
    padding: 6px 6px;
    padding-right: 20px;
  }

  .selfpay-card__title {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }

  .selfpay-card__arrow {
    right: 7px;
  }

  .selfpay-card__arrow.arrow-circle {
    width: 12px;
    height: 12px;
  }

  .selfpay-card__arrow.arrow-circle img {
    width: 6px;
    height: 4px;
  }

  /* Medical card arrow */
  .medical-card__arrow.arrow-circle {
    width: 21px;
    height: 21px;
  }

  /* Doctors */
  .section-doctors__heading-area {
    display: none;
  }

  .section-doctors__bg {
    padding-top: 0;
  }

  .doctor-profile {
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-lg);
  }

  .doctor-profile__section-title {
    text-align: center;
    font-size: 32px;
    display: block;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    margin: 0;
  }

  .doctor-profile--main .doctor-profile__text-col {
    order: 2;
  }

  .doctor-profile--main .doctor-profile__image-col {
    order: 1;
  }

  .doctor-profile--main .doctor-profile__image-col {
    width: 100%;
  }

  .doctor-profile--main .doctor-profile__image-wrapper .doctor-profile__name-area {
    justify-content: center;
    width: 100%;
  }

  .doctor-profile--main .doctor-profile__image-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .doctor-profile__name {
    font-size: 32px;
  }

  .clinic-photos {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }

  .clinic-photos {
    display: none;
  }

  .clinic-photos-sp {
    display: block;
  }

  .clinic-photos-sp__image {
    padding-bottom: 48px;
  }

  .section-doctors__bg {
    padding-bottom: 0;
  }

  /* Column */
  .section-column__header {
    justify-content: center;
    position: relative;
  }

  .section-column__title {
    font-size: 28px;
  }

  .section-column__more-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .column-card {
    max-width: 350px;
    min-height: 162px;
    flex-direction: row;
    margin: 0 auto;
  }

  .column-card__image-wrapper {
    width: auto;
    min-width: auto;
    padding: 38px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .column-card__image {
    width: 86px;
    height: 86px;
    border-radius: var(--radius-sm);
  }

  .column-card__body {
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
  }

  .column-card__date {
    font-size: 12px;
  }

  .column-card__title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .column-card__excerpt {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .column-card__more {
    font-size: 12px;
  }


  /* Recruit */
  .section-recruit__bg {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .section-recruit .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-recruit__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-recruit__heading {
    text-align: center;
    margin-bottom: var(--spacing-md);
  }

  .section-recruit__label {
    font-size: 40px;
  }

  .recruit-role__circle {
    width: 70px;
    height: 70px;
  }

  .recruit-roles {
    gap: var(--spacing-sm);
    flex-wrap: wrap;
  }

  /* Congestion */
  .section-congestion .section-title {
    font-size: 20px;
  }

  .congestion-subtitle {
    display: none;
  }

  .congestion-legend {
    border-radius: 46px;
    column-gap: var(--spacing-lg);
    row-gap: 0;
    gap: 0 var(--spacing-lg);
  }

  .congestion-legend__item {
    font-size: 16px;
  }

  .congestion-legend__item--empty {
    flex-basis: 100%;
    justify-content: center;
  }

  .congestion-legend__icon {
    width: 23px;
    height: 23px;
  }

  .congestion-table-wrapper {
    overflow-x: auto;
  }

  .congestion-table__th,
  .congestion-table__th--sat {
    padding: 6px 4px;
  }

  .congestion-table__td {
    padding: 8px 2px;
  }

  .congestion-table__td--label {
    padding: 6px 12px;
  }

  .congestion-legend {
    gap: var(--spacing-sm);
  }

  /* Access */
  .section-access {
    padding: 47px 0 66px;
  }

  .section-access .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .access-info {
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-lg);
  }

  .access-info__left {
    text-align: center;
    width: 100%;
  }

  .access-info__logo .header__logo-full {
    width: 220px;
    height: 81px;
  }

  .access-info__address {
    font-size: 20px;
  }

  .access-page-top .access-info__cta-group .header__cta--line {
    display: none;
  }

  .access-page-top .access-info__cta-group {
    justify-content: center;
  }

  .access-page-top .access-info__cta-group .header__cta--phone {
    flex: 1;
    margin-left: 30px;
    margin-right: 30px;
  }

  .access-info__right {
    max-width: 100%;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .access-info__right .schedule-table {
    margin-bottom: 0;
  }

  .access-info__cta-group {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .access-map__embed {
    display: flex;
    flex-direction: column;
  }

  .access-map__action {
    position: static;
    order: -1;
    padding: 0 16px 35px;
    text-align: center;
  }

  .access-map__embed iframe {
    height: 300px;
  }

  /* Clinic Page - 当院の思い */
  .section-thought {
    min-height: 360px;
  }

  .section-thought__title {
    font-size: 24px;
  }

  .section-thought__text--large {
    font-size: 20px;
  }

  .section-thought__text--small {
    font-size: 13px;
  }

  .section-thought__title {
    margin-bottom: 30px;
  }

  .section-thought__text--large {
    margin-bottom: 30px;
  }

  .section-thought__inner {
    padding: 60px 20px;
  }

  /* Clinic Page - 院内紹介 */
  .page-template-page-clinic .section-clinic-medical {
    padding-bottom: 60px;
  }

  .section-clinic-medical .section-title {
    font-size: 24px;
    margin-bottom: 55px;
  }

  .page-template-page-clinic .section-gallery__title {
    font-size: 24px;
    margin-bottom: 65px;
  }

  .section-gallery__inner {
    padding: 0 16px;
  }

  .section-gallery__main {
    gap: 16px;
  }

  .section-gallery__main-image {
    width: 100%;
    max-width: 100%;
    flex-shrink: 1;
  }

  .section-gallery__arrow img {
    width: 16px;
    height: 30px;
  }

  .section-gallery__thumbs {
    gap: 8px;
  }

  .section-gallery__thumb {
    width: calc(20% - 8px);
    height: auto;
  }

  /* Clinic Page - 診療内容 */
  .clinic-medical-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .clinic-medical-card__image {
    height: auto;
  }

  .clinic-medical-card__body {
    padding: 16px;
  }

  .clinic-medical-card__title {
    font-size: 18px;
  }

  /* Clinic Page - 患者さんへのご案内 */
  .section-patient-notice {
    padding: var(--spacing-3xl) 10px;
  }

  .section-patient-notice__title {
    font-size: 23px;
    margin-bottom: 32px;
  }

  .section-patient-notice__sub-heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    padding: 10px 20px;
  }

  .section-patient-notice__body,
  .section-patient-notice__sub-body {
    padding: 0 20px;
  }

  /* Ortho Page */
  .section-ortho-about__checklist {
    padding: 0 20px 30px !important;
    border-radius: 30px 30px 30px 2px !important;
  }

  .ortho-checklist-heading__pc {
    display: none !important;
  }

  .ortho-checklist-heading__sp {
    display: inline-block;
    background-color: #018E4A;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 13px;
    border-radius: 30px;
    letter-spacing: 0.1em;
  }

  .section-ortho-about__checklist-columns {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .section-ortho-about__title {
    font-size: 24px !important;
  }

  .section-ortho-about__subtitle {
    font-size: 20px !important;
    text-align: center;
  }

  .section-ortho-about__content {
    display: flex;
    flex-direction: column;
  }

  .section-ortho-about__image {
    order: -1;
  }

  .pc-only {
    display: none !important;
  }

  .section-ortho-treatment__title,
  .section-ortho-rehab__title,
  .section-ortho-menu__title,
  .section-ortho-faq__title {
    font-size: 24px !important;
  }

  .section-ortho-about__title,
  .section-ortho-faq__title,
  .section-ortho-menu__title,
  .section-ortho-rehab__title,
  .section-ortho-treatment__title {
    padding-top: 64px !important;
    padding-bottom: 48px !important;
  }

  .section-ortho-treatment__subtitle,
  .section-ortho-rehab__subtitle {
    font-size: 20px !important;
    text-align: center;
  }

  .section-ortho-rehab__subtitle {
    text-align: center;
  }

  .section-ortho-rehab__image {
    order: -1;
  }

  .section-ortho-about__content,
  .section-ortho-treatment__content,
  .section-ortho-rehab__content,
  .section-ortho-menu__grid,
  .ortho-faq__content {
    padding-top: 0 !important;
  }

  .section-ortho-about > .container,
  .section-ortho-treatment > .container,
  .section-ortho-rehab > .container,
  .section-ortho-menu > .container,
  .section-ortho-faq > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .section-ortho-about__content,
  .section-ortho-treatment__content,
  .section-ortho-rehab__content {
    flex-direction: column !important;
  }

  .section-ortho-menu__btn {
    width: 100% !important;
  }

  .section-ortho-menu__grid {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  .ortho-faq__q-row,
  .ortho-faq__a-row {
    flex-direction: column;
    gap: 12px;
  }

  .ortho-faq__a-row {
    flex-direction: column-reverse;
  }

  .ortho-faq__q-box {
    margin-left: 0 !important;
    padding: 20px 15px !important;
  }

  .ortho-faq__a-box {
    margin-right: 0 !important;
    padding: 20px 15px !important;
  }

  .ortho-faq__q-box::before {
    display: block;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #3A1E08;
    border-top: none;
  }

  .ortho-faq__a-box::after {
    display: block;
    right: auto;
    left: 50%;
    top: -12px;
    bottom: auto;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #018E4A;
    border-top: none;
  }

  .ortho-faq__q-row,
  .ortho-faq__a-row {
    gap: 25px;
  }

  .ortho-faq__q-text {
    font-size: 17px;
  }

  .ortho-faq__a-text {
    font-size: 14px;
  }

  .ortho-faq__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }

  .section-ortho-faq,
  .section-ortho-rehab {
    padding-bottom: 0 !important;
  }


  /* Schedule Intro */
  .section-schedule-intro {
    padding: 64px 0 30px;
  }

  .section-schedule-intro .section-access-detail__title {
    padding-bottom: 64px;
    margin: 0;
  }

  .section-access-detail {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-access-detail__title {
    font-size: 24px;
    padding-bottom: 45px;
    margin: 0;
  }

  .section-access-detail__heading {
    font-size: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-access-detail__map-area {
    display: flex;
    flex-direction: column;
  }

  .section-access-detail__map-btn {
    position: static !important;
    order: -1;
    margin: 0 auto 20px;
  }

  .section-access-detail__block {
    padding-bottom: 50px !important;
  }

  .section-access-detail__block:last-child {
    padding-bottom: 0 !important;
  }

  .section-access-detail__body--with-map {
    flex-direction: column !important;
  }

  .section-access-detail__body-map {
    width: 100% !important;
  }

  .patient-notice__subheading {
    font-size: 15px;
    padding: 10px 16px;
  }

  /* Footer */
  .footer__grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__link br {
    display: none;
  }

  .footer__link-btn {
    width: 215px;
  }

  .footer__bottom-cta {
    flex-direction: column;
    gap: var(--spacing-sm);
  }

  /* Accident Banner badge */
  .accident-banner__badge {
    width: 90px;
    height: 90px;
    font-size: 10px;
  }

  /* ---- 404 Page ---- */
  .section-404 {
    padding: 60px 0;
  }

  .section-404__title {
    font-size: 28px;
  }

  .section-404__message {
    font-size: 16px;
  }

  .section-404 .btn--google-map {
    width: 240px;
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* ---- Fixed mobile CTA (SP only) ---- */
@media (max-width: 768px) {
  .mobile-fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: var(--z-overlay);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-fixed-cta__inner {
    width: 100%;
    height: auto;
    display: flex;
  }

  .mobile-fixed-cta__inner .header__cta {
    flex: 1;
  }

  .mobile-fixed-cta__inner .header__line-text {
    white-space: nowrap;
    letter-spacing: 2px;
    padding-right: 25px;
    font-size: 20px;
  }

  .mobile-fixed-cta__inner .header__cta--line {
    align-items: center;
    justify-content: center;
  }

  .mobile-fixed-cta__inner .header__line-text br {
    display: none;
  }

  /* Column Archive */
  .section-column-archive {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-archive {
    flex-direction: column;
  }

  .column-archive__sidebar {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }

  .column-archive__main {
    order: 1;
  }

  .column-archive__thumb {
    width: 80px;
    height: 80px;
    border-radius: 20px 20px 20px 5px;
  }

  .column-archive__title {
    font-size: 16px;
  }

  .column-archive__excerpt {
    font-size: 13px;
    line-height: 22px;
  }

  .column-archive__date {
    font-size: 12px;
  }

  /* Column Single */
  .column-article__title {
    font-size: 22px;
  }

  .section-title-deco {
    width: 80px;
    margin-top: 18px;
  }

  .doctor-profile__section-title-text > .section-title-deco,
  .section-title-deco-wrap > .section-title-deco {
    margin-top: 18px;
  }

  .section__title-ja--features-deco {
    /* SP: badge_width / 2 = 98 / 2 */
    transform: translate(-49px, -10px);
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .mobile-fixed-cta {
    display: none;
  }
}

/* ---- Tablet (769px ~ 1100px) ---- */
@media (min-width: 769px) and (max-width: 1100px) {
  .container {
    padding: 0 30px;
  }
}
