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

br.sp {
  display: none;
}

main {
  padding-top: 56px;
  margin-bottom: 156px;
}
main .headline {
  margin-bottom: 92px;
}
main .headline p {
  text-align: center;
  line-height: 2.1;
  font-size: 16px;
  margin-bottom: 20px;
}
main .headline a {
  text-align: center;
  line-height: 2.1;
  font-size: 13px;
  margin-bottom: 20px;
  color: #75797b;
  border-bottom: 1px solid #75797b;
}
main .headline a:hover {
  opacity: 1;
}
main p.notes {
  color: #222;
  font-size: 14px;
  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: center;
}
main p.notes:nth-child(3) {
  margin-top: 12px;
}