.microbiome-mv .mv {
  background-image: url(/assets/img/microbiome/mv_bg.jpg);
}

.microbiome-mv .mv-body > h1 > span {
  top: -80px;
}

.microbiome-lead {
  margin-top: 90px;
}

.microbiome-lead p {
  line-height: 2.0;
  text-align: center;
}

.microbiome-feature {
  margin-top: 130px;
}

.microbiome-feature[data-id="development"] .microbiome-feature-body:before {
  right: 0;
  left: auto;
}

.microbiome-feature-title > h2 {
  position: relative;
  padding-bottom: 30px;
  font-size: 3.8rem;
  font-weight: normal;
  text-align: center;
}

.microbiome-feature-title > h2:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  margin: auto;
  background-color: #68a082;
  content: "";
}

.microbiome-feature-title > p {
  margin-top: 50px;
  line-height: 2.0;
  text-align: center;
}

.microbiome-feature-body {
  position: relative;
  margin-top: 60px;
  padding-top: 100px;
}

.microbiome-feature-body:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 520px;
  background-image: url(/assets/img/microbiome/feature_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.microbiome-feature-body > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.microbiome-feature-body > dl > dt {
  width: 50%;
  padding-left: 20px;
}

.microbiome-feature-body > dl > dt > div {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}

.microbiome-feature-body > dl > dt > div > p {
  line-height: 2.2;
}

.microbiome-feature-body > dl > dt > div > p:nth-of-type(n+2) {
  margin-top: 30px;
}

.microbiome-feature-body > dl > dt > div > ul {
  margin-top: 30px;
  color: #167b43;
  font-weight: bold;
}

.microbiome-feature-body > dl > dt > div > ul.en > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.microbiome-feature-body > dl > dt > div > ul > li {
  padding-left: 1.0em;
  line-height: 1.7;
  text-indent: -1.0em;
}

.microbiome-feature-body > dl > dt > div > ul > li:nth-of-type(n+2) {
  margin-top: 20px;
}

.microbiome-feature-body > dl > dd {
  width: 50%;
}

.microbiome-feature-text {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}

.microbiome-feature-text > p {
  line-height: 2.0;
}

.microbiome-feature-text > p:nth-of-type(n+2) {
  margin-top: 30px;
}

.microbiome-feature-table {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  padding-bottom: 160px;
}

.microbiome-feature-table > div > table {
  table-layout: fixed;
}

.microbiome-feature-table > div > table.en > tbody > tr > th {
  width: 200px;
}

.microbiome-feature-table > div > table.en > tbody > tr > th + td {
  width: 300px;
}

.microbiome-feature-table > div > table > tbody > tr:first-of-type > th, .microbiome-feature-table > div > table > tbody > tr:first-of-type td {
  border-top: 1px solid #dfdfdf;
}

.microbiome-feature-table > div > table > tbody > tr > th {
  position: relative;
  width: 280px;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f1f7f1;
  color: #68a082;
  line-height: 1.7;
  vertical-align: middle;
}

.microbiome-feature-table > div > table > tbody > tr > th:before, .microbiome-feature-table > div > table > tbody > tr > th:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.microbiome-feature-table > div > table > tbody > tr > th:before {
  top: 0;
}

.microbiome-feature-table > div > table > tbody > tr > th:after {
  bottom: 0;
}

.microbiome-feature-table > div > table > tbody > tr > th + td {
  width: 200px;
  padding: 20px 30px;
}

.microbiome-feature-table > div > table > tbody > tr > td {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.7;
  vertical-align: middle;
}

.microbiome-feature-table > p {
  margin-top: 20px;
  padding-left: 1.0em;
  font-size: 1.2rem;
  line-height: 1.7;
  text-indent: -1.0em;
}

.microbiome-feature-table > p.en {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .microbiome-mv .mv-body > h1 > span {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .microbiome-mv .mv-body > h1 > span {
    margin-top: 15px;
  }
  .microbiome-lead {
    margin-top: 50px;
  }
  .microbiome-lead p {
    line-height: 1.7;
    text-align: left;
  }
  .microbiome-feature {
    margin-top: 60px;
  }
  .microbiome-feature-title > h2 {
    padding-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .microbiome-feature-title > h2:after {
    width: 40px;
    height: 1px;
  }
  .microbiome-feature-title > p {
    margin-top: 30px;
    line-height: 1.7;
  }
  .microbiome-feature-body {
    margin-top: 30px;
    padding-top: 30px;
  }
  .microbiome-feature-body:before {
    width: 80%;
  }
  .microbiome-feature-body > dl {
    display: block;
    padding: 0 15px;
  }
  .microbiome-feature-body > dl > dt {
    width: 100%;
    padding: 0;
  }
  .microbiome-feature-body > dl > dt > div > p {
    line-height: 1.7;
  }
  .microbiome-feature-body > dl > dt > div > p:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .microbiome-feature-body > dl > dt > div > ul {
    margin-top: 20px;
  }
  .microbiome-feature-body > dl > dt > div > ul > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .microbiome-feature-body > dl > dd {
    width: 100%;
    margin-top: 20px;
  }
  .microbiome-feature-text {
    margin-top: 30px;
  }
  .microbiome-feature-text > p {
    line-height: 1.7;
  }
  .microbiome-feature-text > p:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .microbiome-feature-table {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .microbiome-feature-table > div {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    overflow: auto;
  }
  .microbiome-feature-table > div > table {
    width: 540px;
  }
  .microbiome-feature-table > div > table.en > tbody > tr > th {
    width: 120px;
  }
  .microbiome-feature-table > div > table.en > tbody > tr > th + td {
    width: 180px;
  }
  .microbiome-feature-table > div > table > tbody > tr > th {
    width: 120px;
    padding: 15px 0;
    font-size: 1.2rem;
  }
  .microbiome-feature-table > div > table > tbody > tr > th:before, .microbiome-feature-table > div > table > tbody > tr > th:after {
    height: 1px;
  }
  .microbiome-feature-table > div > table > tbody > tr > th + td {
    width: 140px;
    padding: 15px 20px;
  }
  .microbiome-feature-table > div > table > tbody > tr > td {
    padding: 15px 0;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .microbiome-feature[data-id="development"] .microbiome-feature-body > dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .microbiome-feature[data-id="development"] .microbiome-feature-body > dl > dt {
    padding-right: 20px;
    padding-left: 0;
  }
  .microbiome-feature[data-id="development"] .microbiome-feature-body > dl > dt > div {
    margin-left: 0;
  }
  .microbiome-feature[data-id="development"] .microbiome-feature-body > dl > dd > div {
    margin-left: 0;
  }
  .microbiome-feature-body > dl > dd > div {
    width: 80%;
    height: 520px;
    margin-left: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .microbiome-feature-body > dl > dd > div > img {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  .microbiome-feature-table > div > table > tbody > tr > td > br {
    display: none;
  }
}
