.tit1 {color: var(--color-tit); font-weight: 700; font-size: var(--font-22);}
.tit2 {color: var(--color-tit); font-weight: 400; font-size: var(--font-32); padding-bottom:.2rem;}
.tit3 {color: #C9AE90; font-weight: 700; font-size: var(--font-22);}
.txt2 {color: var(--color-txt); font-size: var(--font-18); font-weight: 400;}
.txt3 {color: var(--color-txt); font-size: var(--font-18);padding-top:1rem; line-height: 1.5;}



@media screen and (max-width: 1600px){
  .tit1 , .tit3 {font-size: 2rem;}
  .txt2 p br {display: none;}
}

@media screen and (max-width: 576px){
    .txt3 br {display: none;}
  }















/**/