@charset "UTF-8";
/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/
.name {
  display: block;
  color: #07679b;
  text-align: right; }

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

.history time {
  color: #299ad8; }

.zoomBox li {
  float: left;
  padding: 0 20px 20px 0; }

.zoomBox li:nth-child(3n) {
  padding-right: 0; }

.menuBox {
  margin-left: 325px; }
  .menuBox strong {
    font-size: 2.5rem;
    color: #07679b;
    font-weight: 200;
    margin-bottom: 10px;
    display: block; }
  .menuBox p {
    margin-bottom: 10px; }
  .menuBox a {
    float: right; }

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

.contactBox {
  padding: 30px;
  background: #f8f8f8;
  text-align: center;
  color: #07679b; }
  .contactBox .mail {
    font-size: 2rem !important;
    padding-top: 10px; }
    .contactBox .mail span {
      padding-right: 5px;
      color: #07679b; }
    .contactBox .mail a {
      color: #07679b; }
  .contactBox .phoneBox, .contactBox .phoneMailBox {
    background: #fff;
    padding: 20px 0;
    line-height: 1;
    margin-top: 30px; }
  .contactBox .formInner {
    padding: 30px;
    background: #fff;
    margin-top: 30px; }
    .contactBox .formInner table {
      width: 100%; }
      .contactBox .formInner table td {
        text-align: left;
        padding: 10px 0;
        position: relative; }
        .contactBox .formInner table td label {
          display: block;
          font-size: 1.8rem;
          font-weight: 300;
          padding-bottom: 10px;
          padding-left: 56px;
          line-height: 1; }
        .contactBox .formInner table td input[type="text"] {
          width: 100%;
          padding: 8px;
          box-sizing: border-box;
          font-size: 1.5rem; }
        .contactBox .formInner table td textarea {
          width: 100%;
          height: 150px;
          padding: 8px;
          box-sizing: border-box;
          font-size: 1.5rem;
          border: #ccc solid 1px; }
      .contactBox .formInner table td.must:before {
        content: "必須";
        display: inline-block;
        padding: 3px 6px;
        background: #07679b;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        line-height: 1;
        color: #fff;
        font-size: 12px;
        letter-spacing: 4px;
        position: absolute; }
      .contactBox .formInner table td.opt:before {
        content: "任意";
        display: inline-block;
        padding: 3px 6px;
        background: #989ea1;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        line-height: 1;
        color: #fff;
        font-size: 12px;
        letter-spacing: 4px;
        position: absolute; }
      .contactBox .formInner table .narrow td:nth-child(1) {
        padding-right: 15px; }
      .contactBox .formInner table .narrow td:nth-child(2) {
        padding-left: 15px; }
  .contactBox .submit {
    text-align: center;
    padding-top: 30px; }
    .contactBox .submit input[type="submit"] {
      width: 190px;
      height: 40px;
      background: #07679b;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 0;
      text-align: center;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 500;
      position: relative;
      cursor: pointer;
      transition: all 0.5s ease;
      backface-visibility: hidden; }
    .contactBox .submit input[type="submit"]:hover {
      background: #2eacf0; }

/*# sourceMappingURL=tablet_style.map */