@charset "UTF-8";

/*faq*/
.c_faqAnchorList:not(:first-child) {
  margin-top: 30px;
}
.contentsWrapper:has(.c_faqAnchorList):not(.pb-layout) .pbAnchor {
  height: 0;
}
.contentsWrapper:has(.c_faqAnchorList):not(.pb-layout) .pbAnchor a {
  display: inline-block;
  padding-top: 170px;
  margin-top: -170px;
}
.c_faqAnchorList ul {
  display: flex;
  gap: 10px;
}
.c_faqAnchorList li {
  flex: 1;
}
.c_faqAnchorList li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 11px 11px 11px 45px;
  color: inherit;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  transition: .2s all;
  border: 2px solid #DFE3E1;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
.c_faqAnchorList li a::before,
.c_faqAnchorList li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c_faqAnchorList li a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(69,132,96);
  left: 14px;
}
.c_faqAnchorList li a::after {
  top: -3px;
  left: 22px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
@media (hover) {
  .c_faqAnchorList li a:hover {
    background-color: #EFF4F3;
  }
}
.c_faqTitle:not(:first-child) {
  margin-top: 45px;
}
.c_faqTitle + div:not(:first-child) {
  margin-top: 35px;
}
.c_faqTitle {
  font-size: 1.75rem;
  font-weight: bold;
  color: #2F2F2F;
}
.c_faqTitle h2 {
  font-size: inherit;
  font-weight: inherit;
}
.c_faqAcc:not(:first-child) {
  margin-top: 10px;
}
.c_faqAcc a[target='_blank']::after,
.c_faqAcc a.pbOpenNewWindow::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/library/images/icon/icon_newwindow.svg) no-repeat center center / contain;
  margin: 0 8px;
  position: relative;
  top: 2px;
}
.c_faqAcc .trigger,
.c_faqAcc .content {
  position: relative;
  overflow-wrap: anywhere;
}
.c_faqAcc .trigger > div,
.c_faqAcc .content > div {
  padding: 20px 52px 20px 58px;
}
.c_faqAcc .trigger p,
.c_faqAcc .content p {
  font-size: inherit;
}
.c_faqAcc .trigger::before,
.c_faqAcc .trigger::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #49795E;
  transition: all .3s;
}
.c_faqAcc .trigger::after {
  transform: rotate(90deg);
}
.c_faqAcc.active .trigger::after {
  transform: rotate(360deg);
}
.c_faqAcc .num {
  position: absolute;
  left: 18px;
  color: #49795E;
  font-weight: bold;
  font-size: 1rem;
}
.c_faqAcc .trigger > div {
  background: #F6F6F6;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  font-weight: bold;
  transition: .2s all;
  cursor: pointer;
}
@media (hover) {
  .c_faqAcc .trigger > div:hover {
    background: #EFF4F3;
    border-color: #97B7A6;
  }
}
.c_faqAcc .content > div {
  padding-bottom: 30px;
  font-size: .875rem;
}
.c_faqBox:not(:first-child) {
  margin-top: 60px;
}
.c_faqBox > div {
  padding: 20px 15px;
  border: 2px solid #D8D8D8;
}
.c_faqTable:not(:first-child) {
  margin-top: 20px;
}
.c_faqTable table {
  width: 100%;
  border: none;
}
.c_faqTable table th,
.c_faqTable table td {
  padding: 15px 30px;
  background: #fff;
  border: none;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.c_faqTable table th {
  background: rgb(244,244,244);
}

@media screen and (max-width: 768px) {
  .contentsWrapper:has(.c_faqAnchorList):not(.pb-layout) .pbAnchor a {
    padding-top: 60px;
    margin-top: -60px;
  }
  .c_faqAnchorList ul {
    flex-wrap: wrap;
    gap: 5px;
    font-size: .6875rem;
  }
  .c_faqAnchorList li {
    flex: none;
    width: calc(33% - 5px + (5px / 3));
  }
  .c_faqAnchorList li a {
    height: calc(2em * 1.6 + 27px);
    padding: 8px 5px 22px 5px;
    border-width: 1px;
    border-radius: 6px;
  }
  .c_faqAnchorList li a::before,
  .c_faqAnchorList li a::after {
    top: auto;
    right: 0;
    left: 0;
  }
  .c_faqAnchorList li a::before {
    width: 13px;
    height: 13px;
    bottom: 4px;
  }
  .c_faqAnchorList li a::after {
    width: 5px;
    height: 5px;
    border-width: 2px;
    bottom: 9px;
  }
  .c_faqTitle:not(:first-child) {
    margin-top: 30px;
  }
  .c_faqTitle + div:not(:first-child) {
    margin-top: 20px;
  }
  .c_faqTitle {
    font-size: 1.375rem;
  }
  .c_faqAcc:not(:first-child) {
    margin-top: 7px;
  }
  .c_faqAcc {
    font-size: .875rem;
  }
  .c_faqAcc .trigger {
    display: flex;
    align-items: center;
    min-height: calc(2em* 1.6 + 24px);
    padding: 15px 40px 15px 48px;
    background: #F6F6F6;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
  }
  .c_faqAcc .trigger::before,
  .c_faqAcc .trigger::after {
    right: 15px;
  }
  .c_faqAcc .trigger > div {
    padding: 0;
    border: none;
  }
  .c_faqAcc .content > div {
    padding: 15px 0 15px 48px;
  }
  .c_faqAcc .num {
    margin-top: -2px;
    left: 10px;
  }
  .c_faqBox > div {
    padding: 15px;
  }
  .c_faqTable:not(:first-child) {
    margin-top: 10px;
  }
  .c_faqTable table,
  .c_faqTable thead,
  .c_faqTable tbody,
  .c_faqTable tr,
  .c_faqTable th,
  .c_faqTable td {
    display: block;
    width: 100%!important;
    height: auto!important;
  }
  .c_faqTable table th,
  .c_faqTable table td {
    padding: 10px 15px;
    font-size: .875rem;
  }
}