@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 89px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    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;
    padding: 15px 20px 15px 40px;
  }
  .header a.header_tel {
    padding-left: 48px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FF8013;
  }
  .header a.header_tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 44px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header a.header_tel span {
    display: block;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.03em;
    color: #0952A5;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header a.header_tel span {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .header a.header_tel small {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #0952A5;
  }
  .header a.header_mail {
    display: block;
    width: 197px;
    margin-left: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header a.header_mail {
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header {
    padding: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 239px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header h1 a {
    max-width: 30vw;
  }
}

@media screen and (min-width: 769px), print {
  .header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul {
    padding-left: 5px;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    padding: 30px 0;
    background: #18364E;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer .f_logo {
    display: block;
    width: 191px;
    margin-bottom: 30px;
  }
  .footer .ftm {
    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;
  }
  .footer .ftm .ftl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .ftm .ftl .ftl_it {
    margin-right: 50px;
  }
  .footer .ftm .ftl dl {
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .ftm .ftl dl + dl {
    margin-top: 10px;
  }
  .footer .ftm .ftl dl dt {
    font-weight: bold;
    width: 73px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .ftm .ftl dl dd {
    width: 100%;
  }
  .footer .ftm .ftr {
    text-align: right;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
  }
  .footer .ftm .copyright {
    font-weight: 400;
    font-size: 14px;
    margin-top: 26px;
  }
  .p_top .mv {
    /* background: url(../img/mv_bg.jpg) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover; */
    position: relative;
    padding-top: 0;
  }
  .p_top .mv .row {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
  }
  .p_top .mv .row img {
    width: 100%;
  }
  .p_top .sec01 {
    padding: 30px 0;
    background: url(../img/sec01_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec01 .row {
    max-width: 787px;
  }
  .p_top .sec02 {
    padding: 15px 0 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#18364E), to(#31648E));
    background: -webkit-linear-gradient(top, #18364E 0%, #31648E 100%);
    background: -moz- oldlinear-gradient(top, #18364E 0%, #31648E 100%);
    background: linear-gradient(180deg, #18364E 0%, #31648E 100%);
  }
  .p_top .sec02 .row {
    max-width: 891px;
  }
  .p_top .sec04 {
    padding: 30px 0 95px;
    background: url(../img/sec04_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec04 .row {
    max-width: 648px;
  }
  .p_top .sec04 h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .p_top .sec04 h2 img {
    width: 321px;
  }
  .p_top .cta {
    padding: 45px 0 56px;
    background: url(../img/cta_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta .row {
    max-width: 788px;
  }
  .p_top .cta .cta_text {
    width: 384px;
    margin: 0 auto 35px;
  }
  .p_top .cta .box {
    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;
  }
  .p_top .cta .box a {
    display: block;
    width: 48.73%;
  }
  .p_top .cta a.cta_tel {
    position: relative;
  }
  .p_top .cta a.cta_tel:hover img {
    opacity: 1;
  }
  .p_top .cta a.cta_tel span {
    display: block;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: absolute;
    left: 70px;
    top: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .cta a.cta_tel span {
    font-size: 32px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .sec05 {
    background-color: #E4F5FF;
    padding: 50px 0 90px;
    position: relative;
  }
  .p_top .sec05::before {
    content: "";
    position: absolute;
    top: -125px;
    left: 0;
    width: 390px;
    height: 256px;
    background: url(../img/sec05_ic.png) center/100% 100% no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .sec05::before {
    width: 195px;
    height: 128px;
    top: -63px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_top .sec05 h2 img {
    width: 441px;
  }
  .p_top .sec06 {
    padding: 54px 0 47px;
    background: url(../img/sec06_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec06 ul {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .sec06 .s_link {
    margin: 12px 0 38px;
  }
  .p_top .sec06 .s_link a {
    font-size: 14px;
    color: #207BE0;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .sec06 .s_link a:hover {
    text-decoration: none;
  }
  .p_top .sec06 h2 {
    position: relative;
    background-color: #18364E;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .p_top .sec06 h2 img {
    width: 477px;
  }
  .p_top .sec06 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -34px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 61px;
    height: 35px;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec06 .row {
    max-width: 795px;
  }
  .p_top .sec07 {
    padding: 20px 0 30px;
    background: #E4F5FF;
  }
  .p_top .sec07 .row {
    max-width: 808px;
  }
  .p_top .sec08 {
    padding: 50px 0 68px;
    background: #E4F5FF;
  }
  .p_top .sec08 .row {
    max-width: 788px;
  }
  .p_top .sec08 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_top .sec08 h2 img {
    width: 160px;
  }
  .p_top .sec08 ul {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .area {
    padding: 45px 0 75px;
    background: #fff url(../img/area_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .area .row {
    max-width: 726px;
  }
  .p_top .area h2 {
    text-align: center;
    padding-left: 26px;
  }
  .p_top .area h2 img {
    width: 242px;
  }
  .p_top .area .area_text {
    display: block;
    margin: 10px 0 30px;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 7px;
  }
  .p_top .area .area_list dl:nth-child(even) dt {
    background-color: #2D78CE;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    background-color: #0952A5;
    padding: 17px 72px 17px 27px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 50%;
    margin-top: -8px;
    display: block;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area .area_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .area .area_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .area .area_list dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area .area_list dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .area .area_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area .area_list dl dd .actCt {
    padding: 10px 0 20px;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  .p_top .sec09 {
    background-color: #E4F5FF;
    padding: 70px 0;
  }
  .p_top .sec09 .row {
    max-width: 778px;
  }
  .p_top .sec09 h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  .p_top .sec09 h2 img {
    width: 160px;
  }
  .p_top .sec09 .sec09_list01 {
    display: -ms-grid;
    display: grid;
    gap: 22px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 25px;
  }
  .p_top .sec09 .sec09_list02 {
    margin-bottom: 40px;
  }
  .p_top .sec09 .sec09_list02 .it + .it {
    margin-top: 40px;
  }
  .p_top .sec10 {
    background: url(../img/sec10_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-bottom: 39px;
  }
  .p_top .sec10 .row {
    max-width: 650px;
  }
  .p_top .contact {
    padding: 50px 0;
  }
  .p_top .contact.st2 {
    background: url(../img/contact_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0;
  }
  .p_top .contact.st2 .row {
    max-width: 800px;
  }
  .p_top .contact .tt {
    margin-bottom: 10px;
  }
  .p_top .contact .tt2 {
    text-align: center;
  }
  .p_top .contact .tt2 small {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #759ECB;
    margin-bottom: 5px;
  }
  .p_top .contact .tt2 span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #0F1E2F;
  }
  .p_top .contact .tt2 span em {
    font-style: normal;
    color: #0952A5;
  }
  .p_top .contact .c_txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 190%;
    text-align: center;
    color: #0F1E2F;
    margin: 30px 0 20px;
  }
  .p_top .contact .row {
    max-width: 696px;
    position: relative;
  }
  .p_top .contact .row h3 {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: -8px;
  }
  .p_top .contact .row h3 img {
    width: 526px;
  }
  .p_top .contact .c_tel {
    display: block;
    width: 384px;
    margin: 0 auto 40px;
    position: relative;
    max-width: 100%;
  }
  .p_top .contact .c_tel span {
    position: absolute;
    bottom: 29px;
    left: 70px;
    font-family: "M PLUS 1", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #0952A5;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border: 6px solid #0650A3;
    -moz-border-radius: 0px 20px;
         border-radius: 0px 20px;
    padding: 18px 23px 36px;
  }
  .p_top .contact .form.st2 {
    border: 0;
    background: #FFFFFF;
    -moz-border-radius: 0px 20px;
         border-radius: 0px 20px;
    padding: 40px 30px;
  }
  .p_top .contact .form h4 {
    margin: 0 -10px 25px;
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .form button {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 382px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
  .p_top .contact .form button.st2 {
    width: 287px;
  }
  .p_top .contact .form .box_privacy {
    width: 355px;
    height: 133px;
    overflow-y: auto;
    border: 1px solid #000;
    margin: 23px auto 20px;
    font-size: 14px;
    line-height: 1.42857;
    padding: 13px;
  }
  .p_top .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 22px;
    margin-top: 30px;
  }
  .p_top .contact .form .checkboxWr div,
  .p_top .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .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: 14px;
    color: #424242;
  }
  .p_top .contact .form .checkboxWr label a {
    color: #009EF4;
  }
  .p_top .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form .checkboxWr 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 .contact .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: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .contact .form .checkboxWr label span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 14px;
    height: 14px;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: none;
  }
  .p_top .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .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 .contact .form dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact .form dl.ait dt {
    padding-top: 8px;
  }
  .p_top .contact .form dl + dl {
    margin-top: 15px;
  }
  .p_top .contact .form dl dt {
    width: 233px;
    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;
    font-weight: bold;
    font-size: 16px;
    padding-right: 10px;
    color: #0F1E2F;
  }
  .p_top .contact .form dl dt span {
    color: #E7131E;
    margin-left: 11px;
    font-size: 12px;
    font-weight: 500;
    width: 46px;
    height: 19px;
    background: #FFFFFF;
    border: 2px solid #E7131E;
    -moz-border-radius: 999px;
         border-radius: 999px;
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd {
    width: -webkit-calc(100% - 233px);
    width: -moz-calc(100% - 233px);
    width: calc(100% - 233px);
  }
  .p_top .contact .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 .contact .form dl dd .list_checkbox li, .p_top .contact .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 28px;
    margin-left: 0;
  }
  .p_top .contact .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;
    color: #424242;
    font-weight: 500;
  }
  .p_top .contact .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .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 24px;
  }
  .p_top .contact .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: 17px;
    height: 17px;
    border: 1px solid #959595;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .contact .form dl dd .list_checkbox label span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: none;
  }
  .p_top .contact .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    position: relative;
    height: 50px;
    background: #F0F5F8;
    border: 1px solid #C6DEE9;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #18364E;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 15px;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    color: #18364E;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 50px;
    background: #F0F5F8;
    border: 1px solid #C6DEE9;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 209px;
    background: #F0F5F8;
    border: 1px solid #C6DEE9;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_policy .header ul {
    display: none;
  }
  .p_policy main .row {
    max-width: 745px;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 89px - 252px);
    min-height: -moz-calc(100vh - 89px - 252px);
    min-height: calc(100vh - 89px - 252px);
  }
  .p_policy .policy h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 45px;
    text-align: center;
    color: #0650A3;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 16px;
    line-height: 1.57;
  }
  .p_policy .policy .p_btn {
    display: inline-block;
    width: 416px;
    margin-top: 47px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 17.3913vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    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;
    padding: 2.41546vw 3.62319vw;
  }
  .header a.header_tel {
    padding-left: 11.5942vw;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FF8013;
  }
  .header a.header_tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.17874vw;
    height: 10.62802vw;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header a.header_tel span {
    display: block;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    font-size: 8.69565vw;
    letter-spacing: 0.03em;
    color: #0952A5;
  }
  .header a.header_tel small {
    display: block;
    font-size: 3.62319vw;
    font-weight: 500;
    line-height: 1.2;
    color: #0952A5;
  }
  .header a.header_mail {
    display: block;
    width: 39.61353vw;
    margin-left: 3.1401vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 39.13043vw;
  }
  .footer {
    padding: 7.24638vw 0;
    background: #18364E;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer .f_logo {
    display: block;
    width: 39.13043vw;
    margin-bottom: 4.83092vw;
  }
  .footer .ftm .ftl dl {
    font-size: 3.86473vw;
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .ftm .ftl dl + dl {
    margin-top: 2.41546vw;
  }
  .footer .ftm .ftl dl dt {
    font-weight: bold;
    width: 20.5314vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .ftm .ftl dl dd {
    width: 100%;
  }
  .footer .ftm .ftr {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 8.69565vw;
  }
  .footer .ftm .copyright {
    font-weight: 400;
    font-size: 3.38164vw;
    margin-top: 6.28019vw;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cta_fixed.show {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cta_fixed a {
    display: block;
    position: relative;
  }
  .cta_fixed a span {
    position: absolute;
    top: 2.657vw;
    left: 13.28502vw;
    font-family: "M PLUS 1", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 7.24638vw;
    line-height: 100%;
    color: #FF8326;
  }
  .p_top .footer {
    padding-bottom: 24.15459vw;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .sec01 {
    margin-bottom: -7.24638vw;
  }
  .p_top .sec01 .row {
    padding: 0;
  }
  .p_top .sec02 {
    padding-bottom: 12.07729vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#18364E), to(#31648E));
    background: -webkit-linear-gradient(top, #18364E 0%, #31648E 100%);
    background: -moz- oldlinear-gradient(top, #18364E 0%, #31648E 100%);
    background: linear-gradient(180deg, #18364E 0%, #31648E 100%);
  }
  .p_top .sec04 {
    padding: 7.24638vw 0 22.94686vw;
    background: url(../img/sec04_bg_sp.png) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec04 h2 {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .sec04 h2 img {
    width: 77.53623vw;
  }
  .p_top .cta {
    padding: 10.86957vw 0 12.07729vw;
    background: url(../img/cta_bg_sp.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta .cta_text {
    margin: 0 auto 6.03865vw;
  }
  .p_top .cta .box a {
    display: block;
  }
  .p_top .cta .box a + a {
    margin-top: 2.41546vw;
  }
  .p_top .cta a.cta_tel {
    position: relative;
  }
  .p_top .cta a.cta_tel:hover img {
    opacity: 1;
  }
  .p_top .cta a.cta_tel span {
    display: block;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    font-size: 8.69565vw;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: absolute;
    left: 16.90821vw;
    top: 1.93237vw;
  }
  .p_top .sec05 {
    background-color: #E4F5FF;
    padding: 12.07729vw 0 0vw;
    position: relative;
  }
  .p_top .sec05 .row {
    padding: 0;
  }
  .p_top .sec05::before {
    content: "";
    position: absolute;
    top: -21.73913vw;
    left: 3.62319vw;
    width: 45.16908vw;
    height: 28.50242vw;
    background: url(../img/sec05_ic_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .sec05 h2 img {
    width: 63.76812vw;
  }
  .p_top .sec06 {
    padding: 0vw 0 10.62802vw;
    background: url(../img/sec06_bg_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec06 .s_link {
    margin: 2.41546vw 0 7.24638vw;
  }
  .p_top .sec06 .s_link a {
    font-size: 3.38164vw;
    color: #207BE0;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .sec06 .s_link a:hover {
    text-decoration: none;
  }
  .p_top .sec06 ul li + li {
    margin-top: 4.83092vw;
  }
  .p_top .sec06 h2 {
    position: relative;
    background-color: #18364E;
    text-align: center;
    padding: 4.83092vw 0;
    margin-bottom: 7.24638vw;
  }
  .p_top .sec06 h2 img {
    width: 86.95652vw;
  }
  .p_top .sec06 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4.56253vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.18572vw;
    height: 4.69673vw;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec07 {
    padding: 10.86957vw 0 3.62319vw;
    background: #E4F5FF;
  }
  .p_top .sec08 {
    padding: 9.66184vw 0 14.7343vw;
    background: #E4F5FF;
  }
  .p_top .sec08 h2 {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .p_top .sec08 h2 img {
    width: 28.98551vw;
  }
  .p_top .sec08 ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .area {
    padding: 6.03865vw 0 13.52657vw;
    background: #fff url(../img/area_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .area h2 {
    text-align: center;
    padding-right: 15.45894vw;
  }
  .p_top .area h2 img {
    width: 55.55556vw;
  }
  .p_top .area .area_text {
    display: block;
    margin: 3.62319vw 0 7.24638vw;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .area .area_list dl:nth-child(even) dt {
    background-color: #2D78CE;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    background-color: #0952A5;
    padding: 4.10628vw 17.3913vw 4.10628vw 6.52174vw;
    cursor: pointer;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 3.86473vw;
    height: 3.86473vw;
    right: 7.24638vw;
    top: 50%;
    margin-top: -1.93237vw;
    display: block;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area .area_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .area .area_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .area .area_list dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area .area_list dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .area .area_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area .area_list dl dd .actCt {
    padding: 2.41546vw 0 4.83092vw;
    line-height: 1.5;
    font-size: 3.86473vw;
    text-align: left;
    color: #000;
  }
  .p_top .sec09 {
    background-color: #E4F5FF;
    padding: 16.90821vw 0 9.66184vw;
  }
  .p_top .sec09 h2 {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .p_top .sec09 h2 img {
    width: 38.64734vw;
  }
  .p_top .sec09 .sec09_list01 {
    margin-bottom: 6.03865vw;
  }
  .p_top .sec09 .sec09_list01 li + li {
    margin-top: 3.62319vw;
  }
  .p_top .sec09 .sec09_list02 {
    margin-bottom: 9.66184vw;
  }
  .p_top .sec09 .sec09_list02 .it + .it {
    margin-top: 9.66184vw;
  }
  .p_top .sec10 {
    background: url(../img/sec10_bg_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-bottom: 3.1401vw;
  }
  .p_top .contact {
    padding: 7.24638vw 0 9.66184vw;
  }
  .p_top .contact.st2 {
    background: url(../img/contact_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 13.52657vw 0 16.90821vw;
    border-top: 0.96618vw solid #0952A5;
  }
  .p_top .contact.st2 .row {
    max-width: 193.23671vw;
  }
  .p_top .contact .tt {
    margin-bottom: 4.83092vw;
  }
  .p_top .contact .tt2 {
    text-align: center;
  }
  .p_top .contact .tt2 small {
    display: block;
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 130%;
    color: #759ECB;
    margin-bottom: 1.20773vw;
  }
  .p_top .contact .tt2 span {
    display: block;
    font-weight: 700;
    font-size: 7.24638vw;
    line-height: 130%;
    text-align: center;
    color: #0F1E2F;
  }
  .p_top .contact .tt2 span em {
    font-style: normal;
    color: #0952A5;
  }
  .p_top .contact .c_txt {
    font-weight: 400;
    font-size: 3.62319vw;
    line-height: 190%;
    text-align: center;
    color: #0F1E2F;
    margin: 7.24638vw 0 9.66184vw;
  }
  .p_top .contact .row {
    max-width: 336.23188vw;
    position: relative;
  }
  .p_top .contact .row h3 {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: -1.69082vw;
  }
  .p_top .contact .row h3 img {
    width: 82.6087vw;
  }
  .p_top .contact .c_tel {
    display: block;
    width: 185.50725vw;
    margin: 0 auto -9.66184vw;
    position: relative;
    max-width: 100%;
    z-index: 5;
  }
  .p_top .contact .c_tel span {
    position: absolute;
    bottom: 7.00483vw;
    left: 16.90821vw;
    font-family: "M PLUS 1", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 8.69565vw;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #0952A5;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border: 1.44928vw solid #0650A3;
    -moz-border-radius: 0vw 4.83092vw;
         border-radius: 0vw 4.83092vw;
    padding: 1.93237vw 3.62319vw 8.69565vw;
  }
  .p_top .contact .form.st2 {
    border: 0;
    background: #FFFFFF;
    -moz-border-radius: 0vw 4.83092vw;
         border-radius: 0vw 4.83092vw;
    padding: 16.90821vw 4.83092vw 9.66184vw;
  }
  .p_top .contact .form h4 {
    margin: 0 -3.62319vw 6.03865vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    letter-spacing: 0.07em;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form button {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 69.2029vw;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
  .p_top .contact .form button.st2 {
    width: 69.2029vw;
  }
  .p_top .contact .form .box_privacy {
    width: 85.74879vw;
    height: 32.1256vw;
    overflow-y: auto;
    border: 1px solid #000;
    margin: 5.55556vw auto 4.83092vw;
    font-size: 3.38164vw;
    line-height: 1.42857;
    padding: 3.1401vw;
  }
  .p_top .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.31401vw;
    margin-top: 7.24638vw;
  }
  .p_top .contact .form .checkboxWr div,
  .p_top .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .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.38164vw;
    color: #424242;
  }
  .p_top .contact .form .checkboxWr label a {
    color: #009EF4;
  }
  .p_top .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.83092vw;
  }
  .p_top .contact .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: 3.62319vw;
    height: 3.62319vw;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .contact .form .checkboxWr label span::after {
    content: "";
    position: absolute;
    top: 0.72464vw;
    left: 0.24155vw;
    width: 3.38164vw;
    height: 3.38164vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: none;
  }
  .p_top .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .contact .form dl dt {
    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;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #0F1E2F;
    margin-bottom: 2.41546vw;
  }
  .p_top .contact .form dl dt span {
    color: #E7131E;
    margin-left: 2.657vw;
    font-size: 2.89855vw;
    font-weight: 500;
    width: 11.11111vw;
    height: 4.58937vw;
    background: #FFFFFF;
    border: 2px solid #E7131E;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .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 .contact .form dl dd .list_checkbox li, .p_top .contact .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-top: 1.44928vw;
    margin-bottom: 1.44928vw;
    margin-right: 4.10628vw;
    margin-left: 0;
  }
  .p_top .contact .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;
    color: #424242;
    font-weight: 500;
  }
  .p_top .contact .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .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 5.07246vw;
  }
  .p_top .contact .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: 4.10628vw;
    height: 4.10628vw;
    border: 1px solid #959595;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .contact .form dl dd .list_checkbox label span::after {
    content: "";
    position: absolute;
    top: 1.44928vw;
    left: 0.48309vw;
    width: 3.38164vw;
    height: 3.38164vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: none;
  }
  .p_top .contact .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    position: relative;
    height: 12.07729vw;
    background: #F0F5F8;
    border: 1px solid #C6DEE9;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.83092vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.69082vw solid transparent;
    border-right: 1.69082vw solid transparent;
    border-top: 2.657vw solid #18364E;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 3.62319vw;
    background: transparent;
    font-weight: 400;
    font-size: -webkit-calc(max(3.5vw, 16px));
    font-size: -moz-calc(max(3.5vw, 16px));
    font-size: calc(max(3.5vw, 16px));
    color: #18364E;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(3.5vw, 16px));
    font-size: -moz-calc(max(3.5vw, 16px));
    font-size: calc(max(3.5vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 12.07729vw;
    background: #F0F5F8;
    border: 1px solid #C6DEE9;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(3.5vw, 16px));
    font-size: -moz-calc(max(3.5vw, 16px));
    font-size: calc(max(3.5vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 50.48309vw;
    background: #F0F5F8;
    border: 1px solid #C6DEE9;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #7E93A3;
    opacity: 1;
  }
  .p_policy .header ul {
    display: none;
  }
  .p_policy main .row {
    max-width: 179.95169vw;
  }
  .p_policy .policy {
    color: #000;
    padding: 12.07729vw 0 24.15459vw;
    min-height: -webkit-calc(100vh - 114.00966vw);
    min-height: -moz-calc(100vh - 114.00966vw);
    min-height: calc(100vh - 114.00966vw);
  }
  .p_policy .policy h2 {
    font-weight: bold;
    font-size: 8.69565vw;
    margin-bottom: 10.86957vw;
    text-align: center;
    color: #0650A3;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 3.86473vw;
    line-height: 1.57;
  }
  .p_policy .policy .p_btn {
    display: inline-block;
    width: 416px;
    margin-top: 11.35266vw;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.checkboxWr .error {
  text-align: center;
}
