body #contents #main #mainView {
  padding: calc(235px - 95px) 0;
  background-image: url(../img/design/main.jpg); }
  body #contents #main #mainView .mainView-caption {
    color: #000; }
  body #contents #main #mainView h2 {
    background-image: url(../img/design/logo.png); }
body #contents #main .content-detail .design-list > dl > dt {
  font-size: 1.3rem;
  color: #fffddd;
  text-align: left; }
body #contents #main .content-detail .design-list > dl > dd {
  font-size: 1rem;
  text-align: left; }
body #contents #main .content-detail .design-list-gold {
  margin-top: 60px; }
  body #contents #main .content-detail .design-list-gold-ttl {
    display: block;
    background-image: linear-gradient(90deg, #7d744c, #91895e 50%, #7d744c);
    text-align: center;
    color: #fff; }
  body #contents #main .content-detail .design-list-gold > p.list-lead {
    font-size: 1.35rem;
    padding: 20px 0;
    text-align: left;
    color: #8b8458; }
  body #contents #main .content-detail .design-list-gold > p.list-text {
    text-align: left;
    padding-bottom: 20px;
    line-height: 1.5em;
    font-size: 1.2rem; }
body #contents #main .content-detail .design-type-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0; }
  body #contents #main .content-detail .design-type-ttl figure {
    width: 350px; }
  body #contents #main .content-detail .design-type-ttl-caption {
    font-size: 1.2rem;
    text-align: right; }
body #contents #main .content-detail p.content-lead {
  color: #f00;
  font-size: 1.5rem;
  color: #8b8458;
  padding-bottom: 30px; }
body #contents #main .content-detail p.content-text {
  font-size: 1.2rem;
  padding: 20px 0; }
body #contents #main .content-detail h3.design-ttl {
  display: block;
  padding: 25px 0;
  margin-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  body #contents #main .content-detail h3.design-ttl:after {
    content: "";
    display: block;
    width: 100%;
    background-image: linear-gradient(90deg, #e7ebc2, #987642 50%, #e7ebc2);
    padding: 1px 0;
    position: absolute;
    bottom: 0; }
  body #contents #main .content-detail h3.design-ttl.ttl01 {
    background-image: url(../img/design/design-ttl01.png); }
  body #contents #main .content-detail h3.design-ttl.ttl02 {
    background-image: url(../img/design/design-ttl02.png); }
  body #contents #main .content-detail h3.design-ttl.ttl03 {
    background-image: url(../img/design/design-ttl03.png); }

/*SP ONLY*/
@media screen and (max-width: 750px) {
  body #contents #main .content-detail .design-type-ttl figure {
    width: 70%; } }

/*# sourceMappingURL=design.css.map */
