@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  会員とは？
**************************************************
--------------------------------------------------*/
/* コンテンツトップ背景画像 */
#page_title_sub.bg_about_member .title_bg_box:before {
  background: url(../imgs/about_member/top_bg.jpg) center center / cover no-repeat;
}

/* 会員比較テーブル（PC用） */
.member-table-wrap {
  margin: 30px 0;
}

.member-table {
  width: 100%!important;
  margin-left: 0!important;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
}

.member-table th,
.member-table td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.member-table th.col-header {
  background: #5da640;
  color: #fff;
  width: 120px;
}

.member-table th.col-type {
  background: #5da640;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.member-table th.row-header {
  background: rgb(242 251 239);
  text-align: center;
  font-weight: bold;
  width: 120px;
}

.member-table td {
  background: #fff;
  text-align: left;
}

.member-table a {
  color: #5da640;
  text-decoration: underline;
}

.member-table a:hover {
  text-decoration: none;
}

/* 会員サイトリンクボタン */
.member-site-btn {
  margin-top: 30px;
  text-align: center;
}

.member-site-btn a {
  display: inline-block;
  padding: 15px 40px;
  background: #5da640;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.member-site-btn a:hover {
  background: #4a8c33;
}
