@charset "utf-8";
/*共通設定*/
.title {
    background-image: url(/img/in-service2.jpg);
}
/*終わり*/


/*<section class="news">*/
.news {
    margin-top: 120px;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 150px;
}

.news-flex {
    display: grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    column-gap: 50px;
    row-gap: 70px;
    justify-content: center;
}

.news-con {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.news-con time,
.news-con p {
    padding: 10px;
}
/*終わり*/