/* FP_inner */
.FP_inner{
    width: 98%;
    margin: 0 auto;
}


main img{
    width: 100%;
}


/* FP_top */
.FP_inner .FPtop_img{
    margin-top: 50px;
}

.FP_top_text{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-top: 73px;
    letter-spacing: -0.8px;
    color:  #1352BF;
}


.FP_top_text :before{
    content: "";
    position: absolute;
    top: -44px;
    left: 50%;
    width: 14px;
    height: 14px;;
    border-left: 5px solid #1352BF;
    border-bottom: 5px solid #1352BF;
    transform: rotate(-45deg)
}

.FP_top_img{
    margin-top: 30px;
    width: 80%;
    margin: 15px auto;
}

.FP_top_img .FP_text{
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    line-height: 1.5;
    padding-right: 2px;
}

.FP_top_img .FP_text span{
    color: #1352BF;
}

.FP_top_img .FP_img{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

/* FP_service */

.FP_service h4{
    padding: 6px;
    padding-left: 35px;
    background-color: #E7E7E7;
    position: relative;
}

.FP_service h4:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 4px solid #1352BF;
}

.FP_service .FP_step01,
.FP_service .FP_step02,
.FP_service .FP_step03{
    height: 130px;
    padding: 26px 40px 0;
    margin-top: 20px;
    border-radius: 11px;
    background-color: #F2F2F2;
}

.FP_service .FP_step01 img,
.FP_service .FP_step02 img,
.FP_service .FP_step03 img{
    width: 50px;
    display: inline-block;
    padding-right: 13px;
    vertical-align: top;
}



.FP_service .FP_step01 p,
.FP_service .FP_step02 p,
.FP_service .FP_step03 p{
    width: 90%;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
}

.FP_service .FP_step01 p span,
.FP_service .FP_step02 p span,
.FP_service .FP_step03 p span{
    display: block;
    font-weight: bold;
    padding-bottom: 10px; 
    font-size: 15px;
    color: #1352BF;
}

/* FP_reservation */


.FP_reservation_text{
    font-size: 23px;
    font-weight: bold;
    padding: 40px 0 10px;
    text-align: center;
    color: #1352BF;
}

.FP_reservation{
    padding: 20px 35px;
    border-radius: 11px;
    background-color: #F2F2F2;
}

.FP_reservation .FP_inner{
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.FP_reservation .FP_inner .inner_text{
    color: #1352BF;
    text-align: left;
}

.FP_reservation .FP_inner .inner_text img{
    width: 27%;
    max-width: 40px;
    vertical-align: middle;
}

.FP_reservation .FP_inner .inner_text p{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.FP_reservation .FP_inner .FP_inner_img img{
    width: 77%;
}

.FP_reservation .FP_inner .FP_img_style img{
    width: 60%;
}


.FP_reservation .FP_inner p{
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}

.FP_reservation .sankaku{
    position: relative;
    display: inline-block;
    width: 5.1%;
    vertical-align: middle;
}

.FP_reservation .sankaku:before{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-left: 5px solid #1352BF;
    border-bottom: 5px solid #1352BF;
    transform: rotate(225deg);
}

/* FP_contact */

.FP_contact{
    border: 7px solid #65809E;
    padding: 20px;
    margin: 50px 0;
}

.FP_contact .FP_contact_text{
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    background-color: #47596A;
    color: #fff;
}

.FP_contact .FP_contact_text02{
    padding-top: 13px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}

.FP_contact .FP_contact_phone{
    text-align: center;
    padding: 1px 0;
}

.FP_contact .FP_contact_phone img{
    width: 29px;
    display: inline-block;
    vertical-align: sub;
}

.FP_contact .FP_contact_phone .FP_tel{
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    line-height: 0;
    color: #399DF5;
}

.FP_contact .FP_contact_phone p{
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-left: 15px;
    line-height: 1.2;
    font-weight: bold;
}

.FP_contact .FP_contact_phone p span{
    display: inline-block;
    font-size: 13px;
}


@media screen and (max-width:850px){
    .FP_top_img{
        width: auto;
    }

    .FP_service .FP_step01 p, 
    .FP_service .FP_step02 p, 
    .FP_service .FP_step03 p{
        width: 81%;
    }
    
}/*@media screen and (max-width:850px)*/

@media screen and (max-width:510px){
    
    .FP_service .FP_step01 p, 
    .FP_service .FP_step02 p, 
    .FP_service .FP_step03 p{
        width: 100%;
    }

    .FP_service .FP_step01 p span, 
    .FP_service .FP_step02 p span, 
    .FP_service .FP_step03 p span{
        padding-top: 10px;
    }

    .FP_service .FP_step01, 
    .FP_service .FP_step02, 
    .FP_service .FP_step03{
        height: auto;
        padding: 26px 14px;
    }

    .FP_top_img .FP_text,
    .FP_top_img .FP_img{
        width: 100%;
    }

    .FP_reservation{
        padding: 20px 14px;
    }

    .FP_reservation .FP_inner{
        display: block;
        width: 100%;
    }

    .FP_reservation .sankaku{
        display: block;
        padding: 12px 0 34px;
        margin: 0 auto;
    }

    .FP_reservation .sankaku:before{
        transform: rotate(-45deg);
    }

    .FP_contact{
        padding: 20px 7px;
    }

    .FP_contact .FP_contact_phone img{
        width: 23px;
    }

    .FP_contact .FP_contact_phone .FP_tel{
        font-size: 26px;
        line-height: 1.5;
    }

    .FP_contact .FP_contact_phone p span{
        display: block;
    }



}/*@media screen and (max-width:510px)*/