@charset "utf-8";
/* CSS Document */
.tfz_koso_set:nth-last-of-type(n + 2) {
  margin-bottom: clamp(24px, 10vh, 80px);
}
.tfz_koso_set.tfz_koso_ex01 {
  margin-bottom: 16px;
}
.tfz_koso_set.tfz_koso_ex01 .tfz_koso_txt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

ul.tfz_koso_listblock {
  max-width: 800px;
  margin: 0 auto;
}
ul.tfz_koso_listblock li {
  position: relative;
  background-color: #F3F0E6;
}
ul.tfz_koso_listblock li:nth-last-of-type(n + 2){
  margin-bottom: 56px;
}
.tfz_koso_list-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 0px 1% 18px 3%;
}
.tfz_koso_listimg{
  align-self: flex-end;
}
.tfz_koso_listimg.tfz_koso_listimg-adj{
  margin-bottom: 20px;
}
.tfz_koso_listtxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin-top: 26px;
}
.tfz_koso_title {
  position: absolute;
  top: -19px;
  left: -7px;
}
h2.tfz_koso_heading2{
  font-size: clamp(18px, 1.2rem, 1.5rem);
  font-family: "Hiragino Kaku Gothic Pro", "sans-serif";
  margin: 0 auto 0px 0;
  padding-bottom: 4px;
  line-height: 1.2;
  background-image: none;
}
h2.tfz_koso_heading2::after{
  content: none;
}
.tfz_koso_listtxt p {
  font-size: 1rem;
  letter-spacing: 0.062em;
}
.tfz_koso_title-btm {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -12px;
  right: -5px;
  background-image: url(../img/deco_05_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 200px;
  height: 40px;
}
.tfz_koso_title-btm p.tfz_koso_small{
  font-size: 0.875rem;
  padding-right: 27px;
}
.tfz_koso_title-btm p {
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 7px;
  padding-right: 12px;
}


h3.tfz_koso_heading3 {
  font-size: clamp(16px,18px,24px);
  font-weight: 500;
  color: #97071A;
  position: relative;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(#97071A 1px);
  background-size: 100%;
  background-position: center;
  margin-bottom: 40px;
}
h3.tfz_koso_heading3 > span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic";
  font-size: clamp(1.125rem, 0.712rem + 1.54vw, 1.5rem);
  position: absolute;
  display: inline-block;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tfz_koso_bottom {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.tfz_koso_bottom > div{
  width: 50%;
}
.tfz_koso_bottomimg {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}
.tfz_koso_bottomtxt {
  display: flex;
  justify-content: center;
  text-align: center;
}
.tfz_koso_bottomtxt span {
  display: block;
  font-size: 1rem;
}



@media screen and (max-width:640px){
  .tfz_koso_listimg {
    width: 133px;
  }
  h2.tfz_koso_heading2{
    font-size: clamp(0.875rem, -0.405rem + 4.76vw, 1.5rem);
    justify-content: flex-start;
  }
  .tfz_koso_listtxt p {
    font-size: clamp(0.75rem, 0.238rem + 1.9vw, 1rem);
  }
  .tfz_koso_title-btm p{
    font-size: clamp(0.75rem, 0.238rem + 1.9vw, 1rem);
  }

  .tfz_koso_bottom{
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 57px;
  }
  .tfz_koso_bottom > div{
    width: 100%;
  }
  .tfz_koso_bottomtxt p{
    font-size: 1rem;
  }
  h3.tfz_koso_heading3 span{
    width: 85%;
  }


}