@charset "UTF-8";
/*----------------------------------------------
  用語一覧
/*----------------------------------------------*/
#qa {
  padding-bottom: 6rem;
}
@media screen and (min-width: 960px) {
  #qa {
    padding-bottom: 120px;
  }
}
#qa .qa_head {
  padding: 1.2rem 0 3.5rem;
}
@media screen and (min-width: 960px) {
  #qa .qa_head {
    padding: 26px 0 46px;
  }
}
#qa .qa_ttl {
  margin: 0 0 3.25rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #qa .qa_ttl {
    margin-bottom: 30px;
  }
}
#qa .qa_txt {
  line-height: 1.7;
  text-align: left;
  width: 30rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 960px) {
  #qa .qa_txt {
    text-align: center;
    width: 100%;
    line-height: 2.14;
  }
}
#qa .qa_box {
  width: 30.5rem;
  padding-top: 2rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  #qa .qa_box {
    width: 860px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  #qa .qa_box {
    width: 860px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#qa .qa_boxTtl {
  border-bottom: 1px solid #eee;
  padding: 0 0 0 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  #qa .qa_boxTtl {
    margin-bottom: 10px;
    padding: 0 20px 10px;
  }
}
#qa .qa_boxTxt {
  padding: 0;
}
@media screen and (min-width: 960px) {
  #qa .qa_boxTxt {
    padding: 0 20px;
  }
}
#qa .qa_boxTxt2  {
             display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 1rem;
           padding: 0 20px;

            list-style-type: none;
}
@media screen and (min-width: 960px) {
  #qa .qa_boxTxt2 {
               display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 1rem;
           padding: 0 20px;

            list-style-type: none;

  }
}

#qa .qa_boxBtn {
  height: 4.5rem;
  width: 20rem;
  margin: 5.5rem auto 0;
  display: flex;
  border: 1px solid #616161;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #qa .qa_boxBtn {
    height: 50px;
    width: 240px;
    margin: 100px auto 0;
  }
}
#qa .qa_boxBtn::before {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(225deg);
}
#qa .qa_navWrap {
  margin-top: 4.25rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: none;
}
@media screen and (min-width: 960px) {
  #qa .qa_navWrap {
    margin-top: 50px;
    margin-bottom: 85px;
  }
}
#qa .qa_navWrap .qa_nav {
  display: flex;
  justify-content: center;
}
#qa .qa_navWrap .qa_nav a {
  border: 1px solid #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: none;
  padding-bottom: 10px;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #616161;
  width: 6.9rem;
  height: 4.75rem;
}
@media screen and (min-width: 960px) {
  #qa .qa_navWrap .qa_nav a {
    width: 100px;
    height: 60px;
    font-size: 16px;
  }
}
#qa .qa_navWrap .qa_nav a:hover {
  background-color: #616161;
  color: #fff;
}
#qa .qa_navWrap .qa_nav a:hover::before {
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
#qa .qa_navWrap .qa_nav a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 75%;
  right: 50%;
  border-top: 0.1rem solid #616161;
  border-right: 0.1rem solid #616161;
  transform: translateX(50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 960px) {
  #qa .qa_navWrap .qa_nav a::before {
    width: 6px;
    height: 6px;
    top: 75%;
    border-top: 1px solid #616161;
    border-right: 1px solid #616161;
  }
}
#qa .qa_navWrap .qa_nav.bottom a {
  border-top: none;
}
@media screen and (min-width: 960px) {
  #qa .qa_navWrap .qa_nav.bottom a {
    border-top: 1px solid #616161;
  }
}
#qa .qa_navWrap .qa_nav.bottom a:last-of-type {
  border-right: 1px solid #616161;
}
@media screen and (min-width: 960px) {
  #qa .qa_navWrap .qa_nav.bottom a:last-of-type {
    border-right: 1px solid #616161;
  }
}
#qa .qa_navWrap .qa_nav.bottom:first-of-type {
  border-left: none;
}
#qa .qa_navWrap .qa_nav.top a:last-child {
  border-right: 1px solid #616161;
}
@media screen and (min-width: 960px) {
  #qa .qa_navWrap .qa_nav.top a:last-child {
    border-right: none;
  }
}
#qa .section_index_ {
  margin-left: auto;
  margin-right: auto;
  width: 30rem;
  margin-bottom: 4rem;
}
#qa .section_index_:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  #qa .section_index_ {
    width: 860px;
    margin-bottom: 85px;
  }
}
#qa .section_index_ .common_headline2_ {
  font-size: 1.7rem;
}
@media screen and (min-width: 960px) {
  #qa .section_index_ .common_headline2_ {
    font-size: 24px;
  }
}
#qa .section_index_ h2 {
  font-size: 1.7rem;
  margin-bottom: 2.75rem;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #qa .section_index_ h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
#qa .section_index_ .index_list_ a {
  padding-right: 4rem;
  display: block;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
@media screen and (min-width: 960px) {
  #qa .section_index_ .index_list_ a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    margin-bottom: 35px;
    padding-bottom: 12px;
  }
}
#qa .section_index_ .index_list_ a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 5%;
  border-top: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 960px) {
  #qa .section_index_ .index_list_ a::before {
    width: 6px;
    height: 6px;
    right: 20px;
    top: 50%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}
#qa.qa_details .qa_head {
  padding-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  #qa.qa_details .qa_head {
    padding-bottom: 56px;
  }
}
#qa.qa_details .qa_ttl {
  margin-bottom: 0;
}
#qa .question-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#qa .question-container img {
  margin-right: 5px;
  margin-left: 3px;
}

#qa .question-container .qa_boxTxt {
  margin: 0;
  padding: 0;
}
#qa .ans_boxTxt {
  margin-left: 40px;
}
@media screen and (min-width: 960px) {
  #qa .question-container {
    padding: 0 20px;
  }
  #qa .question-container .qa_boxTxt {
    padding: 0;
  }
  #qa .ans_boxTxt {
    margin-left: 20px;
  }

}
#qa .block_wrapper_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#qa .block_sitemap_ {
    flex: 1 1 calc(50% - 1rem);
    box-sizing: border-box;
    margin-bottom: 1rem;
}

@media (max-width: 960px) {
  #qa .block_sitemap_ {
            flex: 0 1 48%;
    }
}

@media (min-width: 960px) {
#qa  .block_sitemap_ {
             flex: 0 1 48%;
}
}
#qa .qa_boxTxt ul li {
    list-style: disc;
    margin-left: 2rem;
}

#qa .qa_boxTxt ol li {
    list-style: decimal;
}

#qa .bottom_link {
    width: 25rem;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    margin-left: 1rem;
}
@media (min-width: 960px) {
#qa  .bottom_link {
    width:860px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    padding-top: 10px;
}

#qa .bottom_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: disc;
    padding: 0;
    margin: 0;
   
}

#qa .bottom_link ul li {
    float: left;
    width: 188px;
    flex: 1 1 calc(30% - 1rem);
    box-sizing: border-box;
    margin-bottom: 1rem;
    align-items: center;
}


