.p-top__menu {
  background: #B4DFEE;
  padding: 5px;
  margin-bottom: 25px;
}
.p-top__menu__list {
  display: flex;
  margin: 0 !important;
}
@media screen and (max-width: 769px) {
  .p-top__menu__list {
    display: block;
  }
}
.p-top__menu__list > li {
  border: 1px solid #CFF0D7;
  width: 25%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .p-top__menu__list > li {
    width: 100%;
  }
}
.p-top__menu__list > li a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px 5px;
  background: linear-gradient(82deg, #F7FFF9 3.51%, #E4F5E8 93.66%);
  transition: all 3s ease;
}
.p-top__menu__list > li a:hover {
  background: linear-gradient(82deg, #F7FFF9 3.51%, #A3DDDD 93.66%);
  text-decoration: none;
}
.p-top__leadcontent {
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.p-top__leadcontent__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-top__leadcontent__ttl__icon {
  width: 50px;
}
.p-top__leadcontent__ttl__icon img {
  width: 100%;
}
.p-top__leadcontent__ttl__wrap {
  margin-left: 10px;
}
.p-top__leadcontent__ttl__main {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-top__leadcontent__ttl__sub {
  font-size: 16px;
  margin-bottom: 0;
}
.p-top__vision {
  margin-bottom: 25px;
}
.p-top__vision__img {
  width: 300px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .p-top__vision__img {
    margin: 0 auto 10px;
  }
}
.p-top__vision__img img {
  width: 100%;
}
.p-top__vision__text {
  width: calc(100% - 310px);
}
@media screen and (max-width: 769px) {
  .p-top__vision__text {
    width: 100%;
  }
}
.p-top__vision__text__icon {
  width: 70%;
  margin: auto;
}
.p-top__vision__text__icon img {
  width: 100%;
}
.p-top__message {
  margin-bottom: 25px;
}
.p-top__message__img {
  width: 140px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .p-top__message__img {
    margin: 0 auto 10px;
  }
}
.p-top__message__img img {
  width: 100%;
}
.p-top__message__text {
  width: calc(100% - 150px);
}
@media screen and (max-width: 769px) {
  .p-top__message__text {
    width: 100%;
  }
}
.p-top__message__nameblock {
  margin-top: 5px;
}
.p-top__message__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.p-top__message__job {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-leadblock > h2 {
  background-color: #018E8E;
  color: #fff;
}

.p-main {
  padding: 0;
  background-color: #F8FCF3;
}
.p-main__bg {
  background: url("/laboratory/brain/sip/files/bg_sip-top.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  padding: 20px 20px 0 20px;
}

.p-scroll__img {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}
.p-scroll__img img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-scroll__img {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .p-scroll__img img {
    min-width: 665px;
  }
}

.p-section__item > h3 {
  background-color: unset;
  border-left: unset;
  border-bottom: 2px solid #018E8E;
  color: #018E8E !important;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: -0.1px;
}
.p-section__item h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
  line-height: 1.5;
}
.p-section__subitem {
  margin-bottom: 15px;
}
.p-section__subitem:last-of-type {
  margin-bottom: 0;
}
.p-section__subitem h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0 0 0;
}
.p-section__inner {
  padding: 10px 15px;
}

.p-box--roundblue {
  border-radius: 10px;
  border: 3px solid #B4DFEE;
}

.p-leadbox {
  padding: 5px 10px;
  margin-bottom: 20px;
}
.p-leadbox__textblock {
  width: calc(100% - 40px);
}
.p-leadbox__ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.p-leadbox__text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.p-leadbox__img {
  width: 30px;
}
.p-leadbox__img img {
  width: 100%;
}

.p-textblock p {
  font-size: 14px;
  margin-bottom: 0;
}

.p-img__350 {
  width: 350px;
  margin: 10px auto;
}
@media screen and (max-width: 769px) {
  .p-img__350 {
    width: 100%;
  }
}
.p-img__350 img {
  width: 100%;
}

.p-heading--lv03 {
  background-color: unset;
}

.p-child__leadtext {
  font-size: 16px;
}

.c-flex, .c-flex--vtoprev, .c-flex--basicrev, .c-flex--basic {
  display: flex;
}
.c-flex--basic {
  justify-content: space-between;
  align-items: center;
}
.c-flex--basicrev {
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .c-flex--basicrev {
    display: block;
  }
}
.c-flex--vtoprev {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .c-flex--vtoprev {
    display: block;
  }
}

.u-bg--white {
  background-color: #fff;
}

.u-list--disc {
  list-style-type: disc;
}
.u-list--circle > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.u-list--circle > li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #8b6b4e;
  border-radius: 50%;
}

.u-m--b--20 {
  margin-bottom: 20px;
}
.u-m--b--30 {
  margin-bottom: 30px;
}
.u-m--b--80 {
  margin-bottom: 80px;
}
.u-m--t--10 {
  margin-top: 10px;
}

.u-p--20 {
  padding: 20px;
}

.u-text--blue {
  color: #0066BB;
  font-weight: bold;
}

.u-border--bottomdot {
  border-bottom: 1px dotted #ccc;
}

.u-img img {
  width: 100%;
}

/*# sourceMappingURL=add.css.map */
