@charset "UTF-8";
/*//////////////////
  共通変数
//////////////////*/
.navi {
  display: none; }

main {
  width: 100%;
  overflow: hidden;
  padding: 56px 5vw 0;
  margin-bottom: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  main .headline {
    margin-bottom: 47px; }
  main p.notes {
    color: #222;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: left; }
  main p.notes:nth-child(3) {
    margin-top: 12px; }
