/**
1. お客様の声
*/

/** 1. お客様の声 **/

/* セレクトボックス */
.pagelist {
    width: 280px;
    height: 50px;
    position: relative;
}

.arrow::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid red;
    content: "";
    position: absolute;
    right: 16px;
    top: 17px;
    width: 0;
}

select{
    font-size: 20px;
    float: right;
    border: 3px solid skyblue;
}

#imgchange {
    display: block;
    clear: both;
}

#imgchange>img {
    width: 33%;
}

/* タブレット・SP css */
@media screen and (max-width: 959px) {
    #imgchange>img {
        width: 50%;
    }
}