@charset "utf-8";@charset "UTF-8";
body {
  color: #000;
  font-size: 0.87rem;
}

.mod-personalIdentity {
  margin-bottom: 0;
}

/*
 擬似的なページ遷移を表現するため、
 特定のクラスが指定されたらメインコンテンツを非表示にし、
 指摘箇所詳細のセクションのみを表示する
 */
body.is-defectInfoPage .sec-header,
body.is-defectInfoPage .sec-footer,
body.is-defectInfoPage .sec-mainContents,
body.is-defectInfoPage .sec-aboutInspection {
  display: none;
}

body:not(.is-defectInfoPage) .sec-defectInfo {
  display: none;
}

/*
 同様に認定物件のときに他のセクションを隠す
 */
body.is-aboutInspectionPage .sec-header,
body.is-aboutInspectionPage .sec-footer,
body.is-aboutInspectionPage .sec-mainContents,
body.is-aboutInspectionPage .sec-defectInfo {
  display: none;
}

body:not(.is-aboutInspectionPage) .sec-aboutInspection {
  display: none;
}
@charset "UTF-8";
/*
 これを利用しないとiOSではスクロールできてしまうが、
 これを使うと、スクロールがトップに戻る */
/* html.is-unscrollable {
     overflow: auto;
     height: 100%;
} */
/* モーダルがでてるときはbodyをスクロールさせないようにする(Androidのみ) */
body.is-unscrollable {
  overflow: hidden;
  height: 100%;
}

/* モーダル全般のstyle */
.mod-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mod-modal-background {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.mod-modal.is-close {
  z-index: -999;
  opacity: 0;
}

.mod-modal .body {
  position: relative;
  margin: 1.87rem;
  border-radius: 4px;
  background: #fff;
  line-height: 1.5;
}

.mod-modal .body .closeBtn {
  display: block;
  position: absolute;
  top: -0.93rem;
  right: -0.93rem;
  height: 1.87rem;
  line-height: 1.62rem;
  width: 1.87rem;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

.mod-modal .body .contents {
  overflow: hidden;
  border-radius: 4px;
}
@charset "UTF-8";
/* テキストのみのシンプルなモーダル(の中身) */
.mod-planeModal .title {
  padding: 0.93rem;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1rem;
  color: #ed6103;
  text-align: center;
}

.mod-planeModal .description {
  padding: 0.93rem;
  line-height: 1.4;
}

.mod-planeModal .description .note {
  margin-left: 1em;
  text-indent: -1em;
  padding-top: 0.31rem;
}

.mod-planeModal .description .note::before {
  content: "※";
}
@charset "UTF-8";
/* 指摘箇所詳細 */
.mod-defectInfo nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ed6103;
  color: #fff;
  line-height: 1.4;
  font-size: 1rem;
}

.mod-defectInfo nav .back {
  -webkit-flex-basis: 3em;
  flex-basis: 3em;
  padding: 0.62rem;
  border-right: 1px solid #c44f00;
  text-decoration: none;
  color: #fff;
}

.mod-defectInfo nav .back::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-arrow2.svg?v=f2403d5faff3e4839b459ea6e11e8353') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}

.mod-defectInfo nav .title {
  padding: 0.62rem;
  font-weight: bold;
}

.mod-defectInfo nav .title .number {
  display: inline-block;
  padding: 3px 2px;
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  min-width: 1.5em;
}

.mod-defectInfo .summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.62rem 0;
  width: 100%;
}

.mod-defectInfo .summary .item {
  width: 25%;
  text-align: center;
}

.mod-defectInfo .summary .item:last-child {
  border-left: 1px solid #cfcfcf;
  border-right: none;
  min-width: 6em;
}

.mod-defectInfo .summary .title {
  margin: 3px 3px 6px;
  color: #56696d;
  white-space: nowrap;
}

.mod-defectInfo .summary .count {
  font-weight: bold;
  font-size: 1.25rem;
  height: 20px;
  line-height: 20px;
}

.mod-defectInfo .summary .count.noDefect.all {
  margin-left: 7px;
  font-weight: bold;
  font-size: 1.06rem;
}

.mod-defectInfo .summary .count.check {
  color: #dc482b;
}

/* 未確認以外はアイコンを表示するためbeforeにスペースを用意する */
.mod-defectInfo .summary .count:not(.unconfirmed)::before {
  background: no-repeat 0 1px; /* calc((2rem - 17px) / 2); */
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  vertical-align: top;
}

.mod-defectInfo .summary .count.noDefect::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-circle.svg?v=0de6ee200ebc5066d39796beeb92febd');
  width: 17px;
}

.mod-defectInfo .summary .count.check::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-times.svg?v=e1811a5d58eeb1f5fb31c2437ccafe72');
  background-position: 0 4px; /* calc((2rem - 13px) / 2); */
  width: 13px;
}

.mod-defectInfo .summary .count.fix::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-hammer.svg?v=e5ace243972fb40c723b81101eddc436');
  width: 17px;
}

.mod-defectInfo .summary .count .zero::after {
  content: "指摘無し";
  display: inline-block;
  margin: 2px 5px;
  border: 1px solid #ed6103;
  height: 1.2em;
  color: #ed6103;
  font-weight: normal;
  font-size: 0.75rem;
  vertical-align: bottom;
}

.mod-defectInfo .points {
  width: 100%;
  box-sizing: border-box;
}

.mod-defectInfo .points th:last-child, .mod-defectInfo .points td:last-child {
  border-left: 1px solid #d8d8d8;
}

.mod-defectInfo .points > tbody tr {
  border-bottom: 1px solid #d8d8d8;
}

.mod-defectInfo .points > tbody tr:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.mod-defectInfo .points > thead {
  background-color: #f5f5f5;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.75rem;
}

.mod-defectInfo .points > thead th {
  padding: 0.62rem;
}

.mod-defectInfo .points > thead .pointLead {
  text-align: left;
  padding-left: 0.62rem;
}

.mod-defectInfo .points > thead .fixLead {
  padding: 0 0.31rem;
  min-width: 4em;
  white-space: nowrap;
}

.mod-defectInfo .summary .title .noteNum,
.mod-defectInfo .points > thead .fixLead .noteNum {
  margin-left: 0.12rem;
  font-size: 0.62rem;
}

.mod-defectInfo .points > tbody .statusData {
  width: 1em;
  padding: 0.62rem 0.31rem 0.62rem 0.62rem;
}

.mod-defectInfo .points > tbody .pointData {
  width: 100%;
  padding: 0.62rem 0.31rem 0.62rem 0;
}

.mod-defectInfo .points > tbody .fixData {
  padding: 0.62rem 0;
  text-align: center;
  vertical-align: middle;
}

.mod-defectInfo .points > tbody .icon:not(.check) {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  vertical-align: top;
}

.mod-defectInfo .points > tbody .icon.check {
  display: inline-block;
  height: 0.9em;
  width: 1.2em;
  vertical-align: middle;
}

.mod-defectInfo .points > tbody .icon.noDefect {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-circle.svg?v=0de6ee200ebc5066d39796beeb92febd') no-repeat 50% 50%;
  background-size: contain;
}

.mod-defectInfo .points > tbody .icon.check {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-times.svg?v=e1811a5d58eeb1f5fb31c2437ccafe72') no-repeat 50% 50%;
  background-size: contain;
}

.mod-defectInfo .points > tbody .icon.fix {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-hammer.svg?v=e5ace243972fb40c723b81101eddc436') no-repeat 0 0;
  background-size: contain;
}

.mod-defectInfo .points > tbody .point {
  font-weight: bold;
  word-break: break-word;
  line-height: 1.2;
}

.mod-defectInfo .points > tbody .point.check {
  color: #dc482b;
}

.mod-defectInfo .points > tbody .point.unconfirmed {
  color: #a5a5a5;
}

.mod-defectInfo .points > tbody .supplement {
  padding-top: 0.31rem;
  line-height: 1.4;
}

.mod-defectInfo .description {
  background-color: #ebebeb;
}

.mod-defectInfo .aboutPoint {
  margin: 0 0.62rem;
  padding: 0;
}

.mod-defectInfo .aboutWords {
  margin: 0 0.62rem;
  padding-bottom: 20px;
}

.mod-defectInfo .aboutPoint .descriptionItem {
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0;
}

.mod-defectInfo .aboutWords .descriptionItem {
  padding-top: 20px;
}

.mod-defectInfo .descriptionItem .lead {
  font-weight: bold;
  padding-bottom: 0.31rem;
}

.mod-defectInfo .descriptionItem .text {
  line-height: 1.2;
}
@charset "UTF-8";
/* = mod-notes
----------------------------------------------- *
* 注釈文言
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-notes {
  margin: 10px;
}
@charset "UTF-8";
/* LIFULL HOME'S 認定物件とは */
.mod-aboutInspection nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ed6103;
  color: #fff;
  line-height: 1.4;
  font-size: 1rem;
}

.mod-aboutInspection nav .back {
  -webkit-flex-basis: 3em;
  flex-basis: 3em;
  padding: 0.62rem;
  border-right: 1px solid #c44f00;
  text-decoration: none;
  color: #fff;
}

.mod-aboutInspection nav .back::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-arrow2.svg?v=f2403d5faff3e4839b459ea6e11e8353') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}

.mod-aboutInspection nav .title {
  padding: 0.62rem;
  font-weight: bold;
}

.mod-aboutInspection .catchImage {
  width: 100%;
}

.mod-aboutInspection .label {
  padding: 0.62rem 0 0 0.62rem;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: bold;
}

.mod-aboutInspection .description {
  padding: 0.62rem;
  line-height: 1.4;
}

.mod-aboutInspection .heading {
  position: relative;
  padding: 16px 10px 16px 26px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  font-size: 1.12rem;
  font-weight: bold;
}

.mod-aboutInspection .heading::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  bottom: 13px;
  display: block;
  width: 6px;
  border-radius: 3px;
  background-color: #ed6103;
}

.mod-aboutInspection .inspections > li {
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #d8d8d8;
  margin: 0.93rem;
}

.mod-aboutInspection .inspections > li:last-child {
  border-bottom: none;
  padding-bottom: 2.5rem;
}

.mod-aboutInspection .inspections .outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0.62rem 0;
}

.mod-aboutInspection .inspections .outline::before {
  content: "";
  margin-right: 0.31rem;
  height: 65px;
  min-width: 65px;
  background: no-repeat 0 75%;
  background-size: contain;
}

.mod-aboutInspection .inspections .outline.money::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-moneySummary.svg?v=68fc4ad2c28b3fd5ac304b4ce4ebf63d');
}

.mod-aboutInspection .inspections .outline.building::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-buildingSummary.svg?v=39d19a2c57ace9fbab5d0c6fa7a9fb5b');
}

.mod-aboutInspection .inspections .outline.termite::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-termiteSummary.svg?v=8a75502d35f71f2e4a53d68c01f8c28a');
}

.mod-aboutInspection .inspections .outline.faucet::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-faucetSummary.svg?v=e032543d48d06cfc051662652fccd337');
}

.mod-aboutInspection .inspections .outline .contents {
  line-height: 1.4;
}

.mod-aboutInspection .inspections .outline .contents .title {
  margin-bottom: 0.31rem;
  color: #ed6103;
  font-weight: bold;
  font-size: 1.12rem;
}

.mod-aboutInspection .inspections .detail .note {
  margin-left: 1em;
  text-indent: -1em;
}

.mod-aboutInspection .inspections .detail .note::before {
  content: "※";
}
@charset "UTF-8";
/* = mod-inspectionSummary
----------------------------------------------- *
* 検査概要
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-inspectionSummary {
  background-color: #f5f5f5;
  margin: 0 0 -1px;
  padding: 8px 0 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mod-inspectionSummary .inspectionList {
  border-spacing: 10px 8px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mod-inspectionSummary .inspectionList + .inspectionList {
  border-spacing: 10px 2px;
}

.mod-inspectionSummary .inspectionList .inspectionListItem {
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: table-cell;
  line-height: 1.4;
  position: relative;
  vertical-align: top;
  width: 50%;
}

/* 認定リボン
----------------------------------------------- */
.mod-inspectionSummary .inspectionList .inspectionListItem::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-underArrow.svg?v=b7b8f951a94c5569a90146b35cd5ff81') no-repeat 49% 50%;
  bottom: 5px;
  content: "";
  height: 12px;
  width: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.mod-inspectionSummary .inspectionList .inspectionListItem.dummyList {
  opacity: 0;
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionTitle {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  color: #ed6103;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionTitle::before {
  background: no-repeat 0 75%;
  background-size: contain;
  content: "";
  display: block;
  height: 45px;
  margin: 0 auto 5px;
  width: 45px;
}

/* 各検査項目アイコン */
.mod-inspectionSummary .inspectionList .price .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-money.svg?v=6293d80cde3324e420c631e79a95b629');
}

.mod-inspectionSummary .inspectionList .defectInsurance .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-building.svg?v=83c3a1bc6b65f661d0468bd20c27fa69');
}

.mod-inspectionSummary .inspectionList .equipment .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-faucet.svg?v=9ff23c20bf9cdaa00d9ef51bc9d40903');
}

.mod-inspectionSummary .inspectionList .termite .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-termite.svg?v=5c5dcc734fd7614fe8b0599cc9113c15');
  width: 51px;
}

/* 該当項目がなかった場合 */
.mod-inspectionSummary .inspectionList .notApplicable {
  background-color: #e1e1e1;
  color: #a5a5a5;
}

.mod-inspectionSummary .inspectionList .notApplicable::after {
  display: none;
}

.mod-inspectionSummary .inspectionList .notApplicable .inspectionDefinition {
  cursor: default;
}

.mod-inspectionSummary .inspectionList .notApplicable .inspectionDefinition .inspectionTitle,
.mod-inspectionSummary .inspectionList .notApplicable .inspectionDefinition:hover .inspectionTitle {
  background-color: #ebebeb;
  color: #a5a5a5;
}

.mod-inspectionSummary .inspectionList .notApplicable.price .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-moneyGray.svg?v=2ed29d9ed872c04384a69366c7e6191e');
}

.mod-inspectionSummary .inspectionList .notApplicable.defectInsurance .inspectionDefinition .inspectionTitle::before {
  /* 瑕疵は該当なし */
}

.mod-inspectionSummary .inspectionList .notApplicable.equipment .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-faucetGray.svg?v=af12613d6c878c8dc7b2aeb08d044ad0');
}

.mod-inspectionSummary .inspectionList .notApplicable.termite .inspectionDefinition .inspectionTitle::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-termiteGray.svg?v=255c39093bb37cb6400a79b8d1ae0cb9');
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionComponent .inspectionComponentList {
  font-size: 0.68rem;
  padding: 15px 5px 20px;
}

.mod-inspectionSummary .inspectionList .inspectionListItem.criterion .inspectionDefinition .inspectionComponent {
  position: relative;
}

.mod-inspectionSummary .inspectionList .inspectionListItem.criterion .inspectionDefinition .inspectionComponent::before {
  background: none no-repeat 0 0;
  content: "";
  background-size: contain;
  display: block;
  height: 28px;
  position: absolute;
  right: 2px;
  top: 0;
  width: 28px;
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-criterion.svg?v=16ec83ec55fb5fb61cb0ef2ba32573ae');
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionComponent .inspectionComponentList .inspectionComponentListItem {
  padding-left: 13px;
  text-indent: -13px;
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionComponent .inspectionComponentList .inspectionComponentListItem::before {
  background: #27a493 url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-check.svg?v=a41d9d353167cc055945ade704476cb0') no-repeat 49% 50%;
  background-size: 63%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 2px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 1em;
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionComponent .inspectionComponentList .inspectionComponentListItem.notComplied {
  color: #a5a5a5;
}

.mod-inspectionSummary .inspectionList .inspectionListItem .inspectionDefinition .inspectionComponent .inspectionComponentList .inspectionComponentListItem.notComplied::before {
  background-color: transparent;
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-empty.svg?v=e9ba0f1dbea350c7d9086a499e3dfd1e');
  background-size: 100%;
}

.mod-inspectionSummary .aboutInspection {
  font-size: 0.87rem;
  line-height: 1.4;
  margin-top: 10px;
  padding: 10px 10px 0;
}

.mod-inspectionSummary .aboutInspection .aboutInspectionTitle {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.mod-inspectionSummary .aboutInspection .aboutInspectionInfo .modalLink {
  color: #00f;
  display: block;
  text-decoration: underline;
}
@charset "UTF-8";
/* = mod-buttonArea
----------------------------------------------- *
* 問合せボタン・お気に入り追加ボタン
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-buttonArea {
  margin: 0;
  padding: 0;
}

.mod-buttonArea .inquireButtonList {
  border-spacing: 10px;
  display: table;
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem {
  display: table-cell;
  width: 50%;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem a {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem .icon {
  background: no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem .text {
  vertical-align: middle;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem .free {
  display: block;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem:only-child .free {
  display: inline-block;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem .free .freeParentheses {
  display: none;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem .free .freeText {
  border-radius: 10px;
  font-size: 0.62rem;
  font-weight: normal;
  padding: 4px 8px;
}

/* 資料請求 */
.mod-buttonArea .inquireButtonList .inquireButtonListItem.mail a {
  background-color: #0052e8;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem.mail .icon {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-mail.svg?v=8d0fabc5cb5ab23c989c02d9b734a515') no-repeat 0 0;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem.mail .free .freeText {
  background-color: #063acc;
}

/* 電話問合せ */
.mod-buttonArea .inquireButtonList .inquireButtonListItem.tel a {
  background-color: #fff;
  border: 1px solid #0052e8;
  color: #0052e8;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem.tel .icon {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-tel.svg?v=5ed360fbf3f727a4edb7de25959ae034') no-repeat 0 0;
}

.mod-buttonArea .inquireButtonList .inquireButtonListItem.tel .free .freeText {
  background-color: #ebebeb;
}

/* お気に入りボタン
----------------------------------------------- */
.mod-buttonArea .favoriteButton {
  border-top: 1px solid #d8d8d8;
  margin: 0 10px;
  padding-top: 20px;
}

.mod-buttonArea .favoriteButton a {
  background-color: #fff;
  color: #000;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.mod-buttonArea .favoriteButton a .icon {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-addFavorite.svg?v=05bf3bc2875436205b88a78938e86df9') no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.mod-buttonArea .favoriteButton a.button .icon {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-addedFavorite.svg?v=167db6fa8cc2c53d5be78ec0642c9235');
}

.mod-buttonArea .favoriteButton a .text {
  vertical-align: middle;
}
@charset "UTF-8";
/* = mod-certification
----------------------------------------------- *
* 認定エンブレム
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-certification {
  margin: 0 0 -1px;
  position: relative;
}

/* 認定リボン
----------------------------------------------- */
.mod-certification::before {
  background: none no-repeat 0 0;
  content: "";
  display: block;
  height: 75px;
  position: absolute;
  right: 30px;
  top: 0;
  width: 55px;
}

.mod-certification.threeStars::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-3stars.svg?v=7122d01cbf48a049ef6cc84b7549f46f');
}

.mod-certification.fourStars::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-4stars.svg?v=6cabeb7d079a38c552a6dadd3f2ce6bb');
}

/* L字フォーカス
----------------------------------------------- */
.mod-certification .authorizedRa {
  padding: 15px 10px 10px;
  position: relative;
}

.mod-certification .authorizedRa::before,
.mod-certification .authorizedRa::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 15px;
  width: 15px;
}

.mod-certification .authorizedRa::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 10px;
}

.mod-certification .authorizedRa::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
}

.mod-certification .authorizedRa .authorizedRaInner {
  padding: 20px 15px;
}

.mod-certification .authorizedRa .authorizedRaInner::before,
.mod-certification .authorizedRa .authorizedRaInner::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  bottom: 15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
}

.mod-certification .authorizedRa .authorizedRaInner::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 10px;
}

.mod-certification .authorizedRa .authorizedRaInner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

/* 認定エンブレム
----------------------------------------------- */
.mod-certification .emblem {
  display: block;
  margin: 0 auto 10px;
  width: 160px;
}

/* 認定物件情報
----------------------------------------------- */
.mod-certification .raInfo {
  line-height: 1.4;
  text-align: center;
}

.mod-certification .raInfo .raName {
  color: #ed6103;
  font-size: 1.37rem;
  font-weight: bold;
  line-height: 1.2;
}
@charset "UTF-8";
/* = mod-defectInsurance
----------------------------------------------- *
* かし保険
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-defectInsurance {
  margin: 0 0 -1px;
  position: relative;
}

/* 認定リボン
----------------------------------------------- */
.mod-defectInsurance.criterion::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-criterion.svg?v=16ec83ec55fb5fb61cb0ef2ba32573ae') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 62px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 55px;
  z-index: 10;
}

.mod-defectInsurance .heading {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 1.12rem;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 65px 10px 50px;
  position: relative;
}

.mod-defectInsurance .heading::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-building.svg?v=83c3a1bc6b65f661d0468bd20c27fa69') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: 10px;
  position: absolute;
  width: 30px;
}

.mod-defectInsurance > .description {
  padding: 0.75rem 0.62rem 0.12rem;
  line-height: 1.4;
}

/* L字フォーカス
----------------------------------------------- */
.mod-defectInsurance .defectInsuranceInspection {
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.mod-defectInsurance .defectInsuranceInspection::before,
.mod-defectInsurance .defectInsuranceInspection::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.mod-defectInsurance .defectInsuranceInspection::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 10px;
}

.mod-defectInsurance .defectInsuranceInspection::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner {
  padding: 15px 15px 20px;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner::before,
.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  bottom: 10px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 10px;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner .label {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 1rem;
  color: #ed6103;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner .text {
  margin-top: 5px;
  line-height: 1.4;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner .warranty {
  margin: 20px 0 5px;
  font-weight: bold;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner .modalIcon {
  display: inline-block;
}

.mod-defectInsurance .defectInsuranceInspection .defectInsuranceInspectionInner .modalIcon::before {
  content: "?";
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: normal;
  vertical-align: text-bottom;
}

/* 保証内容
----------------------------------------------- */
.mod-defectInsurance .defectInsuranceInspection .notice {
  font-weight: bold;
  color: #ed6103;
}

.mod-defectInsurance .defectInsuranceInspection dl {
  display: table;
  line-height: 1.4;
  padding-bottom: 3px;
  width: 100%;
}

.mod-defectInsurance .defectInsuranceInspection dl:last-of-type {
  padding-bottom: 0;
}

.mod-defectInsurance .defectInsuranceInspection dl .title,
.mod-defectInsurance .defectInsuranceInspection dl .description {
  display: table-cell;
  vertical-align: bottom;
}

.mod-defectInsurance .defectInsuranceInspection dl .title {
  color: #3a515a;
  width: 5.8em;
}

.mod-defectInsurance .defectInsuranceInspection .price .description {
  font-weight: bold;
  line-height: 1;
}

.mod-defectInsurance .defectInsuranceInspection .price .description .num,
.mod-defectInsurance .defectInsuranceInspection .price .description .fullGuarantee {
  color: #ed6103;
  font-size: 1.25rem;
}

.mod-defectInsurance .defectInsuranceInspection .price .description .unit {
  font-size: 0.87rem;
}

.mod-defectInsurance .defectInsuranceInspection .term .description .days {
  font-weight: bold;
}

.mod-defectInsurance .defectInsuranceInspection .corporation .title {
  vertical-align: top;
}

.mod-defectInsurance .defectInsuranceInspection .target .title {
  vertical-align: top;
}

.mod-defectInsurance .defectInsuranceInspection .target .description .targetList .targetListItem {
  display: inline;
  line-height: 1.4;
}

.mod-defectInsurance .defectInsuranceInspection .target .description .targetList .targetListItem::after {
  content: " / ";
}

.mod-defectInsurance .defectInsuranceInspection .target .description .targetList .targetListItem:last-of-type::after {
  content: none;
}

/* 建物の状況
----------------------------------------------- */
.mod-defectInsurance .defectPoint {
  background-color: #f5f5f5;
}

.mod-defectInsurance .defectPoint .defectPointInfo {
  line-height: 1.4;
}

.mod-defectInsurance .defectPoint .defectPointInfo .defectPointInfoTitle {
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
}

.mod-defectInsurance .defectPoint .defectPointInfo .defectPointInfoDescription {
  padding: 0 10px;
}

.mod-defectInsurance .defectPoint .defectPointImage {
  margin: 20px auto;
  position: relative;
  width: 280px;
}

.mod-defectInsurance .defectPoint .defectPointImage .glass {
  display: block;
  height: 36%;
  left: 69%;
  position: absolute;
  top: 20%;
  width: 36%;
}

.mod-defectInsurance .defectPoint .defectPointImage.is-animate .glass {
  animation: glass-bounds 1s;
  -webkit-animation: glass-bounds 1s;
}

.mod-defectInsurance .defectPoint .houseImages {
  height: 233px;
  overflow: hidden;
}

.mod-defectInsurance .defectPoint .defectPointImage .outerHouse {
  display: block;
  width: 280px;
}

.mod-defectInsurance .defectPoint .defectPointImage .innerHouse {
  display: block;
  width: 280px;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0%, -100%, 0);
  transition: opacity 0.8s ease-in;
  -webkit-transition: opacity 0.8s ease-in;
}

.mod-defectInsurance .defectPoint .defectPointImage .innerHouse.is-animate {
  opacity: 1;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList {
  counter-reset: defectNumber;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList.is-animate {
  opacity: 1;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .defectPointListItem {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.18rem;
  position: absolute;
  text-align: center;
  width: 1.25rem;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .defectPointListItem::before {
  content: counter(defectNumber);
  counter-increment: defectNumber;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .roof {
  left: 18%;
  top: 0%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .roofTrus {
  left: 12%;
  top: 14%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .eavesSoffit {
  left: 1%;
  top: 25%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .ceiling {
  left: 23%;
  top: 26%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .column {
  left: 21%;
  top: 38%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .balcony {
  left: 40%;
  top: 40%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .outerWall {
  left: 54%;
  top: 52%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .innerWall {
  left: 9%;
  top: 61%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .floor {
  left: 23%;
  top: 72%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .groundwork {
  left: 13%;
  top: 81%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .foundation {
  left: 27%;
  top: 88%;
}

/* かしの3値論理 */
.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .defect-true {
  background-color: #dc482b;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .defect-false {
  background-color: #27a493;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .defect-unknown {
  background-color: #7c7c7c;
}

/* 指摘箇所 */
.mod-defectInsurance .defectPoint .defectPointButton {
  counter-reset: defectNumber;
  padding-bottom: 20px;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0 10px;
  vertical-align: middle;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes::after {
  clear: both;
  content: "";
  display: block;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes .notesHeading {
  float: left;
  font-weight: bold;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes .notesHeading::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-times.svg?v=e1811a5d58eeb1f5fb31c2437ccafe72') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-right: 4px;
  vertical-align: middle;
  width: 0.8em;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes .notesHeading .repairPlan {
  font-weight: normal;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes .notesHeading .repairPlan .hammer {
  margin-right: 2px;
  vertical-align: middle;
  width: 14px;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes .notesHeading .repairPlan .modalIcon::before {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #6c6c6c;
  content: "?";
  display: inline;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 1px;
  padding: 2px 5px;
  vertical-align: baseline;
}

.mod-defectInsurance .defectPoint .defectPointButton .notes .defectNone {
  background-color: #fff;
  border: 1px solid #ed6103;
  color: #ed6103;
  float: right;
  font-weight: bold;
  font-size: 0.68rem;
  padding: 4px;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList {
  border-collapse: separate;
  border-spacing: 10px 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem {
  background-color: #fff;
  border-radius: 4px;
  border-spacing: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 50%;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem .defectNumber {
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: table-cell;
  font-size: 0.93rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* かしの3値論理 */
.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-unknown {
  background-color: #ebebeb;
  color: #7c7c7c;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-true .defectNumber {
  background-color: #dc482b;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-false .defectNumber {
  background-color: #27a493;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-unknown .defectNumber {
  background-color: #7c7c7c;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem .defectNumber::before {
  content: counter(defectNumber);
  counter-increment: defectNumber;
  display: block;
  width: 2em;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem .defectPointDetail {
  border-radius: 0 4px 4px 0;
  display: table-cell;
  line-height: 1.4;
  padding: 10px;
  width: 100%;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem:not(.defect-true) .defectPointDetail {
  line-height: 1.6;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem .defectPointDetail .defectPointTarget {
  font-weight: bold;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem .defectPointDetail .defectPointStatus {
  white-space: nowrap;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus {
  font-size: 0.75rem;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defectPointListItem .defectPointDetail .defectPointStatus::before {
  background: no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 3px;
}

/* 瑕疵無し */
.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-false .defectPointDetail .defectPointStatus::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-circle.svg?v=0de6ee200ebc5066d39796beeb92febd');
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

/* かし有り */
.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-times.svg?v=e1811a5d58eeb1f5fb31c2437ccafe72');
  height: 0.8em;
  width: 0.8em;
  vertical-align: baseline;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus .totalDefect {
  display: inline-block;
  margin-right: 2px;
  color: #dc482b;
  font-size: 1.12rem;
  font-weight: bold;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus .hammer {
  margin-right: 1px;
  vertical-align: baseline;
  width: 9px;
}

.mod-defectInsurance .defectPoint .defectPointButton .defectPointList .defect-unknown .defectPointDetail .defectPointStatus {
  color: #a5a5a5;
}

/* 給排水管路の状況
----------------------------------------------- */
.mod-defectInsurance .layingPipes {
  background-color: #f5f5f5;
  padding-bottom: 10px;
}

.mod-defectInsurance .layingPipes .layingPipesHeading {
  border-top: 1px solid #d8d8d8;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px;
  padding: 20px 0 10px;
}

.mod-defectInsurance .layingPipes .defectPointImage {
  margin: 15px auto;
  position: relative;
  width: 300px;
  top: 0;
}

.mod-defectInsurance .layingPipes .defectPointImage .houseImages {
  height: 171px;
  overflow: hidden;
  position: relative;
  top: 0;
}

.mod-defectInsurance .layingPipes .defectPointImage .layingPipesImage {
  display: block;
  width: 100%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList {
  counter-reset: defectNumber;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  position: absolute;
  top: 0;
  width: 300px;
  height: 171px;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList.is-animate {
  opacity: 1;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .defectPointListItem {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.18rem;
  position: absolute;
  text-align: center;
  width: 1.25rem;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .defectPointListItem::before {
  content: counter(defectNumber);
  counter-increment: defectNumber;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .outdoor {
  left: 0%;
  top: 24%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .ceilingBack {
  left: 16%;
  top: -2%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .underFloor {
  left: 18%;
  bottom: 4%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .kitchen {
  left: 28%;
  top: 34%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .toilet {
  left: 59%;
  top: 29%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .washroom {
  left: 76%;
  top: 21%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .bathroom {
  left: 82%;
  top: 39%;
}

/* かしの3値論理 */
.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .defect-true {
  background-color: #dc482b;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .defect-false {
  background-color: #27a493;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .defect-unknown {
  background-color: #7c7c7c;
}

/* 指摘箇所 */
.mod-defectInsurance .layingPipes .defectPointButton {
  counter-reset: defectNumber;
  padding-bottom: 10px;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  padding: 0 10px;
  vertical-align: middle;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes::after {
  clear: both;
  content: "";
  display: block;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes .notesHeading {
  float: left;
  font-weight: bold;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes .notesHeading::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-times.svg?v=e1811a5d58eeb1f5fb31c2437ccafe72') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-right: 4px;
  vertical-align: baseline;
  width: 0.8em;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes .notesHeading .repairPlan {
  font-weight: normal;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes .notesHeading .repairPlan .hammer {
  margin-right: 3px;
  vertical-align: middle;
  width: 14px;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes .notesHeading .repairPlan .modalIcon::before {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #6c6c6c;
  content: "?";
  display: inline;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 1px;
  padding: 2px 5px;
  vertical-align: baseline;
}

.mod-defectInsurance .layingPipes .defectPointButton .notes .defectNone {
  background-color: #fff;
  border: 1px solid #ed6103;
  color: #ed6103;
  float: right;
  font-size: 0.68rem;
  font-weight: bold;
  padding: 4px;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList {
  border-collapse: separate;
  border-spacing: 10px 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem {
  background-color: #fff;
  border-radius: 4px;
  border-spacing: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 50%;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem .defectNumber {
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: table-cell;
  font-size: 0.93rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* かしの3値論理 */
.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-unknown {
  background-color: #ebebeb;
  color: #7c7c7c;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-true .defectNumber {
  background-color: #dc482b;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-false .defectNumber {
  background-color: #27a493;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-unknown .defectNumber {
  background-color: #7c7c7c;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem .defectNumber::before {
  content: counter(defectNumber);
  counter-increment: defectNumber;
  display: block;
  width: 2em;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem .defectPointDetail {
  border-radius: 0 4px 4px 0;
  display: table-cell;
  line-height: 1.4;
  padding: 10px;
  width: 100%;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem:not(.defect-true) .defectPointDetail {
  line-height: 1.6;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem .defectPointDetail .defectPointTarget {
  font-weight: bold;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem .defectPointDetail .defectPointStatus {
  white-space: nowrap;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus {
  font-size: 0.75rem;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defectPointListItem .defectPointDetail .defectPointStatus::before {
  background: no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

/* 瑕疵無し */
.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-false .defectPointDetail .defectPointStatus::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-circle.svg?v=0de6ee200ebc5066d39796beeb92febd');
  height: 1em;
  width: 1em;
}

/* かし有り */
.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-times.svg?v=e1811a5d58eeb1f5fb31c2437ccafe72');
  height: 0.8em;
  width: 0.8em;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus .totalDefect {
  display: inline-block;
  margin-right: 1px;
  color: #dc482b;
  font-size: 1.12rem;
  vertical-align: baseline;
  font-weight: bold;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-true .defectPointDetail .defectPointStatus .hammer {
  margin-right: 2px;
  vertical-align: baseline;
  width: 10px;
}

.mod-defectInsurance .layingPipes .defectPointButton .defectPointList .defect-unknown .defectPointDetail .defectPointStatus {
  color: #a5a5a5;
}

/* 専門家からの総合所見
----------------------------------------------- */
.mod-defectInsurance .specialistOpinion {
  background-color: #ebebeb;
  border-bottom: 1px solid #fff;
  font-size: 0.87rem;
  line-height: 1.4;
  padding: 15px 10px;
}

.mod-defectInsurance .specialistOpinion .opinionTitle {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.mod-defectInsurance .specialistOpinion .opinionTitle::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-note.svg?v=c643f087f2e7ea1c69ddd4666ba6ea42') no-repeat 0 50%;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 4px;
  vertical-align: top;
  width: 22px;
}

.mod-defectInsurance .specialistOpinion .opinionDetail {
  word-wrap: break-word;
}

@keyframes glass-bounds {
  from {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  99.9% {
    transform: scale(1);
  }
}
@-webkit-keyframes glass-bounds {
  from {
    -webkit-transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
  }
  99.9% {
    -webkit-transform: scale(1);
  }
}
@charset "UTF-8";
/* = mod-equipment
----------------------------------------------- *
* 設備保証
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-equipment {
  margin: 0 0 -1px;
  position: relative;
}

/* 認定リボン
----------------------------------------------- */
.mod-equipment.criterion::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-criterion.svg?v=16ec83ec55fb5fb61cb0ef2ba32573ae') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 62px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 55px;
  z-index: 10;
}

.mod-equipment .heading {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 1.12rem;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 65px 10px 50px;
  position: relative;
}

.mod-equipment .heading::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-faucet.svg?v=9ff23c20bf9cdaa00d9ef51bc9d40903') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: 10px;
  position: absolute;
  width: 30px;
}

.mod-equipment > .description {
  padding: 0.75rem 0.62rem 0.12rem;
  line-height: 1.4;
}

/* L字フォーカス
----------------------------------------------- */
.mod-equipment .equipmentInspection {
  padding: 10px;
  position: relative;
}

.mod-equipment .equipmentInspection::before,
.mod-equipment .equipmentInspection::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.mod-equipment .equipmentInspection::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 10px;
}

.mod-equipment .equipmentInspection::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner {
  padding: 15px 15px 20px;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner::before,
.mod-equipment .equipmentInspection .equipmentInspectionInner::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  bottom: 10px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 10px;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner .label {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 1rem;
  color: #ed6103;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner .text {
  margin-top: 5px;
  line-height: 1.4;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner .warranty {
  margin: 20px 0 5px;
  font-weight: bold;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner .modalIcon {
  display: inline-block;
}

.mod-equipment .equipmentInspection .equipmentInspectionInner .modalIcon::before {
  content: "?";
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: normal;
  vertical-align: text-bottom;
}

/* 保証内容
----------------------------------------------- */
.mod-equipment .notice {
  color: #ed6103;
  font-weight: bold;
}

.mod-equipment dl {
  display: table;
  line-height: 1.4;
  padding-bottom: 3px;
  width: 100%;
}

.mod-equipment dl:only-child {
  margin-top: 0;
}

.mod-equipment dl:last-of-type {
  padding-bottom: 0;
}

.mod-equipment dl .title,
.mod-equipment dl .description {
  display: table-cell;
  vertical-align: bottom;
}

.mod-equipment dl .title {
  color: #3a515a;
  width: 5.8em;
}

.mod-equipment .price .description {
  font-weight: bold;
  line-height: 1;
}

.mod-equipment .price .description .num,
.mod-equipment .price .description .fullGuarantee {
  color: #ed6103;
  font-size: 1.25rem;
}

.mod-equipment .price .description .unit {
  font-size: 0.87rem;
}

.mod-equipment .term .description .days {
  font-weight: bold;
}

.mod-equipment .corporation .title {
  vertical-align: top;
}

/* 保証対象
----------------------------------------------- */
.mod-equipment .target .targetHeading {
  font-size: 1rem;
  font-weight: bold;
  margin: 5px 10px 15px;
}

.mod-equipment .target .targetInfo {
  width: 100%;
}

.mod-equipment .target .targetInfo tr {
  margin: 0 10px 15px;
  display: block;
  line-height: 1.4;
}

.mod-equipment .target .targetInfo .targetInfoHeading {
  padding-top: 15px;
  border-top: 1px solid #d8d8d8;
}

.mod-equipment .target .targetInfo .targetInfoHeading th {
  font-size: 1rem;
  font-weight: bold;
  line-height: 16px;
}

.mod-equipment .target .targetInfo .targetInfoHeading th::before {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  content: "";
  background: no-repeat 0 0;
  background-size: contain;
}

.mod-equipment .target .targetInfo .targetInfoHeading th.kitchen::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-kitchen.svg?v=24a1951c4cae8578d4ee60b7dc0e251d');
  margin-right: 1px;
}

.mod-equipment .target .targetInfo .targetInfoHeading th.waterHeater::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-waterHeater.svg?v=11d407ccb37ed1e61a8a6a87f2871dfc');
}

.mod-equipment .target .targetInfo .targetInfoHeading th.bathroom::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-bathroom.svg?v=a2d11359d50c4957da29dbbe49534f5a');
}

.mod-equipment .target .targetInfo .targetInfoHeading th.toilet::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-toilet.svg?v=6bc3000654876ec0f243b504b3b8ca9d');
  margin-right: 1px;
}

.mod-equipment .target .targetInfo .targetInfoHeading th.lavatory::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-lavatory.svg?v=26807a69774b65019369062ce7d71d15');
}

.mod-equipment .target .targetInfo .targetInfoHeading th.airConditioning::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-airConditioning.svg?v=540facff5ebb0f668e385c742b61fadc');
}

.mod-equipment .target .targetInfo .targetInfoHeading th.lighting::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-lighting.svg?v=6d9c454b0de02440164bfe9664593c46');
}

.mod-equipment .target .targetInfo .targetInfoHeading th.other::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/equipment/icon-other.svg?v=1bce21ecef23e5d0a1963b752c6a5de1');
  margin-right: -1px;
}

.mod-equipment .target .targetInfo .targetInfoDetail .equipmentName {
  position: relative;
  font-weight: bold;
}

.mod-equipment .target .targetInfo .targetInfoDetail .equipmentName::before {
  background-color: #ed6103;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}

.mod-equipment .target .targetInfo .targetInfoDetail p {
  padding-left: 12px;
}

.mod-equipment .target .targetInfo .targetInfoDetail .title {
  padding-right: 10px;
  color: #3a515a;
}

.mod-equipment .target .targetInfo .targetInfoDetail .guaranteePrice .num {
  color: #ed6103;
}
@charset "UTF-8";
/* = mod-inspectionInfo
----------------------------------------------- *
* 検査情報・対象物件情報
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-inspectionInfo {
  background-color: #ebebeb;
  margin: 0 0 -1px;
}

/* 検査情報
----------------------------------------------- */
.mod-inspectionInfo .execute {
  padding: 15px 10px;
}

.mod-inspectionInfo .execute .executeHeading {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-inspectionInfo .execute dl {
  display: table;
  width: 100%;
}

.mod-inspectionInfo .execute .executor {
  padding-bottom: 10px;
}

.mod-inspectionInfo .execute dl .title,
.mod-inspectionInfo .execute dl .description {
  display: table-cell;
}

.mod-inspectionInfo .execute dl .title {
  color: #3a515a;
  padding-right: 1.5em;
  width: 5em;
}

/* 物件情報
----------------------------------------------- */
.mod-inspectionInfo .raInfo {
  padding: 15px 10px 10px;
}

.mod-inspectionInfo .raInfo .raInfoHeading {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-inspectionInfo .raInfo .raInfoData {
  display: table;
  padding-bottom: 10px;
  width: 100%;
}

.mod-inspectionInfo .raInfo .raInfoData .title,
.mod-inspectionInfo .raInfo .raInfoData .description {
  display: table-cell;
  line-height: 1.2;
}

.mod-inspectionInfo .raInfo .raInfoData .title {
  color: #3a515a;
  padding-right: 1.5em;
  width: 8em;
}

.mod-inspectionInfo .raInfo .toDetail {
  padding: 10px 0;
}

.mod-inspectionInfo .raInfo .toDetail a {
  text-decoration: none;
}

.mod-inspectionInfo .raInfo .toDetail .toDetailButton {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #ed6103;
  text-decoration: none;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 10px 0;
  width: 100%;
}

.mod-inspectionInfo .raInfo .toDetail .toDetailButton .icon {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-arrow.svg?v=0aec5bc2e4436a9afba662a277f4ee5d') no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 12px;
  width: 12px;
}
@charset "UTF-8";
/* = mod-price
----------------------------------------------- *
* 価格査定
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-price {
  margin: 0 0 -1px;
  position: relative;
}

/* 認定リボン
----------------------------------------------- */
.mod-price.criterion::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-criterion.svg?v=16ec83ec55fb5fb61cb0ef2ba32573ae') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 62px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 55px;
  z-index: 10;
}

.mod-price .heading {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 1.12rem;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 65px 10px 50px;
  position: relative;
}

.mod-price .heading::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-money.svg?v=6293d80cde3324e420c631e79a95b629') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: 10px;
  position: absolute;
  width: 30px;
}

.mod-price .houseImage {
  display: block;
  margin: 20px auto;
  width: 230px;
}

.mod-price .salePriceWrapper {
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod-price .salePriceWrapper .moneyImage {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}

.mod-price .salePriceWrapper .salePrice .raPrice {
  font-weight: bold;
}

.mod-price .salePriceWrapper .salePrice .raPrice dt {
  font-size: 1rem;
  margin-bottom: 8px;
}

.mod-price .salePriceWrapper .salePrice .raPrice dd {
  font-size: 1.37rem;
}

.mod-price .salePriceWrapper .salePrice .raPrice dd .num {
  color: #ed6103;
  font-size: 1.75rem;
}

.mod-price .salePriceWrapper .salePrice .buildingPrice {
  display: table;
  margin: 5px 0 2px;
}

.mod-price .salePriceWrapper .salePrice .raPrice + .buildingPrice,
.mod-price .salePriceWrapper .salePrice .raPrice + .landPrice {
  border-top: 1px solid #d8d8d8;
  padding-top: 5px;
}

.mod-price .salePriceWrapper .salePrice .buildingPrice dt {
  display: table-cell;
  font-size: 0.87rem;
  color: #56696d;
}

.mod-price .salePriceWrapper .salePrice .buildingPrice dd {
  display: table-cell;
  font-weight: bold;
  padding-left: 5px;
}

.mod-price .salePriceWrapper .salePrice .buildingPrice dd .num {
  color: #ed6103;
  font-size: 1.12rem;
}

.mod-price .salePriceWrapper .salePrice .landPrice {
  display: table;
  margin: 2px 0 5px;
}

.mod-price .salePriceWrapper .salePrice .raPrice + .landPrice {
  margin: 5px 0;
}

.mod-price .salePriceWrapper .salePrice .landPrice dt {
  display: table-cell;
  font-size: 0.87rem;
  color: #56696d;
}

.mod-price .salePriceWrapper .salePrice .landPrice dd {
  display: table-cell;
  font-weight: bold;
  padding-left: 5px;
}

.mod-price .salePriceWrapper .salePrice .landPrice dd .num {
  color: #ed6103;
  font-size: 1.12rem;
}

/* L字フォーカス
----------------------------------------------- */
.mod-price .assessedPriceWrapper {
  margin: 15px 0;
  text-align: center;
}

.mod-price .assessedPrice {
  display: block;
  padding: 5px 10px 10px;
  position: relative;
  text-align: left;
}

.mod-price .assessedPrice::before,
.mod-price .assessedPrice::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 0;
  width: 15px;
}

.mod-price .assessedPrice::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 10px;
}

.mod-price .assessedPrice::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
}

.mod-price .assessedPrice .assessedPriceInner {
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 10px;
}

.mod-price .assessedPrice .assessedPriceInner::before,
.mod-price .assessedPrice .assessedPriceInner::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
}

.mod-price .assessedPrice .assessedPriceInner::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 10px;
}

.mod-price .assessedPrice .assessedPriceInner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

.mod-price .assessedPrice .label {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 1rem;
  color: #ed6103;
  font-weight: bold;
  margin: 15px 15px 0;
}

/* 価格査定マニュアル活用
----------------------------------------------- */
.mod-price .assessedPrice .assessedPriceInner .assessedPriceHeading {
  color: #ed6103;
  font-weight: bold;
}

.mod-price .assessedPrice .assessedPriceInner tr td {
  line-height: 1.4;
}

.mod-price .assessedPrice .assessedPriceInner .raPrice td .num {
  font-size: 1.31rem;
}

.mod-price .assessedPrice .assessedPriceInner .assessedPriceHeading .modalIcon {
  display: inline-block;
}

.mod-price .assessedPrice .assessedPriceInner .assessedPriceHeading .modalIcon::before {
  content: "?";
  display: inline-block;
  margin: 0 5px;
  padding: 2px 0;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  vertical-align: text-bottom;
  width: 18px;
}

/* 担保評価済
----------------------------------------------- */
.mod-price .guarantee {
  border-top: 1px solid #ebebeb;
  line-height: 1.2;
  margin: 0 15px 10px;
  padding-top: 10px;
}

.mod-price .guarantee .guaranteeTitle {
  font-weight: bold;
  vertical-align: middle;
}

.mod-price .guarantee .guaranteeTitle .raPrice {
  font-size: 0.9em;
}

.mod-price .guarantee .guaranteeTitle .evaluated {
  display: block;
  color: #ed6103;
}

.mod-price .guarantee .guaranteeTitle .evaluated .modalIcon {
  display: inline-block;
}

.mod-price .guarantee .guaranteeTitle .evaluated .modalIcon::before {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #6c6c6c;
  content: "?";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0 5px;
  padding: 1px 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 18px;
}

.mod-price .guarantee .guaranteeText {
  padding-top: 5px;
  line-height: 1.4;
}

.mod-price .guarantee .warranty {
  margin: 20px 0 5px;
  font-weight: bold;
}

.mod-price .guarantee .guaranteeCont {
  display: table;
  line-height: 1.4;
  padding-bottom: 3px;
}

.mod-price .guarantee .guaranteeCompanyTitle {
  color: #3a515a;
  width: 5.8em;
  display: table-cell;
}

.mod-price .guarantee .guaranteeCompany {
  display: table-cell;
}

/* 建物のグレード
----------------------------------------------- */
.mod-price .grade {
  background-color: #f5f5f5;
  line-height: 1.4;
  padding: 15px 10px;
}

.mod-price .grade .gradeHeading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.mod-price .grade .gradeDescription {
  margin-bottom: 10px;
}

/* 基礎・躯体の評価 */
.mod-price .grade .evaluation {
  background-color: #e7e7e7;
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  padding: 20px 15px 15px;
  text-align: center;
  width: 230px;
}

.mod-price .grade .evaluation::after {
  border-color: #e7e7e7 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: "";
  display: block;
  left: 48%;
  left: calc(50% - 10px);
  height: 0;
  position: absolute;
  width: 0;
}

.mod-price .grade .evaluation .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 26px;
}

.mod-price .grade .evaluation .title .modalIcon::before {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #6c6c6c;
  content: "?";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 2px 0;
  vertical-align: text-bottom;
  width: 18px;
}

.mod-price .grade .evaluation .gradeDetail {
  font-weight: bold;
}

.mod-price .grade .evaluation .gradeDetail .rank {
  display: block;
  font-size: 1.25rem;
}

.mod-price .grade .evaluation .gradeDetail .rank mark {
  background-color: transparent;
  color: #ed6103;
  font-size: 2.5rem;
  margin-right: 5px;
}

.mod-price .grade .evaluation .gradeDetail .annotation {
  display: block;
  font-size: 0.87rem;
}

.mod-price .grade .evaluation .gradeDetail .ratio {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 10px;
  text-align: left;
}

.mod-price .grade .evaluation .gradeDetail .ratio mark {
  background-color: transparent;
  color: #ed6103;
}

.mod-price .grade .evaluation .gradeDetail .ratio .modalIcon::before {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #6c6c6c;
  content: "?";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  padding: 2px 0;
  text-align: center;
  vertical-align: text-top;
  width: 18px;
}

.mod-price .grade .evaluation .buildingBaseWrapper {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}

/* 画像キャプション */
.mod-price .grade .caption {
  margin: 15px auto 15px;
  position: relative;
  width: 180px;
}

.mod-price .grade .caption::before,
.mod-price .grade .caption::after,
.mod-price .grade .caption .captionImage::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-twinkle.svg?v=3357ea2b10da7e798ffb45623caae32f') no-repeat 0 0;
  content: "";
  display: block;
  position: absolute;
}

.mod-price .grade .caption::before {
  left: -31px;
  top: 10px;
  width: 25px;
  height: 25px;
}

.mod-price .grade .caption::after {
  left: 187px;
  top: 55px;
  width: 19px;
  height: 19px;
}

.mod-price .grade .caption .captionImage::before {
  left: 181px;
  top: 71px;
  width: 12px;
  height: 12px;
}

.mod-price .grade .caption .houseImage {
  margin: 0;
  width: 100%;
}

.mod-price .grade .caption .gradeInfo {
  color: #ed6103;
  font-weight: bold;
  left: -65px;
  top: 42px;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

/* 建築材料の評価 */
.mod-price .grade .materialEvaluation {
  background-color: #e7e7e7;
  border-radius: 16px;
  margin: 20px 0 0;
  padding: 15px;
  position: relative;
}

.mod-price .grade .materialWrapper {
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: height 1.5s linear;
  transition: height 1.5s linear;
}

.mod-price .grade .materialEvaluation::before {
  border-color: transparent transparent #e7e7e7 transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  content: "";
  display: block;
  left: 48%;
  left: calc(50% - 10px);
  height: 0;
  position: absolute;
  top: -10px;
  width: 0;
}

.mod-price .grade .materialEvaluation .materialEvaluationHeading {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 26px;
}

.mod-price .grade .materialEvaluation .materialEvaluationHeading .modalIcon {
  display: inline-block;
}

.mod-price .grade .materialEvaluation .materialEvaluationHeading .modalIcon::before {
  content: "?";
  display: inline-block;
  margin-left: 5px;
  padding: 2px 0;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: normal;
  vertical-align: text-bottom;
  width: 18px;
}

.mod-price .grade .materialEvaluation .graph {
  padding: 5px 0;
  text-align: center;
}

.mod-price .graph .circleGraph svg {
  overflow: visible;
}

.mod-price .graph .circleGraph .overlayCircle {
  transform: rotate(-90.1deg);
  -webkit-transform: rotate(-90.1deg);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  stroke-dasharray: 321;
  stroke-dashoffset: 642;
  transition: stroke-dashoffset 1.5s ease;
  -webkit-transition: stroke-dashoffset 1.5s ease;
  fill: transparent;
}

/* svg要素にはjQueryのaddClassが効かないので、is-animateクラスは親要素につける */
.mod-price .graph .circleGraph.is-animate .overlayCircle {
  stroke-dashoffset: 321;
}

.mod-price .grade .materialEvaluation .targetParts {
  font-size: 0.87rem;
  padding-bottom: 15px;
  text-align: center;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsHeading {
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 0;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList {
  margin: 0 auto;
  width: 90%;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList::after {
  clear: both;
  content: "";
  display: block;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  float: left;
  margin-right: 5%;
  width: 30%;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem:last-of-type {
  margin-right: 0;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem .targetRank {
  padding: 0.31rem 0;
  background-color: red;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem:first-of-type .targetRank {
  background-color: #ed6103;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem:nth-of-type(2) .targetRank {
  background-color: #ec9600;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem:last-of-type .targetRank {
  background-color: #27a493;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem span {
  display: block;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem .targetPartsNum {
  padding: 5px 0;
}

.mod-price .grade .materialEvaluation .targetParts .targetPartsList .targetPartsListItem .targetPartsNum mark {
  background-color: transparent;
  color: #000;
  font-size: 1.12rem;
  font-weight: bold;
}

.mod-price .grade .otherEvaluation {
  border-top: 1px solid #bdc8ca;
  padding: 15px 0 0;
}

.mod-price .grade .otherEvaluation .title {
  padding-bottom: 0.31rem;
  font-size: 1rem;
  font-weight: bold;
}

.mod-price .grade .otherEvaluation .otherEvaluationDetail .otherEvaluationList .otherEvaluationListItem {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.mod-price .grade .otherEvaluation .otherEvaluationDetail .otherEvaluationList .otherEvaluationListItem::before {
  background-color: #ed6103;
  border-radius: 0.25em;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 0.5em;
}
@charset "UTF-8";
/* = mod-termite
----------------------------------------------- *
* シロアリ検査
* 使用ページ: LIFULL HOME'S 住宅評価 評価書ページ
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-termite {
  margin: 0 0 -1px;
  position: relative;
}

/* 認定リボン
----------------------------------------------- */
.mod-termite.criterion::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/ribbon/ribbon-criterion.svg?v=16ec83ec55fb5fb61cb0ef2ba32573ae') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 62px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 55px;
  z-index: 10;
}

.mod-termite .heading {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 1.12rem;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 65px 10px 50px;
  position: relative;
}

.mod-termite > .description {
  padding: 0.75rem 0.62rem 0.12rem;
  line-height: 1.4;
}

.mod-termite .heading::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-termite.svg?v=5c5dcc734fd7614fe8b0599cc9113c15') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: 10px;
  position: absolute;
  width: 30px;
}

/* L字フォーカス
----------------------------------------------- */
.mod-termite .termiteInspection {
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.mod-termite .termiteInspection::before,
.mod-termite .termiteInspection::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.mod-termite .termiteInspection::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 10px;
}

.mod-termite .termiteInspection::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
}

.mod-termite .termiteInspection .termiteInspectionInner {
  padding: 15px 15px 20px;
}

.mod-termite .termiteInspection .termiteInspectionInner::before,
.mod-termite .termiteInspection .termiteInspectionInner::after {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-focus.svg?v=1e16557fb4a2141b8a876b457b9ec8d7') no-repeat 0 0;
  background-size: contain;
  bottom: 10px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
}

.mod-termite .termiteInspection .termiteInspectionInner::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 10px;
}

.mod-termite .termiteInspection .termiteInspectionInner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

.mod-termite .termiteInspection .termiteInspectionInner .label {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 1rem;
  color: #ed6103;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-termite .termiteInspection .termiteInspectionInner .text {
  margin-top: 5px;
  line-height: 1.4;
}

.mod-termite .termiteInspection .termiteInspectionInner .warranty {
  margin: 20px 0 5px;
  font-weight: bold;
}

.mod-termite .termiteInspection .termiteInspectionInner .modalIcon {
  display: inline-block;
}

.mod-termite .termiteInspection .termiteInspectionInner .modalIcon::before {
  content: "?";
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: normal;
  vertical-align: text-bottom;
}

/* 保証内容
----------------------------------------------- */
.mod-termite .notice {
  font-weight: bold;
  color: #ed6103;
}

.mod-termite dl {
  display: table;
  line-height: 1.4;
  padding-bottom: 3px;
  width: 100%;
}

.mod-termite dl:last-of-type {
  padding-bottom: 0;
}

.mod-termite dl .title,
.mod-termite dl .description {
  display: table-cell;
  vertical-align: bottom;
}

.mod-termite dl .title {
  color: #3a515a;
  width: 5.8em;
}

.mod-termite .price .description {
  font-weight: bold;
  line-height: 1;
}

.mod-termite .price .description .num,
.mod-termite .price .description .fullGuarantee {
  color: #ed6103;
  font-size: 1.25rem;
}

.mod-termite .price .description .unit {
  font-size: 0.87rem;
}

.mod-termite .term .description .days {
  font-weight: bold;
}

.mod-termite .corporation .title {
  vertical-align: top;
}
@charset "UTF-8";
/* 評価箇所のモーダル(の中身) */
.mod-rankModal .rankName {
  padding: 0.93rem;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1rem;
  color: #ed6103;
  text-align: center;
}

.mod-rankModal .rankPoint {
  padding: 0.62rem 0.93rem;
}

.mod-rankModal .rankPoint .pointNum {
  padding-bottom: 0.31rem;
  font-weight: bold;
  font-size: 1rem;
}

.mod-rankModal .rankPoint .pointNum .pointCount {
  background-color: transparent;
  font-size: 1.12rem;
}

.mod-rankModal .rankPoint .pointNum.rankA .pointCount {
  color: #ed6103;
}

.mod-rankModal .rankPoint .pointNum.rankB .pointCount {
  color: #ed9800;
}

.mod-rankModal .rankPoint .pointNum.rankC .pointCount {
  color: #27a493;
}

.mod-rankModal .points {
  padding-bottom: 0.62rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-rankModal .points > li {
  position: relative;
  box-sizing: border-box;
  padding: 0.31rem 0.62rem 0 0.93rem;
  line-height: 1.4;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.mod-rankModal .points > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  height: 0.5em;
  width: 0.5em;
  background-color: #ed6103;
  border-radius: 50%;
}

.mod-rankModal .points.rankA > li:before {
  background-color: #ed6103;
}

.mod-rankModal .points.rankB > li:before {
  background-color: #ed9800;
}

.mod-rankModal .points.rankC > li:before {
  background-color: #27a493;
}
@charset "UTF-8";
/* 戸建てのランク評価のサンプルモーダル(の中身) */
.mod-rankSampleModal .title {
  padding: 0.93rem;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1rem;
  color: #ed6103;
  text-align: center;
}

.mod-rankSampleModal .description {
  padding: 0.93rem;
}

.mod-rankSampleModal .description .sample {
  margin: 0.31rem 0;
}

.mod-rankSampleModal .description .note {
  margin-left: 1em;
  text-indent: -1em;
}

.mod-rankSampleModal .description .note::before {
  content: "※";
}

.mod-rankSampleModal .description .note.small {
  font-size: 0.75rem;
}

.mod-rankSampleModal .description .rank {
  position: relative;
  margin: 0.31rem 0;
  padding: 0.31rem 0.62rem 0 0.62rem;
  font-size: 1rem;
  font-weight: bold;
}

.mod-rankSampleModal .description .rank::before {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
}

.mod-rankSampleModal .description .rank.high::before {
  background-color: #ed6103;
}

.mod-rankSampleModal .description .rank.middle::before {
  background-color: #ed9800;
}

.mod-rankSampleModal .description .rank.low::before {
  background-color: #27a493;
}

.mod-rankSampleModal .images {
  display: table;
  width: 100%;
}

.mod-rankSampleModal .images .image {
  display: table-cell;
  width: 50%;
}

.mod-rankSampleModal .images .image:first-child {
  padding-right: 0.31rem;
}

.mod-rankSampleModal .images .image:last-child {
  padding-left: 0.31rem;
}

.mod-rankSampleModal .images .image img {
  width: 100%;
}
@charset "UTF-8";
/* = mod-buildingBaseModal
----------------------------------------------- *
* 価格査定
* 使用ページ: LIFULL HOME'S 住宅評価 基礎・躯体の評価説明のモーダル
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-buildingBaseModal .title {
  background-color: #f5f5f5;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 10px;
  color: #ed6103;
  text-align: center;
}

.mod-buildingBaseModal .description {
  position: relative;
}

.mod-buildingBaseModal .description::before,
.mod-buildingBaseModal .description::after {
  color: #ed6103;
  left: 12px; /* (margin and padding(50px) - fontSize(12px * 3) / 2) - 5px */
  line-height: 1;
  font-size: 0.75rem;
  position: absolute;
}

.mod-buildingBaseModal .description::before {
  content: "高評価";
  top: -20px;
}

.mod-buildingBaseModal .description::after {
  bottom: -20px;
  content: "低評価";
}

.mod-buildingBaseModal .description .gradeList {
  border-left: 1px solid #ed6103;
  margin: 40px 0 40px 30px;
  padding: 10px 20px 10px 20px;
  position: relative;
}

.mod-buildingBaseModal .description .gradeList::before,
.mod-buildingBaseModal .description .gradeList::after {
  border-left: 1px solid #ed6103;
  border-top: 1px solid #ed6103;
  content: "";
  display: block;
  height: 4px;
  left: -3px;
  position: absolute;
  width: 4px;
}

.mod-buildingBaseModal .description .gradeList::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod-buildingBaseModal .description .gradeList::after {
  bottom: 0;
  left: -3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mod-buildingBaseModal .description .gradeList .gradeListItem {
  margin-bottom: 20px;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem:last-child {
  margin-bottom: 0;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem .buildingBaseGrade {
  position: relative;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem .buildingBaseGrade .rate {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem.current .buildingBaseGrade .rate {
  color: #ed6103;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem .buildingBaseGrade .rate::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: -11px; /* (marginRight(5px) + 6px) */
  position: absolute;
  top: 4px; /* (fontSize(14px) / 2) - (6px / 3) */
  width: 6px;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem.current .buildingBaseGrade .rate::before {
  background-color: #ed6103;
}

.mod-buildingBaseModal .description .gradeList .gradeListItem .buildingBaseGrade .rateInfo {
  line-height: 1.4;
}
@charset "UTF-8";
/* = mod-gradeRatioModal
----------------------------------------------- *
* 価格査定
* 使用ページ: LIFULL HOME'S 住宅評価 基礎・躯体の実績割合のモーダル
* マーケット: 中古一戸建て
----------------------------------------------- */
.mod-gradeRatioModal .title {
  background-color: #f5f5f5;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 10px;
  color: #ed6103;
  text-align: center;
}

.mod-gradeRatioModal .description {
  line-height: 1;
  padding: 10px 10px 15px;
}

.mod-gradeRatioModal .description .info {
  font-size: 0.87rem;
  font-weight: bold;
}

.mod-gradeRatioModal .description .graph {
  margin: 50px 0 20px;
  position: relative;
  text-align: center;
}

.mod-gradeRatioModal .description .graph .ratioList {
  height: 160px;
  left: calc(50% - 80px);
  position: absolute;
  text-align: center;
  top: 0;
  width: 160px;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem {
  position: absolute;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem.current {
  color: #ed6103;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem.rankAAA {
  left: 51px;
  top: -33px;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem.rankAA {
  left: 9px;
  top: -23px;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem.rankA {
  left: -22px;
  top: 2px;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem.rankB {
  left: -24px;
  top: 117px;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem.rankC {
  left: 166px;
  top: 73px;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem .rank {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem .rank mark {
  background-color: transparent;
  color: inherit;
  font-size: 0.93rem;
}

.mod-gradeRatioModal .description .graph .ratioList .ratioListItem .ratio {
  font-size: 0.62rem;
}

.mod-gradeRatioModal .description .ratio {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-left: 1em;
  text-indent: -1em;
}

/* 円グラフ用スタイル */
.mod-gradeRatioModal .description .graph .circleGraph .gradeRatioCircleForeground {
  stroke-dasharray: 110, 0;
  fill-opacity: 0;
  stroke: #fff;
  transition: stroke-dasharray 1.5s ease;
}

.mod-gradeRatioModal .description .graph .circleGraph.is-animate .gradeRatioCircleForeground {
  stroke-dasharray: 0, 110;
}

.mod-gradeRatioModal .description .graph .circleGraph .gradeRatioCircleTitle {
  font-size: 5px;
  font-weight: bold;
}

.mod-gradeRatioModal .description .graph .circleGraph .gradeRatioGroup .gradeRatioCirclePie.current {
  stroke: #ed6103;
}

.mod-gradeRatioModal .description .graph .circleGraph .gradeRatioGroup .gradeRatioCirclePie {
  fill-opacity: 0;
  stroke: #dadada;
}
