/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
.remodal {
  max-width: 1100px !important;
}
.remodal h3 {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  display: inline-block;
  background-color: #88ab67;
  padding: 20px 0;
}
.remodal h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin: 0;
}
.remodal ul {
  padding: 40px 20px;
  background-color: #dde7d4;
}
.remodal ul li {
  float: left;
  width: 23.75%;
  margin-right: 1.66667%;
}
.remodal ul li:last-child {
  margin-right: 0;
}
.remodal ul li a {
  width: 100%;
  height: 230px;
  background-color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.remodal ul li a:hover {
  top: -5px;
}
.remodal ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #88ab67 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.remodal ul li a .gazo img {
  width: 100%;
  height: auto;
}
.remodal ul li a .txt {
  margin-top: 20px;
}
.remodal ul li a .txt .txt1 {
  color: #88ab67;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.remodal ul li a .txt .txt2 {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
}
.remodal.cm {
  padding: 0px !important;
  background: none;
  max-width: 840px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .remodal.cm {
    padding: 0px !important;
    background: none;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .remodal.cm iframe {
    width: 100%;
    height: 250px;
  }
}
