.wrap{
	max-width: 960px;
	max-width: 1180px;
	margin: 0 auto;
}

li{
	list-style: none;
}
	a{
		color: #222;
		text-decoration: none;
}

.select ul{
	display: flex;
	margin-bottom: 2em;
}
.select li{
	display: flex;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	background: #00a2e8;
	color: #fff;
	border: 1px solid #ccc;
	
	width: 100%;
	display: block;
	text-decoration: none;
	
	height: 5em;
	border-radius: 3px;
	
}

.select ul.navi li:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.partnerList ul{
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	flex-direction: row;
}
.partnerList li{
	/* display: none; */
	width: 32%;
	margin-bottom: 1.0em;
}

.select li:hover{
	opacity: 0.6;
}
.partnerList li .box{
	display: flex;
width: 100%;
cursor: pointer;
background: #fff;
border: 1px solid #00a2e8;
padding: 0.5em;
padding: 0 1.0em;
border-radius: 6em;
height: 6em;
}
.partnerList li .box a{
	position: relative;
	display: block;
	
	/* color:  #00a2e8; */
	width: 100%;
	height: 100%;
	padding: 0 2.0em 0 1.0em;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-size: 1.6rem;
}
.partnerList li .box a:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 	0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #00a2e8;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image:url("../src/images/gnav/icon_exlink.svg");
	mask-image: url("../src/images/gnav/icon_exlink.svg");
}


@media (max-width: 1024px) {
.partnerList ul {display: block;}
.partnerList li {width: 100%;}
.partnerList li .box a{font-size: 1.6rem;}
}


.partnerList li{
display: none;
}
.all li,
.a li.A,
.b li.B,
.c li.C,
.d li.D,
.e li.E,
.f li.F,
.g li.G,
.h li.H,
.i li.I,
.j li.J,
.k li.K{
	display: flex;
	/* opacity: 1; */
	/* transition: opacity 0.5s; */
	/* @starting-style {
			opacity: 0;
	} */
}


