@charset "UTF-8";
.grayBox {
  padding: 30px;
  width: auto;
  overflow: hidden;
  background: #f8f8f8; }
  .grayBox strong {
    font-size: 1.8rem;
    font-weight: 400;
    color: #07679b;
    padding-bottom: 10px; }
  .grayBox .centerArrow {
    text-align: center;
    display: block;
    padding: 10px 0; }
    .grayBox .centerArrow span {
      font-size: 50px;
      color: #8faec7; }

.discList {
  padding-top: 20px; }
  .discList li {
    padding-bottom: 10px;
    margin-left: 1em; }
  .discList li:before {
    content: "●";
    font-size: .8em;
    padding-right: 5px;
    position: relative;
    top: -1px; }

.menu_tbl {
  width: 100%;
  text-align: left; }
  .menu_tbl tr {
    border-bottom: 1px solid #ccc; }
    .menu_tbl tr:first-child {
      border-top: 1px solid #ccc; }
    .menu_tbl tr:last-child {
      border-bottom: none; }
    .menu_tbl tr th {
      padding: 8px;
      color: #666;
      background: #f3f8fc; }
    .menu_tbl tr td {
      padding: 8px;
      border-left: 1px solid #ccc;
      text-align: right;
      vertical-align: middle; }
      .menu_tbl tr td.colspan {
        border-left: none;
        text-align: left;
        font-weight: normal; }
  .menu_tbl.menu_tbl01 th {
    width: 100px; }
  .menu_tbl.menu_tbl02 th {
    width: 250px; }
