/*--------------------------------------------------------------------------
    追加CSS(田中2016.11.29)
--------------------------------------------------------------------------*/
.post-content table {
  width: 100%!important;
}

.post-content table th, .post-content table td {
  word-break: break-all;
}

/*--------------------------------------------------------------------------
    追加CSS(互野2020.08.25) トップの料金をセンターに
--------------------------------------------------------------------------*/
body.home #front-service .front-service-inner .c_box {
    width: 40%;
    padding-top: 96px;
    margin-left: 35%;
    margin-bottom: 20px;
    float: left;
}