html {
  font-size: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 500;
  background-color: #f9f9f9;
  color: #1A3651;
}

body, html {
  overflow-x: hidden;
}

h1 {
    font-family: 'Noto Serif', serif;
    font-size: 86%;
	margin-top: 0;
}

h2 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
h1 {
    font-size: 80%;
}
	
h2 {
  font-family: 'Noto Serif', serif;
}

p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  color: #1A3651;
}

/*==================================================================================================================================

  *改行設定

==================================================================================================================================*/
.sp_only { display: none !important; }
.pc_only { display: block; }

@media (max-width: 768px) {
  .sp_only { display: block !important; }
  .pc_only { display: none !important; }
}