

.t1{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.t1-1{
  font-size: 23px;
  font-weight: bold;
  color: #666666;
}

.t1-2{
  font-size: 17px;
}

.t0{
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  padding: 10px 20px;
  background-color: #e6e6e6;
}

.hr-s{
  border:1px dashed #666666;
  margin: 20px 0;
}

.mtop25{
  margin-top: 25px;
} 

.mtop10{
  margin-top: 10px;
} 

.mtop7{
  margin-top: 7px;
}

.font15{
  font-size: 15px;
} 


.s-button{
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 50px;
  background-color:#cc2a2a;
  background-color:#a52a2a;
  margin: 20px auto 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  text-indent: -1em;
  text-decoration: none;
  color: #fff;  
}
.s-button::after{
   display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #f88b8b;
  border-top: 3px solid #f88b8b;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  content: '';
  top: 40%;
  right: 5%;
}
.s-button:hover{
  background-color: #c74343;
}

