@charset "UTF-8";
/*------------------------------------------------------------
	インテリアコーディネートサービスについて
------------------------------------------------------------*/
#service-top {
  text-align: center;
  margin-top: 20px;
}

#service-coordinator {
  margin-bottom: 115px;
}

#service-coordinator .collectionList {
  margin: 0 -1px;
}

#service-coordinator .collectionList li {
  padding: 1px;
}

@media only screen and (max-width: 640px) {
  #service-coordinator {
    margin-bottom: 40px;
  }
}

.coordinator {
  max-width: 1000px;
  padding: 75px 55px 80px;
  background: url("../img/service/hiroko_bg.jpg") no-repeat center right;
  background-size: cover;
  margin: 75px auto 100px;
}

.coordinator .image {
  display: none;
}

.coordinator dl {
  width: 410px;
  max-width: 100%;
  padding: 35px 45px;
  background: url("../img/common/ctTextbox_bg.jpg");
}

.coordinator dt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}

.coordinator dt span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-size: 4.2rem;
}

.coordinator dd {
  font-size: 1.5rem;
  margin-top: 25px;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .coordinator {
    background: none;
    padding: 75px 0 40px;
    padding: 0;
  }
  .coordinator .image {
    display: block;
  }
  .coordinator dl {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .coordinator {
    margin: 35px auto 50px;
  }
  .coordinator dl {
    padding: 35px 30px;
  }
  .coordinator dt span {
    font-size: 2rem;
  }
  .coordinator dd {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
