@charset "UTF-8";

ul, dl, li {
    list-style: none;
}


/** page css
 */
.page-shock-wave .hallux-valgus-section-title, .page-ingrown-toenails-treatment .hallux-valgus-section-title {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.lt-span {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
/*banner-section css*/
.banner-section, .banner-section-children {
    position: relative;
    width: 100%;
    height: 323px;
    overflow: hidden;
    margin: 0 auto 66px auto;
}

.flex-content-container-children .banner-section {
    height: auto;
}

.banner-section .banner-img img {
    width: 100%;
    height: 322px;
    object-fit: cover;
    display: block;
    opacity: 0.64;
}

.banner-section .banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
    padding: 0.3em 2.5em;
    border-radius: 12px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: pre-line;
}
@media (max-width: 767px) {
    .banner-section, .banner-section .banner-img img {
        height: 120px;
    }
    .banner-section .banner-title {
        font-size: 1.2em;
        padding: 0.1em 0.8em;
    }
	.personal_information_page .banner-section .banner-title {
		font-size: 21px;
    	white-space: nowrap;
	} 
	.personal_information_page .banner-section {
		margin-bottom: 20px;
	}
	.personal_information_container {
		max-width: 280px;
		margin: 0 auto;
	}
	.personal_information_content {
		display: flex;
    	flex-direction: column;
    	gap: 30.82px;
	}
	.personal_information_title {
		margin-bottom: 18.2px;
	}
	.personal_information_content_main, .personal_information_content_other_content {
		line-height: 1.4em;
	}
	.personal_information_content_other_title {
		line-height: 1.14em;
	}
}

/*banner-section css*/

.examination-list {
    margin: 103px 40px 0;

    img {
        width: 100%;
    }
}
.examination-list .item {
    width: 900px;
    margin: 0 auto 30px;
    display: flex;
}
.examination-list dt {
    width: 387px;
    margin-right: 35px;
    flex-shrink: 0;
    padding-top: 30px;
}
.examination-list dd {
    font-size: 14px;
    border-bottom: 1px solid rgb(110, 37, 4);
    padding-bottom: 30px;
}
.examination-list .item:last-child dd {
    border-bottom: 0;
}
.examination-list dd .num {
    font-size: 38px;
    font-family: "DINNextLTPro-Light";
    line-height: 1.4em;
    margin-bottom: 20px;
}
.examination-list dd .list-title {
    font-size: 20px;
    margin-bottom: 30px;
}
.examination-list dd .item-text {
    margin-bottom: 20px;
}
.examination-list dd .item-text:last-child {
    margin-top: 0;
}
.examination-list dd .item-text .red {
    font-size: 16px;
}
/* .examination-list .item.spe .item-text {
    color: #606060;
} */
.examination-list .item.spe .red {
    font-size: 14px;
}
.examination-list .btn-list {}
.examination-list a:not(.btn-spe) {
    display: block;
    margin: 0 auto;
    width: 209px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.examination-list a:not(.btn-spe):first-child {
    background-color: #C9D8BF;
    color: #6E2504;
    margin-top: 30px;
    border: 1px solid #C9D8BF;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;;
}
.examination-list a:not(.btn-spe):last-child {
    background-color: #30623CE6;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #30623CE6;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.examination-list a:not(.btn-spe):hover {
    background-color: #fff;
    color: #748092;
    border: 1px solid #748092;
}
.examination-list a.btn-spe {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.examination-list a.btn-spe span {
    font-size: 14px;
    margin-bottom: 6px;
}
.examination-list a.btn-spe svg {
    width: 23px;
    height: 13px;
}
.examination-list a.btn-spe path {
    fill: #3F7652;
}

.text-underline {
    text-decoration: underline;
}

.top-section {
    position: relative;
}

.title-container {
    position: absolute;
    top: 0;
    margin: 131px 0 10px calc((100% - 980px) * 0.5);
    left: 400px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.main-section-container {
    max-width: 818px;
    margin: 64px auto;
}

.grid-shiritai {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
}

.grid-container {
    display: flex;
    justify-content: center;
}

.grid-block {
    display: flex;
    justify-content: center;
    border: 2px solid #AD9F91;
    width: 171px;
    height: 40px;
    transition: all 0.2s ease, visibility 0s;
    a {
        color: #574632;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
}

.grid-block:hover{
    background: #9D7F61;
    border: 1px solid #000;
    a{
        color: #fff;
    }
}

.app-section {
    background: rgb(247, 241, 227);
    min-width: 980px;
    width: 100%;
}

.app-section-container {
    display: flex;
    flex-direction: column;
}

.app-section__inner {
    width: 775px;
    height: auto;
    position: relative;
    margin: 66px 0 10px calc((100% - 980px) * 0.5);
    left: 102px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.app-section__content {
    display: grid;
    grid-template-rows: repeat(2, min-content) 1fr;
    height: auto;
    width: 941px;
    margin: 75px auto;
}

.inline-content {
    height: auto;
    width: 941px;
    pointer-events: none;
    position: relative;
}

.mesh-container-content {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

.comp-m2u9qagv {
    width: 236px;
    height: 65px;
    position: relative;
    margin: 0 0 0 0;
    left: 156px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.comp-m2u9qagv {
    --fill-opacity: 1;
    --stroke-width: 3;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #FFFFFF;
    --svg-calculated-padding: 1px 2px 2px 1px;
    --svg-calculated-width: calc(100% - 3px);
    --svg-calculated-height: calc(100% - 3px);
}

.VDJedC, .VDJedC svg{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.VDJedC {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: none;

    svg {
        overflow: visible;
        height: var(--svg-calculated-height, 100%);
        margin: auto;
        padding: var(--svg-calculated-padding, 0);
        width: var(--svg-calculated-width, 100%);

    }
}

.app-section__content-top {
    position: relative;
}

.app-section__content-main {
    display: flex;
}

#comp-m2u9tjux {
    width: 214px;
    height: auto;
    position: absolute;
    margin: 9px 0 21px 0;
    top: 0;
    left: 167px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.content-main-right {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    justify-content: space-between;
}

.app-code-info {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 35px;
}

.app-section__content-bottom {
    display: flex;
    justify-content: flex-end;
}

.app_link_entry {
    margin-left: 10px;
    background: #404040;
    border-radius: 200px;
    border: 0 solid rgb(65, 117, 134);
    transition: all 0.2s ease, visibility 0s;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    width: 33px;
    height: 31px;
}

.wixui-button {
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%;
}

.app_link_entry_container {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.app_link_info {
    .wixui-rich-text__text {
        color: #0b0b0b;
    }
}

.wixui-button__icon {
    transition: inherit;
    fill: #FFFFFF;
    width: 25px;
    height: 25px;
}

.line-block {
    visibility: hidden;
    height: 207px;
    width: 0;
    grid-area: 1 / 1 / 3 / 2;
}

/* reservation-section css */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { 
  font-family: sans-serif;
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 980px;
  } 
}

.reservation-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 990px;
    margin: 0 auto;
}

.btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 241px;
    height: 65px;
    padding: 8px 12px;
    margin: 8px;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
}

.btn--primary:hover {
    background-color: #574632;
}

.btn--secondary:hover {
    background-color: #886047;
    color: #fff0ff;
}

.btn--primary {
    /* background-color: #8C6940; */
    background-color: #9D7F61;
    color: #fff;
    /* border: none; */
    border: 1px solid #6e2504;
    width: inherit!important;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.btn--secondary {
    background-color: #F5F1E4;
    color: #8C6940;
    border: 1px solid #4A7A36;
    font-size: 21px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.reservation-info {
    margin: 70px 0 60px 0;
    text-align: left;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    .info-title {
        font-size: 18px;
    }
}
/* .reservation-info p {
    margin-bottom: 12px;
} */
.reservation-info .highlight {
    color: #C12E1B;
}
.reservation-info .underline {
    text-decoration: underline;
}
.personal_information_page .underline {
	text-decoration: underline;
	color: #000;
}

.phone-section {
    margin: 32px 0;
}
.phone-btn {
    width: 276px;
    height: 59px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #7F3F00;
    text-decoration: none;
    padding: 3px;
    border-radius: 50px;
    border: 0 solid rgb(63, 118, 82);
    background: #F5F3ED;
    justify-content: center;
    transform-origin: center bottom;
}

.phone-btn_animation {
    transition: all 0.2s ease, visibility 0s;
    animation: ring 1.5s ease-in-out infinite;
}

.phone-btn:hover {
    background-color: #8C6940;

    span {
        color: #fff;
    }

    svg {
        transform: scale(1.2);

        path {
            fill: #fff;
        }
    }
}
.phone-btn {
    span {
        transition: inherit;
        margin: 0 4px 0 0;
        font-style: normal;
        letter-spacing: 0.25em;
        font-family: "AvenirLTPro-Light", sans-serif;
        display: initial;
        color: #6E2504;
        font-weight: 700;
        font-size: 17px;
    }

    svg {
        width: 29px;
        height: 29px;
        transition: transform 0.3s ease;
        display: inline-block;
        transform-origin: center center;

        path {
            fill: #6E2504;
        }
    }
}

@keyframes ring {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(15deg); }
    20%  { transform: rotate(-10deg); }
    30%  { transform: rotate(10deg); }
    40%  { transform: rotate(-5deg); }
    50%  { transform: rotate(5deg); }
    60%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.icon-phone {
    margin: 0 0 0 4px;
}

.additional-info {
    font-weight: 400;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
    color: #333;
    letter-spacing: 0.1em;
}
.additional-info .urgent {
    display: block;
    color: #8B0000;
    font-weight: bold;
    margin: 8px 0;
    font-size: 19px;
}
.additional-info .underline {
    text-decoration: underline;
	font-weight: 500;
    font-family: "AvenirLTPro-Light";
}
/* reservation-section css */

/* 診察の流れセクション */
.flow-section {
    position: relative;
    width: 100%;
    background: url('/wp/wp-content/themes/footwalk/images/footwalk/pc/f5d375_8055ff94a2194cbb89144fdfd517dab3~mv2(1).jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    margin-top: 170px;
}
.flow-section__title {
	font-size: 38px;
	color: #fff;
    margin-bottom: 16px;
}
.flow-section__desc {
	color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

/* ステップセクション */
.steps-section {
    max-width: 1200px; margin: 60px auto; padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.step {
    display: flex;
}

.step-content-container {
    display: flex;
    flex-direction: column;
}

.cost-section {
    padding: 60px 20px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}
.cost-section__title {
    font-size: 32px;
    width: 337px;
    border-bottom: 1px solid #824700;
    padding-bottom: 8px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}
.cost-section__subtitle {
    font-size: 19px;
    margin-bottom: 4px;
}
.cost-section__note {
    font-size: 15px;
    color: #C12E1B;
}

.qa-section {
    background-color: #CCD8C196;
    max-width: 1920px;
    margin: 0 auto;
}

.qa-section-container {
    max-width: 1000px;
    margin: 0 auto;
}

.qa-section-container {
    padding: 40px 20px;
    text-align: left;
}

.img-gallery {
    display: flex;
    align-items: end;
    margin-top: 70px;
}

.img_1, .img_2, .img_3 {
    margin-right: 60px;
}

/* 初診予約ボタン */
.reserve-btn {
    width: 397px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #30623C;
    text-decoration: none;
    padding: 14px 60px;
    border-radius: 50px;
    font-size: 20px;
	transition: inherit;
    margin: 0px 4px 0px 0px;
    font-style: normal;
    letter-spacing: 0.25em;
    font-family: "AvenirLTPro-Light", sans-serif;
    font-weight: 700;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.reserve-btn:hover {
	background: #30623C;
	color: #ffffff;
}
.reserve-btn:hover .arrow svg path {
	fill: #ffffff;
}

.btn_bottom {
    margin: 50px 0 50px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.reserve-btn .arrow {
    display: flex;
	justify-content: center;
    align-items: center;
    margin-left: 8px;
    font-size: 16px;
}

.reserve-btn .arrow svg {
    width: 37px;
    height: 37px;
}

.reserve-btn .arrow svg path {
    fill: #30623C;
}

.qa-section__question {
    position: relative;
    font-size: 24px;
    color: #5D3C36;
    margin: 40px 0;
    padding: 0 20px;
    text-align: left;
}
.qa-section__question::before,
.qa-section__question::after {
    content: '';
    position: absolute;
    left: 20px;
    width: 449px;
    height: 6px;
    background: #fff;
}
.qa-section__question::before { top: -20px; }
.qa-section__question::after  { bottom: -20px; }

.qa-section__answer {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    padding-left: 20px;
}

.qa_text {
    font-size: 15px;
}

.qa-button_p {
	display: flex;
    justify-content: center;
    align-items: center;
}
.qa-button {
    margin: 40px;
    width: 260px;
    height: 43px;
    display: flex;
	justify-content: center;
    align-items: center;
    background: rgba(48, 98, 60, 0.9);
    color: #fff;
    text-decoration: none;
    padding: 6px 36px;
    font-size: 19px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.main-content {
    display: flex;
    flex-direction: column;
}

.container-content {
    position: relative;
}

.title-section {
    width: 980px;
    top: 186px;
    background: #fff;
    position: absolute;
    margin: 0 0 32px calc((100% - 980px) * 0.5);
    left: 0;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

.title-content {
    display: flex;
    flex-direction: column;
}
h1, h2, p{
    margin: 0;
}

a {
    text-decoration: none;
}



.faq__question {
    font: 18px / 1.4em "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
}

.link-content {
    position: relative;
    width: 980px;
    margin: 100px 0 65px calc((100% - 980px) * 0.5);
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.container-link-content {
    background-color: rgba(230, 222, 202, 0.51);
}

.flex-box-container {
    padding: 32px;
    display: flex;
    flex-flow: column;
}

/* FAQ */
.faq {
    padding: 0;
}

.faq__item {
    border-bottom: 1px solid #1d3b2a;
	padding: 10px 0;
}
.faq__item summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 24px 0;
    font-size: 20px;
    color: #1d3b2a;
	display: flex;
    align-items: center;
	height: 80px;
}
.faq__item summary::-webkit-details-marker {
    display: none;
}
.faq__answer {
    color: #573713 !important;
}
.faq__answer p,  .faq__answer p span{
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R";
}
.faq__item summary::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #434a36;
    border-bottom: 2px solid #434a36;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease;
}
.faq__item[open] summary::after {
    transform: translateY(-50%) rotate(-135deg);
}
.faq__answer {
    padding: 0 0 40px;
    font-size: 16px;
    line-height: 1.5em;
    color: #555;
}

/* アクセス Map セクション */
.map-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #fff;
    text-align: center;
	margin-top: 117px;
}
.map-address {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
	font-weight: 600;
    line-height: 2em;
}
.map-address .highlight {
    color: #C12E1B;
}
.map-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 4px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.dennsy-section-container, .kaisya-section-container {
    background-color: #EEEEE9;
	/* margin: 0 40px; */
  width: calc(100% - 40px - 40px);
  margin-left: auto;
  margin-right: auto;
  min-width: 980px;
}
@media screen and (min-width: 769px) {
  .dennsy-section-container, .kaisya-section-container {
    min-width: 980px;
  } 
}

.dennsy-section-content, .kaisya-section-content {
    padding: 80px 0;
	padding-top: 83px;
    max-width: 707px;
    margin: 0 auto;
}

.dennsy-step {
    display: flex;
    margin-top: 37px;
	font-weight: 400;
	color: #000;
}

.dennsy-section, .kaisya-section {
    max-width: 1920px;
    margin: 0 auto;
}

.dennsy-section-title, .kaisya-section-title {
    font-family: "FOT-筑紫ゴシック Pr5N D","FOT-筑紫ゴシック Pr5 D","FOT-筑紫ゴシック Pro B",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif!important;
    margin-left: calc((100% - 980px) * 0.5);
    margin-bottom: 21px;
    color: #6e2504;
    position: relative;
    left: 7px;
    .wixui-rich-text__text {
        display: block;
    }
}

.dennsy-section-content-left {
    margin-right: 40px;
}

.dennsy-section-content-left.four {
    width: 460px;
    display: flex;
    justify-content: center;
}

.map_img {
    display: flex;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

/* お問い合わせセクション */
.contact-section { text-align: center; padding: 150px 20px; background: #fff; margin-bottom: 100px; }
.contact-text { color: #824700; font-size: 16px; margin-bottom: 20px; }
.contact-btn {
    align-items: center;
    background-color: #3F7652;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 15px;
    width: 246px;
    height: 59px;
    letter-spacing: 0.25em;
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}
.contact-btn {
    align-items: center;
    justify-content: center;
    svg {
        width: 37px;
        height: 37px;
        transition: transform 0.3s ease;
        display: inline-block;
        transform-origin: center center;

        path {
            fill: #FFFFFF;
        }
    }
}

.contact-btn:hover {
    background: #fff;
    color: #824700;

    svg {
        transform: scale(1.2);
        path {
            fill: #824700;
        }
    }
}
.facility-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* hospital */
/* banner */
.banner {
    width: 100%;
    position: relative;
}
.banner h1 {
    color: #fff;
    font-size: 41px;
	font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.hospital .insurance .text .title a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hospital .common-part h2 {
    background: #E6DECA;
    color: #6E2504;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 33px 0 6px 492px;
}
.hospital .common-part .list {
    display: flex;
    row-gap: 60px;
    /*     width: 86.7%;
        margin: 50px auto 0; */
    margin-bottom: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.hospital .common-part .list li {
    /* padding: 0 28px; */
    width: 434px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.hospital .common-part .list .pic {
    margin-bottom: 17px;
    height: 258px;
    overflow: hidden;
}
.hospital .common-part .list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hospital .common-part .list .title {
    font-family: "FOT-筑紫ゴシック Pr5N M","FOT-筑紫ゴシック Pr5 M";
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    box-sizing: content-box;

    a {
        width: auto;
        height: auto;
        margin: 0;
        background: none;
        font-size: unset;
        border-radius: unset;
    }
}
.hospital .common-part .list .item-text {
    font-size: 14px;
    color: #404040;
}
.hospital .common-part.person {
    margin-top: 80px;
}
.hospital a {
    width: 262px;
    height: 74px;
    margin: 100px auto 70px;
    background: #C9D8BF;
    color: #574632;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hospital a:hover {
    background: #D1D3C6;
	color: #000000;
}

.green {
    color: #30623C;
}
.green2 {
    color: #3f7652;
}

@media screen and (max-width: 1302px) {
    .hospital .common-part .list {
        display: flex;
        row-gap: 60px;
        width: 868px;
    }
}
@media screen and (max-width: 768px) {
	.foot-disease .article-section {
		padding: 40px 0;
	}
	#first_jump h2{
		font-size: 15px;
		height: 58px;
	}
	.entry-content .page-osteoporosis .consult-section {
		margin-bottom: 65px;
	}
	.flex-content-container.foot-disease .disease-buttons {
		margin-top: 26px;
	}
	.foot-disease .disease-buttons.sp_block {
		display: flex !important;
		margin-top: 26px;
	}
	.entry-content .foot-disease .article-section .banner-text {
		padding: 0;
	}
	.overview__label {
		
	}
    .disSP {
        display: block;
    }
    .disPC {
        display: none;
    }
    /* banner */
    .banner img {
        opacity: .73;
    }
    .banner h1 {
        font-size: 22px;
    }
    /* hospital */
    .hospital .common-part h2 {
        padding: 0 0 0 14px;
        font-size: 23px;
        height: 42.5px;
        line-height: 42.5px;
    }
    .hospital .common-part .list  {
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
        gap: 40px;
    }
    .hospital .common-part .list li {
        width: 100%;
        padding: 20px 20px 0;
    }
    .hospital .common-part .list .pic {
        margin-bottom: 14px;
        height: 154px;
    }
    .hospital .common-part .list .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .hospital .common-part .list .item-text {
        font-size: 16px;
        line-height: 1.4em;
    }
    .hospital .common-part.person {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .hospital a {
        font-size: 15px;
        width: 37.5%;
        height: 42px;
        line-height: 42px;
    }
}

/*appointment*/
.work-time-container {
    display: flex;
}
.work-time-contaier-left {
  width: 40%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.work-time-contaier-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex:1;
    width: 60%;
    .worktime-schedule {
        font-size: 11px;
        line-height: 1.5em;
        color: #B30606;
        column-count: 2;
        width: 500px;
		justify-content: space-between;
        margin: 0 auto;
        display: flex;
		align-items: baseline;

        .worktime-schedule_right {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
			gap: 48px;
        }
    }
}

.work-time-head {
    display: flex;
    flex-direction: column;
}

.head-line {
    width: 194px;
    height: 2px;
    margin: 0 0 15px 0;
    background: #ccd8c1;
}

.work-time-head h2 {
    font-size: 1.5rem;
    margin: 0;
}

.work-time, .schedule-time{
    margin-top: 50px;
}

.work-time-head .worktime, .scheduletime {
    display: flex;
    margin-bottom: 15px;

    svg {
        width: 49px;
        height: 49px;
    }
}

.time-info {
    margin-bottom: 20p
x;
}

.reception {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.schedule-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule-time-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0;

    .head-line {
        width: 296px;
    }
}

.schedule-img {
    margin-bottom: 50px;
    img {
      max-width: 616px;
    }
}

.appointment-contaier {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.appointment-text {
    margin-bottom: 28px;
}

.appointment-link {
    border: 0 solid rgb(63, 118, 82);
    background: #30623C;
    border-radius: 10px;
    width: 176px;
    height: 40px;

    a {
        color: #ffff;
    }

    .appointment-btn {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .btn-label {
        font-size: 18px;
        letter-spacing: 0.25em;
        font-weight: 700;
        font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
        max-width: 100%;
        min-width: 1.8em;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .btn-icon {
        fill: #fff;

        svg {
            width: 37px;
            height: 37px;
        }
    }
}

.appointment-code, .entry-link {
    a {
        color: #000;
    }
}

.svg-img {
    width: 33px;
    height: 31px;
    background: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    border: 0 solid rgb(65, 117, 134);

    svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
}


.appointment-code {
    display: flex;
}

.entry-link {
    a {
        display: flex;
        gap: 15px;
    }
}
.entry-info .wixui-rich-text__text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
}

.entry-info {
    display: grid;
    align-items: flex-start;
    margin-left: 504px;
    gap: 24px;
}
.bottom-map {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom-map-title {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    position: relative;
    max-width: 300px;

    a {
        transition: all 0.2s ease, visibility 0s;
        padding: 3px;
        border-radius: 50px;
        border: 0 solid rgb(63, 118, 82);
        background: #76482C;
        color: #fff;
        width: 221px;
        height: 45px;

        .span_container {
            display: flex;
            justify-content: center;
            align-items: center;

            span {
                font-size: 18px;
                font-weight: normal;
                font-style: normal;
                letter-spacing: 0.25em;
                font-family: "AvenirLTPro-Light", sans-serif;
                text-align: center;
            }

            svg {
                transition: inherit;
                margin: 0 0 0 4px;
                fill: #FFFFFF;
                display: initial;
                width: 37px;
                height: 37px;
            }
        }
    }
    a:hover {
        background: #30623C;
    }
}
.bottom-map-title svg.pointer {
    position: absolute;
    left: -44px;
    top: 17px;
    fill: #AD9F91;
    width: 60px;
    height: 52px;
    transform: rotate(-0.05turn);
}

.finger-svg {
    width: 53px;
    height: 28px;
    transform: rotate(328.1701069246117deg);
    position: absolute;
    left: -31px;
    top: 33px;

    svg {
        width: 100%;
        height: 100%;

        path {
            fill: #AD9F91;
        }
    }
}

.map-container {
    margin-top: 100px;
    margin-bottom: 120px;
}
/* intro-page */
.intro-page {}
.intro-page .banner {
    margin-bottom: 100px;
}
.intro-page .breadcrumb {
    position: absolute;
    left: 50px;
    top: 1%;
    font-size: 13px;
}
.intro-page .breadcrumb a{
    color:#000;
    text-decoration:underline;
}
.intro-page .banner-main {
    width: 767px;
    height: 57.9%;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 0.87);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.intro-page .banner-main .title {
    font-size: 25px;
    margin-bottom: 30px;
}
.intro-page .banner-main .green {
    font-size: 29px;
    line-height: 2em;
    color: #3E9664;
}
.intro-page .common-part-title {
    color: #6E2504;
    font-weight: normal;
    font-size: 35px;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    letter-spacing: -0.05em;
    line-height: 2.5em;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
}
.intro-page .common-part-title::after {
    content: '';
    display: inline-block;
    width: 80.6%;
    height: 3px;
    background: rgb(204,216,193);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.intro-page .greeting-cont {
    color: #5C3535;
    line-height: 2em;
    text-align: center;
    margin-bottom: 60px;
}
.intro-page .greeting-cont .text {
    margin-bottom: 30px;
    font-family:  "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    letter-spacing: -0.05em;
	opacity: 0;
  	transition: opacity 1.5s ease, transform 1.5s ease;
	transition-delay: 0.5s; 
}
.intro-page .greeting-cont .text.is-visible {
	opacity: 1;
  	transform: translateY(0);
}
.intro-page .greeting-cont .text:last-child {
    margin-bottom: 0;
}
.intro-page .greeting-cont .text .name {
    font-size: 20px;
}
.intro-page .greeting-cont .pic {
    width: 556px;
    margin: 20px auto;
    overflow: hidden;
}
.intro-page .greeting-cont .pic img {
    width: 556px;
    height: 338px;
    object-fit: cover;
}
.intro-page .feature-cont {
    display: flex;
    margin-bottom: 200px;
}
.intro-page .feature-cont dt {
    width: 485px;
    flex-shrink: 0;
    padding-top: 80px;
    background: rgb(230, 222, 202);
    font-size: 42px;
    text-align: center;
    color: #6E2504;
}
.intro-page .feature-cont dt h2 {
    font-weight: normal;
    line-height: 1;
}
.intro-page .feature-cont dd {
    padding: 100px 80px 0;
    position: relative;
    width: 65%;
}
.intro-page .feature-cont dd::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(/wp/wp-content/themes/footwalk/images/footwalk/pc/a2361b_25cbef44ab614230ae4583139c57644c~mv2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .37;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.intro-page .feature-cont ul {
    position: relative;
    z-index: 1;
    line-height: 1.6em;
}
.intro-page .feature-cont li {
    margin-bottom: 100px;
}
.intro-page .feature-cont li p {
    line-height: 1.6em;
}
.intro-page .feature-cont li .title {
    color: #805206;
    font-size: 30px;
    line-height: 2em;
    margin-bottom: 20px;
}
.intro-page .feature-cont li .title .num {
    font-size: 63px;
    font-family: "DINNextLTPro-Light",sans-serif;
    color: #606060;
    opacity: .8;
    margin-right: 8px;
}
.intro-page .feature-cont li .text {
    color: #404040;
    font-size: 15px;
    line-height: 1.6em;
	margin-left: 10px;
}
.intro-page .doctor-cont {

}
.intro-page .doctor-cont .doctor-cont-main {
    background: rgba(209,211,198, 0.8);
    padding: 20px 0;
    img {
        width: 100%;
    }
}
.intro-page .doctor-cont dl {
    background: #fff;
    width: 91.69%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
.intro-page .doctor-cont dt {
    width: 32.68%;
    flex-shrink: 0;
    min-width: 300px;
    img {
      height: 100%;
      object-fit: cover;
    }
}
.intro-page .doctor-cont dd {
    flex: 1;
    /* padding: 50px 5% 0px; */
    padding: 80px 5%;
}
.intro-page .doctor-cont dd .name {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.intro-page .doctor-cont dd .green {
    font-size: 15px;
    line-height: 1.3em;
}
.intro-page .doctor-cont dd .red {
    color: #6E2504;
}
.intro-page .doctor-cont dd .posts {
    margin-bottom: 30px;
    font-size: 18px;
}
.intro-page .doctor-cont dd .text {
    margin-bottom: 30px;
}
.intro-page .doctor-cont dd .text:last-child {
    margin-bottom: 0;
}
.intro-page .message-cont {
    width: 936px;
    margin: 120px auto 200px;
}
.intro-page .message-cont .title {
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}
.intro-page .message-cont .title::after {
    content: '';
    display: inline-block;
    width: calc(100% - 180px);
    height: 3px;
    background: rgb(204,216,193);
    position: absolute;
    top: 50%;
    left: 180px;
    transform: translateY(-50%);
    z-index: 3;

}
.intro-page .message-cont .title span {
    font-family:"Playfair Display",serif;
    font-size: 40px;
    color: #AE633F;
}
.intro-page .message-cont  .text {
    font-size: 18px;
    line-height: 2em;
    padding: 0 20px;
}
.intro-page .facility {
    margin: 0 auto;
    width: calc(100% - 40px - 40px);
}

.intro-page .facility-list {
    padding: 50px 30px 100px 30px;
    background: #D1D3C6;
    margin-top: 50px;
    width: 100%;
}
.intro-page .facility-cont ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 28px;
    row-gap: 40px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.intro-page .facility-cont li {
    width: 100%;
    box-sizing: border-box;
}
.intro-page .facility-cont li .pic {
    margin-bottom: 20px;
    height: 211px;
}
.intro-page .facility-cont li .pic img {
    object-fit: cover;
    object-position: 50%;
    height: 100%;
    width: 100%;
}
.intro-page .facility-cont li .text {
    background: #fff;
    padding: 20px 10px;
    color: #6E2504;
    font-size: 13px;
    height: 215px;
}
.intro-page .facility-cont li .text .title {
    font-size: 25px;
    margin-bottom: 20px;
}
.intro-page .facility-cont li .text {
}

@media screen and (max-width: 1302px) {
    .hospital .common-part .list {
        display: flex;
        row-gap: 60px;
        width: 868px;
    }
}
@media screen and (max-width: 767px) {
    /*.disSP {*/
    /*    display: block !important;*/
    /*}*/
    /*.disPC {*/
    /*    display: none !important;*/
    /*}*/
    /* banner */
    .banner img {
        opacity: .73;
    }
    .banner h1 {
        font-size: 22px;
    }
    /* hospital */
    .hospital .common-part h2 {
        padding: 0 0 0 14px;
        font-size: 23px;
        height: 42.5px;
        line-height: 42.5px;
    }
    .hospital .common-part .list  {
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
        gap: 40px;
    }
    .hospital .common-part .list li {
        width: 100%;
        padding: 20px 20px 0;
    }
    .hospital .common-part .list .pic {
        margin-bottom: 14px;
        height: 154px;
    }
    .hospital .common-part .list .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .hospital .common-part .list .item-text {
        font-size: 16px;
        line-height: 1.4em;
    }
    .hospital .common-part.person {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .hospital a {
        font-size: 15px;
        width: 37.5%;
        height: 42px;
        line-height: 42px;
    }
}

/* お問い合わせ */
.contact-page .main-container {
	margin-top: 90px;
	margin-bottom: 200px;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
}
.contact-page .address-title ,
.contact-page .mail-title{
	margin-bottom: 4px;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
}
.contact-page .mail-link {
	color: #000;
}
.contact-page .address-block, .mail-block, 
.contact-page .form-block, .map-block {
	width: 44.93%;
}
.contact-page .map-block {
	height: 350px;
	margin-top: 10px;
}
.contact-form__submit .wpcf7-form-control {
	padding: 0;
}

/*足の病気*/
.search-container {
    margin: 80px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.foot-disease .search-container {
	margin-bottom: 200px;
	color: #000;
}

.search-desc {
    display: grid;
    gap: 12px;
    text-align: center;
    margin-bottom: 70px;
}

.foot-disease .search-desc {
	gap: 0;
}

.foot-disease .search-desc span {
	color: #000;
	line-height: 32px;
}

.search-btns {
    display: flex;
    flex-direction: row;
    gap: 34px;
}

.search-btn {
    width: 204px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #5c4632;
    border: 2px solid #b7a98a;
    background: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: border-color 0.2s, color 0.2s;
    font-family: "FOT-筑紫ゴシック Pr5N D","FOT-筑紫ゴシック Pr5 D", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
}

.search-btn:hover {
    background-color: #8C6940;
    color: #fff;
    border-color: #8b5c2a;
	color: #574632;
}

.foot-disease .search-btn {
	border: 2px solid #AD9F91;
}

.foot-disease .search-btn:hover {
	border: 1px solid #000000;
	background: #9D7F61;
}
@media (max-width: 767px) {
    .search-btns {
        flex-direction: column;
        gap: 18px;
    }
	.foot-disease .foot-img-title {
		margin-bottom: 0;
	}
    .search-btn {
        width: 90vw;
        max-width: 340px;
        padding: 14px 0;
        font-size: 1.1em;
    }
	.foot-disease .symptoms-section {
		padding: 50px 0 0;
	}
	.foot-disease .symptoms-section h2 {
		max-width: 280px;
   		margin: 0 auto 37px;
	}
	.foot-disease .symptom-item {
		width: 100%;
	}
	.flex-content-container.foot-disease .other-buttons {
		margin-top: 42px;
	}
}

.foot-container {
    display: flex;
    flex-direction: column;
}

.img-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.foot-img-title {
    margin-bottom: 20px;
}

.img-group {
    display: flex;

    a {
        display: block;
    }

    img {
        display: block;
    }
}

.img-group-left, .img-group-right {
    display: grid;
    gap: 0;
}

.foot-disease .img-group {
	width: 412px;
}

.foot-disease .img-group-left,
.foot-disease .img-group-right {
	display: block;
	margin: 0;
}

.foot-disease .img-group-right {
    margin-left: -1px;
}
.foot-disease .number {
	font-family: "Nunito Sans",nunito-sans,sans-serif;
}
.foot-disease .number-text:last-child a {
	margin-top: 65px;
}

.left-number, .right-number {
    display: grid;
}
.left-number {
    margin-right: 36px;

    a {
        display: grid;
        justify-content: end;
        margin-top: 54px;
        color: #000;

        p {
            text-align: right;
			margin-bottom: 2px;

            .number {
                font-size: 26px;
            }

            .foot-text {
                font-size: 21px;
                line-height: 1.8em;
            }
        }
    }

}

.right-number {
    margin-left: 36px;

    a {
        display: grid;
        margin-top: 54px;
        color: #000;

        p {
            text-align: left;

            .number {
                font-size: 26px;
            }

            .foot-text {
                font-size: 21px;
                line-height: 1.8em;
            }
        }
    }

}

/* 症状セクション */
.symptoms-section {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}
.symptoms-section h2 {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
}
.symptoms-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.symptom-item {
    position: relative;
    width: 306px;
    height: 352px;
    overflow: hidden;
    border-radius: 0; /* 角丸をなくす */
    cursor: pointer;
    transition: transform 0.3s ease;
}
.symptom-item img {
    width: 100%;
    display: block;
}
.symptom-item .label {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    background: rgba(119, 76, 39, 0.85);
    color: #fff;
    padding: 4px 0;
    font-size: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-disease .symptom-item .label {
	line-height: 62.6px;
	width: 75.16%;
	padding: 0;
	background: rgba(118,72,44, 0.74);
}

.other-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.foot-disease .other-buttons {
	margin-top: 100px;
}
.other-btn {
    background: #7A5F49;
    color: #fff;
    padding: 14px 36px;
    border-radius: 0; /* 角丸をなくす */
    font-size: 25px;
    transition: background 0.3s ease;
    width: 337px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-disease .other-btn  {
	background: rgba(118,72,44, 0.74);
}
.foot-disease .disease-section {
	padding-bottom: 0;
}
.foot-disease .disease-section .banner-text,
.foot-disease .article-section .banner-text {
	line-height: 78px;
	padding: 0 26px;
	background: rgba(118,72,44, 0.74);
}
.foot-disease #disease-section_pire .banner-text {
	padding: 0 19.5px;
}
.foot-disease #disease-section_sonota .banner-text {
	padding: 0 85px;
}
.foot-disease .article-section .banner-text {
	padding: 0 34px;
}
.foot-disease .disease-section .banner img {
	opacity: 0.69;
}
.foot-disease .disease-buttons {
	margin-top: 66px;
}
.foot-disease .disease-buttons a {
	border: 2px solid rgb(139, 103, 85);
	color: #000;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R","ms mincho","ヒラギノ明朝 pro w3","hiragino mincho pro",serif;
	font-size: 18px;
	line-height: 57.8px;
}
.foot-disease .disease-buttons a:hover {
	border-radius: 20px;
    background: #E6DECA;
	color: #000;
}
.foot-disease .article-section  {
	padding-bottom: 0;
}
.foot-disease .article-section .article-content {
	max-width: 954px;
	padding-bottom: 0;
	
}
.foot-disease .article-section .article-content .article-block p {
	max-width: 816px;
}
.foot-disease.flex-content-container .consult-section {
	margin-top: 210px;
}

/* 疾患一覧セクション */
.disease-section {
    background: #fff; padding: 40px 20px; text-align: center;
}
.disease-section .banner {
    position: relative; max-width:1000px; margin:0 auto 30px;
}
.disease-section .banner img {
    width:100%; height:auto; display:block;
    opacity: 0.56;
}  
.disease-section .banner-text {
    display: flex; align-items: center; justify-content: center;
    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    background: rgba(119,76,39,0.8); color:#fff;
    padding: 12px 24px; font-size:44px;
    white-space: nowrap;
}
.disease-buttons {
    display:grid; grid-template-columns: repeat(3,1fr);
    gap: 36px 40px;
    max-width:842px; margin:80px auto; 
}
.disease-buttons a {
    width: 252px;
    height: 61px;
    line-height: 61px;
    border: 2px solid #7A5F49;
    border-radius:999px;
    color:#000;
    font-size:16px;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disease-buttons a:hover {
    background:#7A5F49; color:#fff;
}

.article-section {
    background: #fff;
    padding: 40px 20px;
}
.article-section .banner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 30px;
}
.article-section .banner img {
    width: 100%; height: auto; display: block;
    opacity: 0.56;
}
.article-section .banner-text {
    display: flex; justify-content: center; align-items: center;
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: rgba(119,76,39,0.8); color: #fff;
    padding: 12px 24px; font-size: 44px;
}
.article-section .article-content {
    max-width: 800px; margin: 0 auto;
    color: #333;
}
.article-section .article-content .article-block + .article-block {
    margin-top: 100px;
}
.article-section .article-content h3 {
    margin-bottom: 16px;
    white-space: nowrap;
}
.article-section .article-content h3 .title-main {
    font-size: 41px; color: #6e2504;;
}
.article-section .article-content h3 .title-sub {
    font-size: 25px; color: #6e2504; display: inline-block; margin-left: 8px;
}
.article-section .article-content p {
    font-size: 16px; line-height: 1.8; margin-bottom: 16px;
}
/* ご相談セクション */
.consult-section {
    margin-bottom: 100px;
}
.flex-content-container .consult-section { margin-top: 300px; background: #fff; }
.page-naoh-feature {
    .consult-section {
        margin-top: 50px;
        .consult-content {
            gap: 30px;
        }
    }
}
.consult-section .consult-content { max-width: 800px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center;}
.consult-section h2 { font-size: 29px; color: #6E2504; margin-bottom: 24px; font-weight: 400; }
.consult-btn {
    display: inline-block;
    width: 397px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #3C6B3C;
    border-radius: 35px;
    color: #3C6B3C;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
}
.consult-btn:hover { background: green; color: #fff; }
.consult-btn .arrow { margin-left: 8px; font-size: 18px; }
.consult-btn .arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s ease, color 0.3s ease;
}

.consult-btn .arrow:hover { background:green; color: #fff; }
.consult-btn .arrow:hover .arrow path { fill: #fff; }
/*足の病気*/

/* 詳細セクション: 病態別ブロック縦並び */
.detail-section { margin: 100px 20px; }
.detail-section__inner { display: flex; flex-direction: column; gap: 20px; max-width: 1000px; margin: 0 auto; }
.detail-block { border: 2px solid #7A5F49; border-radius: 10px; padding: 64px 64px 32px 64px; background: #fff; display: flex; flex-direction: column; gap: 20px; }
.detail-block h2 { font-size: 42px; color: #7A5F49; font-weight: 400;}
.detail-block h2 .furigana { font-size: 18px; color: #7A5F49; margin-left: 4px; }
.detail-content { display: flex; gap: 20px; align-items: flex-start; }
.detail-content img {
    width: 292px;
    height: 227px;
    object-fit: cover;
    border-radius: 4px;
}
.detail-text { flex: 1; }
.detail-text p { font-size: 17px; line-height: 1.8; margin-bottom: 12px; }
.detail-btn { width: 200px; padding: 12px 0; background: #CEDBC0; color: #3C6B3C; border-radius: 4px; font-size: 16px; text-align: center; margin: 0 auto 20px; transition: background 0.3s ease; display: flex; justify-content: center; align-items: center; }
.detail-btn:hover { background: #C0D0B0; }
.detail-btn.empty { background: #fff; }

/* 部位選択セクション */
.anatomy-section { margin: 100px 0; }
.anatomy-section__inner { width: 100%; margin: 0; }
.anatomy-item {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    opacity: 0.64;
    cursor: pointer;
}
.anatomy-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; }
.anatomy-overlay span {
    color: #fff;
    font-size: 40px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
}

/* job-page */
.job-page  {
	color: #000 !important;
}
.job-page .step-cont {
    text-align: center;
    padding: 50px 0 60px;
	opacity: 0;
	transition: opacity var(--transition-duration, 700ms) ease-out;
}
.job-page .step-cont.is-visible {
	opacity: 1;
}

.job-page img {
    width: 100%;
}

.job-page .type-list a {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.red {
    color: #B80505;
}

.weight_400 {
	font-weight: 400;
}
.job-page .step {
    display: block;
}

.color_60_p {
	color: #606060;
}

.red-brick {
	color: #682404;
}
.red-brick1 {
    color: #6E2504;
}

.job-page img {
    width: 100%;
    vertical-align: middle;
}

.job-page .step h2 {
    font-size: 27px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 60px;
}
.job-page .step .text {
    font-size: 18px;
    line-height: 2.1em;
    margin-bottom: 40px;
}
.job-page .step .text:last-child {
    margin-bottom: 0;
}
.job-page .step .text .green {
    font-size: 21px;
    font-weight: bold;
}
.job-page .slide-cont {
    width: 974px;
    margin: 0 auto;
}
.job-page .slide-cont .swiper {
    width: 100%;
}
.job-page .slide-cont .swiper-btn {
    width: 32px;
    height: 134px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -67px;
}
.job-page .slide-cont .swiper-btn::after {
    content: '';
    background: url(/wp/wp-content/themes/footwalk/images/footwalk/pc/tiny_arrows.4355fe50.png) no-repeat 0;
    width: 8px;
    height: 16px;
}
.job-page .slide-cont .swiper-button-next::after {
    background: url(/wp/wp-content/themes/footwalk/images/footwalk/pc/tiny_arrows.4355fe50.png) no-repeat 100% 0;
}
.job-page .swiper-button-next svg, .job-page .swiper-button-prev svg {
	display: none;
}
.job-page .slide-cont .swiper-pagination {
    position: absolute;
    right: 10px;
    top: 9px;
    bottom: auto;
    left: auto;
    color: #fff;
    font-size: 12px;
	font-family: arial,helvetica,sans-serif;
    width: fit-content;
	opacity: 0;
	transition: 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.job-page .slide-cont:hover .swiper-pagination {
	opacity: 1;
}
.job-page .job-intro-cont {
/*     width: 89.4%; */
    margin: 0 auto;
}
.job-page .job-intro-cont .item {
    display: flex;
    padding: 172px 0 150px;
    position: relative;
	/* justify-content: space-between; */
}
.job-page .job-intro-cont .item:nth-child(2) {
	padding-bottom: 80px;
}
.job-page .job-intro-cont .item:nth-child(3) {
	padding: 80px 0 120px;
}
.job-page .job-intro-cont .item::after {
    content: '';
    display: inline-block;
    width: 92%;
    height: 3px;
    background: rgb(204,216,193);
    position: absolute;
    left: calc(50% + 5%);
    bottom: 0;
    transform: translateX(-50%);
}
.job-page .job-intro-cont dt {
    line-height: 1.1em;
/*     width: 33.37%; */
/* 	margin-left: 169px; */
/* margin-left: calc((100% - 980px) * 0.5); */
width: 35%;
text-align: center;
}
.job-page .job-intro-cont .dt-cont {
/*     margin-left: 27.9%; */
	font-size: 17px;
}
.job-page .job-intro-cont h2 {
    font-size: 34px;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
	line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}
.job-page .job-intro-cont h2 .prompt {
    font-size: 17px;
}
.job-page .job-intro-cont dd {
/*     flex: 1; */
/*     padding-left: 22%; */
/*     padding-right: 13%; */
	font-size: 17px;
	/* margin-right: 60px; */
	/* max-width: 629px; */
  max-width: calc(100% - 35%);
  width: 100%;
	/* max-width: 594px; */
}
.job-page .dt-cont .prompt {
	/* margin-left: 15px; */
}
.job-page .job-intro-cont dd p:first-child {
    font-size: 17px;
}
.job-page .job-intro-cont dd p.font-big {
    font-size: 31px;
	font-weight: bold;
}
.job-page .job-intro-cont dd p.m-tb {
    margin: 20px 0;
}
.job-page .job-intro-cont dd .title {
    font-size: 21px;
    margin-top: 20px;
}
.job-page .job-intro-cont .list1 li {
    margin-bottom: 30px;
	line-height: 1.4em;
}
.job-page .job-intro-cont .list1 .title {
    font-family: "FOT-筑紫ゴシック Pr5N D","FOT-筑紫ゴシック Pr5 D","FOT-筑紫ゴシック Pro B",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0;
}
.job-page .job-intro-cont .list2 .title {
    margin-bottom: 10px;
}
.job-page .job-intro-cont .list2 span {
    margin-right: 4px;
    font-size: 23px;
}
.job-page .job-type-cont {
    padding: 100px 0 200px;
}
.job-page .job-type-cont h2 {
    font-size: 35px;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
	font-weight: 400;
}
.job-page .job-type-cont h2::after {
    content: '';
    display: inline-block;
    width: 211px;
    height: 3px;
    background: rgb(204,216,193);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.job-page .job-type-cont .prompt {
    font-size: 13px;
    text-align: center;
}
.job-page .job-type-cont .type-list {
    display: flex;
    gap: 21px;
    width: 88%;
    margin: 30px auto 0;
    justify-content: center;
}
.copy_page {
	.flat-foot-treatment-methods-title.red-brown, .flat-foot-hero-title.red-brown {
		h1, h2 {
			font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
			span {
				font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
			}
		}
	}
}
.job-page .job-type-cont .type-list .title {
    width: fit-content;
    margin: 15px auto 0;
    font-size: 30px;
	line-height: 50.4px;
    background: #F4EEDE;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.job-page .job-contact-cont {
    text-align: center;
}
.job-page .job-contact-cont .contact-top {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 50px;
}
.job-page .job-contact-cont h2 {
    font-size: 28px;
    margin-bottom: 29px;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	font-weight: 400;
}
.job-page .job-contact-cont .email-address {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.job-page .job-contact-cont .email-address svg {
    width: 41px;
    height: 31px;
}
.job-page .job-contact-cont .email-address a {
    font-size: 23px;
	line-height: 1.4;
}
.job-page .job-contact-cont .email-prompt {
    font-size: 18px;
}
.job-page .job-contact-cont .pay-attention {
    text-align: left;
    width: 417px;
    margin: 0 auto;
}
	.hospital .common-part .list .title {
		span {
			text-decoration: none;
		}
		a{
			text-decoration: underline;
			text-decoration-color: #30623C;
		}
	}
.job-page .job-contact-cont .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border: 2px solid rgb(63, 118, 82);
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #30623C;
    width: 397px;
    height: 70px;
    margin: 35px auto 100px;
    font-family: "AvenirLTPro-Light",sans-serif;
}
.job-page .job-contact-cont .phone svg {
    width: 37px;
    height: 37px;
}
.job-page .job-contact-cont .phone:hover {
    color: #fff;
    background: #3F7652;
}
.job-page .job-contact-cont .phone:hover svg {
    width: 42px;
    height: 42px;
}
.banner-cont .disPC {
    width: 100%;
}
@media screen and (max-width: 1302px) {
    .hospital .common-part .list {
        display: flex;
        row-gap: 60px;
        width: 868px;
    }
}
	.page-foot-problems .title-prompt {
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	}
	.page-foot-problems .walking-reason .title {
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	}

@media screen and (min-width: 769px) {
	.foot-disease .article-section .article-content .article-block p {
		margin-bottom: 0;
	}
	.hallux-valgus-page .image-right {
		height: 258px;
	}
	.page-plantar-fasciitis, .copy_page, .page-flat-foot, .page-ingrown-nails {
		.consult-section {
			margin-bottom: 0;
		}
	}
	.page-shock-wave .consult-bg {
		padding-top: 200px;
	}
	.page-plantar-fasciitis, .copy_page, .page-flat-foot, .page-ingrown-nails, .page-shock-wave {
		.consult-card {
			max-width: 1745px;
		}
	}
	.item_sp_block {
		display: none;
	}
	.personal_information_content_other_content, .personal_information_content_main {
		line-height: 1.4em;
	}
	.personal_information_content_other_title {
		line-height: 1.65em;
	}
	.personal_information_container {
		max-width: 915px;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
   		margin: 0 auto;
	}
	.personal_information_title {
		margin-bottom: 26.59px;
	}
	.personal_information_content {
		display: flex;
    	flex-direction: column;
    	gap: 44.82px;
	}
	.personal_information_container {
		margin-bottom: 64px;
	}
	.personal_information_page .banner-section .banner-title {
		top: 40%;
		font-size: 41px;
	}
	.page-shock-wave .flat-foot-hero .flat-foot-container .flat-foot-content-container{
		width: 960px;
		margin: 40px 0 50px;
	}
	.page-shock-wave .flat-foot-hero .flat-foot-container .flat-foot-content{
		width: 480px;
		gap: 0;
	}
	.page-shock-wave .flat-foot-hero .flat-foot-container .flat-foot-content .flat-foot-hero-text p{
		line-height: 1.6em;
		color: #000;
	}
	.page-shock-wave .machines-text {
		max-width: 460px;
    color: #000;
    line-height: 1.4em;
	}
	.exam-title.fade-in-block_div_2.active {
		margin-bottom: 60px;
    font-size: 38px;
	}
	.access .map-container {
		max-width: 853px;
		height: 420px;
		margin: 100px auto 120px;
	}
	.page-plantar-fasciitis .hallux-valgus-save-title .hallux-valgus-save-title-text .red-brown.hallux-valgus-section-title {
		font-size: 28px;
        font-weight: 400;
		display: block;
	}
.hallux-valgus-page {
  .hallux-valgus-save-section,
  .surgical-treatment-section {
    .hallux-valgus-save-title-text {
      .red-brown.hallux-valgus-section-title {
        font-size: 28px;
        font-weight: 400;
        font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
      }
    }
  }
}
	.copy_page .flat-foot-hero .flat-foot-content-container {
		align-items: flex-start;
		margin-left: 50px;
	}
	.page-flat-foot.copy_page  .flat-foot-hero .flat-foot-container .flat-foot-img img{
		height: 637px;
	}
	.copy_page .litter_font_h1, .litter_font_h2 {
		font-size: 28px;
	}
	.copy_page .surgical-therapy-section .surgical-therapy-text {
		font-size: 18px;
	}
	.copy_page .exam-desc-text {
		line-height: 1.8em;
	}
	.copy_page .other-color1 {
		font-size: 14px;
		color: #303030;
	}
	.page-plantar-fasciitis .exam-desc-text {
		line-height: 1.8em;
	}
	.page-plantar-fasciitis .consult-title {
		font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
	}
	.page-flat-foot.copy_page .all_symptom_left, .page-flat-foot.copy_page .all_symptom_right {
		font-size: 26px;
	}
	.copy_page .all_symptom_content {
		gap: 35px;
	}
	.copy_page .all_symptom_left {
		max-width: 400px;
	}
	.page-plantar-fasciitis .radical-surgery {
		margin-top: 20px;
	}
	.page-plantar-fasciitis .all_symptom_content {
		line-height: 1.8em;
	}
	.page-plantar-fasciitis .radical-surgery-title-container {
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	max-width: 925px;
    	margin: 0 auto;
	}
	.page-shionoya-method .overview .overview__text {
		text-align: left;
	}
	.page-plantar-fasciitis .radical-surgery-title-container .hallux-valgus-save-title {
		margin-left: 0;
	}
	.page-plantar-fasciitis .radical-surgery-content-short {
		margin-left: 20px;
	}
	.hentry .page-ingrown-nails .hallux-valgus-hero__content {
		padding: 71px 310px 60px;
	}
	.page-ingrown-nails .hallux-valgus-save-section .hallux-valgus-save-title {
		margin-left: 0;
	}
	.page-ingrown-nails .hallux-valgus-save-section {
		justify-content: flex-start;
		align-items: flex-start;
		max-width: 950px;
	}
	.page-ingrown-nails .hallux-valgus-save-section .ingrown-nails-method {
		margin-left: 50px;
	}
	.foot-disease .disease-buttons.pc_block {
		display: grid !important;
	}
	.foot-disease .disease-buttons.pc_block.flex {
		display: flex !important;
	}
	.access .dennsy-section-content {
		max-width: 878px;
	}
	.dennsy-section-content-left.four {
		width: 54%;
	}
	.dennsy-section-content-left.four .four-step {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.page-ingrown-toenails-treatment .ingrown-toenails-treatment {
		max-width: 923px;
    	margin: 0 auto;
	}
	/* header {
		height: 145px;
	} */
	.header-logo > a {
		margin: 9px 0 0;
	}
	.examination-list dt {
		margin-right: 48px;
	}
	.cost-section__note {
		line-height: 1em;
	}
	#animated-text_1 span {
		font-size: 51px !important;
	}
	.qa-section__question::before, .qa-section__question::after {
		left: 2px;
		width: 483px;
	}
	.qa-section__answer p:first-child {
		margin-bottom: 38px;
		margin-top: 65px;
		
		span {
			font-size: 35px !important;
		}
	}
	.qa_text {
		line-height: 2.2em;
	}
	.qa-section-container {
		.text2.font_9.wixui-rich-text__text {
			line-height: 2.2em;
		}
	}
	.reserve-btn {
		width: 391px;
		height: 64px;
		padding: 0;
	}
	.first-page .main-section-container.shiritai-outside {
		margin-top: 100px;
    	margin-bottom: 80px;
		
/* 		.shiritai div:first-child {
			margin: 24px 0 21px;
		} */
	}
	.first-page .grid-shiritai {
		column-gap: 49px;
	}
	.first-page .app-section {
		height: 539px;
	}
	.first-page .app-code-info.pc_block {
		display: flex !important;
	}
	.first-page .reservation-section {
		padding-top: 99px;
		max-width: 891px;
	}
	.first-page .reservation-info {
		letter-spacing: 0;
		
		.info-title {
			letter-spacing: 0.1em;
		}
	}
	.first-page .additional-info {
		line-height: 1.5em;
		margin-top: 53px;
	}
	.first-page .flow-section {
		margin-top: 161px;
		padding: 0;
		height: 358px;
	}
	.first-page .examination-list .item {
		width: 919px;
	}
	.first-page .examination-list dd {
		letter-spacing: 0em;
		line-height: 1.8em;
	}
	.first-page .examination-list dd .list-title {
		line-height: 1.3em;
	}
	.first-page .qa-section {
		max-width: 1825px;
	}
	.first-page .qa-section__answer {
		max-width: 930px;
	}
	.qa-button_p a:hover {
		background: #ffffff;
		border: 1px solid #7A889A;
		color: #7A889A;
	}
	.intro-page .banner-main .title  {
		margin-bottom: 41px;
	}
	.intro-page .banner-main .green {
    font-family: "FOT-筑紫ゴシック Pr5N M","FOT-筑紫ゴシック Pr5 M";
		line-height: 1.8em;
		font-weight: bold;
	}
	.intro-page .breadcrumb {
		left: auto;
		margin: 1px 0px 10px calc((100% - 962px) * 0.5);
		color: #000000;
	}
	.intro-page .breadcrumb a {
		margin-right: 7px;
	}
	.intro-page .banner {
		margin-top: 10px;
		margin-bottom: 120px;
	}
	.intro-page .banner-main {
		height: 355px;
		padding-top: 50px;
	}
	.header-container {
		width: 976px;
	}
	.header-button-panel {
		gap: 17px;
		margin: 31px 4px 12px 0;
	}
	.header-button-panel > a > span {
		margin: 0 8px 0 0;
		letter-spacing: 0.15em;
	}
	.header-button-panel > a:first-child > span {
		letter-spacing: 0.25em;
	}
	.intro-page .common-part-title {
		margin-bottom: 52px;
	}
	.intro-page .greeting-cont {
		margin-bottom: 130px;
	}
	.intro-page .feature-cont dt {
		/* width: 610px; */
		width: 35%;
	}
	.intro-page .feature-cont ul {
		width: 504px;
	}
	.intro-page .feature {
		height: 1375px;
	}
	.intro-page .doctor {
		margin-top: 180px;
	}
	.intro-page .doctor .common-part-title::after {
		width: 110.6%;
	}
	.intro-page .facility-cont .common-part-title::after {
		width: 110.6%;
	}
	
	.intro-page .doctor-cont .doctor-cont-main {
		padding: 60px;
	}
	.intro-page .doctor-cont dl {
		width: 100%;
	}
	.intro-page .doctor .common-part-title {
		margin-bottom: 63px;
	}
	.intro-page .doctor .doctor-cont-main dd .text {
		line-height: 1.5em;
		font-weight: 700;
	}
	.intro-page .doctor-cont dd {
		/* padding: 0; */
		display: flex;
		flex-direction: column;
    	justify-content: center;
    	max-width: 680px;
    	margin: 0 auto;
	}
	.intro-page .doctor-cont dd .red {
		font-weight: 400;
	}
	.intro-page .facility-cont ul {
/* 		grid-template-columns: repeat(5, 1fr);
		column-gap: 2%;
		row-gap: 70px; */
		/* display: flex; */
    /* display: grid; */
    	/* max-width: 1590px; */
    	max-width: calc(50% + 550px);
    	margin: 0 auto;
    	flex-wrap: wrap;
		gap: 40px;
    /* place-content: center;
    place-items: center; */
    width: fit-content;
	}
	.intro-page .facility-cont li {
		min-width: 280px;
		/* flex: 0 0 286px; */
    max-width: 300px;
	}
	.intro-page .facility-cont li .text .title {
		color: #6E2504;
		line-height: 1.8em;
		margin-left: 5px;
	}
	.intro-page .facility-list {
		padding: 60px 2%;
		background: #d1d3c6cc;
	}
	.intro-page .facility-cont li .text {
		line-height: 1.5em;
		color: #574632;
	}
	.intro-page .facility-cont li .text .title {
		color: #6E2504;
		line-height: 1.8em;
		margin-left: 5px;
	}
	.canledar .worktime-schedule_left {
		width: 345px;
	}
	.canledar .appointment-link {
		
		a {
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.appointment-btn {
			height: 100%;
			/* align-items: flex-start; */
		}
	}
	.canledar .entry-info.pc_block {
		display: grid !important;
	}
	.hospital .banner h1{
		font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
		font-size: 40px;
	}
	.hospital .common-part h2 {
		padding: 40px 0 6px calc((100% - 980px) * 0.5);
	}
	.hospital .common-part .list .item-text {
		line-height: 1.3em;
	}
	.hospital .common-part .list {
		display: grid;
		/* grid-template-columns: repeat(4, 434px); */
		grid-template-columns: repeat(auto-fit, minmax(379px, 1fr));
		justify-content: center;
		padding: 0 40px;
		margin-top: 67px;
		line-height: 1.6em;
		gap: 60px 55px;
    place-content: center;
    max-width: calc(50% + 680px);
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
		.text {
			padding: 0 4px;
		}
	}
	.hospital .common-part .list li {
		width: 379px;
	}
	.foot-disease .green-line-bold{
		height: 3px;
		width: 70%;
		margin: 50px auto 100px;
		background-color: #ccd8c1;
	}
	.access .dennsy-section-content-right p{
		line-height: 1.9em;
	}
	.access .contact-text {
		font-size: 18px;
	}
	.ask .faq__container div:first-child{
		margin-bottom: 0 !important;
	}
	.top-info {
		width: 980px;
	}
	.contact-page .bottom-section {
		width:980px;
	}
	.contact-page .contact-form__submit .wpcf7-form-control:hover {
		background:#544434;
		cursor: pointer;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 0 !important;
	}
	.job-page .step {
		font-weight: 600;
	}
	.job-page .step-cont {
		padding-top: 97px;
	}
	.job-page .step h2 {
		margin-bottom: 56px;
		font-weight: 600;
	}
	.job-page .job-intro-cont {
/* 		width: 1745px; */
	}
	.job-page .job-intro-cont .item {
		margin: 0px auto;
		/* max-width: 1300px; */
    max-width: 1050px;
	}
	.job-page .job-intro-cont .item::after {
/* 		left: 55%; */
	}
	.foot-disease-child .banner-section .banner-img img {
		filter: brightness(60%);
	}
	.foot-disease-child .detail-block {
		padding-top:34px;
	}
	.foot-disease-child .detail-text p {
		margin-bottom: 0;
		font-weight: 600;
	}
	.foot-disease-child .right-btn {
		margin-right: 200px;
	}
	.hentry .hallux-valgus-page .hallux-valgus-hero {
		padding: 59px 80px 49px !important;
	}
	.hentry .hallux-valgus-hero__content {
/* 		padding-left: 308px !important;
		padding-top: 76px !important; */
	}
	.hentry .hallux-valgus-hero__title {
		margin-bottom: 26px;
	}
	.hentry .hallux-valgus-hero__description {
		max-width: 700px;
		font-weight: 600;
	}
	.hentry .hallux-valgus-hero__image-wrapper {
		width: 434px !important;
	}
	.hallux-valgus-page .hallux-valgus-save-columns .column {
		font-weight: 600;
	}
	.surgical-treatment-button a:hover {
		background: #fff;
		color: #6e2504;
		border: 1px solid;
	}
	.hallux-valgus-page .exam-title {
		font-size: 38px;
		color: #6e2504;
	}
	.hentry .hallux-valgus-section {
		padding-top: 95px !important;
	}
	.hallux-valgus-page .exam-img, .page-plantar-fasciitis .exam-img {
		flex: none;
		max-width: 378px;
		
		img {
			max-width: 100%;
		}
	}
	.hallux-valgus-page .exam-content-row, .page-plantar-fasciitis .exam-content-row {
		gap: 40px;
	}
	.hallux-valgus-page .consult-bg {
		padding: 110px 0 100px 0;
	}
	.hallux-valgus-page .consult-title {
		font-size: 28px;
		letter-spacing: normal;
	}
	.consult-arrow {
		width: 37px;
		height: 37px;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.orthotics-page .orthotics-banner-section {
		min-height: 561px;
		height: 561px;
	}
	.orthotics-page .orthotics-content-info {
		margin-top: 100px;
	}
	.orthotics-page .subtitle-container {
		max-width: 925px;
	}
	.page-ingrown-nails .hallux-valgus-hero__image-wrapper {
		height: 448px;
	}
	.page-ingrown-nails .hallux-valgus-hero__description {
		max-width: 583px;
	}
	.page-ingrown-nails .hallux-valgus-section__divider {
		width: 1057px;
	}
	.page-ingrown-nails .treatment-method .method-list {
		display: grid;
    	grid-template-columns: repeat(4, 1fr);
    	margin: 0 120px;
    	gap: 3.5%;
	}
	.page-ingrown-nails {
		.treatment-method .method-list li .text, .treatment-method .method-list li .title {
			padding: 0 3px;
		}
		.red-brown.brown-warning p{
			color: #5c3535;
		}
		.hallux-valgus-save-btn a{
			margin-top: 120px;
			
			.red-brown {
				font-size: 17px;
				font-weight: 600;
			}
		}
		.exam-title {
			font-size: 38px;
		}
		.exam-img img {
			max-width: 378px;
		}
		.exam-content-row {
			gap: 10px;
			margin: 0 auto 95px auto;
		}
		.exam-desc {
			min-width: 487px;
		}
		.insoles-card {
			padding-bottom: 30px;
		}
	}
	.page-plantar-fasciitis {
		
		.flat-foot-img img {
			width: 785px !important;
        	height: 590px !important;
		}
		
		.flat-foot-hero-title.red-brown {
			h1 {
				line-height: 1em;
				
				span {
					font-size:48px;
					font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
				}
			}
			h1 .title_little_size {
				font-size: 35px;
				font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
			}
		}
	}
	.hentry .page-plantar-fasciitis .hallux-valgus-save-columns {
		justify-content: space-around;
	}
	.page-plantar-fasciitis .insoles-card {
		padding-bottom: 30px;
	}
	.page-shock-wave .page-plantar-fasciitis-treatment-text {
		width: 948px;
	}
	.page-shock-wave .red-brown.hallux-valgus-section-title {
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", 'ms mincho', 'ヒラギノ明朝 pro w3', 'hiragino mincho pro', serif;
	}
	.page-shock-wave .green.hallux-valgus-section-title {
		font-size: 39px;
	}
	.page-shock-wave .features-content {
		max-width: 952px;
	}
	.page-shock-wave .hallux-valgus-save-section .features-content-list {
		font-size: 16px;
	}
	.page-shock-wave .big_font{
		font-size: 22px !important;
	}
	.page-shock-wave .green_section_title {
		margin-top: 80px;
	}
	.page-shock-wave .hallux-valgus-save-section.green_section_title {
		gap: 0;
	}
	.page-shock-wave {
		.first-bao {
			margin-top: 50px;
			margin-left: 20px;
		}
		.first-fei {
			margin-top: 100px;
			margin-left: 20px;
			
			h2 {
				font-size: 32px;
			}
		}
		.first-fei-content {
			margin-left: 20px;
			margin-top: 20px;
		}
		.ryokinn-text {
			margin-top: 50px;
			h2{
				font-size: 31px;
				.ryo-little {
					font-size: 18px;
				}
			}
		}
		.ryokinn-content, .zifei-content  {
			font-size: 16px;
			margin-left: 20px;
			margin-bottom: 70px;
		}
		.video-container {
			background: #d4d4c4;
			height: 597px;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.video-container__inner {
			display: flex;
			align-items: center;
			justify-content: center;
			
			iframe {
				width: 788px;
				height: 443px;
			}
		}
	}
	.page-foot-problems .osteoporosis-banner-content {
    	padding: 32px 65px;
		.osteoporosis-banner-title {
			font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
			color: #6e2504;
			letter-spacing: 0;
		}
	}
	.page-foot-problems {
		.pain-deformity .deformity-list {
			margin: 70px auto 0;
		}
		.pain-deformity .deformity-list li {
			border: 2px solid rgba(157, 127, 97, 1);
			
			a{
				font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
				span {
					font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
				}
			}
		}
		.insoles-section.scrolled {
			background: #d3d5c8;
		}
	}
	.page-foot-problems .walking-reason .right {
    	line-height: 1.4em;
		padding: 23px 12% 0;
	}
	.page-foot-problems .walking-reason:first-child .left {
		width: 874px;
		height: 911px;
	}
	.page-foot-problems .walking-reason {
		width: 100%;
	}
	.page-foot-problems .walking-reason:first-child img{
		width: 1216px;
		height: 580px;
	}
	.page-foot-problems .second_reason img {
		width: 874px;
		height: 495px;
	}
	.page-foot-problems .third_reason img {
		width: 1199px;
	}
	.page-foot-problems .text .green-title {
		margin-bottom: 20px;
	}
	.page-foot-problems .consult-bg {
		background: #fff;
	}
	.page-walk-analysis .osteoporosis-banner-content {
		padding: 32px 19px;
	}
	.page-walk-analysis .walk-analysis-content {
		max-width: 925px;
		line-height: 1.8em;
		font-weight: 600;
	}
	.page-naoh-feature .osteoporosis-banner-content-outer {
		min-width: 438px;
		min-height: 103px;
	}
	.page-naoh-feature .naoh-feature-list {
		gap: 20px;
	}
	.page-naoh-feature .naoh-feature-list_and_divider .hallux-valgus-section__divider.pc_divider {
		margin: 0 auto 70px;
	}
	.page-naoh-feature .naoh-feature-desc {
		line-height: 1.5em;
	}
	.page-naoh-feature .naoh-desc-section {
		max-width: 925px;
	}
	.page-naoh-feature .naoh-desc-section {
		padding: 0;
	}
	.page-naoh-feature .naoh-feature-section {
		margin-bottom: 140px;
	}
	.page-naoh-feature .naoh-feature-examples-section {
		margin-top: 150px;
	}
	.page-naoh-feature .naoh_big_font {
		font-size: 22px;
	}
	.page-naoh-feature .naoh_little_font {
		font-size: 17px;
	}
	.naoh-feature-example-info-content {
		margin-top: 50px;
	}
	.page-osteophyte-procedure .overview__list {
		justify-content: center;
		gap: 40px;
	}
	.page-osteophyte-procedure .overview__label {
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
		font-size: 19px;
	}
	.page-osteophyte-procedure .overview__text {
		margin: 0;
	}
	.page-osteophyte-procedure .osteophyte-advantage-title, .page-osteophyte-procedure .osteophyte-attention-title {
		font-size: 23px;
	}
	.page-osteophyte-procedure .osteophyte-advantage-list {
		line-height: 1em;
	}
	.page-osteophyte-procedure .osteophyte-advantage-item, .page-osteophyte-procedure .osteophyte-attention-item {
		margin-bottom: 0;
	}
	.page-wire-treatment .osteophyte-advantage-item-title {
		margin-bottom: 0;
	}
	.page-wire-treatment .osteophyte-advantage-list {
		line-height: 1.8em;
    	margin-left: 17px;
	}
	.page-wire-treatment .osteophyte-advantage-item {
		margin-bottom: 0;
	}
	.page-wire-treatment .osteophyte-advantage-section {
		max-width: 1022px;
		padding: 0 24px;
	}
	.page-wire-treatment .osteophyte-attention-title {
		margin-top: 100px;
	}
	.page-wire-treatment .osteophyte-attention-item-title {
		margin-bottom: 0;
	}
	.page-wire-treatment .osteophyte-attention-list {
		margin-bottom: 200px;
	}
	.page-wire-treatment .naoh-feature-example-step {
		margin-left: 176px;
	}
	.page-wire-treatment .naoh-feature-example-info-content {
		margin-top: 120px;
	}
	.page-wire-treatment .overview__link-icon-wrapper {
		width: 41px;
		height: 41px;
	}
	.consult-content {
		gap: 30px;
	}
	.page-flat-foot {
		.exam-title {
			font-size: 38px;
		}
		.exam-img img {
			max-width: 378px;
		}
		.exam-content-row {
			gap: 10px;
			margin: 0 auto 95px auto;
		}
		.exam-desc {
			min-width: 487px;
		}
	}
	.surgical-img-group {
		justify-content: center;
		margin: 200px auto 20px;
		gap: 250px;
	}
	.page-plantar-fasciitis .flat-foot-hero .flat-foot-content-container {
		margin: 62px 54px;
	}
	.page-plantar-fasciitis .flat-foot-hero-text .other_p_font {
		font-size: 17px;
	}
	.page-plantar-fasciitis .flat-foot-hero .flat-foot-content-container .flat-foot-content .flat-foot-hero-text {
		line-height: 1.6em;
	}
	.page-plantar-fasciitis .page-plantar-fasciitis-treatment-title {
		margin-right: 0;
	}
	.page-plantar-fasciitis .page-plantar-fasciitis-treatment-text {
		line-height: 1.8em;
    	margin-left: 21px;
	}
}
@media screen and (max-width: 1280px) {
	.intro-page .facility-cont ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.intro-page .facility-cont ul li {
		min-width: 150px;
	}
	.intro-page .facility-cont li .text {
		height: 300px;
	}
	.intro-page .facility-cont li .text .title {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.ingrown-toenails-treatment__item_img.item_sp_block {
		margin-top: 30px;
	}
	.access .dennsy-section-content-right p {
		font-size: 12px;
		line-height: 2em;
	}
	.access .kaisya-section-container {
		margin: 0;
    width: 100%;
    min-width: initial;
	}
	.foot-disease .banner-section {
		margin-bottom: 0;
	}
	.foot-disease .search-desc span {
		line-height: 1em;
	}
	.hospital .common-part .list .title {
		span {
			text-decoration: none;
		}
	}
	.intro-page .feature-cont dd::after {
		background-image: url(/wp/wp-content/themes/footwalk/images/footwalk/sp/a2361b_25cbef44ab614230ae4583139c57644c~mv2.jpg);
		width: 100%;
	}
	.first-page .content-main-right {
		max-width: 276px;
	}
	.page-flat-foot.copy_page .flat-foot-treatment-methods-content {
		margin: 0 18px;
	}
	.three-column-save-section .three-column-save-columns-container .three-column-save-columns .column.copy_pc_block {
		display: none;
	}
	.copy_page .all_symptom_content {
		max-width: 224px;
	}
	.page-flat-foot.copy_page .all_symptom_left, .page-flat-foot.copy_page .all_symptom_right {
		font-size: 14px;
	}
	.page-prompt .red_font {
		color: #B80505;
	}
	.foot-disease-child .banner-section {
		margin-bottom: 0;
	}
    /*.disSP {*/
    /*    display: block;*/
    /*}*/

    /*.disPC {*/
    /*    display: none;*/
    /*}*/

    /* banner */
    .banner img {
        opacity: .73;
    }

    .banner h1 {
        font-size: 22px;
    }

    /* hospital */
    .hospital .common-part h2 {
        padding: 0 0 0 14px;
        font-size: 23px;
        height: 42.5px;
        line-height: 42.5px;
    }

    .hospital .common-part .list {
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
        gap: 40px;
    }

    .hospital .common-part .list li {
        width: 100%;
        padding: 20px 20px 0;
    }

    .hospital .common-part .list .pic {
        margin-bottom: 14px;
        height: 154px;
    }

    .hospital .common-part .list .title {
        font-size: 21px;
        margin-bottom: 20px;
        a {
            width: auto;
            height: auto;
            margin: 0;
            background: none;
            line-height: 0;
            font-size: unset;
            border-radius: unset;
        }
    }

    .hospital .common-part .list .item-text {
        font-size: 16px;
        line-height: 1.4em;
    }

    .hospital .common-part.person {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .hospital a {
        font-size: 15px;
        width: 37.5%;
        height: 42px;
        line-height: 42px;
    }
}

/* Hero  */
.hallux-valgus-hero {
    background-color: #D4D6CC;
    padding: 40px 60px;
}
.hallux-valgus-hero__inner {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hentry .hallux-valgus-hero {
	padding: 59px 84px 49px;
}
.hallux-valgus-hero__image-wrapper {
    width: 466px;
    height: 482px;
    overflow: hidden;
    flex-shrink: 0;
}
.hentry .hallux-valgus-hero__image-wrapper {
	width: 336px;
}
.hallux-valgus-hero__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.hallux-valgus-hero__content {
    flex: 1;
    padding: 60px 80px;
    box-sizing: border-box;
}
.hentry  .hallux-valgus-hero__content {
	padding:71px 159px 60px;
}
.hallux-valgus-hero__title {
    font-size: 48px;
    color: #7D3E04;
    margin: 0 0 24px;
    line-height: 1.2;
}
.hentry .hallux-valgus-hero__title {
	font-weight: normal;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
}
.page-ingrown-nails .hallux-valgus-hero__title {
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
}
.page-ingrown-nails .hallux-valgus-hero {
	padding-top: 59px;
	padding-bottom: 100px;
}
.hallux-valgus-hero__description {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    margin: 0;
}
.hentry .hallux-valgus-hero__description {
	font-size: 17px;
	line-height: 1.8em;
}
/* Section */
.hallux-valgus-section {
    padding: 60px 0;
}
.hentry .hallux-valgus-section {
	padding-top: 81px;
	padding-bottom: 0;
}
.hallux-valgus-section__inner {
    width: 968px;
    margin: 0 auto;
}
.hentry .hallux-valgus-section__inner {
	padding: 0 15px;
}
.hallux-valgus-section__title {
    font-size: 36px;
    color: #6e2504;
    margin: 0 0 24px;
    line-height: 1.3;
    padding-left: 20px;
	font-weight: 400;
}
.hallux-valgus-page  .hallux-valgus-section__title {
	font-size: 38px;
	margin-bottom: 58px;
	padding-left: 0;
	margin-left: -20px;
}
.page-ingrown-nails  .hallux-valgus-save-title {
	margin-top: 17px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.hallux-valgus-section__intro {
    font-size: 17px;
    color: #333333;
    margin: 0 0 12px 20px;
    line-height: 1.75;
}
.hallux-valgus-page .hallux-valgus-section__intro {
	font-size: 19px;
	color: #000;
	margin-bottom: 0;
	margin-left: 0;
}
.hallux-valgus-page .spe .hallux-valgus-section__intro:nth-of-type(2) {
	margin-bottom: 30px;
}

.hallux-valgus-item {
    position: relative;
    padding-left: 24px;
    font-size: 17px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.75;
}
.hallux-valgus-item::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
.hallux-valgus-page .hallux-valgus-item {
	font-size: 19px;
	line-height: 1.6em;
	margin-bottom: 0;
	margin-left: 20px;
}
.hallux-valgus-page .hallux-valgus-item:before {
	width: 9.5px;
	height: 9.5px;
	content: '';
	border-radius: 50%;
	background: #000;
	top: 10px;
	left: 0;
}

.hallux-valgus-section__divider {
    width: 968px;
    height: 3px;
    background-color: #ccd8c1;
    margin: 80px auto 0;
}
.hallux-valgus-page .hallux-valgus-section__divider {
	margin-top: 59px;
}
.page-ingrown-nails .hallux-valgus-section__divider {
	margin-top: 70px;
}

.red-brown {
    color: #6e2504 !important;
}
.hallux-valgus-save-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1556px;
    margin: 0 auto;
}
.hallux-valgus-save-title {
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    margin-left: 266px;
    margin-top: 30px;
}
.radical-surgery-content-short {
	margin-left: 266px;
}
.hallux-valgus-page .hallux-valgus-save-title {
	width: 968px;
	margin: 70px auto 80px;
}

.surgical-treatment-title {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 500px;
    margin-top: 30px;
}
.surgical-treatment-info {
    max-width: 925px;
    margin: 0 auto;

    p {
        font-size: 18px;
        line-height: 1.8em;
    }
}
.hallux-valgus-surgery-info__link {
    text-decoration: underline;
    font-size: 22px;
    color: #000;
}
.hallux-valgus-save-title-icon, .surgical-treatment-title {
    margin-right: 4px;

    svg {
        width: 53px;
        height: 53px;

        path {
            fill: #CCD8C1;
        }
    }
}
@media (max-width: 1300px) and (min-width: 769px) {
    .hallux-valgus-save-columns {
        gap: 100px;
    }
}
/* @media screen and (min-width: 1300px) {
    .hallux-valgus-save-columns {
        gap: 200px;
    }
} */
.hallux-valgus-save-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    .column {
        display: grid;
        gap:20px;

        .column-text {
            width: 233px;

            p {
                font-size:16px; line-height:1.6em;
            }
        }
    }
}
.hallux-valgus-page .hallux-valgus-save-columns {
	width: 82.5%;
	gap: 7.96%;
}
.hallux-valgus-page .hallux-valgus-save-columns .column-title {
	font-size: 20px;
}
.hallux-valgus-page .hallux-valgus-save-columns .column {
	display: flex;
	flex-direction: column;
}
.hallux-valgus-page .hallux-valgus-save-btn {
	width: 82.5%;
	margin: 0 auto 50px;
}

.hallux-valgus-save-btn {
    width: 100%;
    margin-bottom: 50px;

    a {
        display: flex;
        align-items: center;
        margin-top: 80px;

    }
    span {
        color :#6e2504;
    }
    svg {
        width: 25px;
        height: 25px;
        path {
            fill :#fff;
        }
    }

    .save-btn-icon {
        width: 33px;
        height: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #6e2504;
        border-radius: 16px;
    }
}
.hallux-valgus-page .surgical-treatment-title {
	width: 968px;
	margin: 45px auto 50px;
}
.hallux-valgus-page .hallux-valgus-surgery-info__link {
	font-weight: bold;
}
.surgical-treatment-img-group {
    display: flex;
    justify-content: center;
}

.surgical-treatment-button {
    display: flex;
    justify-content: center;
    margin: 80px 0;

    a {
        background: #6E2504;
        color: #fff;
        width: 342px;
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: center;

        span {
            font-size: 18px;
        }
    }
}
.hentry .surgical-treatment-button {
	margin-top: 48px;
}
.hentry .hallux-valgus-section__intro.mb-30 {
	margin-bottom: 30px;
}
.hentry .hallux-valgus-item {
	margin-left: 10px;
}
.hentry .hallux-valgus-item.no-cricle::before {
	content: none;
}
.hallux-valgus-page {
    .main-container {
        max-width: 900px;
        margin: 140px auto 0 auto;
        padding: 0 16px 40px 16px;
        background: #fff;
        box-sizing: border-box;
    }
    .logo-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
        margin-top: 16px;
    }
    .main-title {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.08em;
        margin-bottom: 32px;
        margin-top: 0;
    }
    .desc-text {
        text-align: center;
        font-size: 16px;
        color: #6d4c3d;
        margin-bottom: 36px;
        line-height: 1.5em;
        font-weight: 400;
    }
    .red-text {
        color: #b30606;
        font-size: 16px;
    }
    .image-row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        margin-top: 32px;
        flex-wrap: wrap;
    }
    .image-left, .image-right {
        flex: 1 1 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .image-left img, .image-right img {
        max-width: 100%;
        box-shadow: 0 4px 24px rgba(0,0,0,0.08);
        background: #f8f8f8;
    }
}
.hallux-valgus-section__divider__blod {
    width: 100%;
    height: 55px;
    background-color: #D4D6CC;
    margin: 23px auto 0;
}
.exam-section {
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exam-title {
    text-align: left;
    font-size: 2.1em;
    color: #7a3a13;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.hallux-valgus-page .exam-title {
	margin-top: 60px;
}
.exam-divider {
    width: 90%;
    max-width: 900px;
    height: 2px;
    background: #ccd8c1;
    margin: 0 auto 36px auto;
}
.exam-content-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto 48px auto;
    flex-wrap: wrap;
}
.exam-img {
    flex: 1 1 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exam-img img {
    max-width: 340px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    background: #f8f8f8;
}
.exam-desc {
    flex: 1 1 340px;
    min-width: 260px;
    color: #333;
    font-size: 1.08em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.exam-desc-title {
    font-size: 20px;
    line-height:1.3em;
    margin-bottom: 12px;
    color: #7a3a13;
}
.exam-desc-text {
    line-height: 1.6em;
    font-size: 15px;
    letter-spacing: 0;
    color: #222;
}
.exam-desc-text .text-small {
	color: #343421;
	font-size: 14px;
	font-family: "FuturaLTPro-Light";
}
.exam-dot {
    font-size: 14px;
    margin-right: 4px;
}
.exam-red {
    color: #b30606;
	font-size: 16px;
	font-weight: bold;
}
.exam-bold {
    font-weight: bold;
}
.insoles-section {
    width: 100vw;
    background: #d3d5c8;
    padding: 0;
    margin: 0;
    min-height: 900px;
}

@media screen and (min-width: 1025px) {
    .insoles-bg {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 70px 80px 64px 80px;
        background: #d3d5c8;
    }

    .insoles-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        width: 88.95%;
        min-height: 480px;
        position: relative;
    }

    .insoles-img {
/*         flex: 1 1 50%; */
		width: 76.3%;
        display: flex;
        align-items: center;
/*         justify-content: flex-end; */
        background: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .insoles-img img {
/*         width: 68.9%; */
/*         max-width: 1292px; */
        min-width: 587px;
		width: 100%;
        height: auto;
        object-fit: cover;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .insoles-card {
		max-width: 870px;
        flex: 1 1 50%;
        background: #fff;
        margin-left: -80px;
        z-index: 2;
        box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
        border-radius: 0;
		padding: 71px 13% 185px;
/*         width: 49.6%; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 420px;
        position: absolute;
        right: -177px;
        top: 74px;
		color: #000;
    }

    .insoles-title {
        font-size: 20px;
        color: #3a2a1a;
        font-weight: 500;
        margin-top: 0;
        text-align: left;
    }

    .insoles-subtitle {
        font-size: 28px;
		line-height: 1.4em;
        color: #b30606;
        margin-bottom: 40px;
        text-align: left;
    }

    .insoles-desc {
        color: #000;
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 36px;
        text-align: left;
    }

    .insoles-btn {
        background: #7a3a13;
        color: #fff;
        font-size: 14px;
        border: none;
        border-radius: 3px;
        padding: 6px 24.5px;
        cursor: pointer;
        margin-top: 8px;
        transition: background 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .insoles-btn:hover {
		border: 1px solid #6E2504;
		background: #FFFFFF;
		color: #6E2504;
    }
}
.hallux-valgus-page .consult-section {
    width: 100vw;
    background: #d3d5c8;
    padding: 0;
    margin: 0;
}
.consult-bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0 100px 0;
    background: #d3d5c8;
}
.consult-card {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    max-width: 1400px;
    width: 90vw;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0 48px 0;
}
.consult-title {
    color: #7a3a13;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 36px;
    text-align: center;
    letter-spacing: 0;
}
.consult-btn {
    font-family: "FOT-筑紫ゴシック Pro B","FOT-筑紫ゴシック Pr5 D","FOT-筑紫ゴシック Pr5N D", ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b5c47;
    border-radius: 40px;
    padding: 16px 56px;
    font-size: 1.35em;
    font-weight: bold;
    color: #3b5c47;
    background: #fff;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.12em;
}
.consult-btn:hover {
    background: #3F7652;
    color: #fff;
    border-color: #3F7652;
}
/* .consult-btn span {
    display: inline-block;
} */
.consult-arrow {
    display: inline-flex;
    margin-left: 18px;
    font-size: 1.2em;
    font-weight: bold;
    width: 37px;
    height: 37px;
    line-height: 30px;
	justify-content: center;
	align-items: center;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.consult-btn:hover .consult-arrow a {
    background: #3F7652;
    color: #fff;
/*     border-color: #fff; */
}



/*外反母趾の日帰り手術*/
.sp_show {
    display: none;
}
.hero {
    position: relative;
    width: 980px;
    height: 352px;
    margin: 0 auto;
    overflow: hidden;
}

.hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero__overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 2rem;
    text-align: center;
}
.page-gaihanboshi-higaeri-shujutsu .hero__overlay {
	background-color: #fff;
	padding: 31px 44px;
}

.hero__title {
    margin: 0;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
}

.overview {
    width: 980px;
    margin: 2rem auto;
    text-align: center;
}
.overview__list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 5rem 0 7rem;
}
.page-gaihanboshi-higaeri-shujutsu .overview__list {
	justify-content: center;
	gap: 60px;
}
.page-gaihanboshi-higaeri-shujutsu  .overview__text {
	margin-bottom: 0;
	font-size: 16px;
}
.page-gaihanboshi-higaeri-shujutsu  .overview__label {
	font-size: 20px;
}
.page-gaihanboshi-higaeri-shujutsu .overview__link {
	font-size: 17px;
	font-weight: bold;
	margin: 100px auto 200px;
}
.page-gaihanboshi-higaeri-shujutsu .procedure__step-number {
	font-family: "DINNextLTPro-Light",sans-serif;
}
.page-gaihanboshi-higaeri-shujutsu  .procedure__step-head {
	gap: 10px;
}
.page-gaihanboshi-higaeri-shujutsu  .procedure__step-text {
	line-height: 1.4em;
}
.surgical-img-container {
	margin: 0 !important;
}
.surgical-img-title {
	margin-bottom: 15px;
}
.slide-swiper .swiper-button-next, 
.swiper-button-prev {
	background: rgba(0, 0, 0, 0.8) !important;
}
.overview__item {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.overview__icon {
    width: 31px;
    height: 31px;
    margin-right: 0.5rem;
    flex-shrink: 0;
}
.overview__label {
    display: inline-block;
}
.overview__text {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0 1rem;
}
.overview__link {
    text-decoration: none;
    color: #6E2504;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0 5rem 0;
    line-height: 1.6em;
}
.overview__link-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #6E2504;
    border: 0 solid rgb(65, 117, 134);
    border-radius: 200px;
    width: 25px;
    height: 25px;
    margin-left: 0.5rem;
}
.overview__link-icon {
    margin-left: 0.25rem;
}

.surgical-procedure {
    display: grid;
    justify-items: center;
}

.procedure__step {
    display: flex;
}

.procedure__step--2, .procedure__step--4, .procedure__step--6 {
    flex-direction: row-reverse;

    .procedure__step-body {
        margin-left: 0;
        margin-right: 55px;
    }
}

.procedure__step-body {
    display: grid;
    gap: 20px;
    margin-left: 55px;
}

.procedure__step-head {
    display: grid;
    gap: 20px;
}

.procedure__step-number {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 300;
}

.procedure__step-title {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
}

.procedure__step-text {
    font-size: 15px;
    width: 487px;
}

.procedure__list {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}
.procedure__list-item {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
    list-style: auto;
}

.procedure__step-line {
    margin: 50px 0;
    width: 885px;
    height: 1px;
    background: #6e2504;
}

.sp_divider {
    display: none;
}

.surgical-cases {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.cases-title {
    font-size: 29px;
    margin: 70px auto;
}

.cases-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foot-left {
    margin-bottom: 30px;
}

.surgical-img-group {
    display: flex;
    margin-top: 200px;
    justify-content: center;
}

.surgical-img-container {
    display: flex;
    flex-direction: column;
    margin: 0 200px;
}
.surgical-img {
    width: 402px;
    height: 247px;
}
.surgical-img-content {
    width: 391px;
    height: auto;

    p {
        line-height: 1.8em;
        font-size: 16px;
    }
}

.page-gaihanboshi-higaeri-shujutsu .consult-section {
    margin-top: 70px;
    h2{
        margin-bottom: 50px;
    }
    .consult-btn {
        margin-top: 50px;
    }
}
.surgical-img, .surgical-img-title, .surgical-img-content {
    margin-bottom: 30px;
}

.surgical-img-title .red {
    font-size: 20px;
}

.page-gaihanboshi-higaeri-shujutsu, .page-shionoya-method, .page-wire-treatment, .page-osteophyte-procedure, .page-naoh-feature, .page-ingrown-toenails-treatment {
    .slide-swiper {
        background: #d1d3c6cc;
        padding: 80px 50px;
        margin: 70px auto;
    }
}

.swiper {
    overflow: hidden;
}

.page-gaihanboshi-higaeri-shujutsu, .page-shionoya-method, .page-wire-treatment, .page-osteophyte-procedure, .page-naoh-feature, .page-ingrown-toenails-treatment {
    .swiper-slide img {
        width: 493px;
        height: 585px;
        object-fit: cover;
        margin: 0 auto;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        z-index: 1;
        border-radius: 0;
        box-shadow: none;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
	.swiper-slide:hover {
        transform: translateY(-5px);
    }

    .swiper-slide::after {
		content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, 
        	rgba(0, 0, 0, 0.1) 0%, 
        	rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.7) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
    }
	.swiper-slide:hover::after{
      opacity: 1;
		z-index: 1;
    }

    .swiper-slide:hover img {
        transform: scale(1.08);
    }

    .slide-swiper .swiper-button-next, .swiper-button-prev {
        width: 75px;
        height: 75px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
        border: none;
        color: transparent;
        box-shadow: none;
        padding: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        display: none;
    }

    .swiper-button-next svg, .swiper-button-prev svg {
        display: block;
        margin: 0 auto;
        width: 39px;
        height: 11px;
        fill: #fff;
    }
}
/* Responsive: mobile only (≤768px) */
@media (max-width: 767px) {

    .hero {
        width: 100%;
        height: 200px;
    }

    .hero__overlay {
        width: 230px;
        padding: 1rem 1rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hero__title {
        font-size: 18px;
    }

    .overview {
        width: 100%;
        margin: 1.5rem auto;
    }

    .overview__list {
        flex-direction: row;
        align-items: center;
        margin-bottom: 3.5rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .overview__item {
        margin-bottom: 0.75rem;
        font-size: 13px;
        display: grid;
        gap: 10px;
        justify-items: center;
		transform: scaleY(0);
        transform-origin: center;
        opacity: 0;
        transition: all 0.5s ease-out;
    }
	.overview__item:nth-child(2) {
		transition-delay: 0.5s;
	}
	.overview__item:nth-child(3) {
		transition-delay: 1s;
	}
	.overview__item:last-child {
		transition-delay: 1.5s;
	}
	.overview__item.animate {
		transform: scaleY(1);
        opacity: 1;
	}

    .overview__icon {
        margin-right: 0;
    }

    .overview__text {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
        padding: 0 1rem;
    }

    .overview__link {
        font-weight: bold;
    }

    .pc_divider {
        display: none;
    }

    .surgical-procedure {
        align-items: center;
    }

    .procedure__step {
        flex-direction: column-reverse;
        align-items: center;
    }

    .surgical-procedure .procedure__step-body {
        display: grid;
        gap: 20px;
        align-items: center;
        margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 280px;
    }

/*     .procedure__step--2, .procedure__step--4, .procedure__step--6 {
        .procedure__step-body {
            margin: 1.5rem;
        }
    } */

    .procedure__step-text {
        width: 100%;
    }

    .procedure__step-img {
        width: 285px;
        height: 156px;

        img {
            width: 100%;
            height: auto;
        }
    }

    .sp_divider {
        display: block;
        width: 370px;
    }

    .pc_sp_divider {
        width: 370px;
    }

    .procedure__step-line {
        width: 370px;
    }

    .cases-title {
        font-size: 24px;
        margin: 40px auto;
    }

    .foot-left, .foot-right {
        width: 397px;
        height: auto;

        img {
            width: 100%;
            height: auto;
        }
    }

    .foot-left {
        width: 350px;
        height: 325px;
    }

    .surgical-img {
        width: 222px;
        height: 137px;
    }

    .surgical-img-group {
        display: grid;
        margin-top: 70px;
		gap: 50px;

        img {
            width: 100%;
            height: auto;
        }
    }

    .surgical-img-container {
        margin: 0;
        align-items: center;
    }

    .surgical-img-title {
        width: 100%;
    }

    .surgical-img-content {
        width: 280px;
    }
	.surgical-img-content p {
		font-size: 12px;
	}

    .pc_show {
        display: none;
    }

    .sp_show {
        display: block;
    }
	.consult-section {
		margin-bottom: 50px;
	}
	.page-osteophyte-procedure .consult-section h2 {
		margin-top: 15px;
	}
	.consult-content {
		padding: 0 18px;
		gap: 0 !important; 
	}
	.consult-content p {
		line-height: 1.5em;
	}
    .consult-content p span {
        line-height: normal;
        text-align: center;
        font-size: 10px;
    }

    .consult-section h2 {
        font-size: 14px;
        margin: 30px;
		margin-bottom: 15px;
    }

    .page-gaihanboshi-higaeri-shujutsu .consult-section .consult-btn {
        margin-top: 0;
        width: 240px;
        height: 55px;
        padding: 16px 27px;
        font-size: 17px;
    }

    .slide-swiper {
        padding: 26px 12px;
    }

    .swiper-slide img {
        width: 210.116px;
        height: 258.116px;
    }

    .slide-swiper .swiper-button-next, .swiper-button-prev {
        width: 46px;
        height: 46px;
    }

    .page-gaihanboshi-higaeri-shujutsu, .page-shionoya-method, .page-wire-treatment, .page-osteophyte-procedure, .page-naoh-feature, .page-osteophyte-procedure, .page-ingrown-toenails-treatment {
        .slide-swiper {
            padding: 26px 12px;
        }

        .swiper-slide img {
            width: 210.116px;
            height: 258.116px;
        }

        .slide-swiper .swiper-button-next, .swiper-button-prev {
            width: 46px;
            height: 46px;
        }
    }
}
/*外反母趾の日帰り手術*/

/*装具療法-インソール*/
.orthotics-banner-section {
    width: 100vw;
    min-height: 655px;
    height: 655px;
    max-width: 2033px;
    max-height: 655px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.orthotics-banner-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.orthotics-banner-content-outer {
    background: #ffffff80;
    border: 1px solid transparent;
    box-shadow: 0 4px 24px 0 #00000040;
    width: 580px;
    padding: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.orthotics-banner-content {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    border: 1px solid #3a5c3a;
    box-sizing: border-box;
    padding: 45px 107px 45px 107px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    min-width: 0;
    max-width: 100%;
}

.orthotics-banner-title {
    font-size: 55px;
    color: #6b3b1e;
    letter-spacing: 24px;
    margin-bottom: 24px;
    line-height: 1.1;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
}
.orthotics-page .surgical-treatment-title {
	margin-bottom: 70px;
}
.orthotics-page .orthotics-innsoru-content {
	color: #000;
}
.orthotics-page .orthotics-innsoru-content .other-color {
	color: #343421;
	font-family: "FuturaLTPro-Light";
}
.orthotics-page .orthotics-innsoru-content .other-color span {
	color: #404040;
}
.orthotics-page .orthotics-content {
	align-items: flex-start;
}
.orthotics-page .orthotics-content .orthotics-content-img {
	margin-top: 15px;
}
.orthotics-page .orthotics-content .orthotics-content__all__info__detailed {
	line-height: 1.4em;
}
.orthotics-page .orthotics-content .orthotics-content__all__info__detailed .text-small {
	font-size: 15px;
}
.orthotics-page .orthotics-content .orthotics-content__all__info__detailed .red {
	font-family: "FuturaLTPro-Light";
}
.orthotics-page .medical-insoles__content {
	margin-left: 35px;
}
.orthotics-page .fee-section .hallux-valgus-section-title {
	font-size: 39px;
}
.fee-section .subtitle-container .subtitle-title .red-brown span:first-child {
	line-height: 1;
}
.fee-section .subtitle-title.spe {
	margin-bottom: 30px;
}
.orthotics-page  .consult-section {
	background: #D4D6CC;
	padding: 75px 0 175px;
	margin-bottom: 0;
}
.orthotics-page .consult-section .consult-content {
	width: 88.95%;
	background: #fff;
	max-width: none;
	padding: 56px 0 63px;
}

.orthotics-banner-subtitle {
    font-size: 19px;
    color: #444;
    letter-spacing: 0.15em;
    margin-top: 0;
    line-height: 1.5;
    font-weight: 400;
}

.orthotics-content-info, .orthotics-right-foot-container{
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
}

.orthotics-content-info {
    width: 811px;
    margin: 120px auto;
    text-align: center;
}

.orthotics-right-foot-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.orthotics-right-foot__content {
    text-align: left;
    width: 968px;
}

.orthotics-innsoru, .medical-insoles, .fee-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 968px;
    margin: 80px auto;

    .surgical-treatment-title {
        margin-left: 0;
    }

    .hallux-valgus-section-title {
        font-size: 28px;
        font-weight: 400;
    }

    .hallux-valgus-save-title-text {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
    }
}
.bold {
	font-weight: bold;
}
.orthotics-content-list {
    display: grid;
    max-width: 910px;
    margin: 100px auto;
    gap: 90px;
}

.orthotics-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.orthotics-content-img {
    margin-right: 50px;
}
.orthotics-content__all__info {
    display: grid;
    gap: 20px;

    .red-brown {
        font-size: 20px;
        font-weight: 400;
    }
}

.medical-insoles__content {
    width: 100%;
    font-size: 24px;
}
.fee-section .subtitle-container .subtitle-title .red-brown{
    display: grid;
    gap: 5px;

    span {
        font-size: 18px;
        font-weight: 300;
    }
    span:first-child {
        font-size: 29px;
        font-weight: 400;
    }
}
.subtitle-container {
    margin-bottom: 100px;
}
.subtitle-title {
    margin-bottom: 50px;
}
.line-under__span {
    text-decoration: underline;
    font-weight: bold;
}
.bold-p {
    font-weight: bold;
}
.subtitle-content p{
    line-height: 1.8em;
}
@media (max-width: 767px) {
    .orthotics-banner-section {
        height: 180px;
        min-height: 120px;
    }
    .orthotics-banner-content-outer {
        width: 350px;
        min-width: 0;
        max-width: 98vw;
        padding: 4px;
    }
    .orthotics-content-info, .orthotics-right-foot__content{
        width: auto;
    }
    .orthotics-content-info {
        font-size: 14px;
        margin: 48px 18px;
    }
    .orthotics-page .pc_divider {
        display: block;
        width: 390px;
        margin-top: 50px;
    }
    .orthotics-banner-content {
        padding: 12px 80px 12px 80px;
    }
    .orthotics-banner-title {
        font-size: 26px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    .orthotics-banner-subtitle {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .orthotics-right-foot-container{
        width: 85%;
        margin: 30px auto;
    }
    .orthotics-right-foot__img {
        margin-bottom: 20px;
        img {
            width: 100%;
            height: auto;
        }
    }
    .orthotics-right-foot__content {
        font-size: 14px;
    }
    .orthotics-innsoru, .medical-insoles, .fee-section {
        margin: 80px 20px;
    }
    .orthotics-content {
        flex-direction: column;
    }
    .orthotics-content-list {
        display: flex;
        flex-direction: column-reverse;
        margin: 60px 20px 20px;
    }
    .orthotics-content-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .orthotics-innsoru, .medical-insoles, .fee-section {
        margin-top: 40px;
        .hallux-valgus-section-title {
            font-size: 22px;
        }
        .hallux-valgus-save-title-text {
            margin-left: 2px;
        }
        .surgical-treatment-title {
            align-items: center;
            margin-bottom: 30px;
        }
    }
    .hallux-valgus-save-title-icon, .surgical-treatment-title {
        margin-right: 0;
    }
    .surgical-treatment-title-icon {
        height: 53px;
    }
    .medical-insoles__content {
        font-size: 16px;
    }
    .fee-section .subtitle-container .subtitle-title .red-brown {
        span:first-child {
            font-size: 22px;
            font-weight: 400;
        }
    }
    .fee-section .subtitle-container .subtitle-title .red-brown {
        span {
            font-size: 17px;
            font-weight: 300;
        }
    }
    .subtitle-content {
        font-size: 17px;
    }
}
/*装具療法-インソール*/

/*骨粗鬆症*/
.page-osteoporosis {
    .sp_show {
        display: none;
    }
}
.osteoporosis-banner-section {
    width: 100vw;
    max-width: 980px;
    margin: 20px auto 0 auto;
    height: 352px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}

.osteoporosis-banner-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.osteoporosis-banner-content-outer {
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px 0 #00000014;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    min-width: 340px;
    min-height: 90px;
}

.osteoporosis-banner-content {
    position: relative;
    z-index: 1;
    background: #fff;
    border: none;
    box-sizing: border-box;
    padding: 24px 56px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    min-width: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.osteoporosis-banner-title {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.2;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
}

.page-shionoya-method .osteoporosis-banner-content-outer {
	min-width: 430px;
	min-height: 103px;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
}
.page-shionoya-method  .osteoporosis-banner-title {
	letter-spacing: normal;
	font-size: 35px;
}
.osteoporosis-banner-title {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
	font-size: 35px;
	letter-spacing: 0;
}
.page-shionoya-method  .overview__list {
	margin-top: 143px;
	margin-bottom: 80px;
}
.page-shionoya-method  .overview__text {
	margin-bottom: 0;
	color: #000;
}
.page-shionoya-method  .naoh-feature-examples-section {
	margin-top: 100px;
}
.page-shionoya-method  .naoh-feature-examples-title {
	line-height: 1.5em;
	margin-bottom: 0;
}
.page-shionoya-method .naoh-feature-example {
	margin-top: 200px;
}
.page-shionoya-method .naoh-feature-example-step-title {
	font-size: 24px;
	padding-top: 33px;
	width: 100%;
}
.page-shionoya-method .naoh-feature-example-step {
	align-items: flex-start;
}
.page-shionoya-method .naoh-feature-example-divider {
	width: 83%;
}
.page-shionoya-method .naoh-feature-example-info-content {
	margin: 100px;
}

.osteoporosis-page-tip {
    margin-top: 120px;
    text-align: center;
    color: #6b3b1e;
    font-size: 27px;
    letter-spacing: 2px;
    margin-bottom: 500px;
}
.page-osteoporosis .consult-section {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .osteoporosis-banner-section {
/*         max-width: 98vw; */
        height: 180px;
    }
    .osteoporosis-banner-content {
        padding: 12px 0;
    }
    .osteoporosis-page-tip {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .page-osteoporosis {
        .sp_show {
            width: 100%;
        }
    }
}
/*骨粗鬆症*/

/*歩容解析*/
.walk-analysis-container {
    width: 980px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px auto 180px;

    .surgical-treatment-title {
        margin-left: 0;
        align-items: center;
    }
    .walk-analysis-content {
        margin: 0 20px;
        font-size: 19px;
        .red {
            font-size: 23px;
            margin-left: 10px;
        }
    }

    .hallux-valgus-save-title-text {
        margin-left: 5px;
        .red-brown {
            font-size: 28px;
            font-weight: 400;
        }
        .lt-span {
            font-size: 20px;
        }
    }
}
.page-walk-analysis .osteoporosis-banner-title {
	color: #6e2504;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.page-osteoporosis .osteoporosis-banner-title {
	color: #6e2504;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.page-osteoporosis .osteoporosis-page-tip {
	color: #6e2504;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	.page-walk-analysis .osteoporosis-banner-section {
		height: 163px;
	}
    .walk-analysis-container {
        width: 100%;
        margin-top: 0;
        margin-bottom: 80px;
        .hallux-valgus-save-title-text {
            .red-brown {
                font-size: 21px;
                .lt-span {
                    font-size: 16px;
                }
            }
        }
        .walk-analysis-content {
            font-size: 16px;
            line-height: 1.8em;
            .red {
                font-size: 17px;
            }
        }
    }
    .page-walk-analysis .procedure__step-line {
        width: 100%;
    }
    .consult-btn {
        width: 180px;
        height: 42px;
        font-size: 13px;
        padding: 0;
    }
}
/*歩容解析*/
/* assistant-page start */
.assistant-page img{
    width: 100%;
}
.assistant-page .page-prompt {
    margin: 123px auto 100px;
    text-align: center;
    font-size: 20px;
    line-height: 2.1em;
    color: #000;
}
.assistant-page .business {
    background: rgb(238, 239, 231);
    padding: 66px 0;
    text-align: center;
}
.assistant-page .business h2 {
    font-size: 35px;
    color: #000;
}
.assistant-page .business .h-prompt {
    font-size: 16px;
    margin-top: 10px;
}
.assistant-page .business .h-prompt.list {
    font-size: 18px;
    margin-top: 50px;
    line-height: 2em;
}
.assistant-page .business .business-list {
    /* width: 58.33%; */
    width: 800px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.assistant-page .business .business-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.assistant-page .business .business-list svg {
    width: auto;
    height: 48px;
}
.assistant-page .business .business-list path {
    fill: #6E2504;
}
.assistant-page .business .business-list  span {
    font-size: 20px;
    margin-top: 6px;
}
.assistant-page .human {
    padding-top: 84px;
    width: 945px;
    margin: 0 auto;
}
.assistant-page .human h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 60px;
}
.assistant-page .human-type {
    color: #574632;
    font-size: 23px;
    margin-bottom: 60px;
    padding-left: 120px;
}
.assistant-page.nurse .human-type {
    margin-bottom: 120px;
}
.assistant-page .human-type li {
    margin-bottom: 10px;
    background: #F5F3ED;
    padding: 5px;
    width: fit-content;
}
.assistant-page .human-type li.small-font {
    background: transparent;
    font-size: 17px;
    padding-left: 30px;
    line-height: 1.2em;
}

.assistant-page .human-prompt {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    border-bottom: 3px solid rgb(204,216,193);
    padding-bottom: 30px;
}
.assistant-page.nurse .human-prompt {
    padding-bottom: 60px;
}
.assistant-page .human-prompt .small-font {
    font-size: 18px;
}
.assistant-page .career {
    padding: 70px 0 50px;
    border-bottom: 3px solid rgb(204,216,193);
}
.assistant-page .career h3 {
    font-size: 27px;
    margin-bottom: 50px;
    text-align: center;
}
.assistant-page .career .career-prompt {
    font-size: 18px;
    margin-bottom: 40px;
}
.assistant-page .human .common-part {
    display: flex;
    gap: 10px;
    border-bottom: 3px solid rgb(204,216,193);
    padding: 70px 0 70px 40px;
}
.assistant-page .human .common-part h3 {
    width: 174px;
    flex-shrink: 0;
    font-size: 38px;
}
.assistant-page .human .common-part .right {
    flex: 1;
    padding-left: 30px;
    padding-top: 60px;
}
.assistant-page .common-part .right li {
    margin-bottom: 50px;
}
.assistant-page .common-part .right li:last-child {
    margin-bottom: 0;
}
.assistant-page .common-part .right .title {
    font-size: 25px;
    margin-bottom: 20px;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.assistant-page .common-part .right .text {
    font-size: 18px;
    line-height: 2em;
    padding-left: 25px;
}
.assistant-page .common-part .right .text.spe p {
    display: flex;
}
.assistant-page .common-part .right .text.mg-b {
    margin-bottom: 20px;
}
.assistant-page .common-part .right .email {
    background: #F4EEDE;
    padding: 5px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0 40px;
    display: block;
    width: fit-content;
}
.assistant-page .common-part .right .red {
    font-weight: bold;
}

.assistant-page .common-contact {
    padding-top: 70px;
}
.common-contact h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 2em;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	font-weight: 400;
}
.common-email .email-address {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.common-email .email-address svg {
    width: 41px;
    height: 31px;
}
.common-email .email-address a {
    font-size: 23px;
}
.common-email .email-prompt {
    font-size: 18px;
}
.common-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border: 2px solid rgb(63, 118, 82);
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #30623C;
    width: 397px;
    height: 70px;
    margin: 30px auto;
    font-family: "AvenirLTPro-Light",sans-serif;
}
.common-phone svg {
    width: 37px;
    height: 37px;
}
.common-phone:hover {
    color: #fff;
    background: #3F7652;
}
.common-phone:hover svg {
    width: 42px;
    height: 42px;
}
.common-phone2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border: 2px solid rgb(63, 118, 82);
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #30623C;
    width: 397px;
    height: 70px;
    margin: 30px auto;
    font-family: "AvenirLTPro-Light",sans-serif;
}
.common-phone2 svg {
    width: 37px;
    height: 37px;
}
.common-phone2:hover {
    color: #fff;
    background: #3f7652;
}
.common-phone2:hover svg {
    width: 42px;
    height: 42px;
}
@media screen and (max-width: 768px) {
	.surgical-img-title .red {
		font-size: 19px;
	}
	.surgical-img-group .surgical-img-container:first-child .surgical-img-title .red {
		font-size: 16px;
	}
    .banner h1 {
        width: 100%;
        text-align: center;
    }
	.assistant-page .banner h1 {
		font-size: 15px;
		text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
	}
    .assistant-page .page-prompt {
        font-size: 11px;
        line-height: 2.1em;
        margin: 34px auto;
        width: 90.93%;
    }
	.assistant-page.nurse .page-prompt {
		font-size: 10px;
		margin: 23px auto;
	}
    .assistant-page .business {
        padding: 18px 0;
    }
	.assistant-page.nurse .business {
		padding: 25px 0 38px;
	}
    .assistant-page .business h2 {
        font-size: 18px;
		line-height: 1.6em;
    }
    .assistant-page .business .h-prompt.list {
        font-size: 12px;
        margin-top: 15px;
        padding: 0 6%;
    }
	.assistant-page.nurse .business .h-prompt.list {
		font-size: 9px;
	}
	.assistant-page.nurse1 .business .h-prompt.list {
		padding: 0 8.2%;
	}
    .assistant-page .human {
        width: 100%;
        padding-top: 26px;
    }
    .assistant-page .human h2 {
        margin-bottom: 13px;
        font-size: 18px;
		line-height: 1.4em;
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
		font-weight: normal;
    }
    .assistant-page .human-type {
        padding: 0 16px 0 22px;
        font-size: 13px;
		font-weight: bold;
        margin-bottom: 35px;
    }
	.assistant-page.nurse .human-type {
		margin-bottom: 41px;
	}
    .assistant-page .human-type li {
        padding: 0;
        margin-bottom: 6px;
    }
    .assistant-page .human-type li.small-font {
        font-size: 9px;
		padding-left: 0;
		text-indent: 20px;
		font-weight: normal;
    }
	.assistant-page .human-type li.small-font:last-child {
		line-height: 2em;
	}
    .assistant-page .human-prompt {
        font-size: 10px;
        width: 90.625%;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 12px;
		border: 0;
		position: relative;
    }
	.assistant-page.nurse .human-prompt {
		padding-bottom: 33px;
	}
	.assistant-page .human-prompt::after {
		content: '';
		display: block;
		width: 87.5%;
		height: 3px;
		background: rgb(204,216,193);
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		bottom: 0;
	}
    .assistant-page .human-prompt .small-font {
        font-size: 11px;
    }
	.assistant-page.nurse .human-prompt .small-font {
		font-size: 9px;
	}
    .assistant-page .human .common-part {
        padding: 52px 3px 0 5px;
        width: 87.5%;
        margin: 0 auto;
        flex-direction: column;
        gap: 0;
		border: 0;
    }
	.assistant-page.nurse .human .common-part {
		border-bottom: 3px solid rgb(204,216,193);
		padding-bottom: 44px;
	}
	.assistant-page.nurse .human .common-part {
		padding-top: 35px;
	}
	.assistant-page .human .common-part:last-child {
		padding-top: 40px;
		padding-bottom: 11px;
		border-bottom: 3px solid rgb(204,216,193);
	}
	.assistant-page.nurse .human .common-part:last-child {
		padding-top: 25px;
		padding-bottom: 40px;
	}
    .assistant-page .human .common-part.spe {
        padding-top: 20px;
    }
    .assistant-page .human .common-part h3 {
        margin-bottom: 35px;
        font-size: 18px;
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
		font-weight: normal;
		line-height: 1.6em;
        text-align: center;
        width: 100%;
    }
	.assistant-page .human .common-part:last-child h3 {
		margin-bottom: 12px;
	}
	.assistant-page.nurse .human .common-part:last-child h3 {
		margin-bottom: 35px;
	}
    .assistant-page .human .common-part .right {
        padding: 0;
    }
    .assistant-page .common-part .right li {
        margin-bottom: 20px;
    }
	.assistant-page.nurse .common-part .right li {
		margin-bottom: 27px;
	}
	.assistant-page.nurse .common-part .right li:last-child {
		margin-bottom: 0;
	}
   
	.assistant-page .common-part .right .title {
        font-size: 18px;
		line-height: 1.4em;
        margin-bottom: 9px;
    }
	.assistant-page.nurse .common-part .right .title {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.assistant-page .human .common-part:last-child .right .title {
		font-size: 13px;
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
	}
	.assistant-page .human .common-part:last-child .right .title {
		margin-bottom: 0;
	}
	.assistant-page.nurse .human .common-part:last-child .right .title {
		margin-bottom: 15px;
	}
	.assistant-page .human .common-part:last-child .right li:first-child .title {
		margin-bottom: 9px;
	}
    .assistant-page .common-part.spe .right .title {
        font-size: 14px;
    }
    .assistant-page .common-part .right .text {
        font-size: 12px;
        padding-left: 0;
    }
	.assistant-page.nurse .common-part .right .text {
		padding-left: 18px;
		font-size: 11px;
	}
	.assistant-page.nurse .human .common-part:last-child .right .text {
		padding-left: 0;
	}
	.assistant-page .human .common-part:last-child .right .text {
		font-size: 11px;
	}
    .assistant-page .common-part.spe .right .text {
        padding-left: 0;
    }
    .assistant-page .common-part .right .text span {
        font-size: 16px;
    }
    .assistant-page .common-part .right .email {
        margin: 8px 0 20px;
        font-size: 14px;
        padding: 2px;
    }
	.assistant-page .common-part .right .email-prompt {
		font-size: 11px;
		line-height: 1.8em;
		padding-bottom: 10px;
	}
    .assistant-page .common-contact {
        padding-top: 30px;
		padding-bottom: 0;
    }
	.assistant-page .common-contact h2 {
		color: rgb(110,37,4);
		font-size: 13px;
		font-weight: normal;
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
		line-height: 1.4em;
	}
    .assistant-page .business .business-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
		row-gap: 17px;
        padding: 0 7%;
        box-sizing: border-box;
        margin-top: 26px;
    }
    .assistant-page .business .h-prompt {
        font-size: 10px;
		line-height: 1.4em;
		margin-top: 10px;
    }
    .assistant-page .business .business-list svg {
        height: 30px;
    }
	.assistant-page .business .business-list li:nth-child(2) svg {
		width: 33px;
	}
    .assistant-page .business .business-list span {
        font-size: 12px;
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
    }
    .assistant-page .career {
        width: 87.5%;
        margin: 0 auto;
        padding: 40px 0 0;
    }
    .assistant-page .career h3 {
        font-size: 18px;
		font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
		line-height: 1.6em;
        margin-bottom: 10px;
    }
    .assistant-page .career .career-prompt {
        font-size: 11px;
		line-height: normal;
        margin-bottom: 22px;
    }
    .common-contact h2 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .common-email .email-address {
        gap: 6px;
        margin-bottom: 10px;
    }
    .common-email .email-address svg {
        width: 24px;
        height: 18px;
    }
    .common-email .email-address a {
        font-size: 14px;
        line-height: 15px;
    }
    .common-phone {
        width: 62.8%;
        height: 42px;
        font-size: 14px;
        letter-spacing: 0.25em;
        margin-top: 0;
    }
	.common-phone_2 {
        width: 62.8%;
        height: 42px;
        font-size: 14px;
        letter-spacing: 0.25em;
        margin-top: 0;
    }
}
/* assistant-page end */

/*足底腱膜炎*/
.page-plantar-fasciitis .hallux-valgus-hero__image-wrapper{
    width: auto;
    height: auto;
}
@media (max-width: 1780px) and (min-width: 769px) {
    .show1024 {
        display: block;
    }
    .show1440 {
        display: none;
    }
	.page-gaihanboshi-higaeri-shujutsu  .hallux-valgus-section__divider, .surgical-img-group {
		width: 58.33%;
	}
}
@media (min-width: 1780px) {
    .page-plantar-fasciitis .hallux-valgus-hero__content {
        padding: 60px 285px;
    }
    .show1024 {
        display: none;
    }
    .show1440 {
        display: block;
    }
}

.page-plantar-fasciitis .hallux-valgus-hero__inner {
    margin: 50px auto;
}
.page-plantar-fasciitis .title_little_size {
    font-size: 35px;
}
.page-plantar-fasciitis .hallux-valgus-hero__description {
    font-size: 16px;
}
.page-plantar-fasciitis .hallux-valgus-save-columns {
    grid-template-columns: repeat(3, 1fr);
}
.page-plantar-fasciitis .hallux-valgus-save-columns .column  {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.page-plantar-fasciitis .hallux-valgus-save-columns {
    width: 100%;
    display: flex;
    justify-content: center;

    .column {
        width: 321px;
    }
}
@media (max-width: 1300px) and (min-width: 769px) {
    .page-plantar-fasciitis .radical-surgery-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 60%;
        margin: 0 auto;
    }
    .page-plantar-fasciitis .hallux-valgus-save-title {
        margin-left: 0;
    }
    .radical-surgery .radical-surgery-content-short {
        margin-left: 0;
    }
}
.page-plantar-fasciitis .column {
    .column-text {
        width: 100%;
    }
}
.column-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.column-inner-layer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-plantar-fasciitis-treatment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    margin: 100px auto;
}
.page-plantar-fasciitis-treatment-title {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 30px;

    .red-brown {
        font-weight: 400;
    }
}
.radical-surgery .hallux-valgus-save-title {
    margin-bottom: 30px;
}
@media screen and (min-width: 1300px) {
    .radical-surgery .radical-surgery-content-short {
/*         margin-left: 630px; */
        font-size: 18px;
    }
}
.radical-surgery .hallux-valgus-section__divider.pc_divider {
    width: 100%;
    height: 120px;
    background-color: #D1D3C6;
}
.all_symptom_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 836px;
    margin: auto;
}
.all_symptom_title {
    font-size: 26px;
    margin: 50px;
}
.all_symptom_content {
    display: flex;
    gap: 50px;
    font-size: 26px;
    color: #574632;
    letter-spacing: -0.05em;
    line-height: 1.7em;
}
.all_symptom_left, .all_symptom_right {
    p{
        background-color: #F5F3ED;
        display: inline;
    }
}
.all_symptom_bottom_text {
    margin: 50px;
}
@media screen and (min-width: 1300px) {
    .page-plantar-fasciitis .hallux-valgus-save-title {
        margin-left: 587px;
		margin-top: 70px;
    }
}
@media screen and (max-width: 768px) {
    .page-plantar-fasciitis .hallux-valgus-hero__inner {
        display: block;
        margin: 0;

        img {
            width: 100%;
            height: 210px !important;
        }
        .hallux-valgus-hero__title {
            font-size: 30px;
        }
        .title_little_size {
            font-size: 25px;
        }
    }
    .page-plantar-fasciitis-treatment {
        width: 100%;
        margin-bottom: 30px;
    }
    .page-plantar-fasciitis .hallux-valgus-hero__content,
    .page-plantar-fasciitis .hallux-valgus-save-section,
    .page-plantar-fasciitis .exam-section,
    .page-plantar-fasciitis-treatment,
    .radical-surgery {
        padding: 0 1.5rem;
    }

    .all_symptom_section {
        padding: 0 3.5rem;
    }
    .all_symptom_title {
        font-size: 20px;
        margin: 50px auto;
    }
    .all_symptom_content {
        display: block;
        font-size: 19px;
        line-height: 1.9em;
    }
    .all_symptom_bottom_text {
        margin: 50px auto;
        font-size: 13px;
    }
    .all_symptom_bottom_img {
        width: 380px;
        height: 256px;
        img {
            width: 100%;
            height: auto;
        }
    }

    .page-plantar-fasciitis .hallux-valgus-hero__content {
        padding: 0 1.5rem 40px;
    }
    .page-plantar-fasciitis .disSP {
        width: 100%;
        height: 180px;
    }
    .page-plantar-fasciitis-treatment-title {
        margin-right: 0;
    }
    .hallux-valgus-save-section {
        margin-top: 90px;
        display: flex;
        flex-direction: column;
    }
    .page-plantar-fasciitis, .page-ingrown-nails, .page-shock-wave, .page-flat-foot {
        .hallux-valgus-save-title {
            gap: 5px;
            align-items: center;
            margin-left: 0;
            margin-bottom: 60px;

            .hallux-valgus-save-title-text h2 {
                font-weight: 400;
            }
        }
        .consult-section {
            background: #d3d5c8;
            padding: 70px 0;

            .consult-bg {
                padding: 0;
                background: #fff;
            }
            .consult-title {
                font-size: 1em;
            }
            .consult-btn {
                width: 255px;
                height: 65px;
                padding: 0;
            }
        }
    }

    .page-plantar-fasciitis .hallux-valgus-save-columns {
        display: flex;
        flex-direction: column;
        gap: 100px;
        margin-bottom: 100px;
        .column {
            width: 100%;
            font-size: 17px;
            .column-title {
                font-size: 22px;
                font-weight: 500;
            }
            .column-img {
                justify-content: center;
                display: flex;
            }
        }
        .column2, .column3, .column5, .column6 {
            flex-direction: column-reverse;
        }
    }
    .column-inner-layer {
        flex-direction: column-reverse;
    }
    .page-plantar-fasciitis .hallux-valgus-save-btn {
        margin-left: 0;
        margin-bottom: 0;
        a {
            margin-top: 20px;
            justify-content: center;
        }
    }
    .radical-surgery .hallux-valgus-save-title {
        margin-left: 0;
    }
    .radical-surgery .radical-surgery-content-short {
        margin-left: 0;
        font-size: 16px;
    }
    .page-plantar-fasciitis, .page-ingrown-nails, .page-flat-foot {
        a {
            color: #000;
        }
        .hallux-valgus-hero {
            padding: 40px 0 26px;
        }
        .insoles-section {
            width: 100%;
            height: auto;
            padding-top: 50px;
        }
        .insoles-bg {
            display: block;
            padding: 0;
        }
        .insoles-content {
            flex-direction: column-reverse;
            position: unset;
        }
        .insoles-card, .insoles-img {
            position: unset;
            padding: 0;
        }
        .insoles-card {
            margin-left: 0;
            box-shadow: revert;
            min-width: auto;
            max-width: unset;
            padding: 5rem 1.25rem;
            .insoles-desc {
                font-size: 0.9em;
                line-height: 1.8;
            }
        }
        .insoles-title {
            font-size: 1.4rem;
            text-align: center;
        }
        .pc_divider {
            display: block;
            width: 85%;
            margin-top: 0;
        }
        .exam-title {
            font-size: 1.7em;
        }
        .exam-section {
            .exam-divider{
                width: 85%;
                margin: 20px auto 20px;
            }
        }
        .exam-content-row {
            flex-direction: column-reverse;
            align-items: center;
            gap: 0;
            margin-bottom: 0;
        }
        .exam-desc {
            flex: 1 1 250px;
            .exam-desc-title {
                font-size: 25px;
            }
        }
    }

    .page-plantar-fasciitis-treatment-title .red-brown {
        font-size: 20px !important;
    }
    .page-plantar-fasciitis-treatment-text {
        line-height: 1.5em;
		font-size: 12px;
    }
    .radical-surgery .pc_divider{
        display: none;
    }
	.page-plantar-fasciitis-treatment {
		margin-top: 30px;
		padding: 0 0.5rem;
	}
	.page-plantar-fasciitis-treatment-title {
		margin-bottom: 20px;
	}
}
/*足底腱膜炎*/

/*骨棘除去*/
.page-osteophyte-procedure {
    .overview__text {
        text-align: left;
    }
    .consult-section {
        margin-top: 80px;
    }
    .consult-content {
        gap: 20px;
    }
}
.osteophyte-procedure-section {
    max-width: 900px;
    margin: 100px auto 0 auto;
    padding: 0 24px 48px 24px;
}

.osteophyte-title {
    text-align: center;
    color: #3a5c3a;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 64px;
    letter-spacing: 2px;
}

.osteophyte-step {
    margin-bottom: 48px;
}

.osteophyte-step-title {
    color: #3a5c3a;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.osteophyte-step-desc {
    margin: 0 0 0 16px;
    padding: 0;
    list-style: none;
}
.osteophyte-step-desc li {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
    position: relative;
}
.osteophyte-step-desc li::before {
    content: '＊';
    color: #3a5c3a;
    margin-right: 6px;
    font-size: 15px;
}

.osteophyte-divider {
    border: none;
    border-top: 1px solid #6e2504;
    margin: 0 0 48px 0;
}
.osteophyte-advantage-section {
    max-width: 900px;
    margin: 64px auto 0 auto;
    padding: 0 24px 48px 24px;
    color: #111;
}
.osteophyte-advantage-title,
.osteophyte-attention-title {
    color: #111;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 36px;
    letter-spacing: 2px;
}
.osteophyte-advantage-list,
.osteophyte-attention-list {
    margin-bottom: 56px;
}
.osteophyte-advantage-item,
.osteophyte-attention-item {
    margin-bottom: 32px;
}
.osteophyte-advantage-item-title,
.osteophyte-attention-item-title {
    color: #111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
}
.osteophyte-advantage-item-desc,
.osteophyte-attention-item-desc {
    font-size: 19px;
    color: #111;
    margin-left: 24px;
    margin-bottom: 0;
    line-height: 2;
}
.osteophyte-attention-item-desc {
    font-size: 17px;
    color: #111;
    margin-left: 24px;
    margin-bottom: 0;
    line-height: 2;
}

@media (max-width: 768px) {
    .osteophyte-procedure-section {
        padding: 0 4vw 32px 4vw;
    }
    .osteophyte-title {
        font-size: 20px;
        margin-bottom: 32px;
    }
    .osteophyte-step-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .osteophyte-step-desc li {
        font-size: 13px;
    }
    .osteophyte-divider {
        margin-bottom: 24px;
    }
    .osteophyte-advantage-section {
        padding: 0 4vw 32px 4vw;
    }
    .osteophyte-advantage-title,
    .osteophyte-attention-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .osteophyte-advantage-item-title,
    .osteophyte-attention-item-title {
        font-size: 15px;
        margin-bottom: 0;
    }
    .osteophyte-advantage-item-desc,
    .osteophyte-attention-item-desc {
        font-size: 13px;
        margin-left: 0;
		text-indent: 1em; 
    }
    .hallux-valgus-section__divider {
        width: 90%;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
}
/*骨棘除去*/
/*naoh法*/
.naoh-feature-section {
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.naoh-feature-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.naoh-feature-item {
    flex: 1 1 0;
    min-width: 220px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 16px
}

.naoh-feature-title {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-top: 0;
}

.naoh-feature-desc {
    font-size: 16px;
    color: #5c3535;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

.naoh-desc-section {
    margin: 60px auto 0 auto;
    max-width: 900px;
    padding: 0 24px 48px 24px;
}

.naoh-desc-text {
    font-size: 16px;
    color: #222;
    line-height: 1.8em;
    letter-spacing: 0;
}
.naoh-feature-section .hallux-valgus-section__divider {
    margin: 0 auto 50px;
}
.naoh-feature-examples-section .osteophyte-title {
    margin-top: 100px;
}

.naoh-feature-examples-section {
    max-width: 1100px;
    margin: 80px auto 40px auto;
    padding: 0 16px;
}

.naoh-feature-examples-title {
    text-align: center;
    font-size: 2.2rem;
    color: #4d6b57;
    margin-bottom: 8px;
    font-weight: 500;
}

.naoh-feature-examples-warning {
    text-align: center;
    color: #b80505;
    font-size: 1rem;
    margin-bottom: 32px;
}

.naoh-feature-examples-case1 {
	text-align: center;
    font-size: 16px;
    margin: 100px 0 60px 0;
}

.naoh-feature-example-case {
    text-align: left;
    color: #222;
    font-weight: 400;
    max-width: 700px;
    margin: 80px auto 30px;
    font-size: 0.9rem;
}

.naoh-feature-example-step {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 18px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.naoh-feature-example-step-text {
    flex: 1 1 0;
    font-size: 1rem;
}

.naoh-feature-example-step-title {
    font-size: 22px;
    color: #3F7652;
    font-weight: 500;
    margin-bottom: 8px;
	line-height: 1.3em;
}

.naoh-feature-example-step-img {
    flex: 0 0 180px;
    max-width: 180px;
    max-height: 195px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.naoh-feature-example-step-img img {
    width: 180px;
    height: 195px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.naoh-feature-example-divider {
    border: none;
    border-top: 2px solid #a97c50;
    margin: 32px auto;
    width: 80%;
}

.naoh-feature-example-info-content {
    margin-left: 128px;
    line-height: 2rem;
}

@media (max-width: 768px) {
    .naoh-feature-section {
        flex-direction: column-reverse;
    }
    .naoh-feature-example-step {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        max-width: 100%;
    }
    .naoh-feature-example-step-img {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-width: 0;
        max-height: none;
    }
    .naoh-feature-example-step-img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 220px;
    }
    .naoh-feature-example-step-title {
        font-size: 14px;
    }
	.naoh-feature-examples-section {
		padding: 0 19px;
	}
    .naoh-feature-example-step-text {
        font-size: 0.95rem;
    }
    .naoh-feature-list {
        flex-direction: column;
        align-items: center;
    }
    .naoh-feature-examples-title {
        font-size: 17px;
        font-weight: 400;
    }
    .naoh-feature-examples-warning {
        font-size: 8px;
    }
    .naoh-feature-example-step-img img {
        width: 130px;
        height: 141px;
    }
    .naoh-feature-example-divider {
        width: 100% !important;
    }
    .naoh-feature-example-info-content {
        margin-left: 0;
		font-size: 12px;
    	line-height: 1.8em;
    }

}
@media (min-width: 1024px) {
    .naoh-feature-examples-title {
		line-height: 1em;
        font-size: 29px;
    }
    .naoh-feature-examples-warning {
        font-size: 12px;
    }
    .reservatione-page .reservatione-choose .choose-list li a.disSP {
        display: none;
    }
    .disSP {
        display: none;
    }
    .thin, .exam-divider{
        width: 900px;
        height: 2px;
        margin: 24px auto 80px;
    }
}
/*naoh法*/
/* reservatione-page start */
.flexPC {
    display: flex !important;
}
.flexSP {
    display: none !important;
}
.reservatione-page a{ color: #000; }
.reservatione-page .banner-cont {
    background: #2C659C;
    height: 205px;
}
.reservatione-page .banner h1 {
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
	font-weight: 600;
	text-shadow: none;
}
.reservatione-page .page-prompt {
    background: #e2ecf3;
    padding: 65px 0 50px;
}
.reservatione-page .prompt-cont {
    max-width: 818px;
    margin: 0 auto;
    line-height: 2.2em;
    padding: 0 1%;
    box-sizing: content-box;
}
.reservatione-page .page-prompt .text-underline {
    font-size: 18px;
}
.reservatione-page .page-prompt .have-bg {
    background: #FCF8ED;
    padding: 0 3px;
    font-size: 18px;
    color: #2C659C;
    width: fit-content;
}
.reservatione-page .page-prompt .have-bg.black {
    font-family: 'FOT-筑紫ゴシック Pr5N D','FOT-筑紫ゴシック Pr5 D','FOT-筑紫ゴシック Pro B',ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    color: #404040;
}
.reservatione-page .page-prompt .prompt-part:first-child {
    margin-bottom: 70px;
}
.reservatione-page .page-prompt .prompt-part .cont p span {
  font-family: 'FOT-筑紫ゴシック Pr5N D','FOT-筑紫ゴシック Pr5 D','FOT-筑紫ゴシック Pro B',ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.reservatione-page .reservatione-choose {
    padding: 128px 0;
    width: 663px;
    margin: 0 auto;
}
.reservatione-page .reservatione-choose .choose-prompt {
    color: #575757;
    text-align: center;
    margin-bottom: 33px;
	animation: pulse-scale 2.7s ease-in-out infinite;
}
.reservatione-page .reservatione-choose .choose-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.reservatione-page .reservatione-choose .choose-list li {
    display: flex;
    justify-content: flex-end;
    width: 48.49%;
}
.reservatione-page .reservatione-choose .choose-list li:nth-child(2n) {
    justify-content: flex-start;
}
.reservatione-page .reservatione-choose .choose-list li a {
    min-width: 168px;
	border: 1px solid #8b6755;
    color: #2C659C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 37px;
    transition: 0.4s;
}
.reservatione-page .reservatione-choose .choose-list li a:hover {
    border-radius: 20px;
}
.reservatione-page .reservatione-choose .choose-list li svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
.reservatione-page .reservatione-choose .choose-list li path {
    fill: #2C659C;
}
.reservatione-page .reservatione-choose .red-prompt {
    color: #8B0000;
    margin-top: 32px;
    text-align: center;
}
.reservatione-page .reservatione-choose-part h2 {
    background: #2C659C;
    color: #fff;
    font-size: 24px;
    height: 69px;
    line-height: 69px;
    text-align: center;
}
.reservatione-page .reservatione-choose-part .choose-part-main {
    background: #e2ecf3;
    line-height: 2.5em;
    padding: 66px 0;
    text-align: center;
}
.reservatione-page .reservatione-choose-part .choose-part-main .cont {
    width: 768px;
    margin: 0 auto;
}
.reservatione-page .reservatione-choose-part .turn-list {
    margin-top: 35px;
}
.reservatione-page .reservatione-choose-part .turn-list li {
    display: flex;
    justify-content: flex-end;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px
}
.reservatione-page .reservatione-choose-part .turn-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.reservatione-page .reservatione-choose-part .turn-list li .pic {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #404040;
    border-radius: 50%;
    margin-left: 15px;
}
.reservatione-page .reservatione-choose-part .turn-list svg {
    width: 25px;
    height: 25px;
}
.reservatione-page .reservatione-choose-part .turn-list path {
    fill: #fff;
}
.reservatione-page .reservatione-choose-part li.code a {
    align-items: flex-start;
}
.reservatione-page .reservatione-choose-part li.code .pic {
    width: 80px;
    display: block;
}
.reservatione-page .reservatione-choose-part .part-pic {
    margin-top: 134px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.reservatione-page .reservatione-choose-part .minute {
    margin-bottom: 10px;
}
.reservatione-page .reservatione-choose-part .minute svg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.reservatione-page .reservatione-choose-part .minute span {
    position: absolute;
    left: 50%;
    top: calc(50% - 4px);
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #2C659C;
    display: block;
    width: 100%;
}
.reservatione-page .reservatione-choose-part .pic-main {
    width: 749px;
    margin: 0 auto 60px;
}
.reservatione-page .choose-part-bottom {
    padding: 78px 0 108px;
}
.reservatione-page .choose-part-bottom .bottom-text {
    text-align: center;
    font-size: 15px;
	font-weight: 600;
}
.reservatione-page .choose-part-bottom .bottom-text .red {
    font-size: 19px;
}
.reservatione-page .reservatione-choose-part.part2 {}
.reservatione-page .reservatione-choose-part.part2 .choose-part-main {
    background: #fff;
    color: #303030;
}
.reservatione-page .reservatione-choose-part.part2 .choose-part-main .text {
    width: 320px;
    margin: 0 auto;
    line-height: 1.5em;
	font-weight: 600;
}
.reservatione-page .reservatione-choose-part.part2 .small-font {
    font-size: 14px;
}
.reservatione-page .reservatione-choose-part.part2 .red {
    font-size: 19px;
    color: #8B0000;
    margin: 10px 0 20px;
}
.reservatione-page .reservatione-choose-part.part2 .text-r {
    font-size: 13px;
    text-align: right;
}
.reservatione-page .common-phone {
    background: #2C659C;
    border: 0;
    color: #fff;
    width: 276px;
    height: 59px;
    font-size: 17px;
    margin-bottom: 53px;
}
.reservatione-page .common-phone svg {
    width: 29px;
    height: 29px;
}
.reservatione-page .common-phone path {
    fill: #fff;
}
.reservatione-page .common-phone:hover {
    background: #9D7F61;
}
.reservatione-page .common-phone:hover svg {
    width: 42px;
    height: 42px;
}
.reservatione-page .common-phone2 {
    background: #2C659C;
    border: 0;
    color: #fff;
    width: 276px;
    height: 59px;
    font-size: 17px;
    margin-bottom: 53px;
}
.reservatione-page .common-phone2 svg {
    width: 29px;
    height: 29px;
}
.reservatione-page .common-phone2 path {
    fill: #fff;
}
.reservatione-page .common-phone2:hover {
    background: #3f7652;
}
.reservatione-page .common-phone2:hover svg {
    width: 42px;
    height: 42px;
}
.reservatione-page .reservatione-choose-part.part2 .common-phone {
    width: 347px;
}
.reservatione-page .reservatione-choose-part.part2 .common-phone2 {
    width: 347px;
}
.reservatione-page .to-schedule {
    margin: 50px auto 100px;
    width: 385px;
    height: 58px;
    background: #E6DECA96;
    border: 1px solid rgb(23,99,56);
    box-sizing: border-box;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reservatione-page .to-schedule:hover {
    background: #76482C;
    color: #fff;
}
@media screen and (max-width: 768px) {
	.page-shionoya-method .naoh-feature-example-info-content {
		margin: 20px 0 0 0;
	}
	.entry-content .reservatione-page .page-prompt .prompt-part .cont p span {
		font-size: 13px;
	}
	.page-naoh-feature .osteoporosis-banner-title {
		letter-spacing: 0;
	}
	.naoh-feature-item {
		max-width: 226px;
	}
	.naoh-desc-section {
		margin-top: 0;
	}
	.naoh-desc-text {
		font-size: 12px;
	}
	.naoh-feature-icon svg {
		width: 39px;
		height: 39px;
	}
	.naoh-feature-title {
		font-size: 15px;
	}
	.naoh-feature-desc {
		font-size: 11px;
	}
	.naoh-feature-examples-case1 {
		font-size: 12px;
    	text-align: left;
		margin-top: 50px;
	}
    .flexSP {
        display: flex !important;
    }

    .flexPC {
        display: none !important;
    }

    .reservatione-page .banner-cont {
        height: 74px;
    }
	.reservatione-page .text-underline {
		color: #2c659c;
	}

    .reservatione-page .reservatione-choose,
    .reservatione-page .reservatione-choose-part .choose-part-main .cont,
    .reservatione-page .reservatione-choose-part .pic-main {
        width: 100%;
    }

    .reservatione-page .page-prompt {
        background: #fff;
        padding: 0;
    }

    .reservatione-page .prompt-cont {
        text-align: center;
        width: 100%;
    }

    .reservatione-page .page-prompt .prompt-part:first-child {
        margin-bottom: 0;
    }

    .reservatione-page .prompt-cont .part1 {
        padding: 43px 0;
        background: #e2ecf3;
        width: 100%;
    }

    .reservatione-page .prompt-cont .part1 .cont {
        width: 95%;
        margin: 0 auto;
    }

    .reservatione-page .page-prompt > .prompt-part {
        padding: 20px 0 60px;
        width: 87.5%;
        margin: 0 auto;
    }

    .reservatione-page .page-prompt > .prompt-part p {
        font-size: 10px;
        line-height: 2em;
    }

    .reservatione-page .page-prompt > .prompt-part .have-bg {
        background: #FCF8ED;
        font-size: 11px;
    }

    .reservatione-page .page-prompt p,
    .reservatione-page .page-prompt .text-underline,
    .reservatione-page .page-prompt .have-bg {
        font-size: 13px;
        line-height: 1.8em;
    }

    .reservatione-page .reservatione-choose {
        padding: 0 0 70px;
    }

    .reservatione-page .reservatione-choose .choose-prompt {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .reservatione-page .reservatione-choose .choose-list {
        width: 64.8%;
        margin: 0 auto;
		font-size: 14px;
		letter-spacing: 0;
		gap: 10px;
    }

    .reservatione-page .reservatione-choose .choose-list li {
        width: 100%;
        justify-content: center;
    }

    .reservatione-page .reservatione-choose .choose-list li.spe {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .reservatione-page .reservatione-choose .choose-list li.spe a:first-child {
        width: 42.67%;
    }

    .reservatione-page .reservatione-choose .choose-list li.spe a:nth-child(2) {
        width: 55.44%;
    }

    .reservatione-page .reservatione-choose .choose-list li a {
        width: 100%;
        min-width: auto;
        display: flex !important;
        align-items: center;
    }

    .reservatione-page .reservatione-choose .red-prompt {
        width: 80.8%;
        margin: 20px auto 0;
        font-size: 10px;
    }

    .reservatione-page .reservatione-choose-part h2 {
        height: 40px;
        line-height: 57px;
        font-size: 13px;
		display: flex;
		justify-content: center;
    	align-items: center;
    }

    .reservatione-page .reservatione-choose-part .choose-part-main {
        padding: 30px 0 56px;
    }

    .reservatione-page .reservatione-choose-part .choose-part-main .part-text {
        width: 94.1%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.8em;
    }

    .reservatione-page .reservatione-choose-part .part-text .have-bg {
        background: #FFF5F0;
    }

    .reservatione-page .reservatione-choose-part .turn-list {
        width: 80.56%;
    }

    .reservatione-page .reservatione-choose-part .turn-list li a {
        font-size: 12px;
        gap: 0;
		line-height: 1em;
    }

    .reservatione-page .reservatione-choose-part .turn-list li .pic {
        width: 25px;
        height: 25px;
        background: #2C659C;
    }

    .reservatione-page .reservatione-choose-part .btn-list {
        width: 43.75%;
        margin: 30px auto 0;
    }

    .reservatione-page .reservatione-choose-part .btn-list li {
        width: 100%;
        height: 31px;
    }

    .reservatione-page .reservatione-choose-part .btn-list li:first-child {
        margin-bottom: 15px;
    }

    .reservatione-page .reservatione-choose-part .btn-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2C659C;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        width: 100%;
        height: 100%;
		letter-spacing: 0.2em;
    }

    .reservatione-page .choose-part-bottom {
        padding: 53px 0;
        display: flex;
        flex-direction: column-reverse;
        width: 87.5%;
        margin: 0 auto;
    }

    .reservatione-page .choose-part-bottom .bottom-text {
        font-size: 10px;
        margin-bottom: 30px;
    }

    .reservatione-page .choose-part-bottom .bottom-text .red {
        font-size: 13px;
		color: #8b0000;
    }

    .reservatione-page .common-phone {
        width: 79.28%;
        height: 52px;
        line-height: 52px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .reservatione-page .common-phone svg {
        height: 32px;
        width: 32px;
    }
	
	.reservatione-page .common-phone2 {
        width: 79.28%;
        height: 52px;
        line-height: 52px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .reservatione-page .common-phone2 svg {
        height: 32px;
        width: 32px;
    }

    .reservatione-page .reservatione-choose-part.part2 .choose-part-main {
        padding: 40px 0;
        font-size: 14px;
    }

    .reservatione-page .reservatione-choose-part.part2 .small-font {
        font-size: 11px;
    }

    .reservatione-page .reservatione-choose-part.part2 .red {
        font-size: 14px;
        margin: 5px 0 10px;
    }

    .reservatione-page .reservatione-choose-part.part2 .common-phone {
        width: 69.375%;
        height: 46px;
        line-height: 46px;
        margin-top: 30px;
    }
	
	.reservatione-page .reservatione-choose-part.part2 .common-phone2 {
        width: 69.375%;
        height: 46px;
        line-height: 46px;
        margin-top: 30px;
    }

    .reservatione-page .to-schedule {
        width: 44%;
        height: 29px;
        line-height: 29px;
        font-size: 10px;
        margin: 32px auto;
    }
}
/* reservatione-page end */
/* about-page start */
.about-page {}
.about-page h2{
    color: #5E97FF;
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
}
.about-page .page-prompt {
    padding: 162px 0 50px;
}
.about-page .page-prompt .text {
    color: #000;
    text-align: center;
}
.about-page .time {
    background: #f7f1e3;
    padding: 100px 0;
}
.about-page .time .time-title {
    width: 249px;
    height: 49px;
    margin: 0 auto 10px;
    color: #5E97FF;
    font-size: 22px;
    font-weight: bold;
    border: 3px solid #5E97FF;
    background: #fff;
    text-align: center;
    line-height: 49px;
}
.about-page .time .pic {
    width: 538px;
    margin: 0 auto 40px;
}
.about-page .time .text {
    font-size: 20px;
    text-align: center;
}
.about-page .time .turn-list {
    width: 48%;
    margin: 50px auto 0;
}
.about-page .time .turn-list li {
    display: flex;
    justify-content: flex-end;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px
}
.about-page .time .turn-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
	color: #000;
}
.about-page .time .turn-list li .pic {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    background: #404040;
}
.about-page .time .turn-list svg {
    width: 25px;
    height: 25px;
}
.about-page .time .turn-list path {
    fill: #fff;
}
.about-page .time .turn-list li.code a {
    align-items: flex-end;
}
.about-page .time .turn-list li.code .pic {
    width: 80px;
    height: 80px;
    display: block;
    background: transparent;
}
.about-page .time .turn-list .right {
    width: 80px;
    display: flex;
    justify-content: flex-start;
}
.about-page .repeat {
    padding: 80px 0;
}
.about-page .repeat .repeat-list {
    width: 41%;
    margin: 0 auto 55px;
}
.about-page .repeat .repeat-list li {
    border: 3px solid #5E97FF;
    max-height: 69px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px;
}
.about-page .repeat .repeat-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 67px;
}
.about-page .repeat .repeat-list li .left {
    width: 179px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #5E97FF;
}
.about-page .repeat .repeat-list li .right {
    flex: 1;
    padding: 0 5px;
    color: #5E97FF;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	line-height: 1.3em;
}
.about-page .to-detail {
    display: flex;
    width: 331px;
    height: 58px;
    margin: 0 auto;
    line-height: 58px;
    text-align: center;
    border: 3px solid #5E97FF;
    color: #5E97FF;
    font-weight: bold;
    font-size: 19px;
    justify-content: center;
    align-items: center;
}
.about-page .repeat-bottom {
    margin: 100px 0;
}
.about-page .repeat-bottom .title {
    font-size: 27px;
    color: #5E97FF;
    font-weight: bold;
    text-align: center;
}
.about-page .repeat-bottom .pic {
    width: 197px;
    margin: 30px auto;
}
@media screen and (max-width: 768px) {
	.about-page .repeat-bottom .pic {
    	width: 140px;
	}
	.page-shock-wave .flat-foot-img.disSP {
		padding-top: 25px;
    	display: flex;
	}
    .about-page h2 {
        font-size: 21px;
        margin-bottom: 30px;
    }
	.about-page .time .text {
		font-size:12px;
		padding: 0 15px;
	}
    .about-page .page-prompt {
        padding: 40px 0;
    }
    .about-page .page-prompt .text {
        font-size: 12px;
        width: 86.25%;
        margin: 0 auto;
    }
    .about-page .time {
        padding: 40px 0;
    }
    .about-page .time .time-title {
        width: auto;
        height: auto;
        background: transparent;
        font-size: 10px;
        color: #5E97FF;
        border: 0;
        line-height: 1.8em;
		margin-top: 25px;
    }
    .about-page .time .pic {
        width: 60.625%;
    }
    .about-page .time .to-app {
        display: block;
        width: 49%;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #0064BE;
        font-size: 15px;
        font-weight: bold;
        text-decoration: underline;
        border: 3px solid #5E97FF;
        background: #E5F0FA;
        margin: 0 auto 20px;
    }
    .about-page .time .to-app-prompt {
        text-align: center;
        font-size: 13px;
        color: #000;
        font-weight: bold;
    }
    .about-page .repeat {
        padding-bottom: 0;
    }
    .about-page .repeat .repeat-list {
        width: 87.5%;
    }
    .about-page .repeat .repeat-list li {
        margin-bottom: 10px;
		border: 2px solid #5E97FF;
    }
    .about-page .repeat .repeat-list li,
    .about-page .repeat .repeat-list li span {
        min-height: 36px;
    }
    .about-page .repeat .repeat-list li .left {
        width: 75px;
        font-size: 17px;
    }
    .about-page .repeat .repeat-list li .small-sp {
        font-size: 15px;
    }
    .about-page .repeat .repeat-list li .right {
        font-size: 13px;
        line-height: 1em;
		padding: 0;
		max-width: 201px;
    }
    .about-page .to-detail {
        border: 0;
        font-size: 15px;
        height: auto;
    }
    .about-page .repeat-bottom {
        margin: 30px auto;
    }
    .pic img {
        width: 100%;
    }
}
/* about-page end */
/*塩之谷法*/
.page-shionoya-method,.page-wire-treatment {
    .overview__list {
        justify-content: center;
        gap: 60px;

        .overview__item {
            font-size: 19px;
        }
    }
}
@media (max-width: 767px) {
    .page-shionoya-method, .page-wire-treatment {
        .overview__label {
            font-size: 10px;
        }
        .overview__text {
            text-align: left;
            margin-bottom: 0;
            padding: 0 1.2rem;
            font-size: 12px;
        }
        .overview .hallux-valgus-section__divider {
            margin-top: 50px;
        }
        .consult-section.sp_show {
            margin-top: 100px;
            .consult-content p {
                margin-top: 30px;
                padding: 0;

                span {
                    font-size: 12px;
                }
            }
        }
    }
	.page-shionoya-method .naoh-feature-example {
		margin-top: 30px;
	}
	.page-shionoya-method .naoh-feature-example-step-title {
		font-size: 15px;
		width: 100%;
	}
	.page-shionoya-method .naoh-feature-examples-section {
		margin-top: 30px;
	}
	.page-shionoya-method .naoh-feature-example-step-title {
		padding-top: 0;
	}
}
/*塩之谷法*/
/* 歩けない原因 */
/* walking-reason start */
.page-foot-problems .insoles-section {
    height: auto;
}
.walking-reason {
    display: flex;
    width: 92.65%;
    padding: 80px;
    margin: 0 auto;

    img {
        width: 100%;
    }
}
.walking-reason .left {
    width: 48.29%;
}
.walking-reason .right {
    flex: 1;
    padding: 23px 8% 0;
    text-align: center;
    background: #fff;
}
.walking-reason .right .title-prompt {
    font-size: 20px;
    color: #000;
    text-align: center;
}
.walking-reason .right .title {
    font-size: 45px;
    color: #B80505;
    margin: 10px 0 26px;
}
.walking-reason .right .text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}
.walking-reason .right .green-title {
    color: #3E9664;
    font-size: 18px;
}
.walking-reason .right .reason-btn {
    display: flex;
    border: 1px solid rgb(48,98,60);
    width: 42%;
    height: 55px;
    min-width: 278px;
    margin: 80px auto 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 55px;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1100px) {
    .walking-reason {
        flex-direction: column;
    }
    .walking-reason .left {
        width: 670px;
        margin: 0 auto;
    }
    .walking-reason .right {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    /* walking-reason start */
    .walking-reason {
        width: 100%;
        padding: 50px 0 0;
        margin: 0 auto;
    }
    .right-container.disSP{
        background: #fff;
        display: block !important;
    }

    .walking-reason .right {
        padding: 0;
        margin: 20px;
        width: auto;
    }

    .walking-reason .right .title-prompt {
        font-size: 16px;
    }

    .walking-reason .right .title {
        font-size: 26px;
        margin: 0px;
    }

    .walking-reason .right .text {
        margin-bottom: 20px;
        line-height: 1.5em;
		font-size: 12px;
    }
	.walking-reason .right .green-title {
		font-size: 14px;
	}

    .walking-reason .right .reason-btn {
        width: 153px;
        height: 40px;
        line-height: 42px;
        font-size: 17px;
		min-width : auto;
    }
	.walking-reason.second_reason .reason-btn {
		width: 160px;
	}
	.walking-reason.third_reason .reason-btn{
		width: 203px;
	}
    .page-foot-problems{
        .consult-card {
            width: 100%;
			min-height: 0;
        }
        .consult-bg {
            padding: 30px 0 0 0;
			
        }
        .consult-title {
            font-size: 14px;
        }
		.consult-section {
			margin-bottom: -14px;
		}
    }
}
/* walking-reason end */
/* walking-reason end */
/* 痛み・足の変形・治りにくいキズ  */
/* pain-deformity start */
.pain-deformity {
    padding-bottom: 120px;
}
.pain-deformity h2 {
    font-size: 24px;
    font-weight: bold;
    color: #8B0000;
    text-align: center;
    margin-top: 136px;
}
.pain-deformity .deformity-list {
    width: 528px;
    margin: 50px auto 0;
    display: flex;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.pain-deformity .deformity-list li {
    width: 249px;
    height: 80px;
    flex-shrink: 0;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    border: 1px solid rgba(157,127,97, 1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.6);
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pain-deformity .deformity-list li:last-child {
    width: 396px;
}
.pain-deformity .deformity-list li a {
    color: #000;
}
.pain-deformity .deformity-list li .small {
    font-size: 14px;
}
/* pain-deformity end */

/* 巻き爪・陥入爪の治療方法 */
/* treatment-method start */
@media (min-width: 769px) and (max-width: 1453px) {
    .treatment-method .method-list {
        justify-content: center;
    }
    .treatment-method .method-list li {
        margin-bottom: 50px;
    }
}
@media (min-width: 1454px) {
    .treatment-method .method-list {
        justify-content: flex-start;
    }
    .treatment-method .method-list li {
        margin-bottom: 50px;
    }
}
.treatment-method .method-list {
    display: flex;
    width: 86.59%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 4.4%;
    box-sizing: border-box;
}
.treatment-method .method-list li {
    width: 379px;
    box-sizing: content-box;
    flex-shrink: 0;
}
.treatment-method .method-list li .pic {
    margin-bottom: 10px;
}
.treatment-method .method-list li .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 30px;
}
.treatment-method .method-list li svg {
    width: 16px;
    height: 29px;
}
.treatment-method .method-list li .text {
    font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
}
.page-ingrown-nails .brown-warning {
	margin-top: 150px;
}
.page-ingrown-nails .brown-warning p {
	font-size: 18px;
}
.page-ingrown-nails .insoles-section .insoles-title {
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
	color: #b80505;
}
.page-ingrown-nails .insoles-section .insoles-subtitle {
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
	color: #000;
}
/* treatment-method end */

/* 痛み・足の変形・治りにくいキズ */
/* pain-deformity start */
@media screen and (max-width: 768px) {
    .pain-deformity {
        padding-bottom: 39px;
    }

    .pain-deformity h2 {
        font-size: 12px;
        margin-top: 53px;
    }

    .pain-deformity .deformity-list {
        margin-top: 27px;
        width: 86.25%;
        column-gap: 7.2%;
        row-gap: 15px;
    }

    .pain-deformity .deformity-list li {
        width: 46.37%;
        height: 38px;
        line-height: 36px;
        font-size: 12px;
        border-width: 2px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.6);
        padding-bottom: 2px;
    }

    .pain-deformity .deformity-list li:last-child {
        width: 65.2%;
        height: 31px;
        line-height: 28px;
    }

    .pain-deformity .deformity-list li .small {
        font-size: 11px;
    }

    /* pain-deformity end */
    /* 巻き爪・陥入爪の治療方法 */
    /* treatment-method start */
    .treatment-method .method-list {
        flex-direction: column;
        width: 87.5%;
        gap: 50px;
        padding-top: 65px;
    }

    .treatment-method .method-list li {
        width: 100%;
    }

    .treatment-method .method-list li .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .treatment-method .method-list li svg {
        width: 12px;
        height: 21px;
    }
}
/* treatment-method end */
/*巻き爪-陥入爪*/
/* @media screen and (min-width: 1024px) {
    .page-ingrown-nails .hallux-valgus-hero__content {
        max-width: 583px;
        margin: 71px auto;
        padding: 0;
    }
} */
.page-ingrown-nails .method-list a{
    color: #000;
}
.page-ingrown-nails .hallux-valgus-save-section {
    margin: 50px auto 80px;
    .hallux-valgus-section-title {
        font-size: 38px;
        font-weight: 400;
    }
}
.ingrown-nails-method {
    width: 100%;
    margin-left: 600px;
    line-height: 1.8em;
}
.brown-warning {
    text-align: center;
    margin-top: 200px;
    .hallux-valgus-save-btn a {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .page-ingrown-nails, .page-shock-wave, .page-flat-foot {
        .hallux-valgus-hero__inner {
            flex-direction: column;
            box-shadow: none;
        }

        .hallux-valgus-hero {
            padding: 0;
        }

        .hallux-valgus-hero__image-wrapper {
            width: 100%;
            height: auto;
        }

        .hallux-valgus-hero__content {
            padding: 20px 20px;
        }

        .hallux-valgus-hero__title {
            font-size: 34px;
            font-weight: 400;
        }

        .ingrown-nails-method {
            padding: 10px 40px 70px 40px;
            margin-left: 0;
        }

        .hallux-valgus-save-title {
            justify-content: center;
            margin-bottom: 0;
            margin-left: 0;
        }

        .hallux-valgus-save-section {
            .hallux-valgus-section-title {
                font-size: 26px;
            }
        }
        .brown-warning {
            text-align: left;
            margin-top: 70px;
            padding: 0 20px;
            font-size: 18px;

            .hallux-valgus-save-btn a {
                justify-content: space-between;
                font-size: 18px;
            }
        }
        .exam-title {
            font-size: 1.5em;
        }
        .exam-section {
            margin-top: 30px;
            .exam-divider {
                width: 90%;
            }
        }
        .exam-list {
            padding: 10px 20px;
        }
    }
}
/*巻き爪-陥入爪*/
/*超弾性ワイヤー治療*/
.page-wire-treatment {
    .osteophyte-advantage-title, .osteophyte-attention-title {
        font-size: 32px;
        font-weight: 500;
        color: #6e2504;
    }
    .osteophyte-advantage-item-title, .osteophyte-attention-item-title {
        font-size: 16px;
        font-weight: 400;
    }
    .osteophyte-advantage-item-desc {
        margin-left: 60px;
    }
    .osteophyte-advantage-item-desc, .osteophyte-attention-item-desc {
        font-size: 16px;
        font-weight: 400;
    }
    .osteophyte-attention-list {
        margin-left: 30px;
    }
}
.case1 {
    margin: 9px 9px 70px 9px;
}
@media screen and (min-width: 1024px) {
    .case1 {
        text-align: left;
        margin-top: 100px;
        margin-bottom: 50px;
        margin-left: 180px;
    }
}
.example-steps {
    display: flex;
    width: 180px;
    gap: 10px;
}
.entry-link-list {
    margin: 10rem 0 10rem 0;
    .overview__link {
        margin: 0 0 10px;
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .page-wire-treatment {
		.osteoporosis-banner-section {
			max-width: none;
			width: 100%;
			height: 176px;
		}
		.osteoporosis-banner-content-outer {
			min-width: auto;
			min-height: auto;
		}
		.osteoporosis-banner-bg-img {
			filter: blur(2px);
		}
		.osteoporosis-banner-title {
			font-size: 19px;
			font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
			letter-spacing: 0;
		}
		.osteoporosis-banner-content {
			padding: 17.2px 29px;
		}
        .osteophyte-title {
            margin-bottom: 80px;
        }
        .osteophyte-step-desc li {
            font-size: 1rem;
        }
        .osteophyte-step-title{
            font-size: 23px;
        }
		.overview__list {
			margin: 44px 36px 46px;
			gap: 0;
			justify-content: space-between;
		}
		.overview__item {
			margin-bottom: 0;
		}
		.overview__icon {
			width: 20px;
			height: 21px;
		}
		.overview__label {
			font-size: 10px;
		}
		.overview__text {
			font-size: 12px;
			line-height: 1.4em;
		}
		.overview .hallux-valgus-section__divider {
			margin-top: 45px;
		}
		.osteophyte-procedure-section {
			margin-top: 47px;
			padding-bottom: 0;
		}
		.osteophyte-title {
			font-size: 15px;
			letter-spacing: 0;
			margin-bottom: 56px;
		}
		.osteophyte-step {
			margin-bottom: 37px;
		}
		.osteophyte-step-title {
			font-size: 18px;
			line-height: 1.3em;
		}
		.osteophyte-step-desc li,
		.osteophyte-advantage-item-title,
		.osteophyte-advantage-item-desc {
			font-size: 12px;
			line-height: 1.4em;
		}
		.osteophyte-advantage-section {
			margin-top: 32px;
		}
		.osteophyte-advantage-title,
		.osteophyte-attention-title {
			font-size: 19px;
			line-height: normal;
		}
		.osteophyte-advantage-item {
			margin-bottom: 0;
		}
		.osteophyte-advantage-item-desc {
			margin-left: 38px;
		}
		.osteophyte-advantage-list {
			margin-bottom: 0;
		}
		.osteophyte-attention-title {
			margin-bottom: 10px;
		}
		.osteophyte-attention-list {
			margin-left: 0;
			margin-bottom: 30px;
		}
		.osteophyte-attention-item-title,
		.osteophyte-attention-item-desc {
			font-size: 11px;
		}
		.osteophyte-attention-item-title {
			margin-bottom: 0;
		}
		.osteophyte-attention-item-desc {
			margin-left: 20px;
		}
		.osteophyte-attention-item {
			margin-bottom: 20px;
		}
		.osteophyte-attention-item:last-child {
			margin-bottom: 0;
		}
		.naoh-feature-examples-section {
			margin-top: 50px;
			padding: 0 20px;
		}
		.naoh-feature-examples-title {
			font-size: 17px;
			line-height: 1.5em;
			margin-bottom: 0;
		}
		.naoh-feature-examples-warning {
			font-size: 8px;
		}
		.case1 {
			font-size: 12px;
			line-height: 1.4em;
			margin-bottom: 52px;
		}
		.naoh-feature-example-step-title {
			font-size: 15px;
			line-height: 1.3em;
		}
		.example-steps {
			width: 100%;
			gap: 8px;
			justify-content: center;
		}
		.naoh-feature-example-step {
			gap: 0;
			margin-bottom: 37px;
		}
		.naoh-feature-example-step-img {
			width: 46.24%;
			flex: none;
			margin: 0 auto;
		}
		.example-steps .naoh-feature-example-step-img {
			margin: 0;
		}
		.naoh-feature-example-step-img img {
			width: 100%;
			height: auto;
		}
		.naoh-feature-example-divider {
			width: 100%;
		}
		.naoh-feature-example-divider {
			margin-bottom: 50px
		}
		.naoh-feature-example-info-content {
			font-size: 12px;
			line-height: normal;
		}
		.naoh-feature-examples-section {
			margin-bottom: 20px;
		}
		.entry-link-list {
			margin-top: 67px;
			margin-bottom: 62px;
		}
		.consult-section.sp_show {
			margin-top: 62px;
			margin-bottom: 42px;
			.consult-content p  {
				padding: 0;
				span {
					font-size: 12px;
					line-height: normal;
					display: block;
				}
			}
		}
		.consult-section h2 {
			margin-top: 0;
			font-size: 14px;
			line-height: normal;
		}
		.consult-btn {
			width: 180px;
			height: 42px;
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0;
			.arrow svg {
				fill: rgb(60, 93, 72);
			}
		}
		.slide-swiper {
			margin-top: 38px;
			padding-top: 20px;
			padding-bottom: 37px;
			margin-bottom: -14px;
		}
		.swiper-slide img {
			width: 100%;
			height: auto;
		}
		.slide-swiper .swiper-button-next, .swiper-button-prev {
			background: rgba(0, 0, 0, 0.6) !important;
			transform: none;
		}
		.swiper-button-next svg, .swiper-button-prev svg {
			width: 20px;
			height: 6px;
		}
    }
    .entry-link-list {
        margin: 5rem 0 5rem 0;
        .overview__link {
            margin: 0 0 10px;
            font-size: 15px;
            font-weight: bold;
        }
		.overview__link-icon-wrapper {
			width: 29px;
			height: 27px;
		}
    }
}
/*超弾性ワイヤー治療*/

/*体外衝撃波疼痛治療*/
@media (min-width: 1024px) {
    .page-shock-wave .hallux-valgus-hero__content {
        padding: 60px 266px;
    }
    .page-shock-wave .hallux-valgus-hero__image-wrapper {
        width: 843px;
        height: 533px;
    }
}
.page-shock-wave .hallux-valgus-save-section {
    max-width: 980px;
    align-items: flex-start;
    gap: 50px;
    .hallux-valgus-save-title {
        margin-left: 0;
        margin-bottom: 0;
    }
}
.page-shock-wave .hallux-valgus-section-title {
    font-size: 28px;
    font-weight: 400;
}
.features-content-list {
    font-size: 22px;
    line-height: 2em;
}
.features-content {
    font-size: 19px;
}
.machines-section {
    margin-bottom: 70px;
}
.machines-list, .machines-container, .machines-content {
    display: flex;
}
.machines-container, .machines-content {
    flex-direction: column;
    gap: 20px;
}
.machines-title {
    font-size: 23px;
    font-weight: bold;
}
.machines-list {
    max-width: 1400px;
    margin: 0 auto;
    gap: 458px;
}
@media (max-width: 768px) {
	.article.article-list .slide-swiper {
		margin-top: 36px;
		margin-bottom: -14px;
	}
    .page-shock-wave .hallux-valgus-hero {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.page-shock-wave .red-brown.hallux-valgus-section-title {
		font-size: 20px !important;
	}
	.page-shock-wave .hallux-valgus-save-title-text.ryokinn-text .red-brown.hallux-valgus-section-title {
		font-size: 14px !important;
		
		.ryo-little {
			font-size: 9px;
		}
	}
	.video-container {
		margin-top: 30px;
    	background: #d4d4c4;
    	height: 251px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
    .page-shock-wave {
        .hallux-valgus-save-section {
            margin-top: 20px;
            padding: 0 1.5rem;
			gap: 20px;
            .hallux-valgus-section-title {
                font-size: 23px;
            }
        }

        .hallux-valgus-save-title {
            justify-content: flex-start;
        }

        .features-content-list {
            font-size: 18px;
        }
        .hallux-valgus-section__divider{
            margin-top: 30px;
        }
        .features-content, .features-content-list {
            font-size: 12px;
        }
    }
	.page-shock-wave .consult-section {
		padding: 25px 0 0;
		margin-bottom: -14px;
	}
	.page-shock-wave .consult-title {
		font-size: 14px !important;
	}
	.page-shock-wave .consult-btn {
		width: 180px !important;
		height: 42px !important;
	}
	.page-shock-wave .consult-card {
		padding: 26px 0 !important;
		min-height: 0;
	}
    .machines-section {
        margin-top: 30px;
		padding: 0 20px;
        .machines-text {
            line-height: 1.8em;
			font-size: 12px;
        }
        .machines-title {
            font-size: 17px;
			line-height: 1.5em;
            font-weight: 500;
			
			p {
				font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
			}
   }
        .machines-list {
            margin-top: 50px;
            flex-direction: column;
            gap: 50px;
        }
        .machines-img {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            img {
                width: 222px;
                height: 137px;
            }
        }
    }
}
/*体外衝撃波疼痛治療*/
/*扁平足*/
@media (min-width: 1024px) {
    .flat-foot-hero {
        background-color: #D4D6CC;
        display: flex;
        justify-content: center;
        align-items: center;

        .flat-foot-container {
            margin: 54px 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;

            .flat-foot-img img {
                width: 785px;
                height: 533px;
                object-fit: cover;
                object-position: 50% 50%;
            }
        }

        .flat-foot-content-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin: 66px 267px;
            gap: 25px;

            .flat-foot-content {
                display: flex;
                flex-direction: column;
                width: 466px;
                margin: 0 60px 102px 60px;
                gap: 25px;

                .flat-foot-hero-title {
                    font-size: 48px !important;
                    width: 100%;
                    font-weight: 400;

                    h1 {
                        font-weight: 400;
						font-size: 48px !important;
                    }
                }

                .flat-foot-hero-text {
                    line-height: 1.8em;
                    font-size: 16px;
                }
            }
        }
    }

    .flat-foot-treatment-methods-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 980px;
        margin: 92px auto 0;

        .flat-foot-treatment-methods {
            display: flex;
            flex-direction: column;
            gap: 75px;
            width: 100%;

            .flat-foot-treatment-methods-title h2 {
                font-size: 37px;
                font-weight: 400;
            }

            .flat-foot-treatment-methods-content {
                font-size: 16px;
                line-height: 1.8em;
                margin-left: 16px;
            }
        }

        .green-line {
            width: 98.7%;
            height: 3px;
            background-color: #ccd8c1;
            margin-top: 90px;
        }
    }
}
@media (min-width: 769px) {
	.page-shock-wave .consult-section {
		margin-bottom: 0;
	}
	.page-plantar-fasciitis .column-title {
		font-size: 20px;
	}
	.page-plantar-fasciitis .column-text {
		max-width: 307px;
	}
	.page-plantar-fasciitis .column .hallux-valgus-save-btn a {
		margin-top: 0;
	}
	.page-plantar-fasciitis .hallux-valgus-save-section .hallux-valgus-save-columns {
		margin-bottom: 80px;
	}
	.page-plantar-fasciitis .hallux-valgus-save-section .hallux-valgus-save-columns:last-child {
		margin-bottom: 0;
	}
	.page-ingrown-nails .insoles-section .insoles-title {
		font-size: 29px;
	}
	.page-ingrown-nails .insoles-section .insoles-subtitle {
		font-size: 23px;
	}
	.three-column-save-section .three-column-save-columns-container .three-column-save-columns .column.copy_sp_block {
		display: none;
	}
    .three-column-save-section .three-column-save-columns-container .three-column-save-columns {
        gap:100px;
    }
	.reservatione-page .reservatione-choose-part .choose-part-main .cont {
		font-weight: 600;
	}
}
@media (min-width: 1440px) {
    .three-column-save-section .three-column-save-columns-container .three-column-save-columns {
        gap:350px;
    }
}
.three-column-save-section {
    .three-column-save-columns-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        .three-column-save-columns {
            display: flex;
            .column {
                max-width: 307px;
                display: flex;
                flex-direction: column;
                gap: 25px;
                img {
                    width: 315px;
                    height: 198px;
                }
                .column-title {
                    font-size: 20px;
                }
                .three-column-save-btn {
                    a{
                        display: flex;
                        align-items: center;
                        margin-top: 70px;
                        gap: 50px;
                    }
                    .save-btn-icon {
                        width: 33px;
                        height: 31px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: #6e2504;
                        border-radius: 16px;
						margin-left: 5px;
                        svg {
                            width: 25px;
                            height: 25px;

                            path {
                                fill: #FFFFFF;
                            }
                        }
                    }
                }
            }
        }
    }
}
.three-column-save-title {
    display: flex;
    max-width: 980px;
    margin: 85px auto 0;

    .three-column-save-title-icon {
        width: 53px;
        height: 53px;
        svg {
            width: 53px;
            height: 53px;

            path {
                fill: #CCD8C1;
            }
        }
    }
    .three-column-save-title-text {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        h2 {
            font-size: 28px;
            font-weight: 400;
        }
    }
}
.surgical-therapy-section {
    margin-top: 145px;
    .surgical-therapy-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 75px;
        margin-left: -5px;
    }
    .surgical-therapy-text {
        font-size: 16px;
        line-height: 1.8em;
        width: 925px;
    }
}
.green-line-bold {
    width: 100%;
    height: 100px;
    background-color: #D4D6CC;
    margin-top: 85px;
}
.page-flat-foot {
    .all_symptom_left, .all_symptom_right {
        font-size: 29px;
        font-weight: 300;
        line-height: 2em;
    }
}
@media (max-width: 767px) {
    .page-flat-foot {
        .all_symptom_left, .all_symptom_right {
            font-size: 20px;
            font-weight: 300;
            line-height: 2.3em;
        }
		.flat-foot-hero {
			padding-bottom: 15px;
		}
		.flat-foot-content {
			margin: 30px 20px 20px;
		}
		.flat-foot-hero-title {
			margin-bottom: 10px;
		}
		.flat-foot-hero-title h1 {
			font-size: 26px;
			line-height: 1.4em;
			margin-bottom: 0;
		}
		.flat-foot-hero-text {
			font-size: 12px;
			line-height: 1.8em;
		}
		.flat-foot-treatment-methods-section {
			margin-top: 40px;
			.flat-foot-treatment-methods {
				.flat-foot-treatment-methods-title h2 {
					font-size: 20px;
					margin-bottom: 8px;
				}
			}
			.green-line {
				width: 280px;
				margin-top: 58px;
			}
		}
		.flat-foot-treatment-methods-content {
			font-size: 12px;
			margin: 0 10px;
		}
		.flat-foot-treatment-methods-title {
			margin-left: 10px;
		}
		.three-column-save-title {
			margin-top: 37px;
			margin-left: 20px;
			.three-column-save-title-icon {
				width: 39px;
				height: 39px;
				svg {
					width: 39px;
					height: 39px;
				}
			}
			.three-column-save-title-text  {
				h2 {
					font-size: 20px;
				}
			}
		}
		.three-column-save-section {
			.three-column-save-columns-container {
				margin-top: 27px;
				.three-column-save-columns {
					gap: 43px;
					.column {
						max-width: none;
						padding: 0 20px;
						gap: 20px;
						.column-title {
							font-size: 17px;
							line-height: 1.4em;
							margin-top: 12px;
						}
						.column-text {
							font-size: 12px;
							line-height: 1.6em;
						}
						img{
							display: block;
							width: 222px;
						    height: auto;
							margin: 0 auto;
						}
						.three-column-save-btn {
							a {
								justify-content: center;
								gap: 8px;
								margin-top: 32px;
								font-size: 14px;
								font-weight: bold;
							}
							.save-btn-icon {
								width: 28px;
								height: 28px;
							}
						}

					}
				}
			}
		}
		.surgical-therapy-section {
			surgical-therapy-content {
				margin-top: 32px;
			}
			.three-column-save-title {
				margin-left: 0;
				margin-top: 72px;
			}
			.surgical-therapy-text {
				font-size: 12px;
				line-height: 1.6em;
			}
		}
		.green-line-bold {
			margin-top: 50px;
			height: 40px;
		}
		.all_symptom_section {
			padding: 0 20px;
		}
		.all_symptom_title {
			font-size: 17px;
			line-height: 1.6em;
			margin: 38px auto;
		}
		.all_symptom_left, .all_symptom_right {
			font-size: 15px;
		}
		.all_symptom_bottom_text {
			font-size: 10px;
			line-height: 1.6em;
			margin: 50px auto 18px;
			color: rgb(92, 53, 53);
		}
		.all_symptom_bottom_img {
			width: 280px;
			height: auto;
		}
		.exam-section {
			margin-top: 60px;
			padding-bottom: 0;
			.exam-divider {
				margin-bottom: 10px;
			}
		}
		.exam-title {
			font-size: 20px;
			line-height: normal;
			margin-bottom: -10px;
		}
		.exam-desc {
			flex: none;
			.exam-desc-title {
				font-size: 17px;
			}
			.exam-desc-text {
				font-size: 12px;
				line-height: 1.8em;
				color: #000;
			}
			.exam-red,
			.exam-bold {
				font-size: 11px;
			}
			.other-color {
				color: #343421;
				font-size: 11px;
			}
		}
		.exam-img {
			flex: none;
			margin-top: 36px;
			margin-bottom: 40px;
			width: 239px;
		}
		.other-color1 {
			color: #303030;
		}
		.insoles-content {
			display: flex;
		}
		.insoles-bg {
			background: #fff;
		}
		.insoles-card {
			padding-top: 60px;
			padding-bottom: 37px;
			.insoles-desc {
				font-size: 12px;
				line-height: 1.5em;
				margin-bottom: 37px;
				&+a {
					display: block;
					width: 160px;
					margin: 0 auto;
				}
			}
		}
		.insoles-title {
			font-size: 16px;
			line-height: 1.4em;
		}
		.insoles-subtitle {
			font-size: 21px;
			color: #B80505;
			line-height: 1.4em;
			text-align: center;
			margin-bottom: 31px;
		}
		.insoles-btn {
			width: 160px;
			height: 42px;
			margin: 0 auto;
			outline: none;
			border: none;
			background: #6E2504;
			color: #fff;
			font-size: 14px !important;
			font-family: "AvenirLTPro-Light",sans-serif;
		}
		.insoles-img img {
			width: 100%;
		}
		.insoles-section {
			min-height: auto;
		}
		.consult-card {
			min-height: auto;
			padding: 42px 0;
		}
		.consult-title {
			font-size: 14px !important;
			margin-bottom: 20px;
		}
		.consult-section {
			padding-bottom: 0;
			margin-bottom: 0;
		}

    }
	a.consult-btn {
		font-weight: bold;
		span {
			font-size: 13px !important;
			font-weight: bold;
			font-family: "AvenirLTPro-Light",sans-serif;
		}
		.consult-arrow {
			fill: #30623c;
			margin-left: 8px;
		}
	}
    .green-line-bold {
        height: 60px;
    }
    .surgical-therapy-section {
        padding: 0 1.5rem;
        margin-top: 0;
        .surgical-therapy-content{
            margin-top: 50px;
            margin-left: 0;
        }
    }
    .three-column-save-section {
        .three-column-save-columns-container {
            margin-top: 30px;
            .three-column-save-columns {
                flex-direction: column;
                gap: 80px;
            }
        }
    }
    .flat-foot-treatment-methods-section {
        margin-top: 70px;
        .flat-foot-treatment-methods {
            gap: 20px;
            .flat-foot-treatment-methods-title h2 {
                font-size: 25px;
            }
        }
        .green-line {
            width: 90%;
            height: 3px;
            background-color: #ccd8c1;
            max-width: 90%;
            margin: 90px auto 0;
        }
    }
    .three-column-save-title {
        margin-left: 32px;
    }
    .flat-foot-treatment-methods-title {
        margin-left: 16px;
    }
	.page-plantar-fasciitis .flat-foot-content {
        margin: 20px 1.2rem 35px;
    }
    .flat-foot-content {
        margin: 20px 1.1rem 35px;
    }
	
    .flat-foot-hero {
        background-color: #D4D6CC;
        padding-bottom: 30px;
    }
    .page-flat-foot .flat-foot-container {
        flex-direction: column-reverse;
    }
    .flat-foot-container {
        display: flex;
        flex-direction: column;
    }
    .flat-foot-content-container {
        background: #fff;
    }
    .flat-foot-hero-title {
        h1 {
            font-size: 25px;
            font-weight: 400;
        }
    }
	.flat-foot-hero-text {
		font-size: 12px;
		line-height: 1.5em;
	}
    .flat-foot-treatment-methods-title h2 {
        font-size: 37px;
        font-weight: 400;
    }

    .flat-foot-treatment-methods-content {
        font-size: 16px;
        line-height: 1.8em;
        margin-left: 16px;
        margin-top: 20px;
        margin-right: 16px;
    }
    .three-column-save-section {
        & .three-column-save-columns-container {
            & .three-column-save-columns {
                .column {
                    max-width: 351px;
                }
                .column-text {
                    line-height: 1.8rem;
                }
            }
        }
    }
}
.main-container {
    width: 1100px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	justify-content: flex-start;
}
.top-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 32px;
}
.address-block, .mail-block, .form-block, .map-block {
    width: 420px;
    min-width: 0;
    box-sizing: border-box;
}
.address-block {
    /* flex: 1.2; */
}
.address-title {
    color: #7a4a1c;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 400;
}
.address-detail {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.otoiawase-info-line {
    border-left: 2px dotted #bfa382;
    height: 257px;
}
.mail-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 400;
}
.mail-link {
    font-size: 1.1rem;
    text-decoration: underline;
    word-break: break-all;
}
.bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}
.form-block {
    background: #fff;
    border: 2px solid #ede5d7;
    box-sizing: border-box;
    padding: 32px 32px 24px 32px;
    width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
label {
    font-size: 1rem;
    color: #7a4a1c;
    margin-bottom: 6px;
}
input, textarea {
    border: none;
    border-bottom: 4px solid #e74c3c;
    background: transparent;
    font-size: 1rem;
    padding: 6px 4px;
    margin-bottom: 8px;
    outline: none;
    resize: none;
}
textarea {
    min-height: 60px;
    max-height: 120px;
}
.form-bottom-bar {
    height: 6px;
    background: #ede5d7;
    margin: 18px 0 18px 0;
    border: none;
}
.submit-btn {
    background: #a68a6d;
    color: #fff;
    border: none;
    padding: 10px 36px;
    font-size: 1.1rem;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background 0.2s;
}
.submit-btn:hover {
    background: #7a4a1c;
}
.map-block {
    width: 420px;
    height: 280px;
    border: 2px solid #ede5d7;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 2px;
}
@media (max-width: 1100px) {
    .main-container {
        width: 98vw;
    }
    .top-info, .bottom-section {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }
    .address-block, .mail-block, .form-block, .map-block {
        width: 100%;
        min-width: 0;
    }
}
/*扁平足*/
/*.flex-content-container {*/
/*    img {*/
/*        width: 100%;*/
/*    }*/
/*}*/
.main-container {
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-info {
	padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    column-gap: 3.265%;
    row-gap: 32px;
    max-width: 980px;
    margin: 0 auto 60px;
}
.address-block, .mail-block, .form-block, .map-block {
    width: 46.938%;
    min-width: 0;
    box-sizing: border-box;
}
.address-title {
    color: #7a4a1c;
    font-size: 26px;
    margin-bottom: 14px;
    font-weight: 400;
}
.address-detail {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.otoiawase-info-line {
    border-left: 2px dotted #bfa382;
    height: 257px;
}
.mail-title {
    color: #6E2504;
    font-size: 23px;
    margin-bottom: 14px;
    font-weight: 400;
}
.mail-link {
    font-size: 16px;
    text-decoration: underline;
    word-break: break-all;
}
.bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 3.265%;
    row-gap: 32px;
    width: 68.05%;
    margin: 0 auto;
}
.bottom-section .left {
    width: 46.938%;
    border: 3px solid rgb(230,222,202);
    padding: 0 10px 20px 10px;
    box-sizing: border-box;

}
.form-block {
    background: #fff;
    border: 2px solid #ede5d7;
    box-sizing: border-box;
    padding: 32px 32px 24px 32px;
    width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form__field:first-child,
.contact-form__field:nth-child(2) {
    width: 46.51%;
    flex-shrink: 0;
}
.contact-form__submit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.contact-form__submit .wpcf7-form-control {
    border: 0;
    width: 140px;
    height: 36px;
    background: #9D7F61;
    border: 1px solid rgb(110,37,4);
    color: #fff;
    font-size: 18px;
}
label {
    color: #414141;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}
label sup {
    display: inline;
}
input[type="text"],input[type="email"], textarea {
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-bottom: 7px solid rgb(230,222,202);
    background: transparent;
    padding: 6px 4px;
    margin-bottom: 8px;
    outline: none;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
}
textarea {
    min-height: 60px;
    max-height: 67px;
}
input:hover,
textarea:hover {
    border-color: rgb(122,115,111);
}
input.error,
textarea.error {
    border-color: rgb(255,64,64);
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.contact-form__field {
    width: 100%;
}
.hidden-fields-container {
    border: 0;
}
.form-bottom-bar {
    height: 6px;
    background: #ede5d7;
    margin: 18px 0 18px 0;
    border: none;
}
.submit-btn {
    background: #a68a6d;
    color: #fff;
    border: none;
    padding: 10px 36px;
    font-size: 1.1rem;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background 0.2s;
}
.submit-btn:hover {
    background: #7a4a1c;
}
.map-block {
    width: 46.938%;
    height: 280px;
    border: 2px solid #ede5d7;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 2px;
}
@media (max-width: 1100px) {
    .top-info,
    .bottom-section {
        width: 90%;
    }
}
@media (max-width: 768px) {
	.page-shock-wave .machines-section .machines-text {
		line-height: 1.4em;
	}
	.page-shock-wave .machines-section {
		margin-bottom: 40px;
	}
	.page-shionoya-method .overview__list {
		margin: 40px 30px;
		gap: 30px;
	}
    .contact-page .main-container {
        margin-top: 38px;
        justify-content: flex-start;
    }
    .top-info {
        flex-direction: column;
        width: 87.5%;
        margin: 0 auto 75px;
        row-gap: 18px;
    }
    .address-title,
    .mail-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .address-detail {
        font-size: 13px;
        letter-spacing: -0.8px;
    }
	.contact-page {
		    .address-block,
    .mail-block,
    .form-block,
    .bottom-section,
    .bottom-section .left,
    .contact-form__field:first-child,
    .contact-form__field:nth-child(2) {
        width: 100%;
    }
	}
    .bottom-section {
        flex-direction: column;
    }
    .map-block {
        width: 87.5%;
        margin: 100px auto 0;
    }
    .bottom-section .left {
        padding: 0 6.25% 80px;
        border-width: 2.5px;
    }
    input[type="text"], input[type="email"], textarea {
        border-width: 8px;
    }
    input.noError,
    textarea.noError {
        border-color: rgb(230,222,202) !important;
    }
    label {
        font-size: 15px;
        padding-top: 10px;
        display: block;
        margin-bottom: 5px;
    }
    label sup {
        display: none;
    }
    .contact-form__submit {
        margin-top: 5px;
    }
    .contact-form__submit p,
    .contact-form__submit .wpcf7-form-control {
        width: 100%;
        height: 40px;
        font-size: 22px;
    }
}
.insoles-title, .insoles-subtitle {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
@media screen and (min-width: 769px) {
	.hallux-valgus-page .hallux-valgus-hero .hallux-valgus-hero__inner .hallux-valgus-hero__content {
		display: flex;
    	flex-direction: column;
    	max-width: 700px;
    	margin: 71px auto 60px;
		padding: 0;
	}
	.reservatione-page .reservatione-choose .choose-list li a {
		border: 2px solid #2C659C;
	}
    .flat-foot-hero {
        background-color: #D4D6CC;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flat-foot-hero .flat-foot-container {
        align-items: unset;
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        margin: 54px 80px;
        background: #fff;
    }
    /*.page-shock-wave .flat-foot-hero .flat-foot-container {*/
    /*    height: 533px;*/
    /*}*/
    .flat-foot-hero .flat-foot-container .flat-foot-img {
        width: auto;
        flex-shrink: 0;
        overflow: hidden;
    }
    .page-flat-foot .flat-foot-hero .flat-foot-container .flat-foot-img img {
        width: 100%;
        height: 735px;
        /*transform: translateX(-120px);*/
    }
    /*.page-shock-wave .flat-foot-hero .flat-foot-container .flat-foot-img img {*/
    /*    height: 533px;*/
    /*}*/
    .flat-foot-hero .flat-foot-container .flat-foot-img.disSP {
        display: none;
    }
    .flat-foot-hero .flat-foot-container .flat-foot-img .show1024 {
        display: none;
    }
    .flat-foot-hero .flat-foot-container .flat-foot-img .show1440 {
        display: block;
    }
    .flat-foot-hero .flat-foot-content-container {
        margin: 62px 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .flat-foot-hero .flat-foot-container .flat-foot-content {
        width: 57.4%;
        flex-shrink: 0;
        margin: 0;
    }
}
@media screen and (min-width: 1440px){
    .flat-foot-hero .flat-foot-container .flat-foot-img .show1024 {
        display: block;
    }
    .flat-foot-hero .flat-foot-container .flat-foot-img .show1440 {
        display: none;
    }
    .flat-foot-hero .flat-foot-container .flat-foot-img  img {
        transform: translateX(0);
    }
}

.page-flat-foot, .page-plantar-fasciitis, .page-ingrown-nails {
    @media (max-width: 1300px) and (min-width: 769px) {
        .insoles-section {
            height: auto;
            width: 100%;
        }

        .insoles-bg {
            padding: 142px 50px 0;
            display: flex;
            justify-content: flex-end;
            position: relative;
        }

        .insoles-img {
            width: 676px;
            position: absolute;
            left: 50px;
            top: 69px;
            z-index: 1;
        }

        .insoles-content {
            justify-content: flex-end;
            position: static;
        }

        .insoles-card {
            flex: initial;
            width: 489px;
            min-width: auto;
            max-width: none;
            padding: 80px 40px;
            position: relative;
            right: auto;
            top: auto;
            z-index: 2;
        }

        .insoles-desc {
            font-size: 16px;
            line-height: 1.6em;
        }

        .insoles-btn {
            font-size: 14px;
            background: #6E2504;
        }

        .insoles-btn:hover {
            background: #fff;
            border: 1px solid #6E2504;
            box-sizing: border-box;
            color: #6E2504;
        }

        .consult-bg {
            padding: 75px 50px;
        }

        .consult-card {
            width: 100%;
            max-width: none;
            padding: 56px 0 62px;
        }

        .consult-title {
            font-size: 32px;
        }

        .consult-btn:hover {
            border-color: #3F7652;
        }
    }
    @media screen and (max-width: 1024px) {
        .insoles-img {
            width: 500px;
        }
        .consult-title {
            font-size: 28px;
        }
    }
    @media screen and (max-width: 768px) {
        .insoles-card,
        .insoles-img {
            width: 100%;
        }
        .insoles-img img {
            min-width: 100%;
        }
        .insoles-btn {
            font-size: 16px;
        }
        a.consult-btn {
            color: #30623C;
            width: 180px !important;
            height: 42px !important;
        }
        a.consult-btn span {
            font-size: 15px;
        }
    }
}

img.obfitimg_01 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 281px;
    height: 679px;
}
img.obfitimg_02 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 980px;
    height: 613px;
}

span.richtext {
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R",ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    letter-spacing: -0.05em;
}
span.richtext_mi {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
    letter-spacing: -0.05em;
}

span.richtext_01 {
    letter-spacing: 0.1em;
}
@media (min-width: 769px) {
    .sp_block,.sp_flex {
        display: none !important;
    }
    .pc_block {
        display: block !important;
    }
    .pc_flex {
        display: flex !important;
    }
}

@media (max-width: 768px) {
	.canledar .banner-section {
		margin-bottom: 0;
	}
	.page-osteophyte-procedure .osteophyte-attention-item-desc {
		line-height: 1.5em;
	}
    .sp_block {
        display: block !important;
    }
    .sp_flex {
        display: flex !important;
    }
    .pc_block,
    .pc_flex {
        display: none !important;
    }
	.first-page .banner-section {
		margin-bottom: 31px;
	}
    .first-page_other_line-height {
        line-height: 1.4em !important;
    }
    /* 足と歩行の診療所は */
    .intro-page {
        color: #000;
    }
    .intro-page .breadcrumb {
        z-index: 2;
        color: #fff;
        left: 8px;
        font-size: 9px;
    }
    .intro-page .breadcrumb a {
        color: #fff;
    }
    .intro-page .banner {
        padding: 51px 0 46px;
        margin-bottom: 54px;
    }
    .intro-page .banner-cont img {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .intro-page .banner-main {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0,0);
        padding: 51px 0 42px;
    }
    .intro-page .banner-main .title {
        font-size: 15px;
		margin-bottom: 8px;
    }
    .intro-page .banner-main .green {
        font-size: 15px;
        font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
        font-weight: bold;
        line-height: 1.5em;
        letter-spacing: -0.1em;
        margin-bottom: 25px;
    }
    .intro-page .banner-main .text-main {
        font-size: 13px;
        line-height: 1.4em;
        color: #000;
    }
    .intro-page .feature-cont,
    .intro-page .doctor-cont dl {
        flex-direction: column;
    }
    .intro-page .feature-cont dt,
    .intro-page .message-cont {
        width: 100%;
    }
    .intro-page .common-part-title {
        font-size: 21px;
        font-weight: normal;
        line-height: 1.4em;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .intro-page .common-part-title::after {
        width: 60px;
    }
    .intro-page .greeting-cont .text {
        font-size: 11px;
        line-height: 2em;
        margin-bottom: 20px;
    }
    .intro-page .greeting-cont .text .name {
        font-size: 14px;
    }
    .intro-page .greeting-cont .pic {
        width: 75.3%;
        margin: 0 auto;
    }
    .intro-page .greeting-cont .pic img {
        width: 100%;
        height: auto;
    }
    .intro-page .greeting-cont {
        margin-bottom: 62px;
    }
    .intro-page .feature-cont {
        margin-bottom: 38px;
    }
    .intro-page .feature-cont dt {
        font-size: 20px;
        line-height: 86px;
        height: 86px;
        padding: 0;
    }
    .intro-page .feature-cont dd {
        padding: 16px 7.3%;
        width: 100%;
    }
    .intro-page .feature-cont li {
        margin-bottom: 34px;
    }
    .intro-page .feature-cont li .title {
        padding: 20px 0 0;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.4em;
    }
    .intro-page .feature-cont li .title .num {
        font-size: 36px;
        display: block;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .intro-page .feature-cont li .text {
        font-size: 12px;
		margin-left: 0;
    }
    .intro-page .doctor-cont .doctor-cont-main {
        margin-top: 48px;
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
    }
    .intro-page .doctor-cont dl {
        flex-direction: column-reverse;
        width: 100%;
    }
    .intro-page .doctor-cont dd {
        padding: 0 14px;
    }
    .intro-page .doctor-cont dd .name {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .intro-page .doctor-cont dd .green {
        font-size: 11px;
        line-height: 1.5em;
    }
    .intro-page .doctor-cont dd .posts {
        font-size: 12px;
        line-height: 1.8em;
        margin-bottom: 10px;
    }
    .intro-page .doctor-cont dd .text {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .intro-page .doctor-cont dt {
        margin-top: 66px;
        width: 100%;
    }
    .intro-page .doctor-cont dt img.obfitimg_01 {
        height: auto;
    }
    .intro-page .message-cont {
        margin: 55px auto 82px;
        padding: 0 6.25%;
    }
    .intro-page .message-cont .title {
        margin-bottom: 23px;
    }
    .intro-page .message-cont .title span {
        font-size: 27px;
        color: #AE633F;
    }
    .intro-page .message-cont .title::after {
        width: calc(100% - 115px);
        left: auto;
        right: 0;
    }
    .intro-page .message-cont .text {
        padding: 0 0 33px;
        font-size: 12px;
        line-height: 1.8em;
        position: relative;
    }
    .intro-page .message-cont .text::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 3px;
        background: rgb(204,216,193);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .intro-page .facility {
        margin: 0;
        width: 100%;
    }
    .intro-page .facility-list {
        margin-top: 20px;
        padding: 33px 0 40px;
    }
    .intro-page .facility-cont ul {
        width: 81.25%;
        display: flex;
        flex-direction: column;
        column-gap: 0;
        row-gap: 49px;
    }
    .intro-page .facility-cont li .pic {
        height: auto;
    }
    .intro-page .facility-cont li .text {
		line-height: 15.4px;
        padding: 10px 8px 13px;
        height: auto;
        font-size: 11px;
        color: #574632;
    }
    .intro-page .facility-cont li .text .title {
        font-size: 19px;
        line-height: 1.4em;
        margin-bottom: 8px;
        color: rgb(110,37,4);
    }
    .intro-page .facility-cont li .title.text-underline {
        text-decoration: underline;
    }
    /* 診療予約と診療カレンダー */
    .canledar {}
    .work-time-contaier-right,
    .schedule-img img {
        width: 100%;
    }
	.canledar .footer-right.worktime {
		width: 100%;
	}
    .worktime-image img {
        width: 100%;
        height: auto;
    }
    .schedule-img {
        margin-left: 0;
    }
    .banner-section .banner-title {
        text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    }
    .canledar .banner-section .banner-title {
        font-size: 18px;
        font-weight: normal;
        width: 100%;
    }
    .canledar .banner-img {
        position: relative;
    }
    .canledar .banner-section,
    .canledar .banner-img img {
        height: auto;
    }
    .work-time, .schedule-time {
        margin-top: 33px;
    }
    .canledar span.richtext_mi {
        font-size: 20px;
    }
    .work-time-head .worktime svg {
        width: 35px;
        height: 35px;
    }
	.canledar .scheduletime {
		margin-bottom: 0;
	}
    .work-time-head .worktime {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .head-line {
        margin-bottom: 0;
		height: 3px;
    }
    .head-line:last-child {
        margin-bottom: 5px;
    }
    .entry-info {
        margin-left: 0;
    }
    .reception {
        font-size: 9px;
    }
    .time-info {
        margin-bottom: 32px;
    }
    .worktime-image,
    .work-time-contaier-right .worktime-schedule {
        width: 313px;
        margin: 0 auto 8px;
    }
    .work-time-contaier-right .worktime-schedule {
        flex-direction: column-reverse;
		align-items: center;
    }
    .work-time-contaier-right .worktime-schedule .worktime-schedule_right {
        flex-direction: row;
        align-items: center;
        text-align: center;
        margin-bottom: 9px;
		gap: 10px;
        justify-content: center;
        width: 100%;
    }
	.worktime-schedule_left>.wixui-rich-text__text {
		text-align: center;
	}
    .work-time-contaier-right .worktime-schedule .worktime-schedule_right .wixui-rich-text__text {
        font-weight: bold !important;
        letter-spacing: -0.5px !important;
    }
    .worktime-schedule_left .wixui-rich-text__text {
        font-size: 11px !important;
        letter-spacing: -0.5px !important;
    }
    .scheduletime {
        align-items: center;
        margin-bottom: 12px;
    }
    .scheduletime h1 .wixui-rich-text__text {
        font-size: 20px !important;
    }
    .scheduletime svg {
        width: 38px !important;
        height: auto !important;
    }
    .schedule-time-head {
        width: 100%;
        margin-bottom: 20px;
		margin-top: 50px;
    }
    .schedule-time-head .head-line {
        width: 81.875%;
    }
    .schedule-img {
        width: 89.375%;
        margin: 0 auto 31px;
    }
    .schedule-img img {
        width: 100% !important;
        height: auto;
    }
    .appointment-text .wixui-rich-text__text {
        font-size: 12px !important;
    }
    .appointment-text {
        width: 90.375%;
    }
    .entry-info {
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        width: 89.375%;
        margin-bottom: 27px;
    }
    .entry-info .wixui-rich-text__text {
        font-size: 12px;
    }
    .entry-info .svg-img {
        width: 25px;
        height: 25px;
    }
    .entry-link a {
        gap: 6px;
    }
    .appointment-link {
        width: 141px;
        height: 34px;
    }
    .appointment-link a {
        display: block;
        height: 100%;
    }
    .appointment-link .btn-label {
        font-size: 13px;
        margin-right: 6px;
    }
    .appointment-link .btn-icon svg {
        width: 24px;
        height: 24px;
    }
    .appointment-link .appointment-btn {
        height: 100%;
    }
    .bottom-map-title {
        margin-top: 64px;
        margin-left: 25px;
    }
    .bottom-map-title a {
        width: 141px;
        height: 41px;
    }
    .bottom-map-title a .span_container {
        height: 100%;
    }
    .bottom-map-title a .span_container span {
        font-size: 14px;
    }
    .bottom-map-title a .span_container svg {
        width: 27px;
        height: 27px;
    }
    .bottom-map-title svg.pointer {
        width: 45px;
        height: 39px;
        left: -34px;
        top: 18px;
    }
    .map-container {
        margin-top: 51px;
        margin-bottom: 0;
        height: 309px;
    }
    /* 当院の治療 */
    .hospital {}
    .hospital .banner img {
        width: 100%;
    }
    .hospital .banner h1 {
        font-size: 18px;
        font-weight: normal;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    }
    .hospital .common-part h2 {
        font-size: 18px;
    }
    .hospital .common-part .list {
        gap: 28px;
    }
    .hospital .common-part .list .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .hospital .common-part .list .title svg {
        width: 12px;
        height: 21px;
    }
    .hospital .common-part .list .pic {
        margin-bottom: 10px;
    }
    .hospital .common-part .list .item-text {
        font-size: 12px;
    }
    .hospital a {
        margin: 78px auto 27px;
    }
    /* アクセス */
    .dennsy-section-title, .kaisya-section-title {
        margin-left: 0;
    }
    .dennsy-step {
        flex-direction: column;
    }
    .map_img,
    .map_img img,
    .dennsy-section-content-left img,
    .dennsy-section-content-left.four {
        width: 100%;
        height: auto;
    }
    .access {}
    .access .img-content img {
        width: 100% !important;
        height: auto !important;
    }
    .access .title-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
        width: 100%;
    }
    .access .title-container h2 .wixui-rich-text__text {
        font-size: 18px;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    }
    .access .map-section {
        margin-top: 0;
        margin-bottom: 33px;
        padding-top: 32px;
        padding-bottom: 85px;
    }
    .access .map-address {
        margin-bottom: 43px;
        font-size: 10px;
        color: #000;
        line-height: normal;
    }
    .access .map-container {
        margin-top: 0;
        height: 212px;
    }
    .access .map-address .highlight {
        font-weight: bold;
    }
    .dennsy-section-title .wixui-rich-text__text ,
    .kaisya-section-title .wixui-rich-text__text {
        font-size: 17px;
        line-height: normal;
    }
    .dennsy-section-title, .kaisya-section-title {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .dennsy-section-content {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .dennsy-step {
        margin-top: 0;
    }
    .dennsy-section-content-left {
        width: 75%;
        margin: 0 auto 10px;
    }
    .dennsy-section-content-right {
        width: 87.5%;
        margin: 0 auto 10px;
    }
    .dennsy-section-content-right.mb-20 {
        margin-bottom: 20px;
    }
    .dennsy-section-content-right .wixui-rich-text__text {
        font-size: 12px;
        line-height: 1.2em;
    }
    .dennsy-section-content-right .wixui-rich-text__text.num,
    .dennsy-section-content-right .wixui-rich-text__text.spe {
        font-size: 17px !important;
    }
    .dennsy-section-content-right p:first-child {
        margin-bottom: 5px;
    }
    .access .map_img {
        margin: 40px auto 65px;
        width: 91.56%;
    }
    .kaisya-section-content {
        padding: 56px 0;
        width: 87.5%;
        margin: 0 auto;
    }
    .kaisya-section-content .wixui-rich-text__text {
        font-size: 12px !important;
    }
    .access .contact-section {
        padding: 52px 0 59px;
        margin-bottom: 0;
    }
    .access .contact-text {
        font-size: 12px;
        margin-bottom: 23px;
    }
    .contact-btn {
        width: 61.875%;
        height: 42px;
        line-height: 1;
    }
    .ask .img-section {
        position: relative;
    }
    .ask .img-section::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background: rgb(209,211,198);
        opacity: .56;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ask .title-section,
    .ask .link-content {
        width: 100%;
        position: static;
        margin: 0;
    }
    .container-content .img-section img  {
        width: 100%;
        opacity: .7;
    }
    .ask .title-content>div {
        width: 100% !important;
        left: 0 !important;
        margin: 0 !important;
    }
    .ask .title-content {
        padding: 8px 0 18px 20px;
    }
    .ask .title-content .wixui-rich-text__text {
        font-size: 12px !important;
    }
    .ask .title-content h1 .wixui-rich-text__text {
        font-size: 26px !important;
        line-height: 1.8em !important;
    }
    .ask .container-link-content {
        width: 87.5%;
        margin: 0 auto;
    }
    .ask .flex-box-container {
        padding: 0 5px;
    }
    .faq__item summary {
        font-size: 20px;
        color: rgb(29, 59, 42);
        padding: 20px 0;
        max-height: 48px;
        box-sizing: content-box;
        display: flex;
        align-items: center;
        width: calc(100% - 20px);
    }
    .faq__item summary::after {
        width: 5px;
        height: 5px;
        right: -10px;
    }
    .ask .faq__answer {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .contact-page .banner img {
        width: 100%;
    }
    .contact-page .banner h1 {
        font-size: 18px;
        font-weight: normal;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    }
    .address-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .address-detail {
        font-size: 11px;
    }
    .mail-link {
        color: #000;
        font-size: 14px;
    }
    .mail-title {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .contact-page .top-info {
        margin: 0;
    	margin-bottom: 90px;
    	padding: 0;
    	row-gap: 5px;
    }
    .contact-page .bottom-section .left {
        border-right: 0;
        padding: 0 5.88% 68px;
    }
    .contact-form label {
        font-size: 13px;
    }
    .contact-form label sup.spe {
        display: inline-block;
    }
    input[type="text"], input[type="email"], textarea {
        border-width: 7px;
        min-height: 45px;
        margin-bottom: 10px;
    }
    textarea {
        min-height: 75px;
    }
    .contact-form__submit .wpcf7-form-control {
        font-size: 20px;
        padding: 0;
        border: 1px solid rgb(110,37,4) !important;
    }
    .contact-page .map-block {
        height: 240px;
        border: 0;
        margin-top: 50px;
    }
    .contact-page .main-container {
        margin-bottom: 60px;
    }
    /* 求人情報 */
    .job-page {}
    .job-page .slide-cont,
    .job-page .job-contact-cont .phone,
    .job-page .job-contact-cont .pay-attention {
        width: 100%;
    }
    .job-page .banner img {
        opacity: 1;
    }
    .job-page .banner h1 {
        font-size: 19px;
        text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
        font-weight: normal;
    }
    .job-page .step h2 {
        font-size: 14px;
        color: #000;
        margin-bottom: 30px;
    }
    .job-page .step-cont {
        padding: 34px 0 30px;
    }
    .job-page .step .text {
        font-size: 10px;
        margin-bottom: 20px;
    }
    .job-page .step .text .green {
        font-size: 12px;
    }
    .job-page .slide-cont {
        width: 94.6%;
    }
    .job-page .slide-swiper {
        padding-top: 0;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .job-page .slide-cont .swiper-btn,
    .job-page .slide-cont .swiper-pagination {
        display: none;
    }
    .swiper-wrapper {
        height: auto;
    }
    .job-page .job-intro-cont .item {
        flex-direction: column;
        padding: 35px 0;
    }
    .job-page .job-intro-cont .item:first-child {
        padding-bottom: 41px;
    }
    .job-page .job-intro-cont .item:last-child {
        padding-bottom: 48px;
    }
    .job-page .job-intro-cont dt {
        width: 100%;
        text-align: center;
    }
    .job-page .job-intro-cont .dt-cont {
        margin-left: 0;
        margin-bottom: 30px;
		transform: scaleY(0);
		transform-origin: center;
		opacity: 0;
		transition: all 0.8s ease-out;
    }
    .job-page .job-intro-cont .item:first-child .dt-cont {
        margin-bottom: 34px;
    }
	.job-page .job-intro-cont .item .dt-cont.animate {
		transform: scaleY(1);
        opacity: 1;
	}
    .job-page .job-intro-cont h2 {
        font-size: 22px;
        line-height: 1.1em;
        margin-bottom: 10px;
    }
    .job-page .job-intro-cont .item:first-child h2 {
        font-size: 21px;
    }
    .job-page .job-intro-cont .prompt {
        font-size: 13px;
        line-height: 1.1em;
    }
    .job-page .job-intro-cont dd p:first-child {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .job-page .job-intro-cont dd p:first-child span {
        font-size: 12px;
        font-weight: bold;
    }
    .job-page .job-intro-cont dd {
        padding: 0;
        font-size: 11px;
        line-height: 1.8em;
		width: 280px;
		margin: 0 auto;
    max-width: initial;
    }
    .job-page .job-intro-cont dd p.font-big {
        font-size: 17px;
    }
    .job-page .job-intro-cont dd p.m-tb {
        margin: 15px 0;
    }
    .job-page .job-intro-cont .item::after {
        width: 272px;
		left: 49%;
		height: 3px;
    }
	.job-page .job-intro-cont .item:first-child::after {
		height: 2px;
	}
    .job-page .job-intro-cont .list1 .title {
        font-size: 12px;
    }
    .job-page .job-intro-cont .list1 li {
        margin-bottom: 16px;
    }
    .job-page .job-intro-cont dd .title {
        margin-top: 15px;
        margin-bottom: 6px;
        font-size: 14px;
    }
    .job-page .job-intro-cont .list2 span {
        font-size: 15px;
    }
    .job-page .job-type-cont {
        padding: 35px 0;
    }
    .job-page .job-type-cont h2 {
        font-size: 22px;
    }
    .job-page .job-type-cont h2::after {
        width: 31px;
    }
    .job-page .job-type-cont .prompt {
        font-size: 10px;
        margin-top: 8px;
    }
    .job-page .job-type-cont .type-list {
        flex-direction: column;
        gap: 28px;
    }
    .job-page .job-type-cont .type-list li {
        width: 78.27%;
        margin: 0 auto;
    }
    .job-page .job-type-cont .type-list .title {
        font-size: 18px;
        margin-top: 8px;
		line-height: 1.75em;
    }
    .job-page .job-contact-cont .contact-top {
        font-size: 11px;
        width: 86.15%;
        margin: 0 auto 43px;
		opacity: 0;
		transition: opacity 700ms ease-out;
    }
	.job-page .job-contact-cont .contact-top.is-visible {
		opacity: 1;
	}
    .job-page .job-contact-cont h2 {
        font-size: 13px;
        margin-bottom: 9px;
    }
    .job-page .job-contact-cont .email-address a {
        font-size: 13px;
    }
    .job-page .job-contact-cont .email-address svg {
        width: 24px;
        height: 18px;
    }
    .job-page .job-contact-cont .email-address {
        margin-bottom: 20px;
    }
    .job-page .job-contact-cont .email-prompt {
        font-size: 11px;
    }
    .job-page .job-contact-cont .pay-attention li {
        width: 70%;
        font-size: 10px;
        margin: 0 auto;
        padding: 3px 0;
    }
    .job-page .job-contact-cont .phone {
        width: 65.625%;
        height: 42px;
        margin: 30px auto 37px;
        font-size: 13px;
    }
    .page-to-top {
        position: fixed;
        bottom: 20px;
        margin-right: 20px;
        right: calc((100% - 320px) / 2);
        z-index: 100;
        opacity: 0;
        transition: 1s;
    }
    .page-to-top.show {
        opacity: 1;
    }
    .page-to-top svg {
        width: 44px;
        height: 44px;
    }
    /* 足の病気 */
    body {
        color: #000;
    }
    .foot-disease {}
    .article-section .article-content h3 {
        /* white-space: pre-wrap; */
    }
    .disease-section .banner {
        width: 100%;
		margin-bottom: 0;
    }
    .foot-disease .img-group {
        display: block;
    }
    .foot-disease .img-container {
        flex-direction: column;
    }
    .disease-section .banner {
        /* display: none; */
    }
    .foot-disease .banner-section,
    .foot-disease .banner-section .banner-img img {
        height: auto;
    }
    .foot-disease .banner-section .banner-title {
        font-size: 18px;
    }
    .foot-disease .search-container {
        margin: 31px 6.25% 40px;
        padding-bottom: 54px;
        border-bottom: 3px solid rgb(204,216,193) ;
    }
    .foot-disease .search-desc {
        font-size: 12px;
        gap: 0;
        margin-bottom: 24px;
    }
    .foot-disease .search-btns {
        flex-direction: row;
        justify-content: center;
        gap: 9px;
    }
    .foot-disease .search-btn {
        width: 57.5%;
        height: 38.8px;
        flex-shrink: 0;
        font-size: 13px;
    }
    .foot-container .wixui-rich-text__text {
        font-size: 13px !important;
        margin-bottom: 13px;
    }
    .foot-disease .img-container {
        position: relative;
        display: block;
        width: 294px;
        margin: 0 auto;
        display: grid !important;
    }
	.foot-disease .img-container.pc_flex {
		display: none !important;
	}
    .foot-disease .img-container img {
        width: 100%;
    }
    .foot-disease .img-container a {
        position: absolute;
        top: 0;
        color: #fff;
        font-size: 15px;
    }
    .foot-disease .img-container a.position1 {
        left: 80px;
        margin: 37px 0px 21px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position2 {
        left: 21px;
        margin: 94px 0px 9px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position3 {
        left: 20px;
        margin: 150px 0px 27px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position4 {
        left: 26px;
        margin: 235px 0px 20px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position5 {
        left: 223px;
        margin: 38px 0px 20px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position6 {
        left: 209px;
        margin: 140px 0px 20px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position7 {
        left: 228px;
        margin: 220px 0px 20px calc((100% - 320px) * 0.5);
    }
    .foot-disease .img-container a.position8 {
        right: 5px;
        margin: 340px 0px 20px calc((100% - 320px) * 0.5);
    }
    .symptoms-section {
        padding-top: 80px;
    }
    .symptoms-section h2 {
        border-top: 3px solid rgb(204,216,193);
        padding-top: 52px;
        font-size: 13px;
        margin-bottom: 37px;
    }
    .symptoms-list {
        gap: 0;
    }
    .symptom-item {
        height: auto;
    }
    .symptom-item .label {
        font-size: 24px;
        width: 164px;
        height: 58.5px;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%,-50%);
        background: rgba(119, 76, 39, 0.74);
    }
	.foot-disease .symptom-item .label {
		width: 58.6%;
		line-height: 58.4px;
	}
    .other-buttons {
        margin: 42px 0 0;
        flex-direction: column-reverse;
        gap: 14px;
    }
    .other-btn {
        width: 100%;
        margin: 0 auto;
        font-size: 21px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(118,72,44, 0.74);
    }
    .other-btn:last-child {
        width: 155px;
        height: 41.5px;
    }
    .other-btn:first-child {
        width: 222px;
        height: 44.5px;
    }
    .symptoms-section {
        padding-bottom: 0;
    }
    .disease-section {
        padding: 66px 0 0;
    }
    .disease-section .banner img {
        opacity: 0.69;
    }
    .disease-section .banner-text,
    .article-section .banner-text {
        font-size: 19px;
        padding: 0 15px;
        min-width: 191px;
        height: 47.5px;
        background: rgba(118,72,44, 0.74);
    }
    .disease-buttons {
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 7px;
    }
    .disease-buttons a {
        width: auto;
        height: 37px;
        font-size: 12px !important;
        line-height: 1.4em;
    }
    .disease-buttons a:first-child {
        width: 149.8px;
    }
    .disease-buttons a:nth-of-type(2),
    .disease-buttons a:nth-of-type(6),
    .disease-buttons a:nth-of-type(20) {
        width: 106.8px;
    }
    .disease-buttons a:nth-of-type(3) {
        width: 164px;
    }
    .disease-buttons a:nth-of-type(4) {
        width: 95px;
    }
    .disease-buttons a:nth-of-type(5),
    .disease-buttons a:nth-of-type(13) {
        width: 121.8px;
    }
    .disease-buttons a:nth-of-type(6),
    .disease-buttons a:nth-of-type(15),
    .disease-buttons a:nth-of-type(43),
    .disease-buttons a:nth-of-type(40) {
        width: 110px;
    }
    .disease-buttons a:nth-of-type(7),
    .disease-buttons a:nth-of-type(13) {
        width: 125px;
    }
    .disease-buttons a:nth-of-type(8),
    .disease-buttons a:nth-of-type(14),
    .disease-buttons a:nth-of-type(26),
    .disease-buttons a:nth-of-type(31),
    .disease-buttons a:nth-of-type(32),
    .disease-buttons a:nth-of-type(37),
    .disease-buttons a:nth-of-type(38),
    .disease-buttons a:nth-of-type(42),
    .disease-buttons a:nth-of-type(43) {
        width: 116px;
    }
    .disease-buttons a:nth-of-type(17) {
        width: 66px;
    }
    .disease-buttons a:nth-of-type(9),
    .disease-buttons a:nth-of-type(10),
    .disease-buttons a:nth-of-type(18),
    .disease-buttons a:nth-of-type(20),
    .disease-buttons a:nth-of-type(21),
    .disease-buttons a:nth-of-type(24),
    .disease-buttons a:nth-of-type(27),
    .disease-buttons a:nth-of-type(41) {
        width: 79px;
    }
    .disease-buttons a:nth-of-type(11),
    .disease-buttons a:nth-of-type(12),
    .disease-buttons a:nth-of-type(22),
    .disease-buttons a:nth-of-type(29),
    .disease-buttons a:nth-of-type(34),
    .disease-buttons a:nth-of-type(36),
    .disease-buttons a:nth-of-type(45) {
        width: 87px;
    }
    .disease-buttons a:nth-of-type(16) {
        width: 105px;
    }
    .disease-buttons a:nth-of-type(19),
    .disease-buttons a:nth-of-type(44),
    .disease-buttons a:nth-of-type(47) {
        width: 110px;
    }
    .disease-buttons a:nth-of-type(23),
    .disease-buttons a:nth-of-type(28) {
        width: 98px;
    }
    .disease-buttons a:nth-of-type(25) {
        width: 151px;
    }
    .disease-buttons a:nth-of-type(30) {
        width: 155px;
    }
    .disease-buttons a:nth-of-type(33) {
        width: 128px;
    }
    .disease-buttons a:nth-of-type(35),
    .disease-buttons a:nth-of-type(40) {
        width: 93px;
    }
    .disease-buttons a:nth-of-type(39),
    .disease-buttons a:nth-of-type(46),
    .disease-buttons a:nth-of-type(48) {
        width: 73px;
    }
    .disease-buttons a:nth-of-type(49) {
        width: 65px;
    }
    .disease-buttons a:nth-of-type(50) {
        width: 236px;
    }
    #disease-section_shibi .disease-buttons a:first-of-type {
        width: 138px;
    }
    #disease-section_shibi .disease-buttons a:nth-of-type(2),
    #disease-section_shibi .disease-buttons a:nth-of-type(3) {
        width: 120px;
    }
    #disease-section_shibi .disease-buttons a:nth-of-type(4) {
        width: 109px;
    }
    #disease-section_shibi .disease-buttons a:nth-of-type(5),
    #disease-section_shibi .disease-buttons a:nth-of-type(6) {
        width: 127px;
    }
    #disease-section_shibi .disease-buttons a:nth-of-type(7) {
        width: 85px;
    }
    #disease-section_shibi .disease-buttons a:nth-of-type(8) {
        width: 184px;
        font-size: 10px !important;
    }
    #disease-section_pire .disease-buttons,
    #disease-section_sonota .disease-buttons {
        width: 220px;
        margin: 26px auto;
        justify-content: flex-start;
    }
    #disease-section_sonota .disease-buttons {
        width: 240px;
    }
    #disease-section_pire .disease-buttons a:first-of-type,
    #disease-section_pire .disease-buttons a:nth-of-type(3),
    #disease-section_pire .disease-buttons a:last-of-type {
        width: 95px;
    }
    #disease-section_pire .disease-buttons a:nth-of-type(2),
    #disease-section_pire .disease-buttons a:nth-of-type(4) {
        width: 109px;
    }
    #disease-section_sonota .disease-buttons a:first-of-type,
    #disease-section_sonota .disease-buttons a:nth-of-type(4),
    #disease-section_sonota .disease-buttons a:nth-of-type(6) {
        width: 124px;
    }
    #disease-section_sonota .disease-buttons a:nth-of-type(2),
    #disease-section_sonota .disease-buttons a:nth-of-type(3),
    #disease-section_sonota .disease-buttons a:nth-of-type(7),
    #disease-section_sonota .disease-buttons a:last-of-type {
        width: 108px;
    }
    #disease-section_sonota .disease-buttons a:nth-of-type(5),
    #disease-section_sonota .disease-buttons a:nth-of-type(8) {
        width: 216px;
    }
    .article-section .article-content {
        padding-top: 25px;
    }
    .article-section .article-content h3 {
        /* display: flex; */
        font-weight: normal;
        margin-bottom: 10px;
		line-height: 20px;
    }
    .article-section .article-content h3 .title-main {
        font-size: 20px;
        display: inline;
    }
    .article-section .article-content h3 .title-sub {
        font-size: 16px;
        display: inline;
        white-space: pre-wrap;
        margin: 0;
    }
    .article-section .article-content p {
        font-size: 11px;
        margin-bottom: 0;
    }
    .article-section .article-content .article-block + .article-block {
        margin-top: 40px;
    }
    .foot-disease.flex-content-container .consult-section {
        margin-top: 32px;
        margin-bottom: 42px;
    }
    .foot-disease .consult-section h2 {
        margin: 0 0 20px;
        font-size: 15px;
    }
    .foot-disease .consult-btn {
        width: 180px;
        height: 42px;
        font-size: 13px;
    }
    /* 初めての方へ */

    .first-page .banner-section .banner-title {
        font-size: 22px;
        width: 100%;
    }
    .banner-section, .banner-section .banner-img img {
        height: auto;
    }
    .first-page .banner-section .banner-img img  {
        opacity: 1;
    }
    .app-section,
    .examination-list .item,
    .examination-list dt,
    .app-section__content-main img,
    .cost-section__title,
    .qa-section__question::before,
    .qa-section__question::after {
        width: 100% !important;
        min-width: auto;
    }
    .app-section__content-main,
    .img-gallery {
        flex-direction: column;
    }
    .examination-list .item {
        flex-direction: column-reverse;
    }
    .examination-list .item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .grid-block {
        /* width: 25%; */
    }
    .qa-button {
        margin: 0;
    }

    .first-page .main-section-container {
        width: 299px;
        margin: 31px auto 73px;
    }
    .first-page .main-section-container {
        font-size: 13px !important;
        line-height: 1.6em;
        color: #7A736F;
        text-align: center;
    }
    .first-page .main-section-container .have_bg {
        background: #E6DECA;
    }
    .first-page .main-section-container .text_underline {
        text-decoration: underline;
    }
    .first-page .main-section-container .text_red {
        color: #B80505;
    }
    .first-page .main-section-container .shiritai>div {
        margin-bottom: 16px !important;
    }
    .first-page .shiritai div.grid-container {

    }
    .first-page .shiritai-outside {
        margin-bottom: 52px;
    }
    .first-page .grid-shiritai {
        column-gap: 4px;
        display: flex;
        justify-content: center;
    }
    .first-page .shiritai .grid-block {
        width: fit-content;
        height: 30px;
        font-size: 15px;
    }
    .first-page .shiritai .grid-block a {
        display: block;
        width: fit-content;
        padding: 0 5px;
    }
    .first-page .shiritai .grid-block a span{
        font-family: "AvenirLTPro-Light";
    }
    .first-page .shiritai .grid-block:last-child {
        font-size: 12px;
    }
    .first-page .app-section__inner {
        left: 0;
        margin: 0;
        padding: 24px 0 28px;
        width: 299px !important;
        margin: 0 auto;
        letter-spacing: -0.8px;
    }
    .first-page .app-section__inner .wixui-rich-text__text {
        font-size: 13px !important;
        line-height: 1.6em;
    }
    .first-page .app-section__content {
        margin-top: 0;
    }
    .first-page .app-section__content {
        width: 100% !important;
        margin-bottom: 35px;
    }
    .app-section__content-main img {
        width: 177px !important;
        margin: 0 auto 39px;
        height: 67px;
    }
    .first-page .app-section__content .wixui-rich-text__text {
        font-size: 14px !important;
    }
    .comp-m2u9qagv,
    #comp-m2u9tjux {
        width: 165px;
        height: 55px;
        left: 50%;
        transform: translateX(-50%);
    }
    #comp-m2u94dfl a {
        text-align: center;
    }
    .first-page .app-section__content svg {
        height: 39px;
    }
    .first-page .app-section__content #comp-m2u9tjux  {
        margin-top: 13px;
    }
    .first-page .content-main-right__info {
        margin-bottom: 14px;
    }
    .first-page .app-section__content-bottom {
        width: 230px;
        margin: 0 auto;
        align-items: center;
    }
    .first-page .app-section__content-bottom.sp_flex {
        margin-top: 10px;
        justify-content: space-between;
    }
    .first-page .content-main-right__info .wixui-rich-text__text {
        font-size: 12px !important;
    }
    .first-page .app_link_info .wixui-rich-text__text {
        font-size: 13px !important;
    }
    .first-page .app_link_entry {
        width: 33px;
        height: 33px;
    }
    .first-page .app_link_entry svg {
        width: 25px;
        height: 25px;
    }
    .reservation-section a {
        font-size: 14px;
        width: 177px;
        height: 42px;
        padding: 8px 0;
        border: 1px solid rgb(110,37,4);
    }
    a.btn--secondary {
        color: #5C3535;
        border: 1px solid rgb(23,99,56);
    }
    a.btn--primary {
        background: rgb(157,127,97);
    }
    .reservation-section {
        padding-bottom: 17px;
    }
    .reservation-info {
        margin-top: 49px;
        margin-bottom: 57px;
        font-size: 12px;
        color: rgb(64,64,64);
        line-height: 1.8em;
		letter-spacing: 0;
    }
    .reservation-info .info-title {
        font-size: 14px;
        color: rgb(64,64,64);
        margin-bottom: 6px;
    }
    .reservation-info .highlight {
        color: #B80505;
    }
    .first-page .phone-btn span {
        font-size: 14px;
    }
    .phone-section a {
        width: 222px;
        height: 42px;
        border: 0;
    }
    .phone-section {
        margin-bottom: 10px;
    }
    .additional-info {
        font-size: 10px;
		.underline {
			font-weight: bold;
		}
    }
    .additional-info .urgent {
        font-size: 13px;
    }
    .flow-section {
        margin-top: 0;
        background: url(/wp/wp-content/themes/footwalk/images/footwalk/sp/f5d375_8055ff94a2194cbb89144fdfd517dab3~mv2.jpg) no-repeat;
        background-size: 100% 100%;
        padding: 59px 12px 35px;
    }
    .flow-section__title {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 31px;
    }
    .flow-section__desc {
        font-size: 11px;
    }
    .examination-list {
        margin: 67px 20px;
    }
    .examination-list dl {
        border-bottom: 1px solid rgb(110, 37, 4);
        padding-bottom: 55px;
    }
    .examination-list dt {
        width: 211px !important;
        margin: 32px auto 0;
        padding-top: 0;
    }
    .examination-list dl:nth-child(2) dt {
        width: 239px !important;
    }
    .examination-list dl:nth-child(4) dt {
        width: 227px !important;
    }
    .examination-list dl:nth-child(7) dt {
        width: 221px !important;
    }
    .examination-list dl:nth-child(8) dt {
        width: 250px !important;
    }
    .examination-list dd {
        padding-bottom: 0;
        border: 0;
    }
    .examination-list dd .num {
        font-size: 35px;
        margin-bottom: 0;
        line-height: 1.8em;
    }
    .examination-list dd .list-title {
        margin-bottom: 8px;
        line-height: 1.8em;
    }
    .examination-list a.btn-spe {
        margin-top: 36px;
    }
    .examination-list dd .item-text {
        font-size: 12px;
        line-height: 1.8em;
        margin-bottom: 0;
    }
    .examination-list dd .item-text.mt-55 {
        margin-top: 55px;
    }
    .examination-list dd .item-text.text-black p {
        color: #000;
    }
    .examination-list dl:nth-child(even) dd .list-title {
        font-size: 15px;
    }
    .examination-list dl:nth-child(odd) dd .list-title,
    .examination-list dl:nth-child(6) dd .list-title {
        font-size: 17px;
    }
    .examination-list dd .item-text:first-child {
        margin-bottom: 55px;
    }
    .examination-list dd .item-text .red,
    .examination-list dd .item-text .text-11 {
        font-size: 11px;
    }
    .examination-list dd .item-text .text-10 {
        font-size: 10px;
    }
    .examination-list dd .item-text .red-brick {
        color: #682405;
    }
    .examination-list a:not(.btn-spe) {
        width: 162px;
        height: 35px;
        line-height: 35px;
    }
    .examination-list a:not(.btn-spe):last-child {
        font-size: 12px;
        margin-top: 7px;
    }
    .examination-list a.btn-spe span {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .cost-section {
        padding-top: 0;
        padding-bottom: 63px;
    }
    .cost-section__title {
        font-size: 21px;
        text-align: left;
        color: rgb(64,64,64);
        margin-bottom: 30px;
    }
    .cost-section__title span {
        font-size: 11px !important;
        color: #404040;
    }
    .cost-section__subtitle {
        font-size: 15px;
        width: 244px;
        margin-left: 5px;
        line-height: 1.4em;
        letter-spacing: 0.05em;
    }
    .cost-section__note {
        font-size: 13px;
        width: 254px;
        margin-left: 5px;
        line-height: 1em;
    }
    .qa-section-container {
        padding-top: 60px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .qa-section__question::before {
        top: 0;
    }
    .qa-section__question::after {
        bottom: 0;
    }
    .qa-section__question::before,
    .qa-section__question::after {
        width: 100%;
        height: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .qa-section__question {
        margin-top: 0;
        margin-bottom: 35px;
        padding: 20px 0;
        font-size: 15px;
    }
    #animated-text_1{
        opacity: 0;
        transform: scale(0.6);  /* 初始缩放值越小，放大效果越明显 */
        transform-origin: center;
        text-align: center;
    }
    .qa-section__answer {
        font-size: 14px;
        padding: 0;
        color: #303030;
    }
    .qa-section__answer p:first-child span:first-child {
        font-size: 20px !important;
    }
    .qa-section__answer p:first-child {
        color: #000;
        margin-bottom: 35px;
        line-height: 1.5em;
    }
    .qa-section__answer .qa_text {
        font-size: 12px;
        line-height: 2.2em;
    }
    .qa-button {
        width: 173px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        padding: 0;
        margin: 67px 0 88px;
        background: rgba(48, 98, 60, 0.9);
    }
    .qa-section-container .text1 .wixui-rich-text__text {
        font-size: 20px !important;
    }
    .qa-section-container .text2 .wixui-rich-text__text {
        font-size: 12px !important;
        color: rgb(48, 48, 48) !important;
    }
    .qa-section-container .img-gallery {
        margin-top: 45px;
        gap: 21px;
    }
    .qa-section-container .img-gallery .img_1 {
        width: 150px;
        margin: 0 auto;
    }
    .qa-section-container .img-gallery .img_2,
    .qa-section-container .img-gallery .img_3 {
        /* margin-right: 0; */
        width: 200px;
        margin: 0 auto;
    }
    .qa-section-container .img-gallery .img_1 img,
    .qa-section-container .img-gallery .img_2 img,
    .qa-section-container .img-gallery .img_3 img {
        width: 100%;
    }
    .first-page .btn_bottom {
        margin: 37px 0;
    }
    .first-page .btn_bottom a {
        width: 200px;
        height: 42px;
        font-size: 13px;
        padding: 0;
        margin-top: 0;
        font-family: "AvenirLTPro-Light";
        letter-spacing: 0.25em;
    }
    .reserve-btn .arrow {
        display: flex;
    }
    /* 爪／足指／つま先の病気 */
    .foot-disease-child {}
    .foot-disease-child .banner-img {
        position: relative;
    }
    .foot-disease-child .banner-img::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background:rgb(64,64,64);
        opacity: .59;
        position: absolute;
        top: 0;
        left: 0;
    }
    .foot-disease-child .banner-section .banner-title {
        font-size: 20px;
        width: 100%;
        padding: 0;
    }
    .foot-disease-child .detail-section__inner {
        gap: 18px;
    }
    .foot-disease-child .detail-section {
        margin: 33px 0 0;
    }
    .foot-disease-child .detail-content{
        flex-direction: column;
        gap: 30px;
    }
    .foot-disease-child .detail-content img {
        width: 100%;
    }
    .foot-disease-child .detail-block {
        border-right: 0;
        border-left: 0;
        padding: 25px 20px 20px;
        gap: 15px;
    }
    .foot-disease-child .detail-block.spe {
        padding-bottom: 10px;
    }
    .foot-disease-child .detail-block h2 {
        color: #9D7F61;
        font-size: 20px;
    }
    .foot-disease-child .detail-content img {
        width: 245px;
        height: auto;
        margin: 0 auto;
    }
    .foot-disease-child .detail-text p {
        font-size: 11px;
        margin-bottom: 0;
    }
    .foot-disease-child .detail-btn {
        width: 77px;
        height: 27px;
        font-size: 10px;
        line-height: 27px;
        padding: 0;
        text-align: center;
        color: #575757;
        margin: -10px auto 0;
    }
    .anatomy-section {
        margin-top: 55px;
        margin-bottom: 0;
    }
    .anatomy-overlay span {
        font-size: 20px;
    }
    .anatomy-item {
        height: 67px;
    }
   /* 	足の病気 */
}
.assistant-page .human h2, .assistant-page .career h3, .assistant-page .human .common-part h3 {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
    font-weight: 400;
}
.assistant-page .human-type li:first-child {
	font-weight: 600
}
.page-wire-treatment .osteoporosis-banner-title, .page-wire-treatment .overview__label{
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.page-wire-treatment .consult-section .consult-content {
		max-width: 670px;
	}
	.job-page .job-intro-cont .dt-cont {
  		opacity: 0;
  		transform: translateY(100px);
  		transition: opacity 1s ease, transform 1s ease;
	}

	.job-page .job-intro-cont .dt-cont.animate {
  		opacity: 1;
  		transform: translateY(0);
	}
	.page-osteophyte-procedure .osteophyte-advantage-item-title, .page-osteophyte-procedure .osteophyte-attention-item-title {
		font-size: 18px;
		margin-bottom: 0;
	}
	.page-osteophyte-procedure .osteophyte-advantage-item-desc, .page-osteophyte-procedure .osteophyte-attention-item-desc {
		font-size: 18px;
	}
	.page-osteophyte-procedure .osteophyte-advantage-item-desc {
		margin-left: 0;
	}
	.page-osteophyte-procedure .osteophyte-attention-item-desc {
		line-height: 1em;
	}
	.page-osteophyte-procedure .osteophyte-advantage-section {
		max-width: 925px;
	}
	.assistant-page .human-type {
		line-height: 1em;
		margin: 0 52.5px;
	}
	.assistant-page .career {
		margin: 0 52.5px;
	}
	.assistant-page .human-prompt {
		margin: 90px 52.5px 20px;
	}
	.assistant-page .career .career-prompt {
		padding: 0 90px;
	}
	.hentry .assistant-page .human {
		width: 1050px;
	}
	.hentry .assistant-page .human .common-part {
		padding: 70px 0;
		font-weight: 400;
	}
	.page-wire-treatment .osteoporosis-banner-title {
		font-size: 35px;
	}
	.page-wire-treatment .overview__text {
		text-align: left;
		margin: 0;
		font-weight: 400;
		line-height: 1.3em;
	}
	.page-wire-treatment .overview__list {
		margin: 7rem 0 7rem;
	}
	.page-wire-treatment .overview_long_line {
		margin-top: 150px;
		width: 1056px;
	}
	.page-wire-treatment .osteophyte-title {
		margin-bottom: 110px;
		font-size:29px
	}
	.page-wire-treatment .other_osteophyte {
		margin: 0;
	}
	.page-flat-foot .flat-foot-container {
		min-width: 1745px;
	}
	.page-flat-foot .flat-foot-content-container {
		justify-content: flex-start !important;
	}
	.page-flat-foot .flat-foot-content {
		width: 466px !important;
	}
	.page-flat-foot .column-text {
		line-height: 1.6em;
		font-weight: 600;
	}
	.page-flat-foot .all_symptom_bottom_text {
		font-size: 18px;
	}
	.page-flat-foot .exam-section {
		margin-top: 50px;
	}
	.page-flat-foot .exam-title {
		font-size: 38px;
	}
	.page-flat-foot .exam-divider {
		height: 3px;
	}
	.page-flat-foot .insoles-img img {
		width: 1203px;
	}
	.page-flat-foot .insoles-card {
		padding-bottom: 80px;
	}
	.consult-section h2 {
		font-size: 28px;
	}
	.page-ingrown-toenails-treatment .hallux-valgus-save-title {
        margin-top: 100px;
        margin-left: 0;
    }
    .page-ingrown-toenails-treatment .red-brown.hallux-valgus-section-title {
        font-weight: 400;
        font-size: 28px;
    }
    .page-ingrown-toenails-treatment .ingrown-toenails-treatment__container {
        margin: 150px auto 0;
    }
    .page-ingrown-toenails-treatment .ingrown-toenails-treatment__item{
        gap: 55px;
    }
    .ingrown-toenails-treatment__item_text_num {
        font-size: 32px;
    }
    .ingrown-toenails-treatment__item_text_title {
        font-size: 24px;
    }
    .ingrown-toenails-treatment__item_text_content {
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 600;
        margin-top: 10px;
    }
    .page-ingrown-toenails-treatment .osteophyte-divider {
        margin-top: 50px;
    }
    .ingrown-toenails-treatment__item_text {
        margin-top: 10px;
    }
    .treatment__item_2, .treatment__item_4, .treatment__item_6, .treatment__item_6 {
        flex-direction: row-reverse;
    }
    .little-ol_ga {
        margin-left: 28px;
    }
    .little-title_ga {
        font-size: 18px;
        font-weight: bold;
    }
    .ingrown-toenails-treatment__container .ingrown-toenails_button .overview__link {
        font-size: 17px;
        margin-right: 90px;
        letter-spacing: 0;
        font-weight: 600;
        margin-bottom: 2rem;
        justify-content: flex-end;
    }
    .treatment__item_5_bold_title {
        margin-bottom: 22px;
        font-size: 22px;
    }
    .ingrown-toenails-treatment__item_text_content .bold_p {
        font-weight: bold;
        font-size: 18px;
        text-shadow: 0 0 1px currentColor;
    }
    .page-ingrown-toenails-treatment .overview__list {
        justify-content: center;
        gap: 30px;
    }
    .page-ingrown-toenails-treatment .overview__label {
        font-size: 20px;
        font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
    }
    .page-ingrown-toenails-treatment .overview__text {
        text-align: left;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .page-ingrown-toenails-treatment .osteoporosis-banner-title {
        font-size: 35px;
    }
    .page-ingrown-toenails-treatment .osteoporosis-banner-content-outer {
        width: 438px;
        height: 103px;
    }
    .treatment__item_4_link_content.item_pc_block {
        width: 482px;
        margin-top: 80px;
    }
    .treatment__item_4_link_title {
        font-size: 22px;
        border: 4px solid #D1D3C6;
    }
    .treatment__item_4_link_item {
        height: 80px;
		gap: 219px;
    }
    .treatment__item_4_link_item .overview__link {
        gap: 210px;
        font-size: 22px;
    }
}
.page-ingrown-toenails-treatment .svg_div:hover .overview__link-icon-wrapper{
	background: #e6deca;
}
@media screen and (max-width: 768px) {
	.treatment__item_4_link_item {
		gap: 130px;
	}
	.detail-block h2 .furigana {
		font-size: 14px;
	}
	.hallux-valgus-page .surgical-treatment-section {
		margin-top: -10px;
	}
	.hallux-valgus-page .hallux-valgus-item.ml-10 {
		font-size: 11px;
	}
	.hallux-valgus-page .hallux-valgus-section__inner.spe .hallux-valgus-item {
		font-size: 11px;
	}
	.flex-content-container.foot-disease .article-section .article-content {
		max-width: 280px;
		padding: 2em 0;
	}
	.access .dennsy-section-container {
		margin: 0;
    width: 100%;
    min-width: initial;
	}
	.exam-dot {
		margin-right: 0;
	}
	.page-ingrown-toenails-treatment .consult-btn {
		width: 180px;
    	font-size: 14px;
    	height: 42px;
	}
	.page-ingrown-toenails-treatment .consult-section h2 {
		margin: 0 0 15px;
	}
	.page-ingrown-toenails-treatment .consult-content p span {
		font-size: 12px;
	}
    .hentry .pc_divider {
        display: none;
    }
    .page-ingrown-toenails-treatment .osteoporosis-banner-title {
        font-size: 19px;
    }
    .page-ingrown-toenails-treatment .osteoporosis-banner-content-outer {
        width: 230px;
        min-width: auto;
        min-height: auto;
        height: 57px;
    }
    .page-ingrown-toenails-treatment .overview__label {
        font-size: 10px;
    }
    .page-ingrown-toenails-treatment .overview__list {
        display: grid;
        margin: 3.5rem 3.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .overview__icon {
        width: 20px !important;
        height: 21px !important;
    }
    .page-ingrown-toenails-treatment .overview__text {
        font-size: 11px;
        text-align: left;
		margin: 0;
        padding: 0 1.4rem;
    }
	.page-ingrown-toenails-treatment .overview__link-icon-wrapper {
		width: 30px;
		height: 31px;
	}
	.page-ingrown-toenails-treatment .overview__link {
		font-size: 17px;
		margin: 3rem 0;
	}
	.page-ingrown-toenails-treatment .hallux-valgus-save-title {
		margin-left: 20px;
        align-items: center;
        margin-bottom: 40px;
	}
    .page-ingrown-toenails-treatment .red-brown.hallux-valgus-section-title {
        font-size: 17px;
        display: block;
        font-weight: 400;
    }
    .hallux-valgus-save-title-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        svg {
            width: 35px;
            height: 35px;
        }
    }
    .ingrown-toenails-treatment__container {
        justify-content: center;
    }
    .ingrown-toenails-treatment__item {
        flex-direction: column-reverse;
    }
    .ingrown-toenails-treatment__item_text_num span {
        font-size: 20px;
    }
    .ingrown-toenails-treatment__item_text_title span {
        font-size: 18px;
    }
    .ingrown-toenails-treatment__item_text_content {
        font-size: 12px;
        line-height: 1.4em;
    }
    .ingrown-toenails-treatment__item_img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        img {
            width: 211px;
            height: 128px;
        }
    }
    .ingrown-toenails-treatment__item {
        margin: 0 20px;
    }
    .little-title_ga {
        font-size: 14px;
        font-weight: bold;
    }
    .little-ol_ga {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .little-li_ga {
        font-size: 12px;
    }
    .page-ingrown-toenails-treatment .osteophyte-divider {
        margin-top: 24px;
		margin-left: 21px;
		margin-right: 21px;
    }
    .page-ingrown-toenails-treatment .ingrown-toenails-treatment__item .overview__link {
        font-size: 13px;
        margin: 1.5rem 0;
    }
    .treatment__item_4_link_title {
        font-size: 15px;
        border: none;
    }
    .treatment__item_4_link_content.item_pc_block {
        margin-top: 50px;
    }
    .treatment__item_4_link_item .overview__link {
        font-size: 17px;
        gap: 110px;
    }
    .treatment__item_4_link_item {
        height: 49px;
    }
    .treatment__item_5_bold_title {
        font-size: 17px;
        font-weight: bold;
        margin: 20px 0;
    }
    .bold_p {
        font-weight: bold;
        font-size: 14px;
    }
	.page-ingrown-toenails-treatment .hallux-valgus-section__divider.sp_divider {
		margin-top: 50px;
		margin-bottom: 35px;
	}
	.page-ingrown-toenails-treatment .consult-section.sp_show {
		margin: 0 18px;
	}
	.page-ingrown-toenails-treatment .consult-content p {
		line-height: 1.3em;
   		margin-top: 20px;
	}
	.page-osteophyte-procedure .osteoporosis-banner-content-outer {
		width: 230px;
		height: 57px;
		min-width: auto;
		min-height: auto;
	}
	.page-osteophyte-procedure .overview {
		margin: 1.5rem auto;
	}
	.page-osteophyte-procedure .overview__list {
		margin-top: 50px;
	}
	.page-osteophyte-procedure .overview__item {
		gap: 5px;
	}
	.page-osteophyte-procedure .overview__item svg {
		width: 20px;
		height: 21px;
	}
	.page-osteophyte-procedure .overview__label {
		font-size: 10px;
	}
	.page-osteophyte-procedure .overview__text {
		font-size: 12px;
		margin-bottom: 0;
		padding: 0 1.2rem;
	}
	.page-osteophyte-procedure .overview .hallux-valgus-section__divider {
		margin-top: 50px;
	}
	.page-osteophyte-procedure .osteophyte-procedure-section, .page-osteophyte-procedure .osteophyte-advantage-section {
		margin-top: 50px;
		padding: 0 1.2rem;
	}
	.page-osteophyte-procedure .osteophyte-title {
		font-size: 17px;
	}
	.page-osteophyte-procedure .osteophyte-step-desc {
		margin: 0;
	}
	.page-osteophyte-procedure .osteophyte-step-title {
		font-size: 18px;
	}
	.page-osteophyte-procedure .osteophyte-step-desc li {
		font-size: 12px;
		line-height: 1.3em;
		margin-bottom: 0;
		text-indent: 1em;
	}
	.osteophyte-step-desc li::before {
		color: #000;
		font-size:8px;
	}
	.page-osteophyte-procedure .osteophyte-advantage-title, .page-osteophyte-procedure .osteophyte-attention-title {
		font-size: 17px;
	}
	.page-osteophyte-procedure .osteophyte-advantage-list {
		line-height: 1em;
	}
	.page-osteophyte-procedure .osteophyte-advantage-item-desc {
		line-height: 1.5;
		margin-left: 0;
	}
	.page-osteophyte-procedure .osteophyte-advantage-item, .page-osteophyte-procedure .osteophyte-attention-item {
		margin-bottom: 0;
	}
	.page-osteophyte-procedure .osteophyte-advantage-item-title, .page-osteophyte-procedure .osteophyte-attention-item-title {
		font-size: 13px;
	}
	.osteoporosis-banner-content-outer {
		width: 230px;
    	height: 59px;
		min-width: auto !important;
    	min-height: auto !important;
	}
	 .osteoporosis-banner-contentt {
		padding: 12px 0vw;
	}
	.osteoporosis-banner-title {
		font-size: 19px !important;
		letter-spacing: 0.2em;
	}
	.page-osteophyte-procedure .osteoporosis-banner-title {
		font-size: 19px;
		letter-spacing: 0;
	}
	.page-walk-analysis .surgical-treatment-title {
		margin-left: 32px;
		margin-bottom: 30px;
	}
	.walk-analysis-container .surgical-treatment-title-icon {
		display: flex;
    justify-content: center;
    align-items: center;
	}
	.walk-analysis-container .surgical-treatment-title-icon svg {
		width: 32px;
		height: 32px;
	}
	.page-walk-analysis .red-brown.hallux-valgus-section-title {
		font-size: 14px;
		display: block;
	}
	.page-walk-analysis .walk-analysis-content {
		font-size: 13px;
	}
	.page-walk-analysis .walk-analysis-content .red {
		font-size: 12px;
		margin-left: 0;
	}
	.page-walk-analysis .consult-btn {
		font-size: 13px;
	}
	.reservatione-page .reservatione-choose .choose-list li a {
		padding: 0;
	}
	.reservatione-page .reservatione-choose-part.part2 .choose-part-main .text {
		font-size: 12px;
		font-weight: 600;
	}
	.reservatione-page .reservatione-choose-part.part2 .text-r {
		font-size: 11px;
		text-align: right;
    	margin-right: 58px;
	}
}
.page-ingrown-toenails-treatment .osteoporosis-banner-title {
    letter-spacing: 0;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.ingrown-toenails-treatment__container {
    display: flex;
    flex-direction: column;
    max-width: 923px;
}
.ingrown-toenails-treatment__item {
    display: flex;
}
.ingrown-toenails-treatment__item_text_num span {
    font-family: "DINNextLTPro-Light", sans-serif;
    display: block;
}
.little-li_ga {
    list-style-type: decimal;
    line-height: normal;
}
.little-li_ga p{
    line-height: 1.4em;
}
.treatment__item_4_link_item {
    background: #d1d3c6;
    display: flex;
    align-items: center;
    border: 1px solid #30623c;
    justify-content: center;
    border-bottom: none;
}
.treatment__item_4_link_item:last-child {
    border-bottom: 1px solid #30623c;
}
.treatment__item_4_link_item .overview__link {
    width: 100%;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1.6em;
}
.treatment__item_4_link_item .overview__link-icon-wrapper {
    width: 36px;
    height: 34px;
    background: #fff;
}

.treatment__item_4_link_item .overview__link-icon-wrapper svg path {
    fill: #30623C;
}

.treatment__item_4_link_title {
    color: #30623c;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.treatment__item_4_link_title span{
    margin: 5px 0;
}
.treatment__item_ul {
    margin-bottom: 22px;
}
.treatment__item_ul li {
    list-style: disc;
    margin-left: 30px;
}
/* 足底腱膜炎_sp start */
@media screen and (max-width: 768px) {
	.treatment__item_ul li {
		margin-left: 24px;
	}
	.page-ingrown-toenails-treatment .consult-content {
		padding: 0;
	}
	.page-plantar-fasciitis {
		.flat-foot-hero {
			padding-bottom: 20px;
		}
		h1 {
			font-size: 26px;
			line-height: 1.4em;
			margin-bottom: 10px;
			span {
				font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
			}
		}
		.title_little_size {
			font-size: 23px;
		}
		.flat-foot-img {
			height: auto;
			img {
				vertical-align: middle;
			}
		}
		.flat-foot-hero-text {
			font-size: 13px;
			line-height: 1.6em;
		}
		.page-plantar-fasciitis-treatment {
			margin-top: 40px;
			padding: 0 10px 15px;
			position: relative;
		}
		.page-plantar-fasciitis-treatment::before {
			content: '';
			display: block;
			width: 280px;
			height: 3px;
			background: rgb(204,216,193);
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
		}
		.page-plantar-fasciitis-treatment-title {
			margin-bottom: 10px;
			.red-brown {
				font-size: 20px  !important;
				span {
					font-size: 17px !important;
				}
			}
		}
		.page-plantar-fasciitis-treatment-text {
			font-size: 12px;
			line-height: 1.8em;
		}
		.hallux-valgus-save-section {
			margin-top: 26px;
			margin-bottom: 0;
			max-width: 280px;
            padding: 0;
		}
		.hallux-valgus-save-title {
			width: 280px;
			margin: 0 auto 40px;
		}
		.hallux-valgus-save-title-icon {
			height: 45px;
			svg {
				width: 45px;
				height: 45px;
			}

		}
		.hallux-valgus-section-title {
			font-size: 20px !important;
		}
		.hallux-valgus-save-columns .column {
			.column-title {
				font-size: 17px;
			}
			.column-text p {
				font-size: 12px;
			}
			.column-img {
				img {
					width: 222px;
					height: auto;
				}
			}
			&.column2,&.column3,&.column4,&.column5,&.column6 {
				.column-img {
					margin-bottom: 40px;
				}
		   }
		}

		.ingrown-nails-method {
			padding: 0 20px;
			font-size: 12px;
			line-height: 1.8em;
		}
		.hallux-valgus-section__divider {
			margin-top: 35px;
		}
		.radical-surgery-content-short {
			font-size: 12px;
			line-height: 1.4em;
			margin-top: -9px;
		}
		.all_symptom_section {
			padding: 0 20px 52px;
		}
		.all_symptom_title {
			margin-top: 100px;
			margin-bottom: 38px;
			font-size: 17px;
		}
		.all_symptom_content {
			font-size: 14px;
			width: 223px;
		}
		.all_symptom_bottom_text {
			font-size: 10px;
			margin-bottom: 19px;
			margin-top: 30px;
		}
		.all_symptom_bottom_img {
			width: 280px;
			height: auto;
		}
		.treatment-method .method-list li .title,
		.method-list a  {
			font-size: 16px;
			color: #404040;
		}
		.treatment-method .method-list li .text {
			font-size: 12px;
		}
		.brown-warning p {
			font-size: 13px;
			line-height: 1.4em;
		}
		.hallux-valgus-save-columns {
			gap: 0;
			margin-bottom: 0;
		}
		.hallux-valgus-save-btn {
			margin-bottom: 53px;
			a {
				margin-top: 20px;
			}
			span {
				font-size: 13px;
				font-weight: bold;
			}
			.save-btn-icon {
				width: 32px;
				height: 32px;
			}
		}
		.exam-section {
			max-width: 280px;
			padding: 0 0 19px 0;
			margin: 0 auto;
		}
		.exam-divider {
			margin-bottom: 10px !important;
			width: 280px !important;
			margin-top: 10px !important;
		}
		.exam-title {
			width: 100%;
			font-size: 20px;
			margin: 0;
		}
		.exam-desc {
			 flex: none;
			.exam-desc-title {
				 font-size: 17px;
			}
		}
		.exam-desc-text {
			font-size: 12px;
			line-height: 1.8em;
			color: #000;
			.text-small {
				 font-size: 11px;
			}
			.other-color {
				 color: #343421;
			}
		}
		.exam-red {
			font-size: 12px;
			line-height: 1.8em;
		}
		.exam-img {
			flex: none;
			margin-top: 27px;
			margin-bottom: 36px;
			width: 239px;
			padding: 0 !important;
		}
		.insoles-section {
			padding-top: 55px;
			min-height: auto;
		}
		.insoles-bg {
			background: #fff;
			padding-top: 0;
		}
		.insoles-content {
			display: flex;
			flex-direction: column-reverse;
		}
		.insoles-title {
			font-size:16px;
			font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
			line-height: 1.4em;
			text-align: center;
			width: 85%;
			margin: 0 auto;
		}
		.insoles-subtitle {
			font-size:21px;
			line-height: 1.4em;
			text-align: center;
			color: rgb(184, 5, 5);
			font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
		}
		.insoles-desc {
			width: 280px;
			margin: 31px auto;
			font-size: 12px !important;
			line-height: 1.5em !important;
		}
		.insoles-btn {
			width: 160px;
			height: 42px;
			margin: 0 auto 37px;
			font-size: 12px;
			font-family: "AvenirLTPro-Light",sans-serif;
			color: #fff;
			background: #6E2504;
			border: 0;
			outline: none;
			display: block;
		}
		.insoles-img {
			img {
				width: 100%;
				vertical-align: middle;
			}
		}
		.insoles-card {
			padding: 60px 0 0;
		}
		.consult-card {
			min-height: auto;
			padding: 42px 0;
		}
		.consult-section {
			padding-bottom: 0;
			margin-bottom: 0;
			.consult-title {
				font-size: 14px;
				margin-bottom: 20px
			}
		}


	}
}
/* 足底腱膜炎_sp end */
/* 巻き爪-陥入爪)_sp start */
@media screen and (max-width: 768px) {
	.assistant-page .common-part .right .title {
		font-size: 18px;
		margin-bottom: 0;
	}
	.page-plantar-fasciitis .radical-surgery {
		max-width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.page-ingrown-nails {
		.hallux-valgus-hero__title {
			font-size: 26px;
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		.hallux-valgus-hero__description {
			font-size: 13px;
			line-height: 1.8em;
		}
		.hallux-valgus-save-section {
			margin-top: 26px;
			margin-bottom: 0;
		}
		.hallux-valgus-save-title {
			width: 280px;
			margin: 0 auto;
			justify-content: flex-start;
		}
		.hallux-valgus-save-title-icon {
			svg {
				width: 32px;
				height: 32px;
			}

		}
		.hallux-valgus-section-title {
			font-size: 17px !important;
		}
		.ingrown-nails-method {
			padding: 0 20px;
			font-size: 12px;
			line-height: 1.8em;
		}
		.hallux-valgus-section__divider {
			margin-top: 35px;
		}
		.treatment-method .method-list li .title,
		.method-list a  {
			font-size: 16px;
			color: #404040;
		}
		.treatment-method .method-list li .text {
			font-size: 12px;
		}
		.brown-warning p {
			font-size: 13px;
			line-height: 1.4em;
		}
		.hallux-valgus-save-btn {
			margin-bottom: 53px;
			a {
				margin-top: 48px;
			}
			span {
				font-size: 13px;
				font-weight: bold;
			}
			.save-btn-icon {
				width: 25px;
				height: 25px;
			}
		}
		.exam-divider {
			margin-bottom: 10px !important;
		}
		.exam-title {
			font-size: 17px;
			margin-top: 17px;
		}
		.exam-desc {
			 flex: none;
			.exam-desc-title {
				 font-size: 17px;
			}
		}
		.exam-desc-text {
			font-size: 12px;
			line-height: 1.8em;
			.text-small {
				 font-size: 11px;
			}
		}
		.exam-red {
			font-size: 12px;
			line-height: 1.8em;
		}
		.exam-img {
			flex: none;
			margin-top: 27px;
			margin-bottom: 36px;
			width: 211px;
		}
		.insoles-section {
			padding-top: 44px;
			min-height: auto;
		}
		.insoles-bg {
			background: #fff;
			padding-top: 60px;
		}
		.insoles-content {
			display: flex;
			flex-direction: column-reverse;
		}
		.insoles-title {
			font-size:18px;
			color: #B80505;
			line-height: 1.4em;
			text-align: center;
		}
		.insoles-subtitle {
			font-size:15px;
			line-height: 1.4em;
			text-align: center;
		}
		.insoles-desc {
			width: 280px;
			margin: 31px auto;
			font-size: 12px !important;
			line-height: 1.5em !important;
		}
		.insoles-btn {
			width: 160px;
			height: 42px;
			margin: 0 auto 37px;
			font-size: 14px;
			font-family: "AvenirLTPro-Light",sans-serif;
			color: #fff;
			background: #6E2504;
			border: 0;
			outline: none;
			display: block;
		}
		.insoles-img {
			img {
				width: 100%;
				vertical-align: middle;
			}
		}
		.insoles-card {
			padding: 0;
		}
		.consult-card {
			min-height: auto;
			padding: 42px 0;
		}
		.consult-section {
			padding-bottom: 0;
			margin-bottom: 0;
			.consult-title {
				font-size: 14px;
				margin-bottom: 20px
			}
		}
	}
}
/* 巻き爪-陥入爪)_sp end */

/* 外反母趾の日帰り手術_sp start */
@media screen and (max-width: 768px) {
.page-gaihanboshi-higaeri-shujutsu {
    .hero {
        height: auto;
    }
    .hero__overlay {
        padding: 17.5px 0;
    }
    .hero__title {
        font-size: 19px;
    }
    .overview__list {
        gap: 0;
        justify-content: space-between;
        margin: 70px 20px 0;
    }
    .overview__item {
        margin-bottom: 57px;
    }
    .overview__icon {
        width: 20px;
        height: 20px;
     }
     .overview__label {
        font-size: 10px;   
     }
     .overview__text {
         padding: 0 20px;
         font-size: 12px;
         line-height: 1.4em;
     }
     .overview__link {
         font-size: 13px;
         margin: 51px 0;
     }
     .overview__link-icon-wrapper {
         width: 29px;
         height: 29px;
     }
     .hallux-valgus-section__divider {
         width: 280px;
     }
     .procedure__step {
         width: 320px;
     }
     .procedure__step-head {
          gap: 0;
     }
     .procedure__step-number {
         font-size: 27px;
     }
     .procedure__step-title {
         font-size: 20px;
     }
     .procedure__step-line {
         width: 280px;
         margin: 36px auto 0;
     }
     .procedure__step-body {
         gap: 10px;
     }
     .procedure__step-text,
     .procedure__list-item {
         font-size: 12px;
         line-height: 1.4em;
     }
     .procedure__list-item,
     .procedure__list {
         margin-bottom: 0;
     }
     .procedure__step-img {
          width: 211px;
          height: auto;
     }
     .procedure__step--2 .procedure__step-img,
     .procedure__step--4 .procedure__step-img,
     .procedure__step--6 .procedure__step-img {
          width: 239px;
     }
     .procedure__step--6 {
          margin-bottom: 50px;
     }
     .cases-title {
          font-size: 17px;
          margin-top: 10px;
     }
     .foot-left {
          margin-bottom: 10px;
     }
     .foot-left,
     .foot-right {
          width: 255px;
          height: auto;
     }
     .cases-gallery {
          padding-bottom: 51px;
     }
     .surgical-img-content {
          margin-bottom: 73px;
     }
     .consult-section {
          margin: 40px 0;
          h2 {
              margin: 20px 0 16px;
          }
     }
        a.consult-btn {
            width: 180px !important;
            height: 42px !important;
            padding: 0 !important;
            font-size: 13px !important;
            font-weight: bold;
            font-family: "AvenirLTPro-Light",sans-serif;
            .arrow {
                width: 37px;
                height: 37px;
            }
        }
    .slide-swiper {
        margin-top: 46px !important;
		margin-bottom: -14px;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .slide-swiper .swiper-button-next, .swiper-button-prev {
        transform: none;
     }
}
}
.page-gaihanboshi-higaeri-shujutsu .hero img {
	width: 100%;
}
/* 外反母趾の日帰り手術_sp end */
/* 装具療法-インソール_sp start */
@media screen and (max-width: 768px) {
	.page-plantar-fasciitis .flat-foot-img.disSP {
		margin-top: 26px;
	}
	.orthotics-page {
		.orthotics-banner-subtitle {
			font-size: 10px;
			color: #282626;
			letter-spacing: 0.15em;
			line-height: 1.7em;
			background: rgba(255, 255, 255, 0.6);
		}
		.orthotics-banner-content-outer {
			width: 260px;
			padding: 10px;
		}
		.orthotics-banner-content {
			padding: 0;
			width: 240px;
			height: 52.8px;
		}
		.orthotics-content-info {
			margin: 30px 17px 0;
			padding-bottom: 30px;
			font-size: 11px;
			line-height: 1.8em;
			border-bottom: 3px solid rgb(204,216,193);
		}
		.orthotics-right-foot-container {
			width: 87.5%;
		}
		.orthotics-right-foot__content {
			font-size: 12px;
			line-height: 1.8em;
			padding-bottom: 52px;
			border-bottom: 3px solid rgb(204,216,193);
		}
		.surgical-treatment-title {
			margin-top: 0;
			margin-bottom: 13px;
		}
		.surgical-treatment-title-icon {
			height: 38px;
			svg {
				width: 38px;
				height: 38px;
			}
		}
		.hallux-valgus-section-title {
			font-size: 20px;
		}
		.orthotics-innsoru-content {
			font-size: 12px;
			line-height: 1.8em;
		}
		.orthotics-innsoru {
			margin-bottom: 0;
			padding-bottom: 47px;
			border-bottom: 3px solid rgb(204,216,193);
		}
		.orthotics-content-list {
			flex-direction: column;
			gap: 46px;
			margin-bottom: 0;
			padding-bottom: 48px;
			border-bottom: 3px solid rgb(204,216,193);
		}
		.orthotics-content-img {
			margin: 0 auto 30px !important;
		}
		.orthotics-content-img img {
			width: 260px;
			height: auto;
		}
		.orthotics-content:first-child .orthotics-content-img img {
			width: 211px;
		}
		.orthotics-content__all__info__title {
			 margin-bottom: 22px;  
			 .red-brown {
				 font-size: 17px;
				 line-height: 1.3em;
				 font-weight: normal;
			 }        
		}
		.orthotics-content__all__info {
			gap: 22px;
		}
		.orthotics-content__all__info__detailed {
			font-size: 12px;
			line-height: 1.4em;
			.text-small {
				font-size: 11px !important;
			}
		}
		.hallux-valgus-section-title {
			font-size: 16px;
			line-height: 1.2em;
			display: block;
		}
		.medical-insoles {
			padding-top: 47px;
			margin-top: 0;
			margin-bottom: 68px;
		}
		.medical-insoles__content {
			margin-left: 0;
			font-size: 13px;
			line-height: 1.8em;
		}
		.fee-section {
			margin-bottom: 35px;
			.surgical-treatment-title {
				margin-bottom: 28px;
			}
			.hallux-valgus-section-title {
				font-size: 20px;
			}
			.subtitle-title  {
				margin-bottom: 28px;
			}
			.subtitle-title .red-brown {
				span {
					font-size: 12px;
					line-height: 1.4em;
				}
				span:first-child {
					font-size: 18px;
				}
			}
			.subtitle-content {
				font-size: 12px;
			}
		}
		.subtitle-container {
			margin-bottom: 27px;
			.subtitle-title.spe {
				margin-bottom: 18px;
				.red-brown span:first-child {
					font-size: 17px;
				}
			}
		}
		.consult-section {
			padding: 30px 0 0;
			.consult-content {
				width: 100%;
			}
			h2 {
				margin: 0 0 20px;
			}
			a.consult-btn {
				width: 180px;
				height: 42px;
				font-size: 13px;
				font-weight: bold;
				font-family: "AvenirLTPro-Light",sans-serif;
				.arrow {
					width: 37px;
					height: 37px;
				}
			}
		}
	}
}
/* 装具療法-インソール_sp end */

/* 外反母趾_sp start */
@media screen and (max-width: 768px) {
    .hallux-valgus-page {
        .hallux-valgus-hero {
            padding: 0;
            background: #fff;
            border-top: 27px solid #D4D6CC;
        }
        .hallux-valgus-hero__inner {
            flex-direction: column;
            box-shadow: none;
        }
        .hallux-valgus-hero__image-wrapper {
            width: 100%;
            height: auto;
        }
        .hallux-valgus-hero__content {
            padding: 30px 20px 46px;
        }
        .hallux-valgus-hero__title {
            font-size: 26px;
            margin-bottom: 10px;
        }
        .hallux-valgus-hero__description {
            font-size: 12px;
            line-height: 1.8em;
        }
        .hallux-valgus-section {
            padding-top: 0;
        }
        .hallux-valgus-section__inner {
            padding: 5px 0 0;
            width: 100%;
        }
        .hallux-valgus-section__inner.spe {
            padding-top: 27px;
        }
        .hallux-valgus-section__title {
            font-size: 20px;
            line-height: normal;
            margin-left: 10px;
            margin-bottom: 10px;
        }
        .hallux-valgus-section__intro {
            padding: 0 20px;
            font-size: 12px;
        }
        .spe .hallux-valgus-section__intro:nth-of-type(2) {
            margin-bottom: 20px;
        }
        .hallux-valgus-item {
            font-size: 12px;
            padding-left: 15.6px;
            margin: 0 20px 0 26px;
        }
        .hallux-valgus-item:before {
            width: 4.5px;
            height: 4.5px;
        }
        .hallux-valgus-section__divider {
            margin-top: 20px;
        }
        .hallux-valgus-save-section {
            margin-top: 0;
        }

        .hallux-valgus-save-title {
            width: 100%;
            padding-left: 10px;
            margin: 33px auto 46px;
            .hallux-valgus-save-title-icon {
                height: 40px;
            }
            svg {
                width: 40px;
                height: 40px;
            }
            .hallux-valgus-section-title {
                font-size: 20px;
                font-weight: normal;
            }
        }
        .hallux-valgus-save-columns {
            width: 100%;
            margin-bottom: 67px;
            display: flex;
            flex-direction: column;
            gap: 56px;
            .column {
                width: 280px;
                margin: 0 auto;
                img {
                    width: 100%;
                }
                .column-text {
                    width: 100%;
                    p {
                        font-size: 12px;
                        line-height: 1.6em;
                    }
                }
                .column-title {
                    font-size: 17px;
                }
                .column-img {
                    margin-top: -11px;
                    img {
                        width: 222px;
                        margin: 0 auto;
                        display: block;
                    }
                }
                .column-turn {
                    font-weight: bold;
                    font-size: 13px;
                    margin: 4px 0 26px;
                    a {
                        color: rgb(110,37,4);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 7px;
                    }
                    .arrow {
                        display: block;
                        width: 27px;
                        height: 26px;
                        background: #6E2504;
                        border-radius: 50%;
                        svg {
                            width: 25px;
                            height: 25px;
                            fill: #fff;
                        }

                    }
                }
            }
        }
        .surgical-treatment-title {
            width: 280px;
            align-items: center;
            padding: 10px 0 14px;
            margin: 0 auto;
            border-bottom: 3px solid rgb(204,216,193);
            .hallux-valgus-section-title {
                font-size: 20px;
                font-weight: normal;
            }
            .surgical-treatment-title-icon {
                height: 36px;
                svg {
                    width: 36px;
                    height: 36px;
                }
            }
        }
        .surgical-treatment-info {
            padding: 38px 20px 0;
            p {
                font-size:11px;
                line-height: 1.8em;    
            }
            .hallux-valgus-surgery-info__link {
                font-size:13px;
            }
        }
        .surgical-treatment-button {
            margin: 40px auto 50px;
            a {
                width: 252px;
                height: 42px;
                margin: 0 auto;
                span {
                    font-size: 13px;
                }
            }
            
        }
        .surgical-treatment-img-group {
            flex-direction: column;
            margin-bottom: 34px;
            gap: 10px;
            img {
                width: 240px;
                margin: 0 auto;
                display: block;
            }
        }
        .logo-section {
        svg {
                width: 40px;
                height: 40px;
        }
        }
        .main-container {
			max-width: 297px;
            padding: 0;
        }
        .logo-section {
            margin-bottom: 34px;
        }
        .main-title {
            width: 247px;
            font-size:13px;
            line-height: 1.4em;
            letter-spacing: 0;
        }
        .desc-text {
            font-size: 11px;
            line-height: 1.5em;
            position: relative;
            padding-bottom: 0;
            margin-bottom: -23px;
            .red-text {
                font-size:10px;
                color: #B80505;
            }
        }
        .exam-title {
            font-size: 20px;
            margin-left: 10px;
        }
        .exam-list {
            width: 280px;
            margin: 0 auto;
        }
        .exam-content-row {
            gap: 27px;
            margin-bottom: 42px;
        }
        .exam-desc-title {
            font-size: 17px;
        }
        .exam-desc-text {
            font-size: 12px;
			line-height: 21.6px;
            .text-small {
                font-size: 12px;
            }
            .exam-red {
                font-size:13px;
            }
        }
        .exam-img {
            flex: none;
            width: 211px;
        }
        .exam-content-row:nth-child(2) .exam-img {
            width: 239px;
        }
        .exam-content-row:nth-child(3) .exam-img {
            width: 260px;
        }
        .exam-content-row:nth-child(4) .exam-img {
            width: 239px;
        }
        .insoles-section {
            padding-top: 55px;
            min-height: auto;
        }
        .insoles-bg {
            background: #fff;
            padding-top: 60px;
        }
        .insoles-content {
            display: flex;
            flex-direction: column-reverse;
        }
        .insoles-title {
            font-size:18px;
            font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
            line-height: 1.4em;
            text-align: center;
        }
        .insoles-subtitle {
            font-size:23px;
            color: #B80505;
            line-height: 1.4em;
            font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
            text-align: center;
        }
        .insoles-desc {
            width: 280px;
            margin: 31px auto;
            font-size: 12px;
            line-height: 1.5em;
        }
        .insoles-btn {
            width: 160px;
            height: 42px;
            margin: 0 auto 37px;
            font-size: 14px;
            font-family: "AvenirLTPro-Light",sans-serif;
            color: #fff;
            background: #6E2504;
            border: 0;
            outline: none;
            display: block;
        }
        .insoles-img {
            img {
                width: 100%;
                vertical-align: middle;
            }
        }
        .consult-section {
            padding-top: 55px;
        }
        .consult-bg {
            background: #fff;
            padding: 42px 0;
        }
        .consult-title {
            font-size: 14px;
            margin-bottom: 20px;
        }
        a.consult-btn {
            width: 180px;
            height: 42px;
        }
        .consult-card {
            padding: 0;
            min-height: auto;
        }
        .hallux-valgus-section__divider {
            width: 280px;
            margin: 33px auto 20px;
        }
    }
}
/* 外反母趾_sp end */
.swiper-slide img {
	width: 100% !important;
	height: auto !important;
}
.black_font {
	color: #000;
}
/*animate*/
.fade-in-block_div {
	opacity: 0;
	transition: all 3.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-in-block_div.active {
	opacity: 1;
    transform: translateX(0) scale(1);
}
.fade-in-block_div_2 {
	opacity: 0;
    filter: blur(12px);
    transition: all 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-in-block_div_2.active {
	opacity: 1;
    filter: blur(0);
}
.overview__item {
	opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease-out, opacity 0.4s linear;
}
.overview__item.expand {
	opacity: 1;
	transform: scaleX(1);
}
.center_left_right {
	opacity: 0;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.5s ease-out, opacity 0.4s linear;
}
.center_left_right.active {
	opacity: 1;
	transform: scaleY(1);
}
    .down_to_up {
      opacity: 0;
      transform: translateY(80px);
            transition: opacity 1.2s cubic-bezier(0.2, 0.8, 0.4, 1), 
                  transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
		padding-top: 20px;
    }

    .down_to_up.active {
		opacity: 1;
      	transform: translateY(0);
    }
#animated-text_1 {
    display: inline-block;
    opacity: 0;
    transform: translateX(100px) scale(0.8);
    transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
#animated-text_1.slide-fade-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}
#animated-text_p, #animated-text_p_2 {
    filter: blur(12px);
    transition: all 2.8s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
}
#animated-text_p.show, #animated-text_p_2.show {
    opacity: 1;
    filter: blur(0);
}
#img_comp-m1uwzg8q, #img_comp-m1uwzxrx, #img_comp-m1uwy4ez {
    opacity: 0;
    transition: all 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
#img_comp-m1uwzg8q.show, #img_comp-m1uwzxrx.show, #img_comp-m1uwy4ez.show {
    opacity: 1;
    transform: translateX(0) scale(1);
}
#reserve_btn_a {
    opacity: 0;
}
.reserve_btn_a_multiple {
	opacity: 0;
}
.all_symptom_content {
    animation: squish-bounce 3s linear infinite both;
}