@charset "utf-8";

.bg_circle_left::before {background: url(../img/common/bg_circle03.png) no-repeat; z-index: initial; top: -70px;}
.bg_circle_right::before {background: url(../img/common/bg_circle04.png) no-repeat; z-index: initial; bottom: -80px;}

.intro {
  margin: -10px 0 60px;
}
.intro p {
  font-size: 19px;
}
.cate_btns {
  margin-top: 44px;
}
.cate_btns li {
  width: 24.1%;
  max-width: 270px;
}
.cate_btns li a {
  font-size: 17px;
  font-weight: bold;
  color: var(--site-primary);
  background: #fff;
  display: block;
  text-align: center;
  border: 2px solid var(--site-primary);
  border-radius: 100px;
  padding: 19px 0 21px;
  position: relative;
  transition: 0.2s;
}
.cate_btns li a::after {
  content: '';
  background: url(../img/common/icon_arrow_right_green.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -6px;
  transform: rotate(90deg);
  transition: 0.2s;
}
.cate_btns li a:hover {
  background: var(--site-primary);
  color: #fff;
}
.cate_btns li a:hover::after {
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat;
  background-size: contain;
}
.faq_box {
  padding-top: 84px;
  margin: -84px 0 60px;
  position: relative;
}
#part4.faq_box {
  margin-bottom: 0;
}
#faq_content h3 {
  font-size: 32px;
  color: #fff;
  padding: 9px 0 11px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#faq_content dl {
  padding: 47px 50px 47px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
#faq_content dl:nth-last-of-type(1) {
  margin-bottom: 0;
}
#faq_content dt {
  font-size: 22px;
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-secondary);
  padding: 0 0 18px 47px;
  position: relative;
}
#faq_content dt::before {
  content: '';
  background: url(../img/common/icon_qa_q.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}
#faq_content dd {
  line-height: 1.75;
  padding: 0 0 0 47px;
  margin-top: 16px;
  position: relative;
}
#faq_content dd::before {
  content: '';
  background: url(../img/common/icon_qa_a.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 2px;
}
#faq_content .btn {
  max-width: 280px;
  margin: 0 0 6px auto;
}
#faq_content .btn.wide {
  max-width: 350px;
}
#faq_content .btn a {
  font-size: 18px;
  padding: 8px 0 10px;
}
#faq_content .btn a::after {
  right: 22px;
}
#faq_content .annotation_txt {
  margin: 10px 0 24px;
  padding: 0;
  text-indent: 0;
}
#part1.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: initial;
  top: 100px;
} 
#part2.bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  z-index: initial;
  top: 5px;
} 
#part3.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: initial;
  top: 5px;
} 
#part4.bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  z-index: initial;
  top: 5px;
} 
@media only screen and (max-width: 1024px) {
  .cate_btns li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .intro {
    margin-bottom: 50px;
  }
  .intro p {
    font-size: 15px;
  }
  .cate_btns {
    justify-content: center;
    gap: 20px;
  }
  .cate_btns li {
    width: 48%;
    max-width: initial;
  }
  .cate_btns li a {
    padding: 15px 0;
  }
  #faq_content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #faq_content dl {
    padding: 4vw 4vw;
  }
  #faq_content dt::before {
    width: 26px;
  }
  #faq_content dt {
    font-size: 18px;
  }
  #faq_content dd {
    padding: 0 0 0 47px;
  }
  #faq_content dd::before {
    width: 26px;
  }
  #faq_content .btn {
    margin-top: 15px;
  }
  #faq_content .btn a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .bg_circle_left::before, .bg_circle_right::before {content: none;}
  .intro {
    margin: -5px 0 40px;
  }
  .cate_btns {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
    margin-top: 24px;
  }
  .cate_btns li {
    width: 76vw;
    
  }
  .cate_btns li a {
    font-size: 17px;
    padding: 9px 0 11px;
  }
  .faq_box {
    padding-top: 60px;
    margin: -60px 0 35px;
  }
  #faq_content h3 {
    font-size: 23px;
    margin: 0 -5.3vw 20px;
    border-radius: 0;
  }
  #faq_content dl {
    padding: 20px 25px;
    margin-bottom: 15px;
  }
  #faq_content dt::before {
    width: 21px;
  }
  #faq_content dt {
    font-size: 17px;
    padding: 0 0 13px 33px;
  }
  #faq_content dd {
    padding: 0 0 0 0;
    line-height: 1.75;
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 12px;
  }
  #faq_content dd::before {
    position: relative;
    width: 21px;
    top: 5px;
    grid-column: 1;
    grid-row: 1;
  }
  #faq_content dd span {
    grid-column: 2;
    grid-row: 1;
  }
  
  #faq_content .btn {
    margin: 20px 0 10px;
    max-width: initial;
    grid-column: 1 / -1;
    grid-row: 2;
  }
  #faq_content .btn a {
    font-size: 17px;
  }
  #faq_content .btn.wide a {
    font-size: 15px;
  }
  #faq_content .btn a::after {
    top: 50%;
    right: 16px;
  }
  #faq_content .annotation_txt {
    margin: 5px 0 0;
  }
}