@charset "UTF-8";
@media screen and (min-width: 769px), print {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 414px;
    margin: 0 auto;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  .cta_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 414px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta_fixed span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    position: absolute;
    left: 68px;
    top: 10px;
    z-index: 3;
  }
  .p_top .cta_fixed_pc {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: -webkit-calc(50% - 207px);
    width: -moz-calc(50% - 207px);
    width: calc(50% - 207px);
    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;
    height: 100vh;
    background-color: #1B66C2;
  }
  .p_top .cta_fixed_pc .cta_fixed_pc_inner {
    height: 367px;
    width: 100%;
    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 .cta_fixed_pc_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p_top .cta_fixed_pc .cta {
    max-width: 100%;
    width: 351px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1240px) and (min-width: 769px) {
  .p_top .cta_fixed_pc .cta .cta_head {
    font-size: 16px;
    padding: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .box_l {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: -webkit-calc(50% - 207px);
    width: -moz-calc(50% - 207px);
    width: calc(50% - 207px);
    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;
    height: 100vh;
    text-align: center;
  }
  .box_l_inner {
    height: 367px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .box_l .box_ctn {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .box_l a {
    display: inline-block;
    width: 283px;
    max-width: 100%;
    margin-bottom: 14px;
  }
  .box_l figure {
    text-align: center;
  }
  .box_l figure img {
    width: 305px;
    max-width: 100%;
  }
  main {
    background-color: #fff;
  }
  .header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: relative;
    background-color: #fff;
  }
  .header > p {
    padding: 5px 15px;
    background-color: #1B66C2;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
  }
  .header .row {
    padding: 12px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .header .logo {
    display: inline-block;
    width: 155px;
  }
  .header .payment {
    width: 221px;
  }
  .footer {
    padding: 20px 0 15px;
  }
  .footer ul {
    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;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .footer ul li:not(:last-child) {
    position: relative;
    margin-right: 14px;
  }
  .footer ul li:not(:last-child)::after {
    content: "｜";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer ul li a {
    font-size: 16px;
  }
  .footer p {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background: #1B66C2;
    position: relative;
    padding: 70px 0 35px;
    text-align: center;
  }
  .p_top .cta .row {
    padding: 0 30px;
  }
  .p_top .cta .cta_main {
    background: #FFFFFF;
    padding: 0 15px 25px;
  }
  .p_top .cta .cta_head {
    position: relative;
    top: -35px;
    width: 267px;
    min-height: 71px;
    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;
    background: #FBFF00;
    -moz-border-radius: 35px;
         border-radius: 35px;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #14538E;
    margin-bottom: -35px;
    max-width: 100%;
  }
  .p_top .cta .cta_ct {
    margin-top: 15px;
  }
  .p_top .cta .cta_tt {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    color: #1B66C2;
    margin-bottom: 5px;
  }
  .p_top .cta .cta_tt.st2 {
    color: #FF502D;
  }
  .p_top .cta .cta_tt.st3 {
    color: #009746;
  }
  .p_top .cta .cta_tt.st4 {
    color: #B729A8;
  }
  .p_top .cta .cta_btn {
    padding-top: 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .cta_btn .cta_tt ~ .cta_tt {
    margin-top: 15px;
  }
  .p_top .blk02 {
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
  }
  .p_top .blk03 {
    background: url(../img/blk03_bg.png) repeat;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 50px 0 35px;
  }
  .p_top .blk03::after {
    content: "";
    position: absolute;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 100%;
    background: #1b66c2;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 h2 {
    position: relative;
    text-align: center;
  }
  .p_top .blk03 ul li + li {
    margin-top: 10px;
  }
  .p_top .blk05 {
    padding: 35px 0;
    background: url(../img/grid.png) repeat;
  }
  .p_top .blk05 h2 {
    margin-bottom: 20px;
  }
  .p_top .blk05 .blk05_img2, .p_top .blk05 .blk05_img4 {
    margin: 35px 0 15px;
  }
  .p_top .blk05 .blk05_img3 {
    text-align: center;
  }
  .p_top .blk05 .blk05_img3 img {
    display: inline-block;
    width: 311px;
  }
  .p_top .blk06 {
    background: url(../img/grid.png) repeat;
    padding-bottom: 41px;
  }
  .p_top .blk06 .blk06_img1 {
    margin: 15px 0 20px;
    margin-right: -8px;
  }
  .p_top .blk06 .list li + li {
    margin-top: 15px;
  }
  .p_top .blk06 .textB {
    margin-top: 41px;
    text-align: center;
  }
  .p_top .blk06 .textB img {
    width: 341px;
  }
  .p_top .blk07 {
    background-color: #F6FCFF;
    padding-bottom: 35px;
  }
  .p_top .blk07 h2 {
    margin-bottom: 10px;
  }
  .p_top .blk08 {
    background: url(../img/grid.png) repeat;
    padding: 35px 0;
  }
  .p_top .blk08 h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  .p_top .blk08 h2 img {
    width: 214px;
  }
  .p_top .blk08 .qa_list {
    margin-top: 44px;
  }
  .p_top .blk08 .qa_list dl + dl {
    margin-top: 28px;
  }
  .p_top .blk08 .qa_list dl dt {
    background-color: #008CD6;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.11111;
    color: #FFFFFF;
    padding: 19px 15px;
    position: relative;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .blk08 .qa_list dl dd {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 500;
    color: #363231;
    padding-top: 13px;
  }
  .p_top .blk09 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    color: #FFFFFF;
    background-color: #0A3E7E;
    padding: 35px 0;
  }
  .p_top .blk09 h2 {
    margin-bottom: 35px;
    text-align: center;
  }
  .p_top .blk09 h2 ~ h2 {
    margin-top: 35px;
  }
  .p_top .blk09 h2 img {
    display: inline-block;
    width: 222px;
  }
  .p_top .blk09 h2.st2 img {
    width: 290px;
  }
  .p_top .contact {
    padding: 35px 0 23px;
    background-color: #F7891B;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  .p_top .contact h2 img {
    display: inline-block;
    width: 323px;
  }
  .p_top .form {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 40px 27px 30px;
  }
  .p_top .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .form .box_privacy {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    padding: 0 13px 23px;
    height: 161px;
    overflow-y: auto;
    margin-top: 10px;
  }
  .p_top .form .box_privacy dl dt {
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
  }
  .p_top .form .box_privacy dl dd {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
  }
  .p_top .form .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .cbWr div, .p_top .form .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .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;
    color: #000;
  }
  .p_top .form .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .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 .form .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 .form .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 .form .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form 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 .form > dl + dl {
    margin-top: 15px;
  }
  .p_top .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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
  }
  .p_top .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: #FFE604;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-left: 6px;
  }
  .p_top .form > dl dd {
    width: 100%;
  }
  .p_top .form > dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    position: relative;
    height: 48px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
    position: relative;
  }
  .p_top .form > dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
  }
  .p_top .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 18px;
    background: transparent;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    z-index: 3;
  }
  .p_top .form > dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .form > dl dd input {
    width: 100%;
    padding: 0 18px;
    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 .form > dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd input::-moz-placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd input::placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd textarea {
    width: 100%;
    padding: 10px 18px;
    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 .form > dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .p_top .form > dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .p_top .form > dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .p_top .form > dl dd textarea::placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .thanks {
    padding: 45px 0 50px;
    text-align: center;
    min-height: -webkit-calc(100vh - 215px);
    min-height: -moz-calc(100vh - 215px);
    min-height: calc(100vh - 215px);
  }
  .thanks h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    color: #0A3E7E;
  }
  .thanks p {
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    text-align: left;
    font-weight: 500;
  }
  .privacy {
    padding: 45px 0 50px;
    min-height: -webkit-calc(100vh - 215px);
    min-height: -moz-calc(100vh - 215px);
    min-height: calc(100vh - 215px);
    color: #000;
  }
  .privacy h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #0A3E7E;
    margin-bottom: 25px;
  }
  .privacy .privacy_ctn {
    font-size: 16px;
    line-height: 1.75;
  }
  .privacy .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.625;
    font-weight: bold;
  }
  .privacy .dlist dl + dl {
    margin-top: 25px;
  }
  .privacy .dlist dl dt {
    width: 104px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .privacy .dlist dl dd {
    width: 100%;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 185.50725vw;
    margin: 0 auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .cta_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .cta_fixed .cta_fixed_mail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 59.90338vw;
  }
  .cta_fixed .cta_fixed_line {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.09179vw;
  }
  .header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: relative;
    background-color: #fff;
  }
  .header > p {
    padding: 1.20773vw 3.62319vw;
    background-color: #1B66C2;
    color: #fff;
    font-weight: 500;
    font-size: 2.89855vw;
  }
  .header .row {
    padding: 2.89855vw 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .header .logo {
    display: inline-block;
    width: 37.43961vw;
  }
  .header .payment {
    width: 53.38164vw;
  }
  .footer {
    padding: 4.83092vw 0 3.62319vw;
    color: #000;
  }
  .footer ul {
    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;
    margin-bottom: 10.38647vw;
    font-weight: 500;
  }
  .footer ul li:not(:last-child) {
    position: relative;
    margin-right: 3.38164vw;
  }
  .footer ul li:not(:last-child)::after {
    content: "｜";
    font-size: 3.38164vw;
    position: absolute;
    top: 50%;
    right: -3.38164vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer ul li a {
    font-size: 3.86473vw;
  }
  .footer p {
    font-size: 3.38164vw;
    text-align: center;
  }
  .p_top .footer {
    padding-bottom: 21.73913vw;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background: #1B66C2;
    position: relative;
    padding: 16.90821vw 0 8.45411vw;
    text-align: center;
  }
  .p_top .cta .row {
    padding: 0 7.24638vw;
  }
  .p_top .cta .cta_main {
    background: #FFFFFF;
    padding: 0 3.62319vw 6.03865vw;
  }
  .p_top .cta .cta_head {
    position: relative;
    top: -8.45411vw;
    min-width: 64.49275vw;
    min-height: 17.14976vw;
    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;
    background: #FBFF00;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    font-weight: 900;
    font-size: 4.34783vw;
    line-height: 1.56;
    text-align: center;
    color: #14538E;
    margin-bottom: -8.45411vw;
  }
  .p_top .cta .cta_ct {
    margin-top: 3.62319vw;
  }
  .p_top .cta .cta_tt {
    font-weight: 700;
    font-size: 3.62319vw;
    line-height: 1.3;
    text-align: center;
    color: #1B66C2;
    margin-bottom: 1.20773vw;
  }
  .p_top .cta .cta_tt.st2 {
    color: #FF502D;
  }
  .p_top .cta .cta_tt.st3 {
    color: #009746;
  }
  .p_top .cta .cta_tt.st4 {
    color: #B729A8;
  }
  .p_top .cta .cta_btn {
    padding-top: 3.62319vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .cta_btn .cta_tt ~ .cta_tt {
    margin-top: 3.62319vw;
  }
  .p_top .blk02 {
    margin-bottom: -7.24638vw;
    position: relative;
    z-index: 2;
  }
  .p_top .blk03 {
    background: url(../img/blk03_bg.png) repeat;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 12.07729vw 0 8.45411vw;
  }
  .p_top .blk03::after {
    content: "";
    position: absolute;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4.83092vw;
    height: 100%;
    background: #1b66c2;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 h2 {
    position: relative;
    text-align: center;
  }
  .p_top .blk03 ul li + li {
    margin-top: 2.41546vw;
  }
  .p_top .blk05 {
    padding: 8.45411vw 0;
    background: url(../img/grid.png) repeat;
  }
  .p_top .blk05 h2 {
    margin-bottom: 4.83092vw;
  }
  .p_top .blk05 .blk05_img2, .p_top .blk05 .blk05_img4 {
    margin: 8.45411vw 0 3.62319vw;
  }
  .p_top .blk05 .blk05_img3 {
    text-align: center;
  }
  .p_top .blk05 .blk05_img3 img {
    display: inline-block;
    width: 75.12077vw;
  }
  .p_top .blk06 {
    background: url(../img/grid.png) repeat;
    padding-bottom: 9.90338vw;
  }
  .p_top .blk06 .blk06_img1 {
    margin: 3.62319vw 0 4.83092vw;
    margin-right: -1.93237vw;
  }
  .p_top .blk06 .list li + li {
    margin-top: 3.62319vw;
  }
  .p_top .blk06 .textB {
    margin-top: 9.90338vw;
    text-align: center;
  }
  .p_top .blk06 .textB img {
    width: 82.36715vw;
  }
  .p_top .blk07 {
    background-color: #F6FCFF;
    padding-bottom: 8.45411vw;
  }
  .p_top .blk07 h2 {
    margin-bottom: 2.41546vw;
  }
  .p_top .blk08 {
    background: url(../img/grid.png) repeat;
    padding: 8.45411vw 0;
  }
  .p_top .blk08 h2 {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .p_top .blk08 h2 img {
    width: 51.69082vw;
  }
  .p_top .blk08 .qa_list {
    margin-top: 10.62802vw;
  }
  .p_top .blk08 .qa_list dl + dl {
    margin-top: 6.76329vw;
  }
  .p_top .blk08 .qa_list dl dt {
    background-color: #008CD6;
    font-weight: 800;
    font-size: 3.86473vw;
    line-height: 1.11111;
    color: #FFFFFF;
    padding: 4.58937vw 3.62319vw;
    position: relative;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .blk08 .qa_list dl dd {
    font-size: 3.38164vw;
    line-height: 1.57143;
    font-weight: 500;
    color: #363231;
    padding-top: 3.1401vw;
  }
  .p_top .blk09 {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.57;
    color: #FFFFFF;
    background-color: #0A3E7E;
    padding: 8.45411vw 0;
  }
  .p_top .blk09 h2 {
    margin-bottom: 8.45411vw;
    text-align: center;
  }
  .p_top .blk09 h2 ~ h2 {
    margin-top: 8.45411vw;
  }
  .p_top .blk09 h2 img {
    display: inline-block;
    width: 53.62319vw;
  }
  .p_top .blk09 h2.st2 img {
    width: 70.04831vw;
  }
  .p_top .contact {
    padding: 8.45411vw 0 5.55556vw;
    background-color: #F7891B;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .p_top .contact h2 img {
    display: inline-block;
    width: 78.01932vw;
  }
  .p_top .form {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 9.66184vw 6.52174vw 7.24638vw;
  }
  .p_top .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .form .box_privacy {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    padding: 0 3.1401vw 5.55556vw;
    height: 38.88889vw;
    overflow-y: auto;
    margin-top: 2.41546vw;
  }
  .p_top .form .box_privacy dl dt {
    padding: 2.89855vw;
    font-weight: 700;
    font-size: 3.86473vw;
    color: #000000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
  }
  .p_top .form .box_privacy dl dd {
    font-size: 2.89855vw;
    line-height: 1.5;
    color: #000000;
  }
  .p_top .form .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.83092vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .cbWr div, .p_top .form .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .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;
    color: #000;
  }
  .p_top .form .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .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 .form .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 .form .cbWr label span::after {
    left: 1.44928vw;
    top: 0.96618vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form 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 .form > dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.38164vw;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #000;
  }
  .p_top .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: #FFE604;
    font-size: 3.38164vw;
    color: #000;
    font-weight: 500;
    margin-left: 1.44928vw;
  }
  .p_top .form > dl dd {
    width: 100%;
  }
  .p_top .form > dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    position: relative;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    position: relative;
  }
  .p_top .form > dl dd .select label::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: 0;
    height: 0;
    border-left: 1.20773vw solid transparent;
    border-right: 1.20773vw solid transparent;
    border-top: 1.93237vw solid #000;
  }
  .p_top .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 4.34783vw;
    background: transparent;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    z-index: 3;
  }
  .p_top .form > dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .form > dl dd input {
    width: 100%;
    padding: 0 4.34783vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    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 .form > dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd input::-moz-placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd input::placeholder {
    color: #D0D0D0;
    font-weight: 500;
  }
  .p_top .form > dl dd textarea {
    width: 100%;
    padding: 2.41546vw 4.34783vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    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 .form > dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .p_top .form > dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .p_top .form > dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .p_top .form > dl dd textarea::placeholder {
    color: #D0D0D0;
    font-weight: 500;
    opacity: 1;
  }
  .thanks {
    padding: 10.86957vw 0 12.07729vw;
    text-align: center;
    min-height: -webkit-calc(100vh - 51.93237vw);
    min-height: -moz-calc(100vh - 51.93237vw);
    min-height: calc(100vh - 51.93237vw);
  }
  .thanks h2 {
    font-weight: bold;
    font-size: 5.7971vw;
    text-align: center;
    margin-bottom: 6.03865vw;
    color: #0A3E7E;
  }
  .thanks p {
    font-size: 3.86473vw;
    line-height: 1.625;
    color: #000;
    text-align: left;
    font-weight: 500;
  }
  .privacy {
    padding: 10.86957vw 0 12.07729vw;
    min-height: -webkit-calc(100vh - 51.93237vw);
    min-height: -moz-calc(100vh - 51.93237vw);
    min-height: calc(100vh - 51.93237vw);
    color: #000;
  }
  .privacy h2 {
    font-weight: bold;
    font-size: 5.7971vw;
    text-align: center;
    color: #0A3E7E;
    margin-bottom: 6.03865vw;
  }
  .privacy .privacy_ctn {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .privacy .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    line-height: 1.625;
    font-weight: bold;
  }
  .privacy .dlist dl + dl {
    margin-top: 6.03865vw;
  }
  .privacy .dlist dl dt {
    width: 25.12077vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .privacy .dlist dl dd {
    width: 100%;
    font-weight: 500;
  }
}

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

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

iframe{
  width:100%;
  height:400px;
}