@charset "UTF-8";
/* 重要なお知らせ */
.importantSect__body p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.importantSect__body p .txt--indent {
  text-indent: 1em;
}
.importantSect__body p .txt--right {
  text-align: right;
}
.importantSect__body a:not(.generalButton) {
  color: inherit;
  transition: opacity 0.3s ease;
}
.importantSect__body a:not(.generalButton):hover {
  opacity: 0.7;
}
.importantSect__body a:not(.generalButton)[href$=".pdf"]::after {
  content: url(/info/privacy/image/icon_pdf.png);
  width: 10px;
  height: auto;
}

/* 会社情報 */
.infoGeneralSect__body {
  /* フラワーネット */
  /* 採用情報 */
}
.infoGeneralSect__body p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.infoGeneralSect__body p .txt--indent {
  text-indent: 1em;
}
.infoGeneralSect__body p .txt--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body p + table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect__body p + table {
    margin-top: 10px;
  }
}
.infoGeneralSect__body h3 {
  font-weight: 600;
  font-size: calc(18rem / 10);
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  border-left: 6px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body h3 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect__body h3 {
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
.infoGeneralSect__body table {
  border-collapse: collapse;
  width: 100%;
}
.infoGeneralSect__body table tr {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body table tr {
    border-top: 1px solid var(--color-gray-300);
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect__body table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body table tr:last-child {
    border-bottom: 1px solid var(--color-gray-300);
  }
}
.infoGeneralSect__body table th {
  text-align: left;
  background: var(--color-gray-100);
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body table th {
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
    padding: 16px;
    width: 28.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect__body table th {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 8px 12px;
    width: 100%;
  }
}
.infoGeneralSect__body table td {
  background-color: var(--color-white);
  text-align: left;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body table td {
    padding: 16px 0 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect__body table td {
    padding: 8px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect__body table + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect__body table + p {
    margin-top: 10px;
  }
}
.infoGeneralSect__body a:not(.generalButton) {
  color: inherit;
}
.infoGeneralSect__body li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.infoGeneralSect__body .bulletList strong {
  color: var(--color-pink-300);
}
.infoGeneralSect__body .recruitArchive .infoGeneralTable__conts {
  display: block;
}/*# sourceMappingURL=mt.css.map */