@charset "UTF-8";
/* CSS Document */
.works-lead {
  background-color: #f2f2f2;
  line-height: 2;
  padding: 15px;
}
.btn-flex {
  display: flex;
  margin-top: 40px;
}
.btn-flex h2, .voice-btn {
  font-size: 1.6rem;
  font-weight: 600;
  width: 185px;
  height: 45px;
  text-align: center;
}
.voice-btn {
  border: solid 2px #F77727;
}
.btn-flex h2 {
  margin-left: 30px;
}
.btn-flex h2 a {
  color: #FFF;
  display: block;
  background-color: #F77727;
  height: 33px;
  padding-top: 16px;
}
.voice-btn a {
  color: #F77727;
  display: block;
  padding-top: 13px;
  height: 33px;
}
.paint-banner {
  margin-top: 80px;
  text-align: center;
}
.voice ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.voice ul li {
  width: 28.4%;
  padding: 25px 10px;
  border: solid 1px #e4e4e4;
  margin-top: 30px;
}
.voice ul li p {
  font-size: 1.8rem;
  font-family: 'M PLUS 1p', sans-serif;
  color: #21b11e;
  font-weight: 700;
  border-bottom: solid 1px;
  padding-bottom: 5px;
}
.voice ul li h3 {
  font-size: 1.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
  line-height: 2;
}
.voice-img {
  margin-top: 10px;
  max-width: 237px;
  height: 156px;
}
.voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-img {
  max-width: 253px;
}
@media only screen and (max-width:990px) {
  .voice ul li {
    width: 44%;
  }
}
@media only screen and (max-width:768px) {
  .voice-img {
    max-width: 320px;
    height: 210px;
  }
}
@media only screen and (max-width:520px) {
  .mv-lower h2 img {
    width: 44%;
  }
  .btn-flex {
    margin-top: 30px;
  }
  .btn-flex {
    margin-top: 30px;
	margin-bottom: 10px;
	justify-content: space-between;
  }
  .btn-flex h2, .voice-btn {
    height: 35px;
  }
	.btn-flex h2 {
		width: 47%;
	}
	.voice-btn {
		width: 46%;
	}
  .btn-flex h2 {
    margin-left: 0px;
  }
  .btn-flex h2 a {
    height: 28px;
    padding-top: 11px;
    font-size: 1.6rem;
  }
  .voice-btn a {
    padding-top: 9px;
  }
  .voice ul li {
    width: 42%;
  }
  .voice ul {
    justify-content: space-between;
  }
  .voice-title img {
    width: 109px;
    top: -18px;
    right: 4%;
  }
  .voice ul li {
    margin-top: 20px;
    margin-right: 0;
    padding: 15px 10px;
  }
  .voice ul li p {
    font-size: 1.5rem;
  }
  .voice ul li h3 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .voice-img {
    height: 100px;
    margin-top: 10px;
  }
  .content-wrapper {
    display: block !important;
  }
}