.yodogawa a{
    display: inline-block;
}
.yodogawa p{
    border: 1px solid;
    padding: 1em;
    margin-top: 2em;
    font-size: 1.5rem;
}
header{
    background-color: #eeefea;
}
.note{
    color: #e71c24;
    font-size: 1.2rem;
    padding-top: .5em;
}
.note2{
    font-size: 1.2rem;
    padding-top: 20px;
}
.comment{
    max-width: 600px;
    margin: 50px auto 0;
    border-top: 3px dotted;
    padding-top: 80px;
}
.comment.yokoku{
    margin: -80px auto 280px;
    border-top: none;
    border-bottom: 3px dotted;
    padding-top: 0;
    padding-bottom: 50px;
}
.comment .text{
    max-width: 450px;
    margin: 0 auto 50px;
    text-align: left;
}
.comment .speech{
    max-width: 450px;
    margin: 0 auto;
}
.comment .left,
.comment .right{
    border: 1px solid;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 40px;
    margin-bottom: 80px;
    position: relative;
}
.comment .left{
    margin-left: -100px;
}
.comment .left:after{
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../img/icon_left.png) no-repeat;
    background-size: contain;
    bottom: -21px;
    left: 22px;
    width: 22px;
    height: 21px;
}
.comment .right:after{
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../img/icon_right.png) no-repeat;
    background-size: contain;
    bottom: -21px;
    right: 22px;
    width: 23px;
    height: 21px;
}
.comment .img{
    margin-bottom: 60px;
}
.banner.top_l{
    margin-top: 100px;
}
@media screen and (max-width: 640px){
    .container {
        width: 100%;
    }
    .yodogawa p{
        font-size: 1.3rem;
    }
    .nav-open .gnav ul{
        background-color: #eeefea;
    }
    .comment{
        padding-top: 40px;
        margin-top: 30px;
    }
    .comment.yokoku{
        margin-bottom: 140px;
        padding-bottom: 20px;
    }
    .comment .text{
        padding: 0 15px;
        margin: 0 auto 30px;
    }
    .comment .speech{
        padding: 0 30px;
    }
    .comment .left, .comment .right{
        padding: 10px;
        margin-bottom: 50px;
        text-align: left;
    }
    .comment .left{
        margin-left: -10px;
    }
    .comment .right{
        margin-right: -10px;
    }
    .comment .img{
        margin-bottom: 30px;
    }
    .banner {
        padding: 0 15px;
    }
    .banner.top_l {
        margin-top: 50px;
    }
}