/* Scss Document */
@media (min-width: 1000px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px; } }
@media (max-width: 999px) {
  html {
    scroll-padding-top: 80px; } }

/* 
 ---------------------------------------
faq01
 ---------------------------------------
 */
#faq01 {
  padding: 120px 0 100px; }
  @media (max-width: 999px) {
    #faq01 {
      padding: 50px 0 60px; } }

#faq01 .txt {
  text-align: center;
  padding-bottom: 60px;
  font-size: 16px; }
  @media (min-width: 1000px) {
    #faq01 .txt {
      line-height: 2; } }
  @media (max-width: 999px) {
    #faq01 .txt {
      font-size: 16px;
      padding-bottom: 40px;
      text-align: left; } }

#faq01 .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  justify-content: center; }
  @media (max-width: 999px) {
    #faq01 .btns {
      flex-wrap: wrap; } }

#faq01 .btns .btn {
  width: calc(25% - 2px);
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
  position: relative;
  padding: 30px 0;
  font-size: 18px; }
  @media screen and (max-width: 1200px) and (min-width: 1000px) {
    #faq01 .btns .btn {
      font-size: 16px; } }
  @media (max-width: 999px) {
    #faq01 .btns .btn {
      width: calc(46% - 2px);
      font-size: 14px;
      border-bottom: inherit;
      padding: 20px 0 20px 4%;
      text-align: left; } }

@media (max-width: 999px) {
  #faq01 .btns .btn:nth-child(2n) {
    border-right: 1px solid #c8c8c8; } }

@media (max-width: 999px) {
  #faq01 .btns .btn:nth-child(n+3) {
    border-bottom: 1px solid #c8c8c8; } }

#faq01 .btns .btn:last-child {
  border-right: 1px solid #c8c8c8; }

@media (min-width: 1000px) {
  #faq01 .btns .btn:hover {
    border: 1px solid #0158a8;
    color: #0158a8;
    opacity: 1; } }

#faq01 .btns .btn .fa-solid {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 1200px) and (min-width: 1000px) {
    #faq01 .btns .btn .fa-solid {
      right: 7px; } }
  @media (max-width: 999px) {
    #faq01 .btns .btn .fa-solid {
      right: 10px; } }

/* 
 ---------------------------------------
faq02
 ---------------------------------------
 */
#faq02 {
  margin-bottom: 160px; }
  @media (max-width: 999px) {
    #faq02 {
      margin-bottom: 0; } }

#faq02 .boxs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px; }
  @media (max-width: 999px) {
    #faq02 .boxs {
      flex-direction: column;
      margin-bottom: 60px; } }

#faq02 .boxs .ttl {
  width: 28%;
  font-weight: bold;
  font-size: 30px; }
  @media (max-width: 999px) {
    #faq02 .boxs .ttl {
      width: 100%;
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px; } }

#faq02 .boxs .boxR {
  width: 72%; }
  @media (max-width: 999px) {
    #faq02 .boxs .boxR {
      width: 100%; } }

#faq02 .boxR li {
  padding: 30px 60px 14px 20px;
  border-top: 1px solid #c8c8c8; }
  @media (max-width: 999px) {
    #faq02 .boxR li {
      padding: 20px 40px 0px 10px; } }

#faq02 .boxR li:last-child {
  border-bottom: 1px solid #c8c8c8; }

#faq02 .boxR .title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px; }
  @media (max-width: 999px) {
    #faq02 .boxR .title {
      font-size: 15px; } }

#faq02 .boxR .title .NR {
  font-weight: bold;
  font-size: 20px;
  line-height: normal; }
  @media (max-width: 999px) {
    #faq02 .boxR .title .NR {
      font-size: 18px; } }

#faq02 .boxR .title:hover {
  cursor: pointer; }

#faq02 .boxR .title span {
  font-size: 36px;
  margin-right: 20px;
  font-family: 'SpaceGrotesk-Regular'; }
  @media (max-width: 999px) {
    #faq02 .boxR .title span {
      font-size: 28px; } }

#faq02 .boxR .title .fa-solid {
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #faq02 .boxR .title .fa-solid {
      right: -20px; } }

#faq02 .boxR .title:hover .fa-solid {
  color: #0158a8; }

#faq02 .boxR .title.open .fa-plus {
  display: none; }

#faq02 .boxR .NR {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 18px; }
  @media (max-width: 999px) {
    #faq02 .boxR .NR {
      font-size: 14px; } }

#faq02 .boxR .NR .A {
  font-size: 36px;
  padding-right: 20px;
  color: #7f7f7f;
  font-family: 'SpaceGrotesk-Regular';
  font-weight: bold; }
  @media (max-width: 999px) {
    #faq02 .boxR .NR .A {
      font-size: 28px; } }

#faq02 .boxR .NR .txtBox a {
  color: #0158a8;
  text-decoration: underline; }

#faq02 .boxR .box {
  display: none;
  font-size: 18px;
  line-height: normal; }
  @media (max-width: 999px) {
    #faq02 .boxR .box {
      font-size: 16px;
      padding-bottom: 20px; } }
