@charset "utf-8";

/* 追加のCSSこちら */

#topPage #top-ticket ul li{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.special{
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .special{
    font-size: 0.875rem;
  }
}


#topPage #top-ticket .con{
text-align: center;
  margin-bottom: 30px;
}
#topPage #top-ticket .con02{
  font-size: 13px;
text-align: center;
  margin-bottom: 40px;
}

#header .inner .openWrap .navi ul{
  width: 90%;
}

/* ----------------------------------------------------
よくある質問
---------------------------------------------------- */
#qaPage h2{
  text-align: center;
  margin-bottom: 40px;
}
#qaPage .wrap02{
  width: 100%;
}


.faq-list {
  list-style: none;
  padding: 0;
  margin: 0 0 120px;

}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.toggle-icon {
  font-size: 24px;
  width: 24px;
  margin-right: 10px;
  transition: transform 0.3s ease;
  text-align: center;
}

.q-text {
  flex: 1;
  padding-left: 24px;
  text-indent: -24px;
  text-align: justify;
  padding-right: 10px;
}

.faq-answer {
  display: none;
  padding: 10px 0 0 2px;
  color: #555;

}
.a-text {
  padding-left: 24px;
  text-indent: -24px;
  text-align: justify;
  padding-right: 42px;
  display: block;
}

/* ----------------------------------------------------
2025-04-23 修正
---------------------------------------------------- */
#topPage .okoshi{
  display: table;
}

#topPage .add .okoshi>li{
  margin-bottom: 20px;
  border: solid 1px #f0606060;
}

#topPage .add .okoshi>li .inner{
  justify-content: unset;
}
#topPage .add .okoshi>li .inner h3{
  color: #f06060;
  margin-bottom: 10px;
}
#topPage .add .okoshi>li .inner p{
  color: #6e4b46;
}
