.tfSsAppealPointList {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-top: 80px;
}

.tfSsAppealPointList li {
  border: 2px solid #b79d59;
  color: #b79d59;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  text-align: center;
  line-height: 1.75em;
  padding: 10px 0;
}

.tfSsSelect {
  background-color: #1a3a29;
}

.tfSsSelectBox {
  padding: 80px 0;
}

.tfSsSelectBox h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.75em;
  color: #ffffff;
}

.tfSsSelectList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  border-radius: 25px;
  background-color: #d6dbe5;
  padding: 0;
}

.tfSsSelectList li {
  color: #3f735b;
  width: calc(100% / 3);
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  border-radius: 25px;
  background-color: #d6dbe5;
  transition: 0.5s;
}

.tfSsSelectList li:hover {
  background-color: #b79d59;
  opacity: 0.8;
  color: #fff;
}

.tfSsSelectList li:hover a {
  color: #fff;
}

.tfSsSelectList li a {
  display: block;
  color: #3f735b;
  text-underline-offset: 5px;
  padding: 20px 0;
}

.tfSsSelectList .active {
  background-color: #b79d59;
  color: #fff;
  border-radius: 25px;
  font-weight: 800;
  position: relative;
}

.tfSsSelectList .active:after {
  position: absolute;
  bottom: 12px;
  left: 40%;
  content: "";
  width: 20%;
  height: 5px;
  border-bottom: 3px solid #fff;
}

.tfSsSelectList .active a {
  color: #fff;
  text-decoration: none;
  padding: 17px 0 23px 0;
}

.ssSelect02, .ssSelect03 {
  display: none;
}

.tfSsSelectEachBox {
  background-color: #ffffff;
  padding: 60px 8%;
}

.tfSsSelectEachCp {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
}

.tfSsSelectEachOsusumeTitle {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-top: 80px;
}

.tfSsSelectEachOsusume {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
  line-height: 1.5em;
}

.tfSsSelectEachOsusume:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../Contents/ImagesPkg/threefirsts/product/tf_product_suggest_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -40px;
  margin-top: -3px;
}

.tfSsSelectEachExampleImage {
  margin: 30px 0 50px 0;
  text-align: center;
}

.tfSsSelectEachExampleImage img {
  max-width: 100%;
}

.tfSsSelectPointBox {
  margin: 80px 0 60px 0;
}

.tfSsSelectPointEachBox {
  display: flex;
  gap: 30px;
  margin: 50px 0;
}

.tfSsSelectPointEachNumber {
  width: 115px;
}

.tfSsSelectPointEachNumberTitle {
  font-size: 90px;
  font-weight: 900;
  color: #dbceac;
  font-feature-settings: "tnum";
  position: relative;
}

.tfSsSelectPointEachNumberTitle span {
  font-size: 18px;
  position: absolute;
  font-size: 18px;
  letter-spacing: 3px;
  padding-bottom: 5px;
  font-weight: normal;
  color: #1a1a1a;
  top: 43%;
}

.tfSsSelectPointEachContents {
  width: calc(100% - 115px - 30px);
  padding-top: 20px;
}

.tfSsSelectPointEachContents > h3 {
  color: #b79d59;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.75em;
}

.tfSsSelectPointEachContentsBig {
  font-size: 48px;
}

.tfSsSelectPointEachContents p {
  margin: 1em 0;
  line-height: 1.75em;
}

.tfSsSelectPointEachContents p a {
  text-decoration: underline;
}

.tfSsSelectPointEachContentsList {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.tfSsSelectPointEachContentsList a {
  width: calc((100% - 60px) / 3);
}

.tfSsSelectLinkBt {
  text-align: center;
  display: block;
  padding: 15px 0;
}

.tfSsSelectLinkBt a {
  background-color: #b79d59;
  color: #fff;
  font-weight: 600;
  padding: 10px 150px;
  max-width: 100%;
  text-align: center;
  transition: 0.5s;
}

.tfSsSelectLinkBt a:hover {
  opacity: 0.5;
}

.tfSsSelectLinkText {
  text-align: center;
  margin-top: 20px;
}

.tfSsSelectLinkText a {
  font-size: 14px;
  text-decoration: underline;
}

.tfSsSelectLinkText a:after {
  content: "＞";
}

.tfSsSelectItemBox {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.tfSsSelectItemEach {
  width: calc((100% - 100px) / 5);
  padding: 15px 0 30px 0;
  position: relative;
  transition: 0.5s;
}

.tfSsSelectItemEach:hover {
  opacity: 0.5;
}

.tfSsSelectItemEach:hover .tfSsSelectItemEachLink span {
  background-color: #1a3a29;
  color: #fff;
}

.tfSsSelectItemEachImage {
  text-align: center;
}

.tfSsSelectItemEachImage img {
  width: 100%;
}

.tfSsSelectItemEachTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 10px 0;
}

.tfSsSelectItemEachCp {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.75em;
}

.tfSsSelectItemEachLink {
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.tfSsSelectItemEachLink span {
  color: #1a3a29;
  border: 1px solid #1a3a29;
  text-align: center;
  font-size: 12px;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 2px 10px;
}

.tfSsItemListEachInfoTitle {
  font-size: 22px;
  line-height: 1.75em;
  border-bottom: solid 2px #1a3a29;
  position: relative;
  display: inline;
  padding: 0 5px 0 0;
  font-weight: 600;
}

.tfSsItemListEachInfoTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #b79d59;
  top: calc(1em + 9px);
  width: 1em;
}

.tfSsItemListEachInfoList {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 2em;
}

.tfSsItemListEachInfoList li {
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.5em;
  list-style-type: circle;
}

.tfSsQaLinkText {
  margin-top: 30px;
  text-align: center;
}

.tfSsQaLinkText a {
  font-size: 16px;
  text-decoration: underline;
}

.tfSsQaLinkText a:after {
  content: "＞";
}


@media all and (max-width: 959px) {
  .tfSsAppealPointList {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .tfSsAppealPointList li {
    font-size: 14px;
  }

  .tfSsSelectBox h2 {
    font-size: 24px;
  }

  .tfSsSelectList {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .tfSsSelectList li {
    font-size: 14px;
  }

  .tfSsSelectList .active:after {
    left: 30%;
    width: 40%;
  }

  .tfSsSelectEachBox {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tfSsSelectEachCp {
    font-size: 18px;
  }

  .tfSsSelectEachExampleImage img {
      max-width: 65%;
    }

  .tfSsSelectEachOsusumeTitle {
    font-size: 20px;
  }

  .tfSsSelectEachOsusume {
    font-size: 16px;
    padding-left: 20px;
  }

  .tfSsSelectEachOsusume:before {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: -30px;
  }

  .tfSsSelectPointEachBox {
    flex-wrap: wrap;
  }

  .tfSsSelectPointEachNumber {
    width: 100%;
  }

  .tfSsSelectPointEachNumberTitle {
    font-size: 72px;
  }

  .tfSsSelectPointEachNumberTitle span {
    top: 35%;
  }

  .tfSsSelectPointEachContents {
    width: 100%;
    padding-top: 0;
  }

  .tfSsSelectPointEachContents > h3 {
    font-size: 22px;
  }

  .tfSsSelectPointEachContentsBig {
    font-size: 35px;
  }

  .tfSsSelectPointEachContents p {
    font-size: 14px;
  }

  .tfSsSelectPointEachContentsList {
    flex-wrap: wrap;
    gap: 30px;
  }

  .tfSsSelectPointEachContentsList a {
    width: calc(50% - 15px);
  }

  .tfSsSelectLinkBt a {
    display: block;
    padding: 15px 0;
  }

  .tfSsSelectItemBox {
    display: flex;
    justify-content: flex-start;
    gap: 6%;
    margin-top: 30px;
  }

  .tfSsItemListEachInfoTitle {
    font-size: 16px;
  }

  .tfSsItemListEachInfoTitle:after {
    top: calc(1em + 7.5px);
  }

  .tfSsSelectItemEach {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .tfSsSelectItemEach a {
    width: 100%;
    display: flex;
    gap: 5%;
  }

  .tfSsSelectItemEachImage {
    width: 30%;
  }

  .tfSsSelectItemEachContents {
    width: 65%;
  }

  .tfSsSelectItemEachTitle {
    font-size: 14px;
    margin-top: 0;
  }

  .tfSsSelectItemEachLink {
    right: 0;
    bottom: 0;
  }

  .tfSsItemListEachInfoList {
    margin-left: 1em;
  }
}