.fz24 {
  font-size: 24px;
}
.cl-blue {
  color: #52a18c;
}
.anchor-links {
  padding: 25px;
  list-style: none;
  position: relative;
  z-index: 1;
}
.anchor-links:before {
  content: "";
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.anchor-links .elementor-icon-list-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor-links .elementor-icon-list-items li {
  border-left: 1px solid #efefef;
  position: relative;
}
.anchor-links .elementor-icon-list-items li:after {
  content: "";
  width: 1px;
  background: #efefef;
  position: absolute;
  right: -1px !important;
  left: auto !important;
  top: 0;
  bottom: 0;
}
.anchor-links .elementor-icon-list-items li a {
  display: block;
  color: #193557;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 21px;
  padding: 10px 40px;
}
.anchor-links .elementor-icon-list-items li a:after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("../img/top/icon_down.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 7px;
}
.anchor-links .elementor-icon-list-items li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 980px) {
  .anchor-links .elementor-icon-list-items li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-links {
    padding: 25px 0;
  }
  .anchor-links .elementor-icon-list-items {
    display: block;
  }
  .anchor-links .elementor-icon-list-items li {
    padding: 10px;
    border-left: none;
  }
  .anchor-links .elementor-icon-list-items li:after {
    display: none !important;
  }
  .page-id-1237 .anchor-links .elementor-icon-list-items li a,
  .anchor-links .elementor-icon-list-items li a {
    padding: 0;
  }
}
.faq-block dl {
  margin-bottom: 20px;
}
.faq-block dl dt {
  background: #f2f6fc;
  color: #52a18c;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 40px;
  padding: 30px 87px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}
.faq-block dl dt:hover {
  opacity: 0.8;
}
.faq-block dl dt:before {
  content: "";
  width: 34px;
  height: 1px;
  background: #52a18c;
  position: absolute;
  right: 40px;
  top: 50%;
}
.faq-block dl dt:after {
  content: "";
  width: 1px;
  height: 34px;
  background: #52a18c;
  position: absolute;
  right: 57px;
  top: calc(50% - 17px);
  transition: 0.3s all ease;
}
.faq-block dl dt span {
  display: block;
  width: 50px;
  height: 50px;
  background: #52a18c;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 48px;
  letter-spacing: 0;
  position: absolute;
  top: 25px;
  left: 27px;
}
.faq-block dl dd {
  padding: 27px 74px 50px 105px;
  position: relative;
  display: none;
}
.faq-block dl dd p:not(:last-child) {
  margin-bottom: 30px;
}
.faq-block dl dd span {
  display: block;
  width: 50px;
  height: 50px;
  background: #f2f6fc;
  border-radius: 50%;
  color: #52a18c;
  text-align: center;
  font-size: 21px;
  line-height: 48px;
  letter-spacing: 0;
  position: absolute;
  top: 35px;
  left: 25px;
}
.faq-block dl.open dt:after {
  transform: rotate(90deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .faq-block dl dt {
    padding: 20px 38px 20px 55px;
    font-size: 18px;
    line-height: 26px;
  }
  .faq-block dl dd span,
  .faq-block dl dt span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    left: 15px;
  }
  .faq-block dl dd span {
    top: 28px;
  }
  .faq-block dl dt:before {
    width: 20px;
    right: 10px;
  }
  .faq-block dl dt:after {
    height: 20px;
    right: 19px;
    top: calc(50% - 10px);
  }
  .faq-block dl dd {
    padding: 20px 0px 20px 55px;
  }
}
.a3 {
  position: relative;
  padding: 87px 0 100px;
}
.a3::before {
  content: "";
  background: #fcf9eb;
  position: absolute;
  top: 0;
  right: calc(-50vw + 50%);
  bottom: 0;
  left: calc(-50vw + 50%);
}
.a3 h2 {
  margin-bottom: 36px;
}
.a3 .item {
  background: #fff;
  padding: 57px 60px 75px;
  position: relative;
}
.a3 .item::before {
  content: "";
  background: url(../img/a3_line.png) repeat-y left top/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 9px;
}
.a3 .item:not(:last-child) {
  margin-bottom: 60px;
}
.a3 .item h3 {
  font-size: 28px;
  line-height: 43px;
  letter-spacing: 0.25em;
  color: #52a18c;
  font-weight: 400;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.a3 .item ul li {
  color: #000;
  line-height: 40px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 13px;
}
.a3 .item ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.a3 .item2 {
  background: #f5f2e3;
}
.table_a th,
.table_a td {
  border: 1px solid #ccc;
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
}
.table_a th {
  font-weight: 700;
  width: 50px;
padding: 0 20px;
      position: relative;
    height: 120px;
}
  .table_a th span{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
white-space: nowrap;
  }
.table_a th small{
      font-weight: 700;
      font-size: 16px;
        cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}
.table_a th span{
cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;

    
}

.table_a thead td {
  font-weight: 700;
}
.table_a tbody tr:nth-child(-n + 2) td {
  text-align: left;
}
.style1 {
  background: #f8fdf5;
  padding: 45px 50px 50px;
}
.style1 h3 {
  font-size: 28px;
  letter-spacing: 0.25em;
  line-height: 40px;
  font-weight: 400;
  color: #322f26;
  margin-bottom: 15px;
}
.style1 table tbody tr th,
.style1 table tbody tr td {
  text-align: left;
  border-bottom: 2px solid #d8d8d8;
  padding: 13px 0;
  vertical-align: top;
}
.style1 table tbody tr th {
  width: 8%;
  color: #52a18c;
}
.style1 table tbody tr td {
  color: #353537;
}
@media screen and (max-width: 767px) {
  .a3 .item {
    padding: 30px 25px;
  }
  .table_a_scroll {
    overflow-x: scroll;
  }
  .table_a_scroll .table_a{
    width: 1080px;
  }
  .style1 {
    padding: 35px 15px;
  }
  .style1 h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .style1 table tbody tr th {
    width: 23%;
  }
  .anchor-links .elementor-icon-list-items li a {
    font-size: 14px;
  }
  .anchor-links {
    margin: 0 -10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .table_a_scroll {
    overflow-x: scroll;
  }

}
