/*--------------------------------------



--------------------------------------*/
.contentLead {
  margin: 0 0 60px;
}

.contentItem {
  border: solid 1px #DFDFDF;
  padding: 25px;
}
.contentItem:not(:last-of-type) {
  margin: 0 0 25px;
}

.contentItemTitle {
  position: relative;
  padding: 0 0 0 40px;
  color: #61D2DB;
  margin: 0 0 15px;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 500;
}
.contentItemTitle span {
  font-weight: 700;
  font-size: calc(1.285rem + 0.315vw);
  min-width: 30px;
  min-height: 30px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #61D2DB;
}

.staffItem {
  position: relative;
}
.staffItem::before {
  content: "";
  margin: -5px 5px 0 0;
  width: 10px;
  height: 10px;
  background: #61D2DB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.staffItem:not(:last-of-type) {
  margin: 0 0 5px;
}

.inquiryTableWrap {
  margin: 15px 0 10px;
}

.inquiryTable {
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  max-width: 680px;
  width: 100%;
}

.inquiryTableHead, .inquiryTableData {
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}

.inquiryTableHead {
  background: #F9F9F9;
  padding: 15px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  display: block;
}

.inquiryTableData {
  padding: 15px;
  display: block;
}
.inquiryTableData a {
  color: #444;
  transition: 0.3s;
  text-decoration: none;
}

.inquiryTableTime {
  display: flex;
}

.inquiryWeek {
  width: 120px;
}

.inquiryTime {
  width: calc(100% - 120px);
}

@media (min-width: 1000px) {
  .contentItemTitle {
    font-size: 1.8rem;
  }
  .contentItemTitle span {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .inquiryTableHead {
    display: table-cell;
    width: 180px;
  }
  .inquiryTableData {
    display: table-cell;
  }
}

@media print, screen and (min-width: 960px) {
  .contentLead {
    margin: 0 0 80px;
  }
}

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