@charset "utf-8";
/* お知らせ */
/*----------------------------------------------------------- listdetail */
.Page .listDetail {
    background: #fff;
    padding: 30px;
    margin: 0;
}

.Page .listDetail dl {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  border-bottom: 2px dotted #b6bec2;
  padding: 15px;
  max-width: 900px;
}
.Page .listDetail dl dt {
    width: 190px;
    text-align: left;
    letter-spacing: 3px;
    padding: 0;
    background: transparent;
    color: #333;
}
.Page .listDetail dl dd {
    width: 500px;
    text-align: left;
    letter-spacing: 3px;
    padding: 0;
    background: transparent;
}
@media screen and (max-width: 768px) {
  .Page .listDetail dl dt {
    width: 194px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  .Page .listDetail dl dd {
    width: 370px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.4em;
    font-size: 12px;
  }
}

/* smartphone */
@media screen and (max-width: 480px) {

.Page .listDetail {
padding: 20px;
}


.Page .listDetail dl {
    flex-flow: inherit;
    justify-content: space-between;
    padding: 10px;
}
  .Page .listDetail dl dt {
    width: 80px;
  }
  .Page .listDetail dl dd {
    width: 190px;
  }
}