/*slickの設定*/
.slick-list div {
	text-align: left;
}

.slickOuter {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.slick-list {
	height: 200px;
	margin-left: 2em;
	margin-right: 2em;
}

.slick-prev:before, .slick-next:before {
	color: black;
}

.slickImg {
	width: 400px;
	height: 300px;
	max-width: 400px;
}

/*パーティクルの設定*/
#particles {
	height: 300px;
}
.particleDark{
	background-color: #000b17;
}

/*ページ共通*/
#companyName{
	width: 300px;
	height: auto;
}
#head{
	background-color : #6bc5ff;
	color : white;
}

nav.navbar  {
	background-color : #cbeaff;
}
.navbar-menu{
	background-color : #cbeaff;
}
.navbar-brand{
	margin: 5px 5px 0px 6px;
}

.footer{
	padding: 0.5rem;
	background-color : #6bc5ff;
	color : white;
}
.pt-1{
	padding-top : 1rem;
}
.margin-x-auto{
	margin-left : auto;
	margin-right : auto;
}
.tailTitle{
	background-image: url('../img/tail.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 1.5rem;
	border-bottom: solid 2px #0000ff !important;
	color: #0000ff;
}
#news table{
	margin : 10px;
}
@media screen and (min-width:769px){
	#news table{
		margin-left: auto;
		margin-right: auto;
		width : 750px;
	}
	#news table th{
		width : 30%;
	}
}
/*各ページ設定*/
#companyTop img{
	width : 100%;
	height: auto;
}

#companyTop p {
	position: relative;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 4px 4px 2px #999999;
	-webkit-text-stroke: 1px #000000;
	text-stroke: 1px #000000;
	font-size: 28px;
	margin: 0;
	bottom: 120px;
	padding-right: 40px;
}
#companyTitle {
	color: #41b6fb;
	border-bottom: solid 2px;
	width: 6em;
}
#companyDisp{
	width : 750px;
}
#map {
	text-align: center;
}

.svgProg {
	background-image: url('../svg/programIco.svg');
	background-repeat: no-repeat;
	max-height: 200px;
}

.svgSys {
	background-image: url('../svg/hagurumaIco.svg');
	background-repeat: no-repeat;
	max-height: 200px;
}

.productBlock{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* product ページのジャンプ先の調整 */
#product1 {
  margin-top:-100px;
  padding-top:100px;
}
#product2 {
  margin-top:-100px;
  padding-top:100px;
}
#product3 {
  margin-top:-100px;
  padding-top:100px;
}
#product4 {
  margin-top:-100px;
  padding-top:100px;
}
#product5 {
  margin-top:-100px;
  padding-top:100px;
}
#product6 {
  margin-top:-100px;
  padding-top:100px;
}
#product7 {
  margin-top:-100px;
  padding-top:100px;
}
#product8 {
  margin-top:-100px;
  padding-top:100px;
}

