/*******************************
vol031.scss
*******************************/
.contents a {
  text-decoration: none;
}
.contents__txt01__lead {
  margin: 7rem 0 3.3rem;
  font-size: 1.5rem;
}
.contents__txt01__detail {
  text-align: center;
}
.contents__intro .contents__txt01__detail {
  text-align: left;
}
.contents__ttl {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 5;
  font-weight: bold;
}
.contents__itemCre {
  position: relative;
  padding-bottom: 7rem;
  margin-bottom: 3rem;
}
.contents__itemCre:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 740px;
  margin: auto;
  background-color: #E0E0E0;
  height: 1px;
}
.contents__itemCre--last:after {
  display: none;
}

.info__detail__ttl {
  color: #000;
}
.info__detail__txt {
  color: #000;
  line-height: 2.4rem;
  margin-top: 0.3rem;
}
.info__a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.0rem;
  margin-top: 4.1rem;
}
