:root {
    --fontInter: "Inter", sans-serif;
    --fontNotoJP: "Noto Sans JP", sans-serif;
}

/* ---------------------------------------
      CONTENT
  ---------------------------------------- */
html {
    background: #f1f5ff;
}

body {
    background: #f1f5ff;
    color: #000;
    font-family: var(--fontNotoJP);
    margin: 0 !important;
}

main {
    background: #f1f5ff;
}

main:has(.loginForm) {
    grid-template-columns: 1fr;
}

.editBox__input:has(.error__list) {
    position: relative;
}

.error__list {
    position: absolute;
}

.error__category {
    bottom: -50px;
}

ul:has(.errors) {
    padding-left: 0;
}

.new__resister dd {
    margin-bottom: 0;
}

.errors {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    white-space: nowrap;
    list-style: none;
}

.contents {
    background: #f1f5ff;
    height: auto;
    /* padding-top: 65px; */
    width: 100%;
}

.preview__container {
    max-width: 2050px;
    padding-left: 250px;
}

.contents__inner {
    padding: 0 40px;
}

.card {
    margin-top: 100px;
}

.editBox__input--checkboxRow {
    align-items: center;
    display: grid;
    grid-template-columns: 250px 20px;
    width: fit-content;
}

.editBox__checkboxRow--box input[type="checkbox"] {
    height: 20px !important;
    margin: 0;
    opacity: 0;
    width: 20px;
}

.editBox__checkboxRow--box {
    background: #fff;
    border: 1px solid #333;
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    width: 20px;
}

.editBox__checkboxRow--box::before {
    background: url(../images/icon-tick_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 7px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.editBox__checkboxRow--box:has(input[type="checkbox"]:checked) {
    background-color: #17ac4d;
}

.editBox__input:has(.editBox__input--checkboxRow) {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

/* ---------------------------------------
      BUTTON
  ---------------------------------------- */
.buttonLogin {
    background: #000;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    text-align: center;
    width: 70%;
}

.buttonLogout {
    background: #fff;
    border: none;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px 10px 40px;
    position: relative;
}

.buttonLogout::before {
    background: url("../images/icon_logout.svg");
    content: "";
    height: 20px;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.buttonLogout a {
    color: #000;
}

.buttonSearch {
    background: #3cc4f6;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    padding: 0 15px;
}

.buttonSingUp {
    background: #3cc4f6;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    letter-spacing: 1px;
    transition: 0.2s;
    width: 120px;
}

.buttonUpdate {
    /* background: #3cc4f6; */
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.05em;
    transition: 0.2s;
    width: 144px;
}

.buttonOpen,
.buttonCopy {
    background: #4cc297;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.05em;
    transition: 0.2s;
    width: 220px;
}

.buttonCopy {
    background: #4cc297;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.05em;
    transition: 0.2s;
    width: 135px;
}

.buttonUpdate a,
.buttonOpen a,
.buttonCopy a {
    color: #fff;
    text-decoration: none;
}

.buttonUpdate img {
    display: block;
    height: 14px;
    margin: auto;
    width: 74px;
}

.buttonRejected {
    background: gray;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.05em;
    transition: 0.2s;
    width: 144px;
}

.buttonRejected a {
    color: #fff;
}

.buttonRejected img {
    display: block;
    height: 14px;
    margin: auto;
    width: 74px;
}

.buttonCopy:hover,
.buttonOpen:hover,
.buttonLogout:hover,
.buttonLogin:hover,
.buttonSearch:hover,
.buttonSingUp:hover,
.buttonUpdate:hover,
.buttonRejected:hover {
    opacity: 0.8;
}

/* ---------------------------------------
      HEADING
  ---------------------------------------- */
.heading__title {
    /* font-size: 32px; */
    font-size: 18px;
    font-weight: 700;
}

.heading__title span {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: 24px;
}

.heading__body {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 16px;
    margin-left: 24px;
    line-height: 1.8;
}

.subtitle {
    font-size: 16px;
}

/* ---------------------------------------
      LOGIN
  ---------------------------------------- */

body {
    background-color: #f0f2f5;
    /* overflow-y: hidden; */
}

.login__title {
    font-size: 32px;
    font-weight: 700;
    padding: 20px;
}

.dropdown-item {
    align-items: center;
    background: #2b3473;
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    padding: 11px 0 12px;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: 150px;
}

.dropdown-item.edit__btn {
    width: fit-content;
    padding-inline: 20px;
}

.dropdown-item2 {
    align-items: center;
    background: #2b3473;
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    padding: 11px 0 12px;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: 140px;
}

.manuscript {
    margin-top: 20px;
    margin-left: 20px;
    width: 300px;
}

.register {
    margin-top: 20px;
}

.qr {
    margin-top: 20px;
    margin-left: 20px;
    width: 250px;
}

.login__button {
    margin: 0 auto;
}

.reset__button {
    margin-left: 180px;
    margin-top: 20px;
}

.dropdown-item:hover {
    opacity: 0.8;
}


.pwordReset_btn_btn-link {
    color: #2b3473;
    text-decoration: underline;
    margin: 0 auto;
}

.loginLogo img {
    align-items: center;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
    width: 100%;
}

.loginLogo {
    align-items: center;
    display: block;
    height: 118px;
    margin: auto;
    width: 497px;
}

.formContainer {
    align-items: center;
    display: flex;
    justify-content: center;
    /* height: 100vh; */
    width: 100%;
}

p {
    font-size: 22px;
    text-align: center;
}

.formContainer form {
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    height: 466px;
    margin-top: 80px;
    max-width: 450px;
    padding: 30px;
    width: 399px;
}

.uiForm {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: center;
    justify-content: space-evenly;
}

.formField {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.formField input {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px;
}

.formField input:focus {
    outline: none;
}

.formField label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.required::after {
    background: #f03232;
    border-radius: 5px;
    color: #fff;
    content: "必須";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: 0.3em;
    padding: 0.3em;
}

.passwordForget {
    text-align: right;
}

.loginButton {
    background-color: #3cc4f6;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 30px;
    width: 100%;
}

.loginButton:hover {
    opacity: 0.8;
}

@media(max-width: 768px) {
    .login__title {
        font-size: 28px;
    }
}

/* ---------------------------------------
      HEADER
  ---------------------------------------- */
.header {
    background: #000;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 2%;
}

.header__logo img {
    height: 32px;
    width: auto;
}

.header__nav {
    align-items: center;
    column-gap: 24px;
    display: flex;
}

.header__nav__user {
    align-items: center;
    column-gap: 8px;
    display: flex;
}

.header__nav__user--icon img {
    height: 32px;
    width: auto;
}

.header__nav__user--name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.header__nav__user--name span {
    margin-left: 4px;
}

/* ---------------------------------------
      SIDENAV
  ---------------------------------------- */

.sideNav__list__child--item {
    position: relative;
    transition: opacity 0.3s ease-in-out;
}

.sideNav__list__child--item:hover {
    opacity: 0.8;
}

.sideNav__list__child--item a {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none;
}

.sideNav__list__child--item {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 16px;
}

.sideNav {
    background: #2b3473;
    height: 100%;
    margin-top: -1px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    scrollbar-width: none;
    width: 250px;
    z-index: 1000;
    transition: transform 0.4s ease, width 0.4s ease;
    /* 明示的に設定 */
}
@media(max-width: 950px){
    .sideNav{
        width: 200px;
    }
    .sideNav__list__child--item a{
        font-size: 14px;
    }
    .sideNav__list__child--item{
        padding: 16px 16px 16px 4px;
    }
}

.side__btn__color {
    background: #2b3473;
    width: 250px;
    height: 40px;
}

.side__btn__color #sidebarToggle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 100px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    transition: width 0.43s ease;
    /* ボタンの幅アニメーション */
}

.hamburger{
    display: none;
}

@media (max-width: 768px) {
    .admin__navbar img{
        width: 210px;
    }
    .loggedInBox div{
        display: flex;
        align-items: center;
    }
    .loggedInBox #text{
        display: none;
    }
    .sideNav{
        right: 0;
        transform: translateX(100%);
    }

    .sideNav.active{
        transform: translateX(0);
    }

.hamburger {
  width: 40px;   /* ボタン全体の幅 */
  height: 40px;  /* ボタン全体の高さ */
  display: flex;
  flex-direction: column;
  justify-content: center;   /* 中央寄せ */
  align-items: center;
  cursor: pointer;
  z-index: 1100;
  border: none;
  padding: 0;
  margin-left: 15px;
}

/* 三本線 */
.hamburger span {
  display: block;
  height: 3px;
  width: 36px; /* 線を横長に */
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
  margin: 3px 0; /* ← 間隔を小さめに調整 */
}

    .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    }

    .hamburger.active span:nth-child(2) {
    opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
    }

    .contents__inner{
        margin: 30px auto;
        padding-inline: 20px;
    }
    .editBox__input label{
        display: block;
        margin-bottom: 15px;

    }

}
@media(max-width: 480px){
    .admin__navbar img{
        width: 180px;
    }
    .heading__title{
        font-size: 16px;
    }
    .editBox__title{
        font-size: 14px;
    }
    input[type="text"]{
        width: 100%;
    }
}

@media(max-width: 400px) {
    .admin__navbar img{
        width: 140px;
    }
}


.sideNav::-webkit-scrollbar {
    display: none;
}

.sideNav__inner hr {
    background: #fff;
    border: none;
    height: 1px;
    width: 100%;
}

/* ---------------------------------------
      SERCH
  ---------------------------------------- */
.dateSearch--word {
    font-size: 14px;
}

.dateSearch__inner {
    column-gap: 8px;
    display: flex;
    margin-top: 8px;
}

.dateSearch__date input {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    height: 32px;
    padding: 0 2%;
    width: 150px;
}

.dateSearch__date input:focus {
    background: #fffbeb;
    border: 1px solid #ddd;
    outline: none;
}

/* ---------------------------------------
      TABLE
  ---------------------------------------- */
.contentHead p {
    /* font-size: 18px; */
    font-style: normal;
    /* font-weight: 700;
    line-height: 100%; */
    text-align: left;
}

/* tbody td:first-child {
      font: bold;

  } */

.contentMain p {
    text-align: left;
}

.voteDate {
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 1440px;
    border-collapse: collapse;
    overflow-x: auto;
}

#ranking-body .voteDate {
    width: 1040px;
}

#ranking-body .voteDate tbody tr td select {
    width: auto;
}

.voteDate.property__table th {
    font-size: 13px;
}

.voteDate__title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
}

.voteDate thead tr {
    background: #C2C5DB;
}

.voteDate thead tr th {
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    padding: 8px 3px;
    text-align: center;
}

.memberTable th:nth-child(3),
.memberTable th:nth-child(4) {
    width: 70px;
}

.memberTable th:nth-child(6) {
    width: 110px;
}

.representativeTable {
    width: 960px;
}

.representativeTable th:nth-child(1) {
    width: 100px;
}

.representativeTable th:nth-child(2),
.representativeTable th:nth-child(3) {
    width: 120px;
}

.representativeTable th:nth-child(4){
    width: 50px;
}

.representativeTable th:nth-child(6){
    width: 90px;
}

.voteDate thead tr th.station {
    width: 140px;
}

#ranking-body th:nth-child(1) {
    width: 60px;
}

#ranking-body td:nth-child(1) input {
    width: 40px;
}

@media screen and (max-width: 1400px) {
    .voteDate thead tr th.station {
        width: 10%;
    }

    .voteDate thead tr th.propertyName {
        width: 10%;
    }
}

.voteDate .name__heading {
    width: 140px;
}

.area__content {
    padding-inline: 0 !important;
}

.voteDate thead tr th a {
    color: #000;
    text-decoration: none;
}

.voteDate tbody tr {
    align-items: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    text-align: center;
}

.voteDate tbody tr:nth-of-type(odd) {
    background: #fff;
}

.voteDate tbody tr.logged-in-user {
    background: #f8ffea;
}

.voteDate tbody tr td {
    font-size: 13px;
    line-height: 1.8;
    padding: 8px;
    word-break: break-all;
}

.userListTable tbody tr td {
    min-height: 70px;
}

.voteDate tbody tr td.brand__name {
    padding-inline: 10px;
}

.property-code {
    word-break: normal !important;
}

.brand-name {
    padding-inline: 12px;
    word-break: keep-all !important;
}

.voteDate tbody tr .nopad {
    display: flex;
    justify-content: center;
    padding: 12px;
}

.contentMain{
    width: 100%;
    border-collapse: collapse;
}
@media(max-width: 1250px){
    .contentMain{
        width: 100%;
    }
}


.text-right .blueButton,
.text-right .greenButton,
.text-right .pinkButton,
.text-right .greyButton,
.text-right .orangeButton,
.text-right .whiteButton,
.text-right .lightGreenButton,
.text-right .blackButton,
.contestAwards__award--details .blueButton,
.contestAwards__award--details .greenButton,
.contestAwards__award--details .pinkButton,
.contestAwards__award--details .orangeButton,
.contestAwards__award--details .whiteButton,
.contestAwards__photo--delete .greyButton,
.contestAwards__photo--delete .lightGreenButton,
.contestAwards__photo--delete .blackButton {
    align-items: center;
    background: #4cc297;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    height: 45px;
    justify-content: center;
    max-width: 200px;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.text-right:has(.blueButton).nopad,
.text-right:has(.greenButton).nopad,
.text-right:has(.pinkButton).nopad,
.text-right:has(.greyButton).nopad,
.text-right:has(.orangeButton).nopad,
.text-right:has(.whiteButton).nopad,
.text-right:has(.buttonCopy).nopad,
.text-right:has(.lightGreenButton).nopad,
.text-right:has(.blackButton).nopad {
    display: revert !important;
}

.text-right.nopad .blueButton,
.text-right.nopad .greenButton,
.text-right.nopad .pinkButton,
.text-right.nopad .greyButton,
.text-right.nopad .orangeButton,
.text-right.nopad .whiteButton,
.text-right.nopad .lightGreenButton .text-right.nopad .blackButton {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.text-right .nopad .blueButton img,
.text-right .nopad .greenButton img,
.text-right .nopad .greyButton img,
.text-right .nopad .orangeButton img,
.text-right .nopad .whiteButton img,
.text-right .nopad .lightGreenButton img,
.text-right .nopad .blackButton img {
    width: auto;
}

.text-right .greenButton p {
    background-color: #4cc297;
    color: white;
    font-size: 14px;
    margin: 0;
}

.text-right .greyButton p {
    font-size: 14px;
    margin-bottom: 0;
}

.text-right .blueButton p {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.text-right .orangeButton p {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.lightGreenButton {
    background: #49b8ab !important;
}

.text-right .lightGreenButton {
    font-size: 14px;
    margin: auto;
}

.text-right .pinkButton,
.contestAwards__photo--delete .pinkButton {
    background: #ff7474;
}

.text-right .pinkButton p {
    font-size: 14px;
    margin: 0;
}

.text-right .whiteButton p {
    background: #fff;
    font-size: 14px;
    margin: 0;
}

.text-right .pinkButton:hover,
.contestAwards__photo--delete .pinkButton:hover {
    opacity: 0.7;
}

.text-right .greyButton,
.contestAwards__photo--delete .greyButton {
    background: #a9a9a9;
}

.contestAwards__photo--delete .greyButton {
    padding: 12px 40px;
}

.blueButton {
    background: #2b3473 !important;
}

.blackButton {
    background: #363636 !important;
}

.blackButton p {
    font-size: 14px;
    margin: auto;
}

.orangeButton {
    background: #ffa902 !important;
}

.disabled-link {
    pointer-events: none;
    /* クリックを無効にする */
    opacity: 0.3;
}

.text-right .whiteButton {
    background: #fff;
    border: 1px solid #2e83bf;
    color: #2e83bf;
}

.whiteButton p {
    color: #2e83bf !important;
}

.vodeModal {
    display: none;
    transition: 0.4s;
}

.vodeModal.is-active {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    height: 100vh;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: 0.4s;
    width: 100%;
}

.vodeModal__inner {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.vodeModal__box {
    background: #fff;
    height: 400px;
    width: 600px;
}

.modal-container {
    background: rgba(0, 0, 0, 50%);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 40px 20px;
    position: fixed;
    text-align: center;
    top: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
}

.modal-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-container.active {
    opacity: 1;
    visibility: visible;
}

.modal-body {
    display: inline-block;
    max-width: 500px;
    position: relative;
    vertical-align: middle;
    width: 90%;
}

.modal-close {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 40px;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
}

.modal-content {
    background: #fff;
    padding: 30px;
    text-align: left;
}

.modal-content .dateSearch__inner {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.modal-content .dateSearch__button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.modal-content .dateSearch--word {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.adminEdit {
    background-color: #4cc297;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0;
    padding: 10px;
    width: 100%;
}

/* .text-right img {
      width: 48px;
      height: 14px;
  } */

.text-right .greenButton img,
.text-right .greyButton img {
    width: 25px;
}

.text-right .blueButton:hover,
.text-right .greenButton:hover,
.text-right .greyButton:hover,
.text-right .orangeButton:hover,
.adminEdit:hover,
.loginButton:hover {
    opacity: 0.8;
}

.greyButton.center_button {
    left: auto !important;
    transform: none !important;
}

/* 写真投稿一覧詳細 */

.table {
    /* background: #fff; */
    padding: 20px;
}

.formContent dd {
    margin-bottom: 0;
    margin-left: 30px;
}

.table__upper .table__row {
    column-gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
}

.table__upper .table__row:has(.table__cell:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
}

.table__lower .table__row {
    grid-template-columns: 1fr;
}

.table__upper,
.table__lower {
    display: flex;
    flex-direction: column;
}

.table__cell {
    align-items: center;
    background: transparent !important;
    /* border-bottom: 1px Solid #e2e6ea; */
    display: grid;
    grid-template-columns: 200px auto;
    margin: 0;
    /* padding: 20px 0 !important; */
}

.table_cell {
    font-size: 16px;
}

.table_cell:has(.thumbnail__title) {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
}

.table_cell .thumbnail__title,
.table_cell .thumbnail__content {
    padding: 0;
}

.category__list {
    display: flex;
    gap: 20px;
}

/* .table__cell:has(.bulk__register) {
    align-items: center;
    display: flex;
    gap: 50px;
} */

.bulk__register {
    margin-bottom: 8px;
    margin-left: 30px;
}

.table__center--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.table__center--row dt img {
    width: 100%;
}

.table__center--row dd {
    align-self: center;
}

.table__cell dt,
.table__cell dd {
    color: #333;
    font-size: 16px;
    font-weight: bold !important;
    line-height: 1.5;
    word-break: break-all;
    /* margin-bottom: 0; */
}

.table__cell.Individual__register {
    margin-bottom: 0.5rem;
}

.photo__errors {
    color: red !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.table__cell dt {
    font-weight: 500;
    width: 250px;
}

.table__cell--heading {
    line-height: 2.5 !important;
}

.table__download button {
    border: 4px solid #b6bfc9;
    border-radius: 10px;
    color: #3cc4f6;
    font-family: var(--fontNotoJP);
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
    padding: 8px 12px;
    width: 50%;
}

.table__buttons {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
}

.table__buttons {
    flex-wrap: wrap;
    margin: 30px auto 0;
    max-width: 900px;
    width: 100%;
}

.table__buttons a {
    width: 100%;
}

/* アーカイブ */
.contest__container {
    margin: 0 auto;
    max-width: 1125px;
}

.category__title--container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contest__title {
    background: #e7e7e5;
    border-bottom: 1px solid #ddd;
    color: #2d2d2d;
    font-family: var(--fontNotoJP);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

.category__details {
    align-items: center;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.category__details li {
    grid-row: 1;
}

.category__item--text {
    color: #000;
    font-family: var(--fontNotoJP);
    font-size: 16px;
    font-weight: 500;
}

.category__details li:first-child {
    grid-column: 1 / span 2;
    justify-self: center;
}

.category__details li:first-child img {
    max-width: 220px;
}

.contestAwards__award--details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contestAwards__photoDisplay .contestAwards__photo--title,
.contestAwards__photo,
.contestAwards__award--details p {
    /* border-right: 1px solid #ddd; */
    width: 100%;
}

.contestAwards__photoDisplay div:last-child {
    border-right: none;
}

.contestAwards__photoDisplay {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.contestAwards__photoDisplay p {
    font-family: var(--fontNotoJP);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.contestAwards ul {
    padding: 0;
}

.contestAwards {
    margin: 0 auto;
    max-width: 1125px;
}

.contestAwards__award--details,
.contestAwards__photoDisplay {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.contestAwards__award--details p {
    font-family: var(--fontNotoJP);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

.contestAwards__photo--title {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.contestAwards__award--details .greenButton {
    display: flex;
    margin: 0 auto;
    padding: 0 40px;
}

.contestAwards__photo--delete {
    width: fit-content;
}

.container {
    padding-top: 10px;
}

/* 物件登録 */
.contentMain.register {
    display: grid;
    font-size: 16px;
    gap: 40px;
}

.container.image__preview {
    padding-left: 0;
}

.text-right .registerButton {
    border: none;
    display: inline-block;
    width: 140px;
}

.contentMain .code {
    width: 8%;
}

.contentMain .propertyName {
    width: 14%;
}

.contentMain .id {
    width: 6%;
}

.contentMain .area {
    width: 10%;
}

.contentMain .approval {
    width: 13%;
}

.contentMain .storeTag {
    width: 16%;
}

.contentMain .newArrival {
    width: 7%;
}

.contentMain .status {
    width: 10%;
}

.contentMain .recommend {
    width: 8%;
}

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

.contentHeadBox .heading__title {
    margin: 0;
}

.contentHead__column {
    align-items: center;
    display: flex;
    gap: 10px;
}

.contentHead__column--text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.image_view {
    display: block;
    margin: auto;
}

.editBox__title {
    font-weight: bold;
    margin-top: 20px;
}


.editBox__input {
    margin-top: 10px;
}


.flex__block .editBox__input {
    margin-top: 0;
}

.editBox:has(.inputNameWrap) {
    margin-top: 0;
}

.memberSearchWrap .flex__block div {
    margin-top: 0;
}

.memberSearchWrap .flex__block div select {
    width: auto;
}

.memberSearchWrap .editBox__input  {
    gap: 10px;
    display: flex;
    align-items: center;

}

dl {
    margin: 20px 0;
}

.editBox__input {
    margin-left: 0;
}

.title__size {
    font-size: 16px;
}

.text-right .blueButton {
    width: 80px;
    height: 25px;
    margin-bottom: 5px;
}

.text-right .blueButton p {
    margin-top: 0;
}

input[type="text"] {
    width: 300px;
    height: 15px;
    padding: 8px;
    font-size: 16px;
}

.info-text {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

input[name="number_bought"] {
    height: 29px;
}

input[type="text"].input_area {
    width: 400px;
    height: 18px;
}

@media(max-width: 460px) {
    input[type="text"].input_area {
        width: calc(100% - 30px);
    }
}

input[type="email"] {
    width: 300px;
    height: 15px;
    padding: 8px;
    font-size: 16px;
}

input[type="password"] {
    width: 250px;
    height: 15px;
    padding: 8px;
    font-size: 16px;
}

.redButton {
    align-items: center;
    background: #F63232;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    max-width: 200px;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
    width: 80px;
    height: 25px;
}

.redButton p {
    margin: 0;
    font-size: 14px;
}

#login.block_mt-1_w-full {
    width: auto;
}

#password.mt-1 {
    width: auto;
}

input[type="date"] {
    width: 150px;
    height: 15px;
    padding: 8px;
    font-size: 16px;
}

.alert-danger ul li{
    color: red;
}

.space_top{
    margin-top: 15px;
}

.space_top2{
    margin-top: 30px;
}

.flex_block{
    left: 0;
    position: static;
    transform: translateX(0);
}

.table_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    white-space: nowrap;
}

.table_scroll:active {
  cursor: grabbing;
}

@media(max-width: 768px) {
    .table_scroll{
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 1340px) {
    .table_scroll:has(.representativeTable) {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

@media (min-width: 1420px) {
    #ranking-body .table_scroll  {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

@media (min-width: 1820px) {
    .table_scroll:has(.memberTable),
    .table_scroll:has(.qrTable)
    {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
