@charset "UTF-8";




@media screen and (max-width: 1079px) {
.fv-logo img {
padding-top: 20px;
}

}


/*通報相談方法3つ*/
@media screen and (max-width: 1079px) {
.means-item:last-child {
margin: 0 auto;
}
.means-list {
justify-content: space-between;
margin-bottom: 20px;
}
}

/*通報範囲2つ*/
.illust-item {
width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 650px) {
.illust-item {
width: calc(100% / 2 - 5px);
}
}
