@charset "utf-8";
/*------------------------------------------------------------
	group
------------------------------------------------------------*/
#main .sec01 {
	margin: -0.5rem 0 5.4rem;
}
#main .sec01 .headLine03 {
	margin-bottom: 3rem;
}
#main .sec01 .imgList li {
	width: 30rem;
	padding-bottom: 5rem;
}
#main .sec01 .imgList a {
	display: block;
}
#main .sec01 .imgList .img {
	margin-bottom: 1.9rem;
	padding: 0.2rem 0.2rem 0.1rem;
	border-radius: 0.5rem;
	border: 1px solid #E5E5E5;
	background: #FFF;
	overflow: hidden;
}
#main .sec01 .imgList img {
	width: 100%;
	transition: .3s;
}
#main .sec01 .imgList p {
	padding-bottom: 2.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	background: url(../img/common/icon01.png) no-repeat left bottom;
	background-size: 1.4rem auto;
}
#main .sec01 .imgList span {
	margin-top: 1rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	word-break: break-all;
}
#main .sec02 {
	margin-bottom: -1.5rem;
}
#main .sec02 .comDotList li {
	line-height: 1.5;
	letter-spacing: 0.08rem;
}
#main .sec02 .comDotList li::before {
	top: 1.2rem;
}
#main .sec02 .comDotList a {
	padding-right: 2.5rem;
	display: inline-block;
	text-decoration: underline;
	background: url(../img/common/icon01.png) no-repeat right top 0.8rem;
	background-size: 1.4rem auto;
}
@media all and (min-width: 897px) {
	#main .headLine03 > span {
		padding-bottom: 1.2rem;
	}
	#main .sec01 .imgList {
		position: relative;
	}
	#main .sec01 .imgList::after {
		width: 30rem;
		content: "";
	}
	#main .sec01 .imgList a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .sec02 .comDotList a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 {
		margin: -0.4rem 0 2.4rem;
	}
	#main .headLine03 > span {
		padding-bottom: 0.7rem;
	}
	#main .sec01 .headLine03 {
		margin-bottom: 2rem;
	}
	#main .sec01 .imgList {
		display: block;
	}
	#main .sec01 .imgList li {
		width: auto;
		padding-bottom: 2rem;
	}
	#main .sec01 .imgList a {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#main .sec01 .imgList .img {
		margin-bottom: 0;
		width: 16rem;
		padding: 0.1rem 0.1rem 0;
	}
	#main .sec01 .imgList p {
		width: calc(100% - 17rem);
		margin-top: -0.1rem;
		padding-bottom: 2.3rem;
		font-size: 1.6rem;
		background-size: 1.2rem auto;
	}
	#main .sec01 .imgList span {
		font-size: 1rem;
		line-height: 1.2;
	}
	#main .sec02 {
		margin-bottom: -1.6rem;
	}
	#main .sec02 .comDotList li {
		letter-spacing: 0.07rem;
	}
	#main .sec02 .comDotList li::before {
		top: 1rem;
	}
	#main .sec02 .comDotList a {
		padding-right: 1.7rem;
		background-position: right top 0.6rem;
		background-size: 1.2rem auto;
	}
}