@charset "utf-8";

/* **************************************************
   cydeen_wide.css
   Merged from:
     cydeen.css
     wide.css
***************************************************** */

/* ===== Variables ===== */
:root {
		--wide: 1275px;
		--3grid: 950px;
	/*Primary*/
	--Red1:#fa000f;
	--Red2:#cc0000;
	--White:#ffffff;
	--Gray1:#f4f4f4;
	--Gray2:#d9d9d9;
	--Gray3:#b3b3b3;
	--Gray4:#737373;
	--Gray5:#4d4d4d;
	--Gray6:#222222;
	--Black:#0c0c0c;
	/*Secondary*/
	--Orange1: #fdc796;
	--Orange2: #fa6900;
	--Orange3: #c85400;
	--Yellow1: #fdec96;
	--Yellow2: #fad200;
	--Yellow3: #967e00;
	--Pink1: #fd96d4;
	--Pink2: #fa00a5;
	--Pink3: #96005a;
	--Purple1: #d096fd;
	--Purple2: #9b00fa;
	--Purple3: #540096;
	--Blue1: #96c5fd;
	--Blue2: #0064fa;
	--Blue3: #004596;
	--Teal1: #96f0fd;
	--Teal2: #00dcfa;
	--Teal3: #008496;
	--Green1: #96fdcc;
	--Green2: #00fa82;
	--Green3: #00964e;
	--Red1_20_Tint: #ffcbce;
	--Red1_40_Tint: #ff979d;
	--Red1_60_Tint: #ff636c;
	--Red1_20_Dark: #bb000b;
	--Red1_40_Dark: #7d0008;
	/*Custom Color*/
	--bk: #333;
	--wh: #fff;
	--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: 1275px;
	--shadow: 0 3px 6px rgba(0,0,0,.3);
}

/* ===== Scrollbar (wide.css) ===== */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0,0,0,.4);
}
html {
	  scroll-behavior: smooth;
}
/* ===== Layout base ===== */

div.Section {
	width: 100%;
}

div.Section:before {
	content: "";
	display: block;
	clear: both;
	float: none;
}

/* wide.css */
.Section>.Inner {
	width: var(--wide);
	margin: auto;
	padding: 4em 0;
	word-break: break-word;
}

.Section h2 {
	text-align: center;
	font-size: 2em;
	padding: .5em 0;
}
.Case .Section h2 {
	text-align: left;
	font-size: 1em;
}
.Section .Inner h3 {
	background: transparent;
	border: none;
	font-size: 1.8em;
	text-align: center;
}

.Section .Inner h3:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}

/* ===== PageTitleStyle3 — general (wide.css) ===== */
.PageTitleStyle3 {
	background: transparent;
	height: auto;
	margin-bottom: 0;
}

.PageTitleStyle3 .Inner {
	width: 100%;
	background: transparent;
	display: block;
	margin: auto;
	padding: 1em 0;
	text-align: center;
}

.PageTitleStyle3 .Inner h1 {
	width: var(--wide);
	margin: auto;
	font-size: 2.25em;
	font-weight: bold;
	text-shadow: none;
	gap: .5em;
}

.PageTitleStyle3 .Inner .Lead {
	width: var(--wide);
	margin: auto;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	color: var(--black);
	text-shadow: none;
}

/* ===== Global ===== */
#FloatingContacts {
	background-color: rgba(144, 144, 144, 0.7);
}
#FloatingContacts ul a:link,
#FloatingContacts ul a:visited {
	color: var(--White);
}
#FloatingContacts button {
	max-width: 300px;
}

#Contents {
	padding-bottom: 0;
}
#Contents * {
	box-sizing: border-box;
}

/* ===== Flex ===== */
.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 .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(--Gray4);
	border-radius: 8px;
	padding: .2em 1em;
	background: var(--White);
	line-height: 1;
	font-size: .8em;
}
.Service .Service .Flex li {
	padding: 2em 2em 1em;
	box-shadow: var(--shadow);
	border: 1px solid var(--White);
	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 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(--Black);
}

/* ===== Top ===== */
.Top h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.Top h2::after {
	content: "";
	width: 3em;
	height: 3px;
	display: block;
	margin: 1em auto;
	background: var(--Red2);
}
.Top .Task h3 {
	color: var(--Black);
	font-size: 2em;
}
.Top div.Section .Service {
	background: url(/-/media/ind/cydeen/image/top/bg_service.svg) no-repeat bottom center / auto 100%;
}

/* Top PageTitleStyle3 — overrides general rules above */
.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(--White);
}
.Top .PageTitleStyle3 .Lead {
	display: inline-block;
	margin: 0;
}
.Top .PageTitleStyle3 .Lead span {
	background: var(--White);
	padding: .25em .5em;
	margin: .15em 0;
	display: inline-flex;
}

/* ===== Buttons ===== */
.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(--White);
	background: var(--Red2);
	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(--Red1);
}
.ButtonLink a:link,
.ButtonLink a:visited {
	width: 400px;
	background: var(--White);
	border: 2px solid var(--Red2);
	color: var(--Red2);
}

.Service #secBid .ButtonLink a:link,
.Service #secBid .ButtonLink a:visited {
	width: 359px;
	background: var(--service-green01);
	color: var(--White);
	border: none;
	transition: .08s ease-in;
}
.Service #secBid .ButtonLink a:hover,
.Service #secBid .ButtonLink a:active {
	width: 359px;
	background: var(--service-green-hover);
}

/* ===== Contact ===== */
.Gy .Contact,
.Gy .ContactWS {
	background: var(--Gray1);
	padding: 2em;
}
.Contact h3 {
	border: none;
	background: transparent;
	text-align: center;
	font-size: 1.8em;
	color: var(--Black);
}
.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(--Blue3);
	border: none;
	color: var(--White);
	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;
}

/* ===== Info ===== */
.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 ===== */
.Task .Flex.Plate  li {
	/*width: calc((100% / 3) - .8em);*/
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--Gray1);
	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(--Black);
	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 .Flex.Plate  li img {
	width: 100%;
}
.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(--Gray4);
	border-radius: 8px;
	background: var(--White);
	flex: inherit;
	width: auto;
	padding: .25em .5em;
	font-size: .75em;
}
li .Tags li a:link,
li .Tags li a:visited {
	color: var(--Black);
}

/* ===== Strength / About / Service background ===== */
.Strength,
.About,
.Top .Service {
	background: var(--lgray);
}
.About h3 {
	color: var(--Black);
}
.About .TextStyle1 {
	font-size: 1.15em;
}

/* ===== Case ===== */
.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(--Black);
	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(--Gray4);
	padding: .15em .5em;
	flex: 0 0 auto;
}
ul.Panel2 > li a:link,
ul.Panel2 > li a:hover,
ul.Panel2 > li a:hover *,
ul.Panel2 > li a:active,
ul.Panel2 > li a:active * {
	text-decoration: inherit!important;
}
table th a:link,
table th a:visited,
ul.Panel2 > li .Panel2Text strong {
	color: var(--Black);
}
table th a:hover,
table th a:active,
.Link.hover .Panel2Text strong {
	color: var(--Red2);
}
/* ===== Strength ===== */
.Strength .Lead {
	text-align: center;
	font-size: 1.25em;
}
.Strength dl {
	padding: 1.5em;
	border: 4px solid var(--White);
	border-radius: 20px;
	display: flex;
	gap: 1em;
	margin: 1em auto;
}
.Strength dt {
	font-size: 3em;
	color: var(--Gray4);
	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(--Black);
}
.Section.Strength .Inner dd .TextStyle1 {
	font-size: 1.125em;
}
.Strength dd img,
.Strength dd .ImgOnlyStyle {
	margin: 0;
}

/* ===== Service (Grid3 / Grid4) ===== */
.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: var(--3grid);
}
.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(--Gray4);
	color: var(--Gray4);
	font-size: .5em;
	padding: 0 1em;
	border-radius: 9px;
	font-weight: normal;
	background: var(--White);
}
.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: 177%;
	background-color: #BDD7EE;
}
.Grid3.Case [class*="CydeenPageTitleStyle"] h1::before {
	width: 100%;
}
.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(--Red2);
}
.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(--Black);
	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(--Gray4);
	color: var(--Gray4);
	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(--Black);
}
.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(--Blue3);
	padding: 1em;
	flex: 0 1 50%;
	display: flex;
	gap: 1em;
	align-items: top;
}
.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;
}
[class*="LinkListStyle"].CydeenStyle a:link,
[class*="LinkListStyle"].CydeenStyle a:visited {
	color: var(--Black);
}
[class*="LinkListStyle"].CydeenStyle a:hover,
[class*="LinkListStyle"].CydeenStyle a:active {
	color: var(--Red2);
}
.BoxPatternA.CydeenStyle {
	padding-top: 0;
}
.Related .BoxPatternA,
.Related .BoxPatternA .Inner {
	border: none;
}
.Related .BoxPatternA {
	padding: 0;
}
.Related .BoxPatternA h2 {
	background: var(--Blue3);
	color: var(--White);
	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(--Gray4);
	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(--White);
	border: none;
	background: var(--Blue3);
}
.CaseBoxPattern div h4::before {
	content: none;
}
.Grid3.Service .LineUp {
	background: var(--service-blue02);
	margin: 2em auto;
	padding: 1em;
}
.Grid3.Service .LineUp .Flex li {
	background: var(--White);
	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(--Blue3);
	border-radius: 20px;
	padding: .25em 0;
}
.Grid3.Service h3.CydeenStyle span {
	color: var(--White);
	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(--Blue3);
}
.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);
}

/* ===== Grid4 Column (wide.css) ===== */
.Grid4 .ColumnOneThird {
	width: calc((100% / 3) - 10.5px);
	margin: 0 0 0 15px;
	padding: 0em;
	box-sizing: border-box;
	float: left;
	transition: .08s ease-in;
}
.Grid4 .ColumnSet .ColumnOneThird:nth-of-type(1) {
	margin: 0;
}

/* ===== Responsive ===== */
@media screen and (min-width: 995px) and (max-width: 1304px) {
	.OptionWideRWD .Grid1 {
		z-index: 1;
		position: relative;
	}
}
@media screen and (max-width: 994px) {
	/* wide.css */
	.JS #Contents,
	.JS .GridSet,
	.JS .Grid4 {
	/*	padding: 0;
		margin: 0;*/
		width: auto;
	}
	.JS .Inner {
		padding: 1em;
		width: auto;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::before {
		left: 117%;
	}
	.JS .PageTitleStyle3 h1 {
		line-height: 1.2;
	}
	.JS .PageTitleStyle3 .Read {
		width: auto;
	}
	.JS .ColumnSet {
		margin: 0;
	}
	/* cydeen.css */
	.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(--Gray4);
		color: var(--Gray4);
		font-size: .5em;
		padding: 0 1em;
		border-radius: 9px;
		font-weight: normal;
		background: var(--White);
	}

	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::before,
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::after {
		left: 117%;
	}
	.JS .Grid3.Case [class*="CydeenPageTitleStyle"] h1::before,
	.JS .Grid3.Case [class*="CydeenPageTitleStyle"] h1::after {
		left: 340%;
	}
}

@media screen and (max-width: 767px) {
	/* wide.css */
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::after {
		/*left: 70%;*/
		left: 100%;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::before {
		/*left: 70%;*/
		left: 100%;
		z-index: -1;
	}
	.JS .Grid3.Case [class*="CydeenPageTitleStyle"] h1::before,
	.JS .Grid3.Case [class*="CydeenPageTitleStyle"] h1::after {
		left: 300%;
	}
	.JS .Grid3 [class*="CydeenPageTitleStyle"] h1::after {
		width: 36%;
	}
	.Grid3.Case [class*="CydeenPageTitleStyle"] h1::before {
		width: 500px;
	}
	.JS .PageTitleStyle3 h1 {
		font-size: 1.6em;
	}
	.JS .PageTitleStyle3 .Read {
		font-size: 1.4em;
	}
	.JS .Section h2 {
		font-size: 1.4em;
	}
	.JS .Section .Inner h3 {
		font-size: 1.4em;
		text-align: left;
	}
	.JS .Contact a:link,
	.JS .Contact a:visited,
	.JS .Contact .TextStyle1 {
		width: auto;
		justify-content: flex-start;
	}
	.JS .Contact a:link,
	.JS .Contact a:visited {
		font-size: 1.6em;
		justify-content: center;
	}
	.JS .Grid4 .ColumnSet .ColumnOneThird:nth-of-type(1),
	.JS .Grid4 .ColumnOneThird {
		width: 100%;
		float: none;
		margin: 0 0 1em;
	}
	/* cydeen.css */
	.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) {
	/* cydeen.css */
	.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;
	}
}
