.bx1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	color: #333;
	background-color: #FF9;
	padding: 5pt;
	margin: 5pt;
}
.link_box {
	width: 232px;
	float: left;
	text-align: left;
	margin-top: 25px;
}
.access {
	float: right;
	height: 200px;
	width: 500px;
	margin-right: 220px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: center;
}
.footer{
	width: 1050px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.box1{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-bottom: 1.5em;
	border: 1px solid #0032ba;
	margin-top: 0px;
}
.box1 h2{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #0032ba;
	height: 55px;
	text-align: center;
	color: yellow;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box1 p{
	width: 90%;
	margin:0.5em auto;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-align: left;
}
.box1-t{
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 0.5em;
}
.box1-bt{
	width: 50%;
	height: 45px;
	background-color: red;
	color: white;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;	
}
.box1-bt img{
	content: url("image/01.svg");
	width: 15px;
	height:auto;
	margin-right: 5px;
}
.box1 a{
	cursor: pointer;
	text-decoration: none;
}
.box1 a:hover{
	opacity: 0.5; 
}
