@charset "UTF-8";
#page_link .contents_inner ul {
  padding-left: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page_link .contents_inner ul a {
  font-size: 20px;
  display: inline-block;
  background: #04A23E;
  color: #ffff;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
}

#page_link .contents_inner ul a#none_box {
  background: none;
}

.contents_inner .img_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;
}

@media print, screen and (min-width: 751px) {
  .contents_inner .img_list {
    margin-top: 90px;
  }
}

.contents_inner .img_list figure {
  display: inline-block;
  width: 50%;
  width: calc(50% - 1rem);
}

@media print, screen and (min-width: 751px) {
  .contents_inner .img_list figure {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
  .contents_inner .img_list figure.img_list_left {
    margin-right: 60px;
  }
}

@media screen and (max-width: 750px) {
  .contents_inner .img_list figure {
    margin: 0.5rem 0.5rem;
  }
}

.contents_inner .img_list img {
  width: 100%;
}

.contents_inner .img_list img, .contents_inner .img_list figcaption {
  display: inline-block;
}

/**  PCのみ ************************/
@media all and (min-width: 741px), print {
  #page_link {
    padding: 30px 0;
  }
  #page_link .contents_inner ul a {
    position: relative;
    width: 314px;
    height: 75px;
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: bottom 15% center;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    white-space: nowrap;
  }
  #page_link .contents_inner ul a li {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #page_link .contents_inner ul a#none_box {
    background: none;
  }
  #page_link .contents_inner ul a:hover {
    background-position: bottom 2% center;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  #page_link .contents_inner ul .spacer {
    width: 100%;
    margin-top: 1rem;
  }
  .contents_inner .table_list.up_table {
    margin-top: 5rem;
  }
}

/**  SP ************************/
@media screen and (max-width: 740px) {
  #page_link .contents_inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page_link .contents_inner ul a {
    width: 100%;
    margin: 0.5rem 0;
  }
  #page_link .contents_inner ul a#none_box {
    display: none;
  }
  #greeting .contents_inner p.president {
    margin-top: 2rem;
  }
  .contents_inner .table_list.up_table {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=project.css.map */