
  .content-qanda {
    /* margin-top: 5rem; */
    margin: 5rem 0 0;
    padding: 0 3rem;
  }

content-qanda .categories {
  width: 100%;
  margin: 5rem auto 0;
  padding: 0 1rem;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-qanda .categories .category-wrap {
  margin: 0.5rem;
}
.content-qanda .categories .category {
  background: #fff;
  border-radius: 5px;
}
.content-qanda .categories .category.active {
  background: #000;
}
.content-qanda .categories .category.active a {
  color: #fff;
}
.content-qanda .categories .category a {
  font-family: Noto Sans Japanese, sans-serif;
  display: block;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  padding: 0.5em 1.2em;
}
.content-qanda .qandas {
  margin-top: 5rem;
}
.content-qanda .qandas .qanda-wrap {
  border-top: 1px solid #fff;
}
.content-qanda .qandas .answer,
.content-qanda .qandas .question {
  width: 100%;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.44444;
  text-align: left;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-qanda .qandas .question {
  background: #f4f4f4;
}
.content-qanda .qandas .answer-wrap {
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  display: none;
  width: 100%;
}
.content-qanda .qandas .answer-wrap span {
  word-break: break-word;
  width: 80%;
}
.content-qanda .qandas .answer a {
  color: #2a138d;
}
.content-qanda .qandas i {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.80503%;
  margin-right: 1rem;
}

#page01 {
  margin-top: 5rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.content-ajenda {
  background: #f4f4f4;
  padding: 2.5rem 3rem 3rem;
  margin-top: 20px;
}
.content-preparation {
  margin-top: 5rem
}
.content-preparation article {
  text-align: left;
  padding: 0 3rem;
}
.content-preparation article h4{
  margin-top: 20px;
}
.content-preparation article p{
  margin-top: 10px;
}
.secTtl {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.secTtl2 {
  font-size: 18px;
  margin: 0 auto 3rem;
  text-align: center;
}
.secTtl span {
  display: inline-block;
  margin-left: 1em;
  font-size: 17px;
  font-weight: bold;
  color: #2d41c1;
}
.ancBtn {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0;
}
.ancBtn li {
  /* border-bottom: 1px solid  #000000; */
  /* margin: 2rem auto 0px; */
  /* margin-top: 2rem; */
  flex: 1 0 0%;
  font-weight: bold;
  text-align: center;
}
.ancBtn li a {
  border-bottom: 1px solid  #000000;
}
#page01 h3 q {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 10%;
  font-size: 17px;
  font-weight: bolder;
  padding: 3px 0;
  border-right: 5px solid #ee6514;
}
#page01 h3 b {
  display: inline-block;
  color: #ee6514;
  text-align: center;
  width: calc(90% - 5px);
  font-size: 16px;
  font-weight: bolder;
}
#page01 article p {
  padding: 0 0;
  font-size: 14px;
}
#page01 article p .orange {
  color: #ff5500;
}
#page01 article p a {
  color: #0740a0;
}

/* PIT */
.btn_list,
.text_list  {
  margin-bottom: 2rem;
}
.btn_lis,
.text_list  li {
  margin: 1rem 0 1rem;
  flex: 0 0 15%;
  text-align: center;
}
.btn_list li .btn_link {
  border: none!important;
  background: none!important;
}
.text_list  li .text_link {
  font-size: 1rem;
  font-weight: normal!important;
  color: #00bfff!important;
  border-bottom: #00bfff solid 1px;
  background: none!important;
}
#pit201912 #pitOverview .pitlead .txt,
.pitModal #pitOverview .pitlead .txt {
  width: 100%!important;
}
#pit201912 img,
#pit201912 iframe,
.pitModal img,
.pitModal iframe{
  opacity: 1!important;
}

@media screen and (min-width: 1024px) {
  .content-ajenda {
    margin: 10rem auto 0px;
    padding: 2.5rem 0 3rem;
    width: 1000px;
  }

  .content-preparation {
    margin: 80px auto 0px;
    width: 1000px;
  }

  .content-qanda .qandas {
    margin: 0px auto;
    width: 1000px;
  }

  .content-qanda {
    padding: 0px;
    /* margin-top: 8rem; */
    margin: 8rem auto 0;
  }
  .content-qanda .categories {
    width: 850px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .content-qanda .categories .category {
    width: 195px;
  }
  .content-qanda .qandas {
    margin: 0px auto;
    width: 1000px;
  }
  .content-qanda .qandas .answer,
  .content-qanda .qandas .question {
    padding: 20px 25px;
  }
  .content-qanda .qandas i {
    width: 28px;
    margin-right: 28px;
  }
  .ancBtn {
    display: -webkit-flex;
    display: flex;
  }

  .btn_list,
  .text_list  {
    margin-bottom: 1rem!important;
  }

  .btn_list li {
    margin: 2rem 0 2rem!important;
    flex: 0 0 22%;
    text-align: center;
  }

  .text_list li {
    margin: 2rem 0 2rem!important;
    flex: 0 0 15%;
    text-align: center;
  }

  /* PIT */
  .btn_list,
  .text_list {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  div .logoAreaBox .logoArea {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  #sub-header .sub-header1 .links {
    z-index: 10000 !important;
  }
}

/*  ------ 20220308  車検TOP修正 ------ */

.syaken-pg #page01{
  margin-bottom: 0;
}

.basic-knowledge{
margin: 80px 0 40px;
width: 100%;
}

.basic-knowledge .secTtl,.qanda-oil .secTtl{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.basic-knowledge .ancBtn{
  width: 605px;
  background: #f4f4f4;
  padding: 15px 40px 12px;
  margin: 0 auto;
  margin-top: 26px;
}

.syaken-pg .content-qanda{
  margin: 0;
}

.content-qanda .secTtl2{
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.content-qanda-title.-syaken{
 text-align: left;
 font-size: 18px;
 color: #fff;
 font-weight: 600;
 background: #000;
 padding: 13px 0 13px 22px;
}


.content-preparation .secTtl2{
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.content-preparation article p{
  margin-top: 2px;
}

.other-preparations-block{
  margin-top: 32px;
}

.h3-title_md{
font-size: 20px;
font-weight: 600;
}

.h4-title_sm{
font-size: 14px;
font-weight: 600;
}

#page01 article p a{
  text-decoration: underline;
  color: #111;
}

.qanda-oil .secTtl{
  margin-bottom: 24px;
}

@media (max-width: 767px){
  #price-time{
    margin-top: 5rem;
  }

  .basic-knowledge{
    width: 100%;
    margin-top: 40px;
  }

  .basic-knowledge .ancBtn{
    width: 88%;
    padding:16px;
    margin-top: 15px;
  }

  .basic-knowledge .ancBtn li{
    text-align: left;
  }

  .basic-knowledge .ancBtn li:last-child{
    padding-top: 16px;
  }

  .basic-knowledge .secTtl,.qanda-oil .secTtl{
    font-size: 26px;
  }

  .content-qanda .secTtl2{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .content-preparation .secTtl2{
    font-size: 22px;
  }

  .content-preparation article h4{
    margin-top: 16px;
  }

  .content-qanda .qandas{
    margin-top: 10px;
  }

  .content-qanda-title.-syaken{
    font-size: 16px;
    padding: 10px 0 10px 18px;
  }

  .h3-title_md{
    font-size: 16px;
  }

}