@charset "UTF-8";

#contents {
    padding-bottom: 8rem;
    background-color: #F2F4EF;

    & div {
        font-style: normal;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 3.6rem;
        letter-spacing: 0.1em;
        color: #000000;

        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
            line-height: 2.8rem;
        }
    }
}



#info {
    margin-bottom: 3.6rem;
    text-align: right;

    @media screen and (max-width: 767px) {
        margin-bottom: 2.8rem;
    }
}

#first {
    margin-bottom: 5rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 2.8rem;
    }
}

#main-contents {
    .title {
        margin-bottom: 3.2rem;

        @media screen and (max-width: 767px) {
            margin-bottom: 2rem;
        }
    }

    .text {
        padding-bottom: 1.8rem;

        @media screen and (max-width: 767px){
            padding-bottom:0.8rem;
        }

        & p,
        & a {
            font-style: normal;
            font-weight: 400;
            font-size: 1.8rem;
            line-height: 3.6rem;
            letter-spacing: 0.1em;
            color: #000000;

            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                line-height: 2.8rem;
            }
        }

        & p {
            margin-bottom: 3.6rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 2.8rem;
            }
        }

        & a {
            text-decoration: underline;
        }

        @media (hover: hover) and (pointer: fine) {
            & a:hover {
                text-decoration: none;
            }
        }
    }
}