@charset "UTF-8";

div.section ul.kindList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindList {
    display: block;
    margin: 0;
  }
}
div.section ul.kindList li {
  width: 310px;
  padding: 0;
  padding: 0 0 30px;
  margin-right: 30px;
  display: block;
  position: relative;
  color: #2b3034;
  text-decoration: none;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindList li {
    width: 100%;
    margin: 0 0 30px;
  }
}

div.section ul.kindList.w3 li:nth-child(3n) {
  margin-right: 0;
}


div.section ul.kindList.w2 li {
  width: 480px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindList.w2 li {
    width: 100%;
  }
}
div.section ul.kindList.w2 li:nth-child(2n) {
  margin-right: 0;
}
div.section ul.kindList.w2 li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindList.w2 li:nth-child(n+3) {
    margin-top: 30px;
  }
}

div.section ul.kindList li::before {
  display: none;
}
.section ul.kindList li p {
  margin: 0;
}
div.section ul.kindList li p.kindListTtl {
  position: absolute;
  margin: 0;
  background: #FFF;
  max-width: 80%;
  padding: 15px 25px;
  text-align: left;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #2B3034;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindList li p.kindListTtl {
    max-width: 90%;
    padding: 15px 25px;
  }
}

div.section div.kindListBtnWrap {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1019px) {
  div.section div.kindListBtnWrap {
    display: block;
  }
}
div.section div.kindListBtnWrap p.commonLink + p.commonLink {
  margin-left: 30px;
}
@media screen and (max-width: 1019px) {
  div.section div.kindListBtnWrap p.commonLink + p.commonLink {
    margin-left: 0;
    margin-top: -20px;
  }
}

div.section.bgSection {
	position: relative;
	background: #111;
	overflow: hidden;
}
div.section.bgSection::before {
  content: '' ;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.3), transparent);
}

div.section.bgSection div.inside {
	position: absolute;
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
	left: 5%;
	top: 0;
  color: #FFF;
}
@media screen and (max-width: 1019px) {
	div.section.bgSection div.inside {
		width: 100%;
		height: 100%;
		left: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
div.section.bgSection h4 {
	color: #FFF;
}
div.section.bgSection h4::after {
	background: #FFF;
}
div.section.bgSection p {
	color: #FFF;
}
div.section.bgSection p.img {
	margin: 0;
}

div.section ul.kindListWidthAll {
  margin-top: -120px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll {
    margin-top: -100px;
  }
}

div.h1Wrap.withImg .shadow {
  text-shadow: 0px 0px 4px #000;
}