/*================================================
  ir
================================================*/
.page-header {
  background-image: url(../../image/common/page_header_bg.jpg);
}


.section-text {
  font-size: clamp(1.2rem, 1rem + 1vw, 2.2rem);
  margin-bottom: calc(var(--layout-gap) * 2);
}
.section-text span.emphasis {
  font-size: clamp(1.8rem, 1.36rem + 2.2vw, 4rem);
}

/*------------------------------------------------
.basic-inf
------------------------------------------------*/


.basic-info-sublist-item > span:nth-of-type(1) {
  display: block;
  width: 8em;
  line-height: 1.5;
}
.basic-info-sublist-item > span:nth-of-type(2) {
  display: block;
  line-height: 1.5;
}

.basic-info-sublist > li + li {
  margin-top: 1em;
}

@media print, screen and (min-width: 490px) {
  .basic-info-sublist-item > span:nth-of-type(1) {
    display: inline-block;
  }
  .basic-info-sublist-item > span:nth-of-type(2) {
    display: inline-block;
  }
}

@media print, screen and (min-width: 769px) {

  .basic-info-list .common-list-term {
    width: 29.5%;
    text-align: center;
  }
  .basic-info-list .common-list-description {
    width: 70.5%;
  }

}

/*================================================
  ir-common
================================================*/


.public-notice-pdf-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}
.public-notice-pdf-link span {
  color: var(--color-white);
  background-color: var(--secondary-color);
  /* font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem); */
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1em 2em;
  border-radius: 1em;
  width: calc(100% - 48px);
  max-width: 1000px;
  position: relative;
}
.public-notice-pdf-link::before {
  content: "";
  background-image: url(../../image/ir/PDF_32.png);
  display: block;
  width: 32px;
  height: 32px;
  margin: 16px 16px 16px 0;
}
.public-notice-pdf-link span::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../../image/common/arrow_bg_w.svg);
  position: absolute;
  right: 0.5em;
}

.get-pdf {
  display: flex;
  flex-direction: column-reverse;
  margin-top: calc(var(--layout-gap)/2);
}
.get-pdf-logo-link {
  width: 158px;
  height: 39px;
  display: block;
  margin: 16px 0;
}
.get-pdf-text-link {
  color: var(--secondary-color);
}

@media print, screen and (min-width: 690px) {
  .public-notice-pdf-link span {
    height: 60px;
    border-radius: 32px;
    line-height: 1;
    padding:1em 2em;
  }
  .public-notice-pdf-link span::after {
    right: 1em;
  }
  .get-pdf {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 960px) {
  .public-notice-pdf-link span {
    padding: 1em 2em;
  }
  .get-pdf {
    flex-direction: row;
    justify-content: space-between;
    margin: calc(var(--layout-gap)*2) 0;
  }
  .get-pdf-logo-link {
    margin: 0;
  }
  .get-pdf-text {
    width: calc(100% - 200px);
  }
}
