@charset "UTF-8";
/* ページ全体のフォント指定 */
  *{
      font-family : 'Hiragino Kaku Gothic ProN W8', 'ヒラギノ角ゴ ProN W8', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      color : #666666;
      font-size : 14px;
    }

  .layout-body-header {
    display: flex;
    width: 100%;
  }
  .layout-body-header-sub {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .layout-body-header-sub label {
    margin-right: 50px;
  }

  .btn {
    display: inline-block;
    text-decoration: none;
    background: #87befd;
    color: #FFF;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s;
  }

  .btn:hover {
    background: #668ad8;
  }
