@charset "UTF-8";
/* よくあるご質問
---------------------------------------------------------------------------------------*/
.faq_list .ac_active {
  color: #999;
}
.faq_list .ac_active:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #171717;
  border-right: solid 2px #171717;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list .ac_active:after {
    right: 0;
  }
}
.faq_list .faq_block {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .faq_list .faq_block {
    margin-bottom: 25px;
  }
}
.faq_list dt {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #999999;
  font-size: 1.8rem;
  padding: 20px 50px 20px 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_list dt {
    padding: 12px 20px 12px 0;
    font-size: 1.4rem;
  }
}
.faq_list dt:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #171717;
  border-right: solid 1px #171717;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list dt:after {
    right: 0;
  }
}
.faq_list dt .number {
  width: 30px;
  color: #4EBAD7;
  line-height: 1;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .faq_list dt .number {
    width: 25px;
  }
}
.faq_list dt .inr {
  width: calc(100% - 30px);
  padding-left: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq_list dt .inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list dt:hover {
  color: #999;
}
.faq_list dd {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .faq_list dd {
    padding: 12px 0;
    margin-top: 12px;
  }
}
.faq_list dd .inr {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}
.faq_list dd .inr .number {
  width: 30px;
  color: #F4AFCF;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .number {
    width: 30px;
    text-align: center;
  }
}
.faq_list dd .inr .dd_inr {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.faq_list dd .inr .dd_inr a {
  text-decoration: underline;
  color: #171717;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .dd_inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list .acMenu dd {
  display: none;
}

.btn_shopping {
  margin-top: 90px;
}
.btn_shopping a {
  display: block;
  color: #FFFFFF;
  background: #F4AFCF;
  padding: 90px 0 90px 0;
  position: relative;
  border-radius: 190px;
  text-align: center;
}
.btn_shopping a p {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .btn_shopping a p {
    font-size: 2rem;
  }
}
.btn_shopping a p span {
  background: url(../images/ico_cart.png) left no-repeat;
  background-size: 60px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .btn_shopping a p span {
    background-size: 30px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn_shopping a h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn_shopping a {
    padding: 25px 35px 25px 45px;
  }
}
.btn_shopping a:hover {
  opacity: 0.7;
}