#main .example .body {
  max-width: 1140px;
}

#main .example .list {
  font-size: 0;
}

#main .example .list .item {
  position: relative;
  top: 40px;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  text-decoration: none;
  border: 6px solid #144a97;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: top 0.5s, opacity 0.5s, color 0.5s, background 0.5s;
}

#main .example .list .item .photo {
  padding-top: 90%;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#main .example .list .item div.point-text {
  width: calc(100% - 10px);
  padding: 7px 0 8px;
  color: #fff;
  line-height: 1.4;
  font-size: 1.375em;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  background-color: #ff6c3f;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  display: none;
}

#main .example .list .item div.point-text.active {
  display: block;
}

#main .example .list .item div.point-text.active::after {
  content: '';
  border: 8px solid transparent;
  border-top: 16px solid #ff6c3f;
  position: absolute;
  z-index: 1;
  left: calc(50% - 8px);
  top: 100%;
}

#main .example .list .item.inview-active {
  top: 0;
  opacity: 1;
}

@media (min-width:737px) {
  #main .example .list .item {
    width: 30.7%;
    margin-left: 3.95%;
  }
  #main .example .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
}

#main .example .list .item .title {
  font-size: 2.4rem;
  font-family: NotoSerifCJKjp;
  color: #144a97;
  text-align: center;
  padding: 10px 0;
}

#main .example .list .item .photo {
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #ff6c3f;
  margin-top: 0;
}

#main .example .list .item .content {
  min-height: 180px;
  padding: 10px;
}

#main .example .list .item:hover {
  color: #fff;
  background: #144a97;
}

#main .example .list .item:hover .title {
  color: #fff;
}

.page-single #main .example .body {
  max-width: 850px;
}

.page-single #main .btn-1 {
  min-width: 300px;
}

@media (max-width:736px) {
  #main .example {
    padding: 6rem 0;
  }
  #main .example .list .item{
    width: 100%;
  }
  #main .example .list .item .content {
    min-height: 0;
  }
}

@media (min-width: 769px) {
    #main .example div.clearfix p:first-of-type { text-align: center; }
    #main .example div.clearfix img[class*="wp-image"] { width: 70%; }
}