@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 {
  .row.row_sm {
    max-width: 650px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 96px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 96px;
    padding: 0 30px 0 20px;
    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;
  }
}

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

@media screen and (min-width: 769px), print {
  .header a.header_tel {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #061B50;
    white-space: nowrap;
  }
  .header a.header_tel::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 29px;
    height: 43px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 171px;
    margin-right: 23px;
  }
  .header .header_l {
    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;
  }
  .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;
    font-size: 0;
  }
}

@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 {
  .header ul a {
    display: block;
    width: 215px;
    max-width: 20vw;
  }
  .footer {
    text-align: center;
    padding: 35px 0;
    font-size: 14px;
    color: #05366A;
    line-height: 1.42857;
  }
  .footer a {
    color: #05366A;
  }
  .footer p {
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
  }
  .footer .f_link {
    margin-top: 36px;
  }
  .footer .copyright {
    margin-top: 10px;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: url(../img/mv_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 20px;
    border-top: 11px solid #170d66;
  }
  .p_top .mv .row {
    max-width: 800px;
  }
  .p_top .mv .mv_txt {
    border-top: 5px solid #170d66;
    border-bottom: 5px solid #170d66;
    padding: 17px 0;
    background-color: #fff;
  }
  .p_top .mv .mv_txt .row {
    max-width: 650px;
  }
  .p_top .cta {
    border-top: 4px solid #05366A;
    border-bottom: 4px solid #05366A;
    background: url(../img/cta_bg.png) center/100% 100% no-repeat;
    position: relative;
    padding-top: 45px;
  }
  .p_top .cta::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #05366A;
    display: block;
  }
  .p_top .cta::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #05366A;
    display: block;
  }
  .p_top .cta_main {
    position: relative;
  }
  .p_top .cta_main .cta_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 175px 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .cta_main .cta_btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .cta_main .cta_btn ul li {
    width: 48.5%;
  }
  .p_top .cta_main .cta_btn ul li.full {
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }
  .p_top .cta_main .cta_btn ul li.full .cta_tel {
    display: inline-block;
    width: 363px;
    position: relative;
    white-space: nowrap;
  }
  .p_top .cta_main .cta_btn ul li.full .cta_tel > span {
    position: absolute;
    top: 44%;
    left: 60px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 51px;
    line-height: 1;
    color: #D30004;
  }
  .p_top .sec01 {
    padding-top: 15px;
    text-align: center;
    background: url(../img/sec01_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec02 {
    padding: 35px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .sec02 .row {
    max-width: 558px;
  }
  .p_top .sec02::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 231px;
    background: #001952;
    z-index: -1;
  }
  .p_top .sec02 .sec02_img {
    text-align: center;
    margin-top: 26px;
  }
  .p_top .sec02 .sec02_img img {
    display: inline-block;
    width: 547px;
  }
  .p_top .sec03 {
    background: url(../img/sec03_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 0;
  }
  .p_top .sec03 .row {
    max-width: 1010px;
  }
  .p_top .sec03 h2 {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .sec03 h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 289px;
    height: 210px;
    background: url(../img/sec03_man.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 315px;
  }
  .p_top .sec04 h2 {
    padding: 25px 0 10px;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 576px;
  }
  .p_top .sec04 .sec04_img {
    background-color: #3CB1E7;
    text-align: center;
    padding: 35px 15px;
    position: relative;
    z-index: 2;
  }
  .p_top .sec04 .sec04_img img {
    display: inline-block;
    width: 700px;
  }
  .p_top .sec05 {
    padding-bottom: 35px;
    position: relative;
  }
  .p_top .sec05::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: url(../img/ic_plus.png) center/100% 100% no-repeat;
    display: block;
    z-index: 3;
  }
  .p_top .sec05 h2 {
    text-align: center;
    padding: 13px 0;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 443px;
  }
  .p_top .sec05 .row {
    max-width: 800px;
  }
  .p_top .sec06 {
    background: url(../img/sec06_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec06_top {
    padding: 35px 0;
  }
  .p_top .sec06 .row {
    max-width: 800px;
  }
  .p_top .sec06 h2 {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
  }
  .p_top .sec06 h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 90px;
    width: 131px;
    height: 131px;
    background: url(../img/sec06_man.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .sec06 h2 img {
    display: inline-block;
    width: 315px;
  }
  .p_top .sec06_mid {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 32px 15px 15px;
    background-color: #FFFFEF;
    text-align: center;
    margin-bottom: 26px;
  }
  .p_top .sec06_mid img {
    display: inline-block;
    width: 737px;
    max-width: 100%;
  }
  .p_top .sec06 .sec06_bot {
    padding: 0 15px 35px;
    text-align: center;
    background-color: #F4FBFF;
  }
  .p_top .sec06 .sec06_bot img {
    display: inline-block;
    width: 800px;
    max-width: 100%;
  }
  .p_top .sec07 {
    background: url(../img/sec07_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 0;
  }
  .p_top .sec07 .row {
    max-width: 800px;
  }
  .p_top .sec07 h2 {
    text-align: center;
    margin-bottom: 45px;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 276px;
  }
  .p_top .area {
    padding: 35px 0;
    background: url(../img/area_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .area_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .area_main .area_text {
    width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .area h2 {
    text-align: center;
    font-size: 0;
  }
  .p_top .area h2 img {
    width: 420px;
  }
  .p_top .area .area_list {
    width: 100%;
    padding-left: 48px;
  }
  .p_top .area .area_list dl {
    overflow: hidden;
    background: #EFF3FD;
    border: 1px solid #001952;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 15px;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    padding: 15px 52px 15px 18px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    text-align: left;
    color: #001952;
    position: relative;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    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: #001952;
    -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;
    background-color: #fff;
  }
  .p_top .area .area_list dl dd .actCt {
    padding: 18px;
    line-height: 1.42857;
    font-size: 14px;
    text-align: left;
    color: #2A2A2A;
  }
  .p_top .qa {
    padding: 35px 0;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 31px;
  }
  .p_top .qa h2 img {
    width: 276px;
  }
  .p_top .qa .row {
    max-width: 700px;
  }
  .p_top .qa .qa_list {
    position: relative;
    z-index: 2;
  }
  .p_top .qa .qa_list dl {
    background: #F4F4F4;
    padding: 35px;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 15px;
  }
  .p_top .qa .qa_list dl dt {
    font-weight: 700;
    font-size: 16px;
    color: #100F4D;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #FFFFFF;
    width: 28px;
    height: 28px;
    background-color: #100F4D;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    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 .qa .qa_list dl dd {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.47;
    color: #3C3C3C;
  }
  .p_top .contact {
    background-color: #FFFFEF;
    padding: 35px 0;
  }
  .p_top .contact .row {
    max-width: 800px;
  }
  .p_top .contact .c_txt {
    margin: 35px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #061B50;
    padding-left: 50px;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .p_top .contact h2 img {
    width: 314px;
    display: inline-block;
  }
  .p_top .contact .box_privacy {
    overflow-y: auto;
    width: 449px;
    height: 161px;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    margin: 30px auto;
    padding: 22px;
    font-size: 12px;
    line-height: 1.5;
  }
  .p_top .contact .box_privacy h3 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin-bottom: 14px;
  }
  .p_top .contact .box_privacy h4 {
    font-size: 14px;
    font-weight: bold;
  }
  .p_top .contact .box_privacy h4 ~ h4 {
    margin-top: 15px;
  }
  .p_top .contact .cal {
    position: relative;
  }
  .p_top .contact .cal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 140px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/ic_cal.png) center/contain no-repeat;
    display: block;
    pointer-events: none;
  }
  .p_top .contact .wrap_datepicker {
    position: relative;
  }
  .p_top .contact .wrap_datepicker input.datepicker {
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #2F2F2F;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p_top .contact .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 5px;
    position: absolute;
    top: -30px;
    background: #fff;
    width: 280px;
    margin-top: 50px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p {
    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;
    font-size: 16px;
    line-height: 40px;
    background: #d1d1d1;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url("../img/cal_arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 2;
    width: 36px;
    height: 30px;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr 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 .cbWr 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-color: #F0F0F0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .p_top .contact .cbWr label span::after {
    left: 6px;
    top: 5px;
    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 .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 296px;
    margin-top: 21px;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    background: #FFFFFF;
    padding: 50px;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .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: 23px;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  .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: 700;
    font-size: 18px;
    width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 11px;
    padding-right: 32px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: #FB803E;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    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;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    color: #fff;
    background-color: #807F7F;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 150px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 288px);
    min-height: -moz-calc(100vh - 288px);
    min-height: calc(100vh - 288px);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
  .p_policy .policy h2.st2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 39px;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 16px;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 80px;
  }
  .p_policy .policy .btnBack a {
    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;
    min-width: 350px;
    min-height: 81px;
    background: #023676;
    -moz-border-radius: 6px;
         border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 15px;
  }
  .p_policy .policy .dlist.st2 dt {
    font-size: 20px;
    font-weight: bold;
  }
}

@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: 18.84058vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 18.84058vw;
    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: 0 3.62319vw;
  }
  .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;
    font-size: 0;
    line-height: 0;
  }
  .header ul li:not(:last-child) {
    margin-right: 1.69082vw;
  }
  .header ul li a {
    display: block;
    width: 14.5942vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 41.30435vw;
  }
  .footer {
    text-align: center;
    padding: 6.03865vw 0 10.14493vw;
    font-weight: 500;
    font-size: 3.38164vw;
    color: #05366A;
  }
  .footer a {
    color: #05366A;
  }
  .footer p {
    font-size: 3.38164vw;
    line-height: 150%;
    text-align: center;
  }
  .footer .copyright {
    margin-top: 2.41546vw;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0;
    width: 100%;
    background-color: #082B62;
    padding: 3.38164vw;
  }
  .cta_fixed .cta_fixed_btn {
    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;
  }
  .cta_fixed a {
    display: block;
    width: 15.21739vw;
  }
  .cta_fixed a.cta_fixed_tel {
    display: block;
    position: relative;
    width: 58.57488vw;
    z-index: 2;
  }
  .cta_fixed a.cta_fixed_tel span {
    position: absolute;
    top: 6.03865vw;
    left: 13.28502vw;
    line-height: 100%;
    white-space: nowrap;
    color: #163F7F;
    font-size: 8.21256vw;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0;
    text-shadow: 0.48309vw 0 0 #fff, -0.48309vw 0 0 #fff, 0 0.48309vw 0 #fff, 0 -0.48309vw 0 #fff, 0.24155vw 0.24155vw #fff, -0.24155vw -0.24155vw 0 #fff, 0.24155vw -0.24155vw 0 #fff, -0.24155vw 0.24155vw 0 #fff;
    display: block;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .p_top .mv .row {
    max-width: 217.3913vw;
    padding: 0;
  }
  .p_top .cta {
    border-top: 0.96618vw solid #05366A;
    border-bottom: 0.96618vw solid #05366A;
    background: url(../img/cta_bg.png) center/100% 100% no-repeat;
    position: relative;
  }
  .p_top .cta::before {
    content: "";
    position: absolute;
    top: 0.96618vw;
    left: 0;
    width: 100%;
    height: 0.24155vw;
    background: #05366A;
    display: block;
    z-index: 2;
  }
  .p_top .cta::after {
    content: "";
    position: absolute;
    bottom: 0.96618vw;
    left: 0;
    width: 100%;
    height: 0.24155vw;
    background: #05366A;
    display: block;
    z-index: 2;
  }
  .p_top .cta_main {
    position: relative;
    padding: 0;
  }
  .p_top .cta_main .cta_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 12.07729vw;
  }
  .p_top .cta_main .cta_btn ul {
    width: 80.67633vw;
    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;
  }
  .p_top .cta_main .cta_btn ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 2.41546vw 0;
  }
  .p_top .cta_main .cta_btn ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p_top .cta_main .cta_btn ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_top .cta_main .cta_btn ul li.full {
    text-align: center;
    margin-top: 2.41546vw;
  }
  .p_top .cta_main .cta_btn ul li.full .cta_tel {
    display: block;
    width: 100%;
    position: relative;
    white-space: nowrap;
  }
  .p_top .cta_main .cta_btn ul li.full .cta_tel > span {
    position: absolute;
    top: 9.42029vw;
    left: 16.90821vw;
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 9.90338vw;
    line-height: 1;
    color: #05366A;
  }
  .p_top .sec01 .row {
    padding: 0;
  }
  .p_top .sec02 {
    padding: 3.62319vw 0;
  }
  .p_top .sec02 .row {
    padding: 0;
  }
  .p_top .sec03 {
    background: url(../img/sec03_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 8.45411vw 0;
  }
  .p_top .sec03 h2 {
    margin-bottom: -12.07729vw;
    text-align: right;
    position: relative;
    margin-right: -3.62319vw;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 88.64734vw;
  }
  .p_top .sec03 .sec03_img {
    position: relative;
    z-index: 2;
  }
  .p_top .sec04 {
    padding-top: 3.62319vw;
  }
  .p_top .sec04 h2 {
    text-align: right;
    padding-top: 7.24638vw;
    padding-bottom: 10.38647vw;
    padding-right: 3.62319vw;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 89.13043vw;
  }
  .p_top .sec04 .sec04_img {
    padding: 0 3.62319vw;
  }
  .p_top .sec05 {
    padding-bottom: 8.45411vw;
    position: relative;
  }
  .p_top .sec05 .row {
    padding: 0 7.24638vw;
  }
  .p_top .sec05::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -2.89855vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.5942vw;
    height: 11.5942vw;
    background: url(../img/ic_plus.png) center/100% 100% no-repeat;
    display: block;
    z-index: 3;
  }
  .p_top .sec05 h2 {
    text-align: center;
    padding: 9.66184vw 0 4.10628vw;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 83.09179vw;
  }
  .p_top .sec06 {
    background: url(../img/sec06_bg_sp.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec06_top {
    padding: 8.45411vw 0;
  }
  .p_top .sec06 .row {
    max-width: 386.47343vw;
  }
  .p_top .sec06 h2 {
    margin-bottom: -3.86473vw;
    text-align: right;
    padding-right: 3.62319vw;
    position: relative;
  }
  .p_top .sec06 h2 img {
    display: inline-block;
    width: 74.15459vw;
  }
  .p_top .sec06_mid {
    padding-bottom: 6.03865vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    background-color: #fff;
    padding-top: 3.62319vw;
  }
  .p_top .sec06_mid img {
    display: inline-block;
    width: 355.7971vw;
    max-width: 100%;
  }
  .p_top .sec06 .sec06_bot {
    padding: 8.45411vw 0vw 8.45411vw;
    background-color: #F4FBFF;
  }
  .p_top .sec06 .sec06_bot .slider01 ul li {
    width: 74.15459vw;
    margin: 0 2.41546vw;
  }
  .p_top .sec06 .sec06_bot .slider01 .swiper-pagination {
    position: static;
    margin-top: 4.34783vw;
    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 .sec06 .sec06_bot .slider01 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 2.89855vw;
    height: 2.89855vw;
    background: #fff;
    margin: 0 1.44928vw;
  }
  .p_top .sec06 .sec06_bot .slider01 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #185CA5;
  }
  .p_top .sec07 {
    background: url(../img/sec07_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 8.45411vw 0 8.45411vw;
  }
  .p_top .sec07 h2 {
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 53.26087vw;
  }
  .p_top .sec07 .sec07_img {
    margin-left: -2.41546vw;
  }
  .p_top .area {
    padding: 8.45411vw 0;
    background: url(../img/area_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .area_main {
    padding: 6.03865vw 3.62319vw;
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .area_main .area_text {
    margin-bottom: 3.62319vw;
  }
  .p_top .area h2 {
    text-align: center;
    font-size: 0;
  }
  .p_top .area h2 img {
    width: 88.4058vw;
  }
  .p_top .area .area_list {
    width: 100%;
  }
  .p_top .area .area_list dl {
    overflow: hidden;
    background: #EFF3FD;
    border: 1px solid #001952;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    padding: 3.62319vw 12.56039vw 3.62319vw 4.34783vw;
    cursor: pointer;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: left;
    color: #001952;
    position: relative;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -2.41546vw;
    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: #001952;
    -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;
    background-color: #fff;
  }
  .p_top .area .area_list dl dd .actCt {
    padding: 4.34783vw;
    line-height: 1.42857;
    font-size: 3.38164vw;
    text-align: left;
    color: #2A2A2A;
  }
  .p_top .qa {
    padding: 8.45411vw 0;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .p_top .qa h2 img {
    width: 59.17874vw;
  }
  .p_top .qa .row {
    max-width: 169.08213vw;
  }
  .p_top .qa .qa_list {
    position: relative;
    z-index: 2;
  }
  .p_top .qa .qa_list dl {
    background: #F4F4F4;
    padding: 4.83092vw 3.62319vw;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .qa .qa_list dl dt {
    font-weight: 700;
    font-size: 3.86473vw;
    color: #100F4D;
    margin-bottom: 4.83092vw;
    position: relative;
    padding-left: 10.14493vw;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 700;
    font-size: 3.1401vw;
    line-height: 1;
    color: #FFFFFF;
    width: 6.76329vw;
    height: 6.76329vw;
    background-color: #100F4D;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    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 .qa .qa_list dl dd {
    font-weight: 400;
    font-size: 3.62319vw;
    line-height: 1.47;
    color: #3C3C3C;
  }
  .p_top .contact {
    background-color: #FFFFEF;
    padding: 8.45411vw 0;
  }
  .p_top .contact .row {
    max-width: 193.23671vw;
  }
  .p_top .contact .c_txt {
    margin: 4.83092vw 0 8.45411vw;
    font-weight: 400;
    font-size: 4.10628vw;
    line-height: 1.6;
    text-align: center;
    color: #061B50;
    padding-left: 3.62319vw;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
    position: relative;
  }
  .p_top .contact h2 img {
    width: 74.87923vw;
    display: inline-block;
  }
  .p_top .contact .box_privacy {
    overflow-y: auto;
    height: 38.88889vw;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    margin: 7.24638vw auto;
    padding: 5.31401vw;
    font-size: 2.89855vw;
    line-height: 1.5;
    max-width: 100%;
  }
  .p_top .contact .box_privacy h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3.86473vw;
    color: #000000;
    margin-bottom: 3.38164vw;
  }
  .p_top .contact .box_privacy h4 {
    font-size: 3.38164vw;
    font-weight: bold;
  }
  .p_top .contact .box_privacy h4 ~ h4 {
    margin-top: 3.62319vw;
  }
  .p_top .contact .cal {
    position: relative;
  }
  .p_top .contact .cal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.62319vw;
    height: 3.62319vw;
    background: url(../img/ic_cal.png) center/contain no-repeat;
    display: block;
    pointer-events: none;
  }
  .p_top .contact .wrap_datepicker {
    position: relative;
  }
  .p_top .contact .wrap_datepicker input.datepicker {
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #2F2F2F;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p_top .contact .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 1.20773vw;
    position: absolute;
    top: -7.24638vw;
    background: #fff;
    width: 67.63285vw;
    margin-top: 12.07729vw;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p {
    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;
    font-size: 3.86473vw;
    line-height: 9.66184vw;
    background: #d1d1d1;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 9.66184vw;
    height: 9.66184vw;
    position: relative;
    text-indent: -2415.21739vw;
    overflow: hidden;
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 2.17391vw;
    height: 3.62319vw;
    background: url("../img/cal_arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 3.38164vw;
    line-height: 2;
    font-weight: normal;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 3.38164vw;
    line-height: 2;
    width: 8.69565vw;
    height: 7.24638vw;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7.72947vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr 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 .cbWr 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-color: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .p_top .contact .cbWr label span::after {
    left: 1.44928vw;
    top: 1.20773vw;
    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 .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 71.49758vw;
    margin-top: 5.07246vw;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    background: #FFFFFF;
    padding: 4.83092vw 7.24638vw;
    -moz-box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.41546vw;
  }
  .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: 700;
    font-size: 4.34783vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.62319vw;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background-color: #FB803E;
    font-size: 3.38164vw;
    font-weight: 500;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    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;
    min-width: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    color: #fff;
    background-color: #807F7F;
    font-size: 3.38164vw;
    font-weight: 500;
    margin-left: 2.89855vw;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.86473vw;
    font-weight: bold;
    margin-top: 1.20773vw;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, vw(16)));
    font-size: -moz-calc(max(3.86473vw, vw(16)));
    font-size: calc(max(3.86473vw, vw(16)));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, vw(16)));
    font-size: -moz-calc(max(3.86473vw, vw(16)));
    font-size: calc(max(3.86473vw, vw(16)));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 36.23188vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    color: #000;
    padding: 26.57005vw 0 24.15459vw;
    min-height: -webkit-calc(100vh - 51.93237vw);
    min-height: -moz-calc(100vh - 51.93237vw);
    min-height: calc(100vh - 51.93237vw);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 5.7971vw;
    margin-bottom: 7.24638vw;
    text-align: center;
  }
  .p_policy .policy h2.st2 {
    color: #000;
    font-size: 5.7971vw;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 3.86473vw;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 19.32367vw;
  }
  .p_policy .policy .btnBack a {
    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;
    min-width: 84.54106vw;
    min-height: 19.56522vw;
    background: #023676;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    font-size: 5.7971vw;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 3.86473vw;
    line-height: 1.8;
    margin-top: 4.83092vw;
  }
  .p_policy .policy .dlist.st2 dt {
    font-weight: 700;
    font-size: 4.83092vw;
  }
}

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

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

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
     -moz-animation: animPopup 1.6s linear both 0.7s;
          animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes animPopup {
  0% {
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
         transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
       -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}



@media screen and (min-width: 769px) {
  .senior {
    text-emphasis: center;
    background: url(../img/senior_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 60px 0;
}
.senior .row h2 {
  width: 315px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
}
@media screen and (max-width: 768px) {
.senior .row {
  padding: 0;
}
.tel_fixed {
  position: fixed;
  bottom: 5px;
  z-index: 999;
}
.tel_fixed a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
}
