@charset "UTF-8";

.main--corporate .__heading {
    display: none !important;
}

.main--corporate .__profile {
    margin-top: 0 !important;
    padding-bottom: 60px !important;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .main--corporate .__table {
        width: calc(100% - 40px) !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 599px) {
    .main--corporate .__table th {
        width: 25% !important;
    }

    .main--corporate .__table td {
        width: 75% !important;
    }
}

.main--corporate .__open {
    margin-top: 0 !important;
    padding-bottom: 60px !important;
}

.main--corporate .__open .__title {
    display: none !important;
}

.un_greeting_lead {
    text-align: center !important;
}

.un_greeting_body {
    margin-top: 1em;
}

.un_shop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 40px;
    background-color: var(--color-base);
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .un_shop {
        padding: 40px 20px;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .un_shop {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 599px) {
    .un_shop {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        padding: 40px 20px;
    }
}

.un_shop_body {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(55% - 10px);
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .un_shop_body {
        gap: 20px 0;
        width: 50%;
    }
}

@media screen and (max-width: 599px) {
    .un_shop_body {
        width: 100%;
        text-align: center !important;
    }
}

.un_shop_head {
    margin-bottom: 15px;
    color: var(--color-main);
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .un_shop_head {
        font-size: 22px;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .un_shop_head {
        margin-bottom: 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    .un_shop_head {
        margin-bottom: 0;
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .un_shop_head {
        font-size: clamp(18px, 5.64vw, 22px);
        text-align: center;
    }
}

.un_shop_lead {
    font-size: 18px !important;
    font-weight: 500;
    text-align: left;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .un_shop_lead {
        font-size: 17px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .un_shop_lead {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 599px) {
    .un_shop_lead {
        font-size: 18px !important;
        text-align: center;
    }
}

.un_shop_picArea {
    display: block;
    width: 45%;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .un_shop_picArea {
        width: 50%;
    }
}

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

.un_shop_pic {
    display: block;
}

.un_shop_pic img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
