@charset "UTF-8";
main {
  width: 1100px;
  margin: auto;
  line-height: 1.65;
  font-size: 18px;
  color: #4b4b4b;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}
#board h1 {
  font-size: 45px;
  text-align: center;
  margin: 0 0 2rem 0;
}
#board h2 {
  font-size: 24px;
  color: #fff;
	background: #002060;
	padding: .5rem;
	width: 14.5rem;
	text-align: center;
	margin-bottom: 1rem;
}
#board h3 {
	margin-bottom: 1rem;
}
#board h4{
	padding: 1rem 0 0 1rem;
}
#board section{
	display: flex;
	width: 100%;
	height: 400px;
}
#board section .cv{
	background: #37a6ff;
	width: 10rem;
	text-align: center;
	font-size: 20px;
	margin: 1rem auto;
	padding: 6px 5px 5px;
	border-radius:25px;
}
#board section .cv a{
	color: #fff;
	text-decoration: none;
}
#board section .img {
	margin: 0;
}
#board section .text{
	color: #002060;
	border: solid 5px #002060;
	height: 225px;
	margin-left: 1rem;
}
#board section .text p {
	padding: 1.2rem 2rem 0;
	font-size: 16px;
}