@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;
  font-weight: 300;
  text-align: right; }

.history time {
  color: #299ad8; }

.zoomBox li {
  float: left;
  width: 32%;
  height: auto;
  padding-right: 2%;
  padding-bottom: 2%; }

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

.menuBox p {
  padding-bottom: 10px; }

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

.dataBox {
  padding: 10px;
  background: #f8f8f8; }
  .dataBox .logoBox {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px; }
  .dataBox .addressBox {
    background: #fff;
    padding: 10px;
    color: #07679b;
    width: auto;
    overflow: hidden; }
    .dataBox .addressBox ul.left li {
      width: 100%;
      overflow: hidden;
      padding-bottom: 10px; }
      .dataBox .addressBox ul.left li span {
        font-weight: 500;
        display: block; }
      .dataBox .addressBox ul.left li p {
        line-height: 1.5; }
    .dataBox .addressBox div.right {
      width: 100%;
      vertical-align: top; }
      .dataBox .addressBox div.right .businessHours {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 300;
        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: 5px;
            border-top: #e5e5e5 solid 1px;
            background: #f8f8f8; }
          .dataBox .addressBox div.right .businessHours table td {
            background: #fff;
            padding: 5px;
            border-top: #e5e5e5 solid 1px;
            text-align: center;
            vertical-align: middle; }
      .dataBox .addressBox div.right small {
        color: #07679b;
        font-size: 1.1rem;
        display: block; }

.contactBox {
  padding: 10px;
  background: #f8f8f8;
  text-align: center;
  color: #07679b; }
  .contactBox .phone {
    font-size: 15px; }
  .contactBox .mail {
    padding-top: 10px;
    font-size: 1.4rem !important; }
    .contactBox .mail span {
      padding-right: 5px;
      color: #07679b; }
    .contactBox .mail a {
      color: #07679b; }
  .contactBox .phoneBox, .contactBox .phoneMailBox {
    background: #fff;
    padding: 10px 0;
    line-height: 1;
    margin-top: 10px; }
  .contactBox .formInner {
    padding: 10px;
    background: #fff;
    margin-top: 30px; }
    .contactBox .formInner table {
      width: 100%; }
      .contactBox .formInner table td {
        display: block;
        text-align: left;
        padding: 0 0 10px;
        position: relative; }
        .contactBox .formInner table td label {
          display: block;
          font-size: 1.2rem;
          font-weight: 500;
          padding-left: 46px; }
        .contactBox .formInner table td input[type="text"] {
          width: 100%;
          padding: 4px;
          box-sizing: border-box;
          font-size: 1.2rem; }
        .contactBox .formInner table td textarea {
          width: 100%;
          height: 100px;
          padding: 4px;
          box-sizing: border-box;
          font-size: 1.2rem;
          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: 10px;
        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: 10px;
        letter-spacing: 4px;
        position: absolute; }
  .contactBox .submit {
    text-align: center;
    padding-top: 10px; }
    .contactBox .submit input[type="submit"] {
      width: 100%;
      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=phone_style.map */