@charset "utf-8";
/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#main {
	padding-bottom: 30rem;
}
#main .inner {
	margin-bottom: 16.7rem;
}
#main .inner .subInner {
	margin-bottom: 9.5rem;
	padding-bottom: 12rem;
	border-bottom: 0.2rem dotted #858585;
}
#main .inner .subInner:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .inner .dateBox {
	margin-bottom: 1.5rem;
	padding: 0 1.6rem;
}
#main .inner .dateBox time {
	margin-bottom: 0.6rem;
	display: block;
	font-family: "Work Sans", sans-serif;
	color: #88A0E6;
	font-size: 1.4rem;
}
#main .inner .dateBox .title {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
#main .inner .textBox {
	padding: 8.8rem 10.5rem 5.5rem;
	background: #FFF;
	border-top: 1px solid #88A0E6;
	border-bottom: 1rem solid #88A0E6;
	border-radius: 0 0 1rem 1rem;
}
#main .inner .textBox p {
	margin-bottom: 3.9rem;
	line-height: 2.36;
	letter-spacing: 0.05em;
	word-break: break-all;
}
#main .inner .textBox p a {
	text-decoration: underline;
}
#main .inner .textBox p a:hover {
	opacity: 0.6;
}
#main .linkList li a {
	padding: 0.5rem 0 0.5rem 3.5rem;
	letter-spacing: 0.05em;
	display: block;
	width: fit-content;
	background: url(../img/common/icon03.png) no-repeat left center / 2.1rem;
}
#main .linkList li a:hover {
	opacity: 0.6;
}
#main .linkList li.style01 a {
	padding: 0.5rem 3.5rem 0.5rem 0;
	background-image: url(../img/common/icon04.png);
	background-position: right center;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 7.4rem;
	}
	#main .inner {
		margin-bottom: 6rem;
	}
	#main .inner .subInner {
		margin-bottom: 3.3rem;
		padding-bottom: 3.9rem;
		border-width: 1px;
	}
	#main .inner .dateBox {
		margin-bottom: 0.6rem;
		padding: 0 0.1rem;
	}
	#main .inner .dateBox time {
		margin-bottom: -0.3rem;
		font-size: 1.5rem;
	}
	#main .inner .dateBox .title {
		font-size: 1.7rem;
		line-height: 1.4;
	}
	#main .inner .textBox {
		padding: 3.3rem 3.7rem 1.7rem;
		border-top: 1px solid #88A0E6;
		border-bottom: 1rem solid #88A0E6;
	}
	#main .inner .textBox p {
		margin-bottom: 1.8rem;
		line-height: 1.59;
	}
	#main .linkList {
		padding: 0 0.3rem;
	}
	#main .linkList li a {
		padding: 0.5rem 0 0.5rem 2.9rem;
		letter-spacing: 0;
		background: url(../img/common/icon03_sp.png) no-repeat left center / 2.3rem;
	}
	#main .linkList li.style01 a {
		padding: 0.5rem 2.7rem 0.5rem 0;
		background-image: url(../img/common/icon04_sp.png);
	}
}