#top_fv {
    background: none;
    background-image: url(/line-flow/atoshimatsu/images/pv_fv_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 0;
}
.top_obi, .column_1 {
	margin-bottom: 40px;
}
#top_fv h2 img {
    width: 100%;
    max-width: 1050px;
    margin: 0;
}
.line-flow h3 {
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 2px solid #76ae02;
    margin: 1em 0 0.5em 0;
}
.f_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    align-items: flex-start;
}
.two-third {
    width: 65%;
    background: #fffaf0;
    padding: 0.2rem;
}
.one-third {
    width: 32%;
    background: #f0fff0;
    padding: 0.2rem;
}
.step_t {
    font-size: 1.2rem;
    padding: 10px 10px 0px 9px;
    border-left: 12px double #76ae02;
    margin: 10px 20px 5px 0;
    font-weight: bold;
}
.line-flow a {
    color: #000000;
}
.scsho-half img {
    width: 98%;
}
.line-flow img {
    max-width: 280px;
}
.flow-left, .flow-right {
    width: 48%;
    padding: 0.2rem;
}
.yellow-line {
	background: linear-gradient(transparent 70%, #FFFF00 70%);
    font-weight: inherit;
}
@media only screen and (max-width: 768px){
    footer {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .two-third, .one-third {
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 0px;
    }
    .flow-left, .flow-right {
        padding: 0;
    }
}
