@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;
  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;
}
.works ul li {
  margin-top: 40px !important;
}
@media only screen and (max-width:990px) {
  .works {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width:520px) {
  .mv-lower h2 img {
    width: 35%;
  }
  .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%;
	}
  .voice-btn {
    margin-left: 0px;
  }
  .btn-flex h2 a {
    height: 28px;
    padding-top: 11px;
    font-size: 1.6rem;
  }
  .voice-btn a {
    padding-top: 9px;
  }
  .works ul li {
    margin-top: 20px !important;
  }
  .content-wrapper {
    display: block !important;
  }
}