@charset "utf-8";
.news_article_hdr {
		margin: 0 0 35px
}
.news_article_hdr h1 {
		font-size: 32px;
		line-height: 1.6;
		font-weight: 600;
}
.news_article p.news_update {
		font-size: 14px;
		color: #999;
		margin: 0 0 15px;
}
.news_article p {
		line-height: 1.8;
		margin: 0 0 2em;
}
.news_article p a {
		color: #14b46e;
		text-decoration: underline;
}
@media (hover: hover) {
		.news_article p a:hover {
				text-decoration: none;
				color: #14b46e;
		}
}
.makercontact {
		width: 100%;
		height: auto;
		border-top: 1px solid #dcdcdc;
		border-collapse: collapse;
		margin: 0 0 60px;
}
.makercontact caption {
		text-align: left;
		padding: 0 0 30px;
		font-weight: 600;
		font-size: 20px;
}
.makercontact th, .makercontact td {
		border-bottom: 1px solid #dcdcdc;
		width: auto !important;
		height: auto !important;
		padding: 30px 20px;
		font-size: 15px;
}
.makercontact td p {
		margin: 0 !important
}
.news_article .link_btn_center {
		margin-top: 120px;
}
@media(max-width: 767px) {
		.news_article_hdr {
				margin: 0 0 20px;
		}
		.news_article_hdr h1 {
				font-size: 24px;
		}
		.swipe {
				overflow: auto;
				padding-bottom: 30px;
				margin-bottom: 30px;
				position: relative;
		}
		.swipe::after {
				content: '';
				display: block;
				position: absolute;
				top: 150px;
				left: calc(50vw - 30px);
				width: 60px;
				height: 70px;
				opacity: 0.8;
				background: url("../n_images/icon_swipe.png") no-repeat 0 0;
				background-size: 60px;
				animation: swipeIcon 3s infinite;
				pointer-events: none;
				transition: opacity 0.4s;
		}
		.swipeOff .swipe::after {
				opacity: 0;
		}
		.news_article .swipe table {
				width: 140vw !important;
				margin-right: 30vw;
		}
		.swipe table a {
				color: #14b46e;
				text-decoration: underline;
		}
		.makercontact th, .makercontact td {
				padding: 20px 10px;
				font-size: 15px;
		}
}
@keyframes swipeIcon {
		0% {
				transform: translateX(-60px);
		}
		50% {
				transform: translateX(60px);
		}
		100% {
				transform: translateX(-60px);
		}
}