@media screen and (min-width: 769px) {
  .p_top .contact .form dl.special {
    display: none;
  }
  .p_top .contact .form dl.special.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .contact .form.formCus .step__main ul li span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
  .p_top .contact .form.formCus .step__main ul li span em {
    font-style: normal;
  }
  .p_top .contact .form.formCus .step__main ul li span small {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 4px;
  }
  .p_send .s_ctTop .btnTop {
    line-height: 0;
    margin-top: 60px;
  }
  .p_send .s_ctTop .btnTop a {
    display: inline-block;
    line-height: 0;
    width: 438px;
  }
  .p_top .contact .form.formCus .step h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 33px 5px;
    background: #13245D;
    -moz-border-radius: 7px;
         border-radius: 7px;
    border: 1px solid #F3F5FA;
    margin-bottom: 20px;
  }
  .p_top .contact .form dl + h2 {
    margin-top: 50px;
  }
  .p_top .contact .form dl dd .select label {
    width: 100%;
  }
  .p_send .s_ctTop .btnPdf a {
    background: none;
  }
}

@media screen and (max-width: 769px) {
  .p_top .contact .form dl.special {
    display: none;
  }
  .p_top .contact .form dl.special.show {
    display: block;
  }
  .p_top .contact .form.formCus .step__main ul li span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    text-align: center;
  }
  .p_top .contact .form.formCus .step__main ul li span em {
    font-style: normal;
  }
  .p_top .contact .form.formCus .step__main ul li span small {
    font-size: 3.38164vw;
    line-height: 5.31401vw;
    font-weight: 400;
    text-align: center;
    margin-top: 0.96618vw;
  }
  .p_send .s_ctTop .btnTop {
    line-height: 0;
    margin-top: 14.49275vw;
  }
  .p_send .s_ctTop .btnTop a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
  .p_top .contact .form.formCus .step h2 {
    text-align: center;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    padding: 3.62319vw 1.20773vw;
    background: #13245D;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    border: 1px solid #F3F5FA;
    margin-bottom: 4.83092vw;
  }
  .p_top .contact .form dl + h2 {
    margin-top: 7.24638vw;
  }
  .p_top .contact .form dl dd .select label {
    width: 100%;
  }
  .p_top .contact .form.formCus .step__main ul li span {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .p_send .s_ctTop h2 {
    font-size: 6.03865vw;
  }
  .p_top .contact .form.formCus .step__main h3 {
    line-height: 1.5;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p_top .contact .form.formCus .step__main h3 span {
  color: #EF2145;
}

.p_send .s_ctTop h2.st2 {
  color: #DD445F;
}

.p_top .contact .form.formCus .step__main ul li span {
  height: 100%;
}

.kiyaku {
  width: 91%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.kiyaku h1 {
  text-align: center;
  margin-bottom: 4rem;
}
.kiyaku p {
    line-height: 1.75;
  }

@media screen and (max-width: 480px) {
  .kiyaku p {
    font-size: 14px;
  }
}