@charset "UTF-8";

/*-----------------------------------------------------
    PC
-----------------------------------------------------*/
/* common
-----------------------------------------------------*/
/* system */
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .forPC {
    display: block;
}

:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .forSP {
    display: none;
}
/* reset */
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main a {
    text-decoration: none;
}

:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main p,
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main p:first-child,
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main p:last-child {
    color: #002348;
    font-weight: 400;
    font-size: 20px;
    text-align: inherit;
    margin: 0;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main strong {
    font-weight: 700;
    font-size: inherit;
}

:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main img {
    max-width: 100%;
}

:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main .card {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: auto;
    word-wrap: normal;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main .card-img img {
    border-radius: 16px;
}

/* layout */
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .main {
    font-family: "Noto Sans JP";
}

:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 64px 0;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .section {
    /* padding: 48px 0; */
}

/* parts */
/* ボタン*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button {
    display: block;
    border-radius: 64px;
    padding: 12px 0;
    text-align: center;
    width: 248px;
    margin: 0 auto;

    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    
    position: relative;
    transition: 0.2s ease;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button:hover {
    opacity: 0.4;
    transition: 0.2s ease;
}
/* ボタン セクションConcept　調整*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button.concept {
    background: #ffffff;
    color: #002348;
    margin: 0;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button.concept::after {
    background-image: url(../img/arrow.svg);
}
/* ボタン セクションCTA　調整*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button.cta {
    background: #195594;
    color: #ffffff;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button.cta::after {
    background-image: url(../img/arrow_w.svg);
}

/* mainvisual
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual {
    position: relative;
    background-image: url(../img/mv_bg.jpg);
    background-position: top center;
    background-size: cover;
    border-radius: 16px;
    height: 640px;
    margin: 32px 40px 48px;
    padding: 0;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .inner {
    max-width: 1200px;
    padding: 0 24px 40px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .catchcopy {
    position: relative;
    width: 100%;
    height: 184px;
    margin-bottom: 42px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .catchcopy img.catch {
    position: absolute;
    top: 0;
    left: -40px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .sub-chath {
    color: #FFF;
    background: #367DBF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    padding: 8px 12px;
    margin-bottom: 30px;
    max-width: 564px;
    position: relative;
    right: 40px;
    bottom: 32px;
}

:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .sub-chath span {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    padding-right: 8px;
}

/* sec-concept
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept {
    background: url(../img/concept_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-concept .card {
    display: flex;
    flex-direction: row;
    gap: 82px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-concept .card-content {
    max-width: 518px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-concept .card-img {
    flex: 1;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .sub-heading {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .sub-heading p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 6px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #ffffff;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .heading {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .lead {
    color: #ffffff;
    margin-bottom: 24px;

}

/* sec-about
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about {
    text-align: center;
    /* background: url(../img/about_bg.jpg); */
    /* background-position: center;
    background-size: cover; */
    background: #ffffff;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .inner {
    max-width: 880px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title {
    color: #002348;
    margin-bottom: 56px
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title .small {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title .medium {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title .big {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    color: #88D1D1;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
}

/* 背景変更
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .bg-wrapper {
    background-image: url(../img/merit_bg.jpg);
    background-position: center;
    background-size: cover;
}

/* sec-merit
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .inner {
    padding: 56px 0 82px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .cards {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card-content {
    width: 600px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card-img {
    flex: 1;
    position: relative;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card-img img {
    position: absolute;
    top: -96px;
    border-radius: 16px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .sec-title {
    color: #002348;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 24px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .sec-title span {
    color: #88D1D1;
    font-size: 48px;
    font-weight: 700;
    line-height: 160%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .label {
    display: flex;
    flex-direction: row;
    /* gap: 48px; */
    margin-bottom: 24px;
    /* justify-content: center; */
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .label > p {
    color: #fff;
    border-radius: 4px;
    background: #88D1D1;
    padding: 12px 14px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

/* sec-method
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .inner {
    padding: 64px 0 80px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .sec-title {
    color: #002348;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%; /* 56px */
    margin-bottom: 64px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .sec-title span {
    color: #88D1D1;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .lead {
    text-align: center;
    margin-bottom: 64px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .cards {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .card {
    display: flex;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .card-img {
    text-align: center;
    width: 100%;
    height: auto;
    flex: 1;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method h3.title {
    color: #002348;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    margin: 0;
    padding: 8px 16px;
    background-color: #ffffff;
}
/* treatment */
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment {
    margin-bottom: 40px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment .card {
    flex-direction: row-reverse;
    gap: 32px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment .card-content {
    width: 663px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment h3.title {
    margin-bottom: 16px;
}
/* steps */
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method  .steps {
    display: flex;
    /* flex-wrap: wrap-reverse; */
    flex-direction: column;
    gap: 24px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .cards {
    flex-direction: row;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card {
    flex-direction: column;
    align-self: flex-start;
    gap: 16px;
    width: calc((100% - (48px * 2)) / 3);
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card-content {
    display: flex;
    flex-direction: column;
    gap: 16px 
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card-content p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; 
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card-content p span {
    color: #88D1D1;
    font-size: 24px;
    font-weight: 400;
    line-height: 180%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .btn-box-2 {
    justify-content: center;
}
/* sec-cta
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta {
    background: #E9E9E9;
    background-image: url(../img/cta_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .inner {
    padding: 48px 0 ;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
    margin-bottom: 30px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .right {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-content: revert;
    flex-direction: column;
    gap: 26px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .lead {
    max-width: 256px;
}

/* cautions
-----------------------------------------------------*/
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .flex {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .title {
    color: #002348;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions table {
    width: 100%;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions th {
    background-color: #FCFCFC;
    text-align: center;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions th,
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions td {
    padding: 24px;
    border: 1px solid #C7C7C7;
    font-family: 'Noto Serif JP';
    color: #002348;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .card {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid #C7C7C7;
    word-break: break-word;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .card p {
    font-family: 'Noto Serif JP';
    font-size: 16px;
}
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .card a,
:is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .card a:visited {
    color: #0078CA;
    text-decoration: underline;
}

/*-----------------------------------------------------
    TB
-----------------------------------------------------*/
/* @media screen and (min-width: 460px) {

} */

/*-----------------------------------------------------
    SP
-----------------------------------------------------*/
@media screen and (max-width: 767px) {
    /* system */
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .forPC {
        display: none;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .forSP {
        display: block;
    }
    /* layout */
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .inner {
        padding: 0 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .section {
        /* padding: 48px 0; */
    }

    /* mainvisual
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual {
        background-image: url(../img/mv_bg_sp.jpg);
        margin: 16px 24px 32px;
        height: 628px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .inner {
        max-width: 390px;
        padding: 0 16px 16px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .catchcopy {
        height: 103px;
        margin-bottom: 32px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .catchcopy img.catch {
        left: -24px;
        width: 292px;
        height: auto;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .price {
        margin-bottom: 16px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .content-wrapper .right {
        margin: 0 auto;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .sub-chath {
        font-size: 18px;
        padding: 8px 4px;
        margin-bottom: 20px;
        right: 24px;
        bottom: 16px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #mainvisual .sub-chath span {
        font-size: 24px;
        padding-right: 6px;
        line-height: 100%;
    }

    /* sec-concept
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept {
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .inner {
        padding: 48px 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .card {
        flex-direction: column;
        gap: 16px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .card-content {
        max-width: 100%;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .sub-heading {
        gap: 16px;
        margin-bottom: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .sub-heading p {
        font-size: 16px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .heading {
        font-size: 30px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .lead {
        font-size: 16px;
        margin-bottom: 0;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-concept .card-img {
        text-align: center;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) .button.concept {
        margin: 40px auto 0;
    }

    /* sec-about
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .inner {
        padding: 48px 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title {
        margin-bottom: 32px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title .small{
        font-size: 14px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title .big {
        font-size: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-title .medium {
        font-size: 20px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-about .sec-desc {
        font-size: 16px;
        text-align: left;
    }

    /* sec-merit
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .inner {
        padding: 48px 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card {
        flex-direction: column;
        gap: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card-img img {
        position: relative;
        top: 0;
        left: 0;
        max-width: 280px;
        width: 100%;
        height: auto;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .card-content {
        width: 100%;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .label > p {
        font-size: 16px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .sec-title {
        font-size: 28px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .sec-title span {
        font-size: 32px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-merit .lead {
        font-size: 16px;
    }

    /* sec-method
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .inner {
        padding: 0 24px 48px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .sec-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .sec-title span {
        font-size: 28px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method h3.title {
        font-size: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .sec-lead {
        font-size: 16px;
        /* margin-bottom: 32px; */
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .card-content {
        width: 100%;
    }
    /* treatment */
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment {
        margin-bottom: 32px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment .card-content {
        width: 100%;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment .card {
        flex-direction: column-reverse;
        gap: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment h3.title {
        line-height: normal;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .treatment p {
        font-size: 16px;
    }
    /* steps */
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps {
        gap: 32px
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .cards {
        flex-direction: column;
        gap: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card {
        width: 100%;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card-content p,
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-method .steps .card-content p span {
        font-size: 20px;
    }

    /* cta
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta {
        background-image: url(../img/cta_bg_sp.jpg);
        text-align: center;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .inner {
        max-width: 390px;
        padding: 40px 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .info {
        gap: 32px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .left {
        position: relative;
        height: 110px;
        width: 100%;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .right {
        width: 100%;
        align-items: start;
        gap: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .catchcopy {
        position: absolute;
        top: 0;
        left: -24px;
        width: 310px;
        height: auto;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .lead {
        /* max-width: 256px; */
        width: 181px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cta .price {
        max-width: 342px;
        width: 100%;
        margin: 0 auto;
    }

    /* cautions
    -----------------------------------------------------*/
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cautions .inner {
        padding: 56px 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cautions .flex {
        gap: 56px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .block {
        gap: 24px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism)  #sec-cautions .title {
        font-size: 20px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cautions th {
        padding: 10px;
    }
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cautions .card a,
    :is(#arthralgia-rheumatism,#lp_arthralgia-rheumatism) #sec-cautions .card a:visited {
        color: #0078CA;
        text-decoration: underline;
    }

}


/* 画面幅340px以下 header調整 */
@media screen and (max-width: 340px) {
    
}