@charset "UTF-8";
/*---------------------------
  header
---------------------------*/
.see_header {
  background: #efefef;
}
.see_ttl_wrap {
  max-width: 111rem;
  padding: 2rem 1.5rem;
  margin: 0 auto;
  text-align: center;
}
.see_ttl_wrap h1 {
  margin-bottom: 4rem;
  text-align: center;
}
.see_ttl_wrap h1 img {
  width: 100%;
  max-width: 54.1rem;
  margin: 0 auto;
}
.see_ttl_wrap .lead {
  text-align: left;
  font-weight: bold;
}
.see_ttl_wrap .date {
  color: #333366;
  font-weight: bold;
  font-size: 2rem;
}
.see_ttl_wrap .navigator img {
  width: 60%;
  margin-bottom: 1rem;
}
.see_ttl_wrap .navigator p {
  padding-bottom: 2rem;
}
.see_ttl_wrap .inner_left {
  background: url(../img/img_map.png) bottom center no-repeat;
  background-size: contain;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .see_ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .see_ttl_wrap .inner_left {
    width: 60%;
  }
  .see_ttl_wrap .inner_right {
    width: 40%;
  }
  .see_ttl_wrap .inner_left h1 {
    margin-bottom: 6rem;
    text-align: left;
  }
  .see_ttl_wrap .inner_left h1 img {
    width: 100%;
    max-width: 54.1rem;
    margin: auto;
  }
  .see_ttl_wrap .inner_left .lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .see_ttl_wrap .inner_left {
    width: 65%;
  }
  .see_ttl_wrap .inner_right {
    width: 35%;
  }
}
/*---------------------------
  main
---------------------------*/
.see_content_wrap {
  background: #fff;
  padding: 2rem 1.5rem;
}
.see_content_wrap .inner {
  max-width: 111rem;
  margin: 0 auto;
}
.see_content_wrap .inner h2 {
  background: #333366;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  border-radius: .5rem;
  margin-bottom: 2rem;
}
.see_content_wrap .list li {
  margin-bottom: 2rem;
}
.see_content_wrap .list li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #f0f0f0;
  border-bottom: .2rem solid #333366;
  margin-bottom: 2rem;
  padding: .5rem 0;
}
.see_content_wrap .item {
  text-align: center;
}
.see_content_wrap .item img {
  margin: 0 auto 1rem;
}
.see_content_wrap .item dt {
  text-align: left;
}
.see_content_wrap .item dd {
  text-align: left;
  padding-left:1em;
  text-indent:-1em;
}
.see_content_wrap .item dd::before {
  content:'■';
}
.linkBtn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  height: 6rem;
  line-height: 6rem;
  background: #333366;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 1rem;
}
.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 0;
  border-top: solid .2rem #fff;
  border-right: solid .2rem #fff;
  -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .see_content_wrap {
    padding: 5rem 1.5rem;
  }
  .see_content_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .see_content_wrap .list li {
    width: 49%;
    margin-bottom: 3rem;
  }
  .see_content_wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .see_content_wrap .item img {
      margin: 0 1rem 0 0;
      width: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .see_content_wrap .inner h2 {
    font-size: 2rem;
  }
  .see_content_wrap .list li {
    width: 48%;
  }
  .see_content_wrap .item img {
      width: 21rem;
  }
}
/*---------------------------
  archive
---------------------------*/
.backnumber {
  background: #efefef;
  text-align: center;
  padding: 2rem 1.5rem;
}
.backnumber h2 {
  display: block;
  max-width: 111rem;
  margin: 0 auto 2rem;
  background: #333366;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: .5rem;
}
.backnumber ul {
  max-width: 111rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.backnumber ul li {
  width: 30%;
  margin-right: 5%;
}
.backnumber ul li:nth-child(3n) {
  margin-right: 0;
}
.backnumber ul li a {
  display: block;
  border-bottom: .1rem dotted #ccc;
  padding: 1rem;
  text-align: center;
}
.backnumber ul li a:active,
.backnumber ul li a:hover {
  background: #333366;
  color: #fff;
  opacity: 1;
  border-radius: .5rem;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 5rem 1.5rem;
  }
  .backnumber h2 {
    font-size: 2rem;
  }
  .backnumber ul li {
    width: calc(20% - 1rem);
    margin-right: .5rem;
    margin-left: .5rem;
  }
  .backnumber ul li:nth-child(3n) {
    margin-right: .5rem;
    margin-left: .5rem;
  }
  .backnumber ul li a {
    font-size: 1.8rem;
  }
}
