.reviewRow {
    padding: 20px 10px 0px 10px;
}

.reviewContents {
    padding: 10px 0px 0px 0px;
}

.reviewContents .d-hidden {
    display: none;
}

.reviewerInfo {
    text-align: left;
}
.reviewComment {
    font-size: 16px;
    text-align: left;
}

.reviewBoxTitle {
    font-size: 30px;
    color: #1f3f92;
    font-family: monospace;
}

.textOverFlowProcessButton {
    color: #36c;
    cursor: pointer;
    background-color: transparent;
}

.reviewFooterArea {
    text-align: center;
}
button#reviewSeeMore {
    width: 30%;
    background: #C6D9F1;
    color: #4F81BD;
    height: 4%;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

/** important したくないけど、ゴミの自動生成CSSの影響で 指定する。
もし他の箇所で影響するのであれば、 imgタグへClassを別で指定するか
親の spanタグのClassを追加で指定する。
**/
.scoreImage img {
    vertical-align:text-top !important;
    width: fit-content !important;
    height: fit-content !important;
}

.reviewBox:last-of-type{
    display: none !important;
}
.reviewBox {
    margin-bottom: 50px;
}
#reviewTabID {
    display: none
}