@charset "UTF-8";

/* thankyou.thankyou-monitor↓ */
#page_thankyou .border-bottom,
#page_thankyou-monitor .border-bottom,
#page_thankyou-contact .border-bottom {
    border-color: #333;
    margin-bottom: 23px;
}

.border_dashed {
    border-bottom: dashed 1px #333;
    margin-bottom: 23px;
}

#thanks1 dl {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

#thanks1 dt {
    width: 10%;
}

#thanks1 dd {
    width: 90%;
}

#thanks1 li {
    margin-bottom: 23px;
}

#thanks4 ul {
    margin: 0px 10px 23px;
}

/* vital-fucoxanthin_trust.component-content↓ */
#component-content img {
    border: 1px solid #0000ff;
    margin-bottom: 23px;
    width: auto;
}

/* Warranty↓ */
#page_Warranty #comitment li:not(.disc li) {
    padding-left: 10px;
    margin-bottom: 16px;
}

@media screen and (max-width:900px) {

    /* thankyou.thankyou-monitor↓ */
    #thanks1 img {
        width: 100%;
    }

    #thanks1 dt {
        width: 100%;
    }

    #thanks1 dd {
        width: 100%;
        margin-bottom: 8px;
    }

    /*vital-fucoxanthin_trust.component-content,
     Warranty↓ */
    #component-content img,
    #page_Warranty #comitment img {
        width: 100%;
    }

}