/* タブ付き比較テーブル（続けられる理由 / 選ばれるポイント） */
.table-fork-guideline01 {
  width: 100%;
  overflow: hidden;
}

.table-fork-guideline01_tabs {
  display: flex;
  gap: 5px;
}

.table-fork-guideline01_tab {
  flex: 1;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: #b2b2b2;
  border-radius: 20px 20px 0 0;
  border: none;
  cursor: pointer;
}

.table-fork-guideline01_tab.is-active {
  background: #cae6be;
  color: #447d2c;
}

.table-fork-guideline01_tab:not(.is-active):hover {
  background: #c8c8c8;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_tab {
    padding: 12px 10px;
    font-size: 14px;
  }
}

.table-fork-guideline01_body {
  padding: 20px;
  background: #cae6be;
  border-radius: 0 0 16px 16px;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_body {
    padding: 16px;
  }
}

.table-fork-guideline01_panel {
  display: none;
}

.table-fork-guideline01_panel.is-active {
  display: block;
}

.table-fork-guideline01_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_table {
    border-spacing: 4px;
  }
}

.table-fork-guideline01_table th,
.table-fork-guideline01_table td {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_table {
    /* table-layout: fixed; */
  }
  .table-fork-guideline01_table th,
  .table-fork-guideline01_table td {
    padding: 10px 6px;
    font-size: 13px;
  }
}

.table-fork-guideline01_th-criteria {
  width: 25%;
  min-width: 120px;
  background: transparent;
  border: none;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_th-criteria {
    width: 22%;
    min-width: 0;
  }
  .table-fork-guideline01_th-sodachie,
  .table-fork-guideline01_th-other {
    width: 38%;
  }
}

.table-fork-guideline01_th-sodachie {
  background: #f2ba41;
  color: #333;
  text-align: center;
  border: none;
}

.table-fork-guideline01_th-sodachie .logo-sodachie {
  display: inline-block;
  width: 100%;
  max-width: 112px;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_th-sodachie .logo-sodachie {
    max-width: 80px;
  }
}

.table-fork-guideline01_th-other {
  background: #b4cca9;
  color: #333;
  text-align: center;
  border: none;
}

.table-fork-guideline01_th-brand {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_th-brand {
    font-size: 11px;
  }
}

.table-fork-guideline01_th-name {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_th-name {
    font-size: 16px;
  }
}

.table-fork-guideline01_td-criteria {
  background: #fffab8;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_td-criteria {
    width: 22%;
  }
}

.table-fork-guideline01_td-value {
  background: #fff;
  text-align: center;
  width: 37.5%;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_td-value {
    width: 38%;
  }
}

.table-fork-guideline01_icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_icon {
    width: 25px;
    height: 25px;
  }
}

.table-fork-guideline01_td-value-text {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01_td-value-text {
    font-size: 13px;
  }
}

.table_text {
  text-align: right;
}


@media screen and (min-width: 992px) {
.table-fork-guideline01_imgtt {
width:90%;
margin:0 auto;
}
}
.table-fork-guideline01.table-typeb {
}
.table-fork-guideline01.table-typeb .table-fork-guideline01_th-criteria {
  width: 19%;
}
.table-fork-guideline01.table-typeb .table-fork-guideline01_th-other {
  background: #b4cca9;
}
.table-fork-guideline01.table-typeb .table-fork-guideline01_td-criteria {
  background: #f9d7d8;
  width: 19%;
}

@media screen and (max-width: 991px) {
   .table-fork-guideline01.table-typeb .table-fork-guideline01_th-sodachie,
   .table-fork-guideline01.table-typeb .table-fork-guideline01_th-other {
    width: 25%;
    }
  .table-fork-guideline01.table-typeb .table-fork-guideline01_td-criteria {
    width: 25%;
  }
}

.table-fork-guideline01.table-typeb .table-fork-guideline01_td-value {
  background: #f2f2f2;
  width: 27%;
}

@media screen and (max-width: 991px) {
  .table-fork-guideline01.table-typeb .table-fork-guideline01_td-value {
    width: 25%;
  }
}