@charset "utf-8";

.faq {
  padding-top: 80px;
  opacity: 0;
  animation: showUp 1.2s cubic-bezier(0.21, 0.42, 0.23, 1) forwards 0.4s;
}

.faq_container,
.faq_news_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}

.faq details.faq_group {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #dee5ec;
}

.faq details.faq_group:not(:first-child) {
  border-top: none;
}

.faq details.faq_group:last-child {
  border-bottom-width: 1px;
}

.faq_group_title {
  position: relative;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #1b2228;
  cursor: pointer;
  list-style: none;
}

.faq_group_title::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  content: "";
  background: transparent url("../images/ir/faq/icon_plus_square.svg") center
    center no-repeat;
  transform: translateY(-50%);
}

.faq_group[open] .faq_group_title::before {
  background: transparent url("../images/ir/faq/icon_minus_square.svg") center
    center no-repeat;
}

.faq__headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #1b2228;
}

.faq_list {
  background-color: #f6f8fa;
}

.faq_list details {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #dee5ec;
}

.faq_list details summary {
  position: relative;
  padding: 16px 30px 16px 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  color: #1b2228;
  list-style: none;
  cursor: pointer;
  background: transparent url("../images/ir/faq/icon_q_red.svg") left center
    no-repeat;
}

.faq_list details summary::-webkit-details-marker {
  display: none;
}

.faq_list details summary::marker {
  display: none;
  content: "";
}

.faq_list details summary::-ms-expand {
  display: none;
}

.faq_list details summary::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  content: "";
  background: transparent url("../images/ir/faq/icon_plus_square.svg") center
    center no-repeat;
  transform: translateY(-50%);
}

.faq_list details div {
  padding: 10px 30px 0 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  color: #1b2228;
}

.faq_list details[open] {
  padding-bottom: 26px;
}

.faq_list details[open] summary::before {
  background: transparent url("../images/ir/faq/icon_minus_square.svg") center
    center no-repeat;
}

.faq_list details:last-child {
  border-bottom: none;
}

.faq_list__img {
  margin: 16px 0;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.faq_list__disclosure_date {
  text-decoration: underline;
}

.faq__link {
  display: inline;
  font-weight: 700;
  color: #469fd6;
  text-decoration: underline;
}

.faq_news {
  padding: 64px 0;
}

.faq_news_topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_news_headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--black);
}

.faq_news_selection {
  display: block;
  width: 160px;
  padding: 0.6em 1.4em 0.6em 1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b2228;
  text-align: left;
  appearance: none;
  cursor: pointer;
  background: #fff url(../images/ir/arrow_down.svg);
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
  border: 1px solid #dee5ec;
}

.faq_news_items {
  margin-top: 24px;
}

.faq_news_items .ir_link {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 24px 0px;
  line-height: 1.2;
  border-top: 1px solid #eff3f5;
}

.faq_news_items .ir_link:last-of-type {
  border-bottom: 1px solid #eff3f5;
}

.faq_news_items .ir_link .date {
  margin-right: 32px;
  color: #6e7c89;
  white-space: nowrap;
}

.faq_news_items .ir_link .title {
  display: block;
  font-size: 16px;
}

.faq_news_items .ir_link:hover .title {
  text-decoration: underline;
}

.faq_news_items .ir_link .pdf {
  display: inline-grid;
  place-content: center;
  width: 40px;
  height: 20px;
  margin-top: 3px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #ff8484;
  background-color: #ffebeb;
  border: 1px solid #ff8484;
  border-radius: 32px;
}

.faq_news_items .ir_link .icon-pdf {
  display: inline-grid;
  margin-left: 8px;
  width: 15.45px;
  min-width: 0;
  height: 20px;
  margin-bottom: 3px;
  border: none;
}

.faq_news_items .ir_link .size {
  display: inline-block;
  margin-left: 8px;
  color: #6e7c89;
}

.ir_faq_pdf_container {
  margin-top: 24px;
}

/* Tablet and smaller screens */
@media screen and (max-width: 960px) {
  .faq {
    padding-top: 48px;
  }

  .faq_news_items .ir_link {
    height: auto;
    padding: 24px 0;
  }
}

/* Mobile screens */
@media screen and (max-width: 767px) {
  .faq_group_title {
    padding: 16px;
    font-size: 18px;
  }

  .faq__headline {
    font-size: 18px;
  }

  .faq_list details {
    padding: 10px 20px;
  }

  .faq_list details summary {
    padding-left: 32px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    background-image: url("../images/ir/faq/icon_q_red_sp.svg");
  }

  .faq_list details div {
    padding-left: 32px;
    padding-right: 0;
    font-size: 13px;
  }

  .faq_news_items .ir_link .icon-pdf {
    width: 12.4px;
    height: 16px;
  }
}

@media screen and (max-width: 760px) {
  .faq_container,
  .faq_news_container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .faq_news_items .ir_link {
    display: block;
    padding: 12px 0;
  }

  .faq_news_items .ir_link .date {
    font-size: 11px;
  }

  .faq_news_items .ir_link .title {
    margin-top: 2px;
    font-size: 13px;
  }
}

@media screen and (max-width: 300px) {
  .faq_news_topbar {
    flex-flow: column-reverse wrap;
    align-items: flex-start;
    justify-content: left;
  }
}
