.commonContentBox h2 {
  margin-bottom: 30px;
  font-size: 25px !important;
}
.commonContentBox .tabArea ul li {
  width: 33.33333%;
}
.commonContentBox table.base1 th, .commonContentBox table.base1 td {
  vertical-align: top;
}
.commonContentBox table.base1 th {
  width: 25%;
  text-align: left;
}
.commonContentBox table.base1 th label {
  display: initial;
  padding: 0;
  text-align: left;
  font-weight: normal !important;
}
.commonContentBox table.base1 th .label-required {
  float: right;
  font-size: 85%;
  font-weight: normal !important;
}
.commonContentBox table.base1 th small {
  display: block;
  margin-top: 15px;
}
.commonContentBox table.base1 th small a {
  text-decoration: underline;
  margin-right: 0;
}
.commonContentBox table.base1 th small a:hover {
  text-decoration: none;
}
.commonContentBox table.base1 td .caution {
  color: #f33;
  font-size: 14px;
}
.commonContentBox #ContactZip {
  margin-bottom: .5em;
  width: 200px;
}
.commonContentBox #ContactPrefectureId {
  margin-bottom: .5em;
  width: 200px;
}
.commonContentBox #ContactTel {
  width: 200px;
}

@media (max-width: 768px) {
  .commonContentBox .page-header-wrapper .page-header h1 {
    padding: 0 10px 7px;
    /*font-size: 20px !important;*/
  }
  .commonContentBox .tabArea ul li {
    width: 45%;
  }
  .commonContentBox .tabArea ul li a {
    padding: 10px 5px;
  }
  .commonContentBox .content {
    padding-top: 20px;
  }
  .commonContentBox .content .intro p {
    font-size: 14px;
  }
  .commonContentBox .content .base1 th, .commonContentBox .content .base1 td {
    display: block;
    width: 100%;
  }
  .commonContentBox .content .base1 th {
    display: inline-block;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    color: #333333;
    border-bottom: none;
  }
  .commonContentBox .content .base1 th br {
    display: none;
  }
  .commonContentBox .content .base1 th label {
    margin-bottom: 0;
  }
  .commonContentBox .content .base1 th label span {
    margin-left: 10px;
  }
  .commonContentBox .content .base1 td {
    padding: 10px 0;
    background-color: transparent;
    border: none;
  }
  .commonContentBox .content .base1 td input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .commonContentBox .content .base1 td select {
    margin-bottom: 10px;
    width: 100% !important;
  }
}

/*# sourceMappingURL=layout.css.map */
