@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.gallery02 {
  margin-bottom: 95px;
}

.gallery02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery02 .article {
  width: 230px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.gallery02 .article:nth-child(3n) {
  margin-right: 0;
}

.gallery02 .square {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #9fad73;
  padding-top: calc(100% - 2px)
}

.gallery02 .square a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery02 .square img {
  max-width: 100%;
  max-height: 100%;
}

.gallery02 .title {
  margin-top: 15px;
  line-height: 1.4;
}

.gallery02 .title a {
  color: #47b4c6;
  font-weight: bold;
}