@charset "utf-8";

main {
  color: #333333;
  background-color: #ffffff;
  width: 960px;
  margin: 0 auto;
  padding: 3rem 0;
}

.section_title {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.introduction_title {
  width: 98%;
}
.padding-left_0dot5rem {
  padding-left: 0.5rem;
}
.text-align_left {
  text-align: left;
}
.text-align_center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.bold {
  font-weight: bold;
}
.bgcolor_a6a6a6 {
  background-color: #a6a6a6;
}
.bgcolor_3cd5af {
  background-color: #3cd5af;
}
.bgcolor_c59ee2 {
  background-color: #c59ee2;
}
.bgcolor_0091c4 {
  background-color: #0091c4;
}
.bgcolor_ff5b5b {
  background-color: #ff5b5b;
}

.counselor_form {
  width: 100%;
  padding: 1vw 0;
}
.counselor_search {
  padding-bottom: 1vw;
}
.color_counselor_search {
  background-color: #eff6ea;
}
.color_diviner_search {
  background-color: #f3ebf9;
}
.search_bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_keyword {
  width: 80%;
  height: 2rem;
}
.search_button {
  height: 2rem;
  width: 10%;
}
.search_button_counselor {
  background-color: #00cc99;
}
.search_button_diviner {
  background-color: #c59ee2;
}
.search_btn_img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.submit_search {
  display: none;
}

.genre_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1vw 5% 0 5%;
}
.submit_genre {
  margin-left: 1vw;
  margin-top: 1vw;
  border-radius: 20px;
  font-size: 1.5rem;
}
.counselor_genre,
.counselor_genre_clear {
  color: #3cd5af;
  border: 1px solid #3cd5af;
  background-color: #ffffff;
}
.active_counselor_genre {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #3cd5af;
}
.diviner_genre,
.diviner_genre_clear {
  color: #c59ee2;
  border: 1px solid #c59ee2;
  background-color: #ffffff;
}
.active_diviner_genre {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #c59ee2;
}
.counselor_introduction {
  padding: 1vw;
}
.introduction_card {
  list-style-type: none;
  background-color: #f2f2f2;
  padding: 1vw;
  margin-bottom: 1vw;
  display: flex;
}
.introduction_img_anchor {
  width: 30%;
  display: block;
  border: 1px solid #3cd5af;
  padding: 0;
  margin: 0;
}
.counselor_img_anchor {
  border: 1px solid #3cd5af;
}
.diviner_img_anchor {
  border: 1px solid #c59ee2;
}
.sp_window_img_anchor {
  border: 1px solid #fff97d;
}
.bgcolor_fff97d {
  background-color: #fff97d;
}
.ed7d31 {
  color: #ed7d31;
}

.introduction_img {
  display: block;
  position: relative;
  width: 95%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.introduction_description {
  width: 45%;
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
}
.introduction_name {
  width: 100%;
  margin-bottom: 1rem;
}
.tel_rate {
  width: auto;
  margin-bottom: 1rem;
}
.tel_rate::before {
  display: inline-block;
  content: "☎ ";
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  /* background-image: url('../img/round_call_black_18dp_1x.png'); */
}
.mail_rate {
  width: auto;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.mail_rate::before {
  display: inline-block;
  content: "✉";
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  /* background-image: url('../img/round_email_black_18dp_1x.png'); */
}
.introduction_link_wrapper {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-wrap: wrap;
}
.intro_link_common_white {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 30%;
  border-radius: 12.5px;
  text-decoration: none;
}
.intro_link_common_sp_window {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 30%;
  border-radius: 12.5px;
  text-decoration: none;
}
.intro_link_common_white::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}
.intro_link_common_sp_window::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  color: #ed7d31;
  background-size: cover;
  background-position: center;
}

.bgcolor_45cc82 {
  background-color: #45cc82;
}
.bgcolor_ff9999 {
  background-color: #ff9999;
}
.yellow {
  color: #ffc000;
}

.introduction_link::before {
  background-image: url("../img/e0012_1_white.png");
}
/* .tel_link::before {
  background-image: url('../img/round_call_white_18dp.png');
} */
.tel_link::before {
  content: "☎";
  margin-right: 1rem;
}
/* .mail_link::before {
  background-image: url('../img/round_email_white_18dp.png');
} */
.mail_link::before {
  content: "✉";
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.page-item {
  margin-right: 1rem;
  font-weight: bold;
}
.genre_radio {
  display: inline-block;
}
.bgcolor_disabled {
  background-color: #8e8e8e;
  border: none;
}
.satisfaction_level {
  display: flex;
}
.star_img {
  display: block;
  width: 20px;
  height: 20px;
  transform: translateY(-5px);
}
.counselor_genre_clear,
.diviner_genre_clear {
  background-color: #808080;
  border: 1px solid #808080;
  color: white;
}
.not_found_data_message {
  font-size: 2.5rem;
  line-height: 2.5rem;
}