@font-face {
  font-family: 'BIZ UDPGothic';
  src: url('/common/fonts/BIZUDPGothic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BIZ UDPGothic';
  src: url('/common/fonts/BIZUDPGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
position: relative;
font-family: "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "Meiryo", "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
color: #16365D;
line-height: 1.6;
}
