/*fv関係*/
.fvwarp {
    height: 10px;
}

/*コンテンツ関係*/
.detail .title{
    font-size: 24px;
    font-weight: bold;
    margin: 1em 0;
}
.detail .textbox{
    width: 100%;
}

@media screen and (max-width: 727px) {
    .detail .title,
    .detail .textbox {
        margin: 1em auto;
        width: 90%;
    }
}