@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#review {
    width: 1000px;
    margin: 0 auto;
}

#review .botton {
    width: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin: 30px auto 30px;
    background-color: #000;
}

#review .botton a {
    font-size: 24px;
    color: #ffffff!important;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#review ul{
list-style: none;
}

#review .caution {
    font-size: 20px;
}

#review .caution2 {
    font-size: 15px;
    margin-top: 25px;
    color: #666666;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#review {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

#review .botton {
    width: 95%;
    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: 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;
}


}
