@charset "UTF-8";
.guide_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.guide_box {
    width: 475px;
}
.guide_txt {
    margin-bottom: 30px;
}
.guide_point {
    color:#3cbd70;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    line-height: 1;
    margin-bottom: 13px;
}
.guide_point span {
    font-size: 24px;
}
.guide_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
}
.guide_link {
    display: flex;
    justify-content: flex-end;
}
.guide_link.ver2 {
    justify-content: flex-start;
}
.guide_link a {
    text-decoration: underline;
    text-underline-offset: 1ex;
    font-weight: bold;
}
.guide_link .arw_left span {
    display: block;
}
.guide_in:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 896px) {
    .guide_link a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .guide_in {
        display: block;
        margin-bottom: 30px;
    }
    .guide_box {
        width: 100%;
    }
    .guide_ttl {
        font-size: 20px;
    }
    .guide_point {
        margin-bottom: 10px;
    }
    .guide_img {
        margin-bottom: 20px;
        text-align: center;
    }
    .guide_txt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .page_main.is-lower {
        margin-bottom: 60px;
    }
    .guide_link.ver2 {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 374px) {
    .guide_img img {
        width: 100%;
        height: auto;
    }
}
