@charset "UTF-8";

#feature main{height: 450px;background-position: center center;background-size: cover;background: url("../img/main_pc.jpg?20210417") center center / cover no-repeat;}

#feature figure{text-align: center;margin-top: 30px;}


@media only screen and (max-width: 768px) {
#feature main{height: auto;background: none;}

#feature figure{margin-top: 20px;}

}

