@charset "UTF-8";
.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: 10px; }
    .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 input[type="email"] {
          width: 100%;
          padding: 4px;
          box-sizing: border-box;
          font-size: 1.2rem; }
		  
		  .contactBox .formInner table td select {
          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;
      -webkit-appearance: none; }

/*# sourceMappingURL=phone_style.map */

/*# form */
.contactBox .formInner table td textarea {
width: 100% !important;
height: 100px !important;
padding: 4px !important;
box-sizing: border-box;
font-size: 1.2rem;
 }