@charset "UTF-8";
#main {
  margin-bottom: 100px;
}

#main .size20,
#main .size24 {
  line-height: 1.8;
}

#main .text-box {
  margin: 40px 0;
}

#main .fig-img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main .text-box.row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

#main .text-box.row .grid {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main .text-box.row .grid {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
  }
  #main .text-box.row .grid + .grid:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #bbbbbb;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  #main .text-box.row .grid + .grid {
    border-top: 1px solid #bbbbbb;
    padding-top: 2%;
    margin-top: 2%;
  }
}

#main .text-box.row + .fig-img {
  margin-bottom: 75px;
}

#main .fig-title {
  font-size: 24px;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .fig-title span {
  background: url(../images/feature/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 74px;
  height: 74px;
  margin-right: 10px;
  font-size: 46px;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #a0ce77;
  padding: 18px;
  text-align: center;
}

#main .fig-title {
  margin-bottom: 10px;
}

#main .fig-img {
  margin-bottom: 15px;
}

#main #row1 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #bbbbbb), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #bbbbbb 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #main #row1 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  #main #row1 .row .grid {
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
  }
  #main #row1 .row .grid + .grid {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #bbbbbb), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#bbbbbb 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 8px;
    background-repeat: repeat-y;
  }
}

@media screen and (max-width: 767px) {
  #main #row1 .row .grid:first-child {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #bbbbbb), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #bbbbbb 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

#main #row2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #bbbbbb), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #bbbbbb 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

#main #row2 .fig-title + .figcaption {
  margin-left: 80px;
  margin-top: -10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #main #row2 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main #row2 .row .grid {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
  }
}

#main #row3 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #bbbbbb), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #bbbbbb 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #main #row3 .figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #main #row3 .figure .figcaption {
    padding-left: 40px;
    width: calc(100% - 470px);
  }
}

#main #row3 .figure ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

#main #row3 .figure ul li:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #a0ce77;
  position: absolute;
  left: 0;
  top: 5px;
}

#main #row4 h3 {
  color: #666666;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-top: 0;
}

#main #row4 h3::first-letter {
  color: #a0ce77;
  font-size: 80%;
  margin-right: 5px;
  display: inline-block;
}

#main #row4 .fig-title {
  margin-bottom: 30px;
}

#main #row4 .figure {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #main #row4 .figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #main #row4 .figure .figcaption {
    padding-left: 40px;
    width: calc(100% - 300px);
  }
}
