/* アウトライン */
@charset "UTF-8";

header.top {
  display: none;
}

header h1 a,
header h1 a:visited,
header h1 a:active {
  color: #004f7a;
}

div.contents_wrap {
  padding-top: 70px;
}

div.contentsTitle {
  background-image: url(/nb-nishiarai-south/img/img_h2-bg03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.Outline {
  width: 100%;
}

section.Outline ul {
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #cbe3f2;
  border-left: 1px solid #cbe3f2;
  border-right: 1px solid #cbe3f2;
}

section.Outline li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbe3f2;
  line-height: 1.5;
}

section.Outline li p {
  padding: 20px 30px;
}

section.Outline li p.Outline-item {
  background: #eff4f8;
  width: 220px;
  color: #004f7a;
  font-weight: 500;
}

@media screen and (max-width: 890px){
  section.Outline ul {
    width: 90%;
    margin: 0 auto;
  }
  section.Outline li {
    background: #eff4f8;
  }
  section.Outline li p {
    padding: 20px 10px;
    background: #fff;
  }
  section.Outline li p.Outline-item {
    width: 38%;
  }
  section.Outline li p.Outline-text {
    width: 62%;
  }
}

section.Outline-layout {
  width: 100%;
  text-align: center;
}

section.Outline-layout img {
  margin-bottom: 30px;
}
section.Outline-layout p {
  line-height: 1.5;
}
@media screen and (max-width: 890px){
  section.Outline-layout img {
    width: 90%;
  }
}
