/* FP_inner */
.FP_inner{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

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;
}

.FP_top_img .FP_text{
    display: inline-block;
    width: 48%;
    vertical-align: 67px;
    line-height: 1.5;
    padding-right: 2px;
}

.FP_top_img .FP_text span{
    color: #1352BF;
}

.FP_top_img .FP_img{
    width: 50%;
    display: inline-block;
}

/* 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: 10%;
    display: inline-block;
    padding-right: 15px;
}

.FP_service .FP_step01 img{
    vertical-align: 54px;
}

.FP_service .FP_step02 img{
    vertical-align: 16px;
}

.FP_service .FP_step03 img{
    vertical-align: 16px;
}


.FP_service .FP_step01 p,
.FP_service .FP_step02 p,
.FP_service .FP_step03 p{
    width: 85%;
    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: top;
    text-align: center;
}

.FP_reservation .FP_inner .inner_text{
    color: #1352BF;
    text-align: left;
}

.FP_reservation .FP_inner .inner_text img{
    width: 16%;
}

.FP_reservation .FP_inner .inner_text p{
    display: inline-block;
    vertical-align: 10px;
    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: 6.1%;
}

.FP_reservation .sankaku:before{
    position: absolute;
    content: "";
    top: 66px;
    width: 13px;
    height: 13px;
    vertical-align: 92px;
    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%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    background-color: #47596A;
    color: #fff;
}

.FP_contact .FP_contact_text02{
    display: inline-block;
    padding-left: 54px;
    padding-top: 13px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

.FP_contact .FP_contact_phone{
    text-align: center;
    padding: 1px 0;
}

.FP_contact .FP_contact_phone img{
    width: 5%;
    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: 25%;
    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;
}
