.wedding_faq {
  padding: 100px 0 0;

}


.top_inner {
  max-width: 960px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.faq_top {
  padding-bottom: 80px;
}

.faq_top h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #BCA06B;
  font-family: "Amiri", serif;

}

.sub_title {
  font-family: source-han-serif-japanese, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #BCA06B;

}

.wedding_tab {
  margin-top: 75px;
}

.wedding_tab ul {
  display: flex;
  justify-content: space-between;
}

.wedding_tab li {
  width: 290px;
  text-align: center;
  border: 1px solid #BCA06B;
  cursor: pointer;
  list-style: none;
}

.wedding_tab li.current {
  background: #BCA06B;
}

.wedding_tab li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #BCA06B;
  cursor: pointer;
  text-decoration: none;
}

.wedding_tab li.current a {
  color: #fff;
}



.faq_main {
  padding: 60px 0 130px;
  background: #fff;

}

.main_inner {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}



.faq_list {
  margin-top: 40px;

}

.faq_list dt {
  position: relative;
  padding-bottom: 10px;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  border-bottom: 1px solid #BCA06B;
}



.faq_list dt .en {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Amiri", serif;
  color: #BCA06B;
  padding-right: 24px;
}

.faq_list dd {
  display: flex;
  margin-inline-start: 0;
  padding-top: 20px;
  padding-right: 40px;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3c3c3c;
}

.faq_list dd .en {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "Amiri", serif;
  color: #BCA06B;
  padding-right: 24px;
}



.icon {
  position: absolute;
  content: '';
  border-left: 1px solid #BCA06B;
  border-bottom: 1px solid #BCA06B;
  top: 40%;
  right: 5px;
  width: 10px;
  height: 10px;
  background-size: 100%;
  transform: translateY(-50%) rotate(315deg);
}

.faq_list dt.open .icon {
  transform: rotate(135deg);
}

@media screen and (max-width: 640px) {

  .wedding_faq {
    padding: 40px 0 0;
  
  }


.faq_top {
  padding-bottom: 40px;

}

  .main_title {
    color: #003764;
  }
  
  .sub_title {
    color: #003764;
  
  }
  
  .wedding_tab {
    margin-top: 50px;
  }
  
  .wedding_tab ul {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    }
  
  .faq_main {
    padding: 40px 0 140px;
  
  }

  .faq_list {
    margin-top: 0;
  
  }

  .faq_list:not(:first-child) {
    margin-top: 40px;
  }
  
  .faq_list dt {
    display: flex;
    padding-right: 27px;
  }
  
  .faq_list dt .en {
    line-height: 1.4;

  }
  
  .faq_list dd {
  }
  
  .faq_list dd .en {
    line-height: 1.4;
  }
  
  .icon {
    top: 13%;

  }
  


}
