@charset "UTF-8";

/*---------- 基本料金の目安 ----------*/

a#meyasu + section > .content_wrapper {
    border: 3px solid var(--i_main_color);
    background:
        url(/common/upload_data/h-c-mjp/image/20260707153336.png) top left / 15px 15px no-repeat,
        url(/common/upload_data/h-c-mjp/image/20260707153336.png) bottom left / 15px 15px no-repeat,
        url(/common/upload_data/h-c-mjp/image/20260707153336.png) top right / 15px 15px no-repeat,
        url(/common/upload_data/h-c-mjp/image/20260707153336.png) bottom right / 15px 15px no-repeat,
        var(--i_sub2_color);

    padding: 30px;
}

/* Heading */
a#meyasu + section > .content_wrapper > .heading {
    margin-bottom: 30px;
}

a#meyasu + section > .content_wrapper > .heading h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

/* Content */
a#meyasu + section > .content_wrapper .inner_item_txt {
    width: 100%;
}

a#meyasu + section > .content_wrapper .inner_item_txt > p:first-child {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 30px;
}

a#meyasu + section > .content_wrapper .inner_item_txt > p:first-child span {
    color: #ff0000;
    font-weight: 700;
}

a#meyasu + section > .content_wrapper .inner_item_txt > p:not(:first-child) {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 20px;
}

/* Button */
a#meyasu + section > .content_wrapper .contents_btn01 {
    margin-top: 40px;
}

/*---------- Tablet ----------*/
@media screen and (max-width: 700px) {

    a#meyasu + section > .content_wrapper {
        padding: 20px;
    }

    a#meyasu + section > .content_wrapper > .heading h2,
    a#meyasu + section > .content_wrapper .inner_item_txt > p:first-child {
        font-size: 1.8rem;
    }

    a#meyasu + section > .content_wrapper .inner_item_txt > p:not(:first-child) {
        font-size: 1.5rem;
    }
}


a#meyasu + section > .content_wrapper .inner_item_txt > p:first-child span {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #ff0000;
    font-weight: 700;
}


a#meyasu + section > .content_wrapper .inner_item_txt > p:first-child span {
    display: block;
    color: #ff0000;
    font-weight: 700;
    text-align: right;
}




/*---------- Mobile ----------*/
@media screen and (max-width: 500px) {

    a#meyasu + section {
        padding-left: 40px;
        padding-right: 40px;
    }

    a#meyasu + section > .content_wrapper {
        padding: 15px;
    }

    a#meyasu + section > .content_wrapper > .heading {
        margin-bottom: 20px;
    }

    a#meyasu + section > .content_wrapper > .heading h2,
    a#meyasu + section > .content_wrapper .inner_item_txt > p:first-child {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    a#meyasu + section > .content_wrapper .inner_item_txt > p:not(:first-child) {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    a#meyasu + section > .content_wrapper .contents_btn01 {
        margin-top: 30px;
    }
}