<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	btn01
*****************************************/
.btn01 {
  width: 437px;
  margin: 0 auto;
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00a9ff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  padding: 0.7em 0; }
  @media screen and (max-width: 767px) {
    .btn01 {
      width: 100%; } }

.btn01:hover {
  color: #fff;
  background: rgba(0, 169, 255, 0.7);
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .btn01:hover {
      background: #00a9ff; } }

.f_25 {
  font-size: 25px; }

.f_27 {
  font-size: 27px; }

.f_30 {
  font-size: 30px; }

.f_36 {
  font-size: 36px; }
</pre></body></html>