<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ab1 {
	font-size: 17px;
	font-weight: bold;
	color:#18933b;
}

.ab2 {
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}

.ab3 {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
}


/* 雉�侭繝懊ち繝ｳ */
.btn-border_ab3 {
  display: inline-block;
  width: 340px;
  text-align: center;
  background-color: #007bc7;
  border: 1px solid #007bc7;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 12px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_ab3:hover {
  background-color: #ffffff;
  border-color: #007bc7;
  color: #007bc7;
}

/* 67貍秘｡悟｢� */
.btn-border_ab4 {
  display: inline-block;
  width: 220px;
  text-align: center;
  background-color: #18933b;
  border: 1px solid #18933b;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 12px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_ab4:hover {
  background-color: #ffffff;
  border-color: #18933b;
  color: #18933b;
}
</pre></body></html>