@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
body > .pageBg .para::before {
	background: url(../img/link/bg.jpg) no-repeat center center / cover;
}
.content {
	padding-top: 90px;
}

.comList li {
	padding: 30px 0 30px;
    border-bottom: 1px solid #CBCBCB;
}

.comList .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: black;
}

.comList a {
    padding: 10px 0 0px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
	text-decoration: underline;
	color: darkslateblue;
}

@media all and (max-width: 767px) {
	.content {
		padding-top: 88px;
	}
}