/* -----------------------------------------------
  info (contents)
----------------------------------------------- */
#contents section {
}
#contents section#title {
  box-sizing: border-box;
  padding: 40px 10px;
  position: relative;
  border-bottom: solid 10px #b3d0c7;
}
#contents section#title h1 {
  box-sizing: border-box;
  padding: 30px 0 10px;
  font-size: 175%;
  line-height: 1.6;
  text-align: center;
}
#contents section#title h1 .ja {
  display: block;
  margin-bottom: 10px;
}
#contents section#title h1 .en {
  display: block;
  font-size: 80%;
}
#contents section#title .logo figure {
  width: 264px;
  margin: 0 auto;
}
#contents section.cont-sec .cont-block {
  padding: 60px 0;
}
#contents section.cont-sec h2 {
  background-color: #b3d0c7;
  font-size: 150%;
  padding: 20px 0;
  margin-bottom: 40px;
}
#contents section.cont-sec h3 {
  text-align: left;
}

/* sp */
@media screen and (max-width: 767px) {
  #contents section {
  }
  #contents section#title {
    height: auto;
    padding: 30px 10px;
  }
  #contents section#title h1 {
    font-size: 20px;
    padding-top: 20px;
  }
  #contents section.cont-sec .cont-block {
    padding: 40px 3%;
  }
  #contents section.cont-sec h2 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  #contents section.cont-sec h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}


/* 20200801 */
.info_20200801 .cont-block {
  border-bottom: solid 1px #ccc;
}
.info_20200801 .cont-block:last-of-type {
  border-bottom: none;
}
.info_20200801 .url-list {
  display: flex;
  flex-flow: row wrap;
  font-size: 125%;
}
.info_20200801 .url-list dt {
  width: 4em;
  font-weight: bold;
}
.info_20200801 .url-list dd {
  width: calc(100% - 4em);
  font-weight: bold;
}
.info_20200801 .url-list .new {
  color: #f82775;
}

