a {
  text-decoration: none;
}

#wrap {
  margin: 0;
  width: auto;
  height: a;
}

.section {
  background-color: #F8F9F9;
}

.section_wrap {
  max-width: 1100px;
  margin: auto;
  padding: 100px 40px;
}

.faq_list {
  max-width: 1100px;
}

dl:not(:last-child) {
  margin-bottom: 20px;
}

.faq_item {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

.faq_item dd {
  display: none;
}

.faq_questiontext {
  font-weight: bold;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.faq_question {
  font-size: 20px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.faq_question:before {
  top:-4px;
  font-size: 32px;
  font-weight: 500;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: .75px;
  text-align: left;
  content: "Q";
  color: #8190A2;
  display: inline-block;
  position: relative;
  font-family: 'Roboto';
}

.faq_icon {
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-left: auto;
  position: relative;
}

.faq_icon::before {
  content: '';
  width: 100%;
  height: 3px;
  display: inline-block;
  background: #F39800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.faq_icon::after {
  content: '';
  width: 3px;
  height: 100%;
  display: inline-block;
  background: #F39800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.faq_icon.open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_answer {
  position: relative;
  margin-inline-start: 0px;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
}

.faq_answer_inner {
  display: flex;
  align-items: flex-start;
}

.faq_answer_inner p {
  padding: 0px 50px 0 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.faq_answer_inner:before {
  font-size: 32px;
  font-weight: 500;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: .75px;
  text-align: left;
  content: "A";
  color: #F39800;
  display: inline-block;
  position: relative;
  font-family: 'Roboto';
  top: -4px; 
}

.tex_deco {
  border-bottom: solid 1px #000000;
}

@media screen and (max-width:1023px) {
  .section {
    padding: 0 20px;
  }

  .faq_item {
    padding: 15px;
  }

  .section_wrap {
    padding: 60px 0px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }
}


@media screen and (max-width:767px) {
  .faq_answer {
    font-size: 1.6rem;
  }
  
  
  .faq_questiontext {
  font-size: 1.8rem;
}

}

@media screen and (min-width: 430px){
  .br-sp {display: none; }
  }