@charset "UTF-8";


.hdg-d {
	color: #000;
}

/* ページ内アンカーリンク
------------------------------------- */
.nav-b ul > li {
	width: 25%;
}
.is-fixed .nav-b ul > li {
/* 	width: auto; */
}
.is-fixed .nav-b ul {
	margin: 0 auto;
}

.nav-b ul > li.contact {
	display: flex;
	justify-content: center;
}
.nav-b ul > li.contact a {
	padding: 6px 20px 5px;
	margin: -6px -10px -5px;
	width: 140px;
	display: flex;
	justify-content: center;
	background: #a10f20;
	color: #fff;
	transition: 0.3s;
}
.nav-b ul > li.contact a:hover {
	background: #d11124;
}
.nav-b ul > li.contact a::after {
	display: none;
}

.nav-b ul > li:last-child::before {
	display: none;
}
.is-fixed .nav-b .nav-b-inner {
	overflow-x: hidden;
}
@media only screen and (max-width: 1280px) {
	.is-fixed .nav-b ul {
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	.is-fixed .nav-b .nav-b-inner {
		overflow-x: scroll;
	}
	.nav-b ul > li {
		width: auto;
	}
	.is-fixed .nav-b ul {
		margin: inherit;
	}
	.nav-b ul > li.contact a {
		width: 100%;
	}
}

/* 特長・機能
------------------------------------- */
.section.function .lyt-panel-a {
	margin-bottom: 40px;
}
.section.function .lyt-col-announce-a > li h3 {
	margin-top: 0 !important;
}
.section.function .btn-a[target=_blank]::before {
	display: block;
}
.section.function .lyt-col-announce-a.col3 > li {
	width:32%;
}
.section.function .contact-content.diff-color-a > h3{
	background-color:rgba(90,90,110,0.4);
	display:inline-block;
	font-size: xx-large;
	
}
.section.function .contact-content.diff-color-a > p{
	background-color:rgba(90,90,110,0.4);
	display:inline-block;
	font-size: large;
}
/* マウスオーバー無効化 */
.section.function .lyt-col-contact-a > a{
	pointer-events:none;
}


/* 資料ダウンロード
------------------------------------- */
.section.download {
	position: relative;
	z-index: 1;
}
.section.download h2 {
	padding: 20px 0 60px;
	position: relative;
	font-size: 2.4rem;
}
.section.download h2::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 200px;
	height: 113px;
	border-top: 80px solid #ffe0e3;
	border-right: 200px solid transparent;
	border-left: 200px solid transparent;
	z-index: -1;
}
.section.download .lyt-item-a {
	max-width: 800px;
	margin: 50px auto 50px auto;
}
.section.download .lyt-item-a > .img img {
	max-width: 200px;
}
.section.download .lyt-btn-a {
	margin-top: 40px;
	justify-content: flex-start;
}
.section.download .btn-b[target=_blank]::before {
	display: block;
}
@media only screen and (max-width: 767px) {
	.section.download h2 {
		padding: 20px 0 40px;
	}
	.section.download h2::before {
		border-top: 100px solid #ffe0e3;
		border-right: 140px solid transparent;
		border-left: 140px solid transparent;
	}
	.section.download .lyt-btn-a {
		margin-top: 20px;
	}
}
