header.pc-only .info-ctn .nav-bar li .sub-menu {
    box-shadow: 0px 4px 7px 0px #979797;
    width: 225px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    position: absolute;
    top: 100%;
    left: 50%;
    background: #edf3f0;
    padding: 10px;
    list-style: none;
    z-index: 1000;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s ease-out;
}

header.pc-only .info-ctn .nav-bar li.menu-item-has-children {
    position: relative;
}

header.pc-only .info-ctn .nav-bar li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

header.pc-only .info-ctn .nav-bar li.menu-item-has-children .sub-menu li {
    margin: 0;
}

header.pc-only .info-ctn .nav-bar li.menu-item-has-children .sub-menu li a {
    font-size: 1rem;
    border-bottom: none;
    padding: 10px;
    font-weight: 500;
}

header.sp-only .navigation__list li .sub-menu {
    display: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

header.sp-only .navigation__list li.active .sub-menu {}

.items .items-block .recommended-kit-block .recommended-item .items-img img:first-child {
    width: unset;
}



.inner-ctn {
    width: 100%;
}


.bg-green {
    padding: 25px 0 25px;
    margin-top: 52px;
}

.usage-step > li {
    display: block;
}

.usage-step > li > .step-box {
    display: flex;
    margin-bottom: 10px;
}

.usage-step > li > .usage-contents {
    display: flex;
    /* padding-left: 3.5rem; */
}

.usage-step .step {
    background: #3CB378;
    height: 3.5rem;
    width: 3.5rem;
    font-size: 0.7em;
    line-height: 1;
}

.usage-step .tit {
    margin: 1rem;
}

.usage-step .img-box {
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: center;
}

.usage-step .img-box img {
    border-radius: 5px;
}

.contact-info .btn-base a {
    line-height: normal !important;
    height: 70px;
}

.contact-info .btn-base:hover a {
    color: #fff;
}

.btn-base svg.btn-style01-arrow {
    fill: #333;
    transition: fill 0.4s ease-out;
}

.btn-base:hover svg.btn-style01-arrow {
    fill: #fff;
    transition: fill 0.4s ease-out;
}

.items .items-block {
    padding: 0 0% 0%;
    margin: 0px auto;
}


.items .items-block h2.sub-ttl {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    background-color: #3CB378;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
}

.items .items-block .items-ctn {
    margin: 0 0 40px;
}

.items .items-block .items-ctn .items-box {
    width: 100%;
}

.items .items-block .items-ctn .items-box h3 {
    color: #3CB378;
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.4;
    padding: 2%;
    background: 0 10px / 12% url(../common/images/items-memo.png) no-repeat;
    background-size: 35px;
}

.items .items-block .items-ctn .items-box h3+p {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 20px;
    font-weight: 600;
}

.items .items-block .symptom-block {
    gap: 20px;
}

.items .items-block .symptom-block .symptom-ctn {
    width: 80%;
    margin: 10px auto;
}

.items .items-block .symptom-block .symptom-ctn:first-of-type h3 {
    color: #7889B6;
    border-bottom: 2px solid #7889B6;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type h3 {
    color: #E087AC;
    border-bottom: 2px solid #E087AC;
}

.items .items-block .symptom-block .symptom-ctn h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 25px 0 10px;
    position: relative;
    border-width: 1px;
}



.items .items-block .symptom-block .symptom-ctn h3:before,
.items .items-block .symptom-block .symptom-ctn h3:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.items .items-block .symptom-block .symptom-ctn h3:before {
    border-color: #7889B6 transparent transparent transparent;
    bottom: -12px;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type h3:before {
    border-color: #E087AC transparent transparent transparent;
}

.items .items-block .symptom-block .symptom-ctn h3:after {
    border-color: #fff transparent transparent transparent;
    bottom: -9px;
}

.items .items-block .symptom-block .symptom-ctn .symptom-list {
    margin: 20px auto;
}

.items .items-block .symptom-block .symptom-ctn .symptom-list li {
    font-size: 1rem;
    padding: 3px 0 3px 20px;
    line-height: 1.3;
}

.items .items-block .symptom-block .symptom-ctn .symptom-list li::before {
    width: 12px;
    height: 12px;
    left: 0;
    top: calc(50% - 6px);
}

.items .items-block .recommended-kit-block {
    column-gap: 3%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.items .items-block .recommended-kit-block .recommended-item {
    border-radius: 10px;
}

.items .items-block .recommended-kit-block .recommended-item .items-img div:last-of-type {
    width: 36%;
}

.items .items-block .recommended-kit-block .recommended-item .items-img {
    column-gap: 7%;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.tag {
    padding: 5px 15px;
    margin: 15px 0 5px;
    font-size: 0.65rem;
}


.items .items-block .recommended-kit-block .recommended-item .items-info p.name {
    font-size: 1rem;
    margin: 5px auto;
}

.name-sub {
    font-size: 0.7rem;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.price {
    font-size: 1.4rem;
    margin-bottom: 25px;
}

.items .items-block .recommended-kit-block .recommended-item .items-info+p {
    font-size: 1rem;
}

.items .items-block .recommended-kit-block .recommended-item .items-info+p span {
    white-space: nowrap;
}

div.recommended-kit-block.flx-cnt > p {
	display: none;
}


.items .items-block .usage-block{
    margin: 1em auto 2em;
}

@media (max-width: 1000px) {

    .items .items-block .recommended-kit-block .recommended-item .items-info+p {
        font-size: 0.8rem;
    }

    .usage-step .step {
        margin: initial;
    }

    .usage-step .img-box {
        margin: 0 2.5%;
    }

    .items .items-block h4 span {
        font-size: 1.5rem;
    }

    .items .items-block h5.sub-ttl {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
	header.sp-only .navigation {
        display: block;
    }

    .inner-ctn {
        width: 100%;
    }

    div.h1-section h1 {
        font-size: 18px;
    }

    .name-sub {
        font-size: 0.5rem;
    }

    .items .items-block .recommended-kit-block .recommended-item .items-info + p {
        font-size: 3vw;
    }

    .items .items-block h2.sub-ttl {
        font-size: 1.3rem;
    }

    .items .items-block .items-ctn .items-box h3 {
        font-size: 1.2rem;
        background: 0 10px / 12% url(../common/images/items-memo.png) no-repeat;
        background-size: 28px;
    }


    .items .items-block .symptom-block {
        gap: unset;
    }
    .items .items-block .symptom-block .symptom-ctn h3 {
        padding: 10px 0 10px;
    }

}
