@charset "utf-8";

/*============================
いいところ
============================*/

.cont .container {
    background: url(../images/bg_photo.png) no-repeat right bottom;
    background-size: 61.08%;
}

.cont_img h1 {
    width: 420px;
}

#good-point .flex {
    align-items: stretch;
    gap: 40px;
}

#good-point .box {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#good-point .box .photo {
    border-radius: 0;
}

#good-point .box .text {
    padding: 30px;
}

#good-point .box .text h2 {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .cont .container {
        background: none;
    }
    .cont_img h1 {
        width: 100%;
    }

    #good-point .box {
        width: 100%;
    }

    #good-point .box .text h2 {
        margin-bottom: 5px;
    }

}
