@media screen and (min-width: 769px) {
  .p_top .cta dl dd {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .cta dl dd .cta_tel {
    border: 3px solid #0A52BA;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 20px 9px 14px 17px;
    width: 502px;
  }
  .p_top .cta dl dd .cta_tel__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5px;
  }
  .p_top .cta dl dd .cta_tel__title::before, .p_top .cta dl dd .cta_tel__title::after {
    content: "";
    width: 15px;
    height: 34px;
    background: url("../img/splash.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .cta dl dd .cta_tel__title::before {
    margin-right: 6px;
  }
  .p_top .cta dl dd .cta_tel__title::after {
    margin-left: 6px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p_top .cta dl dd .cta_tel__title em {
    font-style: normal;
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    display: inline-block;
    color: #154C9B;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta dl dd .cta_tel__title em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background: #FFEB00;
    left: 0;
    bottom: 2px;
    z-index: -1;
  }
  .p_top .cta dl dd .cta_tel .cta_tel_click {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .p_top .cta dl dd .cta_tel ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
  }
  .p_top .cta dl dd .cta_tel ul li {
    width: 231px;
    line-height: 0;
  }
  .p_top .cta dl dd .cta_tel ul li a {
    padding: 0;
    line-height: 0;
    width: 100%;
    display: block;
  }
  .p_top .cta dl dd .cta_tel ul li a img {
    width: 100%;
    height: auto;
  }
  .p_top .cta dl dd .cta_tel ul li a::before {
    display: none;
  }
  .p_top .form {
    background: transparent;
  }
  .p_top .form .form_inner {
    background-color: #fff;
    padding: 22px 29px 26px 40px;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 333px;
  }
  .p_top .form .txt_error {
    font-size: 10px;
    text-align: left;
    color: #f20000;
    margin-top: 2px;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 28px 0 19px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 16px;
  }
  .p_top .form .checkboxWr label a {
    color: #00A7FF;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
  .p_top .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
  }
  .p_top .form .checkboxWr label span::after {
    left: 7px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl {
    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;
  }
  .p_top .form dl + dl {
    margin-top: 12px;
  }
  .p_top .form dl dt {
    width: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 25px;
  }
  .p_top .form dl dt span {
    min-width: 38px;
    min-height: 21px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FEEE3B;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    color: #FF6200;
    font-weight: 400;
  }
  .p_top .form dl dt small {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #6e6666;
    margin-left: 15px;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd input {
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 424px;
    height: 49px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    max-width: 100%;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form dl dd .list_checkbox li, .p_top .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox li:not(:last-child), .p_top .form dl dd .list_checkbox .mwform-checkbox-field:not(:last-child) {
    margin-right: 16px;
  }
  .p_top .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .p_top .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .form dl dd .list_checkbox label span::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3px;
    width: 10px;
    height: 10px;
    background: #000;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: none;
  }
  .p_top .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .form .btnContact {
    margin-top: 25px;
  }
  .p_top .contact {
    padding: 32px 0 37px;
    background: #3397D8;
    position: relative;
  }
  .p_top .contact .row {
    max-width: 635px;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 37px;
  }
  .p_top .contact h2 img {
    width: 270px;
  }
  .p_thanks {
    height: 100vh;
  }
  .p_thanks .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .p_thanks .container .footer {
    margin-top: auto;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 45px 0 55px;
  }
  .p_thanks .thanks h2 {
    font-weight: 900;
    font-size: 31px;
    line-height: 1.29032;
    text-align: center;
    color: #01479e;
    margin-bottom: 28px;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #031c59;
  }
}

@media screen and (max-width: 768px) {
  .p_top .cta dl dd .cta_tt2 {
    margin-bottom: -10.38647vw;
  }
  .p_top .cta dl dd .cta_tel {
    border: 0.72464vw solid #0A52BA;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    padding: 9.66184vw 3.1401vw 5.55556vw 3.1401vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
  }
  .p_top .cta dl dd .cta_tel::before {
    position: absolute;
    content: "";
    width: 86.47343vw;
    height: 18.35749vw;
    background: url("../img/txtCtaSP.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -9.17874vw;
  }
  .p_top .cta dl dd .cta_tel__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 4.10628vw;
  }
  .p_top .cta dl dd .cta_tel__title::before, .p_top .cta dl dd .cta_tel__title::after {
    content: "";
    width: 3.62319vw;
    height: 8.21256vw;
    background: url("../img/splash.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .cta dl dd .cta_tel__title::before {
    margin-right: 1.44928vw;
  }
  .p_top .cta dl dd .cta_tel__title::after {
    margin-left: 1.44928vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p_top .cta dl dd .cta_tel__title em {
    font-style: normal;
    font-size: 6.03865vw;
    line-height: 8.69565vw;
    font-weight: 700;
    display: inline-block;
    color: #154C9B;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta dl dd .cta_tel__title em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.93237vw;
    background: #FFEB00;
    left: 0;
    bottom: 0.48309vw;
    z-index: -1;
  }
  .p_top .cta dl dd .cta_tel .cta_tel_click {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .p_top .cta dl dd .cta_tel ul {
    margin-top: 1.69082vw;
  }
  .p_top .cta dl dd .cta_tel ul li {
    text-align: center;
    line-height: 0;
  }
  .p_top .cta dl dd .cta_tel ul li + li {
    margin-top: 1.69082vw;
  }
  .p_top .cta dl dd .cta_tel ul li a {
    padding: 0;
    line-height: 0;
    display: inline-block;
  }
  .p_top .cta dl dd .cta_tel ul li a.btnMail {
    background: url("../img/btnMail_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .cta dl dd .cta_tel ul li a.btnLine {
    background: url("../img/btnLine_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .cta dl dd .cta_tel ul li a::before {
    display: none;
  }
  .p_top .form {
    background: transparent;
  }
  .p_top .form .form_inner {
    background-color: #fff;
    padding: 6.03865vw;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 80.91787vw;
  }
  .p_top .form .txt_error {
    font-size: 2.41546vw;
    text-align: left;
    color: #f20000;
    margin-top: 0.48309vw;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6.76329vw 0 4.58937vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.86473vw;
  }
  .p_top .form .checkboxWr label a {
    color: #00A7FF;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.03865vw;
  }
  .p_top .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.69082vw;
    top: 1.44928vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl + dl {
    margin-top: 4.10628vw;
  }
  .p_top .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.69082vw;
  }
  .p_top .form dl dt span {
    min-width: 9.17874vw;
    min-height: 5.07246vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #FEEE3B;
    font-size: 3.38164vw;
    text-align: center;
    padding: 0 1.20773vw;
    color: #FF6200;
    font-weight: 400;
  }
  .p_top .form dl dt small {
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #6e6666;
    margin-left: 3.62319vw;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd input {
    padding: 0 3.62319vw;
    outline: none;
    font-size: -webkit-calc(min(4.34783vw, 16px));
    font-size: -moz-calc(min(4.34783vw, 16px));
    font-size: calc(min(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 102.41546vw;
    height: 11.83575vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    max-width: 100%;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.96618vw -1.69082vw;
  }
  .p_top .form dl dd .list_checkbox li, .p_top .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin: 0.96618vw 1.69082vw;
  }
  .p_top .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.10628vw;
  }
  .p_top .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.86473vw;
    height: 3.86473vw;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .form dl dd .list_checkbox label span::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.72464vw;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #000;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    display: none;
  }
  .p_top .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .form .btnContact {
    margin-top: 7.00483vw;
    width: 80.43478vw;
  }
  .p_top .contact {
    padding: 7.72947vw 0;
    background: #3397d8;
    position: relative;
  }
  .p_top .contact .row {
    max-width: 169.08213vw;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .p_top .contact h2 img {
    width: 65.21739vw;
  }
  .p_thanks {
    height: 100vh;
  }
  .p_thanks .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .p_thanks .container .footer {
    margin-top: auto;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 10.86957vw 0 13.28502vw;
  }
  .p_thanks .thanks h2 {
    font-weight: 900;
    font-size: 7.48792vw;
    line-height: 1.29032;
    text-align: center;
    color: #01479e;
    margin-bottom: 6.76329vw;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    color: #031c59;
  }
}

.error {
  color: #ff0000;
}
