.title_01 {
	font-size: 16px;
	color: #1D2C7D;
	font-weight: bold;
}

.btn-border_ab1 {
  display: inline-block;
  width: 260px;
  text-align: center;
  background-color: #1D2C7D;
  border: 1px solid #1D2C7D;
  font-style: normal;
  font-size: 18px; /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab1:hover {
  background-color: #ffffff;
  border-color: #1D2C7D;
  color: #1D2C7D;
}

.btn-border_ab1_no {
  display: inline-block;
  width: 260px;
  text-align: center;
  background-color: #999999;
  border: 1px solid #999999;
  font-style: normal;
  font-size: 18px; /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8em;
  border-radius: 4px;
  transition: .3s;
}