@charset "utf-8";

/* ----------------------------------------
	single-news.css
---------------------------------------- */

#single-news {
    padding-top: 100px;
}

#single-news .breadcrumb-area {
    position: absolute;
    top: calc(120px + 1rem);
    left: 1rem;
    color: #bac7cc;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
	z-index: 0;
}

.single-news-container {
	margin: 8rem 15%;
}

.news-article {
	margin-bottom: 4rem;
}

.news-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.news-meta {
    display: flex;
    gap: 1rem;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
	line-height: 2;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.news-meta time {
	color: #bac7cc;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.news-categories {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.news-category {
	white-space: normal;
	background-color: #EAF0FA;
	border-radius: 20px;
	padding: 0 1rem;
}

.taxonomy {
	white-space: nowrap;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.news-content {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}

.btn-circle-wrapper .btn-box:first-of-type {
	margin-bottom: 1rem;
}

#single-news .fa-arrow-right {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* 画面幅1180px以下：タブレット対応 */
@media screen and (max-width:1180px) {
	.single-news-container {
		margin: 8rem 6%;
	}
}

/* 画面幅767px以下：スマホ対応 */
@media screen and (max-width:767px) {
	.single-news-container  {
    	margin: 4rem 6%;
	}

	.news-title {
		font-size: 1.3rem;
	}

	.btn-circle-wrapper {
		margin-top: 4rem;
	}
}

/* 画面幅575px以下：スマホ対応 */
@media screen and (max-width:575px) {
	.single-news-container  {
    	margin: 4rem 1rem;
	}

	.news-title {
		font-size: 1.1rem;
	}
}