.sp-content {
  display: none;
}

.news_area {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 1em;
  overflow: hidden;
}

.news_area a {
    text-decoration: underline;
}

.news_area .jumbo {
  width: 100%;
  margin-top: 1em;
}

.news_area .info {
  margin-top: 1.5em;
  font-weight: bold;
}

.news_area .info.attention {
  color: #B10000;
}

.news_area .info div.title {
  float: left;
}

.news_area .info div.title h1 {
  font-size: 18px;
}

.news_area .info .tag-area {
  float: right;
}

.news_area .info .tag {
    background-color: black;
    color: white;
    padding: 0;
    font-size: 1.5em;
    width: 134px;
    text-align: center;
}

.news_area .info.attention .tag {
  background-color: #B10000;
}

.news_area.body img {
  max-width: 100%;
  height: auto;
}

.back_link_area {
  text-align: center;
  margin-top: 5em;
}

.back_link_area .back_link {
  width: 370px;
  height: 60px;
  background: black;
  color: white;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 30px;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
}
dl{
	width: 100%;
	overflow: hidden;
	border-top: none;
}
dt{
	width: 5%;
	float: left;
  font-weight: bold;
  padding-bottom: 0.2em;
}
dd{
	width: 95%;
	float: left;
	margin: 0;
  padding-bottom: 0.2em;
}
dd:after{
	clear: both;
}

/* ------------------------------
mobile
------------------------------ */
@media screen and (max-width: 767px) {
  .pc-content {
    display: none;
  }

  .sp-content {
    display: block;
  }

  .news_area {
    padding: 0 1em;
    min-width: 0;
  }

  .news_area .info {
    font-size: 16px;
  }

  .news_area .info p {
    font-size: 1.0em;
  }

  .news_area .info .tag {
    text-align: center;
    width: 135px;
    margin: 0 auto 1em;
  }

  .news_area.body {
    font-size: 14px;
  }

  dl {
    font-size: 1em;
  }

  dt{
    width: 10%;
  }

  dd{
    width: 90%;
  }

  .back_link_area .back_link {
    width: 382px;
    height: 60px;
    font-size: 1.5em;
  }
}