/* static/css/custom.css */
body {
    font-family: 'Noto Sans JP', sans-serif;
}

.logo__img {
  max-height: 128px;
}

.logo--mixed .logo__img {
  max-width: 64px;
  max-height: 64px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
}

h1 {
	font-size: 28px;
	font-size: 2rem;
  /*border: solid 3px #00bfff;線*/
  /*border-radius: 10px;角の丸み*/
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
  background: #badaff;
  border-top: solid 5px #00bfff;
  border-bottom: solid 5px #00bfff;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
  color: #2c2c2f;
  background: #badaff;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

p {
    font-family:  'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 14px;
}

img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 3px solid #000000;
}

