.banner-article {
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 60vh;
}

.banner-article .banner-color {
	width: 100%;
	height: 100%;
	padding-top: 90px;
	background-color: rgba(0, 0, 0, 0.25);
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.banner-article .banner-color .text{
	display: none;
}
.banner-article .banner-color h2{
	font-size: 42px;
	color: #efefef;
	padding-bottom: 10px;
}
.banner-article .banner-color ul{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	color: #ffffff;
	column-gap: 10px;
}
.banner-article .banner-color ul li{
}
.banner-article .banner-color ul li a{
	color: #FFFFFF;
	font-size: 16px;
}
h2.bt-h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
}

@media (max-width: 1280px) {
	.banner-article {
		height: 350px;
	}
	.banner-article .banner-color h2{
		font-size: 36px;
	}
}

@media (max-width: 980px) {
	.banner-article {
		height: 300px;
	}
	.banner-article .banner-color h2{
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.banner-article {
		height: 200px;
	}
	.banner-article .banner-color h2{
		font-size: 24px;
	}
}

@media (max-width: 400px) {
	.banner-article {
		height: 150px;
	}
	.banner-article .banner-color h2{
		font-size: 20px;
	}
}

.index-ul-vr {
	background-color: #fafafa;
	width: 100%;
}

.index-ul-vr .w-1500 {
	display: flex;
	flex-flow: wrap;
	row-gap: 150px;
	column-gap: 150px;
	-moz-column-gap: 150px;
	justify-content: space-between;
}

.index-ul-vr .w-1500>* {
	width: calc( 50% - 75px);
}

.index-ul-vr .img img {
	width: 100%;
}

.index-ul-vr .img {
	position: relative;
}

.index-ul-vr .img .img-c {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.index-ul-vr .img .img-c img {
	width: 80px;
}

.index-ul-vr h4 {
	text-align: center;
	padding: 30px 0 0;
	font-size: 24px;
}

@media (max-width:1700px) {
	.index-ul-vr .w-1500 {
		row-gap: 100px;
		column-gap: 100px;
		-moz-column-gap: 100px;
	}
	.index-ul-vr .w-1500>* {
		width: calc( 50% - 50px);
	}
}

@media (max-width:1600px) {
	.index-ul-vr .w-1500 {
		row-gap: 20px;
		column-gap: 20px;
		-moz-column-gap: 20px;
	}
	.index-ul-vr .w-1500>* {
		width: calc( 50% - 10px);
	}
}

@media (max-width:980px) {
	.index-ul-vr h4 {
		font-size: 20px;
		padding-top: 25px;
	}
}

@media (max-width:768px) {
	.index-ul-vr h4 {
		font-size: 16px;
		padding-top: 15px;
	}
	.index-ul-vr .index-vr {
		padding-top: 30px;
	}
	.index-ul-vr .w-1500>* {
		width: 100%;
	}
}
.about h4 {
	font-size: 32px;
	color: #DA1516;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.about h4:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 4px;
	background-color: #DA1516;
	position: absolute;
	bottom: 0;
	left: 0;
}

.about h4:before {
	content: '';
	display: inline-block;
	width: 180px;
	height: 2px;
	background-color: #dddddd;
	position: absolute;
	bottom: 1px;
	left: 0;
}

.about .main p {
	font-size: 16px;
	color: #333333;
	line-height: 2;
}

.about .main p+p {
	padding-top: 10px;
}

.about-img ul {
	display: flex;
	flex-flow: wrap;
	row-gap: 20px;
	column-gap: 20px;
	-moz-column-gap: 20px;
	justify-content: space-between;
}

.about-img ul li {
	width: calc( 50% - 10px);
}

.about-img ul li img {
	width: 100%;
}

@media (max-width:768px) {
	.about-img ul {
		row-gap: 10px;
		column-gap: 10px;
		-moz-column-gap: 10px;
	}
	.about-img ul li {
		width: calc( 50% - 5px);
	}
	.about h4 {
		font-size: 20px;
		padding-bottom: 12px;
		margin-bottom: 15px;
	}
	.about h4:after {
		width: 40px;
	}
	.about h4:before {
		width: 150px;
	}
	.about .main p {
		font-size: 15px;
		line-height: 1.8;
	}
	.about .main p+p {
		padding-top: 10px;
	}
}

.contact {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.contact .contact-L {
	
}

.contact .contact-R {
	
	
}

.contact .contact-L h4 {
	font-size: 32px;
	padding-bottom: 60px;
	color: #DA1516;
}

.contact .contact-L ul li {
	font-size: 32px;
	font-weight: 600;
}

.contact .contact-L ul li+li {
	padding-top: 35px;
}

.contact .contact-L ul li strong {
	font-size: 40px;
	font-weight: 600;
}

.contact .contact-L ul li.tel {
	color: #DA1516;
}

.contact .contact-R img {
	max-width: 240px;
}

.contact .contact-R h4 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 25px;
	width: 100%;
}

@media (max-width:768px) {
	.contact .contact-L {
		width: 100%;
	}
	.contact .contact-R {
		width: 100%;
	}
	.contact .contact-L h4 {
		font-size: 24px;
		padding-bottom: 25px;
	}
	.contact .contact-L ul li.tel {
		font-size: 15px;
	}
	.contact .contact-L ul li strong {
		font-size: 24px;
	}
	.contact .contact-L ul li {
		font-size: 15px;
	}
	.contact .contact-L ul li+li {
		padding-top: 15px;
	}
	.contact .contact-R h4 {
		font-size: 20px;
		padding-top: 30px;
		text-align: left;
	}
}

.new ul li {
	display: flex;
	flex-flow: wrap;
}

.new ul li .li-date {
	width: 270px;
	display: flex;
	flex-flow: wrap;
	border-bottom: 1px solid #BDBDBD;
}

.new ul li .li-text {
	width: calc( 100% - 620px);
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 40px;
}

.new ul li .li-img {
	width: 350px;
	padding-left: 80px;
}

.new ul li .li-date .date {
	width: 120px;
}

.new ul li .li-date .date-span {
	padding: 15px 50px;
	width: calc( 100% - 120px);
}

.new ul li .li-date .date time {
	font-size: 40px;
	color: #BDBDBD;
	line-height: 1;
	display: inline-block;
}

.new ul li .li-date .date time+time {
	font-size: 20px;
	border: 1px solid #BDBDBD;
	padding: 8px 30px;
	margin-top: 15px;
}

.new ul li .li-date .date-span span {
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #DA1516;
}

.new ul li .li-img .img {
	width: 100%;
	height: 182px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	border-radius: 5px;
	overflow: hidden;
}

.new ul li .li-text h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}

.new ul li .li-text p {
	color: #333333;
	font-size: 15px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new ul li .li-text a {
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
	color: #DA1516;
}

.new ul li {
	padding-top: 50px;
}

@media (max-width:1080px) {
	.new ul li .li-img {
		width: 300px;
		padding-left: 40px;
	}
	.new ul li .li-date {
		width: 190px;
	}
	.new ul li .li-text {
		width: calc( 100% - 490px);
	}
	.new ul li .li-date .date {
		width: 90px;
	}
	.new ul li .li-date .date time {
		font-size: 32px;
	}
	.new ul li .li-date .date time+time {
		padding: 8px 20px;
		font-size: 18px;
	}
	.new ul li .li-date .date-span {
		padding: 12px 30px;
		width: calc( 100% - 90px);
	}
}

@media (max-width:768px) {
	.new ul li .li-date {
		display: none;
	}
	.new ul li .li-img {
		display: none;
	}
	.new ul li .li-text {
		width: 100%;
		padding-bottom: 25px;
	}
	.new ul li .li-date .date time {
		font-size: 24px;
	}
	.new ul li .li-date .date time+time {
		font-size: 12px;
		padding: 6px 18px;
	}
	.new ul li .li-date .date-span {
		display: none;
	}
	.new ul li .li-text h4 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.new ul li .li-text p {
		font-size: 15px;
		line-height: 1.8;
	}
	.new ul li .li-text a {
		margin-top: 10px;
	}
	.new ul li {
		padding-top: 25px;
	}
	.new ul li:first-child {
		padding-top: 10px;
	}
}

.new-article article p {
	font-size: 16px;
	color: #333333;
	line-height: 2;
}

.new-article article p+p {
	padding-top: 15px;
}

.new-article article img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width:1080px) {
	h2.bt-h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
}

@media (max-width:768px) {
	h2.bt-h2 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.new-article article p {
		font-size: 15px;
		line-height: 1.8;
	}
	.new-article article p+p {
		padding-top: 10px;
	}
}

.product {
	display: flex;
	flex-flow: wrap;
}

.product h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
	padding-left: 25%;
	font-size: 32px;
	color: #DA1516;
}

.product .product-L {
	width: 25%;
	padding-right: 80px;
}

.product .product-R {
	width: 75%;
}

.product .product-L h4 {
	font-size: 24px;
	color: #222222;
	border-bottom: 4px solid #222222;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.product .product-L>ul {
	background-color: #FAFAFA;
	padding: 40px 20px;
}

.product .product-L>ul>li {
	padding: 8px 0;
}

.product .product-L>ul>li>a {
	font-size: 16px;
	color: #222222;
	font-weight: 600;
	border-bottom: 2px solid #222222;
	display: inline-block;
}

.product .product-L>ul>li ul {
	padding-top: 10px;
	width: 100%;
	display: none;
}

.product .product-L>ul>li ul li {
	padding: 5px 0;
	padding-left: 0px;
}

.product .product-L>ul>li ul li a {
	font-size: 15px;
	color: #222222;
	display: inline-block;
	border-bottom: 1px solid #222222;
}

.product .product-L>ul>li.tran {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

.product .product-L>ul>li.tran>span img {
	height: 15px;
	display: inline-block;
}

.product .product-L>ul>li.tran>span.add.add-dis {
	display: none;
}

.product .product-L ul li a:hover {
	color: #DA1516;
	border-bottom-color: #DA1516;
}

.product .product-R ul {
	display: flex;
	flex-flow: wrap;
	row-gap: 25px;
	column-gap: 25px;
	-moz-column-gap: 25px;
	justify-content: space-between;
}

.product .product-R ul li {
	width: calc( 100%/4 - 75px/4);
	border: 1px solid #dddddd;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.product .product-R ul li .img-overflow {
	overflow: hidden;
}

.product .product-R ul li .img {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	transition: all 0.5s ease 0s;
}

.product .product-R ul li h4 {
	border-top: 1px solid #dddddd;
	padding: 10px 0;
	color: #222222;
	transition: all 0.5s ease 0s;
}

.product .product-R ul li:hover {
	border: 1px solid #555555;
}

.product .product-R ul li:hover .img {
	transform: scale(1.10);
}

.product .product-R ul li:hover h4 {
	border-top: 1px solid #555555;
	background-color: #f1f1f1;
	color: #000000;
}

@media (max-width:1400px) {
	.product .product-L {
		padding-right: 40px;
	}
}

@media (max-width:1200px) {
	.product .product-L {
		padding-right: 20px;
	}
	.product .product-R ul {
		row-gap: 15px;
		column-gap: 15px;
		-moz-column-gap: 15px;
	}
	.product .product-R ul li {
		width: calc( 100%/4 - 45px/4);
	}
}

@media (max-width:980px) {
	.product .product-L ul li {
		padding: 10px 0;
	}
	.product .product-R ul li {
		width: calc( 100%/3 - 30px/3);
	}
	.product .product-L ul li a {
		font-size: 15px;
	}
	.product .product-R ul li h4 {
		font-size: 15px;
		padding: 8px 0;
	}
	.product h2 {
		padding-bottom: 60px;
		font-size: 24px;
	}
}

@media (max-width:768px) {
	.product .product-L {
		width: 100%;
		padding-right: 0;
	}
	.product .product-L ul {
		background-color: #ffffff;
		padding: 0;
		padding-bottom: 10px;
		display: flex;
		flex-flow: wrap;
		row-gap: 10px;
		column-gap: 10px;
		-moz-column-gap: 10px;
	}
	.product .product-L ul li {
		background-color: #fafafa;
		padding: 10px 15px;
	}
	.product .product-R {
		width: 100%;
	}
	.product .product-R ul {
		row-gap: 10px;
		column-gap: 10px;
		-moz-column-gap: 10px;
	}
	.product .product-R ul li {
		width: calc( 100%/2 - 10px/2);
	}
	.product h2 {
		text-align: center;
		padding-left: 0;
		font-size: 20px;
		padding-bottom: 30px;
	}
	.product .product-L h4 {
		display: none;
	}
	.product .product-L>ul>li>a {
		border-bottom: 0;
	}
}

.paging {
	padding-top: 30px;
}

.paging .screen-reader-text {
	display: none;
}

.paging .nav-links {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	row-gap: 5px;
	column-gap: 5px;
	-moz-column-gap: 5px;
}

.paging .nav-links>* {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #f1f1f1;
	border: 1px solid #ededed;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.paging .nav-links>*.current,
.paging .nav-links>*:hover {
	color: #FFFFFF;
	background-color: #DA1516;
}

@media (max-width:768px) {
	.paging {
		padding-top: 10px;
	}
	.paging .nav-links>* {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

.product-article {
	display: flex;
	flex-flow: wrap;
}

.product-article h2 {
	display: flex;
	flex-flow: wrap;
	width: 100%;
}

.product-article .product-article-L {
	width: 50%;
	padding-right: 80px;
}

.product-article .product-article-R {
	width: 50%;
}

.product-article .product-article-L .img img {
	width: 100%;
}

.product-article .product-article-R h2 {
	font-size: 32px;
	color: #DA1516;
	display: flex;
	flex-flow: wrap;
	line-height: 1;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}

.product-article .product-article-R h2 span {
	line-height: 1;
}

.product-article .product-article-R h2 img {
	height: 26px;
}

.product-article .product-article-R h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

.product-article .product-article-R .article p {
	font-size: 16px;
	line-height: 1.6;
}

.product-article .product-article-R .article p+p {
	padding-top: 10px;
}

@media (max-width:768px) {
	.product-article .product-article-L {
		width: 100%;
		padding-right: 0px;
	}
	.product-article .product-article-R {
		width: 100%;
	}
	.product-article .product-article-R h2 {
		font-size: 24px;
		padding-bottom: 6px;
	}
	.product-article .product-article-R h2 img {
		height: 20px;
	}
	.product-article .product-article-R h4 {
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.product-article .product-article-R .article p {
		font-size: 15px;
	}
	.product-article .product-article-R .article p+p {
		padding-top: 5px;
	}
}
.information{
	background-color: #f9f9f9;
}
.information ul{
	padding-top: 20px;
}
.information ul li{
	border-radius: 10px;
    background-color: #FFFFFF;
    padding: 22px 30px;
    box-shadow: 0px 0px 4px #ddd;
    font-size: 18px;
}
.information ul li + li{
	margin-top: 20px;
}
@media (max-width: 768px){
	.information ul li{
		padding: 10px 15px;
		font-size: 15px;
	}
	.information ul li + li{
		margin-top: 10px;
		border-radius: 5px;
	}
	.information ul{
		padding-top: 10px;
	}
}
.information-article{
	background-color: #f9f9f9;
}
.information-article .img{
	padding: 20px;
	background-color: #ffffff;
}
.information-article img{
	width: 100%;
}
@media (max-width: 768px){
	.information-article .img{
		padding: 10px;
	}
}
