@charset "utf-8";

#drawer-other.zdo_drawer_menu .zdo_drawer_button {
    background-color: #fff;
    margin-top: 0;
}
#drawer-other.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    width: 25px;
    height: 3px;
}
#drawer-other.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 23px;
}

.zdo_drawer_nav li:has(ul) > ul.submenu-list {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.zdo_drawer_nav li:has(ul) > ul.submenu-list li {
    background: rgba(213,213,213,.2);
    border-bottom: none!important;
}
.zdo_drawer_nav li:has(ul) > ul.submenu-list li:last-child {
    border-bottom: none;
}
.zdo_drawer_nav li:has(ul) > ul.submenu-list li:last-child a {
    border-bottom: none;
}
.zdo_drawer_nav li:has(ul) > ul.submenu-list li a {
    color: #666;
    font-size: 13px;
    padding-left: 8.66667vw;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 20px;
}
.zdo_drawer_nav li.active > ul.submenu-list {
    max-height: 500px;
    opacity: 1;
    border-top: 1px solid #d5d5d5;
}
.zdo_drawer_menu .zdo_drawer_nav {
    padding-top: 100px;
}
.zdo_drawer_menu .zdo_drawer_nav li a.other {
    color: #008760;
}
.zdo_drawer_menu .zdo_drawer_nav li.has-accord a.trigger {
    position: relative;
}
.zdo_drawer_menu .zdo_drawer_nav li.has-accord a.trigger::after {
    content: '＋';
    position: absolute;
    top: 50%;
    right: 0;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    color: #000;
    font-size: 18px;
    z-index: 2;
    cursor: pointer;
}
.zdo_drawer_menu .zdo_drawer_nav li.has-accord.active a::after {
    content: '－';
}
.zdo_drawer_menu .zdo_drawer_nav li.has-accord.active ul li a::after {
    content: none;
}
.zdo_drawer_nav li.language > ul {
    display: block;
}
.zdo_drawer_nav li.language > ul li {
    border-bottom: 1px solid #e5e5e5;
}
.zdo_drawer_nav li.language > ul li:last-child {
    border-bottom: none;
}
.zdo_drawer_nav li.language > ul li a {
    padding-left: 8.66667vw;
    font-size: 13px;
    color: #666;
}
.zdo_drawer_nav li.language:has(ul) > ul {
    display: flex;
    padding: 0 6.66667vw;
}
.zdo_drawer_nav li.language:has(ul) > ul li {
    background-color: transparent;
    padding: 11px 0;
}
.zdo_drawer_nav li.language:has(ul) > ul li a {
    padding: 0 25px 0 0;
    border-bottom: none;
    border-right: 1px solid #d5d5d5;
    margin: 0 20px 0 0;
}
.zdo_drawer_nav li.language:has(ul) > ul li:nth-child(2) a {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.howto-bnr {
    margin-top: 22px;
}
.howto-bnr .howto-bnrLink {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.howto-bnr .howto-bnrImage {
    width: 100%;
    vertical-align: bottom;
}

#header .header_top {
    padding: 10px 2.66667vw;
    border-bottom: none!important;
}
#header .header_logo {
    height: 38px;
    padding: 10px 15px;
}
#header .header_logo img {
    height: 19px;
}

main#howto #product_top {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
}

main#howto .howto-top .problems {
    width: calc(100% - 50px);
    margin: 30px auto 0;
}
main#howto .howto-top .problems .title {
    width: 140px;
    color: #096;
    font-size: 28px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px solid #096;
}
main#howto .howto-top .problems .list {
    margin-top: 15px;
}
main#howto .howto-top .problems .item {
    color: #000;
    font-size: 24px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px dotted #096;
}
main#howto .howto-top .problems .item span {
    color: #096;
}
main#howto .howto-top .problems .item p {
    line-height: 1.3;
    text-indent: -1.3em;
    margin-left: 1.3em;
}
main#howto .howto-top .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
main#howto .howto-top .profile-image {
    width: 200px;
    position: relative;
}
main#howto .howto-top .profile-image img {
    border-radius: 20px;
}
main#howto .howto-top .profile-circle {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe9bb;
    border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: -20px;
}
main#howto .howto-top .profile-circle p {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
main#howto .howto-top .profile-cap {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
}
main#howto .howto-top .profile-cap .name span {
    font-size: 19px;
}

main#howto .howto-content {
    padding-bottom: 45px;
    border-bottom: 2px solid #096;
    margin-top: 36px;
}
main#howto .howto-content .block {
    margin-top: 40px;
}
main#howto .howto-content .block h2 {
    color: #fff;
    background-color: #096;
    font-size: 24px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.3;
    text-indent: -1em;
    padding: 10px 18px 11px 1.7em;
}
main#howto .howto-content .block .question {
    margin-top: 14px;
    margin-bottom: 88px;
}
main#howto .howto-content .block.--04 .question {
    margin-bottom: 96px;
}
main#howto .howto-content .block .question .ques {
    margin: 0 4vw 0 6vw;
}
main#howto .howto-content .block .question .ques .text-wrap {
    width: 64vw;
    max-width: 320px;
    background-color: #fff3dd;
    border: 2px solid #096;
    border-radius: 20px;
    padding: 6.1334vw 0 6.1334vw 8%;
    box-shadow: 6px 8px 0px rgba(0,153,102,1.0);
    margin: 0 auto 13px 96px;
    position: relative;
}
main#howto .howto-content .block .question .ques .text-wrap::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/images/howto/pic_question_female_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 82px;
    height: 163px;
    bottom: -18px;
    left: -97px;
}
main#howto .howto-content .block.--02 .question .ques .text-wrap::before,
main#howto .howto-content .block.--03 .question .ques .text-wrap::before,
main#howto .howto-content .block.--04 .question .ques .text-wrap::before,
main#howto .howto-content .block.--05 .question .ques .text-wrap::before {
    bottom: 10px;
}
main#howto .howto-content .block .question .ques .text-wrap::after {
    content: '';
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 16px;
    height: 23px;
    background: url(../../assets/images/howto/pic_bubble_ques_sp.svg) no-repeat;
    transform: translateX(-100%);
}
main#howto .howto-content .block .question .ques .text-wrap p {
    color: #000;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 700;
    line-height: 1.9;
}
main#howto .howto-content .block .question .ans {
    margin: 30px 0 0;
    position: relative;
}
main#howto .howto-content .block .question .ans .text-wrap {
    width: 89.334vw;
    background-color: #fff;
    border: 2px solid #096;
    border-radius: 20px;
    padding: 6.4vw 3.733% 5.8666vw 4.8%;
    box-shadow: 10px 10px 0px rgba(0,153,102,1.0);
    margin: 0 auto;
    position: relative;
}
main#howto .howto-content .block .question .ans .text-wrap::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/images/howto/pic_question_male_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 106px;
    height: 114px;
    right: 26px;
    bottom: -90px;
}
main#howto .howto-content .block.--04 .question .ans .text-wrap::before {
    bottom: -98px;
}
main#howto .howto-content .block .question .ans .text-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 37px;
    height: 24px;
    background: url(../../assets/images/howto/pic_bubble_ans_sp.svg) no-repeat;
    transform: translate(100%, 100%);
}
main#howto .howto-content .block .question .ans .text-wrap p {
    color: #000;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 700;
    line-height: 1.9;
}
main#howto .howto-content .block .question .ans .text-wrap p span {
    color: #096;
}

main#howto .howto-content .block .method {
    background-color: #e5f5f0;
    padding-top: 30px;
    padding-bottom: 30px;
}
main#howto .howto-content .block .method .method-inner {
    width: calc(100% - 22px);
    margin: 0 auto;
}
main#howto .howto-content .block .method .method-inner .title {
    color: #096;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 0.8em;
    margin-bottom: 5px;
    margin-left: 10px;
    position: relative;
}
main#howto .howto-content .block .method .method-inner .title::before {
    content: '';
    position: absolute;
    background-color: #096;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 7px;
    left: 0;
}
main#howto .howto-content .block .method .method-inner .title.--other {
    padding-left: 1em;
    margin-top: 30px;
}
main#howto .howto-content .block .method .method-inner .title.--other::before {
    background-color: transparent;
    border: 1px solid #096;
    width: 18px;
    height: 18px;
    top: 6px;
}
main#howto .howto-content .block .method .method-inner .sub-title {
    color: #096;
    background-color: #fff;
    font-size: 20px;
    padding: 2px 0 3px 8px;
    margin-bottom: 10px;
}
main#howto .howto-content .block .method .method-inner .sub-title.--other {
    margin-top: 15px;
}
main#howto .howto-content .block .method .method-inner .text {
    font-size: 18px;
    color: #000;
    padding-left: 1.5em;
    margin-bottom: 5px;
    position: relative;
}
main#howto .howto-content .block .method .method-inner .text.--other {
    margin-top: 20px;
}
main#howto .howto-content .block .method .method-inner .text::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 12px solid #3bb189;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
main#howto .howto-content .block .method .method-inner .lead {
    color: #000;
    font-size: 15px;
    padding-left: 2em;
    margin-bottom: 5px;
}
main#howto .howto-content .block .method .method-inner .crutch-style-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main#howto .howto-content .block .method .method-inner .crutch-style {
    width: 100%;
}
main#howto .howto-content .block .method .method-inner .crutch-style-image {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 8px;
}
main#howto .howto-content .block .method .method-inner .caution .caution-title {
    color: #096;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    background-image: url(../../assets/images/howto/icon_caution.svg);
    background-repeat: no-repeat;
    background-size: 34px auto;
    padding: 10px 0 4px 44px;
    margin-bottom: 10px;
}
main#howto .howto-content .block .method .method-inner .caution .caution-text {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
}
main#howto .howto-content .block .method .method-inner .crutch-lead {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
main#howto .howto-content .block .method .method-inner .walk-title {
    color: #096;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}
main#howto .howto-content .block .method .method-inner .walk-title span {
    font-size: 20px;
    font-weight: 700;
}
main#howto .howto-content .block .method .method-inner .walk-style-list {
    width: calc(100% - 18px);
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 0 auto 10px;
}
main#howto .howto-content .block .method .method-inner .walk-style-list .walk-style-item {
    width: 100%;
}
main#howto .howto-content .block .method .method-inner .walk-style-list .walk-style-item .walk-style-image {
    width: 100%;
    vertical-align: bottom;
}
main#howto .howto-content .block .method .method-inner .walk-style-notice {
    color: #000;
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
}
main#howto .howto-content .block .method .method-inner .walk-style-notice .notice-text {
    font-weight: 500;
    line-height: 1.3;
    text-indent: -0.9em;
    margin-left: 0.9em;
}
main#howto .howto-content .block .method .method-inner .walk-style-notice .notice-text:not(:first-child) {
    margin-top: 10px;
}
main#howto .howto-content .block .method .method-inner .notice-caution {
    color: #e45f4b;
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.3;
    text-indent: -1em;
    margin-top: 5px;
    margin-left: 1em;
}
main#howto .howto-content .block .method .method-inner .walk-wrap {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .u-sp-none {
        display: none;
    }
}

@media (min-width: 769px) {
    .u-pc-none {
        display: none;
    }

    .container, #container {
        max-width: none;
    }

    #header .header_top {
        max-width: 1170px;
        padding: 0;
        margin: 20px auto 0;
    }
    #header .header_content {
        padding: 0;
        margin: 0;
    }
    #header .header_logo {
        height: 66px;
        padding: 12px 25px;
    }
    #header .header_logo img {
        width: 166px;
        height: auto;
    }
    #header .header_nav .header_left {
        font-size: 14px;
    }
    #header .header_nav .header_web a {
        font-size: 14px;
    }
    #header .header_nav {
        padding: 0;
        margin: 40px 0 20px;
        line-height: 28px;
    }
    #header .header_nav .header_contact a {
        padding: 2px 32px;
    }
    #header .header_nav .header_right .header_web {
        margin-bottom: 1px;
    }

    main {
        max-width: 1170px;
        margin: 0 auto;
    }

    main#howto .howto-inner {
        margin: 0 auto;
    }

    main#howto #product_top {
        padding-bottom: 0;
        border-bottom: none;
    }
    main#howto section.howto-top,
    main#howto section.howto-content {
        max-width: 1000px;
        margin: 0 auto;
    }

    main#howto .howto-top .howto-top-inner {
        max-width: 845px;
        display: flex;
        justify-content: center;
        column-gap: 65px;
        margin: 75px auto 95px;
    }
    main#howto .howto-top .problems {
        width: 100%;
        max-width: 515px;
        margin-top: 10px;
    }
    main#howto .howto-top .problems .title {
        font-size: 26px;
    }
    main#howto .howto-top .problems .list {
        margin-top: 12px;
    }
    main#howto .howto-top .problems .item {
        font-size: 28px;
        padding: 18px 0 12px 12px;
    }
    main#howto .howto-top .profile {
        width: 273px;
        margin: 0;
    }
    main#howto .howto-top .profile-image {
        width: auto;
    }
    main#howto .howto-top .profile-circle {
        width: 87px;
        height: 87px;
    }
    main#howto .howto-top .profile-circle p {
        font-size: 19px;
    }
    main#howto .howto-top .profile-cap {
        font-size: 18px;
        position: relative;
        left: -10px;
    }
    main#howto .howto-top .profile-cap .name span {
        font-size: 24px;
    }

    main#howto .howto-content {
        border-bottom: none;
        padding-bottom: 0;
    }
    main#howto .howto-content .block {
        margin-bottom: 130px;
    }
    main#howto .howto-content .block.--05 {
        margin-bottom: 0;
    }
    main#howto .howto-content .block h2 {
        font-size: 32px;
        padding: 12px 0 14px 70px;
        border-radius: 9px;
    }
    main#howto .howto-content .block .question {
        margin-bottom: 60px;
    }
    main#howto .howto-content .block.--04 .question {
        margin-bottom: 60px;
    }
    main#howto .howto-content .block .question .ques {
        margin: 35px auto 0;
    }
    main#howto .howto-content .block .question .ques .text-wrap {
        width: 465px;
        max-width: none;
        padding: 22px 48px;
        border-radius: 34px;
        margin: 0 auto 0 155px;
    }
    main#howto .howto-content .block.--02 .question .ques .text-wrap {
        width: 565px;
    }
    main#howto .howto-content .block .question .ques .text-wrap::before {
        width: 90px;
        height: 179px;
        bottom: -72px;
        left: -102px;
    }
    main#howto .howto-content .block.--02 .question .ques .text-wrap::before,
    main#howto .howto-content .block.--03 .question .ques .text-wrap::before,
    main#howto .howto-content .block.--04 .question .ques .text-wrap::before,
    main#howto .howto-content .block.--05 .question .ques .text-wrap::before {
        bottom: -80px;
    }
    main#howto .howto-content .block.--03 .question .ques .text-wrap,
    main#howto .howto-content .block.--04 .question .ques .text-wrap,
    main#howto .howto-content .block.--05 .question .ques .text-wrap {
        width: 625px;
    }
    main#howto .howto-content .block .question .ques .text-wrap::after {
        bottom: 0;
        left: 0;
        width: 34px;
        height: 21px;
        background: url(../../assets/images/howto/pic_bubble_ques_pc.svg) no-repeat;
        transform: translate(100%, 100%);
    }
    main#howto .howto-content .block .question .ans {
        margin-top: -10px;
        margin-right: 230px;
        margin-bottom: 0;
    }
    main#howto .howto-content .block .question .ans .text-wrap {
        width: 525px;
        max-width: none;
        padding: 27px 41px;
        border-radius: 34px;
        margin: 60px 0 0 auto;
    }
    main#howto .howto-content .block .question .ans .text-wrap::before {
        width: 125px;
        height: 153px;
        right: -162px;
        bottom: -12px;
    }
    main#howto .howto-content .block.--02 .question .ans .text-wrap::before,
    main#howto .howto-content .block.--03 .question .ans .text-wrap::before,
    main#howto .howto-content .block.--04 .question .ans .text-wrap::before,
    main#howto .howto-content .block.--05 .question .ans .text-wrap::before {
        bottom: -35px;
    }
    main#howto .howto-content .block .question .ans .text-wrap::after {
        width: 27px;
        height: 26px;
        right: 0;
        bottom: 85px;
        background: url(../../assets/images/howto/pic_bubble_ans_pc.svg) no-repeat;
    }

    main#howto .howto-content .block .method {
        padding: 28px 28px 35px;
    }
    main#howto .howto-content .block .method .method-inner {
        width: 100%;
    }
    main#howto .howto-content .block .method .method-inner .title {
        font-size: 26px;
        padding-left: 22px;
        margin-bottom: 10px;
        margin-left: 17px;
    }
    main#howto .howto-content .block .method .method-inner .title::before {
        width: 17px;
        height: 17px;
        top: 10px;
    }
    main#howto .howto-content .block .method .method-inner .title.--other {
        margin-top: 40px;
    }
    main#howto .howto-content .block .method .method-inner .sub-title {
        font-size: 22px;
        padding: 1px 0 1px 22px;
    }
    main#howto .howto-content .block .method .method-inner .sub-title.--other {
        margin-top: 30px;
    }
    main#howto .howto-content .block .method .method-inner .text {
        margin-right: 18px;
        margin-left: 18px;
    }
    main#howto .howto-content .block .method .method-inner .lead {
        margin-bottom: 25px;
        margin-left: 10px;
    }
    main#howto .howto-content .block .method .method-inner .crutch-style-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 30px 50px;
    }
    main#howto .howto-content .block .method .method-inner .crutch-style-wrap {
        flex-direction: row;
    }
    main#howto .howto-content .block .method .method-inner .crutch-style-wrap .crutch-style {
        width: 510px;
    }
    main#howto .howto-content .block .method .method-inner .crutch-style-image {
        max-width: 510px;
    }
    main#howto .howto-content .block .method .method-inner .crutch-style-wrap .caution {
        width: 370px;
        margin-left: 30px;
    }
    main#howto .howto-content .block .method .method-inner .crutch-content {
        padding: 0 25px;
    }

    main#howto .howto-content .block .method .method-inner .walk-style-wrap {
        display: flex;
        margin-bottom: 50px;
    }
    main#howto .howto-content .block .method .method-inner .walk-style-wrap.--other {
        margin-bottom: 30px;
    }
    main#howto .howto-content .block .method .method-inner .walk-style-list {
        width: 564px;
        max-width: none;
        flex-wrap: nowrap;
        align-items: flex-start;
        row-gap: unset;
        column-gap: 18px;
        margin: 0;
    }
    main#howto .howto-content .block .method .method-inner .walk-style-list .walk-style-item:nth-child(1) {
        width: 358px;
    }
    main#howto .howto-content .block .method .method-inner .walk-style-list .walk-style-item:nth-child(2) {
        width: 188px;
    }
    main#howto .howto-content .block .method .method-inner .walk-style-noticeWrap {
        margin-left: 18px;
        margin-right: 18px;
    }
    main#howto .howto-content .block .method .method-inner .walk-style-notice .notice-text {
        font-size: 18px;
    }

    main#howto .sns-list {
        border-top: none;
    }
    main#howto .sns-list ul li {
        width: 60px;
    }

    footer#footer {
        max-width: 1170px;
        margin: 0 auto;
    }

    .howto-bnr  {
        margin-top: 50px;
    }
    .howto-bnr .howto-bnrLink {
        max-width: 800px;
    }
}