@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .linkUlBox {
	padding: 31px 0 0;
	background-color: #EBEBEB;
	border-bottom: 8px solid #142355;
}
#main .linkUlBox .content {
	max-width: 1000px;
}
#main .linkUlBox .linkUl {
	display: flex;
	flex-wrap: wrap;
}
#main .linkUlBox .linkUl li {
	width: 140px;
	margin-right: 32px;
}
#main .linkUlBox .linkUl a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 22px;
}
#main .linkUlBox .linkUl li:nth-child(6n) {
	margin-right: 0;
}
#main .linkUlBox .linkUl li .photo {
	margin-bottom: 11px;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B8C2CA;
	transition: all ease 0.3s;
	position: relative;
}
#main .linkUlBox .linkUl li .photo:after {
	width: 100%;  
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	opacity: 0;
	transition: all ease 0.3s;
}
#main .linkUlBox .linkUl .on .photo:after {
	display: none;
}
#main .linkUlBox .linkUl li p {
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.583;
	margin-bottom: 0;
}
#main .linkUlBox .linkUl .on a {
	background-color: #142355;
	color: #fff;
}
#main .linkUlBox .linkUl .on .photo {
	background-color: #142355;
}
#main .mianVisual {
	min-height: 460px;
	display: flex;
	margin-bottom: 100px;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: url(../img/product/main_img.jpg) no-repeat center bottom;
	background-size: cover;
}
#main .mianVisual .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .mianVisual h2 {
	margin: -23px 0 0 37px;
	font-size: 4.5rem;
}
#main .mianVisual h2 .txtSpan {
	margin-bottom: 15px;
	display: block;
	font-size: 2.4rem;
	color: #142355;
	letter-spacing: 0.1em;
}
#main .mianVisual h2 small {
	margin-top: 12px;
	display: block;
	font-size: 4.7rem;
	font-weight: 900;
	letter-spacing: 0;
}
#main .mianVisual h2 .smallTxt {
	padding: 5px 0;
	display: block;
	font-size: 2.4rem;
}
#main .mianVisual .photoBox {
	width: 40%;
	text-align: right;
	margin-top: -28px;
}
#main .mianVisual .textBox {
	flex: 1;
}
#main .specification .content {
	max-width: 815px;
}
#main .headLine01 {
	margin: 0 0 63px;
}

#main p {
	margin-bottom: 54px;
	line-height: 2.056;
	text-align: justify;
}

#main p.product_notes{
	font-size: 1em !important;
	line-height: 1.5em !important;
}

#main .specificationTxt {
	min-height: 152px;
	margin-bottom: 20px;
}
#main .specification .inner {
	margin: 0 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .specification .inner .photoBox {
	width: 315px;
	background-color: #AEBAC3;
}
#main .specification .inner .photoBox img {
	width: 100%;
}
#main .specification .inner .textBox {
	width: 425px;
	margin-top: 9px;
}
#main .specification table {
	width: 100%;
	border-collapse: collapse;
}
#main .specification table th {
	font-weight: 500;
	width: 27%;
	padding: 6px 5px 5px;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
	line-height: 1.33;
	border-bottom: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
}
#main .specification table td {
	padding: 6px 0 5px 20px;
	word-break: break-all;
	line-height: 1.72;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
}
#main .specification table .trStyle td,
#main .specification table .trStyle th {
	padding-top: 27px;
	padding-bottom: 37px;
}
#main .comBor {
	max-width: 1100px;
	margin: 0 auto 100px;
	padding-bottom: 98px;
	border-bottom: 1px solid #CCCCCC;
}
#main .comBor:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main .chip {
	padding-bottom: 69px;
}
#main .chip .content {
	max-width: 850px;
}
#main .chipUl {
	padding-top: 44px;
	display: flex;
	flex-wrap: wrap;
}
#main .chipUl li {
	width: 250px;
	margin: 0 50px 40px 0;
}
#main .chipUl li:nth-child(3n) {
	margin-right: 0;
}
#main .chipUl li .photo {
	margin-bottom: 46px;
	background-color: #AEBAC3;
}
#main .chipUl li p {
	text-align: center;
	margin: 0;
	font-size: 1.2rem;
}
#main .chipUl li .ttl {
	margin-bottom: 8px;
	text-align: center;
	padding: 13px 3px 16px;
	font-size: 2rem;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	border-bottom: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
}
#main .chipUl li .txt {
	margin-bottom: 9px;
	text-align: center;
	padding-bottom: 7px;
	line-height: 1.78;
	font-size: 1.8rem;
	border-bottom: 1px solid #B5B5B5;
}
#main .accessories {
	padding-bottom: 106px;
}
#main .accessories .content {
	max-width: 850px;
}
#main .accessoriesUl {
	margin: -47px 0 89px;
	display: flex;
	flex-wrap: wrap;
}
#main .accessoriesUl:last-child {
	margin-bottom: 0;
}
#main .accessoriesUl > li {
	width: 190px;
	margin: 81px 30px 0 0;
}
#main .accessoriesUl > li:nth-child(4n) {
	margin-right: 0;
}
#main .accessoriesUl > li .photo {
	margin-bottom: 22px;
}
#main .accessoriesUl > li p {
	line-height: 1.44;
	margin: 0 -20px 0 6px;
	text-align: left;
}
#main .accessoriesUl .subUl {
	margin: 0 -200% 0 5px;
}
#main .accessoriesUl .subUl li {
	text-indent: -1em;
	padding-left: 1em;
}
#main .accessoriesUl .subUl li small {
	font-size: 1.5rem;
	letter-spacing: 0;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .accessories h4 {
	margin-bottom: -10px;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	color: #142355;
}
#main .method {
	padding-bottom: 99px;
}
#main .method .content {
	max-width: 815px;
}
#main .method .imgBox {
	margin-bottom: 105px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#main .method .imgBox .photoBox {
	width: 390px;
	margin: 0 55px -22px 0;
	text-align: center;
	box-sizing: border-box;
}
#main .method .imgBox .textBox {
	flex: 1;
	margin-right: -60px;
}
#main .method .imgBox p {
	margin: 0 -5px 82px 0;
	font-size: 2.4rem;
	line-height: 1.833;
}
#main .method .imgBox .photo {
	text-align: center;
}
#main .movieBox {
	padding-top: 88px;
	max-width: 652px;
	margin: 0 auto;
}
#main .movieBox + .movieBox {
	padding-top: 76px;
}
#main .movieBox .ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 43px;
}
#main .movieBox .movie {
	height: 365px;
	width: 651px;
	margin: 0 auto;
}
#main .movieBox .movie iframe {
	width: 100%;
	height: 100%;
}
#main .features {
	padding-bottom: 128px;
}
#main .features .content {
	max-width: 815px;
}
#main .featuresUl {
	padding-top: 7px;
	max-width: 765px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .featuresUl li {
	width: 340px;
	margin-top: 47px;
}
#main .featuresUl li p {
	margin-bottom: 20px;
	line-height: 1.78;
	text-align: justify;
}
#main .featuresUl li p:last-child {
	margin-bottom: 0;
}
#main .featuresUl li .ttl {
	font-weight: bold;
	font-size: 2.2rem;
	min-height: 60px;
	box-sizing: border-box;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 8px 5px 13px;
	text-align: center;
	background-color: #142355;
}
#main .featuresUl li .ttl02 {
	letter-spacing: 0.05em;
	font-size: 2rem;
	padding-top: 11px;
}
#main .example .content {
	max-width: 810px;
}
#main .topTtl {
	font-weight: bold;
	margin: 0 5px 63px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}
#main .topTtl span {
	display: inline-block;
	min-width: 340px;
	color: #fff;
	padding: 5px 5px 10px;
	box-sizing: border-box;
	text-align: center;
	background-color: #142355;
}
#main .example .headLine01 {
	margin-bottom: 128px;
}
#main .exampleUl {
	margin: -19px 5px 175px;
	display: flex;
	flex-wrap: wrap;
}
#main .exampleUl li {
	margin: 0 37px 15px 0;
	width: 130px;
	text-align: center;
}
#main .exampleUl li .photo {
	box-sizing: border-box;
	position: relative;
}
#main .exampleUl li .photo:after {
	border: 2px solid #182452;
	position: absolute;  
	top: 0;
	right: 0; 
	left: 0;
	bottom: 0; 
	content: ""; 
}
#main .exampleUl li:nth-child(5n) {
	margin-right: 0;
}
#main .exampleUl li p {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #182452;
	line-height: 1.25;
}
#main .exampleUl li .ttl {
	margin: -8px -10px 12px;
	font-weight: bold;
	min-height: 62px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#main .exampleUl li .ttl02 {
	margin: -6px -50px 10px;
}
#main .exampleUl li p .txtSpan {
	font-size: 1.3rem;
	display: block;
	letter-spacing: 0;
}

@media all and (min-width: 897px) {
	#main .accessories .headLine01,	
	#main .chip .headLine01 {
		margin-left: -5px;
	}
	#main .linkUlBox .linkUl a:hover .photo::after {
		opacity: 1;
	}
}


@media all and (max-width: 896px) {
	#main .mianVisual {
		margin-bottom: 50px;
		min-height: 350px;
		padding: 35px 0 10px;
		box-sizing: border-box;
		display: block;
		background-image: url(../img/product/main_img_sp.jpg);
	}
	#main .linkUlBox {
		display: none;
	}
	#main .mianVisual .content {
		display: block;
		box-sizing: border-box;
	}
	#main .mianVisual .photoBox {
		width: 53.06vw;
		text-align: center;
		margin: -2px auto;
	}
	#main .mianVisual h2 {
		margin: 0 0 0 15px;
		font-size: 2.5rem;
	}
	#main .mianVisual h2 .txtSpan {
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	#main .mianVisual h2 small {
		font-size: 2.5rem;
		margin-top: 10px;
	}
	#main .mianVisual h2 .smallTxt {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	#main .headLine01 {
		margin-bottom: 47px;
	}
	#main p {
		margin-bottom: 47px;
		line-height: 1.86;
	}
	#main .specificationTxt {
		min-height: 180px;
		font-weight: 400;
	}
	#ntw-we .specificationTxt {
		min-height: 155px;
	}
	#main .spBox {
		padding: 0 10px;
	}
	#main .spBox p {
		font-weight: 400;
	}
	#main .specification .inner {
		display: block;
		margin: 0;
	}
	#main .specification .inner .photoBox {
		width: auto;
		position: relative;
		margin-bottom: 52px;
		height: 60vw;
		box-sizing: border-box;
		background-color: #A3B2BC;
	}
	#main .specification .inner .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#main .specification .inner .textBox {
		width: auto;
	}
	#main .specification table th {
		line-height: 1.27;
		padding: 3px 5px 5px;
		width: 24%;
		border-color: #ADADAD;
	}
	#main .specification table td {
		padding: 3px 0 5px 13px;
		line-height: 1.64;
		border-color: #ADADAD;
	}
	#main .specification table .trStyle td, #main .specification table .trStyle th {
		padding-top: 20px;
		padding-bottom: 28px;
	}
	#main .comBor {
		border: none;
		margin-bottom: 73px;
		padding-bottom: 75px;
		position: relative;
	}
	#main .comBor:after {
		height: 1px;
		background-color: #D3D3D3;
		position: absolute;  
		bottom: 0;
		right: 15px;
		left: 15px;  
		content: ""; 
	}
	#main .comBor:last-child:after {
		display: none;
	}
	#main .chipUl {
		padding: 8px 2px 0;
		display: block;
	}
	#main .chipUl li {
		width: auto;
		margin: 0 0 61px;
	}
	#main .chipUl li:last-child {
		margin-bottom: 0;
	}
	#main .chipUl li .photo img {
		width: 100%;
	}
	#main .chipUl li .photo {
		margin-bottom: 52px;
		height: 60vw;
		background-color: #A3B2BC;
		position: relative;
	}
	#main .chipUl li .photo img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#main .chipUl li p {
		font-size: 1rem;
	}
	#main .chipUl li .ttl {
		margin-bottom: 2px;
		padding: 2px 10px 5px;
		font-size: 1.4rem;
		line-height: 1.93;
		border-color: #ADADAD;
	}
	#main .chipUl li .txt {
		padding-bottom: 5px;
		margin-bottom: 6px;
		font-size: 1.4rem;
		line-height: 1.68;
		border-color: #ADADAD;
	}
	#main .accessoriesUl {
		margin: -24px 0 40px;
		justify-content: space-between;
	}
	#main .accessoriesUl > li {
		margin: 31px 0 0;
		width: 46.5%;
	}
	#main .accessoriesUl > li .photo img {
		width: 100%;
	}
	#main .accessoriesUl > li .photo {
		margin-bottom: 9px;
	}
	#main .accessoriesUl > li p {
		margin: 0 -10px 0 0;
		line-height: 1.39;
	}
	#main .accessoriesUl > li p small {
		font-size: 1.2rem;
	}
	#main .accessoriesUl > li:nth-child(2n) p {
		margin-left: 4px;
	}
	#main .accessoriesUl .subUl li small {
		display: block;
		font-size: 0.9rem;
		margin: 0;
		text-indent: 0;
		line-height: 1.4;
		padding-left: 0;
		margin: 1px 0 6px;
	}
	#main .accessoriesUl .subUl li:last-child small {
		margin-bottom: 0;
	}
	#main .accessories h4 {
		font-size: 2rem;
		margin-bottom: 17px;
		letter-spacing: 0.1em;
	}
	#main .method .imgBox {
		margin-bottom: 71px;
		display: block;
		padding-top: 19px;
	}
	#main .method .imgBox .photoBox {
		width: auto;
		margin: 0 auto 52px;
		max-width: 50.13vw;
		padding-right: 15px;
	}
	#main .method .imgBox .textBox {
		margin: 0 10px;
	}
	#main .method .imgBox p {
		font-weight: 400;
		margin: 0 0 40px;
		font-size: 1.4rem;
		line-height: 1.857;
	}
	#main .method .imgBox .photo img {
		width: 73.5%;
	}
	#main .movieBox {
		max-width: inherit;
		margin: 0;
		padding-top: 53px;
	}
	#main .movieBox + .movieBox {
		padding-top: 60px;
	}
	#main .movieBox .ttl {
		font-size: 1.4rem;
		margin-bottom: 23px;
	}
	#main .movieBox .movie {
		width: auto;
		height: 47vw;
	}
	#main .movieBox .movie img {
		width: 100%;
		height: 100%;
	}
	#main .featuresUl {
		max-width: inherit;
		padding: 11px 7px 0;
		display: block;
	}
	#main .featuresUl li {
		width: auto;
		margin: 0 0 45px;
	}
	#main .featuresUl li:last-child {
		margin-bottom: 0;
	}
	#main .featuresUl li p {
		font-weight: 400;
		line-height: 1.86;
		margin: 0 2px;
	}
	#main .featuresUl li .ttl{
		margin: 0 0 19px;
		font-size: 1.65rem;
		min-height: 60px;
		padding-top: 15px;
		letter-spacing: 0.2em;
	}
	#main .featuresUl li .ttl02 {
		letter-spacing: 0.1em;
	}
	#main .example .headLine01 {
		margin-bottom: 55px;
	}
	#main .topTtl {
		margin: 0 7px 29px;
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
	#main .topTtl span {
		padding: 10px 5px 13px;
		display: block;
		min-width: inherit;
	}
	#main .exampleUl {
		margin: 0 15px 68px;
		justify-content: space-between;
	}
	#main .exampleUl li{
		width: 45.5%;
		margin: 0 0 9px;
	}
	#main .exampleUl li p {
		margin-bottom: 10px;
	}
	#main .exampleUl li img {
		width: 100%;
	}
	#main .exampleUl li .photo {
		padding-top: 2px;
	}
}


/*------------------------------------------------------------
	product/01_csw-nzf/index.html
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	#csw-nzf .specificationTxt {
		margin-bottom: 50px;
	}
	#csw-nzf .chipUl li .ttl {
		min-height: 87px;
		padding-bottom: 12px;
	}
}

@media all and (max-width: 896px) {
	#csw-nzf .chipUl li .ttl {
		min-height: 65px;
	}
	#csw-nzf .accessoriesUl .subUl li + li {
		margin-top: 3px;
	}
	#csw-nzf .specificationTxt {
		margin-bottom: 47px;
	}
}

/*------------------------------------------------------------
	product/02_ntw-we/index.html
------------------------------------------------------------*/
#main .chipUl li .ttl02 {
	font-size: 1.7rem;
	padding-bottom: 7px;
	line-height: 1.7;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .anomalyUl {
	margin: 0 13px 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .anomalyUl > li {
	margin-bottom: 70px;
	width: 340px;
}
#main .anomalyUl .topTtl {
	margin-bottom: 43px;
	letter-spacing: 0;
	line-height: 1.41;
}
#main .anomalyUl .topTtl span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	padding: 7px 5px;
	box-sizing: border-box;
}
#main .anomalyUl > li > p {
	margin-bottom: 13px;
	line-height: 1.78;
	margin-left: 8px;
}
#main .anomalyUl .exampleUl {
	margin: -20px -5px 0 8px;
}
#main .anomalyUl .exampleUl li {
	margin: 0 18px 37px;
}
#main .anomalyUl .photo02 {
	padding: 19px 0 14px;
	margin-bottom: 20px;
	text-align: center;
	min-height: 184px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
}
#main .anomalyUl .photo02 span {
	position: relative;
	display: inline-block;
}
#main .anomalyUl .photo02 span:after {
	border: 2px solid #182452;
	position: absolute;  
	top: 0;
	right: 0;  
	bottom: 0;
	left: 0;
	content: ""; 
}
#main .anomalyUl > .liStyle {
	width: auto;
}
#main .anomalyUl > .liStyle > .topTtl {
	font-size: 2.2rem;
	margin-bottom: 23px;
	letter-spacing: 0.1em;
}
#main .anomalyUl > .liStyle > .topTtl span {
	min-height: inherit;
	padding: 13px 24px 16px;
}
#main .anomalyUl > .liStyle > .txt {
	font-size: 2.1rem;
	letter-spacing: 0;
	text-align: left;
	margin-right: -20px;
}
#main .anomalyUl > .liStyle > .txt small {
	display: block;
	margin-top: 1px;
	font-size: 1.8rem;
}
#main .anomalyUl .exampleUl02 {
	margin: 0 -13px;
	padding-top: 39px;
}
#main .exampleUl02 li .ttl {
	margin-bottom: 10px;
	min-height: 50px;
	display: flex;
	align-items: flex-end;
	flex-direction: inherit;
	justify-content: center;
}
#main .anomalyUl .liStyle02 .topTtl {
	margin-bottom: 24px;
}
#main .anomalyUl > li > .txt02 {
	font-size: 1.8rem;
	margin: 0 -20px 7px 7px;
	text-align: left;
}
#main .anomalyUl > li > .txt02 + .exampleUl {
	padding-top: 41px;
}
@media all and (min-width: 897px) {
	#ntw-we .mianVisual .photoBox {
		margin: -30px 34px -40px 0;
	}
	#ntw-we .accessoriesUl {
		margin-bottom: 75px;
	}
	#ntw-we .method .imgBox .photoBox {
		padding-right: 60px;
		margin-bottom: 10px;
	}
	#ntw-we .exampleUl {
		margin-bottom: 90px;
	}
	#ntw-we .specificationTxt {
		min-height: 155px;
	}
	
}


@media all and (max-width: 896px) {
	#ntw-we .mianVisual .photoBox {
		width: 43.733vw;
		margin: -25px auto;
	}
	#ntw-we .text {
		margin-bottom: 45px;
	}
	#ntw-we .specification .inner .photoBox {
		padding: 0;
	}
	#main .chipUl li .ttl02 {
		font-size: 1.4rem;
		padding: 4px 0 8px;
		line-height: 1.93;
		font-feature-settings: normal;
		-moz-font-feature-settings: normal;
	}
	#ntw-we .accessoriesUl .subUl {
		margin-right: 0;
	}
	#main .accessoriesUl .subUl {
		margin: 0;
	}
	#main .accessoriesUl .subUl li {
		line-height: 1.39;
	}
	#ntw-we .accessoriesUl {
		margin-bottom: 48px;
	}
	#ntw-we .method .imgBox .photoBox {
		max-width: 51.0vw;
		padding-right: 7px;
		margin-bottom: 20px;
	}
	#ntw-we .method .imgBox p {
		margin-bottom: 80px;
	}
	#ntw-we .method .imgBox .photo img {
		width: 59.5%;
	}
	#ntw-we .exampleUl {
		margin-bottom: 50px;
	}
	#main .anomalyUl > li {
		margin-bottom: 30px;
		width: auto !important;
	}
	#main .anomalyUl {
		padding-bottom: 15px;
		margin: 0;
		display: block;
	}
	#main .anomalyUl .topTtl span {
		min-height: inherit;
		display: flex;
		font-size: 2rem;
		letter-spacing: 0.2em;
		padding: 15px 5px 17px;
	}
	#main .anomalyUl .topTtl {
		margin-bottom: 37px;
	}
	#main .anomalyUl > li > p {
		text-align: left;
		line-height: 1.86;
	}
	#main .anomalyUl .exampleUl {
		padding-bottom: 5px;
		margin: -25px 15px 0;
		justify-content: space-between;
	}
	#main .anomalyUl .exampleUl li {
		margin: 0 0 25px;
	}
	#main .anomalyUl .exampleUl02 li {
		margin-bottom: 35px;
	}
	#main .anomalyUl > li > .txt {
		margin-bottom: 22px;
	}
	#main .exampleUl li p .txtSpan {
		font-size: 1.3rem;
		transform-origin: center top;
	}
	#main .exampleUl li .ttl02 {
		transform: scaleX(0.75);
	}
	#main .anomalyUl .photo02 {
		display: block;
		margin: 0 5px;
		min-height: inherit;
		padding-bottom:30px;
	}
	#main .anomalyUl .photo02 span {
		display: block;
	}
	#main .anomalyUl .photo03 {
		width: 58%;
		margin: 0 auto;
	}
	#main .anomalyUl > .liStyle > .topTtl span {
		letter-spacing: 0.1em;
		padding: 15px 5px 16px;
	}
	#main .anomalyUl > .liStyle > .txt {
		margin-right: 0;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#main .anomalyUl > .liStyle > .txt small {
		display: inline-block;
		font-size: 1.4rem;
	}
	#main .anomalyUl > .liStyle > .topTtl {
		margin-bottom: 35px;
	}
	#main .anomalyUl .exampleUl02 {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: -10px;
	}
	#main .anomalyUl .liStyle02 .topTtl span {
		letter-spacing: 0.1em;
	}
	#main .anomalyUl .liStyle02 .topTtl {
		margin-bottom: 34px;
	}
	#main .anomalyUl > li > .txt02 {
		margin: 0 0 0 8px;
		font-size: 1.4rem;
		line-height: 1.86;
		font-weight: 400;
	}
	#main .anomalyUl > li > .txt02 + .exampleUl {
		padding-top: 30px;
	}
}

/*------------------------------------------------------------
	product/03_ntw-rd/index.html
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	#ntw-we.ntw-rd .mianVisual .photoBox {
		margin-right: 8px;
		margin-top: -11px;
	}
	#main .ntwUl {
		margin-bottom: 0;
	}
}

#main .mianVisual p {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 10px 0 0 35px;
	margin-bottom: -4px;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#main .mianVisual p {
		font-size: 1.2rem;
		padding: 11px 10px 0;
	}
	#ntw-we.ntw-rd .specificationTxt {
		min-height: 180px;
	}
	#ntw-we.ntw-rd .mianVisual .photoBox {
		margin: -65px 15px -20px auto;
	}
	#main .ntwUl {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	product/04_ys-spt/
------------------------------------------------------------*/
#main .chipUl li .ttl03 {
	font-size: 1.8rem;
	padding-top: 15px;
}
#main .featuresList {
	margin: 0 -2px 38px;
	padding-top: 4px;
}
#main .featuresList li {
	display: flex;
	line-height: 1.44;
}
#main .featuresList li .num {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-shrink: 0;
	margin: 4px 28px 0 0;
	padding: 0 0 2px 3px;
	box-sizing: border-box;
	background-color: #142355;
}
#main .featuresList li + li {
	margin-top: 25px;
}
#ntw-we.ys-spt .featuresUl li .txt {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #142355;
	margin: -20px 0 15px;
}
#ntw-we.ys-spt .featuresUl li .photo {
	min-height: 190px;
	padding: 0 20px 13px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ntw-we.ys-spt .featuresUl li .photo02 {
	padding: 0;
	margin-right: -28px;
}
@media all and (min-width: 897px) {
	#ntw-we.ys-spt .mianVisual .photoBox {
		margin-right: 24px;
	}
	#ntw-we.ys-spt .mianVisual .textBox {
		margin-bottom: -30px;
	}
	#ntw-we.ys-spt .specificationTxt {
		min-height: 178px;
	}
	#ntw-we.ys-spt .method .imgBox p {
		margin-right: -35px;
	}
	#ntw-we.ys-spt .method .imgBox .photoBox {
		padding-right: 0;
		margin-bottom: -30px;
	}
	#ntw-we.ys-spt .method .imgBox {
		margin-bottom: 160px;
	}
	#ntw-we.ys-spt .featuresUl {
		max-width: 800px;
		padding-right: 15px;
	}
	#main .anomalyUl + .topTtl {
		margin-top: -55px;
	}
}

@media all and (max-width: 896px) {
	#ntw-we.ys-spt .mianVisual .photoBox {
		width: 55.5vw;
		margin: -76px -17px 0 auto;
	}
	#main .chipUl li .ttl03 {
		font-size: 1.4rem;
		padding-top: 3px;
	}
	#ntw-we.ys-spt .method .imgBox .photo img {
		width: 84.5%;
	}
	#main .featuresList {
		margin: 0 0 62px;
		padding-top: 10px;
	}
	#main .featuresList li {
		line-height: 1.533;
		font-size: 1.5rem;
		letter-spacing: 0;
		text-align: justify;
	}
	#main .featuresList li .num {
		width: 31px;
		height: 31px;
		font-size: 2.1rem;
		margin: 6px 10px 0 0;
	}
	#main .featuresList li + li {
		margin-top: 23px;
	}
	#ntw-we.ys-spt .featuresUl li .txt {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin: 20px 0 15px;
	}
	#ntw-we.ys-spt .featuresUl li .photo {
		padding-bottom: 0;
	}
	#ntw-we.ys-spt .featuresUl li .photo02 {
		margin: 0;
		padding: 15px 0 0 8px;
	}
}

/*------------------------------------------------------------
	product/05_ntw-wf/
------------------------------------------------------------*/
#main .accessoriesUl .subUl02 {
	columns: 2;
}
@media all and (min-width: 897px) {
	#ntw-we.ntw-wf .specificationTxt {
		min-height: 264px;
	}
	#ntw-we.ntw-wf .accessoriesUl {
		margin-bottom: 80px;
	}
	#ntw-we.ntw-wf .accessoriesUl:last-child {
		margin-bottom: 0;
	}
	#ntw-we.ntw-wf .method .imgBox .photoBox {
		padding-right: 0;
		padding-left: 40px;
	}
	#ntw-we.ntw-wf .method .imgBox p {
		font-size: 2.7rem;
		margin-left: 40px;
	}
	#ntw-we.ntw-wf .method .imgBox .textBox {
		margin-bottom: 15px;
	}
}

@media all and (max-width: 896px) {
	#ntw-we.ntw-wf .mianVisual .photoBox {
		margin: -37px 44px -25px auto;
	}
	#ntw-we.ntw-wf .specificationTxt {
		margin-bottom: 46px;
	}
	#main .accessoriesUl .subUl02 {
		columns: auto;
	}
	#ntw-we.ntw-wf .method .imgBox .photoBox {
		max-width: 45.5vw;
		padding: 0 0 5px 40px;
	}
	#ntw-we.ntw-wf .method .imgBox p {
		text-align: center;
		margin-bottom: 65px;
	}
	#ntw-we.ntw-wf .method .imgBox .photo img {
		width: 60.5%;
	}
	#ntw-we.ntw-wf .featuresList {
		margin-bottom: 40px;
	}
	
}

/*------------------------------------------------------------
	product/06_lps-ys256/
------------------------------------------------------------*/
#ntw-we.ys256 .specification .inner {
	display: block;
}
#ntw-we.ys256 .specification .inner .textBox {
	width: auto;
	margin: 100px -60px 0 0;
}

#main .panelUl > li > .txt {
	text-align: center;
	margin: -12px 0 -3px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #142355;
}
#main .panelUl {
	justify-content: flex-start;
}
#main .panelUl .photo02 {
	min-height: inherit;
	display: block;
}
#main .panelUl > li {
	margin-right: 30px;
}
#main .panelUl .photo02 span::after {
	display: none;
}
@media all and (min-width: 897px) {
	#ntw-we.ys256 .mianVisual .photoBox {
		margin: -80px -1px -40px 0;		
	}
	#ntw-we.ys256 .specification table th {
		width: 15.8%;
	}
	#ntw-we.ys256 .method .imgBox .photoBox {
		padding: 0 0 0 30px;
	}
	#ntw-we.ys256 .method .imgBox p {
		font-size: 2.7rem;
		margin-left: 50px;
	}
	#ntw-we.ys256 .method .imgBox .textBox {
		margin-bottom: 10px;
	}
	#ntw-we.ys256 .method .imgBox {
		margin-bottom: 95px;
	}
	#ntw-we.ys256 .featuresList li .num {
		margin-top: -2px;
	}
	#ntw-we.ys256 .featuresList li + li {
		margin-top: 22px;
	}
	#ntw-we.ys256 .featuresList {
		margin-bottom: 145px;
	}
	#ntw-we.ys256 .topTtl {
		margin: 0 0 20px;
	}
	#main .linkUlBox .linkUl a:hover p {
		color: #142355;
	}
	#main .linkUlBox .linkUl .on a:hover p {
		color: #fff;
	}
}

@media all and (max-width: 896px) {
	#ntw-we.ys256 .specificationTxt {
		min-height: 183px;
	}
	#ntw-we.ys256 .mianVisual .photoBox {
		width: 58vw;
		margin: -10px auto;
	}
	#ntw-we.ys256 .specification .inner .textBox {
		margin: 40px 0 0;
	}
	#ntw-we.ys256 .specification table td {
		letter-spacing: -0.06em;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#ntw-we.ys256 .specification table th {
		padding: 6px 0;
	}
	#ntw-we.ys256 .specification table .thStyle {
		transform: scaleX(0.85);
		transform-origin: center center;
	}
	#ntw-we.ys256 .specification table .thStyle span {
		display: block;
		margin: 0 -10px;
	}
	#main .accessoriesUl > li .spTxt {
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	#ntw-we.ys256 .method .imgBox .photoBox {
		max-width: 34vw;
		padding: 0 0 0 10px;
		margin-bottom: 37px;
	}
	#ntw-we.ys256 .method .imgBox p {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.53;
		margin-bottom: 66px;
		font-weight: 400;
	}
	#ntw-we.ys256 .method .imgBox .photo img {
		width: 72%;
	}
	#ntw-we.ys256 .featuresList {
		margin-bottom: 75px;
	}
	#ntw-we.ys256 .topTtl {
		font-size: 1.65rem;
	}
	#ntw-we.ys256 .topTtl span {
		padding: 15px 5px 14px;
	}
	#main .panelUl > li > .txt {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	#main .panelUl {
		padding: 21px 0 34px; 
		margin: 0 18px 0 12px;
	}
	#main .panelUl > li {
		margin-right: 0;
	}
	#main .panelUl .photo02 {
		padding: 15px 0 10px;
	}
}

@media all and (max-width: 374px) {
	#main .accessoriesUl > li p {
		font-size: 1.2rem;
	}
	#main .accessoriesUl .subUl {
		font-size: 1.2rem;
	}
	#main .accessoriesUl .subUl li small {
		font-size: 0.8rem;
	}
	#main .specification table th,
	#main .specification table td {
		font-size: 1.3rem;
	}
	#main .exampleUl li .ttl {
		font-size: 1.9rem;
	}
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#ys-spt-rs .content {
	max-width: 1100px;
	padding: 0 80px 95px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #C5C5C5;
}
#ys-spt-rs .textImg {
	position: absolute;
	top: 10px;
	right: 60px;
}
#ys-spt-rs .sec01 {
	margin-bottom: 116px;
	padding-top: 118px;
}
#ys-spt-rs .sec01 h2 {
	margin-bottom: 33px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #0F2258;
	letter-spacing: 0.1em;
}
#ys-spt-rs .sec01 h3 {
	margin-bottom: 62px;
	font-size: 4.5rem;
}
#ys-spt-rs .sec01 h3 .txtSpan {
	display: block;
	font-size: 4.7rem;
	font-weight: 900;
	margin-top: 20px;
}
#ys-spt-rs .sec01 .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ys-spt-rs .sec01 .imgBox .photoBox {
	width: 480px;
	margin: 0 55px 0 -16px;
}
#ys-spt-rs .sec01 .imgBox .textBox {
	flex: 1;
	padding: 13px 30px 0 0;
}
#ys-spt-rs .sec01 .imgBox .textBox p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.056;
	text-align: justify;
}
#ys-spt-rs .sec02 {
	margin-bottom: 100px;
}
#ys-spt-rs .sec02 h2 {
	margin-bottom: 77px;
	font-size: 3rem;
	font-weight: 700;
	color: #0F2258;
	letter-spacing: 0.05em;
	text-align: center;
}
#ys-spt-rs .sec02 h2 .txtSpan {
	display: block;
	font-size: 4.2rem;
	letter-spacing: 0.025em;
	margin-top: 22px;
}
#ys-spt-rs .sec02 .text {
	max-width: 82rem;
	margin: 0 auto 117px;
}
#ys-spt-rs .sec02 .content {
	max-width: 1100px;
	padding: 0 23px 118px;
	box-sizing: border-box;
	border-bottom: 1px solid #C5C5C5;
}
#ys-spt-rs .sec02 h3 {
	font-size: 2.1rem;
	min-width: 235px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: 400;
	padding: 0.5rem 2rem 0.7rem;
	margin-bottom: 2.2rem;
	width: fit-content;
	background-color: #0F2258;
}
#ys-spt-rs .sec02 .list {
	margin: 0 -6px 37px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ys-spt-rs .sec02 .list li {
	margin-bottom: 20px;
	width: 400px;
	position: relative;
}
#ys-spt-rs .sec02 .list li .photo {
	position: relative;
}
#ys-spt-rs .sec02 .list li .photo:after {
	border: 1px solid #ACACAC;
	position: absolute;  
	top: 0;
	left: 0;
	right: 0;  
	bottom: 0;
	content: ""; 
}
#ys-spt-rs .sec02 .list li:first-child::after {
	width: 40px;  
	height: 47px;
	background: url(../img/product/ys-spt-rs/arrow.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: -80px;  
	content: ""; 
}
#ys-spt-rs .sec02 .list li:nth-child(2n) {
	width: 545px;
	margin-right: 0;
}
#ys-spt-rs .sec02 .list li .ttl {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0.3rem 1.4rem;
	letter-spacing: 0;
}
#ys-spt-rs .sec02 .list li .txt {
	font-weight: 400;
	text-align: right;
	font-size: 1.6rem;
	margin: 10px -10px 0 0;
}
#ys-spt-rs .sec02 .electrodeBox {
	max-width: 758px;
	margin-bottom: 115px;
}
#ys-spt-rs .sec02 .electrodeBox h3 {
	width: inherit;
}
#ys-spt-rs .sec02 .electrodeBox .bigPhoto {
	margin-top: 45px;
	position: relative;
}
#ys-spt-rs .sec02 .electrodeBox .bigPhoto:after {
	border: 1px solid #ACACAC;
	position: absolute;  
	top: 0;
	left: 0;
	right: 0;  
	bottom: 0;
	content: ""; 
}
#ys-spt-rs .sec02 .imgBox {
	padding-top: 8px;
}
#ys-spt-rs .sec02 .textBox {
	position: relative;
	padding-top: 5px;
}
#ys-spt-rs .sec02 .textBox h4 {
	font-size: 3.1rem;
	font-weight: 500;
	color: #0F2258;
	letter-spacing: 0.075em;
	line-height: 1.452;
	margin-bottom: 45px;
}
#ys-spt-rs .sec02 .textBox p {
	font-size: 2.2rem;
	margin-bottom: 48px;
	font-weight: 500;
	line-height: 1.55;
}
#ys-spt-rs .sec02 .textBox p:last-child {
	margin-bottom: 0;
}
#ys-spt-rs .sec02 .imgBox .photo {
	float: right;
}
#ys-spt-rs .btmTxt {
	margin-bottom: 0;
	text-align: center;
	font-size: 3.1rem;
	color: #0F2258;
	letter-spacing: 0.05em;
	line-height: 1.68;
	font-weight: 500;
}

@media all and (min-width: 897px) {
	#ys-spt-rs .sec02 .h3Ttl {
		min-width: 40rem;
	}
}

@media all and (max-width: 896px) {
	#ys-spt-rs .sec01 {
		padding: 35px 15px;
		margin-bottom: 35px;
	}
	#ys-spt-rs .content {
		padding: 0 25px 87px;
		border-color: #D3D3D3;
	}
	#ys-spt-rs .sec01 h2 {
		margin-bottom: 6px;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}
	#ys-spt-rs .sec01 .imgBox {
		display: block;
	}
	#ys-spt-rs .sec01 .imgBox .spBox {
		padding: 0;
		margin: 0 auto;
		width: fit-content;
	}
	#ys-spt-rs .textImg {
		position: static;
		width: 55%;
		margin: -75px 0 0 -15px;
	}
	#ys-spt-rs .sec01 h3 {
		margin-bottom: 15px;
		font-size: 2.5rem;
		letter-spacing: 0.05em;
		line-height: 1.53;
	}
	#ys-spt-rs .sec01 h3 .txtSpan {
		font-size: 2.5rem;
		margin-top: 10px;
		letter-spacing: 0;
	}
	#ys-spt-rs .sec01 .imgBox .photoBox {
		width: auto;
		margin: 0 -10px 0 auto;
		padding-left: 67px;
		position: relative;
		z-index: 1;
	}
	#ys-spt-rs .sec01 .imgBox .textBox {
		padding: 26px 0 0;
	}
	#ys-spt-rs .sec01 .imgBox .textBox p {
		font-size: 1.4rem;
		line-height: 1.86;
	}
	#ys-spt-rs .sec01 .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#ys-spt-rs .sec02 h2 {
		margin-bottom: 36px;
		font-size: 1.75rem;
		letter-spacing: 0.05em;
		line-height: 1.714;
	}
	#ys-spt-rs .sec02 h2 .txtSpan {
		font-size: 2.6rem;
		line-height: 1.5;
		margin: 12px -20px 0;
		letter-spacing: 0.05em;
	}
	#ys-spt-rs .sec02 {
		margin-bottom: 70px;
		padding: 0 15px;
	}
	#ys-spt-rs .sec02 .content {
		padding: 0 25px 87px;
		border-color: #D3D3D3;
	}
	#ys-spt-rs .sec02 .text {
		max-width: inherit;
		margin: 0 0 90px;
	}
	#ys-spt-rs .sec02 h3 {
		line-height: 1.38;
		margin: 0 -3px 25px;
		min-width: inherit;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		width: auto;
		padding: 1.95rem 1rem;
		font-weight: 700;
	}
	#ys-spt-rs .sec02 .h3Ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	#ys-spt-rs .sec02 .list {
		margin: 0 1px 97px;
		display: block;
	}
	#ys-spt-rs .sec02 .list li {
		margin-bottom: 97px;
		position: relative;
		width: auto !important;
	}
	#ys-spt-rs .sec02 .list li:last-child {
		margin-bottom: 0 !important;
	}
	#ys-spt-rs .sec02 .list li .ttl {
		font-size: 1.45rem;
		letter-spacing: 0;
		margin-bottom: 7px;
	}
	#ys-spt-rs .sec02 .list li img {
		width: 100%;
	}
	#ys-spt-rs .sec02 .list li:first-child::after {
		width: 4.9rem;
		height: 4.25rem;
		top: auto;
		right: auto;
		bottom: -7.0rem;
		left: 50%;
		transform: translateX(-50%);
		background-image: url(../img/product/ys-spt-rs/arrow_sp.png);
		background-size: 100% auto;
	}
	#ys-spt-rs .sec02 .list li .txt {
		text-align: center;
		font-size: 1.35rem;
		margin: 12px -30px 0 -25px;
	}
	#ys-spt-rs .sec02 .electrodeBox .bigPhoto img {
		width: 100%;
	}
	#ys-spt-rs .sec02 .electrodeBox {
		max-width: inherit;
		margin-bottom: 90px;
	}
	#ys-spt-rs .sec02 .imgBox .photo {
		float: none;
		margin-bottom: 35px;
	}
	#ys-spt-rs .sec02 .textBox h4 {
		font-size: 2.1rem;
		line-height: 1.47;
		margin-bottom: 27px;
		letter-spacing: 0;
	}
	#ys-spt-rs .sec02 .imgBox {
		padding-top: 0;
	}
	#ys-spt-rs .sec02 .textBox {
		padding-top: 0;
	}
	#ys-spt-rs .sec02 .imgBox .photo img {
		width: 100%;
	}
	#ys-spt-rs .sec02 .textBox p {
		margin-bottom: 26px;
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.86;
	}
	#ys-spt-rs .btmTxt {
		font-size: 2.1rem;
		line-height: 1.714;
		margin: 0 20px;
		letter-spacing: 0;
	}








}

#main .bannerBox {
	margin: 14rem -1rem -3.5rem 0.8rem;
}
#main .bannerBox .banner {
	margin-bottom: 3.5rem;
}
#main .bannerBox .banner a {
	display: block;
	background: url(../img/common/banner02_over.png) no-repeat;
	background-size: 80rem auto;
}
#main .bannerBox .banner a img {
	transition: all ease 0.3s;
}
#main .bannerBox p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.78;
	text-align: center;
}

@media all and (min-width: 897px) {
	.bannerBox .banner > a:hover img {
		opacity: 0;
	}
}

@media all and (max-width: 896px) {
	#main .bannerBox {
		margin: 9rem 0rem 1.5rem 0rem;
	}
	#main .bannerBox p {
		margin: 0 0.3rem;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.86;
	}
	#main .bannerBox .banner {
		margin-bottom: 2.8rem;
	}
	#main .bannerBox .banner img {
		width: 100%;
	}
	#main .bannerBox .banner a {
		background: none;
	}
}

@media all and (max-width: 374px) {
	#ys-spt-rs .btmTxt {
		font-size: 1.8rem;
	}
}