@charset "utf-8";
@import url(mobile.css);


.wrap {
  position: relative;
}
.visual .v-con {
  padding: 30px 20px;
}
.visual article {
  float: left;
  width: 48%;
  height: 200px;
  margin-bottom: 20px;
}
.visual article:nth-child(1) {
  height: 420px;
}
.visual article:nth-child(1),
.visual article:nth-child(4) {
  margin-right: 4%;
}

.visual article {
  position: relative;
  background: linear-gradient(#17AF71, #0a915a);
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #eee;
  text-shadow: 0px 0px 2px #111
}
.visual article:hover,
.visual article.on {
  background: linear-gradient(#ddd, #fff);
  border: solid 1px #aaa;
  color: #17AF71;
  text-shadow: none
}
.visual article h2 {
  position: relative;
  height: 26px;
  width: 140px;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -70px;
  font-size: 26px;
  letter-spacing: -1px;
}
.visual article a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.visual article:nth-child(1) {
  background: linear-gradient(#4F4F4F, #222);
}
.visual article:nth-child(1):hover {
  background: linear-gradient(#ddd, #fff);
  color: #4F4F4F;
}
.visual article:nth-child(1) h2 {
  top: 48%;
}
.visual article:nth-child(1) p {
  position: relative;
  top: 51%;
  left: 50%;
  width: 100px;
  margin-left: -50px;;
  font-size: 20px;
  font-weight: bold;
}