@charset "UTF-8";

/* ========
  共通設定
================ */

a {
  text-decoration: none;
  transition: 0.5s all;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
.ls-2 {
  letter-spacing: 0.2rem;
}
.object-fit {
  object-fit: cover;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-multiple {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: initial;
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.5rem;
  color: white;
}
.breadcrumb li:last-child:after {
  content: "";
}
#underlayer-ec {
  background-image: url(/assets/images/contact/main-pc.jpg);
  background-position: center;
  background-size: cover;
}

.box-shadow {
  box-shadow: #cce1f1 0 3px 6px;
}

/* ========
  font
================ */
body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #302d2c;
}

.mincho {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ========
  link
================ */
.link {
  position: relative;
}
.link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.breadcrumb {
  display: none;
}

.balloon-out {
  background: linear-gradient(180deg, #0287c8 0%, #0287c8 50%, white 50%, white 100%);
}
.balloon-out ul {
  margin-top: -45px;
  margin-bottom: 45px;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border: 5px solid #0287c8;
  border-radius: 5px;
  background-color: #ffffff;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 27.5px 0 27.5px;
  border-color: #0287c8 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.8px 19px 0 19px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

#comparison li {
  align-items: start;
  display: flex;
}
#comparison li::before {
  content: " ";
  display: block;
  background: url(/assets/images/sale/check-box.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  margin-top: 3px;
}

/* 基本設定 */
.comparison-table {
  border-collapse: collapse; /* 罫線を結合して単線にする */
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin: 20px auto;
}
.comparison-table tbody {
  border: solid #0387c8 3px;
}

/* 全体のセル設定 */
.comparison-table th,
.comparison-table td {
  padding: 5px;
  border: 1px solid #b3d9e6; /* 罫線の色を薄い青に統一 */
  vertical-align: middle; /* 垂直方向中央揃え */
  line-height: 1.6;
}

/* ヘッダー行全体の設定 */
.comparison-table thead tr {
  color: #fff; /* 文字色を白に */
}

/* 左上の空欄セル（デザイン上の調整） */
.comparison-table .dummy-header {
  border: none; /* 罫線を消す */
  background-color: transparent;
  width: 150px; /* 項目列の幅に合わせる */
  padding: 0;
}

/* ヘッダーセル（仲介売却・買取） */
.comparison-table .header-cell {
  letter-spacing: 0.05em;
  padding: 20px 10px;
}

/* 項目列（左端のth） */
.comparison-table .category-header {
  color: #008dd8; /* 青文字 */
  width: 150px; /* 幅を固定 */
}

/* データセル（td） */
.comparison-table td {
  background-color: #ffffff; /* 白背景 */
}

/* td内の改行をきれいに見せる */
.comparison-table td br {
  display: block;
  margin-bottom: 5px;
}
#comparison .rounded {
  border-radius: 10px !important;
}
#comparison .number > div {
  border-bottom: dashed #0586c7 1px;
}
#comparison .number > div:last-child {
  border: none;
}

#recommend li {
  border-bottom: dashed #fff 1px;
}
#recommend li:last-child {
  border: none;
}

#reason .shadow {
  box-shadow: #d5ebf4 2px 2px 15px !important;
}

#case ul {
  height: 350px;
  overflow: scroll;
}

.flow-step {
  position: relative;
}
.flow-content-wrapper {
  display: block;
  align-items: center;
  gap: 30px;
}
.flow-illustration {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-details {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
.step-details li {
  position: relative;
  padding-left: 15px;
}
.aboutus {
  width: 100%;
}
.aboutus th {
  width: 15%;
}
.aboutus td {
  width: 85%;
}
.ondex_ph01 {
  height: 130px;
}
.overflow-x {
  overflow-x: auto;
  width: 100%;
}
.overflow-x table {
  width: 650px;
}
#cv-under {
  background-image: url(/assets/images/sale/cv-under-bg.png);
  background-size: cover;
}

ul.border li {
  border-top: dashed #0387c8 1px;
}

@media screen and (min-width: 769px) {
  /* ========
    font-szie
  ================ */
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-35 {
    font-size: 35px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-45 {
    font-size: 45px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-55 {
    font-size: 55px !important;
  }
  .fs-md-70 {
    font-size: 70px !important;
  }
  .fs-md-100 {
    font-size: 100px !important;
  }

  /* ========
    padding-margin
  ================ */
  .w-1280 {
    max-width: 1280px;
  }
  .w-1000 {
    max-width: 1000px;
  }
  .w-950 {
    max-width: 950px;
  }
  .w-720 {
    max-width: 720px;
  }
  .w-590 {
    max-width: 590px;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .my-md-70 {
    margin: 70px 0 !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  body {
    font-size: 16px;
  }
  /* 全体のセル設定 */
  .comparison-table th,
  .comparison-table td {
    padding: 15px 10px;
  }
  .overflow-x table {
    width: 100%;
  }
  #recommend .bg-blue {
    border-radius: 10px;
  }
  .ondex_ph01 {
    height: 370px;
  }
  .flow-content-wrapper {
    display: flex;
  }
  .flow-line {
    height: 70px;
    width: 4px;
    background-color: #1a237e;
    margin-left: calc(70px - -30px);
    position: relative;
    margin-top: 1rem;
  }
  #comparison .number > div:first-child,
  #comparison .number > div:nth-child(2) {
    border-bottom: dashed #0586c7 1px;
    border-right: dashed #0586c7 1px;
  }
  #comparison .number > div:nth-child(3) {
    border-bottom: dashed #0586c7 1px;
  }
  #comparison .number > div:nth-child(4),
  #comparison .number > div:nth-child(5) {
    border-right: dashed #0586c7 1px;
    border-bottom: none;
  }
}
