@charset "UTF-8";

/* setting.scss start*/
#lp .sec6_area .sec6_flex .box .box_on .textBox,
#lp .sec6_area .sec6_flex .box .box_on .round,
#lp .sec6_area .sec6_flex .box .box_on .round .box1info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック","メイリオ", sans-serif;
    font-size: 62.5%;
    color: #222222;
    min-width: 1200px;
    font-weight: 500;
}

.boxwap {
    width: 80%;
    margin: 0 auto;
}

.wap1040 {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
}

.fade,
.header_flex .logo,
.header_flex .contact,
#lp .mainArea .textArea .roundback .cv_contact,
#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .contact,
#lp .form .formArea .contactArea li.btn input {
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.fade:hover,
.header_flex .logo:hover,
.header_flex .contact:hover,
#lp .mainArea .textArea .roundback .cv_contact:hover,
#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .contact:hover,
#lp .form .formArea .contactArea li.btn input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffa026;
    height: 2px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

/* setting.scss end*/
/* main.scss start*/
@media screen and (max-width: 480px) {
    .wap1040 {
        width: 94%;
        min-width: 94%;
        margin: 0 auto;
    }

    body {
        min-width: 100%;
    }

    .boxwap {
        width: 94%;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

#load {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
}

#load .load_up {
    background-color: #f5ed2a;
    background-image: url(../images/lp_1/dotted.png);
    background-repeat: repeat;
    background-size: 2%;
    height: 50vh;
    position: relative;
}

#load .load_up img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 23%;
}

#load .load_down {
    background-color: #f5ed2a;
    background-image: url(../images/lp_1/dotted.png);
    background-repeat: repeat;
    background-size: 2%;
    height: 50vh;
    position: relative;
}

#load .load_down img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 23%;
}

header {
    border-bottom: 4px solid #409bf5;
}

.header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1% 0;
}

@media screen and (max-width: 480px) {
    .header_flex {
        padding: 2% 0;
    }
}

.header_flex .logo {
    width: 10%;
    margin-right: auto;
    margin-left: 0;
}

@media screen and (max-width: 480px) {
    .header_flex .logo {
        width: 35%;
    }
}

.header_flex .logo img {
    width: 100%;
    height: auto;
}

.header_flex .telsize {
    width: 3%;
    margin-right: 1%;
    padding-top: 0.5%;
}

@media screen and (max-width: 480px) {
    .header_flex .telsize {
        width: 8%;
        margin-right: 1%;
        padding-top: 0;
    }
}

.header_flex .telsize img {
    width: 100%;
    height: auto;
}

.header_flex .telArea {
    padding-top: 0.5%;
}

@media screen and (max-width: 480px) {
    .header_flex .telArea {
        display: none;
    }
}

.header_flex .telArea .tel {
    font-size: 2.3vw;
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1200px) {
    .header_flex .telArea .tel {
        font-size: 3em;
    }
}

.header_flex .telArea .info {
    font-size: 0.5vw;
}

@media screen and (max-width: 1200px) {
    .header_flex .telArea .info {
        font-size: 1.1em;
    }
}

.header_flex .contact {
    width: 20%;
    margin-left: 2%;
}

@media screen and (max-width: 480px) {
    .header_flex .contact {
        width: 35%;
        margin-left: 2%;
    }
}

.header_flex .contact img {
    width: 100%;
    height: auto;
}

#wapper {
    width: 100%;
    overflow-x: hidden;
}

#lp {
    display: none;
}

#lp .mainArea {
    position: relative;
    overflow-y: hidden;
}

#lp .mainArea .textArea {
    width: 45%;
    margin-left: 5%;
    position: relative;
    padding-top: 5.5%;
    padding-bottom: 3%;
    top: -200vh;
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea {
        width: 100%;
        margin-left: 0;
        padding-top: 15%;
        padding-bottom: 80%;
    }
}

#lp .mainArea .textArea .logoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 87%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
    padding-bottom: 6%;
    padding-top: 1.3%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea .logoArea {
        padding-bottom: 6%;
        padding-top: 2.3%;
    }
}

#lp .mainArea .textArea .logoArea .logoLabel {
    margin-right: 3%;
    width: 20%;
}

#lp .mainArea .textArea .logoArea .logoLabel .label {
    width: 100%;
    color: #fff;
    padding: 5% 0;
    text-align: center;
    border-radius: 50vw;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .mainArea .textArea .logoArea .logoLabel .label {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea .logoArea .logoLabel .label {
        font-size: 1.5vw;
    }
}

#lp .mainArea .textArea .logoArea .logoLabel .label.blue {
    background-color: #184c93;
    margin-bottom: 4%;
}

#lp .mainArea .textArea .logoArea .logoLabel .label.sky {
    background-color: #4aa5dc;
}

#lp .mainArea .textArea .logoArea .logoimg {
    width: 45%;
}

#lp .mainArea .textArea .logoArea .logoimg img {
    width: 100%;
    height: auto;
}

#lp .mainArea .textArea .roundback {
    background-color: #fff;
    border: 4px solid #000000;
    border-radius: 6%;
    padding: 5% 8%;
    background-image: url(../images/lp_1/roundicon.png), url(../images/lp_1/roundicon.png);
    background-position: right 4% top 4%, left 4% top 4%;
    background-repeat: no-repeat, no-repeat;
    background-size: 3.5%;
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea .roundback {
        background-position: right 4.5% top 2%, left 4.5% top 2%;
        border-top: 4px solid #000000;
        border-bottom: 4px solid #000000;
        border-right: none;
        border-left: none;
        border-radius: 0;
    }
}

#lp .mainArea .textArea .roundback .pArea {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3% 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#lp .mainArea .textArea .roundback .pArea .imgsize {
    width: 12%;
    margin-right: 5%;
}

#lp .mainArea .textArea .roundback .pArea .imgsize img {
    width: 100%;
    height: auto;
}

#lp .mainArea .textArea .roundback .pArea .text {
    color: #020606;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    font-size: 1.9vw;
}

@media screen and (max-width: 1200px) {
    #lp .mainArea .textArea .roundback .pArea .text {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea .roundback .pArea .text {
        font-size: 4.2vw;
    }
}

#lp .mainArea .textArea .roundback .h1_p {
    font-size: 2.5vw;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    color: #020606;
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    text-align: center;
    /*          margin-top: 3vh;*/
    margin-top: 1vh;
    margin-bottom: 1vh;
}

#lp .mainArea .textArea .roundback .h1_p img {
    width: 130%;
    margin-left: -15%;
}

@media screen and (max-width: 1200px) {
    #lp .mainArea .textArea .roundback .h1_p {
        font-size: 3em;
    }
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea .roundback .h1_p {
        font-size: 7.2vw;
        line-height: 1.4em;
        margin-top: 2vh;
    }

    #lp .mainArea .textArea .roundback .h1_p img {
        width: 110%;
        margin-left: -5%;
    }
    
}

#lp .mainArea .textArea .roundback .h1_p .red {
    color: #f90101;
    font-size: 4vw;
}

@media screen and (max-width: 1200px) {
    #lp .mainArea .textArea .roundback .h1_p .red {
        font-size: 1.6em;
    }
}

#lp .mainArea .textArea .roundback .h1_p .big {
    font-size: 1.5em;
    margin: 0 2%;
}

@media screen and (max-width: 1200px) {
    #lp .mainArea .textArea .roundback .h1_p .big {
        font-size: 1.5em;
    }
}

#lp .mainArea .textArea .roundback .info {
    color: #464a49;
    margin-top: 1em;
    line-height: normal;
    font-size: 0.9vw;
}

@media screen and (max-width: 1200px) {
    #lp .mainArea .textArea .roundback .info {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .mainArea .textArea .roundback .info {
        font-size: 3.5vw;
    }
}

#lp .mainArea .textArea .roundback .cv_contact {
    margin-top: 2%;
    width: 100%;
    display: block;
}

#lp .mainArea .textArea .roundback .cv_contact img {
    width: 100%;
    height: auto;
}

#lp .mainArea .mainBack {
    position: absolute;
    top: 0;
    right: -55%;
    width: 55%;
}

@media screen and (max-width: 480px) {
    #lp .mainArea .mainBack {
        top: 62%;
        width: 100%;
        right: -100%;
    }
}

#lp .mainArea .mainBack img {
    width: 100%;
    height: auto;
}

#lp .sec1_area {
    background-image: url(../images/lp_1/s1_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0 3%;
    /*    padding: 7% 0;*/
    opacity: 0;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

#lp .sec1_area.active {
    opacity: 1;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

#lp .sec1_area .title {
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0.1em;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    #lp .sec1_area .title {
        font-size: 3.3em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec1_area .title {
        font-size: 6.3vw;
        line-height: 1.5em;
        letter-spacing: 0.1em;
    }
}

#lp .sec1_area .textarea {
    color: #fff;
    margin-top: 4%;
    letter-spacing: 0.15em;
    font-size: 1.1vw;
    line-height: 2.3em;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #lp .sec1_area .textarea {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec1_area .textarea {
        text-align: left;
        font-size: 4vw;
        line-height: 2em;
    }
}

#lp .sec1_area .textarea .line {
    color: #f5ed2a;
    font-size: 1.8vw;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    #lp .sec1_area .textarea .line {
        font-size: 1.7em;
    }
}

#lp .sec1_area .labelArea {
    margin-top: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lp .sec1_area .labelArea p {
    opacity: 0;
    color: #53aadf;
    background-color: #f5ed2a;
    width: 23%;
    padding: 2% 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    margin-right: 2.5%;
    margin-bottom: 2%;
    font-weight: 600;
    text-align: center;
    font-size: 1.1vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec1_area .labelArea p {
        font-size: 1.5em;
    }
}

#lp .sec1_area .labelArea p:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    #lp .sec1_area .labelArea p {
        width: 48.7%;
        padding: 4% 0;
        font-size: 3vw;
        line-height: 1.8em;
    }

    #lp .sec1_area .labelArea p:nth-child(2n) {
        margin-right: 0;
    }
}

#lp .sec1_area .infotext {
    color: #fff;
    font-size: 0.9vw;
    text-align: left;
    /*      text-align: center;*/
    line-height: 1.7em;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    #lp .sec1_area .infotext {
        font-size: 1.2em;
    }
}

/*猫の手のメリットここから*/

.merit_area {
    background-image: url(../images/lp_1/merit_bg.gif);
    background-repeat: repeat;
    background-size: 2%;
    padding: 5% 0;
    text-align: center;
}

.merit_area .boxwap {
    width: 90%;
    margin: 0 auto;
}

.merit_area .white {
    background-color: #fff;
    padding: 5% 8%;
    border-radius: 20px;
}

.merit_area .textarea {
    /*    font-size: 1.5em;*/
    font-size: 1.1vw;
    letter-spacing: 0.15em;
    line-height: 2.3em;
}

.merit_area .titlesize img {
    margin-top: 10px;
}

.merit_area .titlesize img,
.merit_area .textarea,
.merit_area .imgsize img:nth-child(1),
.merit_area .imgsize img:nth-child(3) {
    margin-bottom: 40px;
}

.merit_area .titlesize img {
    width: 35%;
}

.merit_area .imgsize img:nth-child(1) {
    width: 80%;
}

.merit_area .imgsize img:nth-child(2),
.merit_area .imgsize img:nth-child(3) {
    width: 90%;
    vertical-align: bottom;
}

@media screen and (max-width: 480px) {

    .merit_area .titlesize img {
        width: 70%;
    }

    .merit_area .imgsize img:nth-child(1),
    .merit_area .imgsize img:nth-child(2),
    .merit_area .imgsize img:nth-child(3) {
        width: 100%;
    }

    .merit_area .textarea {
        font-size: 4vw;
        text-align: left;
    }

}


/*猫の手のメリットここまで*/

#lp .sec2_area {
    padding: 7% 0 0;
}

#lp .sec2_area .s2_area_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 37%;
    }
}

#lp .sec2_area .s2_area_flex .pointwap {
    width: 23%;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap {
        width: 48%;
    }
}

#lp .sec2_area .s2_area_flex .pointwap .box {
    position: relative;
    width: 84%;
    padding: 8%;
    margin-bottom: 5%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap .box {
        height: 37%;
        padding: 8% 8% 0;
    }
}

#lp .sec2_area .s2_area_flex .pointwap .box .titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .titleArea {
        display: block;
    }
}

#lp .sec2_area .s2_area_flex .pointwap .box .titleArea .num {
    font-family: "Fredericka the Great", cursive;
    width: 15%;
    font-size: 5vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .titleArea .num {
        font-size: 6.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .titleArea .num {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 10vw;
    }
}

#lp .sec2_area .s2_area_flex .pointwap .box .titleArea .title {
    font-size: 1.2vw;
    width: 80%;
    margin-left: 5%;
    text-align: left;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 3%;
}

@media screen and (max-width: 1200px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .titleArea .title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .titleArea .title {
        margin-left: 0;
        width: 100%;
        font-size: 4vw;
    }
}

#lp .sec2_area .s2_area_flex .pointwap .box .info {
    color: #fff;
    margin-top: 3%;
    line-height: 1.5em;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .info {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap .box .info {
        font-size: 3.5vw;
    }
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap1 .box {
    background-color: #164c90;
    left: -200%;
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap1 .box .num {
    color: #f5ed2a;
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap1 .box .title {
    color: #f5ed2a;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap.pointwap1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap2 .box {
    right: -200%;
    background-color: #f5ed2a;
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap2 .box .num {
    color: #164c90;
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap2 .box .title {
    color: #164c90;
}

#lp .sec2_area .s2_area_flex .pointwap.pointwap2 .box .info {
    color: #164c90;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .pointwap.pointwap2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

#lp .sec2_area .s2_area_flex .titleWap {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #lp .sec2_area .s2_area_flex .titleWap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

#lp .sec2_area .s2_area_flex .titleWap .titlesize {
    width: 80%;
    margin: 0 auto;
}

#lp .sec2_area .s2_area_flex .titleWap .titlesize img {
    width: 100%;
    height: auto;
}

#lp .sec2_area .s2_area_flex .titleWap .imgsize {
    width: 90%;
    margin: 0 auto;
}

#lp .sec2_area .s2_area_flex .titleWap .imgsize img {
    width: 100%;
    height: auto;
}

#lp .sec3_area {
    background-image: url(../images/lp_1/s3_back.gif);
    background-repeat: repeat;
    background-size: 2%;
    padding: 7% 0;
}

#lp .sec3_area .white {
    background-color: #fff;
    padding: 5% 8%;
}

#lp .sec3_area .white .titlesize {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .titlesize {
        width: 100%;
    }
}

#lp .sec3_area .white .titlesize img {
    width: 100%;
    height: auto;
}

#lp .sec3_area .white .sec3_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4%;
}

#lp .sec3_area .white .sec3_flex .box {
    width: 43.5%;
    padding: 3% 3% 5%;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box {
        width: 94%;
    }
}

#lp .sec3_area .white .sec3_flex .box:nth-child(3),
#lp .sec3_area .white .sec3_flex .box:nth-child(5) {
    border-left: 4px solid #211f20;
}

@media screen and (max-width: 480px) {

    #lp .sec3_area .white .sec3_flex .box:nth-child(3),
    #lp .sec3_area .white .sec3_flex .box:nth-child(5) {
        border-left: none;
    }
}

#lp .sec3_area .white .sec3_flex .box:nth-child(2),
#lp .sec3_area .white .sec3_flex .box:nth-child(3) {
    border-bottom: 4px solid #211f20;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box:nth-child(4) {
        border-bottom: 4px solid #211f20;
    }
}

#lp .sec3_area .white .sec3_flex .box .yellowLabel {
    background-color: #f5ed2a;
    padding: 2% 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#lp .sec3_area .white .sec3_flex .box .yellowLabel .imgsize {
    width: 10%;
    margin-right: 2%;
}

#lp .sec3_area .white .sec3_flex .box .yellowLabel .imgsize img {
    width: 100%;
    height: auto;
}

#lp .sec3_area .white .sec3_flex .box .yellowLabel .text {
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    padding-top: 2%;
    font-size: 1.4vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec3_area .white .sec3_flex .box .yellowLabel .text {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box .yellowLabel .text {
        font-size: 4.4vw;
    }
}

#lp .sec3_area .white .sec3_flex .box .textArea {
    color: #020504;
    line-height: 1.8em;
    height: 20%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 1.1vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec3_area .white .sec3_flex .box .textArea {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box .textArea {
        font-size: 3.5vw;
        margin-bottom: 0%;
    }
}

#lp .sec3_area .white .sec3_flex .box .textArea .red {
    color: #f90101;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box .textArea.h_30 {
        height: 30%;
        margint-bottom: 3%;
    }
}

#lp .sec3_area .white .sec3_flex .box1 {
    width: 100%;
    border-bottom: 4px solid #211f20;
}

#lp .sec3_area .white .sec3_flex .box1 .yellowLabel {
    padding: 2%;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box1 .yellowLabel {
        padding: 2% 4%;
    }
}

#lp .sec3_area .white .sec3_flex .box1 .yellowLabel .imgsize {
    width: 4%;
    margin-right: 2%;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box1 .yellowLabel .imgsize {
        width: 10%;
    }
}

#lp .sec3_area .white .sec3_flex .box1 .yellowLabel .imgsize img {
    width: 100%;
    height: auto;
}

#lp .sec3_area .white .sec3_flex .box1 .yellowLabel .text {
    padding-top: 0.7%;
}

#lp .sec3_area .white .sec3_flex .box1 .innerArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3%;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box1 .innerArea {
        display: block;
    }
}

#lp .sec3_area .white .sec3_flex .box1 .innerArea .imgsize {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box1 .innerArea .imgsize {
        width: 80%;
        margin: 0 auto;
    }
}

#lp .sec3_area .white .sec3_flex .box1 .innerArea .imgsize img {
    width: 100%;
    height: auto;
}

#lp .sec3_area .white .sec3_flex .box1 .innerArea .textArea {
    padding: 3% 4%;
    width: 42%;
    height: auto;
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    #lp .sec3_area .white .sec3_flex .box1 .innerArea .textArea {
        width: 92%;
    }
}

#lp .sec3_area .white .sec3_flex #sec3_move1 {
    position: relative;
    left: -140%;
}

#lp .sec3_area .white .sec3_flex .move_one {
    position: relative;
    left: -120%;
}

#lp .sec3_area .white .sec3_flex .move_twe {
    position: relative;
    right: -120%;
}

#lp .sec4_area {
    background-color: #f8f8f8;
    padding: 5% 0;
}

#lp .sec4_area .move_on {
    position: relative;
    left: -100%;
}

#lp .sec4_area .title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1%;
    font-size: 3.27511vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec4_area .title {
        font-size: 4.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .title {
        font-size: 8vw;
    }
}

#lp .sec4_area .title span {
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
}

#lp .sec4_area .line {
    background-color: #020504;
    height: 3px;
    width: 35%;
    margin: 0.2% auto;
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .line {
        height: 2px;
        width: 75%;
        margin: 0.8% auto;
    }
}

#lp .sec4_area .move_on2 {
    position: relative;
    right: -100%;
}

#lp .sec4_area .tableArea {
    width: 70%;
    margin: 4% auto 0;
    font-size: 1.0917vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec4_area .tableArea {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .tableArea {
        font-size: 3.5vw;
        width: 90%;
        overflow-x: scroll;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar {
        overflow: hidden;
        width: 8px;
        background: #464a49;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar:horizontal {
        height: 8px;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar-button {
        display: none;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar-piece {
        background: #464a49;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar-piece:start {
        background: #464a49;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar-thumb {
        overflow: hidden;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: #53aadf;
    }

    #lp .sec4_area .tableArea::-webkit-scrollbar-corner {
        overflow: hidden;
        -webkit-border-radius: 6px;
        border-radius: 3px;
        background: #53aadf;
    }
}

#lp .sec4_area .tableArea table {
    width: 100%;
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .tableArea table {
        width: 200%;
    }
}

#lp .sec4_area .tableArea tr th,
#lp .sec4_area .tableArea tr td {
    padding: 2% 0;
    text-align: center;
}

#lp .sec4_area .tableArea tr:nth-child(2) td {
    padding: 2% 0 0;
}

/*
    #lp .sec4_area .tableArea tr th, #lp .sec4_area .tableArea tr:nth-child(2) td {
        padding: 2% 0 0;
    }
*/
/*
    #lp .sec4_area .tableArea tr .gray:first-child {
            padding: 2% 0 0;
    }
*/

#lp .sec4_area .tableArea tr .lineBack {
    background-color: #464a49;
    width: 14%;
    border: 1px solid #353938;
    color: #fff;
}

#lp .sec4_area .tableArea tr .sky {
    width: 21.5%;
    background-color: #53aadf;
    color: #fff;
    border-right: 1px solid #d5d5d3;
}

/*
      #lp .sec4_area .tableArea tr:nth-child(3) .sky {
        border-right: 1px solid #d5d5d3; }
*/

#lp .sec4_area .tableArea tr .sky.wborder {
    border-left: 1px solid #fff;
}

#lp .sec4_area .tableArea tr .sky span {
    font-weight: 500;
    font-size: 0.80058vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec4_area .tableArea tr .sky span {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .tableArea tr .sky span {
        font-size: 3vw;
    }
}

#lp .sec4_area .tableArea tr .blue {
    width: 21.5%;
    background-color: #1b529a;
    color: #fff;
    border-left: 2px solid #1b529a;
    border-right: 2px solid #1b529a;
}

#lp .sec4_area .tableArea tr .blue span {
    font-weight: 500;
    font-size: 0.80058vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec4_area .tableArea tr .blue span {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .tableArea tr .blue span {
        font-size: 3vw;
    }
}

#lp .sec4_area .tableArea tr.gray td {
    background-color: #f0f0f0;
    border-bottom: 1px solid #d5d5d3;
}

#lp .sec4_area .tableArea tr.gray td:last-child {
    /*          border-right: none; */
    border-right: 1px solid #d5d5d3;
}

#lp .sec4_area .tableArea tr.gray td.bborder {
    border-left: 2px solid #1b529a;
    border-right: 2px solid #1b529a;
}

#lp .sec4_area .tableArea tr.gray td.nrborder {
    border-right: none;
}

#lp .sec4_area .tableArea tr.gray.bnone td {
    border-bottom: none;
}

#lp .sec4_area .tableArea tr.gray.bnone .lineBack {
    border-bottom: none;
}

#lp .sec4_area .tableArea tr.gray.bnone .bborder {
    border-bottom: 2px solid #1b529a;
}

#lp .sec4_area .tableArea tr.rightgray td {
    background-color: #ffffff;
    border-bottom: 1px solid #d5d5d3;
    border-right: 1px solid #d5d5d3;
}

/*
        #lp .sec4_area .tableArea tr.rightgray td:last-child {
          border-right: none; }
*/
#lp .sec4_area .tableArea tr.rightgray td.bborder {
    border-left: 2px solid #1b529a;
    border-right: 2px solid #1b529a;
}

#lp .sec4_area .tableArea tr.rightgray td.nrborder {
    border-right: none;
}

#lp .sec4_area .tableArea tr.rightgray td.bborder.btmborder {
    border-bottom: 2px solid #1b529a;
}

#lp .sec4_area .info {
    width: 70%;
    margin: 1% auto 0;
    line-height: 1.5em;
    font-size: 0.9vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec4_area .info {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec4_area .info {
        width: 90%;
        font-size: 2vw;
    }
}

#lp .sec4_area .info span {
    font-weight: 600;
}

#lp .sec4_area .red {
    color: #f90101;
}

#lp .sec4_area .red_s {
    color: #f90101;
    font-size: 0.9vw;
}

#lp .sec5_area {
    background-image: url(../images/lp_1/s5_back.gif);
    background-repeat: repeat;
    background-size: 2%;
    padding: 5% 0 2%;
}

#lp .sec5_area .titleimg {
    width: 20%;
    margin: 0 auto;
    position: relative;
    right: -100%;
}

@media screen and (max-width: 480px) {
    #lp .sec5_area .titleimg {
        width: 40%;
    }
}

#lp .sec5_area .titleimg img {
    width: 100%;
    height: auto;
}

#lp .sec5_area .sec5_wap {
    width: 60%;
    margin: 3% auto;
    background-color: #fff;
    padding: 5% 5% 0;
    position: relative;
    left: -100%;
}

@media screen and (max-width: 480px) {
    #lp .sec5_area .sec5_wap {
        width: 86%;
        padding: 5% 3% 0;
    }
}

#lp .sec5_area .sec5_wap .infoWap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 480px) {
    #lp .sec5_area .sec5_wap .infoWap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#lp .sec5_area .sec5_wap .infoWap .imgsize {
    width: 43%;
}

@media screen and (max-width: 480px) {
    #lp .sec5_area .sec5_wap .infoWap .imgsize {
        width: 50%;
        margin: 0 auto 3%;
    }
}

#lp .sec5_area .sec5_wap .infoWap .imgsize img {
    width: 100%;
    height: auto;
}

#lp .sec5_area .sec5_wap .infoWap .info {
    line-height: 2.3em;
    padding-top: 3%;
    font-size: 1.15119vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec5_area .sec5_wap .infoWap .info {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec5_area .sec5_wap .infoWap .info {
        font-size: 3.8vw;
        line-height: 1.7em;
    }
}

#lp .sec5_area .sec5_wap .infoWap .info .bold {
    font-weight: 600;
}

#lp .sec5_area .sec5_wap .infoWap .info .red {
    color: #f90101;
}

#lp .sec6_area {
    background-color: #1b529a;
    padding: 5% 0;
}

#lp .sec6_area .move_on {
    position: relative;
    left: -100%;
}

#lp .sec6_area .move_on2 {
    position: relative;
    right: -100%;
}

#lp .sec6_area .title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1%;
    font-size: 3.27511vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .title {
        font-size: 4.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .title {
        font-size: 8vw;
    }
}

#lp .sec6_area .title span {
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
}

#lp .sec6_area .line {
    background-color: #fff;
    height: 3px;
    width: 35%;
    margin: 0.2% auto;
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .line {
        height: 2px;
        width: 75%;
        margin: 0.8% auto;
    }
}

#lp .sec6_area .sec6_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4%;
}

#lp .sec6_area .sec6_flex .box {
    width: 25%;
    position: relative;
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .sec6_flex .box {
        width: 50%;
    }
}

#lp .sec6_area .sec6_flex .box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#lp .sec6_area .sec6_flex .box .box_on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#lp .sec6_area .sec6_flex .box .box_on.blue1 {
    background-color: #53aadf;
}

#lp .sec6_area .sec6_flex .box .box_on.blue2 {
    background-color: #3297da;
}

#lp .sec6_area .sec6_flex .box .box_on.blue3 {
    background-color: #3291da;
}

#lp .sec6_area .sec6_flex .box .box_on.blue4 {
    background-color: #3272d3;
}

#lp .sec6_area .sec6_flex .box .box_on.dotted {
    border-left: 1px dotted #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#lp .sec6_area .sec6_flex .box .box_on .info {
    color: #fff;
    margin-top: 10%;
    line-height: 1.5em;
    font-size: 1.15119vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .sec6_flex .box .box_on .info {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .sec6_flex .box .box_on .info {
        font-size: 3.4vw;
    }
}

#lp .sec6_area .sec6_flex .box .box_on .textBox {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 70%;
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .sec6_flex .box .box_on .textBox {
        width: 80%;
        height: 80%;
    }
}

#lp .sec6_area .sec6_flex .box .box_on .textBox .title {
    line-height: 1.5em;
    font-size: 1.56372vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .sec6_flex .box .box_on .textBox .title {
        font-size: 2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .sec6_flex .box .box_on .textBox .title {
        font-size: 3.7vw;
    }
}

#lp .sec6_area .sec6_flex .box .box_on .textBox .title .num {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 3.0888vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .sec6_flex .box .box_on .textBox .title .num {
        font-size: 2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .sec6_flex .box .box_on .textBox .title .num {
        font-size: 7vw;
    }
}

#lp .sec6_area .sec6_flex .box .box_on .round {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 70%;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#lp .sec6_area .sec6_flex .box .box_on .round .box1info {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 2.3em;
    font-size: 1.56372vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .sec6_flex .box .box_on .round .box1info {
        font-size: 2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .sec6_area .sec6_flex .box .box_on .round .box1info {
        font-size: 4.5vw;
    }
}

#lp .sec6_area .sec6_flex .box .box_on .round .box1info .small {
    color: #f5ed2a;
    font-size: 2.73651vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .sec6_flex .box .box_on .round .box1info .small {
        font-size: 2em;
    }
}

#lp .sec6_area .sec6_flex .box .box_on .round .box1info .small .big {
    font-size: 4.18296vw;
}

@media screen and (max-width: 1200px) {
    #lp .sec6_area .sec6_flex .box .box_on .round .box1info .small .big {
        font-size: 1.4em;
    }
}

#lp .cv_area {
    background-color: #fff;
    padding: 5% 0;
}

#lp .cv_area .backColor {
    background-color: #f3f8ea;
    border: 4px solid #84b02e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#lp .cv_area .backColor .boxPadding {
    padding: 5%;
    text-align: center;
}

#lp .cv_area .backColor .boxPadding .title {
    display: inline-block;
    padding: 0 3% 1%;
    letter-spacing: 2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5ed2a));
    background: -webkit-linear-gradient(transparent 50%, #f5ed2a 50%);
    background: -o-linear-gradient(transparent 50%, #f5ed2a 50%);
    background: linear-gradient(transparent 50%, #f5ed2a 50%);
    font-weight: 500;
    font-size: 2vw;
}

@media screen and (max-width: 1200px) {
    #lp .cv_area .backColor .boxPadding .title {
        font-size: 2.7em;
    }
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .title {
        font-size: 6.3vw;
        line-height: 1.3em;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #f5ed2a));
        background: -webkit-linear-gradient(transparent 20%, #f5ed2a 20%);
        background: -o-linear-gradient(transparent 20%, #f5ed2a 20%);
        background: linear-gradient(transparent 20%, #f5ed2a 20%);
    }
}

#lp .cv_area .backColor .boxPadding .title span {
    font-weight: 600;
    color: #f90101;
    font-size: 2.8vw;
}

@media screen and (max-width: 1200px) {
    #lp .cv_area .backColor .boxPadding .title span {
        font-size: 1.4em;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3%;
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex {
        display: block;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    position: relative;
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap {
        width: 100%;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .comment {
    position: absolute;
    top: -22%;
    left: 5%;
    width: 30%;
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .comment {
        display: none;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .comment img {
    width: 100%;
    height: auto;
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telWrap {
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px dotted #000;
    padding-right: 2%;
    padding-top: 2.5%;
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telWrap {
        border-right: none;
        margin: 0 auto 3%;
        padding-right: 0;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telsize {
    width: 14%;
    margin-right: 3%;
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telsize img {
    width: 100%;
    height: auto;
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea {
    padding-top: 0.5%;
    letter-spacing: 0.1em;
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea .tel {
    font-size: 2.5vw;
    font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1200px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea .tel {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea .tel {
        font-size: 9vw;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea .info {
    font-size: 0.8vw;
    padding-top: 1%;
}

@media screen and (max-width: 1200px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea .info {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .telArea .info {
        font-size: 2.8vw;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .contact {
    width: 70%;
    margin-left: 5%;
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .contact {
        width: 83%;
        margin-left: 0;
        margin: 0 auto;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .contact img {
    width: 100%;
    height: auto;
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .icon {
    width: 16%;
    position: absolute;
    top: -20%;
    right: 6%;
}

@media screen and (max-width: 480px) {
    #lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .icon {
        display: none;
    }
}

#lp .cv_area .backColor .boxPadding .boxFlex .boxWrap .icon img {
    width: 100%;
    height: auto;
}

#lp .form {
    background-color: #faf9f7;
    padding: 5% 0;
}

@media screen and (max-width: 480px) {
    #lp .form {
        padding: 10% 0;
    }
}

#lp .form .title {
    text-align: center;
    font-weight: 600;
    font-size: 3.27511vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .title {
        font-size: 4.5em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .title {
        font-size: 9vw;
    }
}

#lp .form .info {
    margin-top: 3%;
    text-align: center;
    color: #f90101;
    line-height: 2.1em;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .info {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .info {
        font-size: 3vw;
        line-height: 1.5em;
        width: 90%;
        margin: 3% auto;
    }
}

#lp .form .formArea {
    width: 80%;
    margin: 3% auto;
}

@media screen and (max-width: 480px) {
    #lp .form .formArea {
        width: 94%;
    }
}

#lp .form .formArea .contactArea {
    padding: 3% 8%;
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea {
        padding: 3%;
    }
}

#lp .form .formArea .contactArea li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3% 0;
    border-bottom: 1px dotted #c7c7c7;
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5% 0;
    }

    #lp .form .formArea .contactArea li:nth-last-of-type(2) {
        border-bottom: none;
    }
}

#lp .form .formArea .contactArea li.btn {
    display: block;
    border-bottom: none;
}

#lp .form .formArea .contactArea li.btn input {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    padding: 2% 0;
    margin: 0 auto;
    background-color: #f5ab2a;
    width: 45%;
    color: #fff;
    font-size: 1.5vw;
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
}

#lp .form .formArea .contactArea li.btn input.back {
    background-color: #a7a7a7;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li.btn input {
        font-size: 2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li.btn input {
        font-size: 5vw;
        width: 80%;
    }
}

#lp .form .formArea .contactArea li .label {
    width: 5%;
    padding-top: 1%;
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .label {
        width: 13%;
        padding-top: 0;
    }
}

#lp .form .formArea .contactArea li .label span {
    background-color: #f9ed28;
    width: 100%;
    display: block;
    padding: 20% 0;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li .label span {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .label span {
        font-size: 3.2vw;
    }
}

#lp .form .formArea .contactArea li .label.nini span {
    background-color: #d9d9d9;
}

#lp .form .formArea .contactArea li .info {
    padding-top: 1%;
    color: #000000;
    margin-top: 0;
    width: 17%;
    text-align: left;
    margin-left: 3%;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li .info {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .info {
        font-size: 3.5vw;
        width: 84%;
    }
}

#lp .form .formArea .contactArea li .input {
    width: 75%;
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .input {
        width: 100%;
    }
}

#lp .form .formArea .contactArea li .input input {
    width: 96%;
    padding: 1.5%;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li .input input {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .input input {
        font-size: 3.5vw;
        border: 1px solid #dadada;
    }
}

#lp .form .formArea .contactArea li .input input.choise {
    width: auto;
    padding: 0;
}

#lp .form .formArea .contactArea li .input span {
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li .input span {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .input span {
        font-size: 3.5vw;
    }
}

#lp .form .formArea .contactArea li .input .mwform-radio-field {
    padding-top: 2%;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .input .mwform-radio-field:nth-of-type(3) {
        margin-left: 0;
    }
}

#lp .form .formArea .contactArea li .input .text {
    margin-top: 0.5%;
    font-size: 0.8vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li .input .text {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .input .text {
        font-size: 2vw;
    }
}

#lp .form .formArea .contactArea li .input textarea {
    width: 100%;
    font-size: 1vw;
}

@media screen and (max-width: 1200px) {
    #lp .form .formArea .contactArea li .input textarea {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 480px) {
    #lp .form .formArea .contactArea li .input textarea {
        font-size: 3.5vw;
        border: 1px solid #dadada;
    }
}

#lp .form .statusimg {
    width: 60%;
    margin: 3% auto;
}

#lp .form .statusimg img {
    width: 100%;
    height: auto;
}

#lp .fixedArea {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 94%;
    padding: 2% 3%;
    background-color: rgba(51, 51, 51, 0.8);
}

#lp .fixedArea .flexArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#lp .fixedArea .flexArea .box {
    width: 48%;
}

#lp .fixedArea .flexArea .box a {
    width: 100%;
    display: block;
}

#lp .fixedArea .flexArea .box a.tel {
    padding-top: 3%;
}

#lp .fixedArea .flexArea .box a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {
    footer {
        padding-bottom: 22%;
    }
}


/* main.scss end*/