@charset "UTF-8";
/* 答えて姐さん */
/* 変数 */
/* 新規に質問する ボタン */
.c-faq_question_btn {
  margin: 15px 0 0;
}

/* カテゴリ検索 */
.c-refine_list {
  margin-top: -15px;
  padding: 5px 0 15px;
  background: #eee;
}
.c-refine_list li a {
  display: block;
  margin: 5px;
  padding: 8px 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
}
.c-refine_list li a:hover {
  color: #e52e6e;
}

/* 質問一覧 */
.c-item_faq {
  position: relative;
  padding: 6px;
  border-top: 1px solid #eee;
}
.c-item_faq:after {
  content: "";
  display: table;
  clear: both;
}
.c-item_faq:first-child {
  border-top: none;
}
.c-item_faq p {
  line-height: 1.3;
}
.c-item_faq .question {
  color: #ff89b3;
  font-size: 13px;
}
.c-item_faq .question a {
  color: #000;
}
.c-item_faq .question a:hover {
  color: #e52e6e;
}
.c-item_faq .question:after {
  content: "";
  display: table;
  clear: both;
}
.c-item_faq .question img {
  float: right;
  margin: -2px 0 0 5px;
  width: 30px;
}
.c-item_faq .category {
  float: left;
  width: 37%;
  margin: 13px 0 0;
  font-size: 12px;
}
.c-item_faq .category img {
  width: 17px;
  margin-right: 3px;
}
.c-item_faq .c-list_favorite {
  float: right;
  margin: 5px 0 0;
}
.c-item_faq .date {
  display: block;
  float: right;
  margin: 13px 5px 0 0;
  color: #999;
  font-size: 10px;
}
.c-item_faq .num {
  float: right;
  margin: 13px 5px 0 0;
  font-size: 10px;
}
.c-item_faq .num strong {
  color: #e52e6e;
  font-weight: bold;
}

/* 質問詳細（全体） */
.c-faq_detail {
  padding: 20px 0 0;
}
.c-faq_detail .c-item_faq {
  border-top: none;
  background: #ffe1e3;
}
.c-faq_detail .c-item_faq .question {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.c-faq_detail .c-social01 {
  margin: 6px;
}
.c-faq_detail .c-faq_body {
  padding: 0 6px 6px;
  font-size: 14px;
  line-height: 1.73;
}
.c-faq_detail .c-faq_body a {
  color: #ff89b3;
}
.c-faq_detail .c-faq_body a:hover {
  color: #e52e6e;
}
.c-faq_detail .c-faq_answer_btn {
  margin: 6px 6px 20px;
}
.c-faq_detail .c-faq_answer_btn .btn {
  margin-bottom: 6px;
}

/* 回答一覧（全体） */
.c-answer_wrap {
  margin: 0 0 15px;
}
.c-answer_wrap .c-faq_btn_set {
  text-align: right;
}
.c-answer_wrap .c-faq_btn_set a {
  color: #e52e6e;
  text-decoration: underline;
}
.c-answer_wrap .c-faq_btn_set a:hover {
  text-decoration: none;
}
.c-answer_wrap .c-faq_btn_set a i {
  margin-right: 5px;
}
.c-answer_wrap .c-faq_res {
  margin: 20px 0;
}
.c-answer_wrap .c-faq_best {
  margin: 20px 0;
}

/* この質問に答える */
.c-reply .c-form {
  margin: 15px 0 0;
  padding: 0 6px;
  overflow: hidden;
  line-height: 1.3;
}
.c-reply .c-form .required {
  color: #e52e6e;
}
.c-reply .c-form .help-block {
  margin-top: 5px;
}
.c-reply .c-form .form_text01 {
  margin: 15px 0 10px;
}
.c-reply .c-form .form_text01 a {
  color: #ff89b3;
  text-decoration: underline;
}
.c-reply .c-form .form_text01 a:hover {
  text-decoration: none;
}
.c-reply .c-form .form_text02 {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.c-reply .c-form .form-group {
  margin: 12px 0;
}
.c-reply .c-form .control-label {
  margin-bottom: 6px;
}
.c-reply .c-form label {
  font-weight: bold;
}
.c-reply .c-form.confirm label {
  padding-bottom: 6px;
}
.c-reply .c-form.confirm [class^="col-"],
.c-reply .c-form.confirm [class*="col-"] {
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.c-reply .c-form .msg01 {
  margin: 20px 0;
  color: #e52e6e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.c-reply .c-form.confirm label {
  text-align: right;
  font-weight: bold;
}
.c-reply .c-form.complete {
  margin: 15px 0 0;
}

/* トップにもどる ボタン */
.c-faq_back_btn {
  margin: 15px 6px;
}
.c-faq_back_btn > div + div {
  margin-top: 10px;
}

/* 入力エラー */
.c-error {
  padding: 5px;
  border: 2px solid #e52e6e;
  color: #e52e6e;
  background: rgba(255, 137, 179, 0.1);
}
.c-error p {
  line-height: 1.3;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* 新規に質問する ボタン */
  .c-faq_question_btn {
    margin: 0;
  }

  /* 質問一覧 */
  .c-item_faq {
    padding: 10px;
  }
  .c-item_faq .question {
    font-size: 18px;
  }
  .c-item_faq .question img {
    margin: -5px 0 0;
    width: 30px;
  }
  .c-item_faq .date {
    margin-right: 15px;
    font-size: 12px;
  }
  .c-item_faq .num {
    margin-right: 15px;
    font-size: 12px;
  }

  /* 質問詳細（全体） */
  .c-faq_detail .c-item_faq .question {
    font-size: 22px;
  }
  .c-faq_detail .c-social01 {
    margin: 10px;
  }
  .c-faq_detail .c-faq_body {
    padding: 0 10px 20px;
    font-size: 14px;
  }
  .c-faq_detail .c-faq_answer_btn {
    margin: 0 0 30px;
  }
  .c-faq_detail .c-faq_answer_btn .btn {
    margin-bottom: 0;
  }

  /* 回答一覧（全体） */
  .c-answer_wrap .c-faq_btn_set {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 25px 0;
    text-align: left;
  }
  .c-answer_wrap .c-faq_btn_set .c-review_btn_good {
    flex: 1;
    margin: 0 20px 0 0;
  }
  .c-answer_wrap .c-faq_btn_set .c-faq_res {
    margin: 0;
  }
  .c-answer_wrap .c-faq_btn_set .c-faq_best {
    margin: 0 0 0 20px;
  }

  /* この質問に答える */
  .c-reply {
    margin-bottom: 40px;
  }
  .c-reply .c-form {
    margin: 0;
    padding: 10px 0;
  }
  .c-reply .c-form .form_text01 {
    text-align: center;
  }
  .c-reply .c-form .form_text02 {
    font-size: 16px;
    text-align: center;
  }
  .c-reply .c-form .form-group {
    margin: 15px 0;
  }
  .c-reply .c-form .c-reply_title {
    margin-top: 6px;
  }
  .c-reply .c-form .msg01 {
    margin: 40px 0;
    font-size: 20px;
    line-height: 2;
  }
  .c-reply .c-form.complete {
    margin: 0 0 150px;
  }

  /* トップにもどる ボタン */
  .c-faq_back_btn {
    margin: 0 0 10px;
  }
  .c-faq_back_btn > div + div {
    margin-top: 0;
  }

  /* 入力エラー */
  .c-error {
    padding: 15px;
    font-size: 16px;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
/* @media */
/* Large devices (large desktops, 1200px and up) */
/* @media */
