:root {
  --primary-color: #3560ab;
  --primary-color-rgb: 90, 158, 124;
  --secondary-color: #5f8ac3;
  --secondary-color-rgb: 131, 204, 97;
  --tertiary-color: #f18a39;
  --tertiary-color-rgb: 225, 255, 212;
  --quaternary-color: #f0853e;
  --quaternary-color-rgb: 183, 229, 118;
}

.lypic {width: 100%; margin: 0 10px; text-align: center; }
.lypic {width: 200px; margin: 0  auto; text-align: center; }
.caset img{  border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;}
.fsa50{font-size: 18px; font-weight: 500; color: 000;}
.pt101{padding-top: 80px;}

@media (max-width: 768px) {
  .tk img{
	  width: 90px;
  }
}