.about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-unit .about-img {
  width: 360px;
}

@media screen and (max-width: 960px) {
  .about-unit .about-img {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .about-unit .about-img {
    width: 100%;
  }
}

.about-unit .about-dtl {
  width: calc( 100% - 392px);
}

@media screen and (max-width: 960px) {
  .about-unit .about-dtl {
    width: calc( 100% - 344px);
  }
}

@media screen and (max-width: 768px) {
  .about-unit .about-dtl {
    width: 100%;
    margin-bottom: 16px;
  }
}

.dtl-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dtl-list__item:first-child dt {
  border-top: solid 2px #0c67a8;
}

.dtl-list__item:first-child dd {
  border-top: solid 2px #ccc;
}

.dtl-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 208px;
  padding: 16px 0;
  border-bottom: solid 2px #0c67a8;
  color: #0c67a8;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .dtl-list__item dt {
    padding: 14px 0;
  }
}

@media screen and (max-width: 640px) {
  .dtl-list__item dt {
    width: 184px;
    padding: 10px 0;
  }
}

.dtl-list__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 100% - 208px);
  padding: 16px 0 16px 16px;
  border-bottom: solid 2px #ccc;
}

@media screen and (max-width: 960px) {
  .dtl-list__item dd {
    padding: 14px 0 14px 14px;
  }
}

@media screen and (max-width: 640px) {
  .dtl-list__item dd {
    width: calc( 100% - 184px);
    padding: 10px 0 10px 10px;
  }
}

.dtl-list__item dd p {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .dtl-list {
    max-width: 100%;
  }
}

/*# sourceMappingURL=../../maps/pages/nutrition.css.map */
