.header-line {
  height: 8px;
  background-color: var(--mtg-urbanblue);
}
.header-main {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 24px;
  background-color: var(--mtg-white);
  border-bottom: none;
}
.header-logo {
  width: 120px;
  height: 22px;
  background-image: url(/spspl/img/logo-fce7e4d776a48783c7e8414fc89d6f8c.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-main {
  display: flex;
  align-items: center;
  padding: 32px 24px 24px;
  background-color: var(--mtg-white);
}
.footer-main a {
  display: block;
  margin-bottom: var(--mtg-text-margin-bottom);
  color: var(--mtg-grey-1);
  border-bottom: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.footer-main a:last-of-type {
  margin-bottom: 0;
}
.footer-main p {
  margin: 40px 0 0;
  color: var(--mtg-grey-1);
}

.main-background {
  box-sizing: border-box;
  background-color: var(--mtg-grey-4);
  padding: 24px 24px 56px;
}

.flex-box {
  display: flex;
}
.flex-box-100 {
  width: 100%;
}
.flex-box-empty {
  height: 56px;
  width: 100%;
  padding: 0 16px;
}
.flex-box-margin-right {
  margin-right: 8px;
}
.flex-box-margin-left {
  margin-left: 8px;
}

.flex-box-mail {
  display: flex;
  align-items: center;
}
.flex-box-mail-margin-right {
  margin-right: 4px;
}
.flex-box-mail-margin-left {
  margin-left: 4px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-top-16 {
  margin-top: 16px;
}

.table-box {
  display: table;
}

.padding-top-12 {
  padding-top: 12px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.button-margin-bottom-16 {
  margin-bottom: 16px;
}

.button-margin-bottom-26 {
  margin-bottom: 26px;
}

.input-margin-bottom-12 {
  margin-bottom: 12px;
}

.text-margin-bottom-4 {
  margin-bottom: 4px;
}

.text-margin-bottom-8 {
  margin-bottom: 8px;
}

.text-margin-bottom-10 {
  margin-bottom: 10px;
}

.text-margin-bottom-12 {
  margin-bottom: 12px;
}

.text-margin-bottom-14 {
  margin-bottom: 14px;
}

.text-margin-bottom-20 {
  margin-bottom: 20px;
}

.inspection-meter {
  display: flex;
  justify-content: space-between;
}
.inspection-meter span {
  margin-left: 8px;
}

.relationship.hidden {
  display: none;
}
.not-himself.hidden {
  display: none;
}
.filled-himself.hidden {
  display: none;
}

input[readonly],
ul.mtg-pulldown[readonly] {
  background-color: #e8e8e8;
  color: #85878f;
  cursor: not-allowed;
}

.mtg-upload-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 100px;
  background: var(--mtg-white);
  border: 1px solid var(--mtg-urbanblue);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.mtg-upload-box img {
  vertical-align: top;
  object-fit: contain;
  width: 36px;
  height: 36px;
}
.mtg-upload-box span {
  margin-top: 4px;
  font-size: var(--mtg-caption-strong-s);
  font-weight: var(--mtg-caption-strong-w);
  color: var(--mtg-urbanblue);
}

.mtg-image-preview-box {
  display: flex;
  overflow: scroll;
  margin: 8px 0;
}
.mtg-image-preview-box .item-image-content {
  vertical-align: top;
  object-fit: contain;
  width: 88px;
  height: 88px;
  background: var(--mtg-white);
}
.mtg-image-preview-box .item-image {
  position: relative;
  margin: 14px 12px;
}
.mtg-image-preview-box .item-image__operetion {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 21px;
  height: 21px;
  background-color: var(--mtg-urbanblue);
  border-radius: 50%;
}
.mtg-image-preview-box .item-image__operetion--delete {
  vertical-align: top;
  object-fit: contain;
  width: 21px;
  height: 21px;
}

.calendar-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;

  transition-property: opacity;
  transition-duration: 0.4s;
  opacity: 0;
}

.mtg-input-calender_wrapper {
  padding: 0;
  position: relative;
  z-index: 11;
}
.mtg-input-calender_wrapper .calendar-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;
  z-index: 2;
  pointer-events: none;

  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/calender/ico-calendar-active.png);
}
.mtg-input-calender_wrapper .select-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);

  width: 42px;
  height: 40px;
  pointer-events: none;

  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/spspl/img/arrow/ico-arrowDown-5b79f6d6e3fe0c737eb6cbff4789e36f.png);
}
.mtg-input-calender {
  padding-left: 64px;
  padding-right: 40px;
}

.mtg-flex-box-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.mtg-flex-box-set-line {
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 0.5em;
  border: 1px solid #181a24;
}

.text-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--mtg-caption-s);
  color: var(--mtg-grey-2);
}

.footerWrap {
  color: var(--mtg-grey-1);
  padding: 32px 24px 24px;
  background-color: var(--mtg-white);
}

@media only screen and (max-width: 360px) {
  .footerWrap {
    padding-bottom: 36px;
  }
}

.footerContent {
  max-width: var(--mtg-max-width);
  margin: 0 auto;
}

.footerContentCopyright {
  font-size: 10px;
  margin-top: 40px;
}

.footerList {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}

.footerList > li {
  font-size: var(--mtg-caption-s);
  font-weight: var(--mtg-caption-w);
  list-style: none;
}

.footerList > li:not(:first-of-type) {
  margin-left: 40px;
}

.footerList > li > a {
  text-decoration: none;
  color: var(--mtg-grey-1);
}

.footerList > li > a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .footerList > li {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .footerList > li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 16px;
  }
}
