@charset "UTF-8";

#page_fucoxanthin .border-bottom {
    border-color: #8a80ff;
    margin-bottom: 23px;
}

#page_fucoxanthin .text-deco a {
    color: #139f15;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    text-decoration: none;
}

#page_fucoxanthin .red-box {
    margin-bottom: 23px;
    width: fit-content;
}

#page_fucoxanthin .text-decob {
    color: #340101;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    text-decoration: none;
    padding: 10px 10px 0px;
}

#page_fucoxanthin .text-deco2 {
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    text-shadow:
        1px 1px 1px rgba(172, 47, 21, 0.30),
        -1px 1px 1px rgba(172, 47, 21, 0.30),
        1px -1px 1px rgba(172, 47, 21, 0.30),
        -1px -1px 1px rgba(172, 47, 21, 0.30),
        1px 0px 1px rgba(172, 47, 21, 0.30),
        0px 1px 1px rgba(172, 47, 21, 0.30),
        -1px 0px 1px rgba(172, 47, 21, 0.30),
        0px -1px 1px rgba(172, 47, 21, 0.30);
}


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

    section img:not(.for_sp img) {
        width: 100%;
    }
}