@charset "utf-8";
:root {
	/*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;
	/*BlockUse*/
	--BlackOp: rgba(0,0,0,0.86);
	--Blur: blur(10px);
	/**/
	--Wide: 1275px;
	--WideS: 965px;
}
html {
	scroll-behavior: smooth;
}
.Grid4 .Section .Inner{
	width: var(--Wide);
}
.Grid4.Support .lyt-image-slide .Inner:before {
	top: -70px;
}
.Support .ColumnSet {
	max-width: var(--Wide);
	display: flex;
}
.Support .Column1 img {
	width: 100%;
	margin: 0;
}
.Support .Column3 {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.Support .Column3 .TextStyle2.RightAdjust {
	margin: 0;
}
.Support .threelinks {
	gap: .5em;
	display: flex;
}
.Support .threelinks li {
	background: var(--Teal3);
	width: calc((100% / 4) - 1em);
	margin: 0;
}
.Grid4.Support .Section .Column3 h3 {
	text-align: left;
	padding: 1em 0;
	color: #0c0c0c;
}
.Support .AreaList {
	display: flex;
	gap: .5em;
	margin: .5em 0;
}
.Support .AreaList li {
	border: 1px solid var(--Gray3);
	color: var(--Gray5);
	padding: .5em 1em;
	font-size: .8em;
	line-height: 1;
	border-radius: 20px;
}
.Support .ColumnSet {
		margin: auto auto 1.5em;
}
.Support .nocolor2 {
	margin: auto;
	display: block;
}
.Support h4.Default {
	color: #4d4d4d;
}
@media screen and (min-width: 995px) and (max-width: 1304px) {
	.OptionWideRWD #Contents,
	.OptionWideRWD .Grid4 {
		padding: 0;
	}
	.OptionWideRWD .GridSet {
		margin: 0;
	}
}
@media screen and (max-width: 1304px) {
	.Under1305 .PageTitleStyle3 .Inner,
	.Under1305 .Section>.Inner {
		width: 100%;
	}
}
@media screen and (max-width: 994px) {
	.JS .Support .threelinks {
		flex-wrap: wrap;
		gap: 1em;
	}
	.JS .Support .threelinks li {
		width: calc((100% / 2) - 1em);
		margin: 0;
	}
	.JS .Grid4 #Contact {
		padding: 1em;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	.JS .Support .ColumnSet {
		flex-direction: column;
	}
}
@media screen and (max-width: 579px) {
	.JS .Grid4 .Section .Inner {
		padding: 1em 1em 0;
	}
	.JS .Support .threelinks li {
		width: 100%;
	}
}