@charset "utf-8";

/* environment */
.environment {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .environment {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .environment {
    padding: 2rem;
    width: 960px;
  }
}
.environment footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .environment footer {
    position: relative;
  }
}
.environment__text {
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .environment__text {
    margin: 2.5rem 0;
  }
}

.environment__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .environment__item {
    margin-bottom: 2rem;
  }
}
.environment__item__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: .5rem 0;
}
@media only screen and (min-width: 1024px) {
  .environment__item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.environment__item__text {
  color: #9d97a3; 
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .environment__item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.environment__item h3 {
  color: #322341;
  font-weight: 700;
  margin-top: .5rem;
}
.environment__item dl {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: .5rem 0;
  padding: .5rem;
}
@media only screen and (min-width: 1024px) {
  .environment__item dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.environment__item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
  padding: 0 .125rem;
  word-break: break-all;
  width: 140px; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.environment__item dt span {
  font-size: 20px;
  line-height: 30px;
  margin-right: .5rem;
}
.environment__item dd {
  font-size: 12px;
  line-height: 22px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .environment__item dd {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .environment__item dd {
    border-left: 1px solid #e0e0e0;
    padding-left: 1rem;
  }
}