@charset "utf-8";@charset "UTF-8";
/* = mod-listRealtorHeading
----------------------------------------------- *
 * 不動産会社ページ見出し
----------------------------------------------- */
.mod-listRealtorHeading {
  font-size: 1rem;
  margin: 10px 10px 20px;
}

.mod-listRealtorHeading .heading {
  margin-bottom: 10px;
}

.mod-listRealtorHeading .heading .realtorName {
  font-weight: bold;
  font-size: 1.13em; /* 18px */
  line-height: 1.4;
}

.mod-listRealtorHeading .prMessage {
  line-height: 1.4;
  font-size: 0.88em; /* 14px */
}

/* module.css の上書き　*/
.mod-listRealtorHeading .icon-certification {
  font-size: 0.75em; /* 12px */
  margin-bottom: 5px;
}
@charset "UTF-8";
/* = mod-listRealtorSummary
----------------------------------------------- *
 * 不動産会社概要
----------------------------------------------- */
.mod-listRealtorSummary {
  font-size: 1rem;
  margin: 0 10px 30px;
}

/* 開閉　*/
.mod-listRealtorSummary .accordionTrigger {
  display: block;
  font-weight: bold;
  font-size: 0.875em; /* 14px */
  margin: 0 0 20px auto;
  background-color: transparent; /* 以下はbutton 初期化　*/
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

.mod-listRealtorSummary .accordionTrigger .icon {
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.mod-listRealtorSummary .accordionTrigger .open {
  display: inline-block;
}

.mod-listRealtorSummary .accordionTrigger .close {
  display: none;
}

.mod-listRealtorSummary .summary {
  display: none; /* defaultは非表示 */
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-listRealtorSummary .summary table {
  table-layout: fixed;
  font-size: 0.88em; /* 14px */
  width: 100%;
}

.mod-listRealtorSummary .summary table > tbody > tr > th,
.mod-listRealtorSummary .summary table > tbody > tr > td {
  padding: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #d8d8d8;
}

.mod-listRealtorSummary .summary table > tbody > tr > th {
  width: 5em;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #3a515a;
  white-space: nowrap;
}

.mod-listRealtorSummary .summary table > tbody > tr > td {
  word-break: break-all;
}

.mod-listRealtorSummary .summary .anchor {
  font-size: 0.88em; /* 14px */
}

.mod-listRealtorSummary .summary .anchor .linkItem {
  display: block;
  padding: 1em;
  color: inherit;
  text-decoration: none;
  text-align: right;
}
