@charset "UTF-8";

/* company
----------------------------------------------------------*/

.mc-company {
}
.mcc-cont-wrap {
  margin: 65px 0;
}
.mcc-cont-01 {
  float: left;
  width: 665px;
}
.mcc-dl {
  display: table;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 26px 0;
}
.mcc-dl dt {
  display: table-cell;
  width: 202px;
  box-sizing: border-box;
  padding-right: 20px;
}
.mcc-dt-tag {
  background: #000;
  color: #94814c;
  text-align: center;
}
.mcc-dl dd {
  display: table-cell;
  box-sizing: border-box;
}
.mcc-cont-02 {
  float: right;
}
.mcc-map {
  box-sizing: border-box;
  border: 9px solid #000;
}
.mcc-map iframe {
  width: 526px;
  height: 303px;
}

#service {
  margin-top: 100px;
  margin-bottom: 120px;
}
#service .mcc-cont-wrap {
  margin-top: 40px;
}
.mcc-list {
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  width: 80%;
  margin: 0 auto;
}
.mcc-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  width: 29%;
  margin: 2%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

