@charset "UTF-8";
@media screen and (min-width: 769px) {
  .p_top .contact {
    padding-bottom: 68px;
  }
  .p_top .contact h2 {
    line-height: 0;
    text-align: center;
  }
  .p_top .contact h2 img {
    width: 599px;
  }
  .p_top .contact .form {
    max-width: 670px;
    width: 100%;
    margin: 45px auto 0;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact .form dl + dl {
    margin-top: 12px;
  }
  .p_top .contact .form dl dt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #06489B;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 41px 0 0;
    min-height: 52px;
  }
  .p_top .contact .form dl dt.required::after {
    position: absolute;
    content: "必須";
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #F7931E;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .contact .form dl dd {
    width: 472px;
    margin-left: 31px;
  }
  .p_top .contact .form dl dd input, .p_top .contact .form dl dd textarea {
    width: 100%;
    height: 52px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #F2F8FD;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 14px;
  }
  .p_top .contact .form dl dd textarea {
    height: 269px;
  }
  .p_top .contact .form dl dd button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 288px;
    height: 80px;
    background: #F76A1E;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    -moz-border-radius: 6px;
         border-radius: 6px;
    margin-top: 46px;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    cursor: pointer;
  }
  .p_top .contact .form dl dd .error {
    color: #ff0000;
  }
  .thanks .txt {
    text-align: center;
  }
  .thanks .btn {
    text-align: center;
    margin-top: 51px;
  }
  .thanks .btn a {
    max-width: 772px;
    line-height: 0;
  }
  .thanks .btn a img {
    width: 100%;
    height: auto;
  }
}
