@charset "UTF-8";
/* コンテンツ */

.line_ban {
    background-color: #06c755;
    padding: 25px 30px;
    text-align: center;
    box-sizing: border-box;
    width: 800px;
}
.line_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.line_btn p {
    width: 19%;
}

.flow_box {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.fladj {
    align-items:flex-start;
}
.fimg {
    width: 350px;
}
.fimg img {
    width: 300px;
}
.ftx_box {
    position: relative;
    width: 850px;
    line-height: 1.7;
}
.ftx_box h3 {
    font-size: 1.4em;
    color: #1c4a6b;
}
.ffree {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    right: 0;
    top: 0;
    background-color: #00d5af;
    font-weight: bold;
    font-size: 1.32em;
    color: #fff;
    display: flex;
    justify-content:center;
    align-items: center;
}
.ftitle {
    display: flex;
    justify-content:flex-start;
    align-items:baseline;
    line-height: 1.4;
    border-bottom: 1px solid #37b4e7;
    padding-bottom: 5px;
}
.fnum {
    font-family: 'Ropa Sans', sans-serif;
    color: #37b4e7;
    text-align: center;
    line-height: 1.6em;
    margin-right: 15px;
}
.fnum span {
    font-size: 1.6em;
    margin-left: 5px;
}
.farr {
    text-align: center;
    margin: 50px auto
}
.farr img {
    width: 48px;
    opacity: 0.5;
}
@media screen and (min-width: 500px) {


}

@media screen and (max-width: 499px) {
.line_ban {
    padding: 15px 20px;
    width: 100%;
}
.line_btn {
    margin-bottom: 5px;
}
.line_btn p {
    width: 49%;
    margin-bottom: 6px;
}

.flow_box {
    display:block;
}
.fimg {
    width: 100%;
    margin-bottom: 20px;
}
.fimg img {
    width: 100%;
}
.ftx_box {
    width: 100%;
}
.ftx_box h3 {
    font-size: 1.24em;
}
.ffree {
    width: 64px;
    height: 64px;
    top: -60px;
    font-size: 1.24em;
}
.farr {
    text-align: center;
    margin: 40px auto
}
.farr img {
    width: 30px;
}
.fint {
    
}
}
