@charset "utf-8";

/* common css starts */
@font-face {
    font-family: Noto Sans CJK JP Light;
    font-width: 100;
    src: url(/building/assets/fonts/NotoSansCJKjp-Light.woff2) format("woff2"), url(/building/assets/fonts/NotoSansCJKjp-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Noto Sans CJK JP Regular;
    src: url(/building/assets/fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(/building/assets/fonts/NotoSansCJKjp-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Noto Sans CJK JP Medium;
    font-weight: 600;
    src: url(/building/assets/fonts/NotoSansCJKjp-Medium.woff2) format("woff2"), url(/building/assets/fonts/NotoSansCJKjp-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Noto Sans CJK JP Bold;
    font-weight: 700;
    src: url(/building/assets/fonts/NotoSansCJKjp-Bold.woff2) format("woff2"), url(/building/assets/fonts/NotoSansCJKjp-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "RobotoRegular";
    src: url(/building/assets/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "RobotoMedium";
    src: url(/building/assets/fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: "RobotoBold";
    src: url(/building/assets/fonts/Roboto-Bold.ttf);
}


.container {
    width: 1144px;
    padding: 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.margin-reset {
    margin: 0;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 768px;
        width: 100%;
    }

    .sub-container {
        width: 100%;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* common css ends */
/* Top page start */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 60px;
}

.top-mv-contaner {
    background: url(/building/assets/img/newimg/mv_img.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 53px 0 40px;
}

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

.top-mv-text {
    box-sizing: border-box;
    padding-right: 20px;
    width: 403px;
    line-height: 1.2;
}

.jp-sumitomo,
.mv-jp-text {
    font-family: Noto Sans CJK JP Medium !important;
    color: #ffffff;
}

.jp-sumitomo {
    font-size: 40px;
    margin-bottom: 16px;
}

.mv-jp-text {
    font-size: 60px;
    margin-bottom: 15px;
}

.mv-eng-text {
    font-family: "RobotoMedium" !important;
    font-size: 20px;
    color: #EE5829 !important;
    position: relative;
    width: fit-content;
}

.mv-eng-text::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: -11px;
    left: 0;
}

.mv-infolist-container {
    width: calc(100% - 403px);
}

.mv-infolist-blog {
    box-sizing: border-box;
    width: fit-content;
    margin-left: auto;
    background: rgba(248, 248, 248, 0.85);
    padding: 32px 30px 40px 30px;
    border-radius: 16px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.16);
}

.mv-list-ttl {
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}

.mv-list-ttl::before {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    border-radius: 2px;
    background: #ee5829;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.outside-infobox {
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 4px;
    height: 108px;
    overflow-y: scroll;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.inner-infobox {
    box-sizing: border-box;
    height: auto;
    padding: 0px 38px 19px 21px;
}

.outside-infobox::before {
    content: "";
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 17px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.outside-infobox::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 100%;
    height: 10px;
    position: sticky;
    bottom: -1px;
}

.inner-infobox p {
    font-family: Noto Sans CJK JP Regular !important;
    font-size: 100%;
    /* text-decoration: underline; */
    color: #333333;
    margin-bottom: 0px;
    position: relative;
    padding-left: 15px;
}

.inner-infobox p::before {
    content: "";
    background: url(/building/assets/img/newimg/right_orange_triangle.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
}

.inner-infobox p a:active,
.inner-infobox p a:link,
.inner-infobox p a:visited {
    color: #333333 !important;
}

.inner-infobox p:last-child {
    margin-bottom: 0;
}


.outside-infobox::-webkit-scrollbar-track {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 0 4px 4px 0;
}


.outside-infobox::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 8px;
}


.outside-infobox::-webkit-scrollbar {
    width: 12px;
}

.mv-btn-container {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
}

.mv-info-btn {
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    box-sizing: border-box;
    min-width: 280px;
    padding: 11px 31px 11px 41px;
    background: #FFFFFF;
    color: #333333 !important;
    border: 1px solid #EE5829;
    border-radius: 10px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}

.mv-info-btn.one-line {
    padding: 19px 31px 19px 41px;
}

.mv-info-btn::before {
    content: "";
    background: url(/building/assets/img/newimg/building_icon.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.mv-info-btn::after {
    content: "";
    background: url(/building/assets/img/newimg/right_circle_arrow.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

a.mv-info-btn:active,
a.mv-info-btn:link,
a.mv-info-btn:visited {
    color: #333333 !important;
    text-decoration: none;
}

.mvpamphlet-btn {
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    box-sizing: border-box;
    min-width: 280px;
    padding: 20px 71px 20px 96px;
    background: linear-gradient(to right, #EFBA38, #EF6C32, #DB3D35, #D02D2D);
    text-decoration: none !important;
    color: #FFFFFF !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}

.mvpamphlet-btn span {
    position: relative;
}

.mvpamphlet-btn span img {
    display: none;
}

.mvpamphlet-btn span::before {
    content: "";
    background: url(/building/assets/img/newimg/book_icon.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 27px;
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.mvpamphlet-btn span::after {
    content: "";
    background: url(/building/assets/img/newimg/pdf.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
}

a.mvpamphlet-btn:active,
a.mvpamphlet-btn:link,
a.mvpamphlet-btn:visited {
    color: #FFFFFF !important;
    text-decoration: none;
}

@media screen and (max-width: 1150px) {
    .top-mv-contaner {
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .top-mv-contaner {
        width: 100%;
        background: url(/building/assets/img/newimg/mv_img_sp.png) no-repeat;
        background-size: 100%;
        background-position: center;
        height: 397px;
        padding: 0;
    }

    .top-mv-text {
        max-width: 307px;
        padding-right: 0;
        padding-top: 25px;
        margin-left: 28px;
    }

    .jp-sumitomo {
        font-size: 27px;
        margin-bottom: 3px;
    }

    .mv-jp-text {
        font-size: 39px;
    }

    .mv-eng-text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .mv-eng-text::before {
        top: -8px;
    }

    .mv-flex-container {
        display: block;
    }

    .mv-infolist-container {
        box-sizing: border-box;
        width: 100%;

        margin: 0 auto;
        margin-top: 30px;
        padding: 0 5px;
    }

    .mv-infolist-blog {
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
        max-width: 100%;
        width: 100%;
        padding: 15px 10px 12px 10px;
        width: fit-content;
        margin: 0 auto;
    }

    .outside-infobox {
        height: 140px;
        width: 307px;
        margin: 0 auto;
    }


    .inner-infobox {
        padding: 0px 16px 0px 15px;
    }

    .outside-infobox::before,
    .outside-infobox::after {
        height: 18px;
    }

    .mv-list-ttl {
        box-sizing: border-box;
        font-size: 14px;
        max-width: 307px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .mv-btn-container {
        display: block;
        width: fit-content;
        margin: 0 auto;
        margin-top: 15px;
    }

    .mv-info-btn {
        margin-bottom: 10px;
    }

    .mv-info-btn,
    .mvpamphlet-btn {
        min-width: unset;
        width: 317px;
    }
}

@media screen and (max-width: 370px) {

    .outside-infobox,
    .mv-info-btn,
    .mvpamphlet-btn {
        width: 254px;
    }
}

/* ///////table///////// */
.recruit-status-sec {
    box-sizing: border-box;
    width: 1144px;
    margin: 0 auto;
    padding: 80px 12px;
}

.region-btn-container {
    display: flex;
    gap: 2px;
}

.region-btn {
    font-family: Noto Sans CJK JP Medium !important;
    cursor: pointer;
    font-size: 14px;
    width: 138px;
    height: 64px;
    border-radius: 4px;
    background: #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    line-height: 1.4em;
    text-align: center;
}

.region-btn.active {
    background: #ee5829;
    color: #ffffff;
}

.region-btn .region {
    text-decoration: underline;
    max-width: 126px;
}

.data-info-grid {
    display: grid;
    grid-template-areas:
        "vacancyText dataBox"
        "vacancyText remarkText";
    padding: 22px 0 24px;
}

.vacancy-text {
    grid-area: vacancyText;
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 100%;
    display: flex;
    gap: 7px;
    align-items: center;
    width: 688px;
    align-self: end;
}

.vacancy-text input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid #6a6a6a;
    border-radius: 2px;
    cursor: pointer;
}

.vacancy-text input[type="checkbox"]:checked {
    position: relative;
}

.vacancy-text input[type="checkbox"]:checked::after {
    content: "";
    background: url(/building/assets/img/newimg/orange_mark.png) no-repeat;
    width: 10px;
    height: 9px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.date-box {
    grid-area: dataBox;
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 100%;
    color: #EE5829;
    width: 146px;
    padding: 9px 0;
    line-height: 1.2;
    margin-left: auto;
    margin-bottom: 8px;
    border: 1px solid #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remark-text-container {
    grid-area: remarkText;
    font-family: Noto Sans CJK JP Regular !important;
    font-size: 85.72%;
}

.remark-text-container .remark-text {
    position: relative;
    padding-left: 12px;
}

.remark-text-container .remark-text::before {
    content: "※";
    font-family: Noto Sans CJK JP Regular !important;
    font-size: 85.72%;
    position: absolute;
    left: 0;
    top: 1px;
}

.region-data-container {
    width: 100%;
}

.region-data-container .region-head-row {
    display: flex;
    gap: 4px;
}

.region-head-row .region-head {
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 100%;
    text-align: center;
    color: #FFFFFF;
    background: #6A6A6A;
    border-radius: 4px 4px 0 0;
    padding: 10px 0;
}

.region-head-row .region-head.col-one {
    width: 514px;
}

.region-head-row .region-head.col-two {
    width: 248px;
}

.region-head-row .region-head.col-three {
    width: 178px;
}

.region-head-row .region-head.col-four {
    width: 168px;
}

.data-list {
    box-sizing: border-box;
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}

.data-list .data-col {
    border-radius: 4px;
}

.data-list .thirdcol-one,
.data-list .thirdcol-two,
.data-list .thirdcol-three,
.data-list .thirdcol-row {
    border-radius: 4px;
}

.data-list:first-child .data-col {
    border-radius: 0 0 4px 4px;
}

.data-list:first-child .thirdcol-one,
.data-list:first-child .thirdcol-two,
.data-list:first-child .thirdcol-three,
.data-list:first-child .thirdcol-row {
    border-radius: 0 0 4px 4px;
}

.data-list .background {
    background: #F8F8F8;
}

.data-list:last-child {
    margin-bottom: 0;
}

.data-list img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.reaflet-btn img.icon {
    display: none;
}

.data-list .img-div {
    width: 152px;
    height: 108px;
    border-radius: 4px;
    overflow: hidden;
}

.data-list .firstcol {
    width: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.data-list .seccol {
    box-sizing: border-box;
    width: 324px;
    padding-top: 19px;
    padding-left: 22px;
}

.data-list .first-sec-col {
    display: flex;
    gap: 4px;
}

.data-list .thirdcol {
    display: flex;
    gap: 4px;
}

.data-list .thirdcol .thirdcol-one {
    width: 248px;
}

.data-list .thirdcol .thirdcol-two {
    width: 178px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-list .thirdcol .thirdcol-three {
    width: 168px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-list .thirdcol .thirdcol-one:only-child {
    width: 602px;
}

.data-list .div-ul {
    box-sizing: border-box;
    max-width: 248px;
    padding: 25px 19px 15px 20px;
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 100%;
}

.data-list .div-li {
    position: relative;
    padding-left: 16px;
}

.data-list .div-li::before {
    content: "";
    background: url(/building/assets/img/newimg/list_ellipse.png) no-repeat;
    background-size: contain;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
}

.data-list .kan-btn {
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 100%;
    width: fit-content;
    padding: 4px 15px 1px;
    border: 1px solid #6A6A6A;
    border-radius: 100vmax;
    margin-bottom: 6px;
}

.data-list .gate-text {
    width: fit-content;
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 142.86%;
    /* text-decoration: underline; */
}

.data-list .gate-text a {
    color: #333 !important;
}

.data-list .gate-text a:active,
.data-list .gate-text a:link,
.data-list .gate-text a:hover {
    color: #EE5829 !important;
    text-decoration:  underline;
}

a.occupy-btn {
    text-decoration: none;
}

a.occupy-btn:active,
a.occupy-btn:link,
a.occupy-btn:visited {
    color: #333 !important;
}

a.occupy-btn.hiring:active,
a.occupy-btn.hiring:link,
a.occupy-btn.hiring:visited {
    color: #fff !important;
}

.occupy-btn {
    font-family: Noto Sans CJK JP Regular !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 40px;
    margin: 0 auto;
    background: #e8e8e8;
    border-radius: 8px;
}

.occupy-btn.hiring {
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 14px;
    background: #EE5829;
    color: #ffffff;
    margin-left: 0;
}

.occupy-btn.fully-occupied {
    font-size: 14px;
    margin-left: 0;
}

.reaflet-btn {
    font-family: Noto Sans CJK JP Regular !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 40px;
    background: linear-gradient(to right, #EFBA38, #EF6C32, #DB3D35, #D02D2D);
    text-decoration: none !important;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 100vmax;
}

.reaflet-btn span {
    position: relative;
}

.reaflet-btn span::before {
    content: "";
    background: url(/building/assets/img/newimg/panflat.png) no-repeat;
    background-size: contain;
    width: 21px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

.reaflet-btn span::after {
    content: "";
    background: url(/building/assets/img/newimg/pdf.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
}

a.reaflet-btn:active, a.reaflet-btn:link, a.reaflet-btn:visited {
    color: #FFFFFF !important;
}

@media screen and (max-width: 768px) {
    .recruit-status-sec {
        width: 100%;
        box-sizing: border-box;
        margin-top: 317px;
    }

    .region-btn {
        width: 173px;
        height: 48px;
        flex-direction: row;
        gap: 10px;
    }

    .region-btn-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        width: fit-content;
        margin: 0 auto;
    }

    .data-info-grid {
        grid-template-areas:
            "vacancyText dataBox"
            "remarkText remarkText";
        padding: 30px 0 12px;
    }

    .data-info-grid>div {
        align-self: center;
    }

    .vacancy-text {
        width: 165px;
    }

    .date-box {
        width: 140px;
    }

    .remark-text-container {
        margin-top: 12px;
    }

    .remark-text-container .remark-text {
        padding-left: 15px;
    }

    .region-data-container .region-head-row {
        display: none;
    }

    .data-list {
        box-sizing: border-box;
        width: 100%;
        display: block;
        height: auto;
        border-radius: 4px;
        background: #F8F8F8;
        margin-bottom: 12px;
        padding: 24px 18px 29px 18px;
        border: solid 1px #dddddd;
    }

    .data-list .firstcol {
        width: fit-content;
        align-items: start;
        padding: 0;
    }

    .data-list .img-div {
        width: 120px;
        height: 85px;
    }

    .data-list .seccol {
        width: calc(100% - 140px);
        padding-left: 0;
        padding-top: 33px;
        position: relative;
    }

    .data-list .seccol::before {
        content: "ビル名・所在地";
        font-family: Noto Sans CJK JP Medium !important;
        font-size: 12px;
        width: fit-content;
        background: #6A6A6A;
        color: #FFFFFF;
        border-radius: 4px;
        padding: 0px 5px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .data-list .first-sec-col {
        background: #F8F8F8;
        gap: 19px;
    }

    .data-list .thirdcol {
        background: #F8F8F8;
        display: grid;
        grid-template-areas: "thirdcolOne thirdcolOne thirdcolOne""thirdcolTwo thirdcolThree .";
        gap: 0;
    }

    .data-list .thirdcol .thirdcol-one {
        grid-area: thirdcolOne;
        width: 100%;
        border-bottom: 1px solid #BCBCBC;
        border-radius: unset;
    }

    .data-list .thirdcol .thirdcol-one:only-child {
        border: unset;
        width: 100%;
    }

    .data-list .thirdcol .thirdcol-one:only-child .div-ul {
        padding-bottom: 0;
    }

    .data-list .div-li::before {
        top: 9px;
    }

    .reaflet-btn {
        margin-top: 52px;
        width: 148px;
    }

    .data-list .thirdcol .thirdcol-two {
        grid-area: thirdcolTwo;
        display: block;
        position: relative;
        width: 148px;
        margin-right: 19px;
    }

    .data-list .thirdcol .thirdcol-two::before {
        content: "資料";
        font-family: Noto Sans CJK JP Medium !important;
        font-size: 12px;
        width: fit-content;
        background: #6A6A6A;
        color: #FFFFFF;
        border-radius: 4px;
        padding: 0 17px;
        position: absolute;
        top: 18px;
        left: 0;
    }

    .data-list .thirdcol .thirdcol-three {
        grid-area: thirdcolThree;
        display: block;
        position: relative;
        width: fit-content;
    }

    .occupy-btn {
        margin-top: 52px;
        margin-left: 0;
        width: 148px;
    }

    .data-list .thirdcol .thirdcol-three::before {
        content: "募集状況";
        font-family: Noto Sans CJK JP Medium !important;
        font-size: 12px;
        width: fit-content;
        background: #6A6A6A;
        color: #FFFFFF;
        border-radius: 4px;
        padding: 0 5px;
        position: absolute;
        top: 18px;
        left: 0;
    }

    .data-list .div-ul {
        font-family: Noto Sans CJK JP Regular !important;
        position: relative;
        padding-left: 0;
        padding-top: 47px;
        padding-bottom: 15px;
        max-width: 100%;
    }

    .data-list .div-ul::before {
        content: "アクセス";
        font-family: Noto Sans CJK JP Medium !important;
        font-size: 12px;
        width: fit-content;
        background: #6A6A6A;
        color: #FFFFFF;
        border-radius: 4px;
        padding: 0 5px;
        position: absolute;
        top: 18px;
        left: 0;
    }

    .spdatalist-tag {
        font-size: 12px;
        width: fit-content;
        background: #6A6A6A;
        color: #FFFFFF;
    }

    .data-list .kan-btn {
        font-size: 12px;
        padding: 1px 13px;
        margin-bottom: 4px;
    }

    .data-list .gate-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 374px) {
    .top-mv-contaner {
        background-position: top;
    }
}

@media screen and (max-width: 370px) {
    .top-mv-text {
        margin-left: 0;
    }

    .jp-sumitomo {
        font-size: 26px;
    }

    .mv-jp-text {
        font-size: 38px;
    }

    .mv-eng-text {
        font-size: 15px;
    }

    .mvpamphlet-btn {
        padding: 20px 71px 20px 71px;
    }

    .mvpamphlet-btn::before {
        left: 25px;
    }

    .region-btn {
        width: 100%;
        font-size: 13px;
        padding: 5px;
        box-sizing: border-box;
    }

    .vacancy-text,
    .date-box {
        font-size: 13px;
    }

    .date-box {
        width: 120px;
    }

    .data-list .thirdcol {
        grid-template-areas:
            "thirdcolOne thirdcolOne"
            "thirdcolTwo thirdcolThree";
    }

    .data-list .thirdcol .thirdcol-two {
        margin-right: 5px;
        width: 100%;
    }

    .data-list .thirdcol .thirdcol-three {
        margin-left: auto;
    }

    .reaflet-btn span::before {
        left: -20px
    }

    .reaflet-btn span::after {
        right: -20px;
    }

    .reaflet-btn,
    .occupy-btn {
        font-size: 13px;
        width: 130px;
    }
}

/* /////////////// */
/* Top page end */

/* Header start */
.header-border {
    position: relative;
}

.header-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(to right, #efba38 0%, #ef6c32 25%, #db3d35 75%, #d02d2d 100%);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo-title-div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.logo-jp-ttl {
    font-size: 24px;
    font-family: Noto Sans CJK JP Bold;
    line-height: 1;
    color: #333333;
}

.logo-en-ttl {
    font-size: 18px;
    font-family: "RobotoMedium" !important;
    line-height: 1.2;
    color: #ee5829;
}

.font-ttl-div {
    margin-top: -10px;
}

.font-ttl {
    font-size: 14px;
    font-family: Noto Sans CJK JP Medium !important;
    line-height: 1.2;
}

.font-btn-div {
    display: flex;
    width: fit-content;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
}

.font-btn {
    font-size: 12px;
    font-family: Noto Sans CJK JP Regular !important;
    line-height: 1.2;
    border-right: 1px solid #9d9d9d;
    color: #333333;
    padding: 9px 10px;
    cursor: pointer;
}

.font-btn-one {
    padding: 7px 6px 6px 7px;
}

.logo-img-div {
    display: flex;
    align-items: center;
    gap: 29px;
}

.logo-img {
    width: 153px;
    height: 52px;
}

.logo-img img {
    width: 100%;
    height: 100%;
}

.font-btn-active {
    background-color: #9d9d9d;
    color: #ffffff !important;
}

.font-btn-style {
    appearance: none;
    border: none;
    background: none;
    padding: 0;
}

@media screen and (max-width: 1150px) {
    .header-border {
        width: fit-content !important;
    }
}

@media screen and (max-width: 1000px) {
    .logo-jp-ttl {
        font-size: 2rem;
    }

    .logo-en-ttl {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .header-border {
        width: unset !important;
    }

    .header-border::after {
        height: 2px;
    }

    .header-container {
        height: 56px;
    }

    .logo-title-div {
        flex-direction: column;
        align-items: start;
        gap: 4px;
    }

    .logo-jp-ttl {
        font-size: 128.6%;
        line-height: 1.3;
    }

    .logo-en-ttl {
        font-size: 71.43%;
        letter-spacing: -0.2px;
    }

    .font-ttl-div {
        display: none;
    }

    .logo-img {
        width: 85px;
        height: 29px;
    }
}

/* Header end */

/* detail page starts */
.b-crumb {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 20px 0;
}

.b-crumb .b-crumb-link {
    color: #6a6a6a !important;
    font-family: Noto Sans CJK JP Regular !important;
    padding-right: 20px;
    position: relative;
}

.b-crumb .b-crumb-link::after {
    position: absolute;
    top: 50%;
    right: 5px;
    content: ">";
    color: #EE5829;
    transform: translateY(-50%);
}

.b-crumb .b-crumb-link {
    text-underline-offset: 3px;
}

.b-crumb .b-crumb-current {
    color: #333333;
    font-family: Noto Sans CJK JP Medium !important;
}

.building-name {
    color: #333333;
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 285.714%;
    line-height: 2;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.building-name::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 16px;
    height: 4px;
    background-color: #ee5829;
    transform: translateY(-50%);
}

.renting-condition {
    font-family: Noto Sans CJK JP Medium !important;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.renting-condition a {
    color: #333333 !important;
    text-decoration: none;
    font-weight: 500;
    line-height: 2;
    padding: 0;
    border-radius: 8px;
}

.slider-map-sec {
    display: flex;
    gap: 60px;
    margin-top: 25px;
    width: 1120px;
}

.slider-side {
    display: flex;
    flex-direction: column;
    width: calc(100% - 562px);
    position: relative;
}

.slider-side-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33%;
    left: 0;
}

.slider-side .slick-arrow {
    z-index: 1;
}

.slider-side .slick-arrow::before {
    border-top: 0;
    border-right: 0;
    background-size: contain;
    width: 33px;
    height: 33px;
}

.slider-side .slick-arrow.slick-prev::before {
    position: absolute;
    content: "";
    background: url(/building/assets/img/newimg/prev_arr.png) no-repeat;
    background-size: contain;
    left: 10px;
    transform: translate(0, -50%) rotate(0);
    opacity: 1;
}

.slider-side .slick-arrow.slick-next::before {
    position: absolute;
    content: "";
    background: url(/building/assets/img/newimg/prev_arr.png) no-repeat;
    background-size: contain;
    right: 10px;
    transform: translate(0, -50%) rotate(180deg);
    opacity: 1;
}

.slider-side ul.slick-dots {
    display: none !important;
}

.upper-slide {
    /* border: 1px solid #707070; */
    border-radius: 8px;
    padding: 65px 0;
    position: relative;
}

.upper-slide .slick-list img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.lower-slide {
    margin-top: 15px;
    padding: 25px 35px;
    background-color: #f8f8f8;
    border-radius: 8px;
    position: relative;
}

.lower-slide .slick-arrow {
    position: absolute;
    background-size: contain;
}

.lower-slide .slick-arrow.slick-prev {
    left: 15px;
    background: url(/building/assets/img/newimg/prev_arr_orange.png) no-repeat;
    background-size: contain;
}

.lower-slide .slick-arrow.slick-next {
    right: 15px;
    background: url(/building/assets/img/newimg/prev_arr_orange.png) no-repeat;
    background-size: contain;
    transform: translate(0, -50%) rotate(180deg);
}

.lower-slide .slick-arrow::before {
    display: none;
}

.lower-slide .slick-list.draggable {
    padding: 0 !important;
}

.lower-slide .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 !important;
    transform: translate3d(0px, 0px, 0px);
}

.lower-slide .each-slide {
    width: calc((100% - 30px)/3);
    height: 130px;
    /* border: 1px solid #707070; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.lower-slide .each-slide img {
    width: 100%;
    height: 108px;
    object-fit: contain;
}

.renting-condition .energy {
    padding-left: 15px;
    border-radius: 4px;
}

.occupy-btn.energy {
    width: 95px;
    height: 42px;
}

.re-energy, .led-energy {
    position: relative;
    cursor: default;
}

.re-energy::before, .led-energy::before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    background: url(/building/assets/img/newimg/icon_re_energy.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.led-energy::before {
    left: 15px;
    background: url(/building/assets/img/newimg/icon_bulb.png) no-repeat;
    background-size: contain;
    width: 17px;
}

.map-side {
    min-width: 502px;
}

.map-dir-txt {
    margin: 0;
    padding-left: 0;
    margin-bottom: 32px;
}

.map-dir-txt>p {
    font-family: Noto Sans CJK JP Regular !important;
    font-size: 142.857%;
    line-height: 1.6;
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.map-dir-txt>p:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background: url(/building/assets/img/newimg/list_circle.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.location-map iframe {
    border-radius: 8px;
}

.map-search {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.map-search a img {
    display: none;
}

.map-search-btn {
    width: calc((100% - 5px)/2);
    border-radius: 40px;
    background-image: linear-gradient(to right, rgba(239, 186, 56, 1), rgba(239, 108, 50, 1), rgba(219, 61, 53, 1), rgba(208, 45, 45, 1));
}

a.map-search-btn {
    color: #ffffff !important;
    text-decoration: none;
}

.vr-search {
    box-sizing: border-box;
    min-width: 248px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Noto Sans CJK JP Medium !important;
    padding: 15px 0 15px 55px;
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* Styles for iOS Safari */
    .vr-search {
        font-size: 9px;
    }
}

.reflect-search {
    box-sizing: border-box;
    min-width: 248px;
    font-size: 14px;
    text-align: center;
    font-family: Noto Sans CJK JP Medium !important;
    padding: 15px 25px 15px 25px;
}

.reflect-search>span {
    position: relative;
}

.vr-search::before {
    position: absolute;
    top: 55%;
    left: 16px;
    content: "";
    background: url(/building/assets/img/newimg/icon_vr.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 28px;
    transform: translateY(-50%);
}

.reflect-search>span::before {
    position: absolute;
    top: 50%;
    content: "";
    left: -35px;
    background: url(/building/assets/img/newimg/icon_reflet.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.reflect-search>span::after {
    position: absolute;
    top: 50%;
    right: -22px;
    content: "";
    background: url(/building/assets/img/newimg/icon_pdf.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {
    .b-crumb {
        font-size: 85.714%;
    }

    .building-name {
        font-size: 142.857%;
    }

    .renting-condition {
        gap: 5px;
    }

    .renting-condition a {
        margin-top: 0;
    }

    .upper-slide {
        padding: 40px 0;
    }

    .upper-slide .slick-list img {
        height: 223px;
    }

    .lower-slide {
        padding: 15px 25px;
        gap: 10px;
    }

    .lower-slide .each-slide {
        height: 82px;
    }

    .lower-slide .each-slide img {
        width: 100%;
        height: 68px;
    }

    .lower-slide .slick-arrow.slick-prev, .lower-slide .slick-arrow.slick-next {
        width: 6px;
        height: 9px;
    }

    .lower-slide .slick-track {
        gap: 10px;
    }

    .slider-map-sec {
        width: 100%;
        gap: 30px;
        margin-top: 15px;
        flex-direction: column;
    }

    .slider-side {
        width: min(100%, 350px);
        margin: 0 auto;
    }

    .slick-arrow.slick-arrow.slick-prev {
        left: -10px;
    }

    .slick-arrow.slick-next {
        right: -10px;
    }

    .slider-side .slick-arrow.slick-prev::before {
        width: 18px;
        height: 18px;
        left: 0;
    }

    .slider-side .slick-arrow.slick-next::before {
        width: 18px;
        height: 18px;
        right: 0;
    }

    .lower-slide .slick-arrow.slick-prev {
        left: 10px;
    }

    .lower-slide .slick-arrow.slick-next {
        right: 10px;
    }

    .map-side {
        min-width: unset;
        width: 100%;
    }

    .map-dir-txt>p {
        font-size: 114.286%;
        padding-left: 20px;
    }

    .map-dir-txt>p:before {
        top: 5px;
        width: 16px;
        height: 16px;
    }

    .map-search {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 25px;
    }

    .map-search-btn {
        min-width: unset;
        box-sizing: border-box;
        width: min(100%, 300px);
        height: 48px;
    }

    .vr-search {
        font-size: 12px;
        padding-left: 85px;
        text-align: center;
    }

    .vr-search::before {
        left: 50px;
    }

    .reflect-search::before {
        left: 75px;
    }

    .reflect-search::after {
        right: 85px;
    }

    .re-energy, .led-energy {
        margin-top: 0;
    }
}

/* detail page ends */

/* Property Overview Table Starts */
.property-vacancy-ttl {
    margin: 70px 0 0 0;
    padding: 15px 40px;
    border-radius: 8px;
    background-color: #E8E8E8;
    font-family: Noto Sans CJK JP Medium !important;
    font-size: 130.43%;
}

.property-data {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 10px 40px;
    border-bottom: 1px solid #BCBCBC;
}

.property-left {
    font-size: 114.286%;
    font-family: Noto Sans CJK JP Medium !important;
    width: 200px;
}

.property-right {
    font-family: Noto Sans CJK JP Regular !important;
    margin: 0;
    width: calc(100% - 210px);
}

@media screen and (max-width:768px) {
    .property-vacancy-ttl {
        margin-top: 40px;
        padding: 15px 20px;
    }

    .property-data {
        padding: 20px 15px;
    }

    .property-left {
        width: 90px;
    }

    .property-right {
        width: calc(100% - 100px);
    }
}

/* Property Overview Table Ends */

/* Vacancy Information Table Starts */
.vacancy-table-sec {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}

.vacancy-table {
    width: 100%;
    margin-top: 30px;
}

.vacancy-table-header {

    display: flex;
    gap: 5px;
    align-items: center;
}

.table-orange {
    font-size: 114.286%;
    font-family: Noto Sans CJK JP Medium !important;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    background-color: #F17752;
    border-radius: 4px;
    width: calc((100% - 180px)/7);
}

.remarks {
    width: 145px;
}

.table-data {
    font-family: Noto Sans CJK JP Medium !important;
    margin-top: 5px;
    padding: 8px;
    text-align: center;
    background-color: #F8F8F8;
    border-radius: 4px;
    width: calc((100% - 180px)/7);
}

.table-data-link {
    width: 145px;
}

.table-data-link>a {
    color: #333333 !important;
    text-underline-offset: 2px;
}

/* Vacancy Information Table Ends */

/* Vacancy inquiries section starts */
.vacancy-section {
    background-image: url(/building/assets/img/newimg/vacancy_bg.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0 90px;
    margin-top: 53px;
}

.vacancy-ttl-div {
    text-align: center;
}

.vacancy-ttl {
    font-size: 171.43%;
    font-family: Noto Sans CJK JP Medium !important;
    line-height: 1.2;
    color: #ffffff;
}

.contact-parent-div {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-top: 40px;
}

.contact-parent-div a {
    text-decoration: none;
    color: #333333 !important;
}

.contact-div {
    width: 424px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 20px 19px;
    text-align: center;
    box-sizing: border-box;
}

.contact-txt-div {
    width: 288px;
    border-bottom: 1px solid #ee5829;
    margin: 0 auto;
    padding-bottom: 10px;
}

.contact-txt {
    position: relative;
    font-size: 18px;
    font-family: Noto Sans CJK JP Medium !important;
    line-height: 1.8;
    padding: 0 32px 0 50px;
}

.contact-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background-image: url(/building/assets/img/newimg/phone.png);
    background-size: 100% 100%;
    background-position: center;
}

.mail-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 31px;
    height: 21px;
    background-image: url(/building/assets/img/newimg/mail.png);
    background-size: 100% 100%;
    background-position: center;
    transform: translateY(-50%);
}

.address-txt {
    font-size: 16px;
    font-family: Noto Sans CJK JP Medium !important;
    line-height: 1.2;
    margin: 10px 0;
}

.address-num {
    font-size: 25px;
    font-family: Noto Sans CJK JP Medium !important;
    line-height: 1.2;
    margin: unset;
}

.mail-txt-mg {
    margin-top: 10px;
}

.content-div {
    max-width: 646px;
    margin: 25px 0 0 127px;
}

.content-div p {
    position: relative;
    font-size: 85.714%;
    font-family: Noto Sans CJK JP Regular !important;
    line-height: 1.7;
    color: #ffffff;
    padding-left: 13px;
    margin: unset;
}

.content-div p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 1150px) {
    .vacancy-section {
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .vacancy-table-sec {
        overflow-x: scroll;
    }

    .vacancy-table {
        width: 805px;
    }

    .vacancy-section {
        width: 100%;
        padding: 30px 0;
    }

    .vacancy-ttl {
        font-size: 128.6%;
    }

    .layer {
        width: 30px;
    }

    .discuss-txt {
        width: 45px;
    }

    .contact-parent-div {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
    }

    .contact-div {
        width: 275px;
        padding: 18px 20px 19px;
    }

    .contact-txt-div {
        width: 243px;
    }

    .contact-txt {
        font-size: 114.3%;
        padding: 0 0px 0 30px;
    }

    .contact-txt::before {
        width: 25px;
        height: 25px;
    }

    .mail-txt::before {
        width: 20px;
        height: 14px;
        top: 54%;
        transform: translateY(-50%);
    }

    .address-txt {
        font-size: 100%;
        margin-bottom: 5px;
    }

    .address-num {
        font-size: 157.143%;
    }

    .content-div {
        margin: 25px auto 0 auto;
    }
}

@media screen and (max-width: 655px) {
    .content-div {
        margin: 25px auto 0px;
    }
}

/* Vacancy inquiries section ends */

/* introducing nearest building section starts */
.intro-container {
    padding: 85px 12px 140px;
}

.intro-near-ttl {
    color: #333333;
}

.intro-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 66px;
}

.intro-info-div {
    color: unset;
    text-decoration: none;
    width: 360px;
}

.intro-info-div:hover {
    color: unset;
    cursor: pointer;
    opacity: 0.8;
}

.intro-info-div:focus {
    color: unset;
}

.building-img {
    max-width: 360px;
}

.building-img img {
    width: 360px;
    height: 228px;
    object-fit: contain;
}

.intro-info-txt-div {
    margin-top: 22px;
}

.intro-info-txt {
    font-size: 100%;
    font-family: Noto Sans CJK JP Medium;
    line-height: 1.7;
}

.no-vacancy-txt {
    font-size: 100%;
    font-family: Noto Sans CJK JP Regular;
    background: #E8E8E8;
    padding: 3px 19px 4px 19px;
    border-radius: 4px;
}

.intro-info-one-bg {
    border: 1px solid #6A6A6A;
    border-radius: 20px;
    padding: 3px 16px;
    margin-right: 5px;
    color: #333333;
}

.intro-info-two-bg {
    color: #ffffff;
    background: #EE5829;
    border-radius: 4px;
    padding: 3px 19px 4px;
}

.building-txt {
    font-size: 128.6%;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #333333;
    font-family: Noto Sans CJK JP Medium !important;
    margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
    .intro-container {
        padding: 40px 12px 140px;
    }

    .building-img {
        max-width: 168px;
    }

    .building-txt {
        font-size: 114.3%;
        margin-top: 5px;
    }

    .intro-info-container {
        max-width: 351px;
        justify-content: start;
        gap: 15px;
        margin: 40px auto 0;
    }

    .intro-info-txt-div {
        margin-top: 11px;
    }

    .intro-info-one-bg {
        max-width: 96px;
        width: 100%;
        display: block;
        padding: 3px 0px 3px 10px;
        margin-right: unset;
        margin-bottom: 10px;
        font-size: 85.714%;
    }

    .intro-info-two-bg {
        padding: 5px 12px 5px;
        font-size: 85.714%;
    }

    .intro-info-div-mt {
        margin-top: 30px;
    }
}

@media screen and (max-width: 374px) {
    .building-img {
        max-width: 100%;
    }
}

/* introducing nearest building section ends */

/* link page start */
.link-section {
    width: fit-content;
    margin: 0 auto;
}

.link-container {
    margin: 166px 0 255px;
}

.back-homepage-container {
    max-width: 768px;
    margin: 166px auto 255px;
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 80px 0 90px;
    border-radius: 16px;
}

.back-homepage-para {
    font-size: 142.86%;
    font-family: Noto Sans CJK JP Regular;
    text-align: center;
    line-height: 1.5;
}

.back-btn-div {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 53px;
}

.back-btn,
.next-btn {
    width: fit-content;
    background: #6a6a6a;
    padding: 12px 76px 12px 96px;
    border-radius: 40px;
    text-decoration: none;
    cursor: pointer;
}

.back-btn-txt,
.next-btn-txt {
    position: relative;
    font-size: 100%;
    font-family: Noto Sans CJK JP Medium !important;
    line-height: 1.2;
    color: #ffffff;
}

.next-btn {
    background: #ee5829;
    padding: 12px 85px 12px 101px;
}

.back-btn-txt::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translate(-20%, -50%);
    left: -56%;
    width: 16px;
    height: 16px;
    background-image: url(/building/assets/img/newimg/back_arrow.png);
    background-size: 100% 100%;
    background-size: cover;
}

.next-btn-txt::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translate(-44%, -50%);
    left: -87%;
    width: 20px;
    height: 20px;
    background-image: url(/building/assets/img/newimg/next_arrow.png);
    background-size: 100% 100%;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .link-section {
        width: unset;
    }

    .link-container {
        margin: 116px 0 137px;
    }

    .back-homepage-container {
        max-width: 339px;
        height: 310px;
        padding: 62px 0 90px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .back-homepage-para {
        font-size: 114.286%;
    }

    .back-btn {
        padding: 12px 42px 12px 54px;
    }

    .next-btn {
        padding: 12px 41px 12px 69px;
    }

    .back-btn-div {
        gap: 12px;
    }
}

@media screen and (max-width: 330px) {
    .back-btn {
        padding: 12px 30px 12px 50px;
    }

    .next-btn {
        padding: 12px 30px 12px 64px;
    }
}

/* link page end */

/* Footer Start */
.footer-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #ee5829;
    padding: 20px 0 15px;
    box-sizing: border-box;
}

.footer-txt {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
    font-family: Noto Sans CJK JP Regular !important;
}

.footer-div {
    text-align: center;
}

@media screen and (max-width: 1150px) {
    .footer-container {
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    body {
        margin: 0 0 48px;
    }

    .footer-container {
        width: 100%;
        height: 48px;
        padding: 14px 0 9px;
    }

    .footer-position {
        width: 100%;
    }
}

/* Footer End */

/* 241117 Add */

a.intro-info-div:active, a.intro-info-div:link, a.intro-info-div:visited {
    text-decoration: none;
    color: #333 !important;
}