@charset "UTF-8";

.by { }
.by .fs-c-list {
    margin-top: 30px;
    line-height: 30px;
}
.by .fs-c-list a {
    color: blue !important;
}
h2 {
    margin-top: 50px;
    text-align: left;
    font-size: 20px;
    background: #f7f4e7;
    padding: 15px 20px;
    border-left: 3px solid #87795b;
}
h3 {
    color: #555;
    font-size: 20px;
}
.by-scene {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}
.by-scene--reverse {
    flex-direction: row-reverse;
}
.by-scene__img {
    height: 300px;
    width: 300px;
    background-color: #eee;
    margin: 15px 0;
    min-width: 300px;
}
.by-scene__text {
    padding: 15px 30px;
}
.by-scene__detail {
    font-size: 14px;
}


@media screen and (max-width: 1000px){
    .by {
        width: 100%;
    }
    .by-scene {
        flex-direction: column;
        align-items: center;
    }
    .by-scene__text {
        max-width: 90%;
        padding: 15px;
    }
}