@charset "UTF-8";
.typeLayout.type5_2 .faqItem .title, .typeLayout.type5_2 .faqItem .toggler .toggleOpen .line::after, .typeLayout.type5_2 .faqItem .toggler .toggleOpen .line, .typeLayout.type5_2 .faqItem .toggler .index {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
.mainArea {
  padding-bottom: 0;
}

.typeLayout.type5_2 .textEditor {
  font-size: 17px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}
.typeLayout.type5_2 .topWrap {
  padding-top: 56px;
}
.typeLayout.type5_2 .topNote {
  padding-top: 0px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .topNote {
    margin-bottom: 45px;
  }
}
.typeLayout.type5_2 .wrap {
  max-width: 1540px;
}
.typeLayout.type5_2 .faqList {
  overflow: hidden;
  margin-bottom: 130px;
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .faqList {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .typeLayout.type5_2 .faqList {
    margin-bottom: 60px;
  }
}
.typeLayout.type5_2 .faqItem {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.typeLayout.type5_2 .faqItem .toggler {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  padding-right: 17px;
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .faqItem .toggler {
    padding-left: 0;
  }
}
.typeLayout.type5_2 .faqItem .toggler:hover .title {
  color: #1e42b4;
}
.typeLayout.type5_2 .faqItem .toggler .index {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  color: #f7f7f7;
  padding-right: 17px;
}
@media (max-width: 1540px) {
  .typeLayout.type5_2 .faqItem .toggler .index {
    padding-left: 20px;
  }
}
.typeLayout.type5_2 .faqItem .toggler .index span {
  font-size: 40px;
  font-weight: bold;
  min-width: 63px;
  display: block;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .faqItem .toggler .index span {
    font-size: 30px;
    min-width: 38px;
  }
}
.typeLayout.type5_2 .faqItem .toggler .toggleOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin-left: 20px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1540px) {
  .typeLayout.type5_2 .faqItem .toggler .toggleOpen {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .faqItem .toggler .toggleOpen {
    margin-left: 10px;
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
}
.typeLayout.type5_2 .faqItem .toggler .toggleOpen .line {
  width: 18px;
  height: 2px;
  background-color: #c5c5c5;
  position: relative;
}
.typeLayout.type5_2 .faqItem .toggler .toggleOpen .line::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #c5c5c5;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.typeLayout.type5_2 .faqItem .toggler .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.typeLayout.type5_2 .faqItem .toggler + .content {
  display: none;
  border-top: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
.typeLayout.type5_2 .faqItem .toggler + .content .definition {
  padding: 44px 100px 44px 128px;
}
@media (max-width: 1540px) {
  .typeLayout.type5_2 .faqItem .toggler + .content .definition {
    padding: 44px 20px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .faqItem .toggler + .content .definition {
    padding: 20px;
  }
}
.typeLayout.type5_2 .faqItem .toggler.open .index {
  color: #1e42b4;
}
.typeLayout.type5_2 .faqItem .toggler.open .title {
  color: #1e42b4;
}
.typeLayout.type5_2 .faqItem .toggler.open .toggleOpen .line {
  background-color: #1e42b4;
}
.typeLayout.type5_2 .faqItem .toggler.open .toggleOpen .line::after {
  background-color: #1e42b4;
  height: 0;
}
.typeLayout.type5_2 .faqItem .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  padding-left: 17px;
  letter-spacing: 1.1px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1200px) {
  .typeLayout.type5_2 .faqItem .title {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .typeLayout.type5_2 .faqItem .title {
    font-size: 18px;
    padding-left: 0px;
  }
}
/*# sourceMappingURL=esg5_2.css.map */