@charset "utf-8";
/* CSS Document */

/*お問合せフォーム-start*/
.mailForm h1 {
    display: none;
}

.mailform-table strong {
	font-size:0;
	color: white;
}
.mailform-table strong:before {
	font-size: 14px;
	content: "必須";
	background-color: red;
	padding: 4px;
	border-radius: 5px;
}

.mailFormBox input {
	border-radius: 0px !important;
}
/*お問合せフォーム-end*/


/*トップページパララックス-start*/
.top .bxslider {
    position: fixed;
    /*z-index: 0;*/
	top: 155px;
}
.top #container {
	position: relative;
    z-index: 1;
    /*top: 500px;*/
    background-color: white;
    width: 100%;
    padding-bottom: 650px;
}

@media (max-width: 768px) {
	.top #container {
		padding-bottom: 100px;
	}
}

.top #footer {
	z-index: 1;
	position: relative;
}
	
.top #contents {
	margin: auto;
}

@media (min-width: 1200px) {
	.top #contents {
	    width: 1170px;
	}
}
/*
@media (min-width: 992px) {
	.top #contents {
	    width: 970px;
	}
}

@media (min-width: 768px) {
	.top #contents {
	    width: 750px;
	}
}
*/

@media all and (-ms-high-contrast: none) {
  .top .bxslider {
    position: static;
    margin-top:55px;
  }
  .top #container {
		top: 0px !important;
		padding-bottom: 0px;
	}
}

/*トップページパララックス-end*/

/*パンくずリスト一調整*/
@media (min-width: 768px) {
	#topicpath {
		margin-top: 45px;
	}

}