@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　analysis
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background-image: url(../img/analysis/bg_page_ttl_pc.jpg);
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.content {
  background: #fff;
  padding-bottom: 0;
}

/* analysis01
-----------------------------------------------------------------*/
.analysis-ttl-box h2 {
  text-align: center;
  margin-bottom: 60px;
}
.analysis-ttl-box h2 .en {
  display: block;
  color: #0077d3;
  font-size: 2rem;
  letter-spacing: .3rem;
}
.analysis-ttl-box h2 .ja {
  display: block;
  font-size: 4rem;
  letter-spacing: .5rem;
}
.analysis-bg {
  background: url(../img/analysis/bg_service01.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis-white-box {
  max-width: 1400px;
  margin: auto;
  background: rgba(255, 255, 255, .98);
  padding-top: 80px;
}
.analysis-inbox h3 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: .2rem;
  max-width: 946px;
  padding-bottom: 20px;
  margin: 0 auto 30px;
  position: relative;
}
.analysis-inbox h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.analysis-inbox h3::after {
  content: "";
  width: 28.6%;
  height: 1px;
  background: #237ac5;
  position: absolute;
  left: calc(50% - 14.3%);
  bottom: 0;
}
.analysis-inbox h3 sup {
  font-size: 2.5rem;
  vertical-align: 1rem;
}
.analysis-lead-ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .2rem;
  padding: 35px 0 0;
  margin-bottom: 20px;
}
.analysis-lead-txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: .15rem;
  margin-bottom: 40px;
}
.analysis-lead-txt small {
  font-size: 1.4rem;
}
.analysis-lead-txt sup {
  font-size: 1rem;
  vertical-align: .5rem;
}
.analysis-lead-list {
    margin: 0 auto 30px;
    max-width: 800px;
    text-align: center;
}
.analysis-otherservices-txt {
  text-align: center;
  margin-bottom: 40px;
}
.analysis-list {
  font-size: 1.5rem;
  letter-spacing: .2rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 60px;
}
.analysis-list dt {
  border-top: 1px solid #bdbdbd;
  width: 18.33%;
  padding: 35px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.analysis-list dt::before {
  content: "";
  background: #bdbdbd;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  right: 0;
}
.analysis-list dd {
  border-top: 1px solid #bdbdbd;
  width: 81.67%;
  padding: 35px 40px;
}
.analysis-list dd.tsume {
  letter-spacing: 0.1rem;
}
.analysis-list dd sup {
  font-size: 1.3rem;
  vertical-align: .5rem;
}
.analysis-feature-box {
  margin-bottom: 70px;
}
.analysis-feature-box h4 {
  text-align: center;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: .2rem;
  margin-bottom: 20px;
}
.analysis-feature-box h4 .en {
  font-size: 4.4rem;
  color: #0077d3;
  display: block;
}
.analysis-feature-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.analysis-feature-list li {
  background: #f4f7f8;
  width: 31.5%;
  padding: 50px 35px;
  margin-bottom: 30px;
}
.analysis-feature-list li:last-child {
  width: 100%;
  padding: 50px 35px;
}
.analysis-feature-list .num {
  font-size: 3.5rem;
  line-height: 1;
  color: #0077d3;
  text-align: center;
  margin-bottom: 20px;
}
.analysis-feature-list .lead-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  margin-bottom: 10px;
}
.analysis-feature-list li:last-child .lead-txt {
  min-height: auto;
}
.analysis-feature-list .detail-txt {
  margin-bottom: 20px;
}
.analysis-feature-list li:last-child .detail-txt {
  text-align: center;
}
.analysis-feature-list .detail-txt sup {
  font-size: 1.2rem;
  vertical-align: .5rem;
}
.analysis-feature-list .note-txt {
  font-size: 1.4rem;
}
.analysis-feature-list .btn-arrow a::after {
  content: none;
}
.analysis-feature-list .btn-arrow span::after {
  content: "";
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
  background: url(../img/common/arw_down_w.svg) no-repeat center / contain;
}
.analysis-data-box {
  position: relative;
  border-top: 2px solid #0077d3;
  margin-top: 60px;
}
.analysis-data-box .ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .2rem;
  padding: 35px 0;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 40px;
}
.analysis-data-box .ttl sup {
  font-size: 1.7rem;
  vertical-align: .5rem;
}
.analysis-data-box .txt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.analysis-data-box .txt dt {
  width: 80px;
  position: relative;
}
.analysis-data-box .txt dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 5px;
}
.analysis-data-box .txt dd {
  width: calc(100% - 80px);
}
.analysis-data-box .txt sup {
  font-size: 1rem;
  vertical-align: .5rem;
}
.analysis-data-box .txt sup {
  font-size: 1rem;
  vertical-align: .5rem;
}
#FirePlex .data01 {
  margin: 20px 0 40px;
}
#FirePlex .data01 figcaption {
  padding-top: 15px;
}
#FirePlex .data01 sup {
  font-size: 1rem;
  vertical-align: .5rem;
}
.bnr-lisence {
  text-align: center;
  margin-bottom: 100px;
}
.bnr-lisence img {
  display: inline-block;
  border: 1px solid #f0eff5;
  transition: .3s;
}
.bnr-lisence a:hover {
  opacity: .7;
}
.panel-detail .ttl {
  margin-bottom: 0;
}
.panel-detail::before {
  content: "パネル詳細";
  background: #0077d3;
  width: 128px;
  height: 28px;
  color: #fff;
  border-radius: .5px;
  text-align: center;
  letter-spacing: .1rem;
  position: absolute;
  top: -14px;
  left: calc(50% - 64px);
}
.accordion dt {
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.8rem;
  letter-spacing: .2rem;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.accordion dt.accordion-none{
  cursor: default;
}
.accordion dt::before {
  content: "表を見る";
  color: #0077d3;
  font-size: 1.3rem;
  text-aligh: right;
  position: absolute;
  top: calc(50% - 12px);
  right: 70px;
}
.accordion dt.open::before {
  content: "表を閉じる";
}
.accordion dt::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/analysis/ico_plus.png) no-repeat top center / contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 25px;
}
.accordion dt.open::after {
  height: 2px;
  background: url(../img/analysis/ico_minus.png) no-repeat top center / contain;
  top: calc(50% - 1px);
}
.accordion dt.accordion-none span {
  color: #0077d3;
  font-size: 1.5rem;
  padding-left: 25px;
}
.accordion dt.accordion-none::before, .accordion dt.accordion-none::after {
  content: none;
}
.accordion dd {
  display: none;
  padding: 20px 0;
}
.panel-detail table {
  width: 100%;
}
.panel-detail tr:nth-child(odd) {
  background: #f4f7f8;
}
.panel-detail td {
  text-align: center;
  padding: 15px;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  border-right: 1px solid #dbdbdb;
}
.panel-detail tr td:last-child {
  border-right: none;
}
.panel-detail-note {
  text-align: left;
  letter-spacing: .1rem;
  padding: 35px 0 90px;
}
a.target_blank {
  text-decoration: underline;
}
a.target_blank::after {
  content: "";
  width: 12px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 0 2px;
  vertical-align: -.2rem;
  background: url(../img/analysis/ico_link_blank.png) no-repeat top center / contain;
}
a.target_blank:hover {
  text-decoration: none;
}
.panel-detail .gray-area {
  background: #f4f7f8;
  font-size: 1.5rem;
  margin: 20px 0 5px;
  padding: 15px 25px;
}
.fireprex-blue-box {
  background: url(../img/analysis/bg_fireplex.png) repeat top center;
  padding: 65px 60px 45px;
  margin: 80px 0 35px;
}
.fireprex-blue-box h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fireprex-blue-box h4 span {
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.fireprex-blue-box h4 sup {
  font-size: 1.7rem;
  vertical-align: .5rem;
}
.fireprex-blue-box li {
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: .1rem;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.1);
}
.fireprex-blue-box li a {
  display: block;
}
.fireprex-blue-box li:before, .fireprex-blue-box li:after {
  width: 0;
  height: calc(100% - 40px);
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.fireprex-blue-box li:before {
  border-left: solid 2px #237ac5;
  border-top: solid 2px transparent;
  top: 15px;
}
.fireprex-blue-box li:after {
  border-left: solid 2px #237ac5;
  border-bottom: solid 2px transparent;
  bottom: 15px;
}

/* analysis02
-----------------------------------------------------------------*/
.analysis02 .analysis-bg {
  background: url(../img/analysis/bg_service02.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis02-txt {
  margin: -30px 0 90px;
  line-height: 2;
  letter-spacing: .1rem;
}
.analysis02-txt sup {
  font-size: 1.3rem;
  vertical-align: .5rem;
}
.analysis02-dl dt {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  line-height: 1.75;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.analysis02-dl dt::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #237ac5;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.analysis02-dl dd {
  margin-bottom: 40px;
}
.analysis02-dl table {
  width: 100%;
}
.analysis02-dl tr {
  border-bottom: 1px solid #dbdbdb
}
.analysis02-dl tr:nth-child(odd) {
  background: #f4f7f8;
}
.analysis02-dl td {
  text-align: center;
  padding: 15px;
  width: 33.33%;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  border-right: 1px solid #dbdbdb;
}
.analysis02-dl tr:last-child,
.analysis02-dl tr td:last-child {
  border: none;
}
.analysis-blue {
  width: 100%;
  background: #f3f8fa;
  margin: 50px 0 80px;
  padding: 60px 0 40px;
}
.analysis02-pcr-box {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px;
}
.analysis02-pcr-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
.analysis02-pcr-box li {
  width: 48%;
  background: #f3f8fa;
  text-align: center;
  padding: 15px;
  font-size: 1.8rem;
  letter-spacing: .1rem;
}
.analysis02-pcr-box p {
  font-size: 1.3rem;
  padding-top: 10px;
  letter-spacing: .1rem;
  text-align: center;
}
.analysis-blue dl {
  background: #fff;
}

/* analysis03
-----------------------------------------------------------------*/
.analysis03 .analysis-bg {
  background: url(../img/analysis/bg_service03.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis03-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.analysis03-table > div {
  width: 48.33%;
}
.analysis03-table table {
  width: 100%;
}
.analysis03-table tr {
  border-bottom: 1px solid #dbdbdb
}
.analysis03-table tr.bg-gray {
  background: #f4f7f8;
}
.analysis03-table th {
  text-align: center;
  color: #fff;
  background: #0078d6;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .2rem;
}
.analysis03-table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  border-right: 1px solid #dbdbdb;
}
.analysis03-table td.align-left {
  text-align: left;
  width: 55%;
}
.analysis03-table th:last-child,
.analysis03-table td:last-child {
  border: none;
}
.analysis03-table-note {
  font-size: 1.4rem;
  padding: 30px 0;
}
.analysis03-vitro-box {
  background: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
.analysis03-vitro-box figure {
  text-align: center;
}
.analysis03-vitro-box dl {
  border-top: 1px solid #dbdbdb
}
.analysis03-vitro-box table {
  width: 100%;
}
.analysis03-vitro-box tr {
  border-bottom: 1px solid #dbdbdb
}
.analysis03-vitro-box tr:nth-child(odd) {
  background: #f4f7f8;
}
.analysis03-vitro-box th {
  text-align: center;
  color: #fff;
  background: #0078d6;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .2rem;
  border-right: 1px solid #dbdbdb;
}
.analysis03-vitro-box td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  border-right: 1px solid #dbdbdb;
}
.analysis03-vitro-box td.align-left {
  text-align: left;
  width: 55%;
}
.analysis03-vitro-box td:last-child {
  border: none;
}
.vitro2-note {
  font-size: 1.4rem;
  margin: -40px 0 80px;
}
.vitro2-note02 {
  font-size: 1.4rem;
  margin: 20px 0 0;
}

/* analysis04
-----------------------------------------------------------------*/
.analysis04 .analysis-bg {
  background: url(../img/analysis/bg_service04.jpg) no-repeat top center;
  padding-top: 200px;
}
#flow_cytometry .analysis-list dd small {
  font-size: 1.3rem;
}
.analysis04-table table {
  width: 100%;
  margin-bottom: 100px;
}
.analysis04-table tr {
  border-bottom: 1px solid #dbdbdb
}
.analysis04-table tr.bg-gray {
  background: #f4f7f8;
}
.analysis04-table th {
  text-align: center;
  color: #fff;
  background: #0078d6;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .2rem;
  border-right: 1px solid #dbdbdb;
}
.analysis04-table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  border-right: 1px solid #dbdbdb;
}
.analysis04-table td.align-left {
  text-align: left;
  width: 55%;
}
.analysis04-table th:last-child,
.analysis04-table td:last-child {
  border: none;
}

/* analysis05
-----------------------------------------------------------------*/
.analysis05 .analysis-bg {
  background: url(../img/analysis/bg_service05.jpg) no-repeat top center;
  padding-top: 200px;
}

/* footer-analysis
-----------------------------------------------------------------*/
.analysis-link {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  justify-content: center;
}
.analysis-link li {
  width: 31.66%;
}
.analysis-link li.xls a::after {
  content: none;
}
.analysis-link li.xls span::after {
  content: "";
  width: 14px;
  height: 15px;
  background: url(../img/analysis/ico_xls.png) no-repeat center / contain;
  display: inline-block;
  margin-left: 10px;
}
.contract-service {
  background: #f4f7f8;
  margin-top: 100px;
  padding: 100px 0 90px;
}
.contract-service h2 {
  text-align: center;
  line-height: 1.4;
  letter-spacing: .2rem;
  margin-bottom: 40px;
}
.contract-service h2 .en {
  font-size: 4.4rem;
  color: #0077d3;
}
.contract-service h2 .ja {
  font-size: 1.8rem;
}
.contract-service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contract-service li {
  background: #fff;
  width: 48.333%;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .1rem;
  position: relative;
}
.contract-service li a {
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.contract-service li a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/analysis/arw_btn_bk.png) no-repeat top center / contain;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
.contract-service li a:hover {
  color: #0077d3;
}
.contract-service li span {
  padding: 30px 40px;
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.1);
}
.contract-service li.current a {
  pointer-events: none;
  cursor: auto;
}
.contract-service li.current span {
  color: #0077d3;
}
.contract-service li.current a::after {
  content: none;
}
.contract-service li:last-child {
  margin: auto;
}
.contract-service li:before, .contract-service li:after {
  width: 0;
  height: calc(100% - 35px);
  display: block;
  position: absolute;
  left: -1px;
  content: "";
}
.contract-service li:before {
  border-left: solid 4px #237ac5;
  border-top: solid 4px transparent;
  top: 5px;
}
.contract-service li:after {
  border-left: solid 4px #237ac5;
  border-bottom: solid 4px transparent;
  bottom: 5px;
}
/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background-image: url(../img/analysis/bg_page_ttl_sp.jpg);
  }
  
/* analysis01
-----------------------------------------------------------------*/
  .analysis-ttl-box h2 {
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .analysis-ttl-box h2 .en {
    font-size: 1.8rem;
  }
  .analysis-ttl-box h2 .ja {
    font-size: 2.6rem;
    letter-spacing: .1rem;
  }
  .analysis-bg {
    background: url(../img/analysis/bg_service01_sp.jpg) no-repeat top center / 100%;
    padding-top: 100px;
  }
  .analysis-white-box {
    width: 94%;
    padding-top: 30px;
  }
  .analysis-inbox h3 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin: 0 15px 20px;
  }
  .analysis-inbox h3 sup {
    font-size: 1.4rem;
    vertical-align: .8rem;
  }
  .analysis-lead-txt {
    font-size: 1.3rem;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .analysis-lead-txt small {
    font-size: 1.3rem;
  }
  .analysis-list {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
  .analysis-list dt {
    font-weight: 500;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 15px 5px;
  }
  .analysis-list dt::before {
    content: none;
  }
  .analysis-list dd {
    border-top: none;
    width: 100%;
    padding: 0 15px 15px;
  }
  .analysis-list dd sup {
    font-size: 1rem;
  }
  .analysis-feature-box {
    margin-bottom: 0px;
  }
  .analysis-feature-box h4 {
    font-size: 1.6rem;
  }
  .analysis-feature-box h4 .en {
    font-size: 4rem;
  }
  .analysis-feature-list li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .analysis-feature-list li:last-child {
    padding: 20px;
  }
  .analysis-feature-list .num {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .analysis-feature-list .lead-txt {
    font-size: 1.6rem;
    min-height: auto;
  }
  .analysis-feature-list .detail-txt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .analysis-feature-list li:last-child .detail-txt {
    text-align: left;
  }
  .analysis-feature-list .detail-txt sup {
    font-size: 1rem;
  }
  .analysis-feature-list .note-txt {
    font-size: 1.3rem;
  }
  .analysis-data-box {
    margin-top: 40px;
  }
  .analysis-data-box .ttl {
    padding: 25px 0;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .analysis-data-box .ttl sup {
    font-size: 1.2rem;
  }
  .analysis-data-box .txt {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .analysis-data-box .txt dt {
    width: 65px;
  }
  #FirePlex .data01 {
    margin: 20px 0 40px;
  }
  #FirePlex .data01 figcaption {
    font-size: 1.4rem;
  }
  .bnr-lisence {
    margin-bottom: 80px;
  }
  .panel-detail::before {
    font-size: 1.4rem;
    width: 120px;
    height: 26px;
    top: -13px;
    left: calc(50% - 60px);
  }
  #FirePlex .accordion {
    margin-top: -20px;
  }
  .accordion dt {
    padding: 15px 30px 15px 0;
    font-size: 1.5rem;
    letter-spacing: .1rem;
  }
  .accordion dt::before {
    content: none;
  }
  .accordion dt.open::before {
    content: none;
  }
  .accordion dt::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 0;
  }
  .accordion dt.accordion-none {
    padding: 15px 0;
  }
  .accordion dt.accordion-none span {
    font-size: 1.2rem;
    padding-left: 0;
    display: block;
  }
  .accordion dt.accordion-none::before, .accordion dt.accordion-none::after {
    content: none;
  }
  .accordion dd {
    display: none;
    padding: 20px 0;
  }
  .panel-detail td {
    white-space: nowrap;
  }
  .panel-detail-note {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  .panel-detail .gray-area {
    font-size: 1.3rem;
    margin: 15px 0 5px;
    padding: 15px 20px;
  }
  .fireprex-blue-box {
    padding: 30px;
    margin: 40px -9% 35px;
  }
  .fireprex-blue-box h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .fireprex-blue-box h4 span {
    padding-bottom: 10px;
  }
  .fireprex-blue-box h4 sup {
    font-size: 1.2rem;
  }
  .fireprex-blue-box li {
    padding: 20px 30px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

/* analysis02
-----------------------------------------------------------------*/
  .analysis02 .analysis-bg {
    background: url(../img/analysis/bg_service02_sp.jpg) no-repeat top center / 100%;
  }
  .analysis02-txt {
    margin: -30px 0 50px;
    line-height: 1.75;
    font-size: 1.3rem;
  }
  .analysis02-txt sup {
    font-size: 1rem;
  }
  .analysis02-dl dt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .analysis02-dl dd {
    margin-bottom: 20px;
  }
  .analysis02-dl td {
    white-space: nowrap;
  }
  .analysis-blue {
    margin: 50px 0;
    width: 100%;
    padding: 30px 0 20px;
  }
  .analysis02-pcr-box {
    margin-bottom: 30px;
    padding: 20px;
  }
  .analysis02-pcr-box li {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .analysis02-pcr-box p {
    font-size: 1.2rem;
    padding-top: 0;
  }


/* analysis03
-----------------------------------------------------------------*/
  .analysis03 .analysis-bg {
    background: url(../img/analysis/bg_service03_sp.jpg) no-repeat top center / 100%;
  }
  .analysis03-table > div {
    width: 100%;
    margin: 10px 0;
  }
  .analysis03-table table {
    width: 100%;
  }
  .analysis03-table th,
  .analysis03-table td {
    white-space: nowrap;
  }
  .analysis03-table-note {
    font-size: 1.2rem;
    padding: 0;
  }
  .analysis03-vitro-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .analysis03-vitro-box th,
  .analysis03-vitro-box td {
    white-space: nowrap;
  }
  .vitro2-note {
    font-size: 1.2rem;
    margin: -30px 0 40px;
  }

/* analysis04
-----------------------------------------------------------------*/
  .analysis04 .analysis-bg {
    background: url(../img/analysis/bg_service04_sp.jpg) no-repeat top center / 100%;
  }
  #flow_cytometry .analysis-list dd small {
    font-size: 1.1rem;
  }
  .analysis04-table table {
    margin-bottom: 50px;
  }
  
/* analysis05
-----------------------------------------------------------------*/
  .analysis05 .analysis-bg {
    background: url(../img/analysis/bg_service05_sp.jpg) no-repeat top center / 100%;
  }
  
/* footer-analysis
-----------------------------------------------------------------*/
  .analysis-link li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contract-service {
    margin-top: 30px;
    padding: 40px 15px 50px;
  }
  .contract-service h2 {
    margin-bottom: 20px;
  }
  .contract-service h2 .en {
    font-size: 3.2rem;
  }
  .contract-service h2 .ja {
    font-size: 1.6rem;
  }
  .contract-service li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .contract-service li span {
    padding: 15px 40px;
  }
}