@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
/* detailBox */
#main .titleBox {
	margin-bottom: 2.8rem;
	padding-top: 0.3rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .titleBox time {
	flex-shrink: 0;
}
#main .titleBox .comLable {
	margin: -0.4rem 0 0 1.1rem;
	flex: 1;
}
#main .titleBox h1 {
	font-size: 3.2rem;
	font-weight: 700;
}
#main .titleBox .flex {
	margin-bottom: 0.8rem;
}

.detailBox {
	font-weight: 500;
	word-break: break-all;
}
.detailBox a {
	text-decoration: underline;
}
.detailBox p {
	margin-bottom: 3.6rem;
	line-height: 2.625;
	letter-spacing: 0.05em;
}
.detailBox p:last-child {
	margin-bottom: 0;
}
.detailBox .thumbnail {
	margin-bottom: 5rem;
	border-radius: 3.3rem;
	overflow: hidden;
}
.detailBox .thumbnail img {
	width: 100%;
}
.detailBox h2 {
	padding: 1.1rem 2rem 1.3rem;
	font-weight: 700;
	font-size: 2.4rem;
	background-color: #e6e6e6;
	color: #333333;
	letter-spacing: 0.03em;
	margin-bottom: 4rem;
}
.detailBox h3 {
	color: #333333;
	font-size: 2rem;
	font-weight: 700;
	border-left: 0.4rem solid #cc0011;
	padding: 0.5rem 0 0.6rem 1.4rem;
	line-height: 1.45;
	letter-spacing: 0.035em;
	margin-bottom: 2.2rem;
}
.detailBox * + h2 {
	margin-top: 8.3rem;
}
@media all and (min-width: 897px) {
	.detailBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .titleBox .flex {
		display: block;
	}
	#main .titleBox time {
		display: block;
	}
	#main .titleBox .comLable {
		margin: 0.3rem 0 0 0;
		display: flex;
	}
	#main .titleBox h1 {
		font-size: 2.8rem;
	}
	.detailBox .thumbnail {
		margin-bottom: 3rem;
		border-radius: 2rem;
	}
	.detailBox h2 {
		font-size: 2rem;
	}
	.detailBox h3 {
		font-size: 1.8rem;
	}
	.detailBox p {
		line-height: 2.2;
	}
	.detailBox * + h2 {
		margin-top: 6rem;
	}
}