@charset "utf-8";

.co {
  float:right;
  transition: all 0.5s;
  opacity: 0;
  margin-right: 12vw;
}

.co .co-page {
  text-align: center;
  line-height: 30px;
  padding: 0px 25px;
  border-radius: 3px;
  border: 1px solid #000;
  color: black;
  display: inline-block;
  margin-top: 15px;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.co .co-page:hover {
  background-color: black;
  color: white;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.co .co-page:active {
  box-shadow: none;
  transform: translateY(0);
}

.slide-box {
  width: 45%;
  height: var(--business-row-height);
}

.text {
  text-align: center;
	display: block;
}

.text h3,
.text h4 {
  margin-top: 35px;
  margin-bottom: 10px;
}

.title {
  color: rgb(7, 7, 7);
  font-weight: normal;  
	text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
}

.niage h3 , .it h3 ,
.niage .text h4 , .it .text h4 {
 font-size: 22px;
}

.niage .text-body , .it .text-body {
  font-size: 18px;
 }

.niage .sub-title {
  font-weight: normal;  
}

.text h4 {
  font-weight: bold;
}

.text .text-body{
  padding: 3% 10%;
  text-align: left;
  font-weight: normal;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.st {
  text-align: right;
  transition: all 0.5s;
  opacity: 0;
}

.st .st-official {
  text-align: center;
  line-height: 30px;
  padding: 0px 25px;
  border-radius: 3px;
  border: 1px solid #000;
  color: black;
  display: inline-block;
  margin: 0.83em 0;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.st .st-official:hover {
  background-color: black;
  color: white;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.st .st-official:active {
  box-shadow: none;
  transform: translateY(0);
}
