.cnt:nth-child(2) .column .col .list a p::after@charset "UTF-8";
/* CSS Document */
.contents{
	padding-top: 0px;
}
.cnt{
	margin-bottom: 60px;
}
.cnt .ttl{
	padding: 20px 0px;
	border-bottom: solid 1px #557EC0;
	border-top: solid 1px #557EC0;
}
.cnt .ttl p{
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: 1px;
	color: #557EC0;
	position: relative;
	padding-left: 25px;
}
.cnt .ttl p::before{
	content: "▶︎";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 1rem;
}
.cnt .column{
	padding: 20px 0px 0px;
	gap:40px;
}
.cnt .column .col{
	width: calc(100%/3 - 40px);
}
.cnt .column .col a p{
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	color: #557EC0;
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.cnt .column .col a p::before{
	content: "▶︎";
    position: absolute;
    top: 6px;
    left: 0;
    transform: translate(0, 0);
    font-size: 1rem;
}
.column.col3 a{
	width: fit-content;
	display: block;
}
.cnt .column .col .list{
	margin-bottom: 40px;
}
.cnt .column .col .list a{
	margin-left: 20px;
}
.cnt:nth-child(2) .column .col .list a p{
	position: relative;
}
.cnt:nth-child(2) .column .col .list a p::after{
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/common/blank_icon2.svg");
	background-size: 100%;
	position: absolute;
	top: 8px;
	right: -16px;
}
.cnt .column .col .list a:first-child{
	margin-left: 0px;
}
@media only screen and (max-width: 768px) {
	.cnt .column{
		display: block;
	}
	.cnt .column .col{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.cnt{
		margin-bottom: 40px;
	}
	.cnt .ttl{
		padding: 12px 0px;
	}
	.cnt .ttl p{
		font-size: 1.6rem;
		padding-left: 15px;
	}
	.cnt .column .col a p{
		font-size: 1.4rem;
		line-height: 24px; /* 171.429% */
		letter-spacing: 0.7px;
		padding-left: 15px;
	}
	.cnt .column .col a p::before{
		top: 0;
	}
	.cnt .column .col .list{
		margin-bottom: 20px;
	}
}
	