#information dl {
  width: 100%;
  margin: -10px 0 0;
}

#information dt {
  width: 10rem;
  float: left;
  padding: 20px 0 19px 3px;
  line-height: 140%;
  color: #999;
}

#information dd {
  margin: 0;
  padding: 20px 3px 19px 11rem;
  border-bottom: 1px solid #ddd;
  line-height: 140%;
}

#information dd:last-child {
  border-bottom: none;
}

#information dd span {
  background: #c00;
  font-size: .8rem;
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  line-height: 100%;
  margin-left: 5px;
  vertical-align: 1px;
}

#information dd a {
  color: #369;
}

#information .detail {
  margin-bottom: 10px;
}

#information .detail h3 {
  font-size: 2.1rem;
  padding-bottom: 15px;
  margin-bottom: 0;
  background: url(../img/h3_br.png) left bottom repeat-x;
}

#information .detail h3 span.day {
  font-size: .8rem;
  padding: 5px 0;
  border-radius: 15px;
  width: 120px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  background: #eee;
}

#information .detail h3 span.new {
  background: #c00;
  font-size: 1rem;
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  line-height: 100%;
  margin-left: 5px;
  vertical-align: 4px;
}

#information .detail p {
  line-height: 150%;
  padding-top: 25px;
}

#information .detail a {
  color: #369;
  text-decoration: underline;
}

#information .detail a:hover {
  text-decoration: none;
}

#information .detail a.pdf {
  margin-top: 25px;
  display: inline-block;
  background: url(../img/pdf.png) no-repeat;
  padding: 10px 0 10px 35px;
}

#information .detail a.back {
  display: block;
  width: 250px;
  margin: 50px auto 0;
  text-decoration: none;
  padding: 15px 0;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  border-radius: 30px;
  transition: .3s;
  line-height: 100%;
  background: url(../img/back.png) no-repeat 15px center;
  background-size: 9px 18px;
}

#information .detail a.back:hover {
  background: #999 url(../img/back.png) no-repeat 15px center;
  background-size: 9px 18px;
  color: #fff;
}


@media only screen and (max-width: 980px) {

  #information .detail {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {

  #information dt {
    width: 100%;
    float: none;
    padding: 20px 3px 3px;
    line-height: 140%;
    font-size: 1.2rem;
    color: #999;
  }

  #information dd {
    width: 100%;
    margin: 0;
    padding: 3px 3px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    line-height: 140%;
  }

  #information .detail p {
    line-height: 150%;
    font-size: 1.2rem;
  }

  #information .detail a.pdf {
    margin-top: 25px;
    display: inline-block;
    background: url(../img/pdf.png) no-repeat;
    padding: 10px 0 10px 35px;
    font-size: 1.2rem;
    line-height: 130%;
  }


}


/* 20220608 画像の回り込み処理 */

#information .detail p {
  overflow: hidden;
}

#information .detail p .image {
  display: block;
  float: right;
  max-width: 30%;
  padding-left: 40px;
}

#information .detail p .image img {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  #information .detail p {
    display: flex;
    flex-direction: column;
  }

  #information .detail p .image {
    max-width: 600px !important;
    margin: 30px auto 0;
    padding-left: 0;
    float: none;
    display: block;
    order: 5;

  }

  #information .detail p .image img {
    max-width: 100%;
    width: auto;
  }
}
