@charset "utf-8";
:root {
	--bk: #333;
	--wh: #fff;
	--lred: #d50214;
	--red: #B1000E;
	--dgray:#757374;
	--gray: #F2F2F2;
	--gray2: #e5e5e5;
	--lgray: #F3F3F3;
	--blue: #2E75B6;
	--service-blue01: #2F74B6;
	--service-blue02: #EAF1F8;
	--service-green-hover: #00bb00;
	--service-green01: #009900;
	--service-green02: #E5F5E5;
	--service-purple01: #7030A0;
	--service-purple02: #F2EDF4;
	--service-orange01: #F06128;
	--service-orange02: #FCF3EE;
	--maxwidth: 965px;
	--shadow: 0 3px 6px rgba(0,0,0,.3);
}
#FloatingContacts {
	background-color: rgba(144, 144, 144, 0.7);
}
#FloatingContacts ul a:link,
#FloatingContacts ul a:visited {
	color: var(--wh);
}
#FloatingContacts button {
	max-width: 300px;
}
#Contents {
    padding-bottom: 0;
}
#Contents * {
	box-sizing: border-box;
}
.Flex {
	display: flex;
	align-items: stretch;
	gap: 1em;
	flex-wrap: wrap;
}
p.Flex {
	gap: .5em;
	align-items: center;
	line-height: 1.6;
}
.Flex li {
	width: calc((100% / 4) - .75em);
}
.Service .Service .Flex {
	margin: 4em auto;
}
.Service .Service p.Flex {
	margin: .25em auto .5em;
	gap: .5em;
	justify-content: center;
}
.Service .Service p.Flex span {
	border: 1px solid var(--dgray);
	border-radius: 8px;
	padding: .2em 1em;
	background: var(--wh);
	line-height: 1;
	font-size: .8em;
}
.Service .Service .Flex li {
	padding: 2em 2em 1em;
	box-shadow: var(--shadow);
	border: 1px solid var(--wh);
	position: relative;
}
.Service .Service .Flex li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 4px;
	height: 1.5em;
	background: #000;
}
.Service .Service .Flex li ul li::before {
	content: none;
}
.Service .Service .Flex li:nth-of-type(1) {
	background: var(--service-blue02);
}
.Service .Service .Flex li:nth-of-type(1)::before {
	background: var(--service-blue01);
}
.Service .Service .Flex li:nth-of-type(2) {
	background: var(--service-green02);
}
.Service .Service .Flex li:nth-of-type(2)::before {
	background: var(--service-green01);
}
.Service .Service .Flex li:nth-of-type(3) {
	background: var(--service-purple02);
}
.Service .Service .Flex li:nth-of-type(3)::before {
	background: var(--service-purple01);
}
.Service .Service .Flex li:nth-of-type(4) {
	background: var(--service-orange02);
}
.Service .Service .Flex li:nth-of-type(4)::before {
	background: var(--service-orange01);
}
/*
.Service .Service .Flex li:nth-of-type(1) h3 {
	color: var(--service-blue01);
	border-bottom: 1px solid var(--service-blue01);
}
.Service .Service .Flex li:nth-of-type(2) h3 {
	color: var(--service-green01);
	border-bottom: 1px solid var(--service-green01);
}
.Service .Service .Flex li:nth-of-type(3) h3 {
	color: var(--service-purple01);
	border-bottom: 1px solid var(--service-purple01);
}
.Service .Service .Flex li:nth-of-type(4) h3 {
	color: var(--service-orange01);
	border-bottom: 1px solid var(--service-orange01);
}
*/
.Service .Service .Flex li h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1.25em;
	background: transparent;
	border: none;
	text-align: center;
}
.Service .Service .Flex li h3 a:link {
	background: none;
	padding: 0;
}
.Service .Service .Flex ul.Link {
	display: revert;
}
.Service .Service .Flex ul.Link li {
	background: revert;
	border: none;
	width: revert;
	box-shadow: none;
	padding: 0;
}
.Service .Service .Flex ul.Link li a:link,
.Service .Service .Flex ul.Link li a:visited {
	color: var(--bk);
}
.Top h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.Top h2::after {
	content: "";
	width: 3em;
	height: 3px;
	display: block;
	margin: 1em auto;
	background: var(--red);
}
/*
.Top .Task h2 {
    font-size: 1.5em;
    color: var(--dgray);
    display: block;
    width: fit-content;
    margin: 0 auto;
	line-height: 1;
}
.Top .Task h2::after {
	content: "";
	width: 100%;
	height: 2px;
	display: inline-block;
	margin: auto;
	background: var(--dgray);
}
*/
.Top .Task h3 {
	color: var(--bk);
	font-size: 2em;
}
.Top div.Section.Top .Service {
	background: url(/-/media/ind/cydeen/image/top/bg_service.svg) no-repeat bottom center / auto 100%;
}
.Top .PageTitleStyle3 {
	display: flex;
	background: url(/-/media/ind/cydeen/image/top/bg_branding.jpg) no-repeat center / 100% auto;
}
.Top .PageTitleStyle3 .Inner {
	min-height: 500px;
	max-width: var(--maxwidth);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: .75em;
}
.Top .PageTitleStyle3 h1 {
    display: inline-flex;
    width: auto;
    margin: 0 0 .5em;
    padding: .15em .25em 0;
    align-items: baseline;
	color: var(--black);
	background: var(--wh);
}
.Top .PageTitleStyle3 .Lead {
	display: inline-block;
	margin: 0;
}
.Top .PageTitleStyle3 .Lead span {
	background: var(--wh);
	padding: .25em .5em;
	margin: .15em 0;
	display: inline-flex;
}
.ButtonLink a:link,
.ButtonLink a:visited,
.Contact .Button a:link,
.Contact .Button a:visited,
.ContactWS .Button a:link,
.ContactWS .Button a:visited {
	width: 300px;
	padding: .75em 2em;
	margin: 1.5em auto;
	color: var(--wh);
	background: var(--red);
	display: flex;
	font-size: 1.15em;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	gap: .5em;
	text-decoration: none;
	transition: .08s ease-in;
}
.ButtonLink a::after,
.Contact .Button a::after,
.ContactWS .Button a::after {
	content: "";
	width: 6px;
	height: 12px;
	display: block;
	background: url(/-/media/ind/cydeen/image/icon_arrow_wh.svg) no-repeat center / 6px 12px;
}
.ButtonLink a:hover,
.ButtonLink a:active,
.Contact .Button a:hover,
.Contact .Button a:active,
.ContactWS .Button a:hover,
.ContactWS .Button a:active {
	text-decoration: none;
}
.Contact .Button a:hover,
.Contact .Button a:active,
.ContactWS .Button a:hover,
.ContactWS .Button a:active {
	background: var(--lred);
}
.ButtonLink a:link,
.ButtonLink a:visited {
	width: 400px;
	background: var(--wh);
	border: 2px solid var(--red);
	color: var(--red);
}

.Service #secBid .ButtonLink a:link,
.Service #secBid .ButtonLink a:visited {
	width: 359px;
	background: var(--service-green01);
	color: var(--wh);
	border: none;
	transition: .08s ease-in;
}
.Service #secBid .ButtonLink a:hover,
.Service #secBid .ButtonLink a:active {
	width: 359px;
	background: var(--service-green-hover);
}


.Gy .Contact,
.Gy .ContactWS {
	background: var(--gray);
	padding: 2em;
}
.Contact h3 {
	border: none;
	background: transparent;
	text-align: center;
	font-size: 1.8em;
	color: var(--bk);
}
.Contact .TextStyle1 {
	font-size: 1.125em;
	text-align: center;
}
.Case li .ButtonLink {
	margin: auto 1em 1em;
}
.Case li .ButtonLink a:link,
.Case li .ButtonLink a:visited {
	width: auto;
	background: var(--blue);
	border: none;
	color: var(--wh);
	margin: 0;
}
.Contact .Button,
.ButtonLink {
	margin: 2em auto;
	display: block;
}
.Grid3 .Contact .Button {
	margin: 0 auto;
}
.Grid3 .Contact .Button a {
	margin: 0 auto 1.5em;
}
.Top .Info {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.Top .Info li {
	display: flex;
	align-items: center;
	gap: 1em;
	font-size: .9em;
}
.Top .Info li::before {
	content: "お知らせ";
	background: #E5E5E5;
	display: flex;
	justify-self: center;
	font-size: .8em;
	padding: .25em 1em;
	line-height: 1.2;
	min-width: fit-content;
}
.Top .Info li.Seminar::before {
	content: "セミナー";
}
.Task .Flex.Plate  li {
	/*width: calc((100% / 3) - .8em);*/
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--gray);
	padding: 1.5em;
}
.Task .Flex.Plate  li h4::before {
	content: none;
	justify-content: stretch;
}
.Task .Flex.Plate  li h4 {
	padding: 0;
	margin: 0 0 1em;
	color: var(--bk);
	font-size: 1.2em;
	text-align: center;
}
.Task .Flex.Plate li p {
	font-size: 1em;
}
.Task .Flex.Plate li div {
	display: contents;
}
.Task .Flex.Plate  li .ImgOnlyStyle,
.Task .Flex.Plate  li img {
	margin: 0;
}
.Task span.Arrow {
	display: block;
	margin: 2em auto;
	width: 180px;
	height: 99px;
	background: url(/-/media/ind/cydeen/image/top/img_task_under_arrow.svg) center / 180px 99px;
}
.Task .Flex.Plate.Solution li h4 {
	color: var(--service-blue01);
}
.Task .Flex.Plate.Solution li {
	background: var(--service-blue02);
	justify-content: flex-start;
}
.Task .Flex.Plate.Solution li .Tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.Task .Flex.Plate.Solution li .Tags li {
    display: revert;
    border: 1px solid var(--dgray);
    border-radius: 8px;
    background: var(--wh);
    flex: inherit;
    width: auto;
    padding: .25em .5em;
	font-size: .75em;
}
li .Tags li a:link,
li .Tags li a:visited {
	color: var(--bk);
}
.Strength,
.About,
.Top .Service {
	background: var(--lgray);
}
.About h3 {
	color: var(--bk);
}
.About .TextStyle1 {
	font-size: 1.15em;
}
.Case .Plate {
	margin: 1em auto;
}
.Case .Plate li {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	box-shadow: var(--shadow);
	flex: 1 0 auto;
}
.Case .Plate li h4::before {
	content: none;
}
.Case .Plate li h4 {
	padding: 0;
	margin: 0 0 1em;
	color: var(--bk);
	font-size: 1.2em;
}
.Case .Plate li div {
	padding: 1em;
}
.Case .Plate li img {
	width: 100%;
}
.Case .Plate li .TextStyle1 {
	font-size: 1em;
}
.Case .Plate li dl {
	display: flex;
	align-items: flex-start;
	gap: .5em;
	margin: 0 0 .5em;
}
.Case .Plate li dd {
	font-size: .9em;
}
.Case .Plate li dt {
	background: var(--gray2);
	font-size: .8em;
	color: var(--dgray);
	padding: .15em .5em;
	flex: 0 0 auto;
}
.Strength .Lead {
	text-align: center;
	font-size: 1.25em;
}
.Strength dl {
	padding: 1.5em;
	border: 4px solid var(--wh);
	border-radius: 20px;
	display: flex;
	gap: 1em;
	margin: 1em auto;
}
.Strength dt {
	font-size: 3em;
	color: var(--dgray);
	flex: 1 0 auto;
	line-height: 1.2;
}
.Strength dd {
	display: flex;
	gap: 1em;
}
.Section.Strength .Inner dd h3 {
	text-align: left;
	padding: 0;
	margin: .5em 0;
	font-size: 1.4em;
	color: var(--bk);
}
.Section.Strength .Inner dd .TextStyle1 {
	font-size: 1.125em;
}
.Strength dd img,
.Strength dd .ImgOnlyStyle {
	margin: 0;
}
/*Service*/
.Grid3.Service .TextStyle1.Icon {
    text-align: center;
    font-weight: bold;
    color: #fff;
    max-width: 14em;
    background: var(--service-blue01);
    border-radius: 20px;
    padding: .5em;
    margin: 0 0 1em auto;
}
.CydeenBoxPrivate4 .TitleWrap {
    background-image: url(/-/media/ind/cydeen/renew/image/icon/private_01a.png);
}
.CydeenBoxPrivate5 .TitleWrap {
    background-image: url(/-/media/ind/cydeen/renew/image/icon/private_05.png);
}
.CydeenBoxPrivate6 .TitleWrap {
    background-image: url(/-/media/ind/cydeen/renew/image/icon/wldmsensor_icon_02.png);
}
.CydeenBoxPrivate7 .TitleWrap {
    background-image: url(/-/media/ind/cydeen/renew/image/icon/icon_image.svg);
}
.Grid3 [class*="CydeenPageTitleStyle"] .Inner {
    width: 100%;
    background: #E1EDF7;
    margin: 0 0 0 -100%;
}
.Grid3 [class*="CydeenPageTitleStyle"] .PageTitleInner {
	padding: 0;
	width: 720px;
}
.Grid3 [class*="CydeenPageTitleStyle"] {
    margin-left: -500%;
    margin-right: 0;
}
.Grid3 [class*="CydeenPageTitleStyle"] h1 {
	width: max-content;
	padding: 3.1% 0% 3.1% 0;
    margin: 0 -200px 0 100%;
	display: flex;
	align-items: center;
	line-height: 1.8;
	gap: .5em;
}
.Grid3 [class*="CydeenPageTitleStyle"] h1 span {
	border: 1px solid var(--dgray);
	color: var(--dgray);
	font-size: .5em;
	padding: 0 1em;
	border-radius: 9px;
	font-weight: normal;
	background: var(--wh);
}
.Grid3 [class*="CydeenPageTitleStyle"] h1::after {
	width: 30%;
	left: 170%;
}
.Grid3 [class*="CydeenPageTitleStyle"] h1::before {
	content: "";
    position: absolute;
    width: 218px;
    transform: skewX(0deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    top: -30%;
    right: 0;
    bottom: -29%;
    left: 170%;
    background-color: #BDD7EE;
}
.CydeenPageTitleStyle2 h1 {
	padding: 3% 0;
}
.CydeenPageTitleStyle2 h1:after {
    top: -28%;
    bottom: -28%;
}
.Service .Map {
	margin: -116px 0 116px;
	z-index: 0;
}
.Service h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 2em;
}
.Service h2::after {
	content: "";
	width: 3em;
	height: 3px;
	display: block;
	margin: 1em auto;
	background: var(--red);
}
.Grid3.Service .CydeenInnerLinks a {
	min-width: 248px;
}
.Grid3.Service h2.CydeenStyle,
.Grid3.Service h2.CydeenStyle2 {
	font-size: 1.1em;
	margin: 0 0 30px 40px;
	text-align: left;
}
.Grid3.Service h2.CydeenStyle {
	text-align: center;
}
.Grid3.Service .CydeenPoint h2 {
	font-size: 1em;
	text-align: left;
}
.Grid3.Service .CydeenPoint h2::after,
.Grid3.Service h2.CydeenStyle::after,
.Grid3.Service h2.CydeenStyle2::after {
	content: none;
}
.Service .Section.Read h2 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 1em;
}
.Service .Section.Read h2::after {
	content: none;
}
.Grid3.Service h3:not(.CydeenStyleArrow) {
	background: transparent;
	border: none;
	text-align: center;
	color: var(--bk);
	font-size: 1.5em;
}
.Grid3.Service dl.CydeenPoint h3 {
	font-size: .9em;
	text-align: left;
}
.Service h2.CydeenStylePlane {
	font-size: 1.2em;
	margin: 0 0 1em;
}
.Service h2.CydeenStylePlane::after {
	content: none;
}
.Service .TextStyle1 {
	/*font-size: 1.125em;*/
	font-size: 1em;
	z-index: 1;
	position: relative;
}
.Grid3.Service .TextStyle1 {
	font-size: .9em;
	z-index: 1;
	position: relative;
}
.Grid3.Service .TextStyle2 {
	font-size: .8em;
}
.Service .TitleWrap span {
	border: 1px solid var(--dgray);
	color: var(--dgray);
	font-size: .8em;
	border-radius: 9px;
	padding: 0 1em;
}
.Service .Column1_3.Filter {
	mix-blend-mode: luminosity;
	opacity: .5;
}
.Service .Column1_3.Filter .Inner {
	position: relative;
}
.Service .Column1_3.Filter .Inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.Service .Column1_3 a:link,
.Service .Column1_3 a:visited {
	color: var(--bk);
}
.Service .Column1_3 .Inner {
	padding: 1em;
}
.Service .Column1_3 .TextStyle2 {
    margin: 1em 0 0;
}
.Service .Flex.Panel {
	margin: 1em auto;
	gap: 0;
	align-items: stretch;
}
.Service .Flex.Panel li {
	border: 1px solid var(--blue);
	padding: 1em;
	flex: 0 1 50%;
	display: flex;
	gap: 1em;
	align-items: center;
}
.Service .Flex.Panel li .CydeenInnerLinks li {
	border: none;
	padding: 0;
}
.Service .Flex.Panel li .CydeenInnerLinks li a {
	min-width: 190px;
	font-size: 1.1em;
}
.Service .Flex.Panel li h3 {
	border: none;
	background: transparent;
	padding: 0;
}
.Service .Column1andHalf .img img {
	width: 353px;
	height: 208px;
	object-fit: cover;
}
.BoxPatternA.CydeenStyle {
	padding-top: 0;
}
.Related .BoxPatternA,
.Related .BoxPatternA .Inner {
	border: none;
}
.Related .BoxPatternA h2 {
	background: var(--blue);
	color: var(--wh);
	border: none;
}
.BoxPatternA.CydeenStyle h2::after,
.Related .BoxPatternA h2::after {
	content: none;
}
.Related .BoxPatternA .Inner {
	background: var(--service-blue02);
	padding: 1em;
}
.CaseBoxPattern {
	border: 1px solid var(--dgray);
	padding: 1em;
	display: flex;
	gap: 1em;
}
.CaseBoxPattern div {
	flex: 1;
}
.CaseBoxPattern div .ButtonLink {
	margin: auto;
}
.CaseBoxPattern div .ButtonLink a:link,
.CaseBoxPattern div .ButtonLink a:visited {
	width: 198px;
	margin: 0 0 0 auto;
	font-size: 1em;
	padding: .75em 1em;
	color: var(--wh);
	border: none;
	background: var(--blue);
}
.CaseBoxPattern div h4::before {
	content: none;
}
.CaseBoxPattern div h4 {

}
.Grid3.Service .LineUp {
	background: var(--service-blue02);
	margin: 2em auto;
	padding: 1em;
}
.Grid3.Service .LineUp .Flex li {
	background: var(--wh);
	flex: 1;
	padding: 1em;
}
.Grid3.Service .LineUp .Flex .CydeenInnerLinks li {
	padding: .5em 0;
	width: auto;
}
.Grid3.Service .LineUp .Flex li h4::before {
	content: none;
}
.Grid3.Service .LineUp .Flex li h4 {
	text-align: center;
}
.Grid3.Service .LineUp .Flex li .CydeenInnerLinks {
	display: flex;
	flex-direction: column;
}
.Grid3.Service h3.CydeenStyle {
	background: var(--blue);
	border-radius: 20px;
	padding: .25em 0;
}
.Grid3.Service h3.CydeenStyle span {
	color: var(--wh);
	line-height: normal;
	display: flex;
	gap: 1em;
	align-items: center;
	justify-content: center;
}
.Grid3.Service h3.CydeenStyle span::before,
.Grid3.Service h3.CydeenStyle span::after {
	content: "";
	display: block;
	background: url(/-/media/ind/cydeen/image/item/water_sensor/icon_drop.svg) no-repeat center / 16px 25px;
	width: 16px;
	height: 25px;
}
.Grid3.Service.Type2 dl[class*="CydeenPoint"] > dt {
	background-color: var(--service-blue02);
	color: var(--blue);
}
.Grid3.Service.Type2 [class*="CydeenPoint"] > dt:after {
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, var(--service-blue02) 50.5%) no-repeat top left / 100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--service-blue02) 50.5%) no-repeat bottom right / 100% 50.5%;
}
.Grid3.Service.Type2 [class*="CydeenPoint"] > dd {
	background: var(--lgray);
}
.LeadStyle.catPrivate5 {
    background-image: url(/-/media/ind/cydeen/renew/image/icon/private_05.png);
}
.LeadStyle.catPrivate6 {
    background-image: url(/-/media/ind/cydeen/renew/image/icon/icon_image.svg);
}
@media screen and (max-width: 994px) {
	.JS .Top .PageTitleStyle3 .Inner .Lead {
		width: auto;
	}
	.JS .Top .PageTitleStyle3 {
		background-size: auto 100%;
	}
	.JS #Contents .Top .PageTitleStyle3 .Inner img {
		max-width: fit-content;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] .Inner {
		width: 100%;
		background: #E1EDF7;
		margin: 0;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] .PageTitleInner {
		width: auto;
		margin: 0;
        padding: 0;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] {
		margin: 0 0 0 -15px;
		padding: 3.3% 0;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1 {
		width: max-content;
		padding: 3.1% 0% 3.1% 15px;
		margin: 0;
		display: flex;
		align-items: center;
		line-height: 1.8;
		gap: .5em;
		z-index: 0;
        position: relative;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1 span {
		border: 1px solid var(--dgray);
		color: var(--dgray);
		font-size: .5em;
		padding: 0 1em;
		border-radius: 9px;
		font-weight: normal;
		background: var(--wh);
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::after {
		/*left: 70%;*/
		left: 100%;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::before {
		/*left: 70%;*/
		left: 100%;
		z-index: -1;
	}
}
@media screen and (max-width: 767px){
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::after {
		left: 125%;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::before {
		left: 125%;
	}
	.JS .Top .PageTitleStyle3 .Lead span {
		text-align: left;
		margin: 0;
	}
    .JS .Grid3 [class*="CydeenPageTitleStyle"] {
        margin: 0 -15px 0 -15px;
	}
	.JS .Grid3.Service .LineUp .Flex {
		flex-direction: column;
	}
	.JS .Grid3.Service .LineUp .Flex li {
		width: 100%;
	}
	.JS .CaseBoxPattern {
		flex-direction: column;
	}
	.JS .CaseBoxPattern .ImgOnlyStyle {
		margin: auto;
	}
	.JS .Service .Service .Flex li {
		width: 100%;
	}
	.JS .Service .Flex.Panel {
		flex-direction: column;
	}
	.JS .Service .Flex.Panel li {
		width: 100%;
	}
	.JS .Service .Flex.Panel li .ImgOnlyStyle {
		flex: 0 0 auto;
	}
}
@media screen and (max-width: 579px){
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::after {
		left: 110%;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::before {
		left: 110%;
	}
	.JS br.PC {
		display: none;
	}
	.JS .Top .PageTitleStyle3 h1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
		padding: .15em .25em .25em;
		margin: .25em auto;
	}
	.JS .Top .Info li {
		flex-direction: column;
		align-items: self-start;
	}
	.JS .Task .Flex.Plate li,
	.JS .Case .Plate li {
		width: 100%;
	}
	.JS .Task .Flex.Plate li p.ImgOnlyStyle {
		text-align: center;
	}
	.JS .Contact .TextStyle1,
	.JS .Strength .Lead {
		text-align: left;
	}
	.JS .Strength dd {
		flex-direction: column;
	}
	.JS .ButtonLink a:link,
	.JS .Contact .Button a:link,
	.JS .ContactWS .Button a:link {
		width: auto;
		padding: .75em 1.3em;
	}
}