@charset "utf-8";
/*暫定設定*/
.anc_link_list {
  justify-content: center!important;
}
@media screen and (max-width: 767px) {
  .anc_link_list {
    justify-content: flex-start!important;
  }
}

#intro .wrap {
  padding-bottom: 100px;
}
#intro .main_title {
  margin-bottom: 20px!important;
}
#intro .lead_txt {
  margin-bottom: 60px;
}
.anc_link_list {
  justify-content: flex-start;
  gap: 30px 40px;
}
.anc_link_list a {
  max-width: none;
  width: calc((100% - 40px*3)/4);
  padding-bottom: 20px;
}
.anc_link_list a:before,
.anc_link_list a:after {
  top: calc(50% - 10px);
}
#faq_list {
  background: #fff url(../p_common/images/bgi_contents.png) no-repeat center top / cover;
}
#faq_list .wrap {
  padding: 100px 0;
}
#faq_list .faq_cts {
  background: #fff;
  padding: 50px 20px 60px;
}
#faq_list .faq_cts:not(:last-of-type) {
  margin-bottom: 60px;
}
#faq_link {
  background: #fff;
}
#faq_link .wrap {
  padding: 100px 0;
}
#faq_link .anc_link_list a:after {
  transform: translate(50%, -50%) rotate(0deg);
}

/*詳細ページ*/
#faq_post .wrap {
  padding-bottom: 0;
}
#faq_post .faq_list_wrap .faq_box {
  display: flex!important;
  padding: 15px 30px 15px 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
#faq_post .faq_list_wrap .faq_box .ttl {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 400;
  width: 50px;
  margin: -5px 0 auto;
}
#faq_post .faq_list_wrap .faq_box .txt {
  width: calc(100% - 20px - 50px);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}
#faq_post .faq_list_wrap .faq_box:last-of-type {
  border-bottom: none;
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .anc_link_list {
    gap: 15px;
  }
  .anc_link_list a {
    width: calc((100% - 15px) / 2);
    padding-bottom: 10px;
  }
  .anc_link_list a:before,
  .anc_link_list a:after {
    top: calc(50% - 5px);
  }
  #intro .wrap {
    padding-bottom: 50px;
  }
  #intro .main_title {
    margin-bottom: 10px !important;
  }
  #intro .lead_txt {
    margin-bottom: 30px;
  }
  #faq_list .wrap {
    padding: 50px 0;
  }
  #faq_list .faq_cts:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #faq_list .faq_cts {
    padding: 30px 20px 35px;
  }
  #faq_link .wrap {
    padding: 50px 0;
  }

  #faq_post .faq_list_wrap .faq_box {
    padding: 10px;
    gap: 0 12px;
  }
  #faq_post .faq_list_wrap .faq_box .ttl {
    font-size: 21px;
    width: 35px;
  }
  #faq_post .faq_list_wrap .faq_box .txt {
    font-size: 12px;
    width: calc(100% - 12px - 35px);
  }
  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}