@charset "UTF-8";
body {
  margin: 0;
}

@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}
body img {
  max-height: initial !important;
}

body.login {
  background: #F4F4F4;
  padding-top: 0;
}

body.register {
  background: #F4F4F4;
  padding-top: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: normal;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

a, .is-button, .c-button {
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  a, .is-button, .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover, .is-button:hover, .c-button:hover {
    opacity: 0.7;
  }
}
strong {
  font-weight: 600;
}

strong a {
  font-weight: inherit;
}

.wrapper {
  max-width: 750px !important;
  min-width: initial;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .wrapper {
    overflow-x: hidden;
  }
}
.mk-body {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  font-family: "YuGothic", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
}

.mk-body img {
  max-width: 100%;
  display: block;
  border: 0;
}

.mk-body img[src$=".svg"] {
  width: 100%;
}

.mk-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mk-body ul li {
  padding: 0;
}

.mk-body p {
  margin: 0;
}

select {
  color: black;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select option {
  color: black;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

a {
  color: #5994AB;
}

.mk-body.login {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-body.register .c-title.has-margin h2 {
  margin: 70px 0;
}

.mk-body.register .c-form.register {
  max-width: 650px;
  padding-left: 65px;
}

@media screen and (max-width: 750px) {
  .mk-body.register .c-form.register {
    padding-left: 16px;
  }
}
.mk-body.register .c-form.register .checkbox-grid {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 10px;
  -ms-flex-preferred-size: 488px;
      flex-basis: 488px;
}

@media screen and (max-width: 750px) {
  .mk-body.register .c-form.register .checkbox-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mk-body.register .c-form.register .c-title.has-margin {
  margin: 70px 0;
}

.mk-body.register .c-form.register .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #555;
}

.mk-body.register .c-form.register .checkbox-item input[type=checkbox] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.mk-body.register .c-form.register .checkbox-item label {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
  font-size: 13px;
  padding-top: 0;
}

.mk-body .c-form.reset {
  max-width: 600px;
}

.mk-login {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-login-logo {
  width: 200px;
  margin: 0 auto 40px;
}

.mk-footer {
  -ms-flex-preferred-size: 4vh;
      flex-basis: 4vh;
}

.mk-footer.register {
  padding: 80px 0 40px;
}

.mk-footer-login {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 8px 0;
}

.alert-danger {
  color: red;
}

.c-form {
  max-width: 550px;
  width: 100%;
  padding: 0 16px;
}

.c-form.register {
  max-width: 850px;
}

.c-form-group {
  max-width: 440px;
  margin: 0 auto 16px;
}

.c-form-group p {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form-group.is-pad {
  padding: 10px 0;
}

.c-form-group.p7 {
  margin-bottom: 50px;
}

.c-form-group.has-icon {
  position: relative;
}

.c-form-group.has-icon img {
  position: absolute;
  width: 26px;
  right: 15px;
  top: 15px;
  bottom: auto;
  left: auto;
  margin: auto;
  cursor: pointer;
}

.c-form-group.has-label {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}

.c-form-group.has-label label {
  font-size: 14px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  padding-top: 15px;
  display: block;
  text-align: left;
}

.c-form-group.has-label p {
  font-size: 14px;
  padding-top: 15px;
  text-align: left;
}

.c-form-group.has-label .c-form-input {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}

.c-form-group.has-label .c-form-input.is-sm {
  max-width: 200px;
}

.c-form-group.is-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 700px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.c-form-group.is-multi .c-form-group {
  margin: 0;
}

.c-form-group.is-multi.is-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-form input {
  width: 100%;
  border: none;
  padding: 12px 20px;
  font-size: 13px;
}

.c-form input:focus {
  outline: solid 1px #3759a7;
}

.c-form input::-webkit-input-placeholder {
  color: #939393;
  letter-spacing: 0.1em;
}

.c-form input::-moz-placeholder {
  color: #939393;
  letter-spacing: 0.1em;
}

.c-form input:-ms-input-placeholder {
  color: #939393;
  letter-spacing: 0.1em;
}

.c-form input::-ms-input-placeholder {
  color: #939393;
  letter-spacing: 0.1em;
}

.c-form input::placeholder {
  color: #939393;
  letter-spacing: 0.1em;
}

.c-form-input.has-icon {
  position: relative;
}

.c-form-input.is-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form-input.is-multi span {
  padding: 0 10px;
}

.c-form-input.is-multi p {
  width: 100%;
}

.c-form-input.select {
  position: relative;
}

.c-form-input.select:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/icn-select.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  left: auto;
  margin: auto;
}

.c-form-input.select select {
  width: 100%;
  padding: 12px 20px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 13px;
}

.mk-button-wrapper {
  padding: 30px 0;
}

.mk-button-wrapper.is-lg {
  max-width: 350px;
}

.mk-button-wrapper.is-md {
  max-width: 300px;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}

.checkbox-group.is-madori {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
}

.checkbox-group.is-madori label {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  padding-top: 10px;
  white-space: nowrap;
}

.input-with-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-with-unit .c-form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 入力欄を広げる */
}

.input-with-unit .unit {
  margin-left: 4px;
  white-space: nowrap;
}

.tooltip-wrap {
  position: relative;
  overflow: visible;
}

.tooltip-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.tooltip-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 260px;
  max-width: 360px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.tooltip-panel::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-color: #e5e7eb;
}

.tooltip-panel::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 15px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}

@media (max-width: 640px) {
  .tooltip-panel {
    right: 0;
    left: auto;
  }
}
.alert-warning {
  background: #dedede;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 30px;
}

:disabled {
  opacity: 0.5 !important;
}

.deal-card__desc {
  color: #000 !important;
}

.deal-card__desc.has-border {
  border: solid 1px #dedede;
  display: block;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.deal-card__desc.has-border .icon {
  display: block;
  position: absolute;
  top: 0;
  right: -115px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 125px;
  height: 88px;
}

.deal-card__desc span {
  color: #7e7e7e !important;
  position: absolute;
  bottom: 10px;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 138px;
      flex-basis: 138px;
  font-size: 12px !important;
}

.checkbox-group input {
  width: 15px;
  -ms-flex-preferred-size: 15px;
      flex-basis: 15px;
  padding: 12px 12px;
  margin-right: 5px;
}

.input-text-bold {
  color: #6c6c6c;
  background: #ededed !important;
  font-weight: bold;
  font-size: 14px !important;
  padding: 12px 12px 10px !important;
}

.input-postal {
  width: 79px !important;
}

/* ========== confirm ========== */
/* ========== 物件登録 - 確認画面 ========== */
.confirm-list-box {
  max-width: 100%;
  padding: 10px;
}

.confirm-list-box .confirm-list-title {
  margin-bottom: 10px;
}

.confirm-list-box .confirm-list {
  margin: 10px auto 30px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  border: 1px solid #ddd;
}

.confirm-list-box .confirm-list dt {
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  padding: 7px 15px 5px;
  color: #64748b;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.confirm-list-box .confirm-list dt h3 {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.confirm-list-box .confirm-list dd {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  padding: 7px 15px 5px;
  font-size: 13px;
  color: #333;
  border: 1px solid #ddd;
}

.confirm-list-box .confirm-list dd.list-grid {
  display: grid;
  gap: 2px;
}

.confirm-list-box .confirm-list .text-bold {
  font-weight: bold;
}

.confirm-list-box .confirm-list .red {
  color: rgb(220, 38, 38);
}

/* ========== property ========== */
/* ========== 物件詳細 ========== */
.property-list-box {
  max-width: 100% !important;
  border: none !important;
}

.property-list-box .property-list-title {
  margin-bottom: 10px;
}

.property-list-box .property-list {
  margin: 10px auto 30px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  border: 1px solid #ddd;
}

.property-list-box .property-list dt {
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 218px;
  padding: 7px 15px 5px;
  color: #64748b;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.property-list-box .property-list dt h3 {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.property-list-box .property-list dd {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  padding: 7px 15px 5px;
  font-size: 13px;
  color: #333;
  border: 1px solid #ddd;
}

.property-list-box .property-list dd.list-grid {
  display: grid;
  gap: 2px;
}

.property-list-box .property-list .text-bold {
  font-weight: bold;
}

.property-list-box .property-list .red {
  color: rgb(220, 38, 38);
}

/* ========== contact-form ========== */
.contact-form {
  max-width: 700px !important;
}

.contact-form .c-form-group.has-label label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3px;
}

.contact-form .c-form-group.has-label label span.required {
  margin-left: unset;
  font-weight: bold;
  color: #E4081F !important;
  padding-left: 25px;
}

/* ========== company-form ========== */
#company-form [type=text],
#company-form input:where(:not([type])) {
  width: 100%;
  max-width: 100%;
}

#company-form h3 {
  padding-bottom: 20px;
  font-size: 16px;
}

#company-form .c-form-group.has-label label {
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  padding-top: 10px;
}

/* ========== toggle-box ========== */
details .toggle-header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

details .toggle-header .toggle-title {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

details .toggle-header .toggle-icon {
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  border-radius: 80px;
  background-color: #e9e9e9;
}

details .toggle-header .toggle-icon::before {
  content: "+";
  font-size: 1.1em;
  line-height: 1;
}

details .toggle-open-content {
  margin-top: 20px;
}

details[open] .toggle-icon::before {
  content: "−";
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  content: "";
}

details.toggle-box-border {
  border: 1px solid #e5e7eb;
  padding: 10px 20px;
}

/* ========== はてなマーク ========== */
.help {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #9aa3af;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  vertical-align: text-bottom;
}

.help::after {
  content: attr(data-help);
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(4px);
      -ms-transform: translateX(-50%) translateY(4px);
          transform: translateX(-50%) translateY(4px);
  background: #0B2C5B;
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  max-width: 370px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 130px;
  font-size: 11px;
  white-space: normal;
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  z-index: 1000;
}

.help::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #0B2C5B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

.help:hover::after, .help:hover::before, .help:focus-visible::after, .help:focus-visible::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.help[data-help]::after {
  white-space: pre-line;
  line-height: 1.7;
  display: block;
  text-align: left;
}

/* ========== 物件登録フォーム ========== */
.stigmatized-textarea {
  height: 8em;
}

.stigmatized-textarea::-webkit-input-placeholder {
  white-space: pre-line;
  font-size: 11px;
  color: #939393;
}

.stigmatized-textarea::-moz-placeholder {
  white-space: pre-line;
  font-size: 11px;
  color: #939393;
}

.stigmatized-textarea:-ms-input-placeholder {
  white-space: pre-line;
  font-size: 11px;
  color: #939393;
}

.stigmatized-textarea::-ms-input-placeholder {
  white-space: pre-line;
  font-size: 11px;
  color: #939393;
}

.stigmatized-textarea::placeholder {
  white-space: pre-line;
  font-size: 11px;
  color: #939393;
}

/* ========== admin ========== */
.mk-main.admin .property-search .form-group {
  gap: 20px;
}

.mk-main.admin .property-search .form-group label {
  min-width: 120px;
  margin-right: 20px;
  white-space: nowrap;
}

.mk-main.admin .property-search .form-group .sub-label {
  white-space: nowrap;
}

.mk-main.admin .property-search .form-group .range-inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-main.admin .detail-subsection__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.mk-main.admin .detail-subsection__header .detail-subsection__title {
  margin-bottom: 0;
}

.mk-main.admin .table-wrapper {
  margin-bottom: 50px;
}

.mk-main.admin .c-button-group-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.mk-main.admin .c-button-group-admin .js-admin-edit-user {
  background: #fff;
  border: solid 1px #3759a7 !important;
  color: #3759a7;
  font-size: 12px;
  padding: 3px 11px;
  max-width: 100px;
}

.mk-main.admin .c-button-group-admin .js-admin-delete-user {
  background-color: #F4F4F4;
  border: none !important;
  color: inherit;
  font-size: 12px;
  padding: 3px 11px;
  max-width: 100px;
}

.mk-main.admin .c-button-admin {
  padding: 10px 30px;
  white-space: nowrap;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.mk-main.admin .property-table .badge.badge-closing-soon {
  background-color: #CDA16F !important;
  color: #fff !important;
}

.mk-main.admin .property-table .badge.badge-canceled {
  background-color: #9B5237 !important;
  color: #fff !important;
}

.mk-main.admin .property-table .badge.badge-published {
  background-color: #4C7687 !important;
  color: #fff !important;
}

.mk-main.admin .property-table .badge.badge-draft {
  background-color: #7E874C !important;
  color: #fff !important;
}

.mk-main.admin .property-table .badge.badge-ended,
.mk-main.admin .property-table .badge.badge-gray {
  background-color: #848484 !important;
  color: #fff !important;
}

.mk-main.admin .property-table .case-table .property-table th,
.mk-main.admin .property-table .case-table .property-table td {
  white-space: nowrap;
}

.mk-main.admin .property-table .case-table .property-table td.case-name {
  white-space: normal;
}

.c-title h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.5;
}

.c-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.5;
}

.c-text {
  margin-bottom: 24px;
}

.c-text aside {
  font-size: 12px;
  display: block;
  line-height: 1.5;
}

.c-text p {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}

.is-red {
  color: red;
}

.mk-header {
  background: #dd8dd3;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}

@media screen and (max-width: 1000px) {
  .mk-header {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.mk-header-logo {
  width: 120px;
}

.mk-header-info {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 1000px) {
  .mk-header-info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mk-header-info img {
  width: 34px;
}

.mk-header-info p {
  color: #fff;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .mk-header-info p {
    font-size: 13px;
    white-space: wrap;
  }
}
.mk-header-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1000px) {
  .mk-header-info .info {
    display: block;
  }
}
.mk-header-info button {
  font-size: 12px;
  background: #fff;
  color: #dd8dd3;
  border-radius: 5px;
  padding: 5px 15px;
  display: block;
  white-space: nowrap;
}

.mk-header-logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-header-logo-area .mk-header-logo {
  margin-right: 15px;
}

@media screen and (max-width: 900px) {
  .mk-header-admin {
    width: 88px;
  }
}
.mk-header-admin p {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 10px;
}

@media screen and (max-width: 900px) {
  .mk-header-admin p {
    font-size: 11px;
  }
}
.mk-information {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .mk-information {
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
}
.mk-information p {
  margin: 0;
  font-size: 12px;
}

.mk-information p * {
  font-size: inherit;
}

.mk-information .text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .mk-information .text {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}
.mk-information .text p {
  margin: 0;
  font-size: 12px;
}

.mk-information .text span {
  display: inline-block;
  background: #ff5373;
  padding: 0.15em 0.75em;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  .mk-information .first {
    display: none;
  }
}
.mk-information .first,
.mk-information .last {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  padding: 0 10px;
}

.mk-sidebar {
  width: 165px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  height: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 1200px) {
  .mk-sidebar {
    -ms-flex-preferred-size: 160px !important;
        flex-basis: 160px !important;
  }
}
.mk-sidebar ul li.active {
  background-color: #f7e1f4;
}

.mk-sidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 5px;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #e6e6e6;
  white-space: nowrap;
}

.mk-sidebar ul li a .icon {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-sidebar ul li a .icon img {
  width: 30px;
  margin-right: 5px;
}

.mk-sidebar ul li a .notification {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
}

@media screen and (max-width: 1200px) {
  .mk-sidebar ul li a .notification {
    -ms-flex-preferred-size: 15px;
        flex-basis: 15px;
  }
}
.mk-sidebar ul li a .notification span {
  display: none;
}

.mk-sidebar ul li a .notification.has-data span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background: #ff5373;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .mk-sidebar ul li a .notification.has-data span {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.mk-sidebar ul li a p {
  font-size: 13px;
}

.mk-sidebar.admin ul li a p {
  font-size: 12px;
}

.mk-sidebar.admin ul li a p.is-sm {
  font-size: 11px;
}

.mk-body {
  position: relative;
}

.mk-body .mk-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mk-body .mk-wrapper.is-full {
  display: block;
}

.mk-body .mk-wrapper.is-full .mk-main {
  max-width: 1200px;
  border: none;
  padding: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mk-body .mk-wrapper.is-full .mk-main {
    padding: 20px;
  }
}
.mk-main {
  padding: 50px 0 100px 25px;
  -ms-flex-preferred-size: calc(100% - 260px);
      flex-basis: calc(100% - 260px);
  border-left: solid 1px #e6e6e6;
  max-width: 1080px;
}

@media screen and (max-width: 1200px) {
  .mk-main {
    -ms-flex-preferred-size: calc(100% - 180px);
        flex-basis: calc(100% - 180px);
  }
}
.mk-main h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.mk-main h2.is-toggle {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.mk-main h2.is-toggle.is-open .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 0;
}

.toggle-content {
  display: none;
  padding-top: 30px;
}

.icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon.is-triangle {
  border: solid 8px transparent;
  border-top: solid 8px #000;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  margin-top: 8px;
}

.has-margin-top {
  margin-top: 45px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.modal-body {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  height: auto;
  max-height: 70vh;
  background: #fff;
  border-radius: 15px;
  position: relative;
  padding: 60px;
}

.modal-body .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal-body-content {
  margin-bottom: 40px;
}

.modal-body-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 50px;
}

.is-hidden {
  display: none;
}

.mk-message.admin .text {
  width: 80%;
}

.mk-message.admin .icon {
  width: 20%;
}

.mk-message.admin .edit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-message.admin .edit-area .timestamp {
  margin-right: 10px;
}

.mk-message.admin .edit-area a {
  font-size: 12px;
}

.property-info {
  margin-bottom: 1rem;
}

.property-info span {
  text-decoration: underline;
}

.property-info div {
  margin-bottom: 5px;
}

.chat-container {
  max-width: 800px;
  padding-left: 15px;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
  gap: 15px;
}

.message .icon {
  width: 10%;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.message .icon a, .message .icon p {
  font-size: 12px;
}

.message .icon img {
  max-width: 40px;
  margin: auto;
}

.message .text {
  width: 90%;
}

.message.user {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.message .bubble {
  padding: 1rem;
  border-radius: 1rem;
  max-width: 600px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1;
}

.message.user .bubble {
  background: #fcf4fb;
  margin-left: auto;
}

.message.other .bubble {
  background: #f3f2fb;
}

.timestamp {
  font-size: 0.75rem;
  text-align: right;
  color: #666;
  margin-top: 0.2rem;
}

.collapse-message {
  max-width: 700px;
  margin: 35px auto;
  background: #fff3f1;
  padding: 1rem;
  text-align: center;
  color: #555;
}

.collapse-message a {
  color: #3759a7;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.5rem;
}

.attachment-box {
  padding: 1rem;
  max-width: 750px;
  margin: 0 auto;
}

.attachment-box textarea {
  width: 100%;
  height: 200px;
  border: solid 1px #e6e6e6;
  margin-bottom: 30px;
  padding: 15px;
}

.other .text .attachment,
.other .text .timestamp {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}

.attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 50px;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.attachment span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.attachment span img {
  width: 18px;
  height: auto;
}

.attachment span i {
  font-style: normal;
  text-decoration: underline;
}

.attachment span.size {
  text-decoration: underline;
}

.attachment span.size i {
  color: #ff5373;
  cursor: pointer;
}

.file-label {
  display: inline-block;
  padding: 8px 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .file-label {
    padding: 8px 20px;
  }
}
input[type=file] {
  display: none;
}

.attach-btn {
  display: inline-block;
  background: white;
  color: #007bff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  cursor: pointer;
}

.attach-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 0;
}

@media screen and (max-width: 900px) {
  .attach-btn-wrap {
    display: block;
    text-align: center;
  }
}
.attach-btn-wrap p {
  margin: 0;
  font-size: 13px;
  text-decoration: underline;
}

.send-btn {
  display: block;
  width: 100%;
  max-width: 350px;
  background: #0057b7;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 25px;
  margin: 20px auto 50px;
  cursor: pointer;
}

.suggestion-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .suggestion-name {
    display: block;
  }
}
.suggestion .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.suggestion .client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.suggestion .client-details .icon {
  max-width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .suggestion .client-details .icon {
    max-width: 40px;
  }
}
.suggestion .client-details p {
  font-size: 14px;
}

.suggestion .client-details .nickname a {
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  .suggestion .client-details .nickname a {
    font-size: 15px;
  }
}
.suggestion .amount-section {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .suggestion .amount-section {
    margin-top: 10px;
    text-align: left;
  }
}
.suggestion .amount-section .label {
  font-size: 14px;
}

.suggestion .amount-section .amount {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .suggestion .amount-section .amount {
    font-size: 15px;
  }
}
.suggestion .content-section {
  margin-bottom: 40px;
  padding-top: 10px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.suggestion .content-section h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .suggestion .content-section h3 {
    font-size: 14px;
  }
}
.suggestion .content-text p {
  margin-bottom: 15px;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .suggestion .content-text p {
    font-size: 13px;
  }
}
.suggestion .company-info {
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.suggestion .company-info p {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .suggestion .company-info p {
    font-size: 14px;
  }
}
.suggestion .details-list {
  margin: 20px 0 30px;
  font-size: 14px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.suggestion .details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.suggestion .details-item .label {
  font-weight: bold;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .suggestion .details-item .label {
    font-size: 14px;
  }
}
.suggestion .details-item .content {
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-word;
}

@media screen and (max-width: 750px) {
  .suggestion .details-item .content {
    font-size: 13px;
  }
}
.suggestion .self-introduction {
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.suggestion .self-introduction .name {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .suggestion .self-introduction .name {
    font-size: 14px;
  }
}
.suggestion .suggestion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}

.suggestion .suggestion-btn a {
  max-width: 216px;
  text-align: center;
}

.suggestion .c-button.is-rejected {
  background: #A3A3A3;
}

.suggestion .c-button.is-completed {
  background: #D10003;
}

.suggestion-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .suggestion-wrap {
    margin-bottom: 30px;
  }
}
textarea {
  width: 100%;
  font-size: 12px;
  padding: 6px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
}

.message-hidden {
  display: none;
}

.summary-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.summary-box {
  border: 1px solid #ccc;
  padding: 10px 20px;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}

.summary-box h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.summary-box span {
  font-size: min(1.3vw, 15px);
}

.summary-box span.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #dedede;
  border-radius: 3px;
  max-width: 145px;
  width: 58%;
  padding: 4px 5px;
  font-size: min(1vw, 13px);
}

.summary-box.registrations .title {
  border: solid 1px #837edb;
  color: #837edb;
}

.summary-box.proposals .title {
  border: solid 1px #0095ac;
  color: #0095ac;
}

.summary-box.amount .item span:last-child::after {
  content: " 円";
}

.summary-box.deals .title {
  border: solid 1px #dd8dd3;
  color: #dd8dd3;
}

.summary-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.summary-box .item span:last-child::after {
  content: " 件";
}

.summary-box .item span.no-aside:last-child::after {
  content: " ";
}

.summary-box .highlight {
  color: #009fe8;
  font-weight: bold;
}

.summary-box.pink .highlight {
  color: #e4007f;
}

.mk-property .topics {
  margin-bottom: 40px;
}

.mk-property .topics .topic {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-bottom: dotted 1px #a9a9a9;
}

.mk-property .topics .topic img {
  width: 100%;
}

.mk-property .topics .topic .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mk-property .topics .topic .text p {
  margin: 0;
  font-size: 14px;
}

.mk-property .topics .topic .text a {
  display: inline-block;
  color: #3759A7;
  font-size: 14px;
  text-decoration: none;
}

.mk-property .tag {
  display: inline-block;
  background: #3759a7;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  top: 0;
  left: 0;
  width: 180px;
  text-align: center;
}

.mk-property .tag.is-purple {
  background: #9f4ce0;
}

.mk-property .search-box {
  background: #ebeef6;
  padding: 30px;
  margin-bottom: 50px;
}

.mk-property .search-box h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
}

.mk-property .search-box label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.mk-property .search-box .search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.mk-property .search-box .search-row input,
.mk-property .search-box .search-row select {
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.mk-property .search-box .search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.mk-property .search-box .search-buttons button {
  padding: 10px 30px;
  border: 2px solid #3466b1;
  background: white;
  border-radius: 20px;
  font-size: 14px;
  color: #3466b1;
  cursor: pointer;
}

.mk-property .property-table {
  margin-bottom: 30px;
}

.mk-property .property-table tr th {
  padding: 10px 5px;
  font-size: 12px;
}

.mk-property .property-table tr td {
  padding: 10px 3px;
  font-size: 12px;
}

.mk-property .property-table tr td a {
  font-size: 11px;
  display: block;
}

.mk-property .property-table tr td.people a {
  text-decoration: underline;
}

.mk-property .property-table tr td .btn-blue:hover {
  background: #80cad5;
}

.mk-property .property-table tr td .btn-border {
  display: inline-block;
  color: #757575;
  border: 1px solid #757575;
}

.mk-property .property-table tr td .btn-border:hover {
  background: #757575;
  border: 1px solid #757575;
  color: #fff;
}

.mk-property .property-table .case-name_ttl {
  -moz-text-align-last: left;
       text-align-last: left;
}

.mk-property.seller .property-table tr td a {
  font-size: 11px;
}

.mk-property.seller .property-table .badge-favorite {
  font-size: 16px;
}

.mk-property.seller .favorites-btn-wrap {
  position: relative;
}

.mk-property.seller .favorites-btn {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mk-property.seller .favorites-btn button.add-favorites {
  background: #ffb906;
  border: 1px solid #ffb906;
  color: #fff;
  padding: 8px 40px;
  border-radius: 3px;
  cursor: pointer;
}

.mk-property.seller .popup-message {
  position: absolute;
  text-align: center;
  top: -53px;
  left: 104px;
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mk-property.seller .suggestion-btn-wrap {
  position: relative;
}

.mk-property.seller .suggestion-btn-wrap #popup-suggestion.popup-message {
  position: absolute;
  text-align: center;
  top: 5px;
  left: 119px;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 300px;
}

.property-confirm-table {
  margin-bottom: 15px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100px;
}

.property-confirm-table th {
  background: #f3f3f3;
  font-size: 13px !important;
  white-space: nowrap;
  padding: 7px 15px;
  text-align: left;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100px;
}

.property-confirm-table td {
  padding: 7px 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.property-search {
  background: #edf0f9;
  padding: 25px 40px;
  border-radius: 6px;
  margin-bottom: 50px;
}

.property-search .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.property-search .form-group {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-search .form-group label {
  display: block;
  font-size: min(3vw, 12px);
  color: #333;
}

.property-search .form-group span {
  font-size: min(3vw, 12px);
}

.property-search .form-group input,
.property-search .form-group select {
  width: 86%;
  padding: 12px 16px;
  font-size: 13px;
  border: none;
  border-radius: 8px;
}

.property-search .form-group--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.property-search .form-group--row .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.property-search .form-group--row .form-col.right label {
  margin-right: 30px;
}

.property-search .form-group--row label {
  margin-right: 70px;
}

.property-search .form-group--row .sub-label {
  margin-right: 20px;
}

.property-search .form-group--row select#prefecture {
  width: 40%;
}

.property-search .form-group--row select#city {
  width: 62%;
}

.property-search .form-group--row.form-area-prefecture label {
  min-width: 120px;
  margin-right: 0;
}

.property-search .form-group--row.form-area-prefecture .form-area-prefecture-selects {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
}

.property-search .form-group--row.form-area-prefecture .form-area-prefecture-selects select {
  width: 40%;
}

.property-search .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 30px;
}

.property-search .form-buttons .btn {
  padding: 6px 40px;
  font-size: 14px;
  border-radius: 24px;
  cursor: pointer;
  max-width: 210px;
  width: 100%;
  text-decoration: none;
}

.property-search .form-buttons .btn.btn-outline {
  background: #fff;
  border: 2px solid #3759a7;
  color: #3759a7;
}

.property-search .form-buttons .btn:hover {
  background: #9bacd3;
  border: 2px solid #9bacd3;
  color: #fff;
}

.mk-property.detail {
  background-color: #fff;
}

.mk-property.detail .detail-contents {
  max-width: 850px;
  padding-left: 15px;
}

.mk-property.detail .detail-heding {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: bold;
}

.mk-property.detail .header-note {
  background-color: #e6e6e6;
  padding: 13px 16px 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.mk-property.detail .header-note p {
  margin-bottom: 15px;
}

.mk-property.detail .tag {
  display: inline-block;
  background-color: #6ba8ff;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 5px;
}

.mk-property.detail .tag:nth-of-type(2) {
  background-color: #ccc;
}

.mk-property.detail .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.mk-property.detail .info-block .info-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mk-property.detail .info-block .info-left .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.mk-property.detail .info-block .info-left .history-box {
  margin-bottom: 35px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.mk-property.detail .info-block .info-left .history-box .change {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.mk-property.detail .info-block .info-left .history-box .change-note {
  font-size: 12px;
}

.mk-property.detail .info-block .info-left .history-box .change-note .comment {
  margin-right: 10px;
}

.mk-property.detail .info-block .info-left .history-box .change-note .change-comment {
  margin-left: 10px;
}

.mk-property.detail .info-block .info-left .history-box p {
  font-size: 13px;
  margin-bottom: 5px;
}

.mk-property.detail .info-block .info-left .estimate-box {
  margin-bottom: 35px;
}

.mk-property.detail .info-block .info-left .estimate-box h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.mk-property.detail .info-block .info-left .material-box {
  margin-bottom: 6%;
  max-width: 800px;
  margin-bottom: 35px;
}

.mk-property.detail .info-block .info-left .material-box h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.mk-property.detail .info-block .info-left .material-box .material-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .mk-property.detail .info-block .info-left .material-box .material-list {
    display: block;
  }
}
.mk-property.detail .info-block .info-left .material-box .material-list label {
  background: #eee;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

@media screen and (max-width: 750px) {
  .mk-property.detail .info-block .info-left .material-box .material-list label {
    margin-bottom: 10px;
  }
}
.mk-property.detail .info-block .info-left .material-box .material-list label:hover {
  background: #ddd;
}

.mk-property.detail .info-block .info-left .material-box .material-list label input[type=checkbox] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.mk-property.detail .info-block .info-left .material-box .material-list label span {
  font-size: 14px;
}

.mk-property.detail .info-block .info-left .material-box .material-download {
  margin-top: 30px;
  text-align: center;
}

.mk-property.detail .info-block .info-left .material-box .material-download button {
  border: 2px solid #3759a7;
  background-color: transparent;
  color: #3759a7;
  padding: 13px 10px;
  border-radius: 30px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 750px) {
  .mk-property.detail .info-block .info-left .material-box .material-download button {
    font-size: 12px;
  }
}
.mk-property.detail .info-block .info-left .material-box .material-download button:hover {
  background-color: #9bacd3;
  border: 2px solid #9bacd3;
  color: #fff;
}

.mk-property.detail .info-block .info-left .bulletin-board-box {
  padding-top: 20px;
}

.mk-property.detail .info-block .info-left .bulletin-board-box h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .comment-block {
  margin-bottom: 15px;
  padding: 20px 20px 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .comment-block .comment-title {
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .comment-block .comment-content {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.7;
  word-break: break-all;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .comment-block .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  color: #666;
  gap: 10px;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .comment-block .comment-footer .company {
  margin-right: 4px;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .comment-block .comment-footer .author {
  margin-right: 4px;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .public-comment {
  background: #e6e6e6;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .property-comment {
  background: #f3f2fb;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .property-comment .comment-title {
  color: #8a7edb;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .unapproved-comment {
  background: #ffeef1;
  margin-bottom: 10px;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .unapproved-comment .comment-title {
  color: #e47c7c;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .unapproved-note {
  font-size: 12px;
  color: #3e3a39;
  margin-bottom: 24px;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .bbs-form {
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-property.detail .info-block .info-left .bulletin-board-box .bbs-textarea {
  width: 100%;
  min-height: 160px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  resize: vertical;
  font-size: 16px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
  background: #fff;
  font-family: inherit;
}

.mk-property.detail .info-block .info-left .bbs-form .c-button {
  margin: 30px auto 0;
}

.mk-property.detail .info-block .info-right {
  width: 250px;
  margin-top: 40px;
}

.mk-property.detail .info-block .info-right .count-box {
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.mk-property.detail .info-block .info-right .count-box p {
  font-size: 14px;
}

.mk-property.detail .info-block .info-right .count-box p.count {
  font-weight: bold;
  text-align: center;
}

.mk-property.detail .info-block .info-right .count-box p.date {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-property.detail .info-block .info-right .count-box p.date span {
  font-size: 16px;
  margin-right: 3px;
}

.mk-property.detail .info-block .info-right .count-box p.deadline {
  font-size: 12px;
}

.mk-property.detail .info-block .info-right .count-box p.deadline span {
  font-size: 12px;
  color: #0095ac;
}

.mk-property.detail .info-block .info-right .count-box .contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.mk-property.detail .info-block .info-right .count-box .contact-btns button:hover {
  opacity: 0.9;
}

.mk-property.detail .info-block .info-right .count-box .contact-btns .inquiry {
  background-color: #dd8dd3;
  color: #fff;
}

.mk-property.detail .info-block .info-right .count-box .contact-btns .inquiry:hover {
  background-color: #eec6e9;
}

.mk-property.detail .info-block .info-right .count-box .contact-btns .suggestion {
  background-color: #0095ac;
  color: #fff;
}

.mk-property.detail .info-block .info-right .count-box .contact-btns .suggestion:hover {
  background-color: #80cad5;
}

.mk-property.detail .info-block .info-right .link-box {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.mk-property.detail .info-block .info-right .link-box p {
  font-size: 14px;
  font-weight: bold;
}

.mk-property.detail .info-block .info-right .link-box ul {
  list-style: none;
  padding-left: 35px;
}

.mk-property.detail .info-block .info-right .link-box ul li {
  font-size: 14px;
  padding: 8px 0 0px;
  padding-left: 17px;
}

.mk-property.detail .info-block .info-right .link-box ul li a {
  color: #3e3a39;
  text-decoration: none;
  font-weight: bold;
}

.mk-property.detail .info-block .info-right .link-box ul li a:hover {
  color: #9bacd3;
}

.mk-property.detail .info-block .info-right .link-box ul li.active {
  position: relative;
  font-weight: bold;
}

.mk-property.detail .info-block .info-right .link-box ul li.active a {
  color: #9bacd3;
}

.mk-property.detail .info-block .info-right .link-box ul li.active::before {
  content: "";
  position: absolute;
  top: 66%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #9bacd3;
}

.property-box {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 30px;
  max-width: 400px;
  border-radius: 5px;
}

.property-box p {
  font-size: 13px;
  margin-bottom: 2px;
}

.property-box .type {
  font-size: 14px;
  margin-bottom: 0;
}

.property-box .prefecture {
  font-size: 16px;
}

.property-box .appeal {
  font-size: 14px;
  margin-bottom: 5px;
}

.property-box h3 {
  font-size: 20px;
  margin: 10px 0;
}

.property-box p {
  font-size: 13px;
  line-height: 1.6;
}

.property-box p .red {
  color: #ff5373;
  font-size: 14px;
}

.map-section {
  margin-bottom: 35px;
}

.map-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.map-section iframe {
  width: 100%;
  height: 268px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.map-section .map-link {
  font-size: 14px;
  margin-top: 6px;
  cursor: pointer;
  text-align: right;
}

.map-section .map-link a {
  color: #3759a7;
}

.map-section .map-link:hover {
  text-decoration: underline;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}

.buttons.is-left {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.buttons .btn {
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 24px;
  cursor: pointer;
  max-width: 210px;
  width: 100%;
  text-decoration: none;
}

.buttons .btn.btn-outline {
  background: #fff;
  border: 2px solid #1b328a;
  color: #1b328a;
}

.buttons .btn:hover {
  background: #9bacd3;
  color: #fff;
  border: 2px solid #9bacd3;
}

.buttons .btn-green {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #5994AB;
  border: 1px solid #5994AB;
  color: #fff;
  padding: 8px 30px;
  border-radius: 3px;
  width: 300px;
  cursor: pointer;
}

.material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.material-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 28px; /* チェックボックスのスペース */
}

/* inputを隠す */
.material-item input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* 擬似チェックボックス */
.material-item::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 0 solid #999;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}

/* チェック状態 */
.material-item input[type=checkbox]:checked + .material-label::before,
.material-item::before:has(input[type=checkbox]:checked) {
  background: #007bff;
  border-color: #007bff;
}

/* チェックマーク */
.material-item input[type=checkbox]:checked + .material-label::after {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 1px;
  font-size: 20px;
  color: #dd8dd3;
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

/* 左右のカラムサイズを指定 */
.info-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info-right {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* スクロールで固定 */
  position: sticky;
  top: 20px; /* 上から20pxの位置で固定 */
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#target_cities_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8em 2em; /* 行間・列間 */
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
}

#target_cities_wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  white-space: nowrap;
  width: 100px;
}

#target_cities_wrapper input[type=checkbox] {
  margin-right: 0.4em;
  width: 10px;
  padding: 7px 7px;
  border: solid 1px #999;
}

.section-board .case-name_ttl {
  text-align: left;
  padding: 0 5%;
}

.mk-property-registration .h2-heding {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #222;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .h2-heding {
    font-size: 18px;
  }
}
.mk-property-registration .detail-heding {
  margin-bottom: 15px;
}

.mk-property-registration .contents {
  max-width: 750px;
  padding-left: 15px;
  display: block;
}

.mk-property-registration .contents h2 {
  margin-bottom: 0;
}

.mk-property-registration .category-group {
  max-width: 700px;
  margin: 0 auto 35px;
}

.mk-property-registration .category-group .category-label {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.mk-property-registration .category-group .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  max-width: 600px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .category-group .category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.mk-property-registration .category-group .category-list li {
  min-width: 125px;
  padding: 6px 5px;
  text-align: center;
  background: #e6e6e6;
  font-size: 12px;
  color: #3e3a39;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .category-group .category-list li {
    min-width: 100px;
    font-size: 13px;
  }
}
.mk-property-registration .category-group .category-list li.active {
  background: #3759a7 !important;
  color: #fff;
}

.mk-property-registration .category-group .category-list li.active:hover {
  opacity: 1 !important;
  background: #3759a7 !important;
}

.mk-property-registration .category-group .category-list li:hover {
  background: #9bacd3;
  color: #fff;
}

.mk-property-registration .form-section {
  max-width: 700px;
  margin: 0 auto 35px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .form-section {
    padding: 0 6px;
  }
}
.mk-property-registration .form-section.has-border {
  border-bottom: solid 1px #dedede;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.mk-property-registration .form-section.is-left {
  margin: 0 0 35px;
}

.mk-property-registration .form-section .address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .form-section .address-group {
    display: block;
  }
}
.mk-property-registration .form-section .address-group .c-form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .form-section .address-group .c-form-group {
    margin-bottom: 16px;
  }
}
.mk-property-registration .form-section .form-btn-wrap {
  text-align: center;
  margin-top: 32px;
}

.mk-property-registration .form-section .form-btn-wrap .form-btn {
  width: 285px;
  padding: 13px 0;
  background: #fff;
  color: #3759a7;
  border: 1.5px solid #3759a7;
  border-radius: 30px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.mk-property-registration .form-section .form-btn-wrap .form-btn:hover {
  background: #9bacd3;
  color: #fff;
  border: 1.5px solid #9bacd3;
}

.mk-property-registration .form-section .form-btn-wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 60px;
}

.mk-property-registration .form-section .form-btn-wrap.flex .form-btn {
  width: 240px;
  text-decoration: none;
}

.mk-property-registration .form-section .form-btn-wrap.flex .form-btn.btn-primary {
  background: #3759a7;
  color: #fff;
}

.mk-property-registration .form-section #deal_type,
.mk-property-registration .form-section #property_type {
  width: 180px;
}

.mk-property-registration .form-section #mansion_name {
  width: 390px;
}

.mk-property-registration .form-section #income,
.mk-property-registration .form-section #relationship,
.mk-property-registration .form-section #desire_to_sell {
  width: 400px;
}

.mk-property-registration .form-section #request_background {
  min-height: 200px;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.mk-property-registration .form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .form-grid {
    display: block;
  }
}
.mk-property-registration .form-grid .form-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mk-property-registration .form-grid .form-col .c-form-group.has-label.flex {
    display: block;
  }
}
.mk-property-registration .form-grid .form-col .c-form-group.has-label input,
.mk-property-registration .form-grid .form-col .c-form-group.has-label select {
  max-width: 180px;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label .c-radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label .c-radio-group .c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label .c-radio-group .c-radio:first-of-type {
  margin-right: 5px;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label .c-radio-group .c-radio input[type=radio] {
  accent-color: #ff7e96;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 0;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label .c-radio-group .c-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ff7e96;
  border-radius: 50%;
}

.mk-property-registration .form-grid .form-col .c-form-group.has-label .c-radio-group .c-radio span {
  font-size: 12px;
}

.mk-property-registration .form-grid .form-col.two-columns {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.mk-property-registration .form-grid .form-col.two-columns .c-form-group .c-form-input {
  max-width: 220px;
}

.mk-property-registration .form-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}

.mk-property-registration .form-columns .c-form-group {
  width: 100%;
}

.mk-property-registration .search-container {
  background: linear-gradient(135deg, #e8ebf3 0%, #d4dae8 100%);
  padding: 25px 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 65px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 750px) {
  .mk-property-registration .search-container {
    padding: 30px 20px;
    margin: 0 15px;
  }
}
.mk-property-registration .search-container .header-btn {
  background-color: #ffffff;
  border: 2px solid #3759a7;
  border-radius: 30px;
  padding: 13px 10px;
  color: #3759a7;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .search-container .header-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.mk-property-registration .search-container .header-btn:hover {
  background-color: #3759a7;
  color: #ffffff;
}

.mk-property-registration .search-container .required-text {
  color: #ff5373;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .search-container .required-text {
    font-size: 13px;
  }
}
.mk-property-registration .search-container .search-section .search-text {
  font-size: 18px;
  color: #3e3a39;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .search-container .search-section .search-text {
    font-size: 16px;
  }
}
.mk-property-registration .search-container .search-section .dots {
  color: #666;
  font-size: 18px;
  -webkit-animation: dots 1.5s infinite;
          animation: dots 1.5s infinite;
}

.mk-property-registration .search-container .result-section .result-count {
  font-size: 30px;
  font-weight: bold;
  color: #dd8dd3;
  margin: 0 8px;
}

@media screen and (max-width: 750px) {
  .mk-property-registration .search-container .result-section .result-count {
    font-size: 30px;
  }
}
.mk-property-registration .search-container .result-section .result-unit {
  font-size: 16px;
}

@-webkit-keyframes dots {
  0%, 20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dots {
  0%, 20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mk-property-registration .property-upload-section {
  margin-bottom: 65px;
}

.mk-property-registration .deadline-section .date-info {
  margin-top: 20px;
}

.mk-property-registration .deadline-section .date-info p {
  font-size: 12px;
  padding-top: 0;
}

.mk-property-registration .c-form-group {
  margin-bottom: 5px;
}

.mk-property-registration .c-form-group:last-of-type {
  margin-bottom: 0;
}

.mk-property-registration .c-form-group.has-label {
  display: block;
}

.mk-property-registration .c-form-group.has-label label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222;
}

.mk-property-registration .c-form-group .c-form-input {
  width: 100%;
  font-size: 12px;
  padding: 6px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .mk-property-registration .c-form-group .c-form-input {
    font-size: 13px;
    padding: 8px;
  }
}
.mk-property-registration .c-form-group .c-form-input:focus {
  border-color: #4767b2;
  outline: none;
}

.mk-property-registration .c-form-group input::-webkit-input-placeholder, .mk-property-registration .c-form-group textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #939393;
  padding-left: 3px;
}

.mk-property-registration .c-form-group input::-moz-placeholder, .mk-property-registration .c-form-group textarea::-moz-placeholder {
  font-size: 12px;
  color: #939393;
  padding-left: 3px;
}

.mk-property-registration .c-form-group input:-ms-input-placeholder, .mk-property-registration .c-form-group textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #939393;
  padding-left: 3px;
}

.mk-property-registration .c-form-group input::-ms-input-placeholder, .mk-property-registration .c-form-group textarea::-ms-input-placeholder {
  font-size: 12px;
  color: #939393;
  padding-left: 3px;
}

.mk-property-registration .c-form-group input::placeholder,
.mk-property-registration .c-form-group textarea::placeholder {
  font-size: 12px;
  color: #939393;
  padding-left: 3px;
}

.mk-property-registration .c-form-group textarea {
  border-radius: 4px;
}

.mk-property-registration .c-form-group .select-wrap {
  position: relative;
  display: inline;
}

.mk-property-registration .c-form-group .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.mk-property-registration .c-form-group .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 768px) {
  .mk-property-registration .c-form-group .select-wrap select {
    font-size: 12px;
  }
}
.mk-property-registration.confirm h2.has-margin {
  margin-top: 50px;
}

.mk-property-registration.confirm .form-display-section .c-form-group {
  margin-bottom: 15px;
}

.mk-property-registration.confirm .form-display-section .c-form-group.has-label {
  display: block;
  margin-bottom: 25px;
}

.mk-property-registration.confirm .form-display-section .c-form-group.has-label label {
  display: block;
  font-size: 14px;
  padding-top: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .mk-property-registration.confirm .form-display-section .c-form-group.has-label label {
    font-size: 13px;
  }
}
.mk-property-registration.confirm .form-display-section .c-form-group.has-label p {
  font-size: 14px;
  padding-top: 0;
  font-weight: bold;
}

.mk-property-registration.confirm .form-display-section .c-form-group.has-label.image .c-form-input p {
  width: 500px;
  height: 300px;
}

@media screen and (max-width: 750px) {
  .mk-property-registration.confirm .form-display-section .c-form-group.has-label.image .c-form-input p {
    width: 100%;
    height: auto;
  }
}
.mk-property-registration.confirm .form-display-section .c-form-group.has-label.image .c-form-input p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mk-property-registration.confirm .form-display-section .c-form-group .c-form-input {
  border: none;
  padding: 0;
}

.mk-property-registration.confirm .form-display-section .c-form-group .c-form-input.date-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mk-property-registration.confirm .form-display-section .c-form-group .c-form-input.date-calendar img {
  position: absolute;
  width: 25px;
  top: 15%;
  bottom: 0;
  left: auto;
  margin: auto;
}

.mk-property-registration.confirm .form-display-section .c-form-group .c-form-input.date-calendar p {
  margin-left: 37px;
}

.mk-property-registration.confirm .form-display-section .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.mk-property-registration.confirm .form-display-section .form-row .c-form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .mk-property-registration.confirm .form-display-section .form-row .c-form-group {
    margin: 0;
  }
}
.mk-property-registration.confirm .form-display-section .form-row .c-form-group:first-child {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.mk-property-registration.confirm .form-display-section .form-row .c-form-group:nth-child(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.mk-property-registration.confirm .form-display-section .form-row .c-form-group:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .mk-property-registration.confirm .form-display-section .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .mk-property-registration.confirm .form-display-section .form-row .c-form-group {
    margin-bottom: 15px;
  }
}
.mk-property-registration.complete .c-title {
  text-align: center;
  margin-bottom: 50px;
}

.mk-property-registration.confirm .c-form, .mk-property-registration.complete .c-form {
  max-width: initial;
  margin: auto;
}

.mk-property-registration.confirm .c-form .c-form-group, .mk-property-registration.complete .c-form .c-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  max-width: initial;
}

@media screen and (max-width: 750px) {
  .mk-property-registration.confirm .c-form .c-form-group, .mk-property-registration.complete .c-form .c-form-group {
    display: block;
  }
}
.mk-property-registration.confirm .c-form .c-form-group .c-button, .mk-property-registration.complete .c-form .c-form-group .c-button {
  width: 216px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .mk-property-registration.confirm .c-form .c-form-group .c-button, .mk-property-registration.complete .c-form .c-form-group .c-button {
    margin-bottom: 20px;
  }
}
.mk-property-registration.confirm .c-form .c-form-group .c-button.left, .mk-property-registration.complete .c-form .c-form-group .c-button.left {
  background: #8994B2;
}

.required,
.optional {
  font-size: 10px;
  border-radius: 3px;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .required,
  .optional {
    font-size: 10px;
    padding: 2px 5px;
  }
}
.required {
  font-size: 8px;
  border-radius: 0px;
  line-height: 1;
  top: -100px;
  margin-left: -6px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #E4081F;
}

.optional {
  background: #ededed;
  color: #888;
}

.file-preview {
  margin-top: 5px;
  font-size: 13px;
  color: #333;
  padding-left: 15px;
}

.file-preview img {
  display: block;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.error-text {
  color: red;
  margin-bottom: 15px;
}

.mt-2 {
  margin-top: 2em;
}

table {
  width: 100%;
  border: solid 1px #e6e6e6;
}

table td, table th {
  border: solid 1px #e6e6e6;
  border-right: none;
  border-left: none;
  font-size: 12px;
  text-align: center;
}

table th {
  background: #e6e6e6;
  font-size: 10px !important;
  white-space: nowrap;
}

table tr.finished {
  position: relative;
  background-color: rgba(128, 128, 128, 0.3);
}

table td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table a {
  text-decoration: none;
  color: #3759a7;
  font-size: 13px;
  display: block;
}

table .check {
  width: 35px;
}

table .status {
  width: 80px;
}

table .badge-sent {
  background-color: #837edb;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-pending {
  background-color: #ff5373;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-completion {
  background-color: #4C7687;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-pass {
  background-color: #7E874C;
  color: white;
  padding: 5px 4px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-proposal {
  background-color: #4C7687;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-closed {
  background-color: #00B6FF;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-new {
  background-color: #FF0000;
}

table .badge-confirmation {
  background-color: #2F66FF;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  width: 78px;
}

table .badge-confirm {
  background-color: #8994B2;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}

table .badge-favorite {
  color: #ffb906;
  font-size: 13px;
}

table .badge-answered {
  background-color: #E699CA;
}

table .badge-waiting {
  background-color: #120EFF;
}

table .badge-recruiting {
  background-color: #4C7687;
}

table .badge-draft {
  background-color: #7E874C;
}

table .badge-almost-finished {
  background-color: #CDA16F;
}

table .badge-cancel {
  background-color: #9B5237;
}

.people a:after {
  content: "";
}

th.sortable {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 18px !important; /* アイコン分オフセット */
}

/* デフォルト状態（グレー下三角） */
th.sortable::after {
  content: "▼";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); /* ▶ に見せる */
  font-size: 0.6rem;
  color: #ccc;
}

/* 昇順 ▲ */
th.sortable.asc::after {
  content: "▲";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); /* 上向き */
  color: #333;
}

/* 降順 ▼ */
th.sortable.desc::after {
  content: "▼";
  color: #333;
}

.sortable-table td {
  white-space: nowrap;
}

.sortable-table td.ttl {
  white-space: normal;
}

table .badge {
  display: inline-block;
  padding: 3px !important;
  border-radius: 4px !important;
  color: white;
  font-size: 11px;
  width: 100% !important;
  text-align: center;
}

table .badge-blue {
  background-color: #837edb;
}

table .badge-purple {
  background-color: #dd8dd3;
}

table .badge-orange {
  background-color: #ff8773;
}

table .badge-red {
  background-color: #ff5373;
}

table .badge-gray {
  background-color: #9e9c9c;
}

table .badge-sky {
  background-color: #314DDD;
}

table .badge-green {
  background-color: #899D04;
}

.btn {
  padding: 4px 10px;
  font-size: 12px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
}

.btn-blue {
  background-color: #0095ac;
  color: white;
  font-size: 11px;
  padding: 3px 8px;
}

.btn-border {
  background-color: white;
  color: #3759a7;
  border: 1px solid #3759a7;
  font-size: 11px;
  padding: 3px 8px;
}

.btn.disabled {
  opacity: 0.4 !important;
}

.btn.disabled:hover {
  opacity: 0.4 !important;
  background: #fff !important;
}

td .price:before {
  content: "¥";
}

.is-new {
  background: #f6cff2;
}

.detail-heding {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em !important;
}

.incentive_list table td {
  text-align: left;
}

.mk-pagination ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.mk-pagination ul li.is-current a {
  pointer-events: none;
  color: #000;
}

.mk-pagination ul li.is-nav a {
  color: #000;
}

.mk-pagination ul li a {
  text-decoration: none;
  color: #dedede;
}

.mk-pagination ul li a:hover {
  color: #3759a7;
}

.mk-footer {
  background: #dd8dd3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 15px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .mk-footer {
    padding: 15px 15px;
    display: block;
    text-align: center;
  }
}
.mk-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.mk-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .mk-footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mk-footer-login {
  margin-bottom: 50px;
}

.mk-body.register .mk-footer-login {
  margin-top: 100px;
}

.mk-dashboard {
  background: #ebeef6;
  width: 100%;
  max-width: 890px;
  padding: 20px;
  margin: 0 auto 20px;
}

.mk-dashboard-items {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mk-dashboard-items:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items {
    gap: 10px;
  }
}
@media screen and (max-width: 550px) {
  .mk-dashboard-items {
    display: block;
  }
}
.mk-dashboard-items.is-admin {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mk-dashboard-items.is-admin .item {
  min-height: 60px;
  -ms-flex-preferred-size: 165px;
      flex-basis: 165px;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items.is-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mk-dashboard-items.is-large a {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items.is-large a {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
.mk-dashboard-items.is-large a .text {
  font-size: 21px;
}

@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-large a .text {
    font-size: 18px;
  }
}
.mk-dashboard-items.is-small {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items.is-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mk-dashboard-items.is-small a {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items.is-small a {
    -ms-flex-preferred-size: calc(33.3333333333% - 10px);
        flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-small a {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-bottom: 5px;
  }
}
.mk-dashboard-items.is-small a .text {
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-small a .text {
    font-size: 15px;
  }
}
.mk-dashboard-items.is-xs {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items.is-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mk-dashboard-items.is-xs a {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}

@media screen and (max-width: 900px) {
  .mk-dashboard-items.is-xs a {
    -ms-flex-preferred-size: calc(33.3333333333% - 10px);
        flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-xs a {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-bottom: 5px;
  }
}
.mk-dashboard-items.is-xs a .text {
  font-size: 13px;
}

@media screen and (max-width: 550px) {
  .mk-dashboard-items.is-xs a .text {
    font-size: 11px;
  }
}
.mk-dashboard-items.is-xs a .icon {
  width: 40px;
  height: 40px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-dashboard-items.is-xs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 8px 10px;
  height: 60px;
  gap: 5px;
}

.mk-dashboard-items.is-xs .item .text {
  font-size: 11px;
  font-weight: bold;
}

.mk-dashboard-items.is-xs .item .icon {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
}

.mk-dashboard-items .item.is-xs {
  padding: 0 10px 5px;
}

.mk-dashboard-items h2 {
  color: #3B6272;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mk-dashboard-items h2 {
    font-size: 16px;
  }
}
.mk-dashboard-items a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 15px;
  padding: 25px 10px 15px;
  text-decoration: none;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .mk-dashboard-items a {
    margin-bottom: 10px;
  }
}
.mk-dashboard-items a .notification span {
  position: absolute;
  top: -6px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #ff5373;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
}

.mk-dashboard-items a .icon {
  width: 50px;
  height: 50px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  position: relative;
}

.mk-dashboard-footer {
  background: #DD8DD3;
  padding: 15px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 890px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1080px) {
  .mk-dashboard-footer {
    padding: 40px 20px;
  }
}
.mk-dashboard-footer h2 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mk-dashboard-footer h2 {
    margin-bottom: 15px;
  }
}
.mk-dashboard-footer .info-list {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .mk-dashboard-footer .info-list {
    padding: 15px 20px;
  }
}
.mk-dashboard-footer .info-list ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #E3E3E3;
}

.mk-dashboard-footer .info-list ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.mk-dashboard-footer .info-list ul li p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .mk-dashboard-footer .info-list ul li p {
    font-size: 13px;
  }
}
.mk-dashboard-footer .info-list ul li span {
  font-size: 12px;
  color: #dd8dd3;
}

@media screen and (max-width: 768px) {
  .mk-dashboard-footer .info-list ul li span {
    font-size: 12px;
  }
}
.mk-dashboard-banner {
  max-width: 890px;
  margin: 0 auto;
}

.mk-dashboard.bg-none {
  background: none;
  padding: 0;
}

.mk-dashboard.is-center:last-child {
  margin-bottom: 0;
}

.mk-dashboard.is-center .mk-dashboard-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mk-dashboard.is-center .mk-dashboard-items.is-xs {
  gap: 45px;
}

.no-margin {
  margin-bottom: 0 !important;
}

.mk-main.admin .mk-dashboard.bg-none .mk-dashboard-items {
  gap: 50px;
  margin-bottom: 0;
}

.mk-main.admin .mk-dashboard-items a {
  border: 2px solid #406575;
  padding: 5px 10px;
}

.mk-main.admin .mk-dashboard-items a .text {
  font-size: 15px;
}

.mk-main.admin .mk-dashboard-items.is-xs .item .text {
  font-size: 12px;
}

.mk-dashboard-footer.admin {
  margin: 0px 0 0;
  max-width: none;
  padding: 25px 15px 15px;
}

.mk-dashboard-footer.admin h2 {
  font-size: 16px;
  color: #7FC4E1;
  border-bottom: 2px solid #406575;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.mk-dashboard-footer.admin .info-list ul li span {
  color: #7FC4E1;
}

.mk-news .info-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .mk-news .info-list {
    padding: 15px 20px;
  }
}
.mk-news .info-list h2 {
  font-size: 24px;
  font-weight: bold;
  color: #31A2D0;
  padding-bottom: 10px;
  border-bottom: solid 4px #3B6272;
  margin-bottom: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1080px) {
  .mk-news .info-list h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mk-news .info-list h2 {
    margin-bottom: 20px;
  }
}
.mk-news .info-list ul {
  border-top: solid 1px #dd8dd3;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .mk-news .info-list ul {
    padding-top: 20px;
  }
}
.mk-news .info-list ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #e6e6e6;
}

.mk-news .info-list ul li:last-of-type {
  border-bottom: none;
}

.mk-news .info-list ul li p {
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mk-news .info-list ul li p.title {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mk-news .info-list ul li p.title {
    font-size: 13px;
  }
}
.mk-news .info-list ul li p.text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .mk-news .info-list ul li p.text {
    font-size: 12px;
  }
  .mk-news .info-list ul li p {
    font-size: 16px;
  }
}
.mk-news .info-list ul li span {
  font-size: 14px;
  color: #3759a7;
}

@media screen and (max-width: 768px) {
  .mk-news .info-list ul li span {
    font-size: 12px;
  }
}
.mk-faq {
  max-width: 100%;
}

.mk-faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
  padding-top: 25px;
  padding: 0;
}

.mk-faq .faq-item {
  margin-bottom: 0;
  border-bottom: solid 1px #dd8dd3;
  padding: 20px 10px;
}

.mk-faq .faq-item:nth-child(-n+2) {
  border-top: solid 1px #dd8dd3;
}

.mk-faq .faq-item .question,
.mk-faq .faq-item .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-faq .faq-item .question {
  margin-bottom: 20px;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 20px;
  gap: 10px;
}

.mk-faq .faq-item .question-icon {
  line-height: 20px;
  font-size: 21px;
  font-weight: bold;
}

.mk-faq .faq-item .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}

.mk-faq .faq-item .answer-icon {
  line-height: 20px;
  font-size: 21px;
  font-weight: bold;
}

.mk-contact .c-form {
  max-width: 650px;
}

.mk-contact .c-form-group .c-form-input {
  border: 1px solid #e6e6e6;
}

.mk-contact .c-form-group.has-label {
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 817px) {
  .mk-contact .c-form-group.has-label {
    gap: 3px;
  }
}
@media screen and (max-width: 768px) {
  .mk-contact .c-form-group.has-label {
    display: block;
  }
}
.mk-contact .c-form-group.has-label .required {
  font-size: 10px;
  font-weight: bold;
  color: #E4081F !important;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.mk-contact .c-form-group.has-label label {
  padding-top: 4px;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}

@media screen and (max-width: 817px) {
  .mk-contact .c-form-group.has-label label {
    font-size: 12px;
  }
}
.mk-contact .c-form-group label {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .mk-contact .c-form-group label {
    margin-bottom: 5px;
  }
}
.mk-contact .c-form-group.is-vertical label {
  margin-bottom: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mk-contact .c-form-group.is-vertical label {
    margin-bottom: 5px;
  }
}
.mk-contact .c-form-group.is-vertical textarea {
  width: 100%;
  height: 158px;
  border: 1px solid #e6e6e6;
  padding: 12px 20px;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}

.mk-contact .c-form-group.is-vertical textarea::-webkit-input-placeholder {
  color: #A4A4A4;
  letter-spacing: 0.1em;
}

.mk-contact .c-form-group.is-vertical textarea::-moz-placeholder {
  color: #A4A4A4;
  letter-spacing: 0.1em;
}

.mk-contact .c-form-group.is-vertical textarea:-ms-input-placeholder {
  color: #A4A4A4;
  letter-spacing: 0.1em;
}

.mk-contact .c-form-group.is-vertical textarea::-ms-input-placeholder {
  color: #A4A4A4;
  letter-spacing: 0.1em;
}

.mk-contact .c-form-group.is-vertical textarea::placeholder {
  color: #A4A4A4;
  letter-spacing: 0.1em;
}

.mk-contact .c-form-group.is-pad input {
  cursor: pointer;
  font-weight: 500;
  margin: 0 auto;
}

.mk-contact .c-form-group span.required {
  margin-left: auto;
  background: #d6d6d6;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  padding: 2px 6px;
}

@media screen and (max-width: 817px) {
  .mk-contact .c-form-group span.required {
    font-size: 9px;
  }
}
.mk-introduction .summary-area {
  margin-bottom: 20px;
}

.mk-introduction .summary-text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .mk-introduction .summary-text {
    font-size: 14px;
  }
}
.mk-introduction .introduction-ttl {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .mk-introduction .introduction-ttl {
    font-size: 14px;
  }
}
.mk-company {
  max-width: 650px;
}

.mk-company .company-box {
  border: 1px solid #e6e6e6;
  padding: 20px 20px 10px;
}

.mk-company .company-box .edit-btn .c-button {
  padding: 7px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.mk-company .company-box:first-of-type {
  margin-bottom: 25px;
}

.mk-company .company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.mk-company .company-item.company-item_pr img {
  width: 16px;
}

.mk-company .company-item.company-item_pr .ttl {
  padding: 5px 3px 0;
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  font-size: 15px;
}

.mk-company .company-item.company-item_pr .text {
  padding: 16px;
  margin-bottom: 12px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fafafa;
}

.mk-company .company-item .ttl {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mk-company .company-item .ttl span {
  margin-right: 15px;
}

.mk-company .company-item .text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.mk-company .company-item .text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.mk-company .company-item .text .ttl-inside {
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}

.mk-user {
  max-width: 100%;
}

.mk-user table {
  margin-bottom: 20px;
}

.mk-user table td,
.mk-user table th {
  text-align: left;
  padding: 10px;
  white-space: nowrap;
}

.mk-user .c-form {
  margin: 0 auto;
}

.mk-user .c-form-input.select {
  padding: 5px 10px;
}

.mk-user .c-form-input.select select {
  width: 90%;
  padding: 5px;
  border: solid 1px #e6e6e6;
}

@media screen and (max-width: 850px) {
  .mk-user .c-form-input.select select {
    font-size: 12px;
  }
}
.mk-user .c-form-input.select:after {
  right: 30px;
}

@media screen and (max-width: 850px) {
  .mk-user .c-form-input.select:after {
    width: 11px;
    height: 9px;
  }
}
.mk-user .c-form-group.is-pad a.c-button {
  text-align: center;
}

.mk-user .c-form-group.is-pad.is-add {
  max-width: 200px;
  margin-top: 50px;
}

.mk-user .c-form-group.has-label {
  max-width: 100%;
}

.mk-user .c-form-group.has-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3px;
  white-space: nowrap;
}

.mk-user .c-form-group.has-label .c-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.mk-user .c-form-group.has-label .required {
  font-size: 10px;
  font-weight: bold;
}

.mk-user .c-form-group.has-label .error-text {
  margin-top: 3px;
  margin-bottom: 0;
}

.mk-user .btn {
  border: none;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
  padding: 3px 11px;
}

@media screen and (max-width: 850px) {
  .mk-user .btn {
    font-size: 11px;
  }
}
.mk-user .btn-blue {
  background-color: #0095ac;
  color: white;
}

.mk-user .btn-gray {
  background-color: #F4F4F4;
}

.mk-user.edit .c-form-input input {
  border: 1px solid #e6e6e6;
}

.mk-user.edit .c-form-input.select {
  padding: 7px;
  border: 1px solid #e6e6e6;
}

.mk-user.edit .c-form-input.select select {
  border: none;
}

@media screen and (max-width: 750px) {
  .mk-user.edit .c-form-group.has-label {
    display: block;
  }
  .mk-user.edit .c-form-group.has-label label {
    margin-bottom: 5px;
  }
}
.mk-user .user-profile-wrap .c-form-group {
  margin-bottom: 0;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}

.buttons .btn {
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 24px;
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  text-decoration: none;
  background: #1b328a;
  color: #fff;
  text-align: center;
}

.buttons .btn.btn-outline {
  background: #fff;
  border: 2px solid #1b328a;
  color: #1b328a;
}

.buttons .btn:hover {
  background: #9bacd3;
  color: #fff;
  border: 2px solid #9bacd3;
}

.buttons .btn-green {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #5994AB;
  border: 1px solid #5994AB;
  color: #fff;
  padding: 8px 30px;
  border-radius: 3px;
  width: 300px;
  cursor: pointer;
}

.buttons.is-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

button.c-button {
  border: none !important;
}

.buttons {
  padding-top: 30px;
}

.buttons.is-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.bbs-btn {
  display: block;
  min-width: 300px;
  padding: 13px 0;
  background: #4767b2;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  text-decoration: none;
  border: none !important;
}

.bbs-btn.is-back {
  background: #62605b;
}

.bbs-btn:hover {
  background: #9bacd3;
}

.closed-info {
  width: 100%;
  max-width: 700px;
  background: #FFE1E1;
  padding: 30px;
  margin: 0 0 60px;
}

.closed-info strong {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.closed-info strong:last-child {
  margin-bottom: 0;
}

.closed-info-inner {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.closed-info-inner p {
  font-size: 16px;
}

.applicable {
  margin-bottom: 20px;
}

h2.c-title {
  background: #9A9A9A;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 24px !important;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

h3.c-title {
  color: #000;
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 15px;
}

h4.c-title {
  color: #000;
  font-size: 15px !important;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.c-buttons a {
  text-align: center;
}

.c-button {
  background: #3759a7;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 120px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.c-button:hover {
  opacity: 0.7;
}

.c-button.is-outlined {
  background: #fff;
  border: solid 1px #3759a7 !important;
  color: #3759a7;
  border-radius: 50px;
  font-weight: normal;
}

.c-button.is-red {
  background: red;
}

.c-button.is-red.is-outlined {
  background: #fff;
  border: solid 1px red !important;
}

.c-button.is-gray {
  background: #8F9399;
  color: #fff;
}

.c-button.is-gray.is-outlined {
  background: #fff;
  border: solid 1px #8F9399;
}

.c-button.is-full {
  max-width: 100%;
}

.c-button.is-lg {
  max-width: 520px;
}

.c-button.is-md {
  max-width: 320px;
}

.c-button.is-sm {
  max-width: 240px;
}

.c-button.is-xs {
  max-width: 100px;
  font-size: 11px;
}

.c-button.is-white {
  font-size: 12px;
  background: #fff;
  color: #dd8dd3;
  border-radius: 5px;
  padding: 5px 15px;
  display: block;
}

.c-button.is-file {
  background-color: rgba(0, 0, 0, 0);
  color: #868686;
  border: 1px solid #999 !important;
  max-width: 210px;
  width: 210px;
  text-align: center;
}

.edit-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.edit-btn .c-button {
  display: block !important;
  text-align: center;
}

.c-section {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 25px;
  max-width: 1000px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.c-section.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-div {
  margin-bottom: 15px;
}

.rules-page pre code .tag {
  all: unset;
}

.rules-page pre code .token.tag {
  color: #07a; /* Prismのデフォに寄せる例 */
  background: none;
  padding: 0;
  border-radius: 0;
}

.c-separate {
  border: none;
  border-top: solid 1px #dedede;
  margin: 45px auto;
}

.c-separate.no-border {
  border: none;
}

.c-separate.is-sm {
  margin: 15px auto;
}

.c-separate.is-md {
  margin: 25px auto;
}

.c-separate.is-lg {
  margin: 35px auto;
}

.badge {
  display: inline-block;
  padding: 3px !important;
  border-radius: 4px !important;
  color: white;
  font-size: 11px;
  width: 70px;
  text-align: center;
}

/* 物件 */
.badge-draft {
  background: #8A3DC4;
} /* 下書き */
.badge-canceled {
  background: #EC623F;
} /* キャンセル */
.badge-ended {
  background: #D8DDD3;
  color: #333 !important;
} /* 募集終了/終了 */
.badge-closing-soon {
  background: #E4081F;
} /* 終了間近 */
.badge-published {
  background: #4A5ACF;
} /* 募集中 */
.badge-negotiated {
  background: #4caf50; /* 緑系で商談進行中の印象 */
}

/* 掲示板 */
.badge-dealized {
  background: #45AFCF;
} /* 商談化済 */
.badge-new {
  background: #37CB64;
} /* 新着 */
.badge-unanswered {
  background: #EC623F;
} /* 未対応 */
.badge-negotiating {
  background: #932582;
} /* 交渉中 */
.badge-replied {
  background: #CAD291;
  color: #333 !important;
} /* 対応済 */
.badge-normal {
  background: #FFFFFF;
  color: #000 !important;
  border: solid 1px #999;
} /* 普通 */
/* その他 */
.badge-blue {
  background: #837edb;
}

.badge-purple {
  background: #dd8dd3;
}

.badge-orange {
  background: #ff8773;
}

.badge-red {
  background: #ff5373;
}

.badge-gray {
  background: #9e9c9c;
}

.badge-sky {
  background: #314DDD;
}

.badge-green {
  background: #899D04;
}

.is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-column .c-form-group {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.is-column.is-three {
  gap: 1%;
}

.is-column.is-three .c-form-group {
  -ms-flex-preferred-size: 32.6666666667%;
      flex-basis: 32.6666666667%;
}

.upload-info {
  margin-bottom: 20px;
}

.upload-info p {
  margin: 0 0 8px 0;
  color: #ff5373;
  font-size: 14px;
}

.upload-info ul {
  margin: 0;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
}

.upload-info li {
  margin-bottom: 4px;
  font-size: 12px;
}

.upload-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.upload-row.other {
  margin-top: 45px;
}

.upload-label {
  font-weight: bold;
  font-size: 12px;
  width: 75px;
}

.upload-status {
  min-width: 40px;
  font-size: 11px;
  color: #3e3a39;
  border-radius: 3px;
  padding: 2px 8px;
  margin-right: 20px;
}

.upload-status.optional {
  background: #ededed;
  color: #888;
}

.upload-status.required {
  background: #ff7e96;
  color: #fff;
}

.upload-button {
  width: 210px;
  border: 2px solid #3759a7;
  color: #3759a7;
  padding: 6px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
}

.upload-button:hover {
  background-color: #3759a7;
  color: #fff;
}

.file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-icon {
  position: relative;
  margin-right: 5px;
  width: 24px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.file-icon::before {
  content: "";
  width: 18px;
  height: 23px;
  background-image: url("../images/icn-file.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.file-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-name {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.file-size {
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #e6e6e6;
}

.delete-button {
  background: none;
  border: none;
  color: #ff5373;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 7px;
}

.hidden-input {
  display: none;
}

#deal-type-section .deal-cards {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#deal-type-section .deal-cards__item {
  position: relative;
}

#deal-type-section .deal-input {
  position: absolute;
  opacity: 0;
  inset: 0;
  pointer-events: none;
}

#deal-type-section .deal-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 18px 18px 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  cursor: pointer;
}

#deal-type-section .deal-card:hover {
  border-color: #cfd7e6;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

#deal-type-section .deal-card__check {
  width: 20px;
  height: 20px;
  border: 2px solid #cfd7e6;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background: #fff;
  position: relative;
  top: -1px;
}

#deal-type-section .deal-card__title {
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
}

#deal-type-section .deal-card__desc {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

/* 選択状態（radio:checked + label） */
#deal-type-section .deal-input:checked + .deal-card {
  border-color: #4B9E19;
  background: #f4fff6;
  -webkit-box-shadow: 0 6px 18px rgba(75, 158, 25, 0.12);
          box-shadow: 0 6px 18px rgba(75, 158, 25, 0.12);
}

#deal-type-section .deal-input:checked + .deal-card .deal-card__check {
  border-color: #4B9E19;
  background: #4B9E19;
}

#deal-type-section .deal-input:checked + .deal-card .deal-card__check::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  top: 3px;
  left: 3px;
}

/* レスポンシブ */
@media (max-width: 900px) {
  #deal-type-section .deal-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  #deal-type-section .deal-cards {
    grid-template-columns: 1fr;
  }
}
/* サイドバーを wrapper の高さいっぱいに伸ばす（必要なら） */
.mk-sidebar {
  height: 100%;
}

/* アクセシビリティ用に見た目だけ隠す */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ドロップゾーンの見た目 */
.dropzone {
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  background: #fafafa;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  outline: none; /* キー操作のフォーカスは下で定義 */
}

.dropzone:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.35);
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.35);
  border-color: #93c5fd;
}

.dropzone.is-dragover {
  background: #eef6ff;
  border-color: #60a5fa;
}

.dropzone__msg {
  margin: 0;
  font-size: 14px;
  color: #475569;
  text-align: center;
}

.dropzone__msg span {
  font-size: 12px;
  color: #64748b;
}

.dropzone__preview {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropzone__thumb {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.dropzone__meta {
  font-size: 12px;
  color: #334155;
  line-height: 1.4;
}

.dropzone__remove {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.dropzone__remove:hover {
  background: #f8fafc;
}

.c-alert {
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}

.c-alert.success {
  background: #e6ffed;
  border: 1px solid #27ae60;
  color: #155724;
}

.c-alert.error {
  background: #ffecec;
  border: 1px solid #e74c3c;
  color: #721c24;
}
