.wrap {
  width: 830px;
  margin: 0 auto;
  min-height: 250px;
}

.news dl {
  position: relative;
}

.news dt {
  position: absolute;
  left: 0;
}

.news dd {
  padding-left: 130px;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b2b2b2;
}

.news dd a {
  text-decoration: underline;
}

.deta {
  display: inline-block;
}

h3 {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 600;
}

.news-txt {
  margin: 0 0 50px;
}

.news-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.detailUpfile {
	text-align: center;
	margin-bottom: 40px;
}


@media screen and (max-width: 1100px) {
  .wrap {
    width: 90%;

  }

  .news dl {
    position: relative;
  }

  .news dt {
    position: inherit;
    left: 0;
    margin: 0 0 1%;
  }

  .news dd {
    padding-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  h3 {
    margin: 0 0 4%;
    font-size: 16px;
  }

  h3 .sp{
    display: none;
  }

  .news-txt {
    margin: 0 0 10%;
  }

  .top-btn{
    width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .wrap {
    width: 90%;
    min-height: unset;
  }

  .news dl {
    position: relative;
  }

  .news dt {
    position: inherit;
    left: 0;
    margin: 0 0 1%;
  }

  .news dd {
    padding-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  h3 {
    margin: 0 0 6%;
    font-size: 16px;
    line-height: 1.4;
  }

  h3 .sp{
    display: block;
  }

  .news-txt {
    margin: 0 0 15%;
  }

  iframe {
    max-width: 100%;
  }

}
