@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  一覧 & 詳細
**************************************************
--------------------------------------------------*/
.archive .archive_item .new,
.single .article_box .new {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 7px 10px;
	background: var(--blue-gradient-end);
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
}

.archive .archive_item time,
.single .article_box .post_date {
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
}

/* SP */
@media screen and (max-width: 767px) {
	.archive .archive_item time,
	.single .article_box .post_date {
		font-size: 1.3rem;
	}
}


/*--------------------------------------------------
**************************************************
  一覧
**************************************************
--------------------------------------------------*/
.archive .archive_item {
	padding: 40px;
	border-bottom: var(--gray-line) 1px solid;
}

.archive .archive_item h2 {
	margin-top: 10px;
}

.archive .archive_item h2 a {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.8;
}


/* SP */
@media screen and (max-width: 767px) {
	.archive .archive_item {
		padding: 20px 0;
	}

	

	.archive .archive_item h2 a {
		font-size: 1.8rem;
		line-height: 1.7;
	}

}


/*--------------------------------------------------
**************************************************
  詳細
**************************************************
--------------------------------------------------*/
.single_page_title {
	margin-bottom: 80px;
	padding: 24px 0 40px;
	background: #f2f2f2;
}

.single .contents_01 .post_title {
	margin-top: 10px;
	font-size: 2.4rem;
	font-weight: 600;
}

.single .contents_01 .content {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 2;
}

.single .contents_01 .link_box {
	margin-top: 120px;
	text-align: center;
}

/* SP */
@media screen and (max-width: 767px) {
	.single_page_title {
		padding: 16px 0 24px;
	}
}

