@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC
**************************************************
--------------------------------------------------*/

.voice_catch {
	width:90%;
	margin:120px auto 0;
	padding-bottom:40px;
	text-align:center;
	font-size:2.4rem;
	font-weight:700;
	line-height:2;
}

.archive_container {
	margin-top:40px;
	padding:80px 0 120px;
	background:#efefef;
}
.archive_box {
	display:flex;
	/* justify-content:space-between; */
	flex-wrap:wrap;
	gap: 40px 25px;
}
.archive_box article {
	width:32%;
	/* margin-bottom:30px; */
	padding:60px 30px;
	background:#FFF;
}

article .status {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

article .status span:nth-child(1) {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--green-1);
}

article .voice_category {
	padding: 8px;
	background: var(--green-3);
	text-align:center;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--green-1);
}
article h2 {
	margin-top: 24px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: var(--green-1);
}
article .voice_content {
	margin-top: 24px;
	font-weight: 500;
	line-height: 2;
}


/*--------------------------------------------------
**************************************************
  PC - SP
**************************************************
--------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1199px) {
	
	.archive_box article {
		width:49%;
		padding:40px 20px;
	}
	
}


/*--------------------------------------------------
**************************************************
  SP
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	.voice_catch {
		width:90%;
		margin:60px auto 0;
		padding-bottom:30px;
		text-align:left;
		font-size:1.6rem;
		font-weight:700;
		line-height:2;
	}

	.archive_container {
		margin-top:20px;
		padding:40px 0 60px;
		background:#efefef;
	}
	.archive_box {
		display:flex;
		/* justify-content:space-between; */
		flex-wrap:wrap;
		flex-direction:column;
		gap: 24px;
	}
	.archive_box article {
		width:100%;
		/* margin-bottom:30px; */
		padding:30px 5vw;
		background:#FFF;
	}
	article .voice_category {
		text-align:center;
	}
	article .voice_category span {
		padding: 8px;
		background: var(--green-3);
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1;
		color: var(--green-1);
		display:inline-block;
	}
	article h2 {
		margin-top: 20px;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.6;
		color: var(--green-1);
	}
	article .voice_content {
		margin-top: 20px;
		font-weight: 500;
		font-size:1.4rem;
		line-height: 2;
	}
}
