.list-syllabary-ja {
 	display: flex;
 	flex-direction: column;
 	flex-wrap: wrap;
	margin: 5px 0 10px;
	padding: 5px;
	width: 410px; /* 40 x 30 + 5 + 5(padding) */
	height: 155px; /* 30 x 5 + 5 + 5(padding) - 1 x 5(margin) */
	list-style: none;
	line-height: 1;
	font-size: 13px;
	background: #EEE;
}
.list-syllabary-ja li {
	margin: -1px -1px 0 0;
	padding: 0;
	height: 30px;
	text-align: center;
}
.list-syllabary-ja li.next-kana-empty {
	margin-bottom: 29px;
}

.list-syllabary-ja li.next-kana-empty3 {
	margin-bottom: 87px;
}

.list-syllabary-ja li:last-child {
	margin-left: 0;
}
.list-syllabary-ja a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #b5b5b5;
	background: linear-gradient(to bottom, #fff 60%, #efefef 100%);
	color: #333;
	text-decoration: none;
}
.list-syllabary-ja a:hover, .list-syllabary-ja a:focus {
	border-color: #C72020;
	background: linear-gradient(to bottom, #df3b3b 60%, #C72020 100%);
	color: #fff;
}

/* 銀行、支店名スタイル(仮) */

.flatList{
	margin: 20px 0;
	font-size: 0;
}

.flatList li {
	display:inline-block;
	font-size: 13px;
	margin: 5px;
}

.flatList li a{
	display: block;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	padding: 0.5em;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
}

/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

/* iPad縦(portrait) */
@media only screen and (max-width:768px) {

	.list-syllabary-ja {
		width: 100%;
		font-size: 12px;
	}

	.flatList li {
		font-size: 12px;
		margin: 3px;
	}

	.flatList li a{
		font-size: 12px;
	}

}
