@charset "UTF-8";

/* ▼▼▼ よくある質問
=====================================*/
#faq_area{
  padding: 0 0 50px;
}
.faq_list{
  padding: 0;
  border: #000 1px solid;
}
.faq_list:not(:last-child){
  margin-bottom: 30px;
}
.faq_list dt,
.faq_list dd{
  font-size: 18px;
  position: relative;
}
.faq_list dt{
  padding: 20px 45px 20px 55px;
  cursor: pointer;
}
.faq_list dt::before,
.faq_list dt::after{
  content: '';
  width: 10px;
  height: 2px;
  background: #BE2626;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
}
.faq_list dt.open::before{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq_list dd{
  display: none;
  padding: 20px 0 20px 30px;
  margin: 0 25px;
  border-top: #000 1px dotted;
}
.faq_list dt .faq_icon,
.faq_list dd .faq_icon{
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 0;
}
.faq_list dt .faq_icon{
  color: #6983B4;
  left: 25px;
}
.faq_list dd .faq_icon{
  color: #BE2626;
}
.faq_list dt .faq_icon::before{
  content: 'Q.';
}
.faq_list dd .faq_icon::before{
  content: 'A.';
}
.faq_list a,
.question_box p a{
  color: #BE2626;
  text-decoration: underline;
}

/* その他の質問 */
#other_question_area{
  padding: 70px 0;
  background: #F7F2F5;
}
h2.title_common{
  font-size: 32px;
  text-align: center;
}
.question_box{
  max-width: 700px;
  margin: 0 auto;
}
.question_box:not(:last-child){
  margin-bottom: 70px;
}
.question_box h3{
  margin-bottom: 10px;
  color: #BE2626;
  font-size: 22px;
  font-weight: bold;
}
.question_box p:not(:last-child){
  margin-bottom: 10px;
}
.question_box p.bold{
  font-size: 18px;
  font-weight: bold;
}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {


}
