@charset "UTF-8";
.dataBox {
  padding: 30px;
  background: #f8f8f8; }
  .dataBox .logoBox {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px; }
    .dataBox .logoBox .phone {
      float: right;
      font-size: 2.5rem; }
  .dataBox .addressBox {
    background: #fff;
    padding: 20px;
    color: #07679b;
    width: auto;
    overflow: hidden; }
    .dataBox .addressBox ul.left {
      float: left; }
      .dataBox .addressBox ul.left li {
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px; }
        .dataBox .addressBox ul.left li span {
          float: left;
          font-size: 1.4rem;
          font-weight: 500; }
        .dataBox .addressBox ul.left li p {
          margin-left: 80px;
          line-height: 1.5; }
    .dataBox .addressBox div.right {
      float: right;
      width: 430px;
      vertical-align: top; }
      .dataBox .addressBox div.right .businessHours {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 300;
        width: 430px;
        margin: 0 auto; }
        .dataBox .addressBox div.right .businessHours table {
          width: 100%;
          color: #07679b;
          border-bottom: #e5e5e5 solid 1px;
          line-height: 1; }
          .dataBox .addressBox div.right .businessHours table th {
            font-weight: 300;
            padding: 10px 0;
            border-top: #e5e5e5 solid 1px;
            background: #f8f8f8; }
          .dataBox .addressBox div.right .businessHours table td {
            background: #fff;
            padding: 10px 0;
            border-top: #e5e5e5 solid 1px;
            text-align: center;
            vertical-align: middle; }
      .dataBox .addressBox div.right small {
        color: #07679b;
        font-size: 1.3rem;
        padding-top: 10px;
        display: block;
        text-align: right; }

.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; }
