
@charset "UTF-8";

/*------------------------Contact------------------------*/

main>section {
    padding-top: 180px !important;
}

@media screen and (max-width: 900px) {
    main>section {
        padding-top: 100px !important;
    }
}

main>section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 100px;
    right: 0;
    background: url("/common/upload_data/wellsiscojp/image/line6_1.png") no-repeat top right / 70%;
    pointer-events: none;
}

@media screen and (max-width: 900px) {
    main>section::before {
        top: 0;
        background-size: auto;
    }
}