/*.archive-nav {
  margin-top: 65px;
}*/

.faq__section + .faq__section {
  margin-top: 40px;
}

.faq__title {
  margin-bottom: 24px;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top:-140px;
  padding-top:140px;
}

.faq__item + .faq__item{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.faq__item:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.faq__q {
  padding-left: 25px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
  outline: none;
  list-style: none;
  display: block;
}

/* Chrome、Safari */
.faq__q::-webkit-details-marker {
  display: none;
}

.faq__q:hover {
   opacity: 0.5;
}

.faq__q:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    background-image: url(/common/images/bungeishunju/info/subscribe/faq_q.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.faq__q:after {
  content: "";
  border: 2px solid #999999;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  border-top: medium none;
  border-left: medium none;
}

.faq__item[open] .faq__q:after {
  transform: rotate(225deg);
  top: 6px;
}

.faq__a {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 35px;
  line-height: 1.5;
}

.faq__a:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  background-image: url(/common/images/bungeishunju/info/subscribe/faq_a.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.faq__a p + p {
  margin-top: 8px;
}

.faq__a a {
text-decoration: underline;
}

.faq__figure {
  display: flex;
  margin-top: 20px;
}

.faq__picture {
  display: block;
  border: 1px solid #ccc;
  max-width:240px;
  margin-right:14px;
}

.faq__figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.faq__caption {
  text-align: center;
  margin-top: 60px;
}

.faq__caption a {
  text-decoration: underline;
}
