@charset "UTF-8";

/*全体中央寄せ*/
#info_contents {
  justify-content: center;
  display: flex;
  align-items: center;
}

#foundation {
  max-width: 720px;
}

/*ボタン*/
.btn-border {
  display: inline-block;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 2% 5% 2% 8%;
  margin: 3% auto;
  border-radius: 4px;
  transition: 0.4s;
  font-size: 200%;
  background-color: #280;
}

body.body_sph .btn-border {
  font-size: 120%;
}

.btn-border:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #fff;
}

.container a:visited,
.container a:link {
  text-decoration: none;
}

.container :after {
  content: "\e986";
  padding-right: 0.5em;
}

.btnc {
  margin: 0 auto;
  text-align: center;
}
