/* MEDIA QUERIES
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .list-row-common > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .row-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .row-common .text-common {
    margin-top: 11px;
  }
  .row-common .column-info,
  .row-common .text-common {
    -ms-flex: 1;
        flex: 1;
    padding-right: 60px;
  }
  .row-common .button-download {
    width: 240px;
  }
  .row-common .column-content {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-row-common > li:not(:last-child) {
    margin-bottom: 0.42rem;
  }

  .row-common .button-download {
    width: 100%;
    margin-top: 0.22rem;
  }
  .row-common .column-content {
    padding-left: 1em;
  }
}
@media print, (min-width: 768px) {
  .section-faq-common {
    padding: 78px 0 80px;
    line-height: 2.23;
  }
  .section-faq-common .title-primary {
    margin-bottom: 25px;
  }
  .section-faq-common .faq-description {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-faq-common .button-primary {
    width: 465px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-faq-common {
    padding: 0.48rem 0 0.5rem;
    line-height: 2.154;
  }
  .section-faq-common .title-primary,
  .section-faq-common .faq-description {
    margin-bottom: 0.2rem;
  }
  .section-faq-common .faq-description {
    letter-spacing: 0.04em;
    text-align: justify;
  }
  .section-faq-common .button-primary {
    width: 100%;
  }
}

.section-format .list-text-number > li {
  position: relative;
}
.section-format .list-text-number .text-number {
  position: absolute;
  top: 0;
  right: 100%;
  white-space: nowrap;
}
.section-format .link-pdf {
  display: inline-block;
  position: relative;
}
.section-format .link-pdf:after, .section-format .link-pdf:before {
  position: absolute;
}
.section-format .link-pdf:after {
  content: "";
  right: 0;
  background: no-repeat center center/100% auto;
}
.section-format .link-pdf:before {
  content: ">>";
  left: 0;
}
.section-format .is-none-arrow {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.section-format .is-none-arrow:before {
  display: none;
}

@media print, (min-width: 768px) {
  .section-format {
    padding: 80px 0 92px;
    line-height: 2.23;
  }
  .section-format .wrapper {
    position: relative;
  }
  .section-format .common-breadcrumb {
    position: absolute;
    left: 0;
    top: -52px;
  }
  .section-format .title-primary {
    margin-bottom: 39px;
  }
  .section-format .format-row:not(:last-child) {
    margin-bottom: 39px;
  }
  .section-format .format-row.is-format-row {
    margin-bottom: 32px;
  }
  .section-format .is-format-row .title-primary {
    margin-bottom: 27px;
  }
  .section-format .column-info .title-default {
    margin-top: 5px;
  }
  .section-format .list-text-number {
    padding-left: 15px;
  }
  .section-format .list-text-number > li {
    padding-left: 38px;
  }
  .section-format .list-text-number .text-number {
    margin-right: -38px;
  }
  .section-format .list-link-pdf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -16px;
  }
  .section-format .list-link-pdf > li {
    margin-right: 16px;
  }
  .section-format .format-info {
    padding-left: 18px;
  }
  .section-format .link-pdf {
    padding: 0 27px 0 1.3em;
  }
  .section-format .link-pdf:after {
    width: 22px;
    height: 28px;
    top: 8px;
    background-image: url(../img/common/icon_pdf_02.svg);
  }
  .section-format .link-pdf:before {
    top: 1px;
  }
  .is-mac .section-format .link-pdf:before {
    top: 0;
  }
  .section-format .list-common-row > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-format .list-common-row .column-info {
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-format {
    padding: 0.47rem 0 0.48rem;
  }
  .section-format .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-format .format-row {
    margin-bottom: 0.3rem;
  }
  .section-format .format-row:last-child {
    margin-bottom: 0;
  }
  .section-format .format-row.is-format-row {
    margin: 0.48rem 0 0.23rem;
  }
  .section-format .format-individual .title-primary {
    margin-bottom: 0.15rem;
  }
  .section-format .is-none-arrow {
    width: 2.4rem;
    height: 0.65rem;
    margin: 0.26rem auto 0;
    font-size: 0.18rem;
  }
  .section-format .column-info .title-default {
    margin-top: 5px;
  }
  .section-format .list-text-number {
    padding-left: 0.11rem;
  }
  .section-format .list-text-number > li {
    padding-left: 0.26rem;
  }
  .section-format .list-text-number .text-number {
    margin-right: -0.27rem;
  }
  .section-format .format-info {
    padding: 0.08rem 0 0 0.13rem;
    margin-bottom: -0.05rem;
  }
  .section-format .link-pdf {
    padding: 0 0.34rem 0 1.3em;
    min-width: 2.22rem;
  }
  .section-format .link-pdf:after {
    width: 0.3rem;
    height: 0.38rem;
    top: -0.06rem;
    background-image: url(../img/common/icon_pdf.svg);
  }
  .section-format .list-common-row > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .section-format .list-link-pdf > li:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.section-performance {
  background: #f0f7f6;
}
.section-performance .list-performance a {
  display: block;
}
.section-performance .performance-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-performance {
    padding: 66px 0 50px;
  }
  .section-performance .title-primary {
    margin-bottom: 41px;
  }
  .section-performance .list-performance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -30px;
    line-height: 1.4174;
  }
  .section-performance .list-performance > li {
    width: 300px;
    margin: 0 30px 27px 0;
  }
  .section-performance .performance-photo {
    margin-bottom: 7px;
  }
  .section-performance .performance-photo img {
    height: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-performance {
    padding: 0.48rem 0 0.22rem;
  }
  .section-performance .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-performance .list-performance {
    line-height: 1.693;
    letter-spacing: 0.04em;
  }
  .section-performance .list-performance > li:not(:last-child) {
    margin-bottom: 0.13rem;
  }
  .section-performance .performance-photo {
    margin-bottom: 0.05rem;
  }
  .section-performance .performance-photo img {
    height: 1.66rem;
  }
  .section-performance .performance-title {
    min-height: 0.44rem;
  }
}

/*# sourceMappingURL=modification_format.css.map */