<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 2021/08/09 style.cssから転記　ここから */
.p-science__bodyTxt {
  background: #EDF2F9;
  padding: 75px 0 65px;
  margin: 0 0 90px;
}

.p-science__bodyTxt p {
  max-width: 648px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-science__bodyTxt {
    padding: 30px;
    margin: 0;
  }
  .p-science__bodyTxt p {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.p-science-mainContent {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .p-science-mainContent {
    padding: 55px 0 0;
  }
}

.p-science-block {
  margin: 0 0 70px;
}

.p-science-block__head {
  text-align: center;
  color: #4380B2;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  line-height: 1.66;
  margin: 0 0 50px;
  font-weight: 300;
}

.p-science-block__bodyTxt {
  max-width: 648px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-science-block {
    margin: 0 0 35px;
  }
  .p-science-block__head {
    font-size: 5vw;
    line-height: 1.8;
    margin: 0 0 16px;
  }
  .p-science-block__bodyTxt {
    padding: 0 30px;
    max-width: 100%;
  }
}

.p-science-imgBlock {
  max-width: 824px;
  margin: 0 auto 84px;
}

.p-science-imgBlock__caption {
  margin: 30px 0 0;
  font-size: 1.3rem;
  line-height: 1.84;
  font-weight: 300;
}

.p-science-imgBlock__column {
  margin: 52px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-science-imgBlock__column ul {
  width: 47.6%;
}

.p-science-imgBlock__column ul li {
  font-size: 1.4rem;
  line-height: 2.24;
  padding-left: 30px;
  position: relative;
  font-weight: 300;
}

.p-science-imgBlock__column ul li:before {
  content: "・";
  position: absolute;
  color: #4380B2;
  font-size: 1.4rem;
  line-height: 2.24;
  left: 0;
  top: 0;
}

.p-science-imgBlock__bodyTxt {
  max-width: 648px;
  margin: 40px auto 0;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
}

.p-science-imgBlock__bodyTxt a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-science-imgBlock {
    max-width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 60px;
  }
  .p-science-imgBlock__caption {
    margin: 20px 0 0;
  }
  .p-science-imgBlock__column {
    margin: 30px 0 0;
    display: block;
  }
  .p-science-imgBlock__column ul {
    width: 100%;
  }
  .p-science-imgBlock__column ul li {
    line-height: 2;
    padding-left: 25px;
  }
  .p-science-imgBlock__column ul li:before {
    line-height: 2;
  }
  .p-science-imgBlock__bodyTxt {
    max-width: 100%;
  }
}
/* 2021/08/09 style.cssから転記　ここまで */
/* 2024/06/06 ピラー記事の主要ページにおけるリンク付与 ここから */
.p-front-science__btn.-w90 {
  max-width: 90%;
  margin-top:20px;
}
.p-front-science__btn {
  margin: 0 auto;
  display: block;
  max-width: 280px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#6997d8), to(#7cb2d5));
  background: -webkit-linear-gradient(left, #6997d8 0%, #7cb2d5 100%);
  background: -o-linear-gradient(left, #6997d8 0%, #7cb2d5 100%);
  background: linear-gradient(to right, #6997d8 0%, #7cb2d5 100%);
  position: relative;
  z-index: 0;
}
.p-front-science__btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #79a4e1), to(#8ac0e3));
  background: -webkit-linear-gradient(left, #79a4e1 0, #8ac0e3 100%);
  background: -o-linear-gradient(left, #79a4e1 0, #8ac0e3 100%);
  background: linear-gradient(to right, #79a4e1 0, #8ac0e3 100%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 40px;
  z-index: -1;
}
.p-front-science__btn {
  margin: 0 auto;
  display: block;
  max-width: 280px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#6997d8), to(#7cb2d5));
  background: -webkit-linear-gradient(left, #6997d8 0%, #7cb2d5 100%);
  background: -o-linear-gradient(left, #6997d8 0%, #7cb2d5 100%);
  background: linear-gradient(to right, #6997d8 0%, #7cb2d5 100%);
  position: relative;
  z-index: 0;
}

/* 2024/06/06 ピラー記事の主要ページにおけるリンク付与 ここまで */
</pre></body></html>