@media screen and (min-width: 769px) {
  .p_top .contact .form dl dt {
    width: 289px;
    font-size: 18px;
    line-height: 1.5;
  }
  .p_top .contact .form dl dt span {
    min-width: 50px;
    min-height: 25px;
    font-size: 17.65px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    margin-left: 0;
  }
  .p_top .contact .form dl dd input {
    height: 55px;
  }
  .p_top .contact .form dl + dl {
    margin-top: 15px;
  }
  .p_top .contact .form dl.aic {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
    padding-top: 10px;
    padding-left: 20px;
  }
  .p_top .contact .form .wrapRadio label {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 50px;
  }
  .p_top .contact .form .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .p_top .contact .form .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
  }
  .p_top .contact .form .wrapRadio label span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #343948;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 29px;
    margin-left: 1rem;
  }
  .p_top .contact .form .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #EFF2F6;
    border: 1px solid #D0D7E0;
    left: 0;
    top: 4px;
  }
  .p_top .contact .form.formCus {
    border: 6px solid #D4D6DE;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 30px 24px 40px;
  }
  .p_top .contact .form.formCus .step {
    display: none;
  }
  .p_top .contact .form.formCus .step + .step {
    margin-top: 40px;
  }
  .p_top .contact .form.formCus .step.--active {
    display: block;
  }
  .p_top .contact .form.formCus .step__main h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #04002D;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 31px 14px 20px;
    background: #F1F1F1;
    -moz-border-radius: 7px;
         border-radius: 7px;
    margin-bottom: 20px;
  }
  .p_top .contact .form.formCus .step__main h3::before {
    content: "Q";
    font-family: 'Futura-Medium';
    font-size: 24px;
    line-height: 32px;
    color: #13245C;
    font-weight: 500;
    margin-right: 14px;
  }
  .p_top .contact .form.formCus .step__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -7.5px -5.5px;
  }
  .p_top .contact .form.formCus .step__main ul li {
    width: 464px;
    margin: 7.5px 5.5px;
  }
  .p_top .contact .form.formCus .step__main ul li span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 5px 13px;
    -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;
    background: #1F96E1;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    -moz-box-shadow: 0 4px 0 #066bac;
         box-shadow: 0 4px 0 #066bac;
    cursor: pointer;
  }
  .p_top .contact .form.formCus .step__main ul li span.is_active {
    background: #85C6EF;
  }
}

@media screen and (max-width: 769px) {
  .p_top .contact .form .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
  }
  .p_top .contact .form .wrapRadio label {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 2.41546vw;
  }
  .p_top .contact .form .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .p_top .contact .form .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
  }
  .p_top .contact .form .wrapRadio label span {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 600;
    color: #343948;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.83092vw;
  }
  .p_top .contact .form .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 3.62319vw;
    height: 3.62319vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #EFF2F6;
    border: 1px solid #D0D7E0;
    left: 0;
    top: 1.20773vw;
  }
  .p_top .contact .form.formCus {
    border: 0.96618vw solid #D4D6DE;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    padding: 4.83092vw 4.83092vw 4.83092vw;
  }
  .p_top .contact .form.formCus .step {
    display: none;
  }
  .p_top .contact .form.formCus .step + .step {
    margin-top: 9.66184vw;
  }
  .p_top .contact .form.formCus .step.--active {
    display: block;
  }
  .p_top .contact .form.formCus .step__main h3 {
    font-size: 3.86473vw;
    line-height: 7.72947vw;
    font-weight: 500;
    color: #04002D;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.69082vw 3.76329vw 1.69082vw 3.38164vw;
    background: #F1F1F1;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    margin-bottom: 3.62319vw;
  }
  .p_top .contact .form.formCus .step__main h3::before {
    content: "Q";
    font-family: 'Futura-Medium';
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    color: #13245C;
    font-weight: 500;
    margin-right: 2.41546vw;
  }
  .p_top .contact .form.formCus .step__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.81159vw -1.20773vw;
  }
  .p_top .contact .form.formCus .step__main ul li {
    width: -webkit-calc(50% -  2.41546vw);
    width: -moz-calc(50% -  2.41546vw);
    width: calc(50% -  2.41546vw);
    margin: 1.81159vw 1.20773vw;
  }
  .p_top .contact .form.formCus .step__main ul li span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 3.62319vw 7.24638vw 3.62319vw;
    -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;
    background: #1F96E1;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 5.7971vw;
    font-weight: 700;
    -moz-box-shadow: 0 0.96618vw 0 #066bac;
         box-shadow: 0 0.96618vw 0 #066bac;
    cursor: pointer;
  }
  .p_top .contact .form.formCus .step__main ul li span.is_active {
    background: #85C6EF;
  }
}
