@charset "UTF-8";
#contents {
  width: 950px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  background-color: #FFF;
  text-align: left;
  font-size: 114.2%;
  line-height: 1.6;
}

.news-ttl {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0;
  background-color: #309978;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.6;
  color: #FFF;
}

.lead-text {
  font-size: 125%;
  line-height: 2.0;
  text-align: center;
}

.topic-list {
  margin-top: 50px;
}
.topic-list > dt {
  background-color: #f2f2f2;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  padding: 14px;
}
.topic-list > dt + dd {
  margin-top: 30px;
}
.topic-list > dd {
  padding: 0 30px;
}
.topic-list > dd + dt {
  margin-top: 40px;
}
.topic-list > dd.topic01, .topic-list > dd.topic02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topic-list > dd.topic01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topic-list > dd.topic01 > div {
  text-align: center;
  margin-top: 15px;
}
.topic-list > dd.topic02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topic-list > dd.topic02 > div {
  margin: 0 30px;
}

.topic01-detail {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 112.5%;
}
.topic01-detail dt {
  width: 6em;
  margin-bottom: 5px;
}
.topic01-detail dd {
  width: -webkit-calc(100% - 6em);
  width: calc(100% - 6em);
  padding-left: 1em;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.topic01-detail dd::before {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px){
  #contents{
    width: auto;
    padding: 25px 15px;
    font-size: 1.4rem;
  }
  .news-ttl{
    padding: 18px 0;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .lead-text{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .topic-list{
    margin-top: 40px;
  }
  .topic-list > dt{
    font-size: 1.6rem;
    padding: 10px;
  }
  .topic-list > dt + dd{
    margin-top: 20px;
  }
  .topic-list > dd{
    padding: 0;
  }
  .topic-list > dd.topic01, .topic-list > dd.topic02{
    display: block;
  }
  .topic-list > dd.topic02 > div{
    margin: 0;
    text-align: center;
  }
  .topic-list > dd.topic02 > div + div{
    margin-top: 20px;
  }
  .topic-list > dd.topic02 > div img{
    width: auto;
    height: 270px;
  }
  .topic01-detail{
    width: auto;
    font-size: 1.6rem;
  }
  .topic01-detail dt{
    margin-bottom: 2px;
  }
  .topic01-detail dd{
    margin-bottom: 2px;
  }
}
