@charset "utf-8";
/*------------------------------------------------------------
	security
------------------------------------------------------------*/
#main {
	padding-bottom: 15.5rem;
}
#main .listUl {
	margin-top: -5.2rem;
}
#main .listUl li {
	margin-top: 5.2rem;
	width: 53.6rem;
}
#main .listUl a {
	display: block;
}
#main .listUl .pho {
	overflow: hidden;
	border-radius: 0.6rem;
}
#main .listUl .ttl {
	padding: 2.5rem 5.5rem 1.9rem 0;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	background: url(../img/common/icon03.webp) no-repeat right top 1.6rem;
	background-size: 4.8rem auto;
}
#main .listUl .ttl::before {
	position: absolute;
	right: 0;
	top: 1.6rem;
	background: url(../img/common/icon03_on.webp) no-repeat;
	background-size: 4.8rem auto;
	width: 4.8rem;
	height: 4.8rem;
	content: "";
	transition: .3s;
	opacity: 0;
}
#main .listUl p {
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	#main .listUl a:hover .ttl {
		background-image: none;
	}
	#main .listUl a:hover .ttl::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 6.5rem;
	}
	#main .listUl {
		margin-top: 0;
		display: block;
	}
	#main .listUl li {
		margin: 0 0 5.5rem;
		width: auto;
	}
	#main .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .listUl .pho img {
		width: 100%;
	}
	#main .listUl .ttl {
		padding: 1.5rem 4.5rem 1.7rem 0;
		font-size: 1.6rem;
		background-position: right top 1rem;
		background-size: 3.4rem auto;
		background-image: url(../img/common/icon03_sp.webp);
	}
	#main .listUl p {
		line-height: 1.71;
	}
}