.body_header{
    background-color: #E6E6E6;
}
.breadcrumb-mzn{
    background-color: #E6E6E6 !important;
}
.section-main-visual{
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}
.tb01{
    margin-bottom: 50px;
}
.tb01:last-of-type{
    margin-bottom: 10px;
}
.title_text{
  text-align: center;
  font-size: 25px;
  padding-bottom: 15px;
  color: #000;
}
table{
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    }
    .tb01 th,
    .tb01 td{
    padding: 10px 15px;
    border: solid 1px #ccc;
    text-align:left;
    box-sizing:border-box;
    }
    .tb01 th {
    background: #ADD8E6;
    color: #000;
    width: 30%;
    }
    @media screen and (max-width: 640px) {
    .title_text{
      font-size: 20px;
    }
    .tb01 {
        width: 100%;
    }
    .tb01 th{
        text-align: center;
    }
    .tb01 th,
    .tb01 td {
        display: block;
        width: 100%;
        border-bottom:none;
    }
    .tb01 tr:last-child{
        border-bottom: solid 1px #ccc;
    }
}
