@charset "utf-8";
/* CSS Document */

/* ------------------------------------------　

マイページ・お気に入り・閲覧履歴のアクセントカラーは
:root「--member-color」で管理されております。

------------------------------------------ */

.container {
  font-family:
    -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
}
/* ------------------------------------------　
マイページ
------------------------------------------ */
.mypage_wrap {
  width: 96%;
  margin: 0 auto;
}
.mypage_top_wrap {
  width: 90%;
  margin: 0 auto;
}
.mypage_top_wrap h2.rhs_title_h2,
.mypage_wrap h2.rhs_title_h2 {
  width: 100%;
}
.mypage_tl {
  margin: 0 auto 10px;
}
.mypage_tl h3 {
  width: 100% !important;
}
.mypage_tl p {
  border-bottom: 1px solid #cc9900;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 17px;
}
.mypage_tl span {
  display: block;
  font-size: 12px;
}
.mypage_back {
  margin: 0 auto 10px;
  width: 96%;
}
.mypage_back a {
  display: block;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.mypage_back i {
  position: absolute;
  top: 13px;
  left: 15px;
}
.my_intro {
  width: 96%;
  margin: 0 auto 10px;
}
.my_intro p {
}
/* =========================================================
	 myset
========================================================= */
.my_set_new {
  margin: 0 auto;
  width: 96%;
  padding: 10px 0;
}
.my_set_new a {
  display: block;
  border: 1px solid #e24343;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  color: #e24343;
  font-weight: bold;
  position: relative;
  background: #fdf0f0;
}
.my_set_new i {
  position: absolute;
  top: 13px;
  left: 15px;
}
.my_set {
  background: #f7f6f3;
  padding: 10px 2%;
  margin-bottom: 10px;
}
.my_setbox {
  margin-bottom: 10px;
  border: 1px solid #cc9900;
  background: #fff;
}
.my_setbox:last-child {
  margin-bottom: 0;
}
.my_set_tl {
  border-bottom: 2px solid #cc9900;
}
.my_set_tl a {
  display: block;
  overflow: hidden;
  padding: 5px 2%;
}
.my_set_tl span,
.my_set_tl i {
  display: inline-block;
  vertical-align: middle;
}
.my_set_tl span {
  width: 95%;
  font-weight: bold;
}
.my_set_tl i {
  width: 4%;
  text-align: center;
}
.my_set_detail {
  font-size: 12px;
  padding: 5px;
  word-break: break-all;
}
.my_set_btn {
  background: #fffef5;
  border-top: 1px solid #cc9900;
}
.my_set_btn ul {
  overflow: hidden;
}
.my_set_btn li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.my_set_btn li:first-child {
  border-right: 1px solid #cc9900;
}
.my_set_btn a,
.my_set_btn input {
  display: block;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: none;
}
.my_set_inner {
  overflow: hidden;
  border-bottom: 1px solid #cc9900;
}
.my_set_order,
.my_set_content {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 2% 0.5% 2% 2%;
}
.my_set_order {
  width: 10%;
}
.my_set_order input {
  -webkit-appearance: none;
  background: #eee;
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}
.my_set_content {
  width: 88%;
  border-left: 1px solid #ccc;
}
.my_set_conditions {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.my_set_memo {
  font-weight: bold;
}
.my_set_comp {
  background: #f7f6f3;
  padding: 30px 2%;
  margin-bottom: 10px;
}
.my_set_list {
  padding: 7px 2% 10px;
}
.my_set_list a {
  display: block;
  padding: 12px;
  color: #3979aa;
  box-shadow: 0 3px 0 #3979aa;
  font-weight: bold;
  background: #eaf0f8;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
}
/* =========================================================
	 my_bukken
========================================================= */
.de_ruiji_more {
  width: 96%;
  margin: 0 auto 20px;
}
.de_ruiji_more a {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 2px solid #333;
  text-align: center;
  padding: 10px 10%;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  background: #eee;
}
.de_ruiji_more span,
.de_ruiji_more i {
  font-weight: bold;
  display: block;
  font-size: 15px;
  line-height: 25px;
}
.de_ruiji_more span {
  float: left;
}
.de_ruiji_more i {
  float: right;
}
/* =========================================================
	 users_search_l マイ検索条件
========================================================= */
.my_search_new {
  margin: 0 auto 10px;
  width: 96%;
}
.my_search_new a {
  display: block;
  border: 1px solid #e24343;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  color: #e24343;
  font-weight: bold;
  position: relative;
  background: #fdf0f0;
}
.my_search_new i {
  position: absolute;
  top: 13px;
  left: 15px;
}
.my_search_sum {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.my_search_table {
  background: #f7f6f3;
  padding: 10px 2%;
  margin-bottom: 10px;
}
.my_search_table table {
}
.my_search_table th,
.my_search_table td {
  padding: 2%;
  border: 1px solid #999;
  background: #fff;
}
.my_search_table th {
  width: 20%;
  font-size: 12px;
  font-weight: bold;
  background: #eee;
}
.my_search_table td {
}
.my_search_table td a {
  color: #2888e9;
  text-decoration: underline;
  font-weight: bold;
}
.my_search_table td input {
  width: 100%;
}
.my_search_table td textarea {
  width: 100%;
  height: 150px;
}
.my_search_table span.my_search_error {
  color: #ff0000;
  font-weight: bold;
}
/* =========================================================
	 modify 登録情報の変更
========================================================= */
.my_modify {
  width: 100%;
  margin: 0 auto;
}
.add_hope {
  color: #f9041b !important;
  text-decoration: underline !important;
}
/* マイページ条件追加・削除ボタン */
input.member_add_btn {
  width: 40%;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 3px;
  color: #fff;
  border-style: none;
}
input.member_delate_btn {
  width: 16%;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  padding: 8px 0;
  background-color: #adadad;
  border-radius: 3px;
  color: #fff;
  border-style: none;
}
/**********
2023.03 マイページ改修
******************************/
/* mp_title */
h2.mp_title {
  margin: 0 0 15px 0;
  padding: 3% 15px;
  border-radius: 3px;
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(16px, 6vh, 24px);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/* mp_mail */
#mp_mail {
  margin: 0 0 15% 0;
}
#mp_mail .mp_mail_inner ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#mp_mail .mp_mail_inner ul li {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 1px #f1f1f1;
}
#mp_mail .mp_mail_inner ul li .member_add_l {
  margin: 0 0 10px 0;
  padding: 5% 0;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: clamp(11px, 3.5vw, 15px);
  line-height: clamp(14px, 5vh, 22px);
  font-weight: bold;
  text-align: center;
}
#mp_mail .mp_mail_inner ul li .member_add_r p {
  margin: 0 0 15px 0;
  word-break: break-word;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
#mp_mail .mp_mail_inner ul li .member_add_r table {
  margin: 0 0 10px 0;
}
#mp_mail .mp_mail_inner ul li .member_add_r table,
#mp_mail .mp_mail_inner ul li .member_add_r table tbody {
  display: block;
  width: 100%;
}
#mp_mail .mp_mail_inner ul li .member_add_r table tbody tr {
  display: flex;
  border-bottom: 1px solid #ddd;
}
#mp_mail .mp_mail_inner ul li .member_add_r table tbody tr:first-child {
  border-top: 1px solid #ddd;
}
#mp_mail .mp_mail_inner ul li .member_add_r table tbody th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  background: #f5f5f5;
}
#mp_mail .mp_mail_inner ul li .member_add_r table tbody td {
  display: block;
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 10px;
  border-right: 1px solid #ddd;
  word-break: break-all;
}
#mp_mail .mp_mail_inner ul li .member_add_r table tbody tr td:last-child {
  display: none;
}
#mp_mail .mp_mail_inner ul li .member_add_r table tbody th,
#mp_mail .mp_mail_inner ul li .member_add_r table tbody td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#mp_mail .mp_mail_inner ul li .member_add_r div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 2%;
}
#mp_mail .mp_mail_inner ul li .member_add_r input {
  font-family:
    -apple-system, BlinkMacSystemFont, "Arial", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
}
#mp_mail .mp_mail_inner .mp_mail_add_btn {
  display: flex;
  justify-content: right;
}
#mp_mail .mp_mail_inner .mp_mail_add {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d33f0e;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px #d33f0e;
  font-size: 13px;
  line-height: 18px;
  color: #d33f0e;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
}
#mp_bukken {
  margin: 0 0 15% 0;
}
#mp_bukken .mp_oshirase2 {
  margin: 0 0 15px 0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#mp_bukken .mp_oshirase2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  gap: 20px;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list {
  min-width: 250px;
  width: 250px;
  padding: 5px 0;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  div.osusume_list_shadow {
  width: 240px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 1px rgb(137 137 137 / 20%);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list .osusume_list_img {
  width: 240px;
  height: 150px;
  overflow: hidden;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .osusume_list_img
  a {
  display: block;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .osusume_list_img
  img {
  width: 240px;
  height: 150px !important;
  object-fit: cover;
  transition: all 0.3s;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list a {
  color: #333;
  text-decoration: none;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .osusume_list_kind {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list .shosai_link_box {
  display: block;
  padding: 12px;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl {
  margin: 0 0 10px 0;
  padding: 0 0 12px 0;
  position: relative;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl
  span {
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
  content: "";
  width: 45px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  ul
  li {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  ul
  li
  span {
  font-size: 16px;
  color: #f30000;
  font-weight: bold;
  letter-spacing: 1.2px;
}
#mp_bukken .osusume_more a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 3px;
  font-size: clamp(11px, 3.2vw, 15px);
  line-height: clamp(14px, 5vh, 22px);
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
}
#mp_bukken .osusume_more a span {
  font-weight: bold;
}
#mp_bukken .osusume_more a i {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: clamp(11px, 3.2vw, 15px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
/* 保存条件の確認ページ */
.mem_match_conf .inq_form th,
.mem_match_conf .inq_form td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mem_match_conf .inq_form th {
  width: 80px;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  background: #f5f5f5;
  text-align: center;
}
.mem_match_conf .inq_form th p {
  float: none;
}
.mem_match_conf .inq_form td {
  padding: 10px;
  border-right: 1px solid #ddd;
}
.koumoku li {
  margin: 0px auto 15px auto;
}
.mp_reserve_time {
  text-align: center;
  font-size: 16px;
  padding: 10px 0px 4px 0px;
  border-top: 1px dotted;
  font-weight: bold;
}
/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
  margin: 0 0 10% 0;
}
.main_mypage_menu.main_mypage_menu_wide {
  width: 96%;
  margin: 0 auto 5% auto;
}
.main_mypage_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_mypage_menu ul li {
  width: 49%;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 12px;
  box-sizing: border-box;
  border: 1px solid var(--member-color);
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px var(--member-color);
  font-weight: bold;
  text-decoration: none;
}
.main_mypage_menu ul li a {
  color: var(--member-color);
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
  background: var(--member-color);
  color: #fff;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
  font-size: clamp(12px, 4vw, 16px);
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
  padding: 0 5px 0 0;
  font-size: clamp(11px, 3.2vw, 15px);
  line-height: clamp(14px, 5vh, 22px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
  font-size: clamp(11px, 3.5vw, 15px);
  color: var(--member-color);
}
input.member_add_btn {
  background-color: var(--member-color);
}
h2.mp_title {
  background: var(--member-color);
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
  background: var(--member-color);
}
#mp_bukken .osusume_more a {
  border: 1px solid var(--member-color);
  box-shadow: 0px 2px 0px 0px var(--member-color);
  color: var(--member-color);
}
