@charset "UTF-8";
/* line 5, qanda.scss */
.questions .sp_br {
  display: none;
}
/* line 9, qanda.scss */
.questions .q_a_section_tit {
  display: none;
}
/* line 13, qanda.scss */
.questions dl {
  display: flex;
  flex-wrap: wrap;
}
/* line 17, qanda.scss */
.questions dl dt {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 28, qanda.scss */
.questions dl dt:before {
  content: "お買い上げについて";
  display: block;
  background: #248e3a;
  color: #ffffff;
  width: 180px;
  padding: 5px;
  text-align: center;
  margin-right: 20px;
}
/* line 39, qanda.scss */
.questions dl dt:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0b0b0b;
  border-bottom: 2px solid #0b0b0b;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 9px);
  right: 2%;
  transition: .3s;
}
/* line 53, qanda.scss */
.questions dl dt.close:after {
  top: calc(50% - 5px);
  transform: rotate(227deg);
}
/* line 61, qanda.scss */
.questions dl dd {
  width: 100%;
  padding: 0px 0px 40px 0px;
  display: none;
  line-height: 1.7;
}
/* line 67, qanda.scss */
.questions dl dd a {
  color: #0b0b0b;
}
/* line 71, qanda.scss */
.questions dl dd .working_txt {
  color: red;
  font-weight: bold;
}
/* line 77, qanda.scss */
.questions dl table {
  width: 100%;
  font-size: 13px;
  border: 1px solid #f0efef;
  margin-bottom: 10px;
}
/* line 83, qanda.scss */
.questions dl table th {
  background: #f0efef;
}
/* line 88, qanda.scss */
.questions dl table th, .questions dl table td {
  padding: 5px;
  text-align: center;
  border-right: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  box-sizing: border-box;
}
/* line 100, qanda.scss */
.questions .reverse_info dt:before {
  content: "交換・返品について";
  background: #B30E0E;
  color: #ffffff;
}
/* line 111, qanda.scss */
.questions .free_info dt:before {
  content: "送料・お届けについて";
  background: #fbff00;
  color: #0b0b0b;
}
/* line 118, qanda.scss */
.questions .free_info table.free_table th, .questions .free_info td {
  width: calc(100% / 14);
}
/* line 122, qanda.scss */
.questions .free_info table.free_day_table {
  width: 80%;
}
/* line 130, qanda.scss */
.questions .others_info dt:before {
  content: "その他";
  background: #f0efef;
  color: #0b0b0b;
}
/* line 141, qanda.scss */
.questions .pay_info dt:before {
  content: "お支払いについて";
  background: #36aee7;
  color: #ffffff;
}
/* line 148, qanda.scss */
.questions .pay_info table {
  width: 70%;
}

@media screen and (max-width: 768px) {
  /* line 158, qanda.scss */
  .questions dl dt:after {
    top: calc(50% - 12px);
  }

  /* line 162, qanda.scss */
  .questions .q_a_section_tit {
    display: block;
    width: 38vw;
    text-align: center;
    font-size: min(3.2vw, 17px);
    padding: 5px 0px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  /* line 173, qanda.scss */
  .questions dl dt {
    font-size: min(3vw, 17px);
    line-height: 1.3;
  }

  /* line 178, qanda.scss */
  .questions dl dt:after {
    width: 8px;
    height: 8px;
    top: calc(50% - 10px);
  }

  /* line 184, qanda.scss */
  .questions dl dt:before {
    content: "Q." !important;
    background: #ffffff !important;
    width: auto;
    color: #0b0b0b !important;
    margin-right: 0px;
  }

  /* line 192, qanda.scss */
  .questions dl dt.close:after {
    top: calc(50% - 6px);
  }

  /* line 196, qanda.scss */
  .questions .sp_br {
    display: block;
  }

  /* line 200, qanda.scss */
  .questions dl dd {
    font-size: min(2.8vw, 14px);
  }

  /* line 204, qanda.scss */
  .sp_table {
    overflow-x: scroll;
  }

  /* line 208, qanda.scss */
  .questions dl table {
    width: 1008px;
    overflow: hidden;
  }

  /* line 213, qanda.scss */
  .questions .pay_info table {
    width: 80%;
  }

  /* line 217, qanda.scss */
  .gift_box img {
    width: 100%;
  }

  /* line 221, qanda.scss */
  .buy_info {
    margin-bottom: 60px;
  }
  /* line 224, qanda.scss */
  .buy_info .q_a_section_tit {
    background: #248e3a;
    color: #ffffff;
  }

  /* line 230, qanda.scss */
  .reverse_info {
    margin-bottom: 60px;
  }
  /* line 233, qanda.scss */
  .reverse_info .q_a_section_tit {
    background: #B30E0E;
    color: #ffffff;
  }

  /* line 239, qanda.scss */
  .free_info {
    margin-bottom: 60px;
  }
  /* line 242, qanda.scss */
  .free_info .q_a_section_tit {
    background: #fbff00;
    color: #0b0b0b;
  }

  /* line 248, qanda.scss */
  .pay_info {
    margin-bottom: 60px;
  }
  /* line 251, qanda.scss */
  .pay_info .q_a_section_tit {
    background: #36aee7;
    color: #ffffff;
  }

  /* line 257, qanda.scss */
  .others_info {
    margin-bottom: 60px;
  }
  /* line 260, qanda.scss */
  .others_info .q_a_section_tit {
    background: #f0efef;
    color: #0b0b0b;
  }
}

/*# sourceMappingURL=qanda.css.map */
