
#rwd-main-content section.recommend {
    --color-green: #85bebf;
    --color-lighter-green: #d9e9e5;
    --color-lightest-green: #ebf4f2;
    --color-lightest-yellow: #fff8d3;
    --color-text-green: #599ea0;
    --color-pink: #e5789b;
    --color-text-pink: #e5789b;
    --color-text-black-large-font: #595757;
    --width-title: 1220px;
    --width-content: 1150px
}

#rwd-main-content section.recommend {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", Verdana, sans-serif, system-ui;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "palt"
}

#rwd-main-content section.recommend * {
    box-sizing: border-box
}

#rwd-main-content section.recommend img {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom
}

#rwd-main-content section.recommend ol,
#rwd-main-content section.recommend ul,
#rwd-main-content section.recommend li {
    list-style: none
}

#rwd-main-content section.recommend h2,
#rwd-main-content section.recommend h3 {
    margin: 0
}

#rwd-main-content section.recommend figure {
    margin: 0
}

#rwd-main-content section.recommend figure figcaption {
    margin: 0
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend .pc {
        display: none !important
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend .sp {
        display: none !important
    }
}

#rwd-main-content section.recommend>.header img {
    width: 100%
}

#rwd-main-content section.recommend>.nav {
    padding-inline: 30px;
    margin-block-start: 55px
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav {
        padding-inline: 10px
    }
}

#rwd-main-content section.recommend>.nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(1120px, 100%);
    margin: auto
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul {
        grid-template-columns: 20% auto auto;
        gap: 10px
    }
}

#rwd-main-content section.recommend>.nav ul li {
    display: grid
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.nav ul li {
        grid-template-rows: subgrid;
        grid-row: span 3;
        margin-inline: -2px
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul li {
        grid-template-columns: subgrid;
        grid-column: span 3
    }
}

#rwd-main-content section.recommend>.nav ul li a {
    display: grid;
    gap: 5px;
    justify-items: center;
    padding: 10px;
    border: 3px solid #B6E5EB;
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.nav ul li a {
        grid-template-rows: subgrid;
        grid-row: span 3
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul li a {
        grid-template-columns: subgrid;
        grid-column: span 3
    }
}

#rwd-main-content section.recommend>.nav ul li a figure {
    display: grid;
    place-items: center center;
    width: 100%
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.nav ul li a figure {
        grid-template-rows: subgrid;
        grid-row: span 2
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul li a figure {
        grid-template-columns: subgrid;
        grid-column: span 2
    }
}

#rwd-main-content section.recommend>.nav ul li a figure img {
    height: auto
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul li a figure img {
        -o-object-fit: contain;
        object-fit: contain;
        aspect-ratio: 1
    }
}

#rwd-main-content section.recommend>.nav ul li a figure figcaption {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul li a figure figcaption {
        justify-self: flex-start;
        font-size: 14px;
        text-align: left
    }
}

#rwd-main-content section.recommend>.nav ul li a::after {
    width: 36px;
    aspect-ratio: 3/2;
    content: "";
    background-image: url("../img/nav_chevron.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.nav ul li a::after {
        align-self: center;
        width: 18px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .title .catch span,
#rwd-main-content section.recommend>.Battery .title .catch span,
#rwd-main-content section.recommend>.SmartPowerAssist .title .catch span {
    display: block;
    margin-block-start: .25em;
    font-size: 28px;
    font-weight: bold;
    text-align: justify;
    margin-top: 10px;
}

@media all and (max-width: 767px) {

    #rwd-main-content section.recommend>.SmartClockSwitch .title .catch span,
    #rwd-main-content section.recommend>.Battery .title .catch span,
    #rwd-main-content section.recommend>.SmartPowerAssist .title .catch span {
        font-size: 16px;
        line-height: 1.2
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .title .catch span sup,
#rwd-main-content section.recommend>.Battery .title .catch span sup,
#rwd-main-content section.recommend>.SmartPowerAssist .title .catch span sup {
    vertical-align: super
}

#rwd-main-content section.recommend>.SmartPowerAssist {
    padding-block-start: 40px;
    padding-inline: 30px;
    margin-block-start: 40px
}

#rwd-main-content section.recommend>.SmartPowerAssist .lead {
    display: flex;
    gap: 25px;
    place-content: center center;
    place-items: center center;
    width: min(var(--width-content), 100%);
    margin: auto;
    margin-block-start: 50px
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .lead {
        flex-direction: column
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .lead .photo {
    flex-shrink: 0
}

#rwd-main-content section.recommend>.SmartPowerAssist .lead .text strong {
    display: block;
    font-size: 52px;
    line-height: 1.4;
    color: var(--color-text-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .lead .text strong {
        font-size: 30px;
        text-align: center
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .lead .text p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-text-black-large-font)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .lead .text p {
        font-size: 18px;
        text-align: center
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .lead .text p.note {
    font-size: 18px;
    text-align: right
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .lead .text p.note {
        font-size: 12px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .autoChange {
    display: flex;
    gap: 15px;
    align-items: center;
    width: min(var(--width-content), 100%);
    margin-block-start: 20px;
    margin-inline: auto
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .autoChange {
        flex-direction: column;
        gap: 0;
        align-items: stretch
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .autoChange .arrow {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    aspect-ratio: 62/19;
    padding-inline: 1.75em 3.5em;
    line-height: 1;
    color: #fff;
    background-image: url(../img/SmartPowerAssist_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .autoChange .arrow {
        aspect-ratio: auto;
        padding: 1em 2em;
        background-image: none;
        background-color: var(--color-green);
        font-size: 10px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .autoChange .arrow span.sup {
    display: block;
    font-size: 1em
}

#rwd-main-content section.recommend>.SmartPowerAssist .autoChange .arrow strong {
    display: block;
    font-size: 1.6666em
}

#rwd-main-content section.recommend>.SmartPowerAssist .autoChange p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-text-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .autoChange p {
        padding: 1em;
        font-size: 16px;
        border: 1px solid var(--color-green)
    }

    #rwd-main-content section.recommend>.SmartPowerAssist .autoChange p br {
        display: none
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope {
    width: min(var(--width-content), 100%);
    margin-block-start: 20px;
    margin-inline: auto;
    background-image: url("../img/SmartPowerAssist_slope.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope {
        background: none
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol {
        grid-template-columns: 50px 1fr
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li {
        grid-template-columns: subgrid;
        grid-row: span 2;
        grid-column: span 2
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li .step {
    position: relative;
    display: flex;
    place-content: center center;
    place-items: center center;
    padding: 0 1em;
    font-size: 27px;
    font-weight: bold
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li .step {
        height: 60px
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li .step {
        grid-row: 1/3;
        grid-column: 1/2;
        font-size: 20px;
        writing-mode: tb-rl;
        writing-mode: vertical-rl
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li strong {
    display: block;
    padding: 0 0 5px;
    margin: 35px 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-green);
    text-align: center;
    border-bottom: 1.5px solid var(--color-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li strong {
        grid-row: 1/2;
        grid-column: 2/3;
        font-size: 18px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li .photo {
    display: flex;
    padding-bottom: 40px;
    margin-top: 35px
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li .photo {
        grid-row: 2/3;
        grid-column: 2/3;
        align-items: center;
        justify-content: center;
        padding: 1em
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li .photo img {
    display: block;
    height: auto
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) {
    z-index: 3
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step {
    color: var(--color-text-black-large-font);
    background-color: var(--color-lightest-green)
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::before,
#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::after {
    position: absolute;
    display: block;
    content: ""
}

@media all and (min-width: 768px) {

    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::before,
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::after {
        top: 0;
        right: -15px;
        width: 30px;
        height: 100%
    }
}

@media all and (max-width: 767px) {

    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::before,
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::after {
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 30px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::before {
    position: absolute;
    display: block;
    content: "";
    background-color: var(--color-lighter-green)
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::before {
        top: 0;
        right: -15px;
        width: 30px;
        height: 100%
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::before {
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 30px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::after {
    position: absolute;
    display: block;
    content: "";
    background-color: var(--color-lightest-green)
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::after {
        top: 0;
        right: -15px;
        width: 30px;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%)
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .step::after {
        bottom: -15px;
        width: 100%;
        height: 30px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
        clip-path: polygon(0 0, 100% 0%, 50% 100%)
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(1) .photo {
        align-items: flex-end;
        justify-content: flex-start
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) {
    z-index: 2
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step {
    color: var(--color-text-black-large-font);
    background-color: var(--color-lighter-green)
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::before,
#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::after {
    position: absolute;
    display: block;
    content: ""
}

@media all and (min-width: 768px) {

    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::before,
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::after {
        top: 0;
        right: -15px;
        width: 30px;
        height: 100%
    }
}

@media all and (max-width: 767px) {

    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::before,
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::after {
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 30px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::before {
    position: absolute;
    display: block;
    content: "";
    background-color: var(--color-green)
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::before {
        top: 0;
        right: -15px;
        width: 30px;
        height: 100%
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::before {
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 30px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::after {
    position: absolute;
    display: block;
    content: "";
    background-color: var(--color-lighter-green)
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::after {
        top: 0;
        right: -15px;
        width: 30px;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%)
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .step::after {
        top: left;
        bottom: -15px;
        width: 100%;
        height: 30px;
        -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
        clip-path: polygon(0 0, 100% 0, 50% 100%)
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(2) .photo {
        align-items: flex-end;
        justify-content: center
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(3) {
    position: relative;
    z-index: 1
}

#rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(3) .step {
    color: #fff;
    background-color: var(--color-green)
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(3) .photo {
        align-items: flex-end;
        justify-content: flex-end
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(3) .pop {
        position: absolute;
        right: -5px;
        bottom: calc(100% - 15px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 160px;
        height: 165px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        background-image: url(../img/SmartPowerAssist_pop.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(3) .pop {
        grid-row: 2/3;
        grid-column: 2/3;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        font-weight: bold;
        color: var(--color-text-pink);
        text-align: center
    }

    #rwd-main-content section.recommend>.SmartPowerAssist .slope ol li:nth-child(3) .pop br {
        display: none
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem {
    position: relative;
    width: 700px;
    padding: 30px 50px;
    margin-block-start: 30px;
    margin-inline: auto;
    background-color: var(--color-lightest-yellow);
    border-radius: 22px
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem {
        width: 98%;
        padding: 20px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text {
    position: relative;
    z-index: 2
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text {
        max-width: 100%;
        margin-top: 20px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-pink)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text h3 {
        font-size: 22px
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text p {
    margin-top: .5em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text p {
        font-size: 1.4rem
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .text p em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    aspect-ratio: 1;
    font-size: .9em;
    font-style: normal;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    background-color: var(--color-pink);
    border-radius: 50%
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .photo {
    z-index: 2;
    text-align: center
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .photo {
        max-width: 100%
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .photo img {
    height: auto
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .illust {
        position: absolute;
        top: 0;
        right: 50px;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items:end;
        width: 34%;
        padding: 30px 0;
        margin: auto 0
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .illust {
        margin-top: 20px;
        width: 70%;
    }
}

#rwd-main-content section.recommend>.SmartPowerAssist section.TripleSensorSystem .illust img {
    height: auto
}

#rwd-main-content section.recommend>.Battery {
    padding-block-start: 40px;
    padding-inline: 30px;
    margin-block-start: 40px
}

#rwd-main-content section.recommend>.Battery .size {
    display: flex;
    gap: 10px;
    width: min(var(--width-content), 100%);
    margin: 10px auto 0
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .size {
        flex-direction: column
    }
}

#rwd-main-content section.recommend>.Battery .size .text {
    flex: 0 1 50%
}

#rwd-main-content section.recommend>.Battery .size .text h3.lead {
    display: block;
    padding: 20px;
    margin-top: 40px;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .size .text h3.lead {
        padding: 0;
        margin-top: 10px;
        font-size: 22px;
        text-align: center
    }

    #rwd-main-content section.recommend>.Battery .size .text h3.lead br {
        display: none
    }
}

#rwd-main-content section.recommend>.Battery .size .text .diff {
    margin-top: 20px;
    text-align: center
}

#rwd-main-content section.recommend>.Battery .size .text .diff img {
    height: auto
}

#rwd-main-content section.recommend>.Battery .size .text p {
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .size .text p {
        font-size: 18px
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.Battery .size .photos {
        flex: 0 1 50%;
        padding: 20px
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .size .photos {
        display: flex
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.Battery .size .photos .photo:nth-of-type(2) {
        margin-top: -50px
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .size .photos .photo:nth-of-type(2) {
        margin-left: -20px
    }
}

#rwd-main-content section.recommend>.Battery .size .photos .photo img {
    height: auto
}

#rwd-main-content section.recommend>.Battery .charge {
    width: min(var(--width-content), 100%);
    margin: 40px auto 0
}

#rwd-main-content section.recommend>.Battery .charge .layout {
    display: grid
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.Battery .charge .layout {
        grid-template: "lead lead distance" auto "text spec distance" auto/auto auto auto;
        gap: 20px 40px;
        justify-content: flex-start
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charge .layout {
        grid-template: "lead lead" auto "text text" auto "spec distance" auto/10fr 4fr;
        gap: 20px
    }
}

#rwd-main-content section.recommend>.Battery .charge .layout h3.lead {
    display: block;
    grid-area: lead;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charge .layout h3.lead {
        font-size: 22px;
        text-align: center
    }
}

#rwd-main-content section.recommend>.Battery .charge .layout .text {
    grid-area: text
}

#rwd-main-content section.recommend>.Battery .charge .layout .text p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charge .layout .text p {
        font-size: 18px;
    }
}

#rwd-main-content section.recommend>.Battery .charge .layout .spec {
    grid-area: spec;
    justify-self: flex-end
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charge .layout .spec {
        align-self: center
    }
}

#rwd-main-content section.recommend>.Battery .charge .layout .distance {
    grid-area: distance
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.Battery .charge .layout h3.lead {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    #rwd-main-content section.recommend>.Battery .charge .layout .text {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    #rwd-main-content section.recommend>.Battery .charge .layout .spec {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    #rwd-main-content section.recommend>.Battery .charge .layout .distance {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charge .layout h3.lead {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    #rwd-main-content section.recommend>.Battery .charge .layout .text {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    #rwd-main-content section.recommend>.Battery .charge .layout .spec {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    #rwd-main-content section.recommend>.Battery .charge .layout .distance {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charge .layout .distance {
        align-self: center
    }
}

#rwd-main-content section.recommend>.Battery .charge .notes {
    margin-top: 30px
}

#rwd-main-content section.recommend>.Battery .charger {
    position: relative;
    width: min(var(--width-content), 100%);
    padding: 30px 0;
    margin: 40px auto 0
}

#rwd-main-content section.recommend>.Battery .charger h3.lead {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charger h3.lead {
        font-size: 22px;
        text-align: center
    }

    #rwd-main-content section.recommend>.Battery .charger h3.lead br {
        display: none
    }
}

#rwd-main-content section.recommend>.Battery .charger .diff {
    position: relative;
    z-index: 2
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.Battery .charger .diff {
        margin-top: 20px
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charger .diff {
        margin-top: 5px
    }
}

#rwd-main-content section.recommend>.Battery .charger .diff img {
    height: auto
}

#rwd-main-content section.recommend>.Battery .charger .text {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

#rwd-main-content section.recommend>.Battery .charger .text p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charger .text p {
        font-size: 18px
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.Battery .charger .image {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 78.8%;
        height: 100%
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.Battery .charger .image {
        margin-top: 10px
    }
}

#rwd-main-content section.recommend>.Battery .charger .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center
}

#rwd-main-content section.recommend>.SmartClockSwitch {
    padding-block-start: 40px;
    padding-inline: 30px;
    margin-block-start: 40px
}

#rwd-main-content section.recommend>.SmartClockSwitch .title .point h2 {
    letter-spacing: -0.1em
}

#rwd-main-content section.recommend>.SmartClockSwitch .title .catch strong {
    letter-spacing: -0.1em
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions {
    position: relative;
    width: min(var(--width-content), 100%);
    padding: 30px 0;
    margin: 40px auto 0
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions {
        margin: 0 auto
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions ol {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    counter-reset: number 0
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions ol {
        gap: 10px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions ol li {
    position: relative;
    padding-inline-start: 40px;
    counter-increment: number 1
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions ol li {
        padding-inline-start: 25px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions ol li::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    aspect-ratio: 1;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    content: counter(number);
    background-color: var(--color-pink);
    border-radius: 50%
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions ol li::before {
        top: 4px;
        width: 20px;
        font-size: 11px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions ol li strong {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-green)
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions ol li strong {
        font-size: 20px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions ol li p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions ol li p {
        font-size: 16px
    }
}

@media all and (min-width: 768px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions .image {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 71.6%;
        height: 75%
    }
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .functions .image {
        margin-top: 30px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center
}

#rwd-main-content section.recommend>.SmartClockSwitch .functions .note {
    position: relative;
    z-index: 1;
    margin-top: 30px
}

#rwd-main-content section.recommend>.SmartClockSwitch .design {
    width: min(800px, 100%);
    margin: 40px auto 0
}

#rwd-main-content section.recommend>.SmartClockSwitch .design h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-text-pink);
    text-align: center
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .design h3 {
        font-size: 20px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .design table {
    margin-top: 30px;
    table-layout: fixed;
    border-collapse: collapse
}

#rwd-main-content section.recommend>.SmartClockSwitch .design table th,
#rwd-main-content section.recommend>.SmartClockSwitch .design table td {
    padding: 20px 30px;
    border: 1px solid gray
}

@media all and (max-width: 767px) {

    #rwd-main-content section.recommend>.SmartClockSwitch .design table th,
    #rwd-main-content section.recommend>.SmartClockSwitch .design table td {
        padding: 10px 7px
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .design table thead tr th img {
    height: auto
}

#rwd-main-content section.recommend>.SmartClockSwitch .design table tbody tr td {
    vertical-align: top
}

#rwd-main-content section.recommend>.SmartClockSwitch .design table tbody tr td ul {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .design table tbody tr td ul {
        gap: 0
    }
}

#rwd-main-content section.recommend>.SmartClockSwitch .design table tbody tr td ul li {
    font-size: 17px;
    line-height: 1.2
}

@media all and (max-width: 767px) {
    #rwd-main-content section.recommend>.SmartClockSwitch .design table tbody tr td ul li {
        font-size: 12px
    }
}

@media screen and (min-width: 768px) {
    #rwd-content .rwd-box-background-image-with-grid {
        position: relative;
        padding-bottom: 34%;
        height: 0;
        overflow: hidden;
    }
}

/* =================
2026更新
================= */

/* スマートパワーアシスト説明 */
/* 外枠 */
.feature-box {
  border: 3px solid #B6E5EB;
  border-radius: 4px;
  padding: 24px 28px;
  max-width: 860px;
  margin: 40px auto;
  background: #fff;
}

.feature-box__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
    max-width: 600px;
  margin: 0 auto;  
}

.feature-box__img {
  flex-shrink: 0;
  width: 180px; /* 画像サイズ調整可 */
}
.feature-box__img img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-box__text {
  flex: 1;
}
.feature-box__title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin: 0 0 8px;
  color: #111;
}
.feature-box__text p {
  margin: 0;
  line-height: 1.7;
  color: #333;
}


@media (max-width: 768px) {
  .feature-box {
    padding: 20px 18px;
  }
  .feature-box__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .feature-box__img {
    width: 60%;
    max-width: 220px;
  }
}

.kv-feature-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.kv-feature-bg {
  width: 100%;
  height: auto;
  display: block;
}
.kv-feature__overlay {
  max-width: 480px;
  margin-left: auto;
  padding: 48px 4vw;
}

.kv-feature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 右側にテキストブロックを寄せる */
.kv-feature__overlay{
  max-width: 520px;
  margin-left: auto;
  padding: 32px 4vw;
}

.points{
  list-style: none;
  margin-top: 40px !important; 
  padding: 0;
  display: grid;
  gap: 24px;
}

.point{
  display: flex;
  align-items: center; 
  gap: 14px;
}

.point__icon{
  width: 84px; 
  height: auto;
  flex: 0 0 auto;
  display: block;
}

.point__text{
  margin: 0;
  font-size: clamp(16px, 2.0vw, 22px);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .02em;
}

@media (max-width: 768px){
  .kv-feature{
    background-position: center top;
    min-height: 0;
  }
  .kv-feature__overlay{
    max-width: none;
    padding: 32px 20px 48px;
  }
  .point__icon{ width: 44px; }
}


/* バッテリー説明 */

/* レイアウト全体 */
.spec-two-col{
  display:grid;
  grid-template-columns: minmax(260px, 400px) 1fr;
  gap: 20px;
  align-items:start;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 24px;
}

/* 左カラム */
.spec-visual {
  max-width: 380px;
  flex-shrink: 0;
}
.spec-visual img{
  width: 100%;
  height: auto;
  display:block;
}
.spec-visual .balloon{
  position: absolute;
  top: 6%;
  left: 6%;
  background:#fff;
  border:2px solid #111;
  border-radius: 18px;
  padding: 10px 14px;
  line-height: 1.3;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

/* 右：カード群 */
.spec-cards {
  display: grid;
  gap: 20px;
}

/* カード共通 */
.card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  background: #fff8d3;
  border-radius: 16px;
  padding: 20px;
  align-items: start;
}
.card-media img{
  width:100%;
  height:auto;
  display:block;
}
.card-title{
  margin: 0 0 10px;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height:1.4;
  font-weight: 800;
}

.notes {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-top: 10px;
  grid-column: 1 / -1;
}
.note-mark{
    font-size: 1.2rem;
    vertical-align: super;
}

/* 画像で入れるメトリクス*/
.metric-img img{
  display:block;
  width: clamp(180px, 40vw, 280px);
  height:auto;
  margin: 12px 0 10px;
}

/* リスト類 */
.notes{
  margin: 6px 0 0;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.6;
}
.dims{
  margin: 8px 0 0;
  padding-left: 1em;
  font-size: 14px;
}

/* スマホ（縦並び） */
@media (max-width: 768px){
  .spec-two-col{
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px auto;
    padding: 0 16px;
  }
  .spec-visual .balloon{
    top: 4%;
    left: 4%;
    transform: scale(.9);
  }
  .card{
    grid-template-columns: 1fr;
    padding:16px;
  }
  .card-media img{ border-radius: 12px; }
  .metric-img img{ width: 90%; } 
}

/* サポートサービス説明 */
/* 共通ベース */
.support-box {
  position: relative;
  border-radius: 18px;
  background-color: #FFF0F0; /* デフォルト背景（無料） */
  overflow: hidden;
  margin: 40px auto;
  max-width: 960px;
}

/* 上のバー */
.support-box__bar {
  background-color: #FF8492; /* 無料用ピンクバー */
  padding: 12px 20px;
  border-radius: 18px 18px 0 0;
}

/* ヘッダー部分（番号・タイトル・タグ） */
.support-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* 左側：番号とタイトル */
.support-box__num {
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: #FF8492;
  font-weight: 700;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}

.support-box__title {
  flex-grow: 1;
  margin: 0;
  font-size: clamp(28px, 2vw, 20px);
  font-weight: 700;
  color: #fff;
}

/* 右端：アイコン（タグ） */
.support-box__tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto; 
}

.support-box__tags img {
  height: 28px;
  width: auto;
  display: block;
}

/* 本文側 */
.support-box__inner {
  padding: 24px 28px 28px;
}

.support-box__inner img {
  justify-items: center;
}

.support-box__subtitle {
  flex-grow: 1;
  margin: 0 0 10px 0 !important;
  font-size: clamp(30px, 2vw, 20px);
  font-weight: 700;
  color: #FF8492;
}

.support-box__link {
    margin: 20px;
}

.custom-line {
  border: none;
  border-top: 3pt solid #FF8492;
  margin: 40px 0;
}

/* バッテリー保証 */
.support-extension {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

/* 画像部分 */
.support-extension__img {
  flex-shrink: 0;
  width: 100px;
}
.support-extension__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト部分 */
.support-extension__text {
  flex: 1;
}
.support-extension__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
}
.support-extension__lead {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FF8492;
  margin: 0 0 8px;
}
.support-extension__note {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.support-box__caption {
    font-size: 2rem;
    font-weight: 600;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .support-extension {
    flex-direction: column;
  }
  .support-extension__img {
    width: 120px;
    margin-bottom: 12px;
  }
  .support-box__title {
  font-size: 18px;
}
.support-box__subtitle {
  font-size: clamp(22px, 2vw, 20px);
}

.support-box__tags {
    max-width: 80%;
}

}

/* --- 有料（青）にしたいとき --- */
.support-box.is-paid {
  background-color: #E6F0FC;
}
.support-box.is-paid .support-box__bar {
  background-color: #5B90CF;
}
.support-box.is-paid .support-box__num {
  color: #5B90CF;
}
.support-box.is-paid .support-box__subtitle {
  color: #5B90CF;
}

.support-box.is-paid .large {
    color: #5B90CF;
    font-size: 2.8rem;
}