/****** 登別ページコーディングCSS ******/
/* 研修レポート　参加者の声 共通 */
/* アーカイブページ */
.post-archive-container {
	margin-bottom: 30px !important;
}
.post-archive-title {
	float: left;
	width: 80px;
	margin-right: 150px;
}
.post-archive-wrap {
	float: left;
	width: 850px;
}
.post-archive-wrap-text {
	margin-bottom: 50px;
	font-size: 16px;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
}

/* シングルページ */
.post-single-cf-container {
	margin: 50px 0 0 0 !important;
}
.post-single-cf-wrap {
	margin-bottom: 30px !important;
}
.post-single-cf-heaging {
	float: left;
	padding-top: 40px;
	width: 180px;
	margin-right: 50px;
	font-size: 16px;
	border-top: 3px solid #50a46d;
}
.post-single-cf-text {
	float: left;
	padding-top: 40px;
	width: 850px;
	font-size: 16px;
	border-top: 3px solid #666;
}
.post-single-cf-img-container {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.post-single-img-column_1 {
	margin: 30px 0 20px;
	width: 100%;
}
.post-single-img-column_2 {
	width: 49%;
}
.post-single-cf-border-container {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border: 3px solid #e0dbd1;
}
.post-single-cf-border-container-heading {
	margin-bottom: 10px;
	color: #1d9a54;
	font-weight: bold;
}
.post-single-text-green {
	color: #1d9a54;
}



/* 研修レポート一覧ページ */
.report-archive-mv {
	height: 500px;
	background-image: url(https://noboribetsu.r2ca.coop/wp-content/uploads/2023/02/report-archive-mv.png);
/* 	background-image: url(https://noboribetsu.r2ca.site/wp-content/uploads/2023/02/report-archive-mv.png); */
}
.report-archive-mv h2 {
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
}
.report-archive-mv p {
	color: #50a46d;
	text-align: right;
	font-weight: bold;
	font-family:  sans-serif, Verdana, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Helvetica, Arial;
}
.report-archive-container {
	margin: 30px 0 50px !important;
}
.report-archive-content {
	
}
.report-archive-content a {

}
.report-archive-inner {
	float: left;
	margin-top: 30px;
	position: relative;
	width: 50%;
}
.report-archive-inner img {
	width: 100%;
}
.report-post-training_count {
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	background: #000;
	border-radius: 30px;
}
.report-post-location {
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	color: #000;
	background: #fff;
	border-radius: 30px;
}
.report-post-title {
	position: absolute;
	bottom: 0;
	padding: 0 0 20px 20px;
	color: #fff;
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
}



/* 研修レポート個別投稿ページ */
.report-single-mv {
	height: 300px;
	background-image: url(https://noboribetsu.r2ca.coop/wp-content/uploads/2023/02/report-single-mv.png);
/* 	background-image: url(https://noboribetsu.r2ca.site/wp-content/uploads/2023/02/report-single-mv.png); */
	background-position: center;
}
.report-single-logo {
	float: left;
}
.report-single-text-wrap {
	float: right;
	margin-top: 120px;
}
.report-single-mv h2 {
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
}
.report-single-mv p {
	color: #50a46d;
	text-align: right;
	font-weight: bold;
	font-family:  sans-serif, Verdana, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Helvetica, Arial;
}





/* 参加者の声一覧ページ */
.voice-archive-mv {
	height: 500px;
	background-image: url(https://noboribetsu.r2ca.coop/wp-content/uploads/2023/02/archive-voice-mv.png);
/* 	background-image: url(https://noboribetsu.r2ca.site/wp-content/uploads/2023/02/archive-voice-mv.png); */
}
.voice-archive-mv h2 {
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
}
.voice-archive-mv p {
	color: #50a46d;
	text-align: right;
	font-weight: bold;
	font-family:  sans-serif, Verdana, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Helvetica, Arial;
}
.voice-archive-inner {
	margin: 0 0 40px;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.voice-archive-inner img {
	width: 100%;
}
.voice-archive-text_1 {
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	background: #000;
	border-radius: 30px;
}
.voice-archive-text_2 {
	font-size: 24px;
}
.voice-archive-text_2 span {
	font-size: 14px;
}
.voice-archive-text_3,
.voice-archive-text_4 {
	font-size: 18px;
}
.voice-archive-link {
	display: block;
	margin: 10px 0 50px;
	width: 100%;
	text-align: center;
	color: #50a46d;
	border: 3px solid #50a46d;
	text-decoration: none;
}

/* 参加者の声個別投稿ページ */
.voice-single-mv {
	height: 300px;
	background-image: url(https://noboribetsu.r2ca.coop/wp-content/uploads/2023/02/single-voice-mv.png);
/* 	background-image: url(https://noboribetsu.r2ca.site/wp-content/uploads/2023/02/single-voice-mv.png); */
	background-position: center;
}
.voice-single-logo {
	float: left;
}
.voice-single-text-wrap {
	float: right;
	margin-top: 120px;
}
.voice-single-mv h2 {
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
}
.voice-single-mv p {
	color: #50a46d;
	text-align: right;
	font-weight: bold;
	font-family:  sans-serif, Verdana, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Helvetica, Arial;
}
.voice-single-title {
	float: left;
	width: 80px;
	margin-right: 150px;
}
.voice-single-thumb {
	width: 100%;
}
.voice-single-container {
	margin-bottom: 0px !important;
	font-family:  游ゴシック, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Helvetica, Arial, sans-serif;
}
.voice-single-wrap {
	float: left;
	width: 850px;
}
.voice-single-wrap-text {
	margin-bottom: 50px;
	font-size: 16px;
}
.voice-single-text_1 {
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	background: #000;
	border-radius: 30px;
	font-weight: bold;
}
.voice-single-text_2 {
	font-size: 24px;
	font-weight: bold;
}
.voice-single-text_2 span {
	font-size: 14px;
	font-weight: bold;
}
.voice-single-text_3,
.voice-single-text_4 {
	font-size: 18px;
	font-weight: bold;
}




@media screen and (max-width:580px) {
	.post-archive-container {
		width: 90%;
		margin: 50px auto 0 !important;
	}
	.post-archive-title {
		float: none;
		display: block;
		margin: 0 auto;
		width: 70px;
	}
	.post-archive-wrap {
		float: none;
		width: 100%;
	}
	.post-archive-wrap-text {
		margin: 30px 0 0;
	}
	.post-single-cf-heaging {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
		text-align: center;
	}
	.post-single-cf-text {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
	}
	.post-single-cf-border-container-heading {
		font-size: 18px;
	}
	.post-single-cf-img-container {
		display: block;
		margin-bottom: 10px;
	}
	.post-single-img-column_2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.post-single-cf-container {
		margin-bottom: 60px !important;
	}
	
	
	.voice-container {
		padding: 40px 0 20px;
	}
	.voice-title-container {
		width: 95%;
		margin: 0 auto;
	}
	.voice-post-wrap {
		margin-top: 30px;
		display: block;
	}
	.voice-post-inner {
		width: 95%;
		margin: 0 auto;
	}
	.voice-sp-mv  {
		width: 100%;
		margin: 0 !important;
	}
	.voice-archive-inner {
		margin: 30px 0 0;
	}
	.voice-single-container {
		width: 90%;
		margin: 50px auto 0 !important;
	}
	.voice-single-title {
		float: none;
		display: block;
		margin: 0 auto;
		width: 70px;
	}
	.voice-single-wrap-text {
		margin: 30px 0 20px;
	}
	.voice-single-wrap {
		float: none;
		width: 100%;
	}
	.voice-single-mv-sp {
			background-image: url(https://noboribetsu.r2ca.coop/wp-content/uploads/2023/03/voice-single-mv-sp.png);
/* 		background-image: url(https://noboribetsu.r2ca.site/wp-content/uploads/2023/03/voice-single-mv-sp.png); */
		background-position: center;
	}
	.voice-single-text-wrap {
		float: none;
		margin-top: 0;
		padding-top: 120px;
	}
	.voice-single-mv h2 {
		text-align: center;
		font-size: 24px;
	}
	.voice-single-mv p {
		text-align: center;
		font-size: 16px;
	}
	
	
	.report-title-container {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.report-archive-inner {
		float: none;
		width: 95%;
		margin: 20px auto 0;
	}
	.report-post-title {
		font-size: 18px;
	}
	.report-sp-mv {
		width: 100%;
		margin: 0 !important;
	}
	.report-single-mv-sp {
			background-image: url(https://noboribetsu.r2ca.coop/wp-content/uploads/2023/02/report-single-mv.png);
/* 		background-image: url(https://noboribetsu.r2ca.site/wp-content/uploads/2023/03/report-single-mv-sp.png); */
		background-position: center;
	}
	.report-single-text-wrap {
		float: none;
		margin-top: 0;
		padding-top: 120px;
	}
	.report-single-mv h2 {
		text-align: center;
		font-size: 24px;
	}
	.report-single-mv p {
		text-align: center;
		font-size: 16px;
	}
	
}



@media screen and (min-width: 581px) and (max-width: 1024px) {
	.voice-title-container {
		width: 95%;
		margin: 0 auto !important;
	}
	.voice-post-wrap {
		width: 95%;
		margin: 20px auto 0;
	}
	.report-container {
		width: 95%;
		margin: 0 auto !important;
	}
	.report-archive-mv h2,
	.report-archive-mv p,
	.voice-archive-mv h2,
	.voice-archive-mv p,
	.report-single-mv h2,
	.report-single-mv p,
	.voice-single-mv h2,
	.voice-single-mv p {
		text-align: left;
		padding: 0 20px;
	}
	.report-archive-mv,
	.voice-archive-mv {
		background-position: center;
	}
	.post-archive-container {
		width: 95%;
		margin: 0 auto;
	}
	.post-archive-wrap-text {
		width: 95%;
		margin: 30px auto;
	}
	.post-archive-wrap {
		float: none;
		width: 100%;
	}
	.post-archive-title,
	.voice-single-title {
		margin-right: 50px;
	}
	.voice-single-title {
		margin-bottom: 30px;
	}
	.post-single-cf-wrap {
		width: 95%;
		margin: 0 auto;
	}
	.post-single-cf-heaging {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.post-single-cf-text {
		float: none;
		width: 100%;
	}
	.voice-single-wrap-text {
		float: none;
		width: 100%;
	}
	.voice-single-wrap {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.voice-single-container {
		width: 95%;
		margin: 0 auto;
	}
	
}





