.s1 {
  text-align: center;
  padding: 0 20px;
  max-width: 1040px;
  margin-bottom: 50px;
}
.s1_head {
  font-size: 24px;
  color: #010c56;
  margin-bottom: 1em;
}
.s1_text {
  line-height: 2.25em;
  margin-bottom: 50px;
}
.s1_img {
  width: 100%;
  background-image: url(../img/outline/s1-bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 50px;
}
.s1_img_in {
  width: 100%;
  padding: 50px 30px;
}
.s1_img_head {
  font-size: 20px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
.s1_img_ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.s1_img_li {
  width: 32%;
  max-width: 299px;
}
.s1_bottom {
  font-size: 20px;
  color: #000c56;
  text-align: center;
  line-height: 2.25em;
}
@media (max-width: 580px) {
  .s1_text {
    text-align: left;
  }
}

.s2 {
  max-width: 880px;
  padding: 0 20px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 60px;
}
.s2_head {
  line-height: 2em;
  font-size: 16px;
  color: #FFF;
  background-color: #000c56;
  padding: 0 8px;
  margin-bottom: 20px;
}
.s2_dl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.s2_dt {
  width: 20%;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.s2_dd {
  width: 80%;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.s2 .gmap {
  width: 100%;
  margin-bottom: 30px;
}
.s2 .gmap .iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 580px) {
  .s2_dt {
    width: 100%;
    border-bottom: none;
  }
  .s2_dd {
    width: 100%;
    padding-left: 20px;
  }
}
.s2_cate {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}
.s2_cate_ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  left: 0;
  right: 0;
  margin: 0 auto 30px auto;
}
.s2_cate_li {
  width: calc(33.33333% - 14px);
  max-width: 240px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.s2_cate_a {
  display: block;
  width: 100%;
  padding: 10px;
}
.s2_cate_a.nohref {
  pointer-events: none;
}
.s2_cate_name {
  font-size: 14px;
}
.s2_cate_data {
  margin-bottom: 10px;
}
.s2_cate_data_li {
  line-height: 1.4em;
}
.s2_cate_p {
  text-align: center;
  padding: 4px 0;
  line-height: 1em;
  background-color: #0f5071;
  color: #FFF;
}
@media (max-width: 768px) {
  .s2_cate_ul {
    max-width: 510px;
  }
  .s2_cate_li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 580px) {
  .s2_cate_ul {
    max-width: 240px;
  }
  .s2_cate_li {
    width: 100%;
  }
}

.nohref .s2_cate_p {
  visibility: hidden;
}

.link-img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
}/*# sourceMappingURL=outline.css.map */