@charset "utf-8";


.about {
	max-width: none;
	position: relative;
	background-color: #f2f2f2;
}

.page-title-name {
	width: 100%;
	line-height: 1.4;
}

.page-title-name:before {
	background-image: url(../../AppData/Local/Microsoft/Windows/INetCache/common/image/icn_about.png);
}

.about-image {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}

.about-tex {
	margin: 20px 0;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}

.company {
	max-width: 880px;
	margin-bottom: 0 !important;
}

.tbl {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.tbl th,
.tbl td {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 1.4rem;
	line-height: 1.8;
	vertical-align: middle;
}

.pt {
}

.pt li {
	width: 134px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.pt li:last-child {
	margin-right: 0;
}

.pt li:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-button-prev,
.swiper-button-next {
	width: 60px;
	height: 60px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	background-size: 24px auto;
	border-radius: 50%;
	left: 50%;
	cursor: pointer;
	transition: all 300ms ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: .7;
}

.swiper-button-prev {
	background-image: url(../img/icn_arrow_l.png);
}

.swiper-button-next {
	background-image: url(../img/icn_arrow_r.png);
}


@media screen and ( max-width: 800px ) {

	.about {
		padding-top: 80px;
		padding-bottom: 80px;
		overflow: hidden;
	}

	.about-logo {
		width: 80px;
		margin: 20px auto;
	}

	.about-tex {
		font-size: 1.4rem;
	}

	.tbl th {
		width: 100px;
	}

	.tbl th,
	.tbl td {
		padding: 10px 0;
	}

	.pt li {
		width: 120px;
		margin: 10px 0;
		margin-right: 20px;
	}

	.slide-wrap {
		overflow: hidden;
	}

	.swiper-container {
		width: 90%;
		margin: 0 auto;
		overflow: visible;
	}

}


@media screen and ( max-width: 600px ) {

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

}


@media screen and ( max-width: 500px ) {

	.about {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.about-image {
		position: relative;
	}

	.about-image img {
		width: 140%;
		position: relative;
		left: -20%;
	}

	.about-tex br {
		display: none;
	}

/*
	.pt li {
		width: 100px;
	}
*/

	.tbl th,
	.tbl td {
		display: block;
	}

	.tbl th {
		width: auto;
		padding-bottom: 0;
		border-bottom: 0;
		color: rgba(0, 0, 0, 1);
	}

}


@media screen and ( min-width: 801px ) {

	.about {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.about-logo {
		width: 100px;
		margin: 40px auto;
	}

	.about-tex {
		font-size: 1.8rem;
	}

	.tbl th {
		width: 180px;
	}

	.tbl th,
	.tbl td {
		padding: 20px 0;
	}

	.pt li {
		margin: 10px 0;
		margin-right: 40px;
	}

}


/*------------------------------------*/





@media screen and ( max-width: 800px ) {



}


@media screen and ( max-width: 500px ) {



}


@media screen and ( min-width: 801px ) {



}


/*------------------------------------*/





@media screen and ( max-width: 800px ) {



}


@media screen and ( min-width: 801px ) {


}


/*------------------------------------*/


