    .inner-s {
        max-width: 940px;
        margin: auto;
    }

    .mt-4 {
        margin-top: 4rem;
    }

    .info_box {
        display: flex;
        justify-content: space-between;
    }

    .ti_box {
        width: 35%;
    }

    .address_box {
        width: 55%;
    }

    .address_box dl {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .address_box dl dt {
        font-weight: bold;
        width: 15%;
    }

    .address_box dl dd {
        width: 82%;
    }

    .att_txt {
        font-size: 1.4rem;
    }

    @media print,
    screen and (max-width: 768px) {

        .info_box {
            display: block;
        }

        .ti_box {
            width: 100%;
        }

        .address_box {
            width: 100%;
        }
    }