#information-index {
  width: 85.3%;
  margin-top: 10.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.4rem;
  max-width: 1500px;
}
#information-index .page__ttle h2 {
  font-size: 2.6rem;
  font-weight: bold;
}
#information-index .page__ttle h2 span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.3rem;
}
#information-index ul {
  margin-top: 3rem;
  width: 100%;
}
#information-index ul li {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  border-top: 1px #707070 solid;
}
#information-index ul li:nth-last-child(1) {
  border-bottom: 1px #707070 solid;
}
#information-index ul li p {
  color: #080865;
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
#information-index ul li span {
  font-size: 1.3rem;
  font-weight: bold;
}
#information-index ul li a {
  font-size: 1.3rem;
  font-weight: bold;
	display: inline-block;
	color: #222;
	text-decoration: none;
}
#information-index ul li a:hover {
	color: #277596;
}

.undercon{
  text-align: center;
  font-size: 300%;
  font-weight: bold;
  margin-top: 200px;
}
.undercon2{
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 300px;
}

@media screen and (min-width: 1025px) {
  #information-index {
    width: 85.3%;
    margin-top: 21.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.2rem;
    max-width: 1500px;
  }
  #information-index .page__ttle h2 {
    font-size: 3.9rem;
  }
  #information-index .page__ttle h2 span {
    font-size: 2.5rem;
    margin-top: 1.3rem;
  }
  #information-index ul {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.9rem;
  }
  #information-index ul li {
    padding-top: 3.3rem;
    padding-bottom: 2.2rem;
  }
  #information-index ul li p {
    font-size: 1.5rem;
    display: inline;
  }
  #information-index ul li span,
  #information-index ul li a{
    font-size: 1.6rem;
    margin-left: 3.3rem;
	  margin-bottom: 0.5rem;
  }
}