@charset "UTF-8";

.comparison_table_wrap {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

.comparison_table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

/* --------------------------------
   ヘッダー
-------------------------------- */

.comparison_table thead th {
  padding: 10px 10px;
  box-sizing: border-box;
  background: #09aab2;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #fff;
}

.comparison_table thead th:first-child {
  width: 26%;
  background: #f8f5e9;
  border-right: 1px solid #ddd;
}

.comparison_table thead th:nth-child(2),
.comparison_table thead th:nth-child(3) {
  width: 37%;
}

.comparison_table thead th:last-child {
  border-right: none;
}

/* --------------------------------
   本文
-------------------------------- */

.comparison_table tbody th,
.comparison_table tbody td {
  box-sizing: border-box;
  border-bottom: 1px dotted #aaa;
  border-right: 1px dotted #aaa;
    padding: 10px 10px;
}

.comparison_table tbody tr:last-child th,
.comparison_table tbody tr:last-child td {
  border-bottom: none;
}

.comparison_table tbody td:last-child {
  border-right: none;
}

/* 左側項目 */

.comparison_table_item {
  width: 26%;
  padding: 10px 10px;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
}

.comparison_table_item > span {
  display: inline-block;
  margin-left: 18px;
  color: #3a2924;
  vertical-align: middle;
  white-space: nowrap;
}

/* アイコン */

.comparison_table_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: #faf6df;
  border-radius: 50%;
  vertical-align: middle;
}

.comparison_table_icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* 買取側 */

.comparison_table tbody td:nth-child(2) {
  background: #f2f9f9;
}

/* 仲介側 */

.comparison_table tbody td:nth-child(3) {
  background: #fffae9;
}

/* --------------------------------
   テキスト
-------------------------------- */

.comparison_table_main {
  margin: 0 0 10px;
  color: #3a2924;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.comparison_table_main span {
  color: #009ca5;
  font-weight: 700;
}

.comparison_table_sub {
  margin: 0;
  color: #3a2924;
  line-height: 1.8;
  text-align: center;
}

/* --------------------------------
   SP
-------------------------------- */

@media screen and (max-width: 767px) {

  .comparison_table_wrap {
    padding: 0 5px 10px;
  }

  .comparison_table {
    min-width: 760px;
    border-radius: 10px;
  }
  .comparison_table_item {
    padding: 10px;
  }

  .comparison_table_item > span {
    margin-left: 8px;
  }

  .comparison_table_icon {
    width: 52px;
    height: 52px;
  }

  .comparison_table_icon img {
    width: 34px;
    height: 34px;
  }

  .comparison_table_main {
    margin-bottom: 6px;
  }

  .comparison_table_sub {
    line-height: 1.7;
  }
}

/*------260820追加修正--------*/

/*不動産買取とは*/
a[id*="con"] + .composite_box01 .heading.block_header_7 p {
    font-size: 5.3rem;
    color: var(--i_main_color);
    background: unset;
    font-family: 'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a[id*="con"] + .composite_box01 .heading.block_header_7 .h {
    font-size: 3rem;
}

a[id*="con"] + .composite_box01.block_images_22 .inner_item {
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 3rem;
}
a[id*="con"] + .composite_box01.block_images_22 .inner_item:last-child {
    border-bottom: none;
}
a[id*="con"] + .composite_box01.block_images_22 .inner_item>a {
    flex-basis: 10%;
    max-width: 10%;
    min-width: 50px;
    background: #fdf5da;
    border-radius: 50%;
    padding: 2rem;
}

a[id*="con"] + .composite_box01.block_images_22 .inner_item_txt {
    flex-basis: 85%;
    max-width: 85%;
}


@media screen and (max-width: 768px) {
    a[id*="con"] + .composite_box01.block_images_22 .inner_item>a {
        min-width: 100px;
        width: 10%;
        margin: 0 auto 3rem;
    } 
    a[id*="con"] + .composite_box01.block_images_22 .inner_item_txt {
        flex-basis: 100%;
        max-width: 100%;
    }
    a[id*="con"] + .composite_box01.block_images_22 .inner_item_img img {
        margin-bottom: 0px;
    }
}

/*不動産買取と仲介売却の詳細比較*/
#table2 + .contents_box01 .comparison_table thead th:first-child {
    background: #09aab2;
}
#table2 + .contents_box01 .comparison_table_icon {
    width: 125px;
    height: 170px;
    border-radius: 0%;
}
#table2 + .contents_box01 .comparison_table tbody th {
    padding: 0;
}
#table2 + .contents_box01 .comparison_table thead th:first-child {
    width: 40%;
}
@media screen and (max-width: 767px) {
    #table2 + .contents_box01 .comparison_table {
        min-width: 1000px;
    }
    #table2 + .contents_box01 .comparison_table_icon {
        width: 90px;
        height: 170px;
    }
    #table2 + .contents_box01 .comparison_table thead th:first-child {
        width: 28%;
    }
}