
@charset "UTF-8";

body:not(.index) .contents_box01 .inner_item_txt {
    margin-bottom: 0 !important;
}

/*------------------------privacy------------------------*/

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

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

main>section:first-of-type: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:first-of-type:before {
        top: 0;
        background-size: auto;
    }
}

.heading.block_header_2 .h {
    position: relative;
    padding-left: 20px;
}

.heading.block_header_2 .h:before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(1em * 1.5 / 2);
    transform: translateY(-50%);
    left: 0;
    background: #707070;
    pointer-events: none;
}