@charset "UTF-8";

/*===================================
　SPここから
===================================*/
@media (max-width: 798px ){

.content .comment_list {
    margin-top: 83px;
}

.content .comment_list .leftItem, .content .comment_list .rightItem {
    text-align: center;
    width: 80%;
    display: inline-block;
    border-bottom: solid 1px #000;
    margin-bottom: 31px;
    padding-bottom: 20px;
}

.content .comment_list .leftItem p.main, .content .comment_list .rightItem p.main {
    font-size: 23px;
}

.content .comment_list .leftItem p.sub, .content .comment_list .rightItem p.sub {
    font-size: 14px;
    margin-top: 8px;
}

.content .comment_list .linkArrowCenter {
    display: inline-block;
    height: 25px;
    width: 60px;
    text-align: left;
    background: url(../img/okawa_arrow_bl.png) no-repeat;
    border-bottom: none;
    color: black;
    margin-top: 17px;
    background-size: 85px;
    background-position: right;
    cursor: pointer;
    cursor: hand;
}

}