.section-ttl {
  background-color: #C2E880;
  padding: .5em;
  text-align: center;
  color: #3CA125;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .section-ttl {
    padding: .5em;
  }
}

@media screen and (min-width: 1000px) {
  .section-ttl {
    font-size: 2em;
  }
}

.main-service {
  margin-top: 2em;
}

@media screen and (min-width: 1000px) {
  .main-service {
    margin-top: -3em;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .main-service .main-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-service .main-service-list li {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 2em;
  background-color: #fff;
  border-radius: .5em;
}

@media screen and (min-width: 768px) {
  .main-service .main-service-list li {
    width: 46%;
  }
}

.main-service .main-service-list li a{
  display: block;
  padding-bottom: 1em;
  border-radius: .5em;
  background-size: cover;
}

.main-service .main-service-list li:nth-of-type(1) a{
  background-image: url(../img/front_main-service-home.png);
  background-position: center;
}

.main-service .main-service-list li:nth-of-type(2) a{
  background-image: url(../img/front_main-service-visit.png);
  background-position: left;
}
.main-service .main-service-list li .ttl {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.5em;
  padding: .5em;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .main-service .main-service-list li .ttl {
    font-size: 2em;
    line-height: 1;
    top: 0;
  }
}

.main-service .main-service-list li .text {
  display: block;
  margin-top: 10em;
  background-color: #3CA125;
  color: #fff;
  padding: .5em;
}

@media screen and (min-width: 768px) {
  .main-service .main-service-list li .text {
    min-height: 10em;
  }
}

@media screen and (min-width: 1000px) {
  .main-service .main-service-list li .text {
    min-height: 7.5em;
  }
}

.service {
  background-image: url(../img/front-service-bg.png);
  background-size: cover;
}

.service .service-list {
  padding: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service .service-list li {
  border: 2px solid #3CA125;
  background-color: #fff;
  border-radius: .8rem;
  margin: auto;
  margin-bottom: 1em;
  width: 48%;
}

@media screen and (min-width: 768px) {
  .service .service-list li {
    width: 30%;
  }
}

.service .service-list li a {
  display: block;
  padding: .5em;
  background-size: cover;
  border-radius: .7rem;
}

@media screen and (min-width: 768px) {
  .service .service-list li a {
    padding: .8em;
  }
}

.service .service-list li:nth-of-type(1) a {
  background-image: url(../img/front_service-visit.png);
}

.service .service-list li:nth-of-type(2) a {
  background-image: url(../img/front_service-support.png);
}

.service .service-list li:nth-of-type(3) a {
  background-image: url(../img/front_service-danke.png);
}

.service .service-list li .ttl {
  background-color: #3CA125;
  color: #fff;
  border-radius: .4rem;
  padding: .5em;
  text-align: center;
  margin: 5em auto 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .service .service-list li .ttl {
    margin-top: 6em;
    font-size: 1.3em;
    padding: .3em;
  }
}

@media screen and (min-width: 1000px) {
  .service .service-list li .ttl {
    font-size: 1.5em;
  }
}

.news .news-wrapper {
  border: 3px solid #C1C1C1;
  border-radius: .4rem;
  -webkit-box-shadow: 0 3px 6px #D4CFCF;
          box-shadow: 0 3px 6px #D4CFCF;
  padding: 2em 1em;
  margin: 2em auto;
}

@media screen and (min-width: 1000px) {
  .news .news-wrapper {
    padding: 2em 3em;
  }
}

.news .news-wrapper .news-list {
  border-top: 1px solid #D4CFCF;
}

.news .news-wrapper .news-list li {
  border-bottom: 1px solid #D4CFCF;
}

.news .news-wrapper .news-list li a {
  display: block;
  padding: .5em;
}

@media screen and (min-width: 1000px) {
  .news .news-wrapper .news-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 2em;
  }
}

@media screen and (min-width: 1000px) {
  .news .news-wrapper .news-list li .post-time {
    width: 8em;
  }
}

.news .news-wrapper .dubble-btn {
  display: block;
  width: 6em;
  margin: 1em auto 0;
  text-align: center;
}
/*# sourceMappingURL=front-page.css.map */