@charset "UTF-8";
.bg-slash {
  /*margin: 0 -0.75rem;*/
}
.bg-slash h2 {
  margin: 0 -0.75rem;
  padding-bottom: 0px;
}
.bg-slash img {
  width: 100%;
}

.qa_header_wrap {
  background: #dde9fd;
  margin: 0 -0.75rem;
}
.qa_header_wrap h2 {
  margin: 0;
}

.swiper-container {
  width: 100%;
  height: 190px;
  margin: 0 auto;
  background: #fff;
}

.swiper-slide {
  height: 190px;
}
.swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  top: 20px;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  position: absolute;
  height: 190px;
}

.swiper-button-prev {
  background: url(/../images/qa/arrow_left.png) no-repeat center center/contain;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  background: url(/../images/qa/arrow_right.png) no-repeat center center/contain;
}

.swiper-button-next::after {
  content: "";
}

.prof_greeting_body {
  background-color: #fafde9;
}

.prof_greeting_body,
.prof_performance_body {
  margin: 0 -0.75rem 15px;
  padding: 10px 15px;
}
.prof_greeting_body h3,
.prof_performance_body h3 {
  font-size: 1.36rem;
  padding: 1rem 1.5rem;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #fd7ea8;
  margin: 0 -0.75rem 15px;
}
.prof_greeting_body > p,
.prof_performance_body > p {
  margin-bottom: 20px;
}
.prof_greeting_body .people,
.prof_performance_body .people {
  margin-bottom: 20px;
}
.prof_greeting_body .people .people_list,
.prof_performance_body .people .people_list {
  color: #fd7ea8;
  font-weight: bold;
  margin-bottom: 10px;
}
.prof_greeting_body .people .people_list::before,
.prof_performance_body .people .people_list::before {
  content: "◇";
  display: inline-block;
  margin-right: 5px;
}
.prof_greeting_body .people .people_list:last-child,
.prof_performance_body .people .people_list:last-child {
  margin-bottom: 0;
}
.prof_greeting_body .message,
.prof_performance_body .message {
  position: relative;
  margin: 3em 0 1em;
  padding: 2.5em 1em 1em;
  border: solid 1px #fd7ea8;
  border-radius: 8px;
}
.prof_greeting_body .message .message_icon,
.prof_greeting_body .message .message_icon_w,
.prof_performance_body .message .message_icon,
.prof_performance_body .message .message_icon_w {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
}
.prof_greeting_body .message .message_icon img,
.prof_greeting_body .message .message_icon_w img,
.prof_performance_body .message .message_icon img,
.prof_performance_body .message .message_icon_w img {
  width: 60px;
  height: 60px;
}
.prof_greeting_body .message .message_icon,
.prof_performance_body .message .message_icon {
  background: #fafde9;
}
.prof_greeting_body .message .message_icon_w,
.prof_performance_body .message .message_icon_w {
  background: #faf0f2;
}
.prof_greeting_body .bg_color,
.prof_performance_body .bg_color {
  background: #fafde9;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}
.prof_greeting_body .bg_color p,
.prof_performance_body .bg_color p {
  margin-bottom: 10px;
}

.dec_color {
  color: #fd7ea8;
  font-weight: bold;
}

.age {
  position: relative;
  padding: 1.5rem 1rem;
}
.age::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #fd7ea8, #fd7ea8 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fd7ea8, #fd7ea8 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.start {
  position: relative;
  padding: 0.6em;
  background: #72d3ff;
  color: #fff;
  font-weight: bold;
}
.start::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #72d3ff;
  width: 0;
  height: 0;
}

.new_cons .category_id_1,
.new_cons .category_id_2,
.new_cons .category_id_3,
.new_cons .category_id_4,
.new_cons .category_id_5,
.new_cons .category_id_6,
.new_cons .category_id_7,
.new_cons .category_id_8,
.reco_cons .category_id_1,
.reco_cons .category_id_2,
.reco_cons .category_id_3,
.reco_cons .category_id_4,
.reco_cons .category_id_5,
.reco_cons .category_id_6,
.reco_cons .category_id_7,
.reco_cons .category_id_8 {
  border-radius: 90px;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: normal;
  line-height: 1;
  padding: 7px 9px 6px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 30px;
  background-position: 7px 50%;
}

.tab_content_description .category_label {
  padding-left: 32px;
}
.tab_content_description .category_id_1,
.tab_content_description .category_id_2,
.tab_content_description .category_id_3,
.tab_content_description .category_id_4,
.tab_content_description .category_id_5,
.tab_content_description .category_id_6,
.tab_content_description .category_id_7,
.tab_content_description .category_id_8 {
  border-radius: 90px;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: normal;
  line-height: 1;
  padding: 7px 9px 6px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 30px;
  background-position: 7px 50%;
}

.category_id_1,
.category_id_2,
.category_id_3,
.category_id_4,
.category_id_5,
.category_id_6,
.category_id_7,
.category_id_8 {
  border-radius: 90px;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: normal;
  line-height: 1;
  padding: 7px 9px 6px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 30px;
  background-position: 7px 50%;
}

.category_id_1 {
  background-image: url(/../images/qa/re_category_id_1.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #57c2ec;
}

.category_id_2 {
  background-image: url(/../images/qa/re_category_id_2.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #d389f3;
}

.category_id_3 {
  background-image: url(/../images/qa/re_category_id_3.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #627edb;
}

.category_id_4 {
  background-image: url(/../images/qa/re_category_id_4.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #53b96e;
}

.category_id_5 {
  background-image: url(/../images/qa/re_category_id_5.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #f68121;
}

.category_id_6 {
  background-image: url(/../images/qa/re_category_id_6.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #ff7e7e;
}

.category_id_7 {
  background-image: url(/../images/qa/re_category_id_7.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #ff92aa;
}

.category_id_8 {
  background-image: url(/../images/qa/re_category_id_8.png);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #b7b6b6;
}

dl.search_qa {
  position: relative;
}
dl.search_qa dt {
  margin-right: 105px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
}
dl.search_qa dt input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}
dl.search_qa dd {
  position: absolute;
  top: 0;
  right: 0;
}
dl.search_qa dd button {
  display: block;
  width: 100px;
  height: 42px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background-color: #fd7ea9;
  border: 1px solid #fe6095;
}

.popularity_list {
  border: 1px solid #b18210;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  background: #fff;
}
.popularity_list h3 {
  display: block;
  color: #b18210;
  font-size: 1.19rem;
  font-weight: bold;
  margin: 12px 0 8px;
  text-align: center;
}
.popularity_list ol {
  margin-bottom: 10px;
  list-style: none;
  counter-reset: my_counter;
}
.popularity_list ol li {
  border-bottom: 1px dotted #C8C8C8;
  position: relative;
}
.popularity_list ol li a {
  display: block;
  padding: 12px;
}
.popularity_list ol li .rank_li_wrap {
  display: flex;
}
.popularity_list ol li .rank_li_wrap .rank {
  align-items: center;
  align-content: center;
}
.popularity_list ol li .rank_li_wrap .rank .badge {
  align-items: center;
  align-content: center;
  background: #fff;
  width: 100%;
  height: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1.06rem;
  font-weight: bold;
  color: #666;
}
.popularity_list ol li .rank_li_wrap .rank .rank_1 {
  background: url(/images/rank_badge_01.png) no-repeat;
  background-size: 100%;
  color: #fff;
}
.popularity_list ol li .rank_li_wrap .rank .rank_2 {
  background: url(/images/rank_badge_02.png) no-repeat;
  background-size: 100%;
  color: #fff;
}
.popularity_list ol li .rank_li_wrap .rank .rank_3 {
  background: url(/images/rank_badge_03.png) no-repeat;
  background-size: 100%;
  color: #fff;
}
.popularity_list ol li .rank_li_wrap .body {
  padding-left: 15px;
}
.popularity_list ol li .rank_li_wrap .body .title {
  font-weight: bold;
  margin-top: 5px;
}
.popularity_list ol li .space {
  margin-left: 30px;
}

.qa-list_category_1 {
  background: #57c2ec url(/../images/qa/ll_category_id_1.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_1 {
  background-color: #57c2ec;
}

.qa-list_category_2 {
  background: #d389f3 url(/../images/qa/ll_category_id_2.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_2 {
  background-color: #d389f3;
}

.qa-list_category_3 {
  background: #627edb url(/../images/qa/ll_category_id_3.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_3 {
  background-color: #627edb;
}

.qa-list_category_4 {
  background: #53b96e url(/../images/qa/ll_category_id_4.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_4 {
  background-color: #53b96e;
}

.qa-list_category_5 {
  background: #f68121 url(/../images/qa/ll_category_id_5.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_5 {
  background-color: #f68121;
}

.qa-list_category_6 {
  background: #ff7e7e url(/../images/qa/ll_category_id_6.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_6 {
  background-color: #ff7e7e;
}

.qa-list_category_7 {
  background: #ff92aa url(/../images/qa/ll_category_id_7.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_7 {
  background-color: #ff92aa;
}

.qa-list_category_8 {
  background: #b7b6b6 url(/../images/qa/ll_category_id_8.png) no-repeat left;
  background-position: 15px 50%;
}

.bg-color_id_8 {
  background-color: #b7b6b6;
}

.qa_ranking_body,
.qa_lead_body {
  background-color: #f7fbe2;
}

.qa_body,
.qa_lead_body,
.qa_ranking_body,
.qa_search_body {
  margin: 0 -0.75rem 0px;
  padding: 0px 15px;
}
.qa_body .search_q,
.qa_body .new,
.qa_body .recommend,
.qa_lead_body .search_q,
.qa_lead_body .new,
.qa_lead_body .recommend,
.qa_ranking_body .search_q,
.qa_ranking_body .new,
.qa_ranking_body .recommend,
.qa_search_body .search_q,
.qa_search_body .new,
.qa_search_body .recommend {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.36rem;
  padding: 1rem 0 1rem 6rem;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.qa_body .search_q,
.qa_body .new,
.qa_lead_body .search_q,
.qa_lead_body .new,
.qa_ranking_body .search_q,
.qa_ranking_body .new,
.qa_search_body .search_q,
.qa_search_body .new {
  background-color: #fd7ea9;
}
.qa_body .momo_img_new,
.qa_lead_body .momo_img_new,
.qa_ranking_body .momo_img_new,
.qa_search_body .momo_img_new {
  position: absolute;
  top: -3px;
  z-index: 2;
}
.qa_body .momo_img_new::before,
.qa_lead_body .momo_img_new::before,
.qa_ranking_body .momo_img_new::before,
.qa_search_body .momo_img_new::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 70px;
  height: 70px;
  background: url(../images/qa/new_momo_h3.png) no-repeat left;
  background-size: contain;
  vertical-align: middle;
}
.qa_body .recommend,
.qa_lead_body .recommend,
.qa_ranking_body .recommend,
.qa_search_body .recommend {
  background-color: #76d3fe;
}
.qa_body .momo_img_recommend,
.qa_lead_body .momo_img_recommend,
.qa_ranking_body .momo_img_recommend,
.qa_search_body .momo_img_recommend {
  position: absolute;
  top: -3px;
  z-index: 2;
}
.qa_body .momo_img_recommend::before,
.qa_lead_body .momo_img_recommend::before,
.qa_ranking_body .momo_img_recommend::before,
.qa_search_body .momo_img_recommend::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 70px;
  height: 70px;
  background: url(../images/qa/recommend_momo_h3.png) no-repeat left;
  background-size: contain;
  vertical-align: middle;
}
.qa_body ul.new_cons,
.qa_lead_body ul.new_cons,
.qa_ranking_body ul.new_cons,
.qa_search_body ul.new_cons {
  margin: 20px 0;
}
.qa_body ul.new_cons li:first-child,
.qa_lead_body ul.new_cons li:first-child,
.qa_ranking_body ul.new_cons li:first-child,
.qa_search_body ul.new_cons li:first-child {
  border-radius: 8px 8px 0 0;
}
.qa_body ul.new_cons li:last-child,
.qa_lead_body ul.new_cons li:last-child,
.qa_ranking_body ul.new_cons li:last-child,
.qa_search_body ul.new_cons li:last-child {
  border-radius: 0 0 8px 8px;
  border: 0 !important;
}
.qa_body ul.reco_cons,
.qa_lead_body ul.reco_cons,
.qa_ranking_body ul.reco_cons,
.qa_search_body ul.reco_cons {
  margin: 0px -15px;
}
.qa_body ul.new_cons .new_cons-inner,
.qa_body ul.new_cons .reco_cons-inner,
.qa_body ul.reco_cons .new_cons-inner,
.qa_body ul.reco_cons .reco_cons-inner,
.qa_lead_body ul.new_cons .new_cons-inner,
.qa_lead_body ul.new_cons .reco_cons-inner,
.qa_lead_body ul.reco_cons .new_cons-inner,
.qa_lead_body ul.reco_cons .reco_cons-inner,
.qa_ranking_body ul.new_cons .new_cons-inner,
.qa_ranking_body ul.new_cons .reco_cons-inner,
.qa_ranking_body ul.reco_cons .new_cons-inner,
.qa_ranking_body ul.reco_cons .reco_cons-inner,
.qa_search_body ul.new_cons .new_cons-inner,
.qa_search_body ul.new_cons .reco_cons-inner,
.qa_search_body ul.reco_cons .new_cons-inner,
.qa_search_body ul.reco_cons .reco_cons-inner {
  background: #fff;
  display: block;
  padding: 1px 15px;
  position: relative;
}
.qa_body ul.new_cons .new_cons-inner,
.qa_body ul.reco_cons .new_cons-inner,
.qa_lead_body ul.new_cons .new_cons-inner,
.qa_lead_body ul.reco_cons .new_cons-inner,
.qa_ranking_body ul.new_cons .new_cons-inner,
.qa_ranking_body ul.reco_cons .new_cons-inner,
.qa_search_body ul.new_cons .new_cons-inner,
.qa_search_body ul.reco_cons .new_cons-inner {
  border-bottom: 1px dotted #a0a0a0;
}
.qa_body ul.new_cons .reco_cons-inner,
.qa_body ul.reco_cons .reco_cons-inner,
.qa_lead_body ul.new_cons .reco_cons-inner,
.qa_lead_body ul.reco_cons .reco_cons-inner,
.qa_ranking_body ul.new_cons .reco_cons-inner,
.qa_ranking_body ul.reco_cons .reco_cons-inner,
.qa_search_body ul.new_cons .reco_cons-inner,
.qa_search_body ul.reco_cons .reco_cons-inner {
  border-bottom: 1px dotted #a0a0a0;
}
.qa_body ul.new_cons .title_new_qanda,
.qa_body ul.reco_cons .title_new_qanda,
.qa_lead_body ul.new_cons .title_new_qanda,
.qa_lead_body ul.reco_cons .title_new_qanda,
.qa_ranking_body ul.new_cons .title_new_qanda,
.qa_ranking_body ul.reco_cons .title_new_qanda,
.qa_search_body ul.new_cons .title_new_qanda,
.qa_search_body ul.reco_cons .title_new_qanda {
  font-size: 1.1rem;
}
.qa_body ul.new_cons a,
.qa_body ul.reco_cons a,
.qa_lead_body ul.new_cons a,
.qa_lead_body ul.reco_cons a,
.qa_ranking_body ul.new_cons a,
.qa_ranking_body ul.reco_cons a,
.qa_search_body ul.new_cons a,
.qa_search_body ul.reco_cons a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  line-height: 1.4;
  width: 100%;
}
.qa_body ul.new_cons a .q_wrap .prof,
.qa_body ul.reco_cons a .q_wrap .prof,
.qa_lead_body ul.new_cons a .q_wrap .prof,
.qa_lead_body ul.reco_cons a .q_wrap .prof,
.qa_ranking_body ul.new_cons a .q_wrap .prof,
.qa_ranking_body ul.reco_cons a .q_wrap .prof,
.qa_search_body ul.new_cons a .q_wrap .prof,
.qa_search_body ul.reco_cons a .q_wrap .prof {
  text-align: center;
  width: 90px;
  justify-items: center;
}
.qa_body ul.new_cons a .q_wrap .prof img,
.qa_body ul.reco_cons a .q_wrap .prof img,
.qa_lead_body ul.new_cons a .q_wrap .prof img,
.qa_lead_body ul.reco_cons a .q_wrap .prof img,
.qa_ranking_body ul.new_cons a .q_wrap .prof img,
.qa_ranking_body ul.reco_cons a .q_wrap .prof img,
.qa_search_body ul.new_cons a .q_wrap .prof img,
.qa_search_body ul.reco_cons a .q_wrap .prof img {
  display: block;
  width: 55px;
}
.qa_body ul.new_cons a .q_wrap .prof .user,
.qa_body ul.reco_cons a .q_wrap .prof .user,
.qa_lead_body ul.new_cons a .q_wrap .prof .user,
.qa_lead_body ul.reco_cons a .q_wrap .prof .user,
.qa_ranking_body ul.new_cons a .q_wrap .prof .user,
.qa_ranking_body ul.reco_cons a .q_wrap .prof .user,
.qa_search_body ul.new_cons a .q_wrap .prof .user,
.qa_search_body ul.reco_cons a .q_wrap .prof .user {
  text-align: center;
}
.qa_body ul.new_cons a .title,
.qa_body ul.reco_cons a .title,
.qa_lead_body ul.new_cons a .title,
.qa_lead_body ul.reco_cons a .title,
.qa_ranking_body ul.new_cons a .title,
.qa_ranking_body ul.reco_cons a .title,
.qa_search_body ul.new_cons a .title,
.qa_search_body ul.reco_cons a .title {
  color: #fd7ea9;
  font-size: 1.06rem;
  line-height: 1.5;
  margin-top: 6px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.qa_body ul.new_cons a .body,
.qa_body ul.reco_cons a .body,
.qa_lead_body ul.new_cons a .body,
.qa_lead_body ul.reco_cons a .body,
.qa_ranking_body ul.new_cons a .body,
.qa_ranking_body ul.reco_cons a .body,
.qa_search_body ul.new_cons a .body,
.qa_search_body ul.reco_cons a .body {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.qa_body ul.new_cons .user,
.qa_body ul.reco_cons .user,
.qa_lead_body ul.new_cons .user,
.qa_lead_body ul.reco_cons .user,
.qa_ranking_body ul.new_cons .user,
.qa_ranking_body ul.reco_cons .user,
.qa_search_body ul.new_cons .user,
.qa_search_body ul.reco_cons .user {
  margin-top: 10px;
  text-align: right;
  color: #444;
  font-size: 0.75rem;
  padding-right: 10px;
}
.qa_body .hosoku,
.qa_lead_body .hosoku,
.qa_ranking_body .hosoku,
.qa_search_body .hosoku {
  color: #ef886f;
  font-size: 0.81rem;
}

.qa_category_list {
  margin-top: 25px;
  margin-bottom: 20px;
}
.qa_category_list h3 {
  font-size: 1.13rem;
  padding: 12px 12px 12px 48px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  margin: 0;
  display: block;
  background-position: 12px 50%;
  background-size: 24px;
}
.qa_category_list .list li {
  border-bottom: 1px dotted #a0a0a0;
  border-top: 0;
  background: #fff;
}
.qa_category_list .list li a {
  padding: 12px 38px 12px 16px;
  display: block;
  font-weight: bold;
  position: relative;
}
.qa_category_list .list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(/images/arrow_blue_r.png) no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.qa_category_list .list_bottom {
  text-align: center;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 12px 0;
}
.qa_category_list .list_bottom a {
  display: inline-block;
  padding: 9px 21px;
  background: rgb(72, 163, 255);
  color: #fff;
  font-weight: normal;
  font-size: 0.81rem;
  border-radius: 120px;
}

#search .list_pickup_wrap {
  margin: 0px -15px 0px !important;
}

.recommend_qa {
  background: #fff;
  margin: 0 -15px;
}
.recommend_qa h3 {
  background: rgb(255, 216, 229);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 12px;
  margin: 0;
}
.recommend_qa ul li a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 0px;
  margin: 0 16px;
  border-bottom: 1px dotted #ccc;
}
.recommend_qa ul li:last-child {
  border: 0;
}

.qanda_link {
  margin: 10px 0;
  text-align: center;
}
.qanda_link h4 {
  font-size: 1.1rem;
}
.qanda_link .area_1,
.qanda_link .area_2 {
  padding: 0 0 5px 0;
  width: 100%;
  margin-bottom: 10px;
}
.qanda_link .area_1 h5,
.qanda_link .area_2 h5 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.qanda_link .area_1 {
  border: 1px #ea5e3b solid;
}
.qanda_link .area_1 h5 {
  color: #ea5e3b;
}
.qanda_link .area_2 {
  border: 1px #6ab944 solid;
}
.qanda_link .area_2 h5 {
  color: #6ab944;
}
.qanda_link .STEP1,
.qanda_link .STEP2 {
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
}
.qanda_link .STEP1 {
  background-color: #ea5e3b;
}
.qanda_link .STEP2 {
  background-color: #6ab944;
}
.qanda_link p {
  margin: 0;
  padding: 0 10px;
  font-size: 0.85rem;
  text-align: center;
}
.qanda_link .br::before {
  content: "\a";
  white-space: pre;
}
.qanda_link .btn_STEP1,
.qanda_link .btn_STEP2 {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 1em 0;
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
  bottom: 10px;
  right: 15px;
}
.qanda_link .btn_STEP1:active,
.qanda_link .btn_STEP2:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.qanda_link .btn_STEP1::after,
.qanda_link .btn_STEP2::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background: url(../images/qa/0173_1.png) no-repeat left;
  background-size: contain;
  vertical-align: middle;
}
.qanda_link .btn_STEP1 {
  background: #ea5e3b;
}
.qanda_link .btn_STEP2 {
  background: #6ab944;
}

.qanda_category_list {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 20px;
}
.qanda_category_list dt {
  text-align: center;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 12px;
}
.qanda_category_list dd {
  padding: 0 12px;
}
.qanda_category_list dd li {
  padding: 0;
}
.qanda_category_list dd li a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px dotted #ddd;
  font-size: 0.94rem;
  position: relative;
}
.qanda_category_list dd li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #3399ff;
  border-right: solid 2px #3399ff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
  top: 50%;
  right: 10px;
}

.qa-list {
  margin: 0px -0.75rem 20px;
  background: #fff;
  padding: 10px;
}
.qa-list .head h2 {
  font-size: 1.06rem;
  margin: -15px -15px 0 -15px;
  padding: 15px 15px 15px 65px;
  font-weight: bold;
  color: #fff;
}
.qa-list .paging {
  text-align: center;
  padding: 20px 10px;
}
.qa-list .paging li {
  margin: 0 12px;
}
.qa-list .paging li a {
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
}
.qa-list .paging li div {
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #eee;
  color: #999;
}
.qa-list p.hosoku {
  margin: 8px 0;
  line-height: 1.2;
  color: #E89C89;
  font-size: 0.81rem;
}

/*
.qa-tab{
	background: #fff;
	border:1px solid #ccc;
	margin-bottom: 20px;

	.tab{

		li{
			float: left;
			width: 50%;

			a{
				display: block;
				padding: 8px 2px;
				text-align: center;
				font-size: 0.88rem;
				font-weight: bold;

				background: #ffa6bc;
				color: #fff;
			}
		}

		li.active{
			a{
				background: #fff;
				color: #ff809f;
			}
		}
	}

	.tabs-content{

		margin-bottom: 0;

		li{
			border-bottom: 1px dotted #ccc;

            .s_category{
                margin-left: 10px;
            }

			a {
				display:block;
				padding: 10px 10px 10px 40px;
				background:url(/../images/qa/qa_q-list.png) no-repeat;
				background-position:5px 10px;
				line-height: 1.3;
			}
			.title{
				color:#fd7ea9;
				font-size: 0.9rem;
				font-weight:bold;
				text-decoration:none;
				font-weight:bold;
				margin-bottom: 3px;
				display: inline-block;
			}
			.comment {
				color: #999;
				font-size:0.75rem;
			}
		}

		li.more{
			a{
				padding: 11px;
				background: none;
				text-align: center;


			}
		}

		>.content{
				padding: 0;
				overflow: hidden;
		}

	}

}
*/
.qa-kaitou {
  margin: 0;
}
.qa-kaitou .img-dl {
  border-bottom: 2px solid #ccc;
  padding: 12px;
}
.qa-kaitou .img-dl dt {
  font-size: 1rem;
}
.qa-kaitou .img-dl dd {
  font-size: 0.88rem;
}
.qa-kaitou .img-dl dd.qanda_ad {
  margin: 10px -0.75rem 0;
  padding: 0 5px;
}
.qa-kaitou .img-dl dd.qanda_ad p {
  font-weight: bold;
  background: #fd7ea9;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.qa-kaitou .fw-bg {
  background: #fff;
  margin: -12px -12px 0 -12px;
  padding: 15px;
}
.qa-kaitou .fw-bg h2 {
  font-size: 1.19rem;
  color: #fd7ea9;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
}
.qa-kaitou .fw-bg .q-user {
  text-align: right;
  color: #6A6A6A;
  margin-top: 10px;
}
.qa-kaitou .ff-bg {
  margin-top: 0px;
  background: #fbf6e2;
  margin: -2px -12px 0 -12px;
  padding: 15px 15px 35px 15px;
}
.qa-kaitou .ff-bg h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 8px 0 16px 0;
}
.qa-kaitou .ff-bg .answer_wrap .answer_body {
  background: #fff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ffdba4;
  border-bottom: 0;
  padding: 15px;
}
.qa-kaitou .ff-bg .answer_wrap h3 {
  font-size: 1.19rem;
  font-weight: bold;
  color: #fa7e2c;
  margin-bottom: 15px;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body {
  border: 1px solid #ffdba4;
  border-top: 1px dotted #ccc;
  border-radius: 0 0 8px 8px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body .img_box {
  width: 35%;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body .img_box img {
  width: 100%;
  top: 0;
  left: 0;
  padding-right: 10px;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body > p {
  font-size: 0.85rem;
  width: 60%;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body span {
  color: #55c7fa;
  font-size: 1.16rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body .btn-square {
  position: absolute;
  display: inline-block;
  padding: 0.5em 2em;
  margin-top: 0.5em;
  text-decoration: none;
  background: #f995b7;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
  bottom: 10px;
  right: 15px;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body .btn-square:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.qa-kaitou .ff-bg .answer_wrap .qa_prof_body .btn-square::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/qa/0173_1.png) no-repeat left;
  background-size: contain;
  vertical-align: middle;
}
.qa-kaitou .answer_bnr {
  background: #4385f5;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.23rem;
  padding: 8px;
  margin: 40px 0 30px;
  position: relative;
}
.qa-kaitou .answer_bnr::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/../images/qa/answer_counselor.png) no-repeat left;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -30%;
  left: 10px;
}

.job_search {
  padding: 14px 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 25px 0 0;
}
.job_search h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
}
.job_search .words {
  overflow: hidden;
  padding: 0px 0px 0px 32px;
  background: url(/images/qa/icon_search.png) no-repeat;
  background-position: 0% 5px;
  background-size: 18px;
  margin-bottom: -12px;
}
.job_search .words li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.job_search .words li a {
  padding: 5px 9px;
  display: inline-block;
  background: #eee;
  border-bottom: 1px solid #d3d3d3;
  font-size: 0.96rem;
}

.qa_contact {
  background: #fff;
}
.qa_contact dt {
  background: #ff668c;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px 4px 0 0;
}
.qa_contact dd {
  padding: 10px 10px 13px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.qa_contact dd p.title {
  color: #ff5967;
  font-weight: bold;
  padding-bottom: 10px;
}
.qa_contact dd p {
  font-size: 0.88rem;
}
.qa_contact dd .action {
  text-align: center;
}
.qa_contact dd .action span {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.qa_contact dd .button {
  margin-bottom: 0;
}

.back_link {
  text-align: center;
  margin-bottom: 20px;
}

/* ==================================================================================== */
/*  PC用
/* ==================================================================================== */
@media screen and (min-width: 1025px) {
  .bg-slash {
    margin: 0rem;
    margin-bottom: 20px;
  }
  .bg-slash h2 {
    margin: 0;
    padding: 0;
  }
  .qa_header_wrap {
    background: #dde9fd;
    margin: 0 0rem;
    margin-bottom: 25px;
  }
  .qa_header_wrap h2 {
    margin: 0;
    position: relative;
  }
  .qa_header_wrap h2::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top/right/bottom/left:0 */
    background: url(/images/qa/qa_header_blur.png) no-repeat 100%;
    background-size: contain;
    z-index: 1;
  }
  .qa_header_wrap h2 img {
    display: block;
    position: relative;
    z-index: 0;
  }
  .prof_greeting_body .message .message_icon_w,
  .prof_performance_body .message .message_icon_w {
    background: #fff;
  }
  .swiper-container {
    width: 100%;
    height: 170px;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .swiper-slide {
    height: 170px;
    position: relative;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper-pagination {
    top: 25px;
    position: relative;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    position: absolute;
    height: 170px;
  }
  .swiper-button-prev {
    background: url(/../images/qa/arrow_left.png) no-repeat center center/contain;
  }
  .swiper-button-prev::after {
    content: "";
  }
  .swiper-button-next {
    background: url(/../images/qa/arrow_right.png) no-repeat center center/contain;
  }
  .swiper-button-next::after {
    content: "";
  }
  .qa_body {
    margin: 0;
    padding: 0;
  }
  .qa_body .search_q,
  .qa_body .new,
  .qa_body .recommend {
    margin-left: 0;
    margin-right: 0;
  }
  .qa_body ul.new_cons li:first-child,
  .qa_body ul.reco_cons li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .qa_body ul.new_cons li:last-child,
  .qa_body ul.reco_cons li:last-child {
    border-radius: 0 0 8px 8px;
    border: 0 !important;
  }
  .qa_body ul.reco_cons {
    margin: 0px -15px;
  }
  .qa_body ul.new_cons,
  .qa_body ul.reco_cons {
    margin: 25px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 25px 0;
    padding: 0;
  }
  .qa_body ul.new_cons .new_cons-inner,
  .qa_body ul.new_cons .reco_cons-inner,
  .qa_body ul.reco_cons .new_cons-inner,
  .qa_body ul.reco_cons .reco_cons-inner {
    padding: 0;
    background: none;
  }
  .qa_body ul.new_cons a,
  .qa_body ul.reco_cons a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    line-height: 1.4;
    width: 100%;
  }
  .qa_body ul.new_cons a:hover,
  .qa_body ul.reco_cons a:hover {
    background: #fffce0;
  }
  .qa_body .qa_category_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .qa_body .qa_category_wrap .qa_category_list {
    width: calc(50% - 7px);
  }
  .qa_body .qa_category_wrap .qa_category_list .list {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .qa_body .qa_category_wrap .qa_category_list .list_bottom {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }
  .recommend_qa {
    margin: 0 0px;
  }
  .popularity_list h3 {
    font-size: 1.19rem;
  }
  .popularity_list ol {
    margin-bottom: 10px;
    list-style: none;
  }
  .popularity_list ol li {
    border-bottom: 1px dotted #C8C8C8;
    position: relative;
  }
  .popularity_list ol li a {
    display: block;
    padding: 12px;
  }
  .popularity_list ol li .rank_li_wrap {
    display: flex;
  }
  .popularity_list ol li .rank_li_wrap .rank {
    align-items: center;
    align-content: center;
  }
  .popularity_list ol li .rank_li_wrap .rank .badge {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  .popularity_list ol li .rank_li_wrap .body {
    padding-left: 15px;
  }
  .popularity_list ol li .rank_li_wrap .body .title {
    font-weight: bold;
    margin-top: 5px;
    font-size: 0.88rem;
  }
  .popularity_list ol li .space {
    margin-left: 30px;
  }
  .qa-list {
    margin: 0px 0rem 20px;
    background: #fff;
    padding: 0px;
  }
  .qa-list .head h2 {
    font-size: 1.06rem;
    margin: 0px;
    padding: 15px 15px 15px 65px;
    font-weight: bold;
    color: #fff;
  }
  .qa-kaitou {
    margin: 0rem;
  }
  .qa-kaitou .img-dl {
    padding: 18px;
  }
  .qa-kaitou .img-dl dd {
    padding-left: 0%;
    font-size: 0.94rem;
  }
  .qa-kaitou .img-dl dd.qanda_ad {
    margin: 30px -0.75rem 0;
    padding: 0;
  }
  .qa-kaitou .ff-bg {
    margin: 0;
    padding: 20px 20px 35px 20px;
  }
  .qa-kaitou .ff-bg dt {
    /*background: url(/images/qa/qa_a_b.png) 0px 0px no-repeat;
    background-size: 8%;*/
  }
  .qa-kaitou .ff-bg .answer_wrap .answer_body {
    padding: 20px;
  }
  .qa-kaitou .ff-bg .answer_wrap .qa_prof_body .img_box {
    width: 150px;
  }
  .qa-kaitou .ff-bg .answer_wrap .qa_prof_body .img_box img {
    padding-right: 20px;
  }
  .qa-kaitou .ff-bg .answer_wrap .qa_prof_body > p {
    font-size: 0.9rem;
    width: auto;
  }
  .qa-kaitou .answer_bnr::before {
    content: "";
    width: 100px;
    height: 100px;
    top: -50%;
  }
  .qa_contact {
    font-size: 1rem;
  }
  .qa_contact dt {
    font-size: 1.13rem;
    padding: 12px;
  }
  .qa_contact dd {
    padding: 15px 12px 19px;
  }
  .qa_contact dd p.title {
    color: #fd7ea9;
    font-weight: bold;
  }
  .qa_contact dd p {
    font-size: 0.81rem;
  }
  .qa_contact dd .action {
    text-align: center;
  }
  .qa_contact dd .action span {
    color: #fd7ea9;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
}/*# sourceMappingURL=qa.css.map */