@charset "utf-8";

/* --------------------------------------------------- */
/* フロントページ */
/* --------------------------------------------------- */
#front section {
	padding-left: 4%;
	padding-right: 4%;
}
h2.tgltitle {
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 100%;
	max-width: 1000px;
	border-bottom: 3px solid #0A529C;
	box-sizing: border-box;
	color: #0A529C;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}
h2.tgltitle i {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
}
h2.tgltitle i::before {
	content: '';
	position: absolute;
	top:12px;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background-color: transparent;
	transition: all .5s;
}
h2.tgltitle i::after {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	display: block;
	width: 4px;
	height: 100%;
	background-color: #0A529C;
	transform: rotate(-270deg);
	transition: all .5s;
}
.dispoff h2.tgltitle i::before { background-color: #0A529C; }
.dispoff h2.tgltitle i::after { transform: rotate(0); }
.tglblock {
	margin: 30px auto 0;
	width: 100%;
	max-width: 1000px;
}

@media screen and (max-width: 767px) {
	h2.tgltitle { padding: 0 0 8px; font-size: 2.4rem; }
	h2.tgltitle i { width: 21px; height: 21px; }
	h2.tgltitle i::before { top: 9px; height: 3px; }
	h2.tgltitle i::after { left: 9px; width: 3px; }

}
@media screen and (max-width: 419px) {
	h2.tgltitle {
		font-size: 1.8rem;
		border-bottom: 2px solid #0A529C;
	}
	h2.tgltitle i { width: 18px; height: 18px; }
	h2.tgltitle i::before { top: 8px; height: 2px; }
	h2.tgltitle i::after { left: 8px; width: 2px; }

}


/* --------------------------------------------------- */
/* お知らせ */
/* --------------------------------------------------- */
#headline {
	position: relative;
	padding: 60px 4% 100px;
	z-index: 1;
}
#headline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0A529C;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
}
#headline:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../image/front/headline.jpg');
	background-position: 50% 50%;
	background-size: cover;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
#headline .board {
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	z-index: 1;
}
#headline .board .visual,
#headline .board .topics { width: 48%; }
#headline .board .visual { position:relative; background-color: #fff; }
#headline .board .topics {
	padding: 25px 2%;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
}

#headline .board .topics h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
}
#headline .board .topics h2 span {
	margin-left: 20px;
	font-size: 1.8rem;
	font-weight: 400;
}
#headline .board .topics ul li { border-bottom: 1px dotted #fff; }
#headline .board .topics ul li a {
	display: block;
	padding: 15px 0;
}
#headline .board .topics ul li a p {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
}
#headline .board .topics ul li a span {
	display: inline-block;
	margin-left: 10px;
	width: 48px;
	background-color: #fff;
	border-radius: 3px;
	font-size: 1.0rem;
	text-align: center;
}
#headline .board .topics ul li a h4 {
	margin-top: 5px;
	color: #fff;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	#headline { padding: 40px 4% 60px; }
	#headline:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 94%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 94%);
	}
	#headline:after {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
	}
	#headline .board { flex-direction: column; }
	#headline .board .visual,
	#headline .board .topics { width: 100%; }
	#headline .board .visual { padding-top: 320px; }
	#headline .board .topics { padding: 20px 0; background-color: transparent;}
	#headline .board .topics h2 { font-size: 2.4rem; }
	#headline .board .topics h2 span { font-size: 1.6rem; }
}
@media screen and (max-width: 419px) {
	#headline { padding: 25px 4% 60px; }
	#headline .board .visual { padding-top: 56%; }
	#headline .board .topics h2 { padding-bottom: 5px; font-size: 2.1rem; text-align: center; }
	#headline .board .topics h2 span { display: block; margin: 0; font-size: 1.4rem; }
}

/* --------------------------------------------------- */
/* バナースライダー */
/* --------------------------------------------------- */
#headline .board .visual .slider {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#headline .board .visual .slider a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	transition: all .3s;
}
.pcmode #headline .board .visual .slider a:hover { opacity: 0.5; }
#headline .board .visual .slider a figure {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
}
#headline .board .visual .slider .slick-list,
#headline .board .visual .slider .slick-track { height: 100%; }
@media screen and (max-width: 767px) {
	#headline .board .visual .slider a figure {
		background-size: auto 140%;
	}
}
@media screen and (max-width: 419px) {
	#headline .board .visual .slider a figure {
		background-size: auto 180%;
	}
}

/* --------------------------------------------------- */
/* 展示会情報 */
/* --------------------------------------------------- */
#event {
	position: relative;
	margin-top: -60px;
	padding: 80px 4% 80px;
}
#event::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../image/front/event.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  50% 50%;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0% 90%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0% 90%);
}
#event .contents {
	position: relative;
	z-index: 1;
}
#event h2 {
	color: #0A529C;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
}
#event h2 span {
	display: block;
	color: #111;
	font-size: 1.8rem;
	font-weight: 400;
}
#event .expo {
	display: table;
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #333;
}
#event .expo .pickup {
	position: relative;
	display: block;
	margin-top: 15px;
	padding: 15px 1.5%;
	width: 280px;
	float: left;
	background-color: #337cc9;
	box-sizing: border-box;
	color: #fff;
}
#event .expo .pickup::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}
#event .expo .pickup h5 { font-size: 1.2rem; }
#event .expo .pickup figure {
	display: block;
	margin: 8px 0 16px;
	width: 100%;
	padding-top: 56%;
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
}
#event .expo .pickup p { font-size: 1.2rem; }
#event .expo .pickup  h4 { font-size: 1.4rem; }
#event .expo  .evlist { margin: 15px 0 0 0; }
#event .expo .pickup + .evlist { margin: 15px 0 0 310px; }
#event .expo .evlist dl {
	display: table;
	width: 100%;
}
#event .expo .evlist dl dt {
	padding: 15px 0 0 0;
	width: 100px;
	float: left;
}
#event .expo .evlist dl dd {
	padding: 15px 0 15px 100px;
	border-bottom: 1px dotted #333;
}
#event .expo .evlist p { font-size: 1.2rem; }
#event .expo .evlist a { font-size: 1.4rem; font-weight: 500; }
#event .btn-event {
	display: table;
	margin: 20px auto 0;
	border-bottom: 2px solid #333;
}
#event .btn-event a {
	display: block;
	padding: 0 12px 4px;
	font-size: 1.6rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#event {
		margin-top: -40px;
		padding: 60px 4%;
	}
	#event::before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0% 94%);
		clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0% 94%);
	}
	#event h2 { font-size: 2.4rem; }
	#event h2 span { font-size: 1.6rem; }
	#event .expo  .evlist { margin-top: 20px; }
	#event .expo .pickup + .evlist { margin-top: 20px; }
	#event .expo .evlist dl dt {
		padding: 12px 0 0 0;
		width: 100%;
		float: none;
	}
	#event .expo .evlist dl dd { padding: 5px 0 12px 0; }
}
@media screen and (max-width: 639px) {
	#event .expo .pickup {
		margin-top: 15px;
		padding: 15px 3%;
		width: 100%;
		float: none;
	}
	#event .expo .evlist { margin: 0; }
	#event .expo .pickup + .evlist { margin: 0 0 0 0; }
}
@media screen and (max-width: 419px) {
	#event {
		margin-top: -40px;
		padding: 60px 4%;
	}
	#event::before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0% 97%);
		clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0% 97%);
	}
	#event h2 { font-size: 2.1rem; }
	#event h2 span { font-size: 1.4rem; }
	#event .expo  .evlist { margin-top: 5px; }
	#event .expo .pickup + .evlist { margin-top: 5px; }
	#event .btn-event a {
		display: block;
		padding: 0 8px 4px;
		font-size: 1.4rem;
	}
}


/* --------------------------------------------------- */
/* 製品 */
/* --------------------------------------------------- */
#products .prd-block + .prd-block { margin-top: 60px; }
#products .prd-block a.bnr {
	display: block;
	border-top: 4px solid #3d62ac;
}
#products .prd-block a.bnr figure {
	height: 128px;
	background-size: cover;
	background-position: 50% 50%;
}
#products .prd-block a.bnr h3 {
	position: relative;
	margin-top: 8px;
	padding-left: 24px;
	background-color: #3d62ac;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.6;
}
#products .prd-block a.bnr h3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 8px;
	display: block;
	width: 4px;
	height: 100%;
	background-color: #fff;
}
#products .prd-block h4 {
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: 500;
}
#products .prd-block h4 + p {
	margin-top: 15px;
	font-size: 1.4rem;
}
#products .prd-block .itemlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#products .prd-block .itemlist li {
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #3d62ac; 
}
#products .prd-block .itemlist li a {
	position: relative;
	display: block;
	padding: 0 32px 0 8px;
	border-left: 3px solid #3d62ac;
}
#products .prd-block .itemlist li a p {
	display: block;
	font-size: 1.2rem;
	transition: all .3s;
}
#products .prd-block .itemlist li a h5 {
	display: inline-block;
	margin-right: 0.5em;
	color: #3d62ac;
	font-size: 1.8rem;
	font-weight: 500;
	vertical-align: middle;
	transition: all .3s;
}
#products .prd-block .itemlist li a i {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 60px;
	background-size: cover;
	background-position: 50%;
	vertical-align: middle;
	transition: all .3s;
}
#products .prd-block .itemlist li a i.ic-vitec { background-image: url('../image/product/ic-vitec.png'); }
#products .prd-block .itemlist li a i.ic-new { background-image: url('../image/product/ic-new.png'); }
#products .prd-block .itemlist li a i.ic-limit { background-image: url('../image/product/ic-limit.png'); }
#products .prd-block .itemlist li a i.ic-sold { background-image: url('../image/product/ic-sold.png'); }
#products .prd-block .itemlist li a i.ic-rohs { background-image: url('../image/product/ic-rohs.png'); }
#products .prd-block .itemlist li a i.ic-pse { background-image: url('../image/product/ic-pse.png'); }
#products .prd-block .itemlist li a i::after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 40%;
}


#products .prd-block .itemlist li a::before {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 3px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-50%) rotate(45deg);
}
#products .prd-block .itemlist li a::after {
	content: '';
	position: absolute;
	bottom: 11px;
	right: 3px;
	display: block;
	width: 28px;
	height: 1px;
	background-color: #333;
}

.pcmode #products .prd-block a.bnr:hover { opacity: 0.5; }
#products .prd-block .itemlist li a:hover p,
#products .prd-block .itemlist li a:hover i { opacity: 0.5; }
#products .prd-block .itemlist li a:hover h5 { opacity: 0.5; }

@media screen and (min-width: 768px) {
	#products .prd-block .itemlist li { width: 48.5%; }
	#products .prd-block .itemlist li:nth-child(2n+2) { margin-left: 3%; } 
}
@media screen and (max-width: 767px) {
	#products .prd-block + .prd-block { margin-top: 50px; }
	#products .prd-block a.bnr figure { height: 92px; }
	#products .prd-block a.bnr h3 {
		margin-top: 6px;
		padding-left: 21px;
		font-size: 1.8rem;
	}
	#products .prd-block h4 + p { margin-top: 10px; }
	#products .prd-block .itemlist { margin-top: 0; flex-direction: column;}
	#products .prd-block .itemlist li a p { font-size: 1.1rem; }
	#products .prd-block .itemlist li a h5 { font-size: 1.6rem; }
}
@media screen and (max-width: 419px) {
	#products .prd-block + .prd-block { margin-top: 40px; }
	#products .prd-block a.bnr { border-width: 3px; }
	#products .prd-block a.bnr figure { height: 64px; }
	#products .prd-block a.bnr h3 {
		margin-top: 4px;
		padding-left: 18px;
		font-size: 1.6rem;
	}
	#products .prd-block a.bnr h3::after { left: 6px; width: 3px; }
	#products .prd-block h4 { font-size: 1.6rem; }
	#products .prd-block h4 + p { margin-top: 5px; font-size: 1.3rem; }
	#products .prd-block .itemlist li a p { font-size: 1.0rem; }
	#products .prd-block .itemlist li a h5 { font-size: 1.4rem; }
	#products .prd-block .itemlist li a i { width: 48px; }
}




/* カテゴリー設定 */
/* --------------------------------------------------- */
/* 入力 */
#products #encoder a.bnr figure { background-image: url('../image/front/prd-encoder.jpg'); }
#products #encoder a.bnr,
#products #encoder .itemlist li,
#products #encoder .itemlist li a { border-color: #3d62ac; }
#products #encoder a.bnr h3 { background-color: #3d62ac; }
#products #encoder .itemlist li a h5 { color: #3d62ac; }
/* 出力 */
#products #decoder a.bnr figure { background-image: url('../image/front/prd-decoder.jpg'); }
#products #decoder a.bnr,
#products #decoder .itemlist li,
#products #decoder .itemlist li a { border-color: #4489c8; }
#products #decoder a.bnr h3 { background-color: #4489c8; }
#products #decoder .itemlist li a h5 { color: #4489c8; }
/* 録画 */
#products #recorder a.bnr figure { background-image: url('../image/front/prd-recorder.jpg'); }
#products #recorder a.bnr,
#products #recorder .itemlist li,
#products #recorder .itemlist li a { border-color: #009fe8; }
#products #recorder a.bnr h3 { background-color: #009fe8; }
#products #recorder .itemlist li a h5 { color: #009fe8; }
/* 配信/中継機 */
#products #distribution a.bnr figure { background-image: url('../image/front/prd-distribution.jpg'); }
#products #distribution a.bnr,
#products #distribution .itemlist li,
#products #distribution .itemlist li a { border-color: #54c2f0; }
#products #distribution a.bnr h3 { background-color: #54c2f0; }
#products #distribution .itemlist li a h5 { color: #54c2f0; }
/* カメラシステム */
#products #camerasystem a.bnr figure { background-image: url('../image/front/prd-camerasystem.jpg'); }
#products #camerasystem a.bnr,
#products #camerasystem .itemlist li,
#products #camerasystem .itemlist li a { border-color: #00a199; }
#products #camerasystem a.bnr h3 { background-color: #00a199; }
#products #camerasystem .itemlist li a h5 { color: #00a199; }
/* ソフトウェア */
#products #software a.bnr figure { background-image: url('../image/front/prd-software.jpg'); }
#products #software a.bnr,
#products #software .itemlist li,
#products #software .itemlist li a { border-color: #40b15d; }
#products #software a.bnr h3 { background-color: #40b15d; }
#products #software .itemlist li a h5 { color: #40b15d; }
/* パッケージ */
#products #system a.bnr figure { background-image: url('../image/front/prd-system.jpg'); }
#products #system a.bnr,
#products #system .itemlist li,
#products #system .itemlist li a { border-color: #92c694; }
#products #system a.bnr h3 { background-color: #92c694; }
#products #system .itemlist li a h5 { color: #92c694; }
/* クラウドサービス */
#products #service a.bnr figure { background-image: url('../image/front/prd-service.jpg'); }
#products #service a.bnr,
#products #service .itemlist li,
#products #service .itemlist li a { border-color: #fccf00; }
#products #service a.bnr h3 { background-color: #fccf00; }
#products #service .itemlist li a h5 { color: #fccf00; }
/* VITECシリーズ */
#products #vitec a.bnr figure { background-image: url('../image/front/prd-vitec.jpg'); }
#products #vitec a.bnr,
#products #vitec .itemlist li,
#products #vitec .itemlist li a { border-color: #ef8337; }
#products #vitec a.bnr h3 { background-color: #ef8337; }
#products #vitec .itemlist li a h5 { color: #ef8337; }
/* VideoProシリーズ */
#products #videopro a.bnr figure { background-image: url('../image/front/prd-videopro.jpg'); }
#products #videopro a.bnr,
#products #videopro .itemlist li,
#products #videopro .itemlist li a { border-color: #cf121b; }
#products #videopro a.bnr h3 { background-color: #cf121b; }
#products #videopro .itemlist li a h5 { color: #cf121b; }
/* IPC Proシリーズ */
#products #ipc-pro a.bnr figure { background-image: url('../image/front/prd-ipc-pro.jpg'); }
#products #ipc-pro a.bnr,
#products #ipc-pro .itemlist li,
#products #ipc-pro .itemlist li a { border-color: #ed86b3; }
#products #ipc-pro a.bnr h3 { background-color: #ed86b3; }
#products #ipc-pro .itemlist li a h5 { color: #ed86b3; }
/* MSelection */
#products #mselection a.bnr figure { background-image: url('../image/front/prd-mselection.jpg'); }
#products #mselection a.bnr,
#products #mselection .itemlist li,
#products #mselection .itemlist li a { border-color: #a54a96; }
#products #mselection a.bnr h3 { background-color: #a54a96; }
#products #mselection .itemlist li a h5 { color: #a54a96; }
/* ATOMOS製品 */
#products #atomos a.bnr figure { background-image: url('../image/front/prd-atomos.jpg'); }
#products #atomos a.bnr,
#products #atomos .itemlist li,
#products #atomos .itemlist li a { border-color: #5bbd00; }
#products #atomos a.bnr h3 { background-color: #5bbd00; }
#products #atomos .itemlist li a h5 { color: #5bbd00; }
/* その他 */
#products #other a.bnr figure { background-image: url('../image/front/prd-other.jpg'); }
#products #other a.bnr,
#products #other .itemlist li,
#products #other .itemlist li a { border-color: #85675b; }
#products #other a.bnr h3 { background-color: #85675b; }
#products #other .itemlist li a h5 { color: #85675b; }
/* 販売終了製品 */
#products #discon a.bnr figure { background-image: url('../image/front/prd-discon.jpg'); }
#products #discon a.bnr,
#products #discon .itemlist li,
#products #discon .itemlist li a { border-color: #0066cc; }
#products #discon a.bnr h3 { background-color: #0066cc; }
#products #discon .itemlist li a h5 { color: #0066cc; }


/* --------------------------------------------------- */
/* ソリューション */
/* --------------------------------------------------- */
#solution h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 500;
}
#solution h4::before {
	content: '■';
	color: #0A529C;
}

@media screen and (max-width: 767px) {
	#solution h4 { font-size: 1.6rem; }
}
@media screen and (max-width: 419px) {
	#solution h4 { margin-bottom: 8px; font-size: 1.4rem; }
}


/* ビジネスシーン */
/* --------------------------------------------------- */
#solution .scene ul {
	display: flex;
	flex-wrap: wrap;
}
#solution .scene ul li {
	margin-top: 20px;
	margin-left: 2.3%;
	width: 31.8%;
}
#solution .scene ul li a { display: block; }
#solution .scene ul li dl {
	position: relative;
	display: table;
	width: 100%;
}
#solution .scene ul li dl dt {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
#solution .scene ul li dl dt::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 62.5%;
}
#solution .scene ul li dl dd {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 94%;
	background-color: #fff;
	transform: translateY(30%);
}
#solution .scene h3 {
	padding: 15px 12px;
	font-size: 1.6rem;
	font-weight: 500;
}
#solution .scene h3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4%;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-50%) rotate(45deg);
}
#solution .scene ul li dl dt.scene01 { background-image: url('../image/front/scene01.jpg'); }
#solution .scene ul li dl dt.scene02 { background-image: url('../image/front/scene02.jpg'); }
#solution .scene ul li dl dt.scene03 { background-image: url('../image/front/scene03.jpg'); }
#solution .scene ul li dl dt.scene04 { background-image: url('../image/front/scene04.jpg'); }
#solution .scene ul li dl dt.scene05 { background-image: url('../image/front/scene05.jpg'); }
#solution .scene ul li dl dt.scene06 { background-image: url('../image/front/scene06.jpg'); }
#solution .scene ul li dl dt.scene07 { background-image: url('../image/front/scene07.jpg'); }
#solution .scene ul li dl dt.scene08 { background-image: url('../image/front/scene08.jpg'); }
#solution .scene ul li dl dt.scene09 { background-image: url('../image/front/scene09.jpg'); }
.pcmode #solution .scene ul li a:hover { opacity: 0.5; }

@media screen and (min-width: 768px) {
	#solution .scene ul li:first-child,
	#solution .scene ul li:nth-child(2),
	#solution .scene ul li:nth-child(3) { margin-top: 0; }
	#solution .scene ul li:nth-child(3n+1) { margin-left: 0; }
}
@media screen and (max-width: 767px) {
	#solution .scene ul li {
		margin-top: 20px;
		margin-left: 4%;
		width: 48%;
	}
	#solution .scene h3 {
		padding: 12px 12px;
		font-size: 1.4rem;
	}

}
@media screen and (min-width: 480px) and (max-width: 767px)  {
	#solution .scene ul li:first-child,
	#solution .scene ul li:nth-child(2){ margin-top: 0; }
	#solution .scene ul li:nth-child(2n+1) { margin-left: 0; }

}
@media screen and (max-width: 479px) {
	#solution .scene ul { flex-direction: column; }
	#solution .scene ul li {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	#solution .scene ul li:first-child { margin-top: 0; }
	#solution .scene ul li dl dd { width: 80%; }
}
@media screen and (max-width: 419px) {

}


/* 用途 */
/* --------------------------------------------------- */
#solution .service ul {
	display: table;
	width: 100%;
}
#solution .service ul li {
	margin-top: 18px;
	width: 48%;
	float: left;
}
#solution .service ul li a {
	position: relative;
	display: block;
	padding: 15px 4%;
	border: 2px solid #333;
	font-size: 1.6rem;
	font-weight: 500;
}
#solution .service ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4%;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-50%) rotate(45deg);
}
.pcmode #solution .service ul li a:hover {
	color: #fff;
	border-color: #0A529C;
	background-color: #0A529C;
}
.pcmode #solution .service ul li a:hover::after { border-color: #fff; }

@media screen and (max-width: 767px) {
	#solution .service ul li a {
		padding: 12px 5%;
		font-size: 1.4rem;
	}
	#solution .service ul li a::after { right: 5%; }
}
@media screen and (min-width: 420px) {
	#solution .service ul li:first-child,
	#solution .service ul li:nth-child(2) { margin-top: 0; }
	#solution .service ul li:nth-child(2n+2) { margin-left: 4%; }
}
@media screen and (max-width: 419px) {
	#solution .service ul li {
		margin-top: 8px;
		width: 100%;
		float: none;
	}
	#solution .service ul li a::after { right: 6%; }
}


/* --------------------------------------------------- */
/* 導入事例 */
/* --------------------------------------------------- */
#case .studies {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#case .studies .field {
	margin-top: 40px;
	width: 48%;
}
#case .studies h3 {
	padding: 0 3% 18px;
	border-bottom: 1px solid #0A529C;
	color: #0A529C;
	font-size: 1.8rem;
	font-weight: 500;
}
#case .studies ul li { border-bottom: 1px solid #ddd; }
#case .studies ul li a {
	position: relative;
	display: block;
	padding: 18px 8% 18px 3%;
	font-size: 1.6rem;
}
#case .studies ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 3%;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-50%) rotate(45deg);
}
#case .studies ul li a span {
	position: relative;
	padding-left: 1.2em;
}
#case .studies ul li a span::before {
	content: '■';
	position: absolute;
	left: 0;
	top: 0;
	color: #0A529C;
}
.pcmode #case .studies ul li a:hover { color: #0A529C; }

@media screen and (min-width: 768px) {
	#case .studies .field:nth-child(2n+2) { margin-left: 4%; }
	#case .studies .field:first-child,
	#case .studies .field:nth-child(2) { margin-top: 0; }
}
@media screen and (max-width: 767px) {
	#case .studies { flex-direction: column; }
	#case .studies .field {
		margin-top: 30px;
		width: 100%;
	}
	#case .studies .field:first-child { margin-top: 0; }
}
@media screen and (max-width: 419px) {
	#case .studies h3 {
		padding: 0 3% 10px;
		font-size: 1.6rem;
	}
	#case .studies ul li a {
		padding: 15px 8% 15px 3%;
		font-size: 1.4rem;
	}
	#case .studies ul li a::after {
		right: 2%;
		width: 6px;
		height: 6px;
	}
}


/* --------------------------------------------------- */
/* サポート */
/* --------------------------------------------------- */
#support .suplist ul {
	display: table;
	width: 100%;
}
#support .suplist ul li {
	display: block;
	margin-top: 25px;
}
#support .suplist ul li a { display: block; }
#support .suplist dl dt {
	padding: 15px 12px;
	background-color: #ddd;
	border-bottom: 3px solid #0A529C;
}
#support .suplist dl dd {
	position: relative;
	height: 128px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
#support .suplist h3 {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.4;
}
#support .suplist dl dd div {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 128px;
	height: 36px;
	background-color: #0A529C;
	border-radius: 18px 0 0 18px;
	transform: translateY(25%);
}
#support .suplist dl dd div::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#support .suplist dl dd div::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 48px;
	height: 1px;
	background-color: #fff;
	transform: translateY(-50%);
}
#support .suplist li:nth-child(1) dl dd { background-image: url('../image/front/support01.jpg'); }
#support .suplist li:nth-child(2) dl dd { background-image: url('../image/front/support02.jpg'); }
#support .suplist li:nth-child(3) dl dd { background-image: url('../image/front/support03.jpg'); }
#support .suplist li:nth-child(4) dl dd { background-image: url('../image/front/support04.jpg'); }
#support .suplist li:nth-child(5) dl dd { background-image: url('../image/front/support05.jpg'); }
#support .suplist li:nth-child(6) dl dd { background-image: url('../image/front/support06.jpg'); }
#support .suplist li:nth-child(7) dl dd { background-image: url('../image/front/support07.jpg'); }
#support .suplist li:nth-child(8) dl dd { background-image: url('../image/front/support08.jpg'); }
#support .suplist li:nth-child(9) dl dd { background-image: url('../image/front/support09.jpg'); }
.pcmode #support .suplist ul li a:hover { opacity: 0.5; }

@media screen and (max-width: 767px) {
	#support .suplist dl dt { padding: 12px 8px; }
	#support .suplist dl dd { height: 112px; }
	#support .suplist h3 { font-size: 1.8rem; }
}
@media screen and (min-width: 640px) {
	#support .suplist ul li { width: 48%; float: left; }
	#support .suplist ul li:nth-child(2n+2) { margin-left: 4%; }
	#support .suplist ul li:first-child,
	#support .suplist ul li:nth-child(2) { margin-top: 0; }
}
@media screen and (max-width: 639px) {
	#support .suplist dl dd { height: 96px; }
	#support .suplist ul li:first-child { margin-top: 0; }
}
@media screen and (max-width: 419px) {
	#support .suplist dl dt { padding: 8px; border-width: 2px; }
	#support .suplist dl dd { height: 80px; }
	#support .suplist h3 { font-size: 1.6rem; }
	#support .suplist dl dd div {
		width: 112px;
		height: 32px;
		border-radius: 16px 0 0 16px;
	}
}


/* 保守サービス */
/* --------------------------------------------------- */
#support .maintenance h3 {
	padding: 15px 12px;
	background-color: #ddd;
	border-bottom: 3px solid #0A529C;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.4;
}
#support .maintenance .subscription {
	margin: 20px auto 0;
	width: 100%;
	max-width: 960px;
}
#support .maintenance h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 500;
}
#support .maintenance h4::before {
	content: '■';
	color: #0A529C;
}
#support .maintenance h4 + p { font-size: 1.6rem; }
#support .maintenance .step {
	position: relative;
	margin-bottom: 20px;
	padding: 12px;
	border: 2px solid #0A529C;
	border-radius: 12px;
}
#support .maintenance .step p {
	color: #0A529C;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
#support .maintenance .step::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 2px;
	height: 22px;
	background-color: #0A529C;
}
#support .maintenance .free {
	padding: 12px;
	background-color: #0A529C;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#support .maintenance h3 {
		padding: 12px 8px;
		font-size: 1.8rem;
	}
	#support .maintenance h4 { font-size: 1.6rem; }
	#support .maintenance .step p { text-align: left; }
	#support .maintenance .step br { display: none; }
}
@media screen and (max-width: 419px) {
	#support .maintenance h3 {
		padding: 8px;
		border-width: 2px;
		font-size: 1.6rem;
	}
	#support .maintenance h4 { margin-bottom: 8px; font-size: 1.4rem; }
	#support .maintenance h4 + p { font-size: 1.4rem; }
	#support .maintenance .step { margin-bottom: 10px; }
	#support .maintenance .step::after { height: 12px; }
	#support .maintenance .step p { font-size: 1.4rem; }
	#support .maintenance .free { font-size: 1.6rem; }
}

#support .maintenance .cover {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#support .maintenance .cover div {
	margin-top: 20px;
	width: 31.6%;
	border: 2px solid #0A529C;
	border-radius: 12px;
	box-sizing: border-box;
	text-align: center;
}
#support .maintenance .cover dl dt {
	padding: 8px;
	border-bottom: 2px solid #0A529C;
}
#support .maintenance .cover dl dd { padding: 8px; }
#support .maintenance .cover h5 {
	color: #0A529C;
	font-size: 1.6rem;
	font-weight: 500;
}
#support .maintenance .cover p { font-size: 1.6rem; }

@media screen and (max-width: 767px) {
	#support .maintenance .cover p { font-size: 1.4rem; }
}
@media screen and (max-width: 639px) {
	#support .maintenance .cover { flex-direction: column; }
	#support .maintenance .cover div { margin-top: 15px; width: 100%; }
	#support .maintenance .cover br { display: none; }
}
@media screen and (max-width: 419px) {
	#support .maintenance .cover dl dt { padding: 4px 8px; }
	#support .maintenance .cover dl dd { padding:  4px 8px; }
}

#support .warranty h3 {
	color: #0A529C;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

#support .warranty .series ul {
	display: flex;
	flex-wrap: wrap;
}
#support .warranty .series ul li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 50%;
	box-sizing: border-box;
}
#support .warranty .series ul li::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 100% 50%;
}

#support .warranty .series ul li:nth-child(1) { background-image: url('../image/front/cover01bg.jpg'); }
#support .warranty .series ul li:nth-child(1)::before { background-image: url('../image/front/cover01.png'); }
#support .warranty .series ul li:nth-child(2) { background-image: url('../image/front/cover02bg.jpg'); }
#support .warranty .series ul li:nth-child(2)::before { background-image: url('../image/front/cover02.png'); }
#support .warranty .series ul li:nth-child(3) { background-image: url('../image/front/cover03bg.jpg'); }
#support .warranty .series ul li:nth-child(3)::before { background-image: url('../image/front/cover03.png'); }
#support .warranty .series ul li:nth-child(4) { background-image: url('../image/front/cover04bg.jpg'); }
#support .warranty .series ul li:nth-child(4)::before { background-image: url('../image/front/cover04.png'); }
#support .warranty .series ul li:nth-child(5) { background-image: url('../image/front/cover05bg.jpg'); }
#support .warranty .series ul li:nth-child(5)::before { background-image: url('../image/front/cover05.png'); }
#support .warranty .series ul li:nth-child(6) { background-image: url('../image/front/cover06bg.jpg'); }
#support .warranty .series ul li:nth-child(6)::before { background-image: url('../image/front/cover06.png'); }
#support .warranty .series ul li a {
	position: relative;
	display: block;
	padding: 32px 16px;
	color: #fff;
	font-size: 1.6rem;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
}
#support .warranty .series ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#support .warranty .series ul li a:hover { background-color: rgba(0,0,0,0.4); }

@media screen and (min-width: 768px) {
	#support .warranty .series ul li { width: 33.3%; }
	#support .warranty .series ul li:nth-child(4),
	#support .warranty .series ul li:nth-child(5),
	#support .warranty .series ul li:nth-child(6) { border-top: 1px solid #fff; }
	#support .warranty .series ul li:nth-child(3n+2),
	#support .warranty .series ul li:nth-child(3n+3) { border-left: 1px solid #fff; }
}
@media screen and (max-width: 767px) {
	#support .warranty h3 { font-size: 1.6rem; }
	#support .warranty .series ul li a { padding: 28px 14px; font-size: 1.6rem; }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
	#support .warranty .series ul li { width: 50%; }
	#support .warranty .series ul li:nth-child(3),
	#support .warranty .series ul li:nth-child(4),
	#support .warranty .series ul li:nth-child(5),
	#support .warranty .series ul li:nth-child(6) { border-top: 1px solid #fff; }
	#support .warranty .series ul li:nth-child(2n+2) { border-left: 1px solid #fff; }
}
@media screen and (max-width: 519px) {
	#support .warranty .series ul li {
		width: 100%;
		border-top: 1px solid #fff;
	}
	#support .warranty .series ul li:first-child { border-top: none; }
}
@media screen and (max-width: 419px) {
	#support .warranty h3 { font-size: 1.4rem; text-align: left;}
	#support .warranty h3 span { display: inline; }
	#support .warranty .series ul li a { padding: 20px 12px; font-size: 1.4rem; }
}

