.btn_blue a{
    border-radius: 0;
}
.package_img{
    margin: 5rem 0 3rem;
}
.package_details{
    font-size: 1.4rem;
    margin-bottom: 10rem;
}
@media screen and (max-width:890px) {
.package_details{
    margin-bottom: 5rem;
}
}
.read_text{
    text-align: center;
    margin-bottom: 5rem;
}
.step_list li{
    position: relative;
    background: #fff;
    padding: 3rem;
    margin-bottom: 120px;
}
.step_list li:after{
    position: absolute;
    bottom: -120px;
    left: 13%;
    content: "";
    display: inline-block;
    width: 66px;
    height: 120px;
    background: url("../img/service/arrow.png") no-repeat center center;
    background-size: cover;
}
.step_list li:last-child:after{
    display: none;
}
.step_list .step_img{
    width: 30%;
    padding-right: 2rem;
    border-right: 2px solid #1c4381;
}
.step_text{
    width: 70%;
    padding-left: 3rem;
}
.step_text h4{
    font-size: 2.4rem;
    border-bottom: 4px solid #1c4381;
    margin-bottom: 3rem;
}
.step_text h4 span{
    font-size: 4rem;
    font-weight: bold;
    color: #1c4381;
    padding-right: 2rem;
}
@media screen and (max-width:890px) {
.step_list li{
    margin-bottom: 3rem;
}
.step_list li:after{
    background: none;
}
.step_list .step_img{
    width: 100%;
    padding-right: 0;
    border-right: none;
}
.step_list .step_img img{
    width: 300px;
    margin: 0 auto 2rem;
}
.step_text{
    width: 100%;
    padding-left: 0;
}
.step_text h4 span{
    font-size: 2rem;
    display: block;
}
}
