@charset "utf-8";
@import url("default.css");
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  line-height: 1.4;
}
.octicon {
  display: inline-block; /* 公式と同じ */
  fill: currentColor; /* 公式と同じ */
  vertical-align: text-bottom;
  height: 1em; /* 大きさは height で指定 */
  color: #fff;
}
/* small {
  font-size: 0.5em;
} */
body {
  font-size: 0.9em;
}
@media (min-width: 991px) {
  br.sp {
    display: none;
	}
	body {
		font-size:1em;
	}
}

.btn-submit{
	font-weight: bold;
	font-size:1.3em;
	padding:1em 3em;
	margin:1em 0;
}