/* CMS public-page additions. Keep the original style.css identical to production. */
.l-main .aboutus_area ul,
.l-main .aboutus_area ol {
  display: table;
  margin: 18px auto 30px;
  padding-left: 1.6em;
  text-align: left;
  list-style-position: outside;
}

.l-main .aboutus_area ul {
  list-style: disc;
}

.l-main .aboutus_area ol {
  list-style: decimal;
}

.l-main .aboutus_area li {
  margin: 0.35em 0;
  line-height: 1.8;
  list-style: inherit;
  text-align: left;
}

.l-main .aboutus_area li.ql-indent-1 {
  margin-left: 3em;
}

.l-main .aboutus_area li.ql-indent-2 {
  margin-left: 6em;
}

.l-main .aboutus_area li.ql-indent-3 {
  margin-left: 9em;
}

.l-main .aboutus_area li.ql-indent-4 {
  margin-left: 12em;
}

.l-main .aboutus_area li.ql-indent-5 {
  margin-left: 15em;
}

.l-main .aboutus_area li.ql-indent-6 {
  margin-left: 18em;
}

.l-main .aboutus_area li.ql-indent-7 {
  margin-left: 21em;
}

.l-main .aboutus_area li.ql-indent-8 {
  margin-left: 24em;
}

.l-main .aboutus_area li.ql-indent-9 {
  margin-left: 27em;
}

.newsdetail-inner .news-body {
  margin-bottom: 0;
  text-align: left;
}

.newsdetail-inner .news-body p {
  margin: 0 0 0.5rem;
  line-height: 1.8rem;
  text-align: inherit;
}

.newsdetail-inner .news-body ul,
.newsdetail-inner .news-body ol {
  margin: 0 0 1.5rem 1.5rem;
  padding-left: 1.2rem;
  text-align: left;
}

.newsdetail-inner .news-body ul {
  list-style: disc;
}

.newsdetail-inner .news-body ol {
  list-style: decimal;
}

.newsdetail-inner .news-body li {
  margin: 0.35rem 0;
  line-height: 1.8;
  list-style: inherit;
  text-align: left;
}

.newsdetail-inner .detail-img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.8rem;
}

.newsdetail-inner .detail-img img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.newsdetail-inner .news-body img {
  display: block;
  width: 70%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
}

@media screen and (max-width: 600px) {
  .newsdetail-inner .news-body img {
    width: 100%;
  }
}

.newsdetail-inner .news-related-film {
  margin: 30px 0 15px;
  text-align: center;
}

.newsdetail-inner .news-related-film a {
  overflow-wrap: anywhere;
}

#news .news-inner > .flex-box {
  justify-content: flex-start;
  align-items: flex-start;
}

#news .news-inner > .flex-box > li {
  text-align: left;
}

#news .news-inner .works_img,
.news_area .works_img {
  position: relative;
  aspect-ratio: 3 / 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}

#news .news-inner .works_img {
  margin-bottom: 1vh;
}

#news .news-inner .works_img a,
.news_area .works_img a {
  position: absolute;
  inset: 0;
  display: block;
}

#news .news-inner .works_img img,
#news .news-inner > .flex-box > li .works_img img,
.news_area .works_img img,
.l-main .news_area .flex-box li .works_img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  inset: 0;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  border: 0;
  object-fit: contain !important;
  background: #fff;
}

.l-main .news_area .flex-box li .works_img img {
  border: 0;
}

#contact .contact-form-box {
  height: auto;
  min-height: 0;
  padding: 48px min(6vw, 72px);
}

#contact .contact-form {
  display: grid;
  gap: 22px;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

#contact .contact-form__hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#contact .contact-form__field {
  display: grid;
  gap: 8px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

#contact .contact-form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  color: #fff;
  background: #111;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd4dc;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 400;
  letter-spacing: 0;
}

#contact .contact-form select {
  appearance: auto;
}

#contact .contact-form textarea {
  resize: vertical;
  min-height: 180px;
}

#contact .contact-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

#contact .contact-form__checkbox input {
  width: auto;
  margin-top: 0.45em;
  flex: 0 0 auto;
}

#contact .contact-form__submit {
  width: min(320px, 100%);
  min-height: 56px;
  margin: 10px auto 0;
  border: 0;
  background: #000;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

#contact .contact-message {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 16px 18px;
  text-align: left;
  line-height: 1.7;
}

#contact .contact-message p {
  margin: 0;
}

#contact .contact-message--success {
  border: 1px solid #a7d7b8;
  background: #f1fbf5;
  color: #0f5132;
}

#contact .contact-message--error {
  border: 1px solid #f0b7bd;
  background: #fff1f2;
  color: #a71930;
}
