@charset "UTF-8";

/* =======================================================
* #message
* ======================================================= */
#message h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
#message .message_txt {
  line-height: 2.1;
}
#message .message_txt a {
  text-decoration: underline;
  color: #111;
}
#message .message_txt a i {
  vertical-align: super;
  font-size: 11px;
}

@media screen and (max-width:768px) {
  #message h3 {
    font-size: 18px;
  }
}

/* =======================================================
* #profile
* ======================================================= */
#profile p.name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.6;
}
#profile p.name span {
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 13px;
}
#profile .profile_txt {
  line-height: 2.1;
  margin-bottom: 100px;
}





