@charset "utf-8";


/**/
.pageTtl01{
	background-image: url(../images/access/pagettl_bg_sp.jpg)
}
@media(min-width:768px){
	.pageTtl01{
		background-image: url(../images/access/pagettl_bg.jpg)
	}
}
/**/
footer{
	padding:0;
	margin:0 0 60px;
}
@media (min-width:768px) {
	footer{
		padding:0;
		margin:0 0 0;
	}
}


.access01{
	width:90%;
	margin:0 auto;
}
.access01 .unit01{
	margin-bottom:40px;
	text-align:left;
}
.access01 .unit01 .img01{
	margin-bottom:10px;
}
.access01 .unit01 .img01 img{
	width:100%;
}
.access01 .unit01 .txt01{
	font-size:clamp(1.4rem,1.6vw,1.6rem);
	line-height: 1.2;
}
.access01 .unit01 .txt02{
	font-size:clamp(1.6rem,2vw,2rem);
	line-height: 1.2;
}
.access01 .unit01 .txt02 span{
	font-size:175%;
}
.access01 .unit01 .txt03{
	font-size:1.2rem;
}

@media(min-width:768px){
	.access01{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width:600px;
		margin-bottom:10px;
	}
	.access01 .unit01{
		width:31.7%;
		max-width:190px;
		margin-bottom:0;
	}
}