.main-pc-slider {
	position: relative;
}
.main-tablet-slider {
	position: relative;
}
.main-mobile-slider {
	position: relative;
}

div.main-picture {
	filter: brightness(0.5);
}
div.vitec-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.vitec-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FFF;
	font-feature-settings: "pwid";
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
div.vitec-top p {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f47936;
	margin-top: 40px;
	font-feature-settings: "pwid";
	font-family: 'Noto Sans JP', sans-serif;
}
div.vitec-top p br {
	display: none;
}


@media only screen and (max-width: 1240px) {
	div.vitec-top {
		top: 32%;
	}
}
@media only screen and (max-width: 1080px) {
	div.vitec-top h2 {
		font-size: 3.2rem;
	}
	div.vitec-top p {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 930px) {
	div.vitec-top h2 {
		font-size: 3.0rem;
	}
	div.vitec-top p {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 840px) {
	div.vitec-top {
		top: 28%;
	}
	div.vitec-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 768px) {
	div.vitec-top p br {
		display: block;
	}
}
@media only screen and (max-width: 680px) {
	div.vitec-top p {
		margin-top: 25px;
	}
}
@media only screen and (max-width: 640px) {
	div.vitec-top h2 {
		font-size: 2.6rem;
	}
	div.vitec-top p {
		width: 90%;
		margin: 0 auto;
	}
	div.vitec-top p br {
		display: none;
	}
}
@media only screen and (max-width: 560px) {
	div.vitec-top h2 {
		font-size: 2.4rem;
	}
	div.vitec-top p {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 480px) {
	div.vitec-top {
		width: 95%;
		left: 10px;
	}
	div.vitec-top h2 {
		font-size: 2.1rem;
	}
	div.vitec-top p {
		font-size: 1.05rem;
	}
}
@media only screen and (max-width: 430px) {
	div.vitec-top h2 {
		font-size: 1.8rem;
	}
	div.vitec-top p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 400px) {
	div.vitec-top h2 {
		font-size: 1.6rem;
	}
	div.vitec-top p {
		font-size: 0.95rem;
	}
}


.release-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}
.newsview-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}
.error-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}


.release-container div.release-navi {
	width: 80%;
	margin: 0px auto 60px auto;
}
.release-container div.release-navi li {
	width: 22%;
	padding: 0px 10px 0px 10px;
	display: inline-block;
}
.release-container div.release-navi li a {
	display: block;
	box-sizing: border-box;
	color: #545454;
	border: solid 2px #545454;
	border-radius: 4px;
	padding: 15px 0px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700;
	transition: 0.5s ease;
	background-color: #fff;
	text-align: center;
	font-feature-settings: "pwid";
}
.release-container div.release-navi li.release-select a.navi_all {
	color: #fff;
	border: solid 2px transparent;
	background-color: #f0d100;
}
.release-container div.release-navi li.release-select a.navi_release {
	color: #fff;
	border: solid 2px transparent;
	background-color: #16b6c6;
}
.release-container div.release-navi li.release-select a.navi_products {
	color: #fff;
	border: solid 2px transparent;
	background-color: #f98824;
}
.release-container div.release-navi li.release-select a.navi_other {
	color: #fff;
	border: solid 2px transparent;
	background-color: #7cba27;
}

.release-container div.release-navi li a.navi_all:hover {
	color: #fff;
	border: solid 2px transparent;
	background-color: #f0d100;
}
.release-container div.release-navi li a.navi_release:hover {
	color: #fff;
	border: solid 2px transparent;
	background-color: #16b6c6;
}
.release-container div.release-navi li a.navi_products:hover {
	color: #fff;
	border: solid 2px transparent;
	background-color: #f98824;
}
.release-container div.release-navi li a.navi_other:hover {
	color: #fff;
	border: solid 2px transparent;
	background-color: #7cba27;
}

.release-container ul {
	text-align: center;
}
.release-container ul.top_news {
	width: 75%;
	margin: 0 auto 40px auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}
.release-container ul.top_news li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	width: 100%;
	min-height: 24px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #333;
	text-align: left;
}
.release-container ul.top_news li a {
	display: block;
	text-decoration: none;
	color: #3392b1;
	transition: 0.5s ease;
}
.top_news li div.release-date {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 140%;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #545454;
}
.top_news li .release-category {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 140%;
	width: 130px;
	padding: 2px 0px 4px 0px;
	position: absolute;
	top: 18px;
	left: 140px;
	background-color: #7cba27;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-feature-settings: "pwid";
	font-family: 'Noto Sans JP', sans-serif;

}
.top_news li .icon-release {
	background-color: #16b6c6;
}
.top_news li .icon-products {
	background-color: #f98824;
}
.top_news li .icon-other {
	background-color: #7cba27;
}
.top_news li div.release-title {
	line-height: 140%;
	font-size: 1.1rem;
	font-weight: 500;
	color: #545454;
	padding: 20px 0px 20px 280px;
	font-feature-settings: "pwid";
}

div.page-navi {
	text-align: center;
	margin: 20px 0;
}
div.page-navi a, div.page-navi span {
	text-decoration: none;
	border: 1px solid #cccccc;
	background-color: #FFF;
	padding: 6px 10px;
	margin: 4px;
	color: #333;
	box-sizing: border-box;
	line-height: 90%;
	transition: 0.5s ease;
	font-size: 1.1rem;
}
div.page-navi a:hover, div.page-navi span.current {
	background-color: #555;
	border: solid 1px transparent;
	color: #fff;
	box-sizing: border-box;
}
div.page-navi span.current {
	font-weight: 700;
}

@media only screen and (max-width: 1140px) {
	.release-container div.release-navi {
		width: 85%;
	}
	.release-container ul.top_news {
		width: 80%;
	}
}
@media only screen and (max-width: 980px) {
	.release-container div.release-navi {
		width: 90%;
	}
	.release-container ul.top_news {
		width: 85%;
	}
}
@media only screen and (max-width: 867px) {
	.release-container div.release-navi {
		margin: 0px auto 40px auto;
	}
	.release-container div.release-navi li {
		padding: 0px 5px 0px 5px;
	}
	.release-container div.release-navi li a {
		padding: 12px 0;
		font-size: 1.0rem;
	}
	.top_news li div.release-date {
		font-size: 1.0rem;
	}
	.top_news li .release-category {
		font-size: 0.85rem;
		width: 120px;
		left: 125px;
	}
	.top_news li div.release-title {
		font-size: 1.0rem;
		padding: 20px 0px 20px 253px;
	}
}
@media only screen and (max-width: 680px) {
	.release-container div.release-navi {
		width: 95%;
	}
	.release-container ul.top_news {
		width: 90%;
	}
	.top_news li div.release-title {
		padding: 50px 0px 20px 0px;
	}
}
@media only screen and (max-width: 560px) {
	.release-container div.release-navi {
		margin: 0px auto 30px auto;
	}
	.release-container div.release-navi li {
		width: 45%;
		margin-bottom: 10px;
	}
}


.newsview-container div.newsview-info {
	width: 75%;
	margin: 0 auto 10px auto;
}
.newsview-info div.newsview-date {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	color: #545454;
	vertical-align: middle;
}
.newsview-info div.newsview-category {
	display: inline-block;
	font-size: 0.9rem;
	width: 130px;
	padding: 2px 0px 4px 0px;
	background-color: #7cba27;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-feature-settings: "pwid";
	margin-left: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.newsview-info div.icon-release {
	background-color: #16b6c6;
}
.newsview-info div.icon-products {
	background-color: #f98824;
}
.newsview-info div.icon-other {
	background-color: #7cba27;
}
.newsview-container div.newsview-title {
	font-size: 2.0rem;
	color: #545454;
	font-weight: 500;
	font-feature-settings: "pwid";
	width: 75%;
	margin: 0 auto;
	line-height: 100%;
}
.newsview-container div.newview-contents {
	color: #545454;
	font-size: 1.2rem;
	width: 75%;
	margin: 0 auto;
	font-feature-settings: "pwid";
	text-align: justify;
	line-height: 130%;
	border-radius: 5px;
	margin-top: 40px;
}
.newsview-container div.newview-contents p {
	font-size: 1.2rem;
	font-weight: 500;
	font-feature-settings: "pwid";
	text-align: justify;
	line-height: 130%;
}
.newsview-container div.newview-contents div.contents-title {
	background-color: #bfd6e4;
	padding: 0 10px;
	line-height: 2.0rem;
	margin: 30px 0 20px 0;
	font-size: 1.2rem;
	font-weight: 500;
}
.newsview-container div.newview-contents p.contents-string {
	margin: 10px 5px 20px 5px;
	font-size: 1.0rem;
}
.newsview-container div.newview-contents img {
	margin: 20px 0;
}
.newsview-container div.newview-contents ul {
	line-height: 100%;
	margin: 0 15px;
}
.newsview-container div.newview-contents ul li {
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	margin-left: 0.8rem;
	line-height: 1.3rem;
}
.newsview-container div.newview-contents ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #F44336;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: -1.2rem;
}
.newsview-container div.newsview-back {
	width: 75%;
	margin: 50px auto 20px auto;
}
.newsview-container a.newsview-back-button {
	width: 40%;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	color: #545454;
	border: solid 2px #545454;
	border-radius: 4px;
	padding: 15px 0px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	transition: 0.5s ease;
	background-color: #fff;
	text-align: center;
	font-feature-settings: "pwid";
	font-family: 'Noto Sans JP', sans-serif;
}
.newsview-container a.newsview-back-button:hover {
	background-color: rgb(0, 94, 102);
	color: #fff;
	border: solid 2px transparent;
}

@media only screen and (max-width: 980px) {
	.newsview-container div.newsview-info {
		width: 80%;
	}
	.newsview-container div.newsview-title {
		width: 80%;
	}
	.newsview-container div.newview-contents {
		width: 80%;
	}
	.newsview-container div.newsview-back {
		width: 80%;
	}
}
@media only screen and (max-width: 900px) {
	.newsview-info div.newsview-date {
		font-size: 1.2rem;
	}
	.newsview-container div.newsview-title {
		font-size: 1.8rem;
	}
	.newsview-container div.newview-contents p {
		font-size: 1.1rem;
	}
	.newsview-container div.newview-contents ul li {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 768px) {
	.newsview-container div.newsview-info {
		width: 85%;
	}
	.newsview-container div.newsview-title {
		width: 85%;
	}
	.newsview-container div.newview-contents {
		width: 85%;
	}
	.newsview-container div.newsview-back {
		width: 85%;
	}
}
@media only screen and (max-width: 680px) {
	.newsview-info div.newsview-date {
		font-size: 1.1rem;
	}
	.newsview-container div.newsview-title {
		font-size: 1.6rem;
	}
	.newsview-container div.newview-contents p {
		font-size: 1.0rem;
	}
	.newsview-container div.newview-contents div.contents-title {
		font-size: 1.1rem;
	}
	.newsview-container div.newview-contents ul li {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 580px) {
	.newsview-info div.newsview-date {
		font-size: 1.0rem;
	}
	.newsview-container div.newsview-title {
		font-size: 1.4rem;
	}
	.newsview-container div.newview-contents div.contents-title {
		font-size: 1.0rem;
	}
	.newsview-info div.newsview-category {
		font-size: 0.8rem;
		width: 120px;
		padding: 2px 0px 3px 0px;
	}
	.newsview-container div.newview-contents ul li {
		font-size: 0.9rem;
		margin-bottom: 5px;
	}
	.newsview-container a.newsview-back-button {
		width: 60%;
	}
}
@media only screen and (max-width: 480px) {
	.newsview-container div.newsview-title {
		font-size: 1.3rem;
		line-height: 120%;
	}
}


div.error-title {
	margin: 0 auto;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f00;
	padding: 30px 0;
	line-height: 1.8rem;
	font-feature-settings: "pwid";
}
div.error-title br {
	display: none;
}
div.error-contents {
	color: #545454;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	margin: 30px 0;
	line-height: 150%;
}
div.error-contents2 {
	color: #f00;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	margin: 20px 0;
	line-height: 150%;
}
.error-container div.newsview-back {
	width: 75%;
	margin: 50px auto 20px auto;
}
.error-container a.newsview-back-button {
	width: 40%;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	color: #545454;
	border: solid 2px #545454;
	border-radius: 4px;
	padding: 15px 0px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700;
	transition: 0.5s ease;
	background-color: #fff;
	text-align: center;
	font-feature-settings: "pwid";
}
.error-container a.newsview-back-button:hover {
	background-color: rgb(0, 94, 102);
	color: #fff;
	border: solid 2px transparent;
}

@media only screen and (max-width: 830px) {
	.error-container div.newsview-back {
		width: 90%;
	}
	.error-container a.newsview-back-button {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	div.error-contents {
		font-size: 1.0rem;
	}
	div.error-contents2 {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 678px) {
	div.error-contents {
		font-size: 0.9rem;
	}
	div.error-contents2 {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 640px) {
	div.error-title {
		font-size: 1.6rem;
	}
	div.error-contents {
		width: 90%;
		margin: 30px auto;
	}
	div.error-contents2 {
		width: 90%;
		margin: 0 auto;
	}
	div.error-contents2 br {
		display: none;
	}
	.error-container a.newsview-back-button {
		width: 70%;
	}
}
@media only screen and (max-width: 520px) {
	div.error-title {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 460px) {
	div.error-title br {
		display: block;
	}
}
