@charset "UTF-8";

/*
	Theme Name:kurogane
	Theme URI:https://kurogane.denzai.group/
	Description:くろがね運輸機工のテーマ
	Version:1
	Author:	Kurogane Corporation
	Author URI:https://kurogane.denzai.group/
*/

/***********************************************************************

------------------------------------------------------------------------
共通パーツ
***********************************************************************/

/* 日付 */
#main ul.news_list li .day,
#main .news_article .day {
	color: #888888;
	letter-spacing: 0;
	background: url("/img/news/ic_clock.svg") left 5px no-repeat;
	padding-left: 25px;
}
@media only screen and (min-width: 768px) {
	#main .news_article .day {
		font-size: 18px;
		background-position: left 6px;
	}
}

/***********************************************************************

------------------------------------------------------------------------
お知らせ一覧
***********************************************************************/

#main ul.news_list {
	width: calc(100% - 100px);
	margin: 55px auto 0;
}
#main ul.news_list li {
	margin-top: 45px;
	position: relative;
	padding: 5px 0;
}
#main ul.news_list li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 75px;
	height: 2px;
	background-color: #004387;
}
#main ul.news_list li .news_item {
	display: block;
	position: relative;
}
#main ul.news_list li .news_tit {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
	#main ul.news_list {
		width: 100%;
		margin: 30px auto 0;
	}
	#main ul.news_list li {
		margin-top: 25px;
		padding: 5px 0;
	}
	#main ul.news_list li .news_item {
		padding-right: 25px;
	}
	#main ul.news_list li .news_item::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		border-top: #004387 2px solid;
		border-right: #004387 2px solid;
		transform: rotate(45deg) translateY(-50%);
	}
	#main ul.news_list li .news_tit {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 5px;
	}
}

/* ---------------------------
ページャー
----------------------------- */

#main ul.pager {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
#main ul.pager li {
	margin: 0 8px;
}
#main ul.pager li a {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	font-weight: 500;
	background-color: #EFEFEF;
	font-size: 24px;
}
#main ul.pager li a:hover,
#main ul.pager li.active a {
	background-color: #004387;
	opacity: 1;
}
#main ul.pager li.prev a,
#main ul.pager li.next a {
	background-color: transparent;
}
#main ul.pager li.prev a:hover,
#main ul.pager li.next a:hover {
	color: #004387;
}
@media only screen and (max-width:767px) {
	#main ul.pager li {
		margin: 0 5px;
	}
	#main ul.pager li.prev a,
	#main ul.pager li.next a {
		width: 30px;
		height: 46px;
	}
}

/***********************************************************************

------------------------------------------------------------------------
お知らせ詳細
***********************************************************************/

#main .news_article {
	width: calc(100% - 100px);
	margin: 55px auto 200px;
}
#main .news_article .news_tit {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 10px;
}
#main .news_article .article_txt {
	margin-top: 30px;
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	#main .news_article {
		width: 100%;
		margin: 30px auto 0;
	}
	#main .news_article .news_tit {
		font-size: 20px;
	}
	#main .news_article .article_txt {
		font-size: 16px;
	}
}