@charset "UTF-8";

.lp_wrap .wt_faq {
  background-color: #e6e5f5;
}
.lp_wrap .wt_faq .head-n {
  margin: auto;
  padding: 10% 0 6%;
  width: 30.729%;
}
.lp_wrap .wt_faq dl {
  padding: 0% 3.907% 10%;
}
.lp_wrap .wt_faq dl dt {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.lp_wrap .wt_faq dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 4%;
  width: 5.65%;
  height: 100%;
  background: url("https://ozio.jp/excludes/ozio/lp/bogem/ps_o_bogem_tk_0001/img/common/faq-open.png") center center/contain no-repeat;
  transition: 0.4s;
  transform: rotate(0deg);
}
.lp_wrap .wt_faq dl dt.open::after {
  transform: rotate(180deg);
}
.lp_wrap .wt_faq dl dt:nth-of-type(n + 2) {
  margin-top: 4%;
}
.lp_wrap .wt_faq dl dd {
  display: none;
  position: relative;
  padding: 0 2.825%;
}