@charset "utf-8";

#review {
    width: 1000px;
    margin: 0 auto
}

#review .contentsWrap {
    font-family: "Noto Sans JP", sans-serif
}

#review .botton {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin: 30px auto 30px;
    background-color: #ff7c39
}

#review .review1 {
    width: 60%;
    position: relative;
    display: flex;
    padding: 3% 0px 3% 0px;
    letter-spacing: 0;
    margin: 4% auto 4%;
    font-size: 14px;
    text-align: center;
    background-color: #000
}

#review .botton a {
    font-size: 23px;
    color: #ffffff !important;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none
}

#review .review1 a {
    font-size: 20px;
    color: #ffffff !important;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none
}

#review ul {
    list-style: none
}

#review .caution {
    font-size: 20px;
    text-align: center
}

#review .caution2 {
    font-size: 15px;
    margin-top: 25px;
    color: #666666
}

#review .note-list {
    list-style: none;
    padding-left: 1em
}

#review .note-list li {
    text-indent: -1em
}

#review .note-list li::before {
    content: "※"
}

@media screen and (max-width:520px) {
    #review {
        max-width: 750px;
        width: 100%;
        margin: 0 auto
    }

    #review .botton {
        width: 100%;
        position: relative;
        display: flex;
        padding: 3% 0px 3% 0px;
        letter-spacing: 0;
        margin: 4% auto 4%;
        font-size: 14px;
        text-align: center;
        background-color: #ff7c39
    }

    #review .botton a {
        font-size: 14px;
        color: #ffffff !important;
        text-decoration: none;
        width: 100%
    }

    #review ul {
        list-style: none
    }

    #review .caution2 {
        margin-top: 2%;
        font-size: 14px;
        padding: 0 2%
    }

    #review .caution {
        font-size: 17px;
        padding: 0 2%;
        color: #000000
    }

    #review .review1 {
        width: 90%;
        position: relative;
        display: flex;
        padding: 3% 0px 3% 0px;
        letter-spacing: 0;
        margin: 8% auto 8%;
        font-size: 14px;
        text-align: center;
        background-color: #000
    }

    #review .review1 a {
        font-size: 15px
    }
}