@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;
  margin-bottom: 5px;
}
@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;
}

.mod-defectInsurance .heading .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;
  padding: 2px 5px;
  vertical-align: top;
}

/* 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:only-child {
  margin-top: 0;
}

.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 .fullGuarantee,
.mod-defectInsurance .defectInsuranceInspection .price .description .num {
  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 .defectPointInfo .defectPointInfoTitle .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;
  padding: 2px 5px;
  vertical-align: middle;
}

.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: 13%;
  width: 36%;
}

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

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

.mod-defectInsurance .defectPoint .defectPointImage .houseImage {
  display: block;
  width: 100%;
}

.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 .balcony {
  left: 0%;
  top: 33%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .innerWall {
  left: 15%;
  top: 37%;
}

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .ceiling {
  left: 25%;
  top: 27%;
}

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

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

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

.mod-defectInsurance .defectPoint .defectPointImage .defectPointList .foundation {
  left: 45%;
  top: 89%;
}

/* かしの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;
  vertical-align: middle;
  width: 1em;
}

/* かし有り */
.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;
  vertical-align: baseline;
  width: 0.8em;
}

.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 .layingPipesHeading .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;
  padding: 2px 5px;
  vertical-align: middle;
}

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

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

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

.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;
}

.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 .kitchen {
  left: 23%;
  top: 35%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .toilet {
  left: 57%;
  top: 30%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .washroom {
  left: 75%;
  top: 22%;
}

.mod-defectInsurance .layingPipes .defectPointImage .defectPointList .bathroom {
  left: 81%;
  top: 38%;
}

/* かしの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 .defect-false .defectPointDetail .defectPointStatus::before {
  background: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/icon-circle.svg?v=0de6ee200ebc5066d39796beeb92febd') no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 3px;
  vertical-align: middle;
  width: 1em;
}

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

/* かし無し */
.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;
  vertical-align: middle;
  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;
  vertical-align: baseline;
  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 {
  font-weight: bold;
  color: #ed6103;
}

.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 .targetHeading .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-left: 5px;
  padding: 2px 5px;
  vertical-align: top;
}

.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: 30px auto 10px;
  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;
}

/* 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 {
  font-weight: bold;
  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 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-price .guarantee {
  border-top: 1px solid #d8d8d8;
  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 5px;
  vertical-align: text-bottom;
}

.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;
  border-radius: 16px;
  font-size: 0.87rem;
  line-height: 1.4;
  margin: 20px 10px 15px;
  padding: 15px 0 20px;
  position: relative;
}

.mod-price .grade .gradeWrapper {
  background-color: #f5f5f5;
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 1.5s linear;
  transition: height 1.5s linear;
}

.mod-price .grade::before {
  border-color: transparent transparent #f5f5f5 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 .gradeHeading {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 10px;
}

.mod-price .grade .gradeDescription {
  padding: 0 10px;
}

.mod-price .grade .strataTitleHeading,
.mod-price .grade .intercommunityHeading {
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 10px 0;
}

.mod-price .grade .strataTitleList,
.mod-price .grade .intercommunityList {
  border-collapse: separate;
  border-spacing: 10px 5px;
  display: table;
  width: 100%;
}

.mod-price .grade .strataTitleList .strataTitleListItem,
.mod-price .grade .intercommunityList .intercommunityListItem {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 50%;
}

.mod-price .grade .strataTitleList .strataTitleListItem .strataTitleDetail,
.mod-price .grade .intercommunityList .intercommunityListItem .intercommunityDetail {
  line-height: 1.2;
  padding: 10px 5px 10px 30px;
  position: relative;
}

.mod-price .grade .strataTitleList .strataTitleListItem .strataTitleDetail::before,
.mod-price .grade .intercommunityList .intercommunityListItem .intercommunityDetail::before {
  background: no-repeat 50% 50%;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  width: 20px;
  position: absolute;
  top: 33%;
  top: calc(50% - 10px);
}

/* 専有部分評価アイコン */
.mod-price .grade .strataTitleList .strataTitleListItem.floor .strataTitleDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-floor.svg?v=7a38f6214e0746700c6ee1c4f2d8dfa4');
}

.mod-price .grade .strataTitleList .strataTitleListItem.direction .strataTitleDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-direction.svg?v=950eb54e5b718da21b9bf80ef7184593');
}

.mod-price .grade .strataTitleList .strataTitleListItem.landTitle .strataTitleDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-landTitle.svg?v=16302afca2610222766ded74a03a9981');
}

.mod-price .grade .strataTitleList .strataTitleListItem.strataTitle .strataTitleDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-strataTitle.svg?v=cfae0c5e52b186079b62d3e05e49f856');
}

/* 共有部分評価アイコン */
.mod-price .grade .intercommunityList .intercommunityListItem.manager .intercommunityDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-manager.svg?v=591acad34cf3a82fb2c07b528955657c');
}

.mod-price .grade .intercommunityList .intercommunityListItem.security .intercommunityDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-security.svg?v=aa0429fd5164d2910fd822903fcf83bd');
}

.mod-price .grade .intercommunityList .intercommunityListItem.earthquakeProof .intercommunityDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-earthquakeProof.svg?v=d76fb6ded3f21b84ae4e8bc1a0d52d60');
}

.mod-price .grade .intercommunityList .intercommunityListItem.store .intercommunityDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-store.svg?v=9c6e2adf5893973172a4b52d9f9eb23d');
}

.mod-price .grade .intercommunityList .intercommunityListItem.repairPlan .intercommunityDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-repairPlan.svg?v=0f26cb6f3a36fd33b0f3bcacde334c13');
}

.mod-price .grade .intercommunityList .intercommunityListItem.energySaving .intercommunityDetail::before {
  background-image: url('/smp/assets/img/smartphone/page/detail/inspection/sale/icon/evaluation/icon-energySaving.svg?v=0744d8cfab65f137bbaa981de125e255');
}

.mod-price .grade .strataTitleList .strataTitleListItem .strataTitleDetail .strataTitleTarget,
.mod-price .grade .intercommunityList .intercommunityListItem .intercommunityDetail .intercommunityTarget {
  font-size: 0.75rem;
  margin-bottom: 3px;
}

.mod-price .grade .strataTitleList .strataTitleListItem .strataTitleDetail .strataTitleStatus,
.mod-price .grade .intercommunityList .intercommunityListItem .intercommunityDetail .intercommunityStatus {
  color: #ed6103;
  font-weight: bold;
}

.mod-price .grade .graphArea {
  padding: 0 5px;
}

.mod-price .grade .graphArea .graphList .graphListItem {
  border-spacing: 5px;
  display: table;
  line-height: 1.5;
  table-layout: fixed;
  width: 100%;
}

.mod-price .grade .graphArea .graphList .graphListItem span {
  display: table-cell;
  vertical-align: middle;
}

.mod-price .grade .graphArea .graphList .graphListItem .title {
  font-size: 0.81rem;
  white-space: nowrap;
  width: 10em;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase {
  background-color: #ebebeb;
  width: 100%;
}

.mod-price .grade .graphArea .graphList .graphListItem:first-of-type .graphBase {
  background-color: transparent;
  border-bottom: 1px solid #626262;
  color: #626262;
  font-size: 0.75rem;
  height: 1.5em;
  line-height: 1;
  position: relative;
}

.mod-price .grade .graphArea .graphList .graphListItem:first-of-type .graphBase::before {
  content: "劣る";
  position: absolute;
  left: 0;
  top: 0;
}

.mod-price .grade .graphArea .graphList .graphListItem:first-of-type .graphBase::after {
  content: "優れる";
  position: absolute;
  right: 0;
  top: 0;
}

.mod-price .grade .graphArea .graphList .graphListItem:first-of-type .graphBase .range {
  border-left: 1px solid #626262;
  border-right: 1px solid #626262;
  bottom: -3px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mod-price .grade .graphArea .graphList .graphListItem:first-of-type .graphBase .range::before {
  bottom: 0.75em;
  bottom: calc(0.5em + 3px);
  content: "普通";
  position: absolute;
  left: 45%;
  left: calc(50% - 1em);
}

.mod-price .grade .graphArea .graphList .graphListItem:first-of-type .graphBase .range::after {
  background-color: #626262;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  width: 1px;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .graph {
  background-color: #ed6103;
  display: block;
  height: 1.5em;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-0 {
  width: 1%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-14 {
  width: 14.2%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-25 {
  width: 25%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-28 {
  width: 28.5%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-33 {
  width: 33.3%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-35 {
  width: 35%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-42 {
  width: 42.8%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-50 {
  width: 50%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-57 {
  width: 57.1%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-66 {
  width: 66.6%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-71 {
  width: 71%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-75 {
  width: 75%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-85 {
  width: 85.7%;
}

.mod-price .grade .graphArea .graphList .graphListItem .graphBase .range-100 {
  width: 100%;
}
@charset "UTF-8";
/* 評価箇所のモーダル(の中身) */
.mod-criteriaModal .criteriaName {
  padding: 0.93rem;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1rem;
  color: #ed6103;
  text-align: center;
}

.mod-criteriaModal .criteriaContent {
  padding: 10px;
}

.mod-criteriaModal .ranksWrapper::before {
  content: "高評価";
  color: #ed6103;
}

.mod-criteriaModal .ranksWrapper::after {
  content: "低評価";
  color: #ed6103;
}

.mod-criteriaModal .ranks {
  position: relative;
  margin: 0.31rem 0 0.31rem 1.25rem;
  padding: 10px;
  border-left: 1px solid #ed6103;
}

.mod-criteriaModal .ranks::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  top: 0;
  left: -3px;
  border-top: 1px solid #ed6103;
  border-left: 1px solid #ed6103;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod-criteriaModal .ranks::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  left: -3px;
  bottom: 0;
  border-bottom: 1px solid #ed6103;
  border-right: 1px solid #ed6103;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod-criteriaModal .ranks > li {
  position: relative;
  padding: 0.31rem 0.62rem 0 0.62rem;
  line-height: 1.4;
}

.mod-criteriaModal .ranks > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  height: 0.5em;
  width: 0.5em;
  background-color: #666;
  border-radius: 50%;
}

.mod-criteriaModal .ranks > li.is-target::before {
  background-color: #ed6103;
}

.mod-criteriaModal .ranks > li.is-target .rankName {
  color: #ed6103;
}

.mod-criteriaModal .ranks > li .rankName {
  font-weight: bold;
}
