/* overwrite */
/*------------------------------------ */
.pagetitle-detail {
  margin: 0 0 24px 0;
  padding: 80px 0 0 0;
  border: none;
}
.pagetitle-detail .tag {
  width: auto;
  height: 30px;
  background: #E8875C;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 3px 10px;
}
.pagetitle-detail h2 {
  margin: 10px 0 50px;
  padding: 0;
  border: none;
}

.detail__container {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
.detail__container dl {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
}
.detail__container dl dt {
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.detail__container dl dt.icon_time::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/site_fronts/common/ico_time-53b26f2ed1f50ebafb9e6cb75b974cd12630b588ed62e564f035d3caa28a838e.svg) no-repeat;
  content: "";
  margin-right: 13px;
}
.detail__container dl dt.icon_time::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #333333;
}
.detail__container dl dt.icon_place::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/site_fronts/common/ico_place-d453af44461d535a61fa2fa207e47198daab7cdcff85bca9373ea8aeadb0903f.svg) no-repeat;
  content: "";
  margin-right: 13px;
}
.detail__container dl dt.icon_place::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #333333;
}
.detail__container dl dd {
  flex: 1;
  padding: 0 0 0 40px;
}
.detail__container .detail_txt {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
}

.detail_table th {
  width: 150px;
}
.detail_table td .min-txt {
  display: block;
  font-size: 14px;
}
.detail_table td dl dt {
  font-weight: 600;
}
.detail_table td dl dd {
  margin-top: 1em;
}

.detail_table--02 th {
  vertical-align: top;
}

@media (max-width: 768px) {
  .pagetitle-detail {
    padding: 60px 0 0 0;
    border: none;
  }
  .pagetitle-detail h2 {
    margin: 10px 0 30px;
  }
  .detail__container dl {
    padding: 18px 0;
    font-size: 14px;
  }
  .detail__container dl dd {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .detail__container .detail_txt {
    font-size: 14px;
    margin: 0;
    padding: 18px 0;
  }
}
