.header_lp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: #fff;
    border-bottom: 5px solid #DC002B;
    z-index: 1000;
}
.header_lp .header_lp_inner{
    display: flex;
    justify-content: center;
}
.header_lp h1{
    padding: 8px 0 0;
}
.header_lp h1 img{
    width: 200px;
}
.header_lp_tel{
    display: none;
}
@media print, screen and (min-width:768px){
    .header_lp{
        height: 100px;
        padding: 0 20px;
    }
    .header_lp .header_lp_inner{
    justify-content: space-between;
        max-width: 1250px;
        margin: 0 auto;
    }
    .header_lp h1{
        padding: 30px 0 0;
    }
    .header_lp h1 img{
        width: 262px;
    }
    .header_lp_tel{
        display: block;
        padding: 22px 0 0 37px;
        background: url(../img/lp/lp_header_tel.png) left bottom no-repeat;
        background-size: 32px 32px;
    }
    .header_lp_tel span{
        display: block;
        margin-bottom: 3px;
        font-size: 1.4rem;
        line-height: 1;
    }
    .header_lp_tel strong{
        display: block;
        font-family: GENJ;
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 1;
        letter-spacing: 0.02em;
        transform: rotate(0.001deg);
    }
}

/*------- MV -------*/
.lp_contents{
    padding-top: 52px
}
.lp_main_visual{
    padding: 40px 30px 70px;
    height: 375px;
    background: url(../img/lp/lp_main_bg_sp.jpg) center center no-repeat;
    background-size: cover;
}
.lp_main_visual h2{
    text-align: center;
}
.lp_main_visual h2 img{
    width: 100%;
    max-width: 300px;
}
@media print, screen and (min-width:768px){
    .lp_contents{
        padding-top: 100px
    }
    .lp_main_visual{
        height: 500px;
        padding: 70px 30px 0;
        background: url(../img/lp/lp_main_bg.jpg) center center no-repeat;
    }
    .lp_main_visual h2{
        margin: 0 auto;
        max-width: 380px;
        transform: translate(-40%,0);
    }
    .lp_main_visual h2 img{
        width: 100%;
        max-width: 100%;
    }
}
@media print, screen and (min-width:1150px){
    .lp_main_visual{
        height: 630px;
        padding: 50px 30px 0;
        background-size: cover;
    }
    .lp_main_visual h2{
        max-width: 480px;
        transform: translateX(-50%);
    }
}

/*------- bg -------*/
.lp_bg_blue{
    background: url(../img/lp/lp_bg_blue.jpg) center center;
}
.lp_bg_red{
    background: url(../img/lp/lp_bg_red.jpg) center center;
}
.lp_bg_yellow{
    background: url(../img/lp/lp_bg_yellow.jpg) center center;
}
@media print, screen and (min-width:768px){
    .lp_bg_blue, .lp_bg_red, .lp_bg_yellow{
        /*background-size: cover;*/
    }
}

/*------- .lp_nav_link -------*/
.lp_nav_link{
    padding: 15px 20px 0;
}
.lp_nav_link li{
    margin-top: 10px;
    border-radius: 10px;
}
.lp_nav_link a{
    display: block;
    padding: 15px 0 20px;
    font-family: GENJ;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    background: url(../img/lp/lp_nav_arrow.png) center bottom 10px no-repeat;
    background-size: 10.5px 7px;
    transform: rotate(0.001deg);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-shadow:
        #fff 2px 0px,  #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px,  #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px,  #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
}
.lp_nav_link a:hover{
    color: #000;
    background-color: rgba(255,255,255,0.4);
}
@media print, screen and (min-width:768px){
    .lp_nav_link{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 10px 0;
    }
    .lp_nav_link li{
        width: 45%;
        max-width: 370px;
        margin: 0 10px 15px;
    }
    .lp_nav_link a{
        height: 85px;
        font-size: 2.0rem;
        background-position: center bottom 20px;
    }
}
@media print, screen and (min-width:1150px){
    .lp_nav_link{
        flex-wrap: nowrap;
    }
    .lp_nav_link li{
        width: 33%;
        margin: 0 10px;
    }
}

/*------- .lp_intro -------*/
.lp_intro{
    padding: 70px 15px 0;
    text-align: center;
}
.lp_intro h3{
    font-family: GENJ;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
}
.lp_intro h3 span{
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    background: url(../img/lp/lp_intro_text.png) center bottom repeat-x;
    background-size: 180px auto;
}
.lp_intro h3 span:after{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 50px;
    left: 60%;
    bottom: 38px;
    background: url(../img/lp/lp_intro_bg.png) left bottom no-repeat;
    background-size: 90px auto;
}
.lp_intro p{
    display: inline-block;
    margin-top: 20px;
    text-align: left;
}
.lp_intro_img{
    max-width: 330px;
    margin: 25px auto;
    padding: 0 15px;
}
@media print, screen and (min-width:768px){
    .lp_intro{
        padding: 90px 50px 60px;
    }
    .lp_intro_text{
        padding-top: 133px;
    }
    .lp_intro_img{
        max-width: 400px;
        padding: 0;
    }
    .lp_intro_img img{
        width: 100%;
        max-width: 450px;
    }
    .lp_intro h3{
        font-size: 4.2rem;
    }
    .lp_intro h3 span{
        padding-bottom: 15px;
    }
    .lp_intro h3 span:after{
        width: 266px;
        height: 133px;
        left: 55%;
        bottom: 65px;
        background-size: 266px auto;
    }
    .lp_intro p{
        margin-top: 30px;
        font-size: 1.5rem;
        line-height: 2.3;
    }
}
@media print, screen and (min-width:1150px){
    .lp_intro{
        padding: 90px 50px 60px;
        text-align: left;
    }
    .lp_intro_inner{
        display: table;
        width: 100%;
        max-width: 1150px;
        margin:0 auto;
    }
    .lp_intro_text{
        display: table-cell;
        width: 650px;
        padding-top: 133px;
        vertical-align: top;
    }
    .lp_intro_img{
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }
    .lp_intro h3{
        text-align: left;
    }
}

/*------- h3 -------*/
.lp_service h3,
.lp_faq h3,
.lp_access h3{
    padding: 18px 0;
    font-family: GENJ;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    text-shadow:
        #fff 2px 0px,  #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px,  #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px,  #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
}
@media print, screen and (min-width:768px){
    .lp_service h3,
    .lp_faq h3,
    .lp_access h3{
        height: 100px;
        padding: 38px 0 0;
        font-size: 2.6rem;
    }
}

/*------- .lp_service -------*/
.lp_service{
    padding: 30px 0 20px;
}
.lp_service_inner{
    padding: 25px 15px 0;
}
.lp_service_catch{
    position: relative;
    margin-bottom: 30px;
    padding: 20px 15px;
    border: 5px solid #2C5EB5;
    border-radius: 5px;
}
.lp_service_catch:after{
    z-index: 1;
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    bottom: -13px;
    transform: rotate(45deg);
    background: #fff;
    border-right: 5px solid #2C5EB5;
    border-bottom: 5px solid #2C5EB5;
    border-radius: 5px;
    box-sizing: content-box;
}
.lp_service_catch h4{
    font-family: GENJ;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.lp_service_catch p{
    z-index: 2;
    position: relative;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.lp_flow{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 70px;
    background: url(../img/lp/lp_flow_bg.png) left top;
    background-size: auto 18px;
}
.lp_flow dt,
.lp_flow dd{
    display: table-cell;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.lp_flow dt{
    font-family: GENJ;
    width: 100px;
    padding-right: 10px;
    color: #fff;
    background: url(../img/lp/lp_step_bg.png) right center no-repeat;
    background-size: auto 90px;
}
.lp_flow dt span{
    margin-left: 5px;
    font-size: 2.2rem;
}
.lp_flow dd{
    font-size: 1.8rem;
    line-height: 1.3;
}
.lp_flow dd span{
    font-size: 1.3rem;
}
.lp_service_space{
    height: 30px;
    padding: 10px 0 0 32px;
}
.lp_service_space:before{
    content:'';
    display:block;
    width: 20px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #2C5EB5;
}
.lp_flow_img{
    display: none;
}
@media print, screen and (min-width:768px){
    .lp_service{
        padding: 40px 0 90px;
    }
    .lp_service_inner{
        padding: 60px 50px 0;
    }
    .lp_service_catch{
        position: relative;
        max-width: 920px;
        margin: 0 auto 60px;
        padding: 40px 30px 30px;
        border: 9px solid #2C5EB5;
        border-radius: 9px;
    }
    .lp_service_catch:after{
        width: 42px;
        height: 42px;
        left: calc(50% - 21px);
        bottom: -24px;
        border-right: 9px solid #2C5EB5;
        border-bottom: 9px solid #2C5EB5;
        border-radius: 9px;
    }
    .lp_service_catch h4{
        font-size: 3.5rem;
    }
    .lp_service_catch p{
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2;
        text-align: center;
    }
    .lp_flow_outer{
        display: table;
        table-layout: fixed;
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
    }
    .lp_flow_text{
        display: table-cell;
        width: 70%;
        vertical-align: top;
    }
    .lp_flow_img{
        display: table-cell;
        width: 30%;
        padding-left: 30px;
        vertical-align: middle;
    }
    .lp_flow{
        height: 90px;
    }
    .lp_flow dt{
        width: 147px;
        padding-right: 15px;
        font-size: 2.5rem;
        background-size: auto 90px;
    }
    .lp_flow dt span{
        margin-left: 5px;
        font-size: 4.2rem;
    }
    .lp_flow dd{
        font-size: 2.6rem;
        line-height: 1.3;
    }
    .lp_flow dd span{
        font-size: 1.8rem;
    }
    .lp_service_space{
        padding: 10px 0 0 55px;
    }
}
@media print, screen and (min-width:1150px){
    .lp_flow dt{
        width: 207px;
        padding-right: 20px;
    }
    .lp_service_space{
        padding: 10px 0 0 85px;
    }
}

/*------- .lp_faq -------*/
.lp_faq{
    padding: 30px 0 0;
}
.lp_faq_inner{
    padding: 25px 15px 0;
}
.lp_faq_item h4{
    position: relative;
    padding: 10px 12px 10px 48px;
    font-family: GENJ;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    background: url(../img/lp/lp_faq_bg.png) left top;
    background-size: auto 18px;
}
.lp_faq_item h4:before{
    content: 'Q';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    padding-top: 11px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #dc002b;
}
.lp_faq_item p{
    margin: 7px 0 25px;
    padding-top: 10px;
    border-top: 1px dashed #000;
}
@media print, screen and (min-width:768px){
    .lp_faq{
        padding: 40px 0 30px;
    }
    .lp_faq_inner{
        padding: 60px 50px 0;
    }
    .lp_faq_item{
        max-width: 920px;
        margin: 0 auto;
    }
    .lp_faq_item h4{
        min-height: 52px;
        padding: 15px 12px 12px 80px;
        font-size: 1.7rem;
        line-height: 1.5;
    }
    .lp_faq_item h4:before{
        width: 60px;
        height: 100%;
        padding-top: 10px;
        font-size: 2.9rem;
    }
    .lp_faq_item p{
        margin: 10px 0 60px;
        padding: 18px 0 0 80px;
        font-size: 1.5rem;
    }
}

/*------- .lp_access -------*/
.lp_access{
    padding: 30px 0 50px;
}
.lp_access_inner{
    padding: 25px 15px 0;
}
.lp_access_imgs{
    margin: 0 auto 20px;
}
.lp_access_ph{
    max-width: 400px;
    margin: 0 auto 20px;
}
.lp_access_gmap iframe{
    width: 100%!important;
}
.lp_access strong{
    display: block;
    font-size: 1.8rem;
    text-align: center;
}
.lp_access_data{
    padding: 10px 0 10px;
    border-bottom: 1px dashed #000;
}
.lp_access_data dt{
    font-weight: bold;
}
.lp_access_notes{
    margin-top: 15px;
    line-height: 1.5;
}
@media print, screen and (min-width:768px){
    .lp_access{
        padding: 30px 0 50px;
    }
    .lp_access_inner{
        padding: 60px 50px 0;
    }
    .lp_access_imgs{
        display: flex;
        max-width: 920px;
        margin: 0 auto;
    }
    .lp_access_ph{
        width: 50%;
        max-width: inherit;
        margin: 0;
    }
    .lp_access_gmap{
        width: 50%;
        margin: 0;
    }
    .lp_access_gmap iframe{
        height: 100%!important;
    }
    .lp_access strong{
        font-size: 2.4rem;
        margin: 50px 0 30px;
    }
    .lp_access_data{
        display: table;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        padding: 12px 0;
    }
    .lp_access_data dt{
        display: table-cell;
        width: 150px;
        padding-left: 30px;
        font-size: 1.5rem;
    }
    .lp_access_data dd{
        font-size: 1.5rem;
    }
    .lp_access_notes{
        max-width: 700px;
        margin: 15px auto 0;
        padding-left: 30px;
        font-size: 1.5rem;
    }
}

/*------- .footer_lp -------*/
.footer_lp{
    position: relative;
    padding: 40px 15px 20px;
    background: #F2F2F2;
}
.footer_lp_tel{
    padding: 5px;
    color: #fff;
    background: #dc002b;
    border-radius: 5px;
    text-align: center;
}
.footer_lp_tel_catch{
    padding: 15px;
    font-family: GENJ;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000;
    background: #fff;
}
.footer_lp_tel_info{
    padding: 15px 15px 10px;
}
.footer_lp_tel_info img{
    margin-top: 5px;
    width: 100%;
    max-width: 450px;
}
.footer_lp_link{
    max-width: 700px;
    margin: 30px auto 40px;
}
.footer_lp_link a{
    display: block;
    padding: 2px;
    text-align: center;
    color: #fff;
    background: #3A3A3A;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.footer_lp_link span{
    position: relative;
    display: block;
    padding: 8px;
}
.footer_lp_link span:after{
    content: '';
    position:absolute;
    width: 10px;
    height: 16px;
    top: 12px;
    right: 10px;
    background: url(../img/lp/lp_footer_arrow.png) left top no-repeat;
    background-size: 10px 16px;
}
.footer_lp_link a:hover{
    color: #fff;
    background: #dc002b;
}
@media print, screen and (min-width:768px){
    .footer_lp{
        padding: 75px 50px 20px;
    }
    .footer_lp_tel{
        max-width: 1150px;
        margin: 0 auto;
        padding: 9px;
        border-radius: 9px;
    }
    .footer_lp_tel_catch{
        padding: 30px;
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .footer_lp_tel_info{
        padding: 25px 15px 15px;
    }
    .footer_lp_tel_info img{
        margin-top: 5px;
        width: 100%;
        max-width: 450px;
    }
    .footer_lp_link{
        margin: 50px auto 70px;
    }
    .footer_lp_link span{
        padding: 6px;
        font-size: 1.6rem;
    }
    .footer_lp_link span:after{
        top: 13px;
    }
}

/*------- .lp_pagetop,.lp_copyright -------*/
.lp_pagetop{
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.lp_pagetop a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../img/lp/lp_pagetop.png) center 13px no-repeat #9A9A9A;
    background-size: 20px 12px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.lp_pagetop a:hover{
    background-color: #bbb;
}
.lp_copyright{
    padding-right: 50px;
    font-size: 1.0rem;
}
@media print, screen and (min-width:768px){
    .lp_pagetop{
        position: fixed;
        bottom: 25px;
        right: 25px;
        z-index: -1;
        opacity: 0;
    }
    .lp_pagetop a{
        width: 60px;
        height: 60px;
        background-position: center 23px;
    }
    .lp_pagetop.lp_loaded{
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .lp_pagetop.pagetop_scroll{
        opacity: 1;
        z-index: 100;
    }
    .lp_copyright{
        padding: 0;
        font-size: 1.1rem;
        text-align: center;
    }
}

/*------- .lp_tel_fixed -------*/
.lp_tel_fixed{
    z-index: 200;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding: 8px 15px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: #dc002b;
}
.lp_tel_fixed img{
    width: 100%;
    max-width: 240px;
}
.lp_loaded{
    -webkit-transition: transform ease 0.4s;
    -moz-transition: transform ease 0.4s;
    -ms-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
.page_bottom{
    transform: translateY(120%);
}

@media print, screen and (min-width:768px){
    .lp_tel_fixed{
        display: none;
    }
}
