@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;
  }
  .p_top .cta_fixed_pc .cta_fixed_pc_inner {
    height: 367px;
    width: 100%;
    background-color: #fff;
    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 .cta_fixed_pc_head {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.375;
    text-align: center;
    color: #31302B;
    margin-bottom: 14px;
  }
  .p_top .cta_fixed_pc .cta_fixed_pc_head span {
    color: #D60522;
    display: block;
  }
  .p_top .cta_fixed_pc .cta_fixed_pc_head span i {
    font-style: normal;
  }
  .p_top .cta_fixed_pc .cta {
    background: none !important;
    max-width: 380px;
    padding: 0;
  }
  .p_top .cta_fixed_pc .cta .cta_btn {
    padding: 0;
  }
  .p_top .cta_fixed_pc .cta_head {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .p_top .cta_fixed_pc .cta_head img {
    width: 93.9%;
  }
  .p_top .cta_fixed_pc .cta .cta_btn .cta_tel span {
    font-size: 29px;
    top: 11px;
    left: 61px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .p_top .cta_fixed_pc .cta .cta_btn .cta_tel span {
    font-size: 2.3vw !important;
    left: 5vw !important;
    top: 0.9vw !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1040px) {
  .p_top .cta_fixed_pc .cta .cta_btn .cta_tel span {
    font-size: 2vw !important;
    left: 4.5vw !important;
    top: 0.8vw !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
  .p_top .cta_fixed_pc .cta .cta_btn .cta_tel span {
    font-size: 1.8vw !important;
    left: 4vw !important;
    top: 0.8vw !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 840px) {
  .p_top .cta_fixed_pc .cta .cta_btn .cta_tel span {
    font-size: 1.6vw !important;
    left: 3.6vw !important;
    top: 0.8vw !important;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .cta_fixed_pc_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .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 {
    background: #fff url(../img/box_l_bg.png) center bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    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: 303px;
    max-width: 100%;
  }
  .box_l span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .box_l figure {
    text-align: center;
  }
  .box_l figure img {
    width: 240px;
    max-width: 100%;
  }
  body {
    background: #FCD02E url(../img/bg.png) center top no-repeat;
    background-attachment: fixed;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  main {
    background-color: #fff;
  }
  .header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: relative;
    padding: 10px 0;
    background-color: #fff;
  }
  .header .row {
    padding-right: 5px;
    padding-left: 10px;
  }
  .header .hdt {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .hdl p {
    font-weight: 700;
    font-size: 10px;
    color: #000000;
  }
  .header .logo {
    display: inline-block;
    width: 177px;
  }
  .header .header_r {
    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 .header_r * {
    font-size: 0;
    line-height: 0;
  }
  .header .header_r .hrl_top {
    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 .header_r .hrl_top > span {
    width: 48px;
    margin-left: 3px;
  }
  .header .header_r .payment {
    width: 163px;
    margin-left: auto;
  }
  .header .header_r .header_tel {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    line-height: 1;
    position: relative;
    padding-left: 35px;
    white-space: nowrap;
    width: 136px;
    height: 24px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    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 .header_r .header_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21px;
    height: 14px;
    background: url(../img/ic_phone.svg) center/100% 100% no-repeat;
    display: block;
  }
  .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;
  }
  .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: 14px;
  }
  .footer p {
    font-size: 14px;
    text-align: center;
  }
  .p_top .footer {
    background: url(../img/blk02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background: url(../img/blk02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    padding: 28px 0 38px;
  }
  .p_top .cta .cta_main {
    background: #FFFFFF;
    border: 3px solid #31302B;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow-x: hidden;
  }
  .p_top .cta .cta_head {
    position: relative;
    background-color: #31302B;
    padding: 15px;
    position: relative;
  }
  .p_top .cta .cta_head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 52px;
    height: 77px;
    background: url(../img/ic_talk.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_head p {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.375;
    color: #FFFFFF;
  }
  .p_top .cta .cta_head p span {
    display: block;
    color: #FFE500;
  }
  .p_top .cta .cta_head p span i {
    font-style: normal;
  }
  .p_top .cta .cta_btn {
    padding: 17px 14px 23px;
    background-color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .cta_btn a {
    display: block;
  }
  .p_top .cta .cta_btn a + a {
    margin-top: 12px;
  }
  .p_top .cta .cta_btn .cta_tel {
    position: relative;
  }
  .p_top .cta .cta_btn .cta_tel span {
    position: absolute;
    left: 78px;
    top: 15px;
    font-weight: bold;
    font-size: 37px;
    line-height: 1;
    color: #FFFFFF;
    z-index: 3;
  }
  .p_top .blk01 {
    padding: 19px 0 34px;
    text-align: center;
    background: url(../img/blk01_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blk01_main {
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 22px;
  }
  .p_top .blk01 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .p_top .blk01 h2 img {
    width: 352px;
  }
  .p_top .blk02 {
    background: url(../img/blk02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk03 {
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk03 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
  }
  .p_top .blk03 h2 img {
    width: 384px;
  }
  .p_top .blk04 {
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 43px 0 33px;
  }
  .p_top .blk04 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
  }
  .p_top .blk04 h2 img {
    width: 384px;
  }
  .p_top .blk05 {
    padding: 0 0 36px;
    background: #FFE500 url(../img/blk05_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk05 h2 {
    position: relative;
    margin-top: -23px;
    top: -23px;
    margin-bottom: -49px;
  }
  .p_top .blk05 .row {
    position: relative;
    z-index: 2;
  }
  .p_top .blk05 ul li + li {
    margin-top: 29px;
  }
  .p_top .blk06 {
    background: #31AA8A;
    padding-bottom: 40px;
    padding-top: 45px;
    -moz-background-size: 272px auto;
         background-size: 272px auto;
  }
  .p_top .blk06 .text {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44444;
    color: #FFFFFF;
    padding: 25px 0 20px;
  }
  .p_top .blk06 .text span {
    color: #FFE500;
  }
  .p_top .blk06 h2 {
    text-align: center;
  }
  .p_top .blk06 h2 img {
    width: 206.5px;
  }
  .p_top .blk06 .dlist dl {
    border: 2px solid #000000;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #FFA800;
    overflow: hidden;
  }
  .p_top .blk06 .dlist dl + dl {
    margin-top: 10px;
  }
  .p_top .blk06 .dlist dl dt {
    position: relative;
    padding: 14px 17px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    position: relative;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .blk06 .dlist dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .blk06 .dlist dl dt i:before, .p_top .blk06 .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .blk06 .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .blk06 .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .blk06 .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .blk06 .dlist dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .blk06 .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .blk06 .dlist dl dd .actCt {
    padding: 13px 17px 22px;
    border-top: 3px solid #983132;
    background-color: #fff;
  }
  .p_top .blk06 .dlist dl dd .actCt p {
    line-height: 2;
    font-size: 14px;
    text-align: left;
    color: #000;
  }
  .p_top .blk07 {
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-top: 31px;
    padding-bottom: 10px;
  }
  .p_top .blk07 h2 {
    text-align: center;
    margin-bottom: 8px;
  }
  .p_top .blk07 h2 img {
    width: 384px;
  }
  .p_top .blk07 .qa_list {
    margin-top: 44px;
  }
  .p_top .blk07 .qa_list dl {
    background-color: #fff;
  }
  .p_top .blk07 .qa_list dl + dl {
    margin-top: 11px;
  }
  .p_top .blk07 .qa_list dl dt {
    background-color: #31302B;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.11111;
    color: #FFFFFF;
    padding: 15px 24px 15px 54px;
    position: relative;
  }
  .p_top .blk07 .qa_list dl dt::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 11px;
    width: 28px;
    height: 28px;
    background: url(../img/ic_q.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk07 .qa_list dl dd {
    font-size: 14px;
    line-height: 1.85714;
    padding: 11px 18px;
  }
  .p_top .form {
    position: relative;
    z-index: 2;
  }
  .p_top .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .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: 284px;
    margin-top: 19px;
  }
  .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;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 16px;
    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: 5px;
         border-radius: 5px;
    background: #D60522;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    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: 47px;
    background: #F2F2F2;
    border: 0;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 9px;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .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;
    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: 47px;
    background: #F2F2F2;
    border: 0;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  
  .p_top .form dl dd textarea {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 197px;
    background: #F4F4F4;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .thanks {
    padding: 65px 0 50px;
    text-align: center;
    min-height: -webkit-calc(100vh - 163px);
    min-height: -moz-calc(100vh - 163px);
    min-height: calc(100vh - 163px);
  }
  .thanks h2 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  .thanks p {
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    text-align: left;
  }
  .privacy {
    padding: 65px 0 50px;
    min-height: -webkit-calc(100vh - 163px);
    min-height: -moz-calc(100vh - 163px);
    min-height: calc(100vh - 163px);
  }
  .privacy h2 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
  }
  .privacy .privacy_ctn {
    font-size: 16px;
    line-height: 1.625;
  }
  .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%;
  }
}

@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.38164vw;
    padding-right: 3.38164vw;
  }
  .inner {
    padding-left: 3.38164vw;
    padding-right: 3.38164vw;
  }
  .cta_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .cta_fixed dl {
    text-align: center;
  }
  .cta_fixed dl dt {
    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;
    width: 92.75362vw;
    height: 7.97101vw;
    background: #31302B;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    position: relative;
    font-weight: 700;
    font-size: 3.38164vw;
    color: #FFFFFF;
  }
  .cta_fixed dl dt span {
    color: #FFE500;
  }
  .cta_fixed dl dt span i {
    font-style: normal;
  }
  .cta_fixed dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.93237vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.93237vw solid transparent;
    border-right: 1.93237vw solid transparent;
    border-top: 2.17391vw solid #31302B;
  }
  .cta_fixed dl dd {
    margin-top: -3.62319vw;
    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;
    padding: 5.7971vw 1.69082vw 1.93237vw;
    background-color: #fff;
  }
  .cta_fixed dl dd .cta_fixed_mail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14.7343vw;
  }
  .cta_fixed dl dd .cta_fixed_line {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14.25121vw;
  }
  .cta_fixed dl dd a:not(:last-child) {
    margin-right: 0.72464vw;
  }
  .cta_fixed dl dd .cta_fixed_tel {
    width: 100%;
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
    height: 14.25121vw;
    background: #FF7613;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    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;
    color: #fff;
  }
  .cta_fixed dl dd .cta_fixed_tel > span {
    position: relative;
    padding-left: 11.35266vw;
    display: block;
    text-align: left;
  }
  .cta_fixed dl dd .cta_fixed_tel > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.66184vw;
    height: 6.52174vw;
    background: url(../img/ic_tel2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .cta_fixed dl dd .cta_fixed_tel > span span {
    font-size: 7.00483vw;
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  .cta_fixed dl dd .cta_fixed_tel > span small {
    display: block;
    font-size: 2.41546vw;
  }
  .header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: relative;
    padding: 2.41546vw 0;
  }
  .header .row {
    padding-right: 1.20773vw;
    padding-left: 2.41546vw;
  }
  .header .hdt {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .hdl p {
    font-weight: 700;
    font-size: 2.41546vw;
    color: #000000;
  }
  .header .logo {
    display: inline-block;
    width: 42.75362vw;
  }
  .header .header_r {
    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 .header_r * {
    font-size: 0;
    line-height: 0;
  }
  .header .header_r .hrl_top {
    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 .header_r .hrl_top > span {
    width: 11.5942vw;
    margin-left: 0.72464vw;
  }
  .header .header_r .payment {
    width: 39.37198vw;
    margin-left: auto;
  }
  .header .header_r .header_tel {
    font-weight: bold;
    font-size: 3.38164vw;
    color: #fff;
    background-color: #000;
    line-height: 1;
    position: relative;
    padding-left: 8.45411vw;
    white-space: nowrap;
    width: 32.85024vw;
    height: 5.7971vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    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 .header_r .header_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.07246vw;
    height: 3.38164vw;
    background: url(../img/ic_phone.svg) center/100% 100% no-repeat;
    display: block;
  }
  .footer {
    padding: 4.83092vw 0 3.62319vw;
  }
  .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: 0.96618vw;
  }
  .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.38164vw;
  }
  .footer p {
    font-size: 3.38164vw;
    text-align: center;
  }
  .p_top .footer {
    background: url(../img/blk02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 28.98551vw;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background: url(../img/blk02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    padding: 6.76329vw 0 9.17874vw;
  }
  .p_top .cta .cta_main {
    background: #FFFFFF;
    border: 0.72464vw solid #31302B;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow-x: hidden;
  }
  .p_top .cta .cta_head {
    position: relative;
    background-color: #31302B;
    padding: 3.62319vw;
    position: relative;
  }
  .p_top .cta .cta_head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.72464vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.56039vw;
    height: 18.59903vw;
    background: url(../img/ic_talk.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_head p {
    text-align: center;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.375;
    color: #FFFFFF;
  }
  .p_top .cta .cta_head p span {
    display: block;
    color: #FFE500;
  }
  .p_top .cta .cta_head p span i {
    font-style: normal;
  }
  .p_top .cta .cta_btn {
    padding: 4.10628vw 3.38164vw 5.55556vw;
    background-color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .cta_btn a {
    display: block;
  }
  .p_top .cta .cta_btn a + a {
    margin-top: 2.89855vw;
  }
  .p_top .cta .cta_btn .cta_tel {
    position: relative;
  }
  .p_top .cta .cta_btn .cta_tel span {
    position: absolute;
    left: 18.84058vw;
    top: 3.62319vw;
    font-weight: bold;
    font-size: 8.9372vw;
    line-height: 1;
    color: #FFFFFF;
    z-index: 3;
  }
  .p_top .blk01 {
    padding: 4.58937vw 0 8.21256vw;
    text-align: center;
    background: url(../img/blk01_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blk01_main {
    background: #FFFFFF;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 5.31401vw;
  }
  .p_top .blk01 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .blk01 h2 img {
    width: 85.02415vw;
  }
  .p_top .blk02 {
    background: url(../img/blk02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk03 {
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk03 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 1.93237vw;
  }
  .p_top .blk03 h2 img {
    width: 92.75362vw;
  }
  .p_top .blk04 {
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 10.38647vw 0 7.97101vw;
  }
  .p_top .blk04 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 1.93237vw;
  }
  .p_top .blk04 h2 img {
    width: 92.75362vw;
  }
  .p_top .blk05 {
    padding: 0 0 8.69565vw;
    background: #FFE500 url(../img/blk05_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk05 h2 {
    position: relative;
    margin-top: -5.55556vw;
    top: -5.55556vw;
    margin-bottom: -11.83575vw;
  }
  .p_top .blk05 .row {
    position: relative;
    z-index: 2;
  }
  .p_top .blk05 ul li + li {
    margin-top: 7.00483vw;
  }
  .p_top .blk06 {
    background: #31AA8A;
    padding-bottom: 9.66184vw;
    padding-top: 10.86957vw;
    -moz-background-size: 65.70048vw auto;
         background-size: 65.70048vw auto;
  }
  .p_top .blk06 .text {
    text-align: center;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.44444;
    color: #FFFFFF;
    padding: 6.03865vw 0 4.83092vw;
  }
  .p_top .blk06 .text span {
    color: #FFE500;
  }
  .p_top .blk06 h2 {
    text-align: center;
  }
  .p_top .blk06 h2 img {
    width: 49.87923vw;
  }
  .p_top .blk06 .dlist dl {
    border: 0.48309vw solid #000000;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #FFA800;
    overflow: hidden;
  }
  .p_top .blk06 .dlist dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .blk06 .dlist dl dt {
    position: relative;
    padding: 3.38164vw 4.10628vw;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    position: relative;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .blk06 .dlist dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 4.10628vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .blk06 .dlist dl dt i:before, .p_top .blk06 .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .blk06 .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .blk06 .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .blk06 .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .blk06 .dlist dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .blk06 .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .blk06 .dlist dl dd .actCt {
    padding: 3.1401vw 4.10628vw 5.31401vw;
    border-top: 0.72464vw solid #983132;
    background-color: #fff;
  }
  .p_top .blk06 .dlist dl dd .actCt p {
    line-height: 2;
    font-size: 3.38164vw;
    text-align: left;
    color: #000;
  }
  .p_top .blk07 {
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-top: 7.48792vw;
    padding-bottom: 2.41546vw;
  }
  .p_top .blk07 h2 {
    text-align: center;
    margin-bottom: 1.93237vw;
  }
  .p_top .blk07 h2 img {
    width: 92.75362vw;
  }
  .p_top .blk07 .qa_list {
    margin-top: 10.62802vw;
  }
  .p_top .blk07 .qa_list dl {
    background-color: #fff;
  }
  .p_top .blk07 .qa_list dl + dl {
    margin-top: 2.657vw;
  }
  .p_top .blk07 .qa_list dl dt {
    background-color: #31302B;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.11111;
    color: #FFFFFF;
    padding: 3.62319vw 5.7971vw 3.62319vw 13.04348vw;
    position: relative;
  }
  .p_top .blk07 .qa_list dl dt::before {
    content: "";
    position: absolute;
    left: 4.34783vw;
    top: 2.657vw;
    width: 6.76329vw;
    height: 6.76329vw;
    background: url(../img/ic_q.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk07 .qa_list dl dd {
    font-size: 3.38164vw;
    line-height: 1.85714;
    padding: 2.657vw 4.34783vw;
  }
  .p_top .form {
    position: relative;
    z-index: 2;
  }
  .p_top .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .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: 68.59903vw;
    margin-top: 4.58937vw;
  }
  .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;
    margin-bottom: 0.96618vw;
    font-weight: bold;
    font-size: 3.86473vw;
    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: 1.20773vw;
         border-radius: 1.20773vw;
    background: #D60522;
    font-size: 2.89855vw;
    color: #fff;
    font-weight: bold;
    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.35266vw;
    background: #F2F2F2;
    border: 0;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.93237vw;
    height: 2.17391vw;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .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;
    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.35266vw;
    background: #F2F2F2;
    border: 0;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #C5C5C5;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #C5C5C5;
    opacity: 1;
  }

  .p_top .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    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: 47.58454vw;
    background: #F4F4F4;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #9E9E9E;
    opacity: 1;
  }
  .thanks {
    padding: 15.70048vw 0 12.07729vw;
    text-align: center;
    min-height: -webkit-calc(100vh - 39.37198vw);
    min-height: -moz-calc(100vh - 39.37198vw);
    min-height: calc(100vh - 39.37198vw);
  }
  .thanks h2 {
    font-weight: bold;
    font-size: 7.72947vw;
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .thanks p {
    font-size: 3.86473vw;
    line-height: 1.625;
    color: #000;
    text-align: left;
  }
  .privacy {
    padding: 15.70048vw 0 12.07729vw;
    min-height: -webkit-calc(100vh - 39.37198vw);
    min-height: -moz-calc(100vh - 39.37198vw);
    min-height: calc(100vh - 39.37198vw);
  }
  .privacy h2 {
    font-weight: bold;
    font-size: 7.72947vw;
    text-align: center;
    color: #000000;
    margin-bottom: 8.45411vw;
  }
  .privacy .privacy_ctn {
    font-size: 3.86473vw;
    line-height: 1.625;
  }
  .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%;
  }
}

.error {
  color: #ff0000;
  text-align: left;
  display: block;
}

.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;
}

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

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

.blk03img {
  width: 95%;
  margin: 0 auto;
  margin-top: 3rem;
}