@charset "utf-8";
/*
 * ==========================================================================
 *
 * [news]
 *
 * ==========================================================================
 */
/**
 * ---------------------------------------------------
 * common
 * ---------------------------------------------------
 */
#pageTitle {
	margin-bottom: 60px;
	background-image: url(../../images/content/news/PC_pagetitle_bg.jpg);
}
#newsWrapper {
	width: 1024px;
	padding-bottom: 170px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#sidebar {
	width: 220px;
	float: right;
}
	#sidebar ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		#sidebar ul li { margin-bottom: 8px; }
			#sidebar ul li a {
				display: block;
				color: #333;
				font-size: 1.6rem;
				font-weight: bold;
				letter-spacing: normal;
				padding: 18px 25px;
				text-decoration: none;
				background: #f2f2f3;
				border-left: 4px solid #f2f2f3;
				transition: .2s;
			}
			#sidebar ul li.active a,
			#sidebar ul li a:hover {
				color: #d80c18;
				border-left-color: #d80c18;
			}
.navigation {
	clear: both;
	letter-spacing: -0.4em;
	text-align: center;
	padding-top: 70px;
}
	.navigation a {
		display: block;
		color: #333;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 50px;
		text-decoration: none;
		width: 50px;
		height: 50px;
		background: #f2f2f3;
		transition: .2s;
	}
		.navigation .current a,
		.navigation a:hover {
			color: #fff;
			background: #4c4948;
		}
	.navigation ul {
		display: inline-block;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		.navigation ul li {
			display: inline-block;
			letter-spacing: normal;
			margin-right: 1px;
		}
	.navigation .prev,
	.navigation .next {
		display: inline-block;
		font-size: 1.2rem;
		letter-spacing: normal;
		text-align: center;
		width: 50px;
		margin-right: 1px;
	}
/**
 * ---------------------------------------------------
 * index
 * ---------------------------------------------------
 */
#newsList {
	font-size: 1.5rem;
	width: 740px;
	float: left;
	border-top: 2px solid #f2f2f3;
}
	#newsList article {
		padding: 25px 0;
		border-bottom: 2px solid #f2f2f3;
		overflow: hidden;
	}
		#newsList article time {
			font-weight: bold;
			letter-spacing: normal;
			width: 11em;
			float: left;
		}
		#newsList article .entry { margin-left: 11em; }
			#newsList article a {
				display: block;
				color: #333;
			}
/**
 * ---------------------------------------------------
 * detail
 * ---------------------------------------------------
 */
#newsDetail {
	font-size: 1.5rem;
	width: 740px;
	float: left;
}
	#newsDetail .entryTitle {
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.5;
		padding: 15px 30px;
		margin-bottom: 20px;
		border-left: 4px solid #d80c18;
	}
		#newsDetail time {
			display: block;
			font-weight: bold;
			letter-spacing: normal;
			margin-bottom: 40px;
		}
		#newsDetail figure {
			text-align: center;
			margin-bottom: 40px;
		}
		#newsDetail p { margin-bottom: 40px; }
		#newsDetail p:last-of-type { margin-bottom: 0; }
	#newsDetail .inquiryVox {
		color: #fff;
		font-size: 1.3rem;
		padding: 35px 60px 35px 50px;
		margin-top: 60px;
		background: #cb171d;
		background: -moz-linear-gradient(left center, #cb171d 0%, #da5c60 100%);
		background: -webkit-gradient(linear, left center, right center, from(#cb171d), to(#da5c60));
		background: linear-gradient(left center, #cb171d 0%, #da5c60 100%);
		background: linear-gradient(to right, #cb171d, #da5c60);
		overflow: hidden;
	}
		#newsDetail .inquiryVox p {
			width: 300px;
			float: left;
			padding-top: 15px;
		}
		#newsDetail .inquiryVox .dealersBtn {
			text-align: center;
			width: 300px;
			float: right;
		}
			#newsDetail .inquiryVox .dealersBtn a {
				display: block;
				color: #cb171d;
				font-size: 2.0rem;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				padding: 20px 0;
				background: #fff;
				border: 1px solid #fff;
				position: relative;
			}
			#newsDetail .inquiryVox .dealersBtn a::before {
				display: block;
				content: "";
				width: 0;
				height: 100%;
				background: #cb171d;
				position: absolute;
				top: 0;
				left: 0;
				transition: .2s;
			}
			#newsDetail .inquiryVox .dealersBtn a:hover::before { width: 100%; }
				#newsDetail .inquiryVox .dealersBtn a span {
					display: inline-block;
					padding-left: 50px;
					background: url(../../images/content/content/ico_dealers.png) no-repeat left center;
					position: relative;
					transition: .2s;
				}
				#newsDetail .inquiryVox .dealersBtn a:hover span {
					color: #fff;
					background-image: url(../../images/content/content/ico_dealers_w.png);
				}
/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
}	/*  @media END */
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	/**
	 * ---------------------------------------------------
	 * common
	 * ---------------------------------------------------
	 */
	#container { padding-bottom: 76px; }
	#pageTitle { margin-bottom: 35px; }
		#pageTitle h1 { background-image: url(../../images/content/news/SP_pagetitle_bg.jpg); }
	#newsWrapper {
		width: auto;
		padding: 0 15px 70px 15px;
	}
	#sidebar {
		width: auto;
		float: none;
		position: static;
	}
		#sidebar ul {}
			#sidebar ul li { margin-bottom: 5px; }
				#sidebar ul li a {
					padding: 15px 35px;
					background: #f2f2f3;
					border-left-width: 2px;
					transition: 0;
					position: relative;
				}
				#sidebar ul li a::after {
					display: block;
					content: "";
					width: 6px;
					height: 10px;
					margin-top: -5px;
					background: url(../../images/content/content/ico_arrow3.png) no-repeat center center;
					background-size: cover;
					position: absolute;
					top: 50%;
					right: 30px;
				}
	.navigation {
		clear: both;
		letter-spacing: -0.4em;
		text-align: center;
		padding-top: 70px;
		margin-bottom: 50px;
	}
		.navigation a {
			display: block;
			color: #333;
			font-size: 1.6rem;
			font-weight: bold;
			line-height: 50px;
			text-decoration: none;
			width: 50px;
			height: 50px;
			background: #f2f2f3;
			transition: .2s;
		}
			.navigation .current a,
			.navigation a:hover {
				color: #fff;
				background: #4c4948;
			}
		.navigation ul {
			display: inline-block;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
			.navigation ul li {
				display: inline-block;
				letter-spacing: normal;
				margin-right: 1px;
			}
		.navigation .prev,
		.navigation .next {
			display: inline-block;
			font-size: 1.2rem;
			letter-spacing: normal;
			text-align: center;
			width: 50px;
			margin-right: 1px;
		}
	/**
	 * ---------------------------------------------------
	 * index
	 * ---------------------------------------------------
	 */
	#newsList {
		width: auto;
		float: none;
		border-top-width: 1px;
	}
		#newsList article {
			padding: 15px 0;
			border-top-width: 1px;
		}
			#newsList article time {
				font-size: 1.4rem;
				width: auto;
				float: none;
			}
			#newsList article .entry { margin-left: 0; }
	/**
	 * ---------------------------------------------------
	 * detail
	 * ---------------------------------------------------
	 */
	#newsDetail {
		font-size: 1.4rem;
		text-align: justify;
		width: auto;
		float: none;
		padding: 0 20px;
		margin-bottom: 50px;
	}
		#newsDetail .entryTitle {
			font-size: 1.9rem;
			padding: 2px 15px;
			margin-bottom: 20px;
			border-left: none;
			position: relative;
		}
		#newsDetail .entryTitle::before {
			display: block;
			content: "";
			width: 4px;
			height: 32px;
			background: #d80c18;
			position: absolute;
			top: 0;
			left: 0;
		}
			#newsDetail time {
				font-size: 1.4rem;
				margin-bottom: 20px;
			}
			#newsDetail figure { margin-bottom: 20px; }
			#newsDetail p { margin-bottom: 20px; }
		#newsDetail .inquiryVox {
			font-size: 1.1rem;
			padding: 25px;
			margin-top: 40px;
		}
			#newsDetail .inquiryVox p {
				width: auto;
				float: none;
				padding-top: 0;
				margin-bottom: 20px;
			}
			#newsDetail .inquiryVox .dealersBtn {
				width: auto;
				float: none;
			}
				#newsDetail .inquiryVox .dealersBtn a {
					font-size: 1.6rem;
					padding: 16px 0;
				}
				#newsDetail .inquiryVox .dealersBtn a::before { display: none; }
					#newsDetail .inquiryVox .dealersBtn a span {
						padding-left: 40px;
						background-size: contain;
						transition: 0;
					}
					#newsDetail .inquiryVox .dealersBtn a:hover span {
						color: #cb171d;
						background-image: url(../../images/content/content/ico_dealers.png);
					}



}	/*  @media END */

/**
---------------------------------------------------
2023/03/23追加
---------------------------------------------------
*/
.news_item_s{
	width: 100%!important;
}
.news_item_s p{
	margin-bottom: 0;
}
.newsVox_s{
	width: 100%;
    padding: 20px;
	margin-top: 40px;
    margin-bottom: 20px;
    background: #f3f3f4;
}
.newsVox_s:nth-of-type(2){
	margin-top: 0;
}
.newsVox_s_ttl{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
.newsVox_s_wh{
	padding: 25px 22.64%;
    background: #fff;
}
.newsVox_s_wh p{
	margin-bottom: 0!important;
}
.newsVox_s_wh p a{
	display: block;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.newsVox_s_wh p span:nth-of-type(1){
	width: 94.79%;
	font-weight: 700;
	padding-bottom: 4px;
}
.newsVox_s_wh p span:nth-of-type(2){
	width: 4.47%;
	color: #c62e27;
}
.news_txt_s{
	margin-top: 75px;
}
.news_ttl_s{
	font-weight: 700;
}
.news_ttlitem_s{
	padding: 0 50px;
}
.newsVox_form_s{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
}
.newsVox_formtxt_s{
	margin: 0 auto;
	padding: 0 16%;
}
.newsVox_formtxt_s span{
	font-weight: 700;
}
.form_s{
	margin-top: 100px!important;
}
.news_ttl_s span{
	color: #c62e27;
}
@media only screen and (max-width: 767px) {
.news_item_s .entryTitle {
    margin-top: 25px;
	}
.newsVox_s{
	width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.newsVox_s_ttl{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.newsVox_s_wh{
	padding: 15px 10px;
}
.newsVox_s_wh p{
	margin-bottom: 0!important;
}
.news_txt_s{
	margin-top: 50px;
}
.news_ttlitem_s{
	padding: 0 5px;
}
.newsVox_form_s{
	font-size: 1.4rem;
	margin-bottom: 25px;
}
.newsVox_formtxt_s{
	padding: 0 10px;
}
.form_s{
	margin-top: 50px!important;
}
}
