@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#lifegroud p {
  font-weight: 400;
  text-align: left;
  line-height: 2.3;
}
@media screen and (max-width: 850px) {
  #lifegroud p {
    line-height: 1.6;
  }
}
#lifegroud .life_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list {
    display: block;
  }
}
#lifegroud .life_list li {
  width: calc(50% - 40px);
  margin-top: 40px;
  background: #ffffff;
  border-radius: 12px;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li {
    width: 100%;
    margin-top: 30px;
  }
}
#lifegroud .life_list li dl {
  display: block;
}
#lifegroud .life_list li dl dt {
  background: #278D44;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  justify-content: center;
  width: 100%;
  padding: 22px 10px 22px 100px;
}
@media screen and (max-width: 1024px) {
  #lifegroud .life_list li dl dt {
    font-size: 17px;
    letter-spacing: 0;
    padding: 25px 0 25px 100px;
  }
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dt {
    padding: 20px 0 20px 80px;
    font-size: 15px;
  }
}
#lifegroud .life_list li dl dt .icon {
  background: #FC9213;
  color: #ffffff;
  width: 80px;
  height: 80px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  padding-top: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dt .icon {
    font-size: 10px;
    width: 70px;
    height: 70px;
    padding-top: 12px;
  }
}
#lifegroud .life_list li dl dt .icon span {
  font-size: 30px;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dt .icon span {
    font-size: 22px;
  }
}
#lifegroud .life_list li dl dd {
  padding: 0 40px 30px 40px;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dd {
    padding: 0 20px 20px 20px;
  }
}
#lifegroud .life_list li dl dd .img {
  width: 100%;
  text-align: center;
}
#lifegroud .life_list li dl dd .img img {
  height: 150px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dd .img img {
    height: 80px;
  }
}
#lifegroud .life_list li dl dd p {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dd p {
    font-size: 14px;
  }
}
#lifegroud .life_list li dl dd p span {
  font-weight: bold;
  color: #FC9213;
}
#lifegroud .life_list li dl dd .small {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  #lifegroud .life_list li dl dd .small {
    font-size: 12px;
  }
}
