@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.6rem;
  margin: 0;
}

header {
  display: flex;
  position: relative;
  height: 80px;

  .title {
    padding: 10px 20px;
    font-size: 32px;
    font-weight: bold;
    color: #5f85b7;
    line-height: 32px;

    img {
      height: 100%;
    }
  }
}
