@charset 'UTF-8';

.section02 {
    background-color: #eaede1;
}

/*----------星マーク、文字画像の配置----------*/
.img-area a {
    position: absolute;
}

.img-area a:nth-of-type(1) {
    top: 58px;
    left: 60px;
}

.img-area a:nth-of-type(2) {
    top: 58px;
    left: 317px;
}

.img-area a:nth-of-type(3) {
    top: 58px;
    left: 582px;
}

.img-area a:nth-of-type(4) {
    top: 58px;
    left: 870px;
}


/*--------画面幅500px以下---------*/
@media screen and (max-width: 500px) {
    .img-area a:nth-of-type(1) {
        top: 20px;
        left: 31px;
    }
    
    .img-area a:nth-of-type(2) {
        top: 20px;
        left: 147px;
    }
    
    .img-area a:nth-of-type(3) {
        top: 20px;
        left: 263px;
    }
    
    .img-area a:nth-of-type(4) {
        top: 20px;
        left: 379px;
    }

}
