@charset "utf-8";
img {
	width: 100%;
	height: auto;
}

.section-img {
	position: relative;
}

.pg-kv-img {
	background-image: url('/assets/images/phase01/phase01_kv_sp.jpg');
	background-repeat: no-repeat;
	height: 460px;
	width: 100%;
	background-size: cover;
	background-position: center top;
}
.pg-kv-img-flame.site-container > img {

}

.pg-kv-img-flame.site-container {
	height: inherit;
	background-color: transparent;
	position: relative;
}

.pg-list-box {
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.pg-list-box > li:nth-child(even) {
	padding-left: 20px;
}

.pg-list-box > li {
	display: inline-block;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.icon-glass, .icon-electron, .icon-chemistry, .icon-ceramic {
	position: relative;
	padding-top: 45px;
}

.pg-list-title {
	padding-bottom: 10px;
}

.icon-glass:before, .icon-electron:before, .icon-chemistry:before, .icon-ceramic:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

.icon-glass:before {
	background-image: url("/products/img/product_icon_glass.png");
	width: 32px;
	height: 45px;
	top: 0;
	left: 0;
}

.list-ul-index-link > li:first-child {
	border-top: 1px solid #d7d7e1;
}

.list-ul-index-link > li:nth-child(odd) {
	margin-right: 0;
}

.list-ul-index-link > li {
	margin-top: 0;
	padding: 15px 0;
}

.list-ul-index-link > li {
	font-size: 18px;
	/*margin-top: 25px;*/
	font-weight: bold;
	color: #1566cc;
	/*padding-bottom: 25px;*/
	border-bottom: 1px solid #d7d7e1;
}

.list-ul-index-link a {
	line-height: 1;
}

.description-txt, .search-way-list > li > a, .list-ul-index-link a {
	font-size: 16px;
}

.list-ul-index-link a {
	color: #1566cc;
}

.icon-electron:before {
	background-image: url("/products/img/product_icon_electron.png");
	width: 50px;
	height: 37px;
	top: 6px;
	left: 0;
}

.icon-chemistry:before {
	background-image: url("/products/img/product_icon_chemistry.png");
	width: 52px;
	height: 50px;
	top: -10px;
	left: 0;
}

.icon-ceramic:before {
	background-image: url("/products/img/product_icon_ceramic.png");
	width: 35px;
	height: 50px;
	top: -10px;
	left: 0;
}

.pg-list-title, .pg-new-bissiness-title, .pg-search-product-title, .external-link-heading {
	font-size: 21px;
	font-weight: bold;
}

.pg-new-block .pg-kv-img {
	background-image: url('/assets/images/top/top_kv_sp_02.jpg');
	height: 465px;
	background-position : bottom;
}

.pg-section-img + .site-container {
	margin-top: 40px;
}

.pg-kv-img-flame .description-txt{
	font-family: 'Roboto Slab';
	font-size: 19px;
	padding-top: 190px;
}

.pg-txt-white {
	color: #FFFFFF;
}

.pg-title {
	font-size: 26px;
	margin-top: 10px;
	line-height: 1.5;
}

.pg-indicator {
	padding-top: 0;
	display: none;
}

h2.pg-box-title {
	font-size: 30px;
}

.pg-box-title + .txt-main {
	margin-top: 30px;
}

.pg-box-title + .txt-main + .pg-btn-box {
	margin-top: 15px;
}

.pg-list-box {
	padding-bottom: 20px;
}

.pg-new-block .pg-kv-img-flame .box-title {
	padding-top: 40px;
}

.pg-new-block .box-title + .txt-main {
	margin-top: 20px;
}

.pg-new-block .pg-kv-img-flame .pg-btn-box {
	margin-top: 20px;
}

h2.box-title {
	font-size: 30px;
}

h3.box-title {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.8;
}

.pg-new-block .site-container h3.box-title {
	margin-top: 30px;
}

.pg-info-box {
	background-image: url('/assets/images/top/phase01_bg_sp_02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.pg-info-box .site-container {
	background: transparent;
}

.pg-info-box {
	padding-bottom: 40px;
	padding-top: 30px;
}

.box-title {
	font-size: 24px;
	font-weight: normal;
}

.pg-info-box .pg-btn-box,
.pg-info-img-box {
	margin-top: 30px;
}

.pg-modal-close-btn {
	width: 14px;
	height: 14px;
	position: absolute;
	top: -20px;
	right: 0;
	cursor: pointer;
}

.pg-modal-inner {
	position: relative;
}

.pg-list-box li:last-child {
	width: 100%;
}

.pg-logo-img {
	width: 110px;
	height: 48px;
	padding-top: 80px;
}

.pg-logo-img img{
	width: 105px;
}

.pg-list-btn {
	margin-top: 20px;
	text-align: right;
	padding-bottom: 40px;
}

.pg-list-txt {
	color: #1566cc;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.pg-modal-box {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-color: #d5dadc;
	opacity: 0.9;
	padding: 30px 16px;
	display: none;
}

.pg-modal-title {
	font-size: 18px;
	font-weight: bold;
	color: #1566cc;
}

.pg-modal-txt {
	font-size: 14px;
	margin-top: 10px;
}

.pg-company-info-block .pg-list-box {
	margin-top: 20px;
}

.list-ul-index-link .list-ul-index-link-single {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0;
}

.list-ul-index-link .list-ul-index-link-single:first-child {
	margin-top: 0;
}

.list-dl-horizontal > dd {
	border: none;
	padding-bottom: 0;
	margin-top: 15px;
}

.pg-new-list .list-dl-horizontal {
	border-bottom: 1px solid #d7d7e1;
	padding-top: 25px;
	padding-bottom: 25px;
}

.pg-bd-top {
	border-top: 1px solid #d7d7e1;
	margin-top: 10px;
}

.first-row-full {
	margin-top: 10px;
}

.kv-bottom-gradient {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top,  rgba(255,255,255,0),rgba(53,53,53,1));/* IE10+, W3C */
	background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(53,53,53,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(53,53,53,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,0),rgba(53,53,53,1));
	background: linear-gradient(top, rgba(255,255,255,0),rgba(53,53,53,1));


}

.pg-kv-img-notext .kv-bottom-gradient {
	height: 50px;
	background-image: linear-gradient(
										to top,
										rgba(120, 120, 120, 1) 0%,
										rgba(120, 120, 120, 0.738) 19%,
										rgba(120, 120, 120, 0.541) 34%,
										rgba(120, 120, 120, 0.382) 47%,
										rgba(120, 120, 120, 0.278) 56.5%,
										rgba(120, 120, 120, 0.194) 65%,
										rgba(120, 120, 120, 0.126) 73%,
										rgba(120, 120, 120, 0.075) 80.2%,
										rgba(120, 120, 120, 0.042) 86.1%,
										rgba(120, 120, 120, 0.021) 91%,
										rgba(120, 120, 120, 0.008) 95.2%,
										rgba(120, 120, 120, 0.002) 98.2%,
										rgba(120, 120, 120, 0) 100%
									); 
}

.heading-container {
	position: absolute;
	bottom: 30px;
	padding: 0 16px;
	left: 0;
}

.list-dl-horizontal > dt > span.list-dl-horizontal-label.first {
	padding-left: 20px;
}
@media screen and (max-width: 1075px) {
	.pg-massage-new-line {
		display: none;
	}
}

@media screen and (min-width: 961px) {

	#animation_container {
		background-color: rgba(255, 255, 255, 1.00);
		width: 689px;
		height: 440px;
	}

	#canvas {
		width: 689px;
		height: 440px;
		position: absolute;
		display: block;
		background-color: rgba(255, 255, 255, 1.00);
		right: 0;
	}

	#dom_overlay_container {
		pointer-events: none;
		overflow: hidden;
		width: 689px;
		height: 440px;
		position: absolute;
		right: 0px;
		top: 0px;
		display: block;
	}

	.pg-title {
		font-size: 42px;
	}

	.pg-title,
	.ff-cn .pg-title {
		line-height: 1.3;
	}

	.ff-en .pg-title {
		line-height: 1.3;

	}

	.pg-group-vision-box .txt-main,
	.pg-massage-box .txt-main,
	.president,
	.pg-about-movie-title,
	.pg-about-movie-txt {
		color: #FFFFFF;
	}

	.pg-kv-img {
		position: relative;
		background-image: none;
		height: 600px;
		width: auto;
		overflow: hidden;
	}

	.pg-company-info-block .pg-kv-img:before {
		content: "";
		position: absolute;
		background-image: url("/assets/images/phase01/phase01_kv_pc_01.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		height: 600px;
		width: 100%;
		background-size: 1440px 600px;
		position: relative;
		display: block;
		z-index: 0;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;

	}

	.pg-kv-img:hover:before {
		-moz-transform: scale(1.02);
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
	}

	.img-txt {
		width: 340px;
	}

	.pg-kv-contents-box + .pg-kv-contents-box {
		position: absolute;
		bottom: 0;
	}

	.list-ul-index-link {
		width: 50%;
	}

	.list-ul-index-link li {
		width: 47%;
		display: inline-block;
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.list-ul-index-link > li:nth-child(odd) {
		margin-right: 20px;
	}

	.pg-report-box,
	.list-ul-index-link {
		padding-left: 0;
		padding-right: 0;
	}

	.list-ul-index-link {
		margin-top: 15px;
	}

	.pg-right-box {
		width: 255px;
		margin-top: 30px;
	}

	.section-img {
		min-width: 980px;
	}

	.pg-kv-img-flame {
		padding-top: 90px;
		height: inherit;
	}

	.pg-kv-img-flame.site-container {
		background-color: transparent;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.pg-kv-img-flame .description-txt {
		padding-top: 0;
		margin-top: 150px;
	}

	.h2.pg-box-title {
		font-size: 32px;
	}

	.pg-section-img {
		background: none;
	}

	.pg-company-info-block .section-body {
		position: relative;
		overflow: hidden;
		margin-top: 3px;
	}

	.pg-right-contents {
		position: absolute;
		top: 30px;
		max-width: 520px;
		width: 50%;
	}

	.pg-list-box {
		display: table;
		width: 100%;
		padding-top: 60px;
	}

	.pg-list-box > li {
		display: table-cell;
		width: 20%;
		padding-left: 15px;
		border-left: 1px solid #d7d7e1;
	}

	.pg-list-box > li:first-child {
		padding-left: 0;
		border-left: none;
	}

	/*.pg-list-box li:last-child {
		width: auto;
	}*/
	.pg-new-block .pg-kv-img {
		background-image: url("/assets/images/top/top_kv_pc_02.jpg");
		height: 525px;
	}

	.pg-kv-img-flame > h2.box-title {
		font-size: 37px;
		color: #FFFFFF;
	}

	.pg-kv-img-flame > h2.box-title + .txt-main {
		color: #FFFFFF;
		padding-top: 20px;
	}

	/*.pg-new-block .pg-btn-box .btn-primary {
		background-color: #FFFFFF;
	}

	.pg-new-block .pg-btn-box .btn-primary a {
		color: #1566cc;
	}*/
	.pg-info-box {
		background-image: url("/assets/images/top/phase01_bg_pc_02.jpg");
		padding-bottom: 30px;
	}

	.pg-info-img-box {
		width: 316px;
		height: 418px;
		float: right;
	}

	.pg-new-contents {
		width: 570px;
		float: left;
		padding-top: 80px;
	}

	.pg-img-box {
		min-width: 980px;
	}

	.pg-img-box .pg-img-list {
		font-size: 0;
		width: 100%;
		padding-top: 3px;
		letter-spacing: -5px;
	}

	.pg-img-box .pg-img-list > li {
		width: -webkit-calc((100% - 10px) / 3);
		width: calc((100% - 10px) / 3);
		height: 230px;
		display: inline-block;
		margin-left: 5px;
		letter-spacing: normal;
		overflow: hidden;
		position: relative;
	}

	.pg-img-box .pg-img-list > li > img {
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	.pg-img-box .pg-img-list > li:hover > img {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}


	.pg-img-box .pg-img-list > li > img {
		height: 100%;
		width: 476.6666px;
		position: absolute;
		left: calc((100% - 476.6666px)/2);
	}

	.pg-img-box .pg-img-list > li:first-child {
		margin-left: 0;
	}

	.pg-img-txt .pg-label {
		font-family: 'Roboto Slab';
		font-size: 14px;
		display: inline-block;
		color: #FFFFFF;
	}

	.pg-img-txt .pg-txt{
		font-size: 20px;
		margin-top: 10px;
		color: #FFFFFF;
	}

	.pg-img-txt {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-moz-transformtransform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 80%;
		z-index: 2;
	}

	.pg-section-img {
		min-width: 1220px;
		position: relative;
	}

	.list-ul-index-link {
		width: auto;
	}

	.pg-company-info-block .list-ul-index-link > li:first-child,
	.pg-company-info-block .list-ul-index-link > li {
		border: none;
	}

	.pg-company-info-block .list-ul-index-link > li:nth-child(odd) {
		margin-right: 0;
	}

	.pg-company-info-block .list-ul-index-link li {
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}

	.pg-company-info-block .list-ul-index-link {
		padding-left: 0;
		display: block;
	}

	.pg-list-title {
		padding-bottom: 0;
	}

	.list-ul-index-link {
		margin-top: 10px;
	}

	.pg-logo-img {
		padding-top: 90px;
		margin-left: 10px;
	}

	.pg-kv-img-flame .description-txt {
		font-family: 'Roboto Slab';
		margin-top: 140px;
	}

	.pg-right-contents {
		margin-top: 40px;
	}

	.pg-right-contents .pg-box-title{
		font-size: 37px;
	}

	.pg-company-info-block .pg-list-box {
		padding-top: 80px;
	}

	.icon-glass:before {
		width: 45px;
		height: 62px;
	}
	.icon-glass, .icon-electron, .icon-chemistry, .icon-ceramic {
		padding-top: 75px;
	}

	.icon-electron:before {
		width: 72px;
		height: 53px;
	}

	.icon-chemistry:before {
		width: 72px;
		height: 70px;
	}

	.icon-ceramic:before {
		width: 47px;
		height: 69px;
	}

	.pg-new-block .pg-kv-img-flame .box-title {
		padding-top: 160px;
	}

	.pg-new-block .box-title + .txt-main {
		margin-top: 0;
	}

	.pg-new-block .site-container h3.box-title {
		margin-top: 50px;
	}
	.pg-new-contents .box-title.pg-txt-white {
		font-size: 30px;
		font-weight:normal;
	}
	.pg-new-block .pg-new-list > h3.box-title {
		margin-top: 70px;
	}
	.pg-new-contents {
		padding-top: 140px;
	}

	.pg-info-box .pg-btn-box, .pg-info-img-box {
		margin-top: 10px;
	}

	.pg-new-block .pg-kv-img-flame .pg-btn-box a {
		background-color: #FFFFFF;
		color: #1566cc !important
	}

	.pg-new-block .pg-kv-img-flame .pg-btn-box a span:after{
		width: 16px;
		height: 14px;
		background-image: url("/assets/images/icon_link_arrow_blue.png");

	}

	.pg-modal-img {
		width: 100px;
		height: 100px;
	}

	.pg-modal-txt {
		float: left;
		width: 70%;
	}

	.pg-modal-img {
		overflow: hidden;
	}
	.pg-modal-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pg-site-wrapper-mw {
		min-width: 980px;
		background-color: #FFFFFF;
		overflow: hidden;
	}
	.heading-container {
		position: absolute;
		bottom: 40px;
		width: 750px;
		padding-left: 30px;
		padding-right: 35px;
	}
	.kv-top-gradient {
		width: 100%;
		height: 160px;
		position: absolute;
		top: 0;
		background: linear-gradient(to top,  rgba(255,255,255,0),rgba(50,50,70,0.6));/* IE10+, W3C */
		background: -moz-linear-gradient(top, rgba(50,50,70,0.6),rgba(255,255,255,0));
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,70,0.6)), to(rgba(255,255,255,0)));
		background: -o-linear-gradient(top, rgba(50,50,70,0.6),rgba(255,255,255,0));
		background: linear-gradient(top, rgba(50,50,70,0.6),rgba(255,255,255,0));

	}
	.kv-bottom-gradient {
		width: 100%;
		height: 230px;
		position: absolute;
		bottom: 0;
		background: linear-gradient(to top,  rgba(0,0,0,0.8),rgba(255,255,255,0));/* IE10+, W3C */
		background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.8));
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.8)));
		background: -o-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.8));
		background: linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.8));

	}

	.pg-kv-img-notext .kv-bottom-gradient {
		height: 50px;
		background-image: linear-gradient(
											to top,
											rgba(120, 120, 120, 1) 0%,
											rgba(120, 120, 120, 0.738) 19%,
											rgba(120, 120, 120, 0.541) 34%,
											rgba(120, 120, 120, 0.382) 47%,
											rgba(120, 120, 120, 0.278) 56.5%,
											rgba(120, 120, 120, 0.194) 65%,
											rgba(120, 120, 120, 0.126) 73%,
											rgba(120, 120, 120, 0.075) 80.2%,
											rgba(120, 120, 120, 0.042) 86.1%,
											rgba(120, 120, 120, 0.021) 91%,
											rgba(120, 120, 120, 0.008) 95.2%,
											rgba(120, 120, 120, 0.002) 98.2%,
											rgba(120, 120, 120, 0) 100%
										); 
	}

	.banner-bottom-gradient {
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0;
		background: linear-gradient(to top,  rgba(92,92,92,1),rgba(255,255,255,0));/* IE10+, W3C */
		background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(92,92,92,1));
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(92,92,92,1)));
		background: -o-linear-gradient(top, rgba(255,255,255,0),rgba(92,92,92,1));
		background: linear-gradient(top, rgba(255,255,255,0),rgba(92,92,92,1));
		z-index: 1;
	}


	.pg-list-btn {
		padding-bottom: 50px;
	}

	.pg-txt-white + .pg-btn-box {
		margin-top: 30px;
	}
	.list-ul-index-link.first-row-full > li + li.list-ul-index-link-single {
		width: 100%;
		margin-right: 0;
	}

	.pg-section-img + .site-container {
		margin-top: -30px;
	}
}

@media screen and (min-width: 961px),all and (-ms-high-contrast: none) {
		.pg-img-box .pg-img-list > li {
			width: -webkit-calc((99.9999% - 10px) / 3);
			width: calc((99.9999% - 10px) / 3);
		}
	_:-ms-lang(x), _::-webkit-meter-bar, .pg-img-box .pg-img-list > li {
		width: -webkit-calc((99.9999% - 10px) / 3);
		width: calc((99.9999% - 10px) / 3);
	}
}

@media screen and (min-width: 961px) {
	.fb-page {
		width:315px !important;
	}
}
@media screen and (max-width: 960px) {
	.pg-info-img-box {
		text-align: center;
	}

	.kv-bottom-gradient {
		width: 100%;
		height: 300px;
		position: absolute;
		bottom: 0;
		background: linear-gradient(to top,  rgba(0,0,0,0.8),rgba(255,255,255,0));/* IE10+, W3C */
		background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.8));
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.8)));
		background: -o-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.8));
		background: linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.8));
	}

	.pg-kv-img-notext .kv-bottom-gradient {
		height: 50px;
		background-image: linear-gradient(
											to top,
											rgba(120, 120, 120, 1) 0%,
											rgba(120, 120, 120, 0.738) 19%,
											rgba(120, 120, 120, 0.541) 34%,
											rgba(120, 120, 120, 0.382) 47%,
											rgba(120, 120, 120, 0.278) 56.5%,
											rgba(120, 120, 120, 0.194) 65%,
											rgba(120, 120, 120, 0.126) 73%,
											rgba(120, 120, 120, 0.075) 80.2%,
											rgba(120, 120, 120, 0.042) 86.1%,
											rgba(120, 120, 120, 0.021) 91%,
											rgba(120, 120, 120, 0.008) 95.2%,
											rgba(120, 120, 120, 0.002) 98.2%,
											rgba(120, 120, 120, 0) 100%
										); 
	}

	.banner-bottom-gradient {
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0;
		background: linear-gradient(to top,  rgba(92,92,92,1),rgba(255,255,255,0));/* IE10+, W3C */
		background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(92,92,92,1));
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(92,92,92,1)));
		background: -o-linear-gradient(top, rgba(255,255,255,0),rgba(92,92,92,1));
		background: linear-gradient(top, rgba(255,255,255,0),rgba(92,92,92,1));
		z-index: 1;
	}
}
@media screen and (max-width:376px) {
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style]{
	    width: 100% !important;
	}
}

@media screen and (max-width: 370px) {
	.performance-list > li > .pg-strong-txt {
		font-size: 27px;
	}

	.pg-suppliment-txt {
		margin-top: 55px;
	}

	.pg-about-movie {
		padding-top: 5px;
	}
}

@media screen and (max-width: 330px){
	.performance-list > li > .pg-small-txt, .pg-suppliment-txt {
		font-size: 10px;
	}

	.performance-list > li > .pg-plus-unit,
	.performance-list > li > .pg-strong-txt {
		font-size: 25px;
	}
}
/*
@media screen and (min-width: 961px) and ( max-width:1195px) {
	.pg-right-contents {
		width: 200px;
	}
}*/