@charset "UTF-8";

.accessRootWrap{
	letter-spacing: 0.0985em;
}
.accessRootWrap h2{
	font-size: 2em;
}
.accessRootWrap h2,
.accessRootWrap h3{
	text-align: center;
}
.accessRootWrap h3{
	font-size: 1.75rem;
	padding-bottom: 20px;
}
.accessRootWrap ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 30px 15px;
	box-sizing: border-box;
	font-size: 0.9325rem;
	line-height: 1.75em;
}
.accessRootWrap ul li{
	width: calc( 100% / 3 - 30px );
	box-sizing: border-box;
	position: relative;
	margin-right: 20px;
	box-shadow: 2px 2px 5px #878385;
	background-color: #fff;
}
.accessRootWrap ul li:not(:last-of-type)::after{
	content: '';
	background: url(../img/access/arrowRight.webp);
	background-size: contain;
	width: 12px;
	height: 30px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 45%;
	right: -25px;
}
.accessInnerWrap{
	position: relative;
}
.accessInnerWrap img{
	width: 100%;
}
.accessInnerWrap .ribbon{  
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0;
	padding: 15px 0 12px;
	z-index: 2;
	width: 50px;
	text-align: center;
	color: #fff;
	font-family: semplicitapro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.125rem;
	background: linear-gradient(#f5d36c 0%, #bda253 100%);
	border-radius: 2px 0 0 0;
 }
.accessInnerWrap .ribbon::before{
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #b0974d;
	border-right: solid 6px transparent;
}
.accessInnerWrap .ribbon::after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 25px solid #bda253;
	border-right: 25px solid #bda253;
	border-bottom: 10px solid transparent;
}
.accessInnerWrap p{
	padding: 15px;
}
@media screen and (max-width: 1000px) {	
	.accessRootWrap ul{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {	
	.accessRootWrap h2{
		font-size: 1.5rem;
	}
	.accessRootWrap h3{
		font-size: 1.15rem;
	}
	.accessRootWrap ul{
		font-size: 0.8375rem;
		gap: 15px;
	}
	.accessRootWrap ul li{
		width: 100%;
		box-shadow: none;
		margin-right: 0;
	}
	.accessRootWrap ul li:not(:last-of-type)::after{
		content: '';
		background: url(../img/access/arrowBottom.webp);
		background-size: contain;
		width: 30px;
		height: 12px;
		display: block;
		position: static;
		margin: 25px auto 5px;
	}
	.accessInnerWrap{
		box-shadow: 2px 2px 5px #999;
	}
}
@media screen and (max-width: 768px) {	
	.accessRootWrap ul{
		font-size: 0.754rem;
	}
}
