@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 5%;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.ttl{
	 display: flex;
	align-items: center;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 8% auto;
	font-family: 'Arial',sans-serif;
}

.ttl:before, .ttl:after {
	border-top: 1px solid #000;
	content: "";
	flex-grow: 1;
}

.ttl:before {
	margin-right: 1em;
}

.ttl:after {
   margin-left: 1em;
}

.wrapper ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:10px 10px;
	justify-content: center;
}

.wrapper ul li{
	list-style: none;
	width: calc(33.3% - 15px);
	border: solid 1px #000;
}

.wrapper ul li a{
	display: block;
	box-sizing: border-box;
	padding: 10% 0;
}

.top{
	width: 90%;
	margin: 10% auto 5%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.top a{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5% 0;
}

@media(min-width:750px){
	
.ttl{
	font-size: 40px
}
	
.wrapper ul{
	gap:20px 20px;
}

.top{
	width: 50%;
	font-size: 16px;
}
}
