* {
  box-sizing: border-box;
  color: #0e1867;
  font-family: 'Noto Sans CJK JP';
  letter-spacing: 0.025rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.icon {
  max-width: none;
  width: auto;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}
.extract {
  font-size: 0.5em;
  vertical-align: super;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 100vw;
  max-width: 1170px;
/*追加*/
  width: 90%;
}

.common_top {
  display: flex;
  height: 450px;
}

.common_top div {
  position: relative;
}

.common_top div > * {
  position: absolute;
}

.common_top div:first-of-type {
  background-color: #0e1867;
  width: 36.46%;
}

.common_top div:first-of-type p {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.common_top div:first-of-type p::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 105px;
}

.common_top div:last-of-type {
  overflow: hidden;
  width: 63.54%;
}

.common_top div:last-of-type img {
  min-width: 950px;
  width: 100%;
}

.common p {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 45px;
  margin: 0 auto;
}

.common section > div {
  padding-bottom: 80px;
  padding-top: 80px;
}

.common section .common_first {
  margin-top: -50px;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 10;
}

.common section .common_first p {
  max-width: 770px;
}

.common section .common_first .img_box {
  background-color: #fff;
  height: 160px;
  margin-bottom: 5px;
  position: relative;
}

.common section .common_first .img_box img {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.gray-bg{
  background-color: #eeeff4; 
  padding-top: 80px;
}

.common .gray-bg {
  background-color: #eeeff4;
}

.common_container {
  margin: 0 auto;
  max-width: 970px;
  width: 90%;
}

body {
/*追加*/
  max-width: 1921px;
  width: 100%;
  margin: auto;
}

.wide_wrapper {
  margin: 0 auto;
  max-width: 1920px;
  width: 100vw;
}

.scroll {
  opacity: 0;
  transition-duration: 500ms;
  transform: translateY(50px);
}

.scroll.show_item {
  opacity: 1;
  transform: translateY(0);
}

.go-top {
  bottom: 10%;
  background-color: #fff;
  border-radius: 50%;
  display: none;
  height: 70px;
  margin-bottom: 5px;
  position: fixed;
  right: 10%;
  width: 70px;
  z-index: 20;
}

.go-top div {
  background-color: #0e1867;
  border-radius: 4px;
  left: 50%;
  height: 18px;
  position: absolute;
  top: 39px;
  transform: translate(-50%, -50%);
  width: 4px;
}

.go-top div::before, .go-top div::after {
  background-color: #0e1867;
  border-radius: 4px;
  content: '';
  height: 4px;
  position: absolute;
  top: -23%;
  width: 13px;
}

.go-top div::before {
  transform: rotate(30deg);
}

.go-top div::after {
  right: 0;
  transform: rotate(-30deg);
}

.go-top::before {
  bottom: -25px;
  content: 'TOP';
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.go-top-txt {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.research_institute {
  display: flex;
  height: 46px;
  margin-top: 30px;
}

.research_institute div {
  border: 2px solid #0e1867;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.research_institute div:first-of-type {
  background-color: #0e1867;
  color: #fff;
  padding-right: 10px;
  text-align: right;
  width: 140px;
}

.research_institute div:last-of-type {
  background-color: #fff;
  padding-left: 10px;
  width: 170px;
}

.read_more {
  display: flex;
  height: 81px;
  justify-content: space-between;
  position: absolute;
  width: 186px;
}

.read_more a {
  background-color: #0e1867;
  border: 4px solid #fff;
  display: block;
  height: 81px;
  position: relative;
  width: 81px;
}

.read_more a::before, .read_more a::after {
  background-color: #fff;
  border-radius: 4px;
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
}

.read_more a::before {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}

.read_more a::after {
  left: 42px;
  transform: rotate(55deg) translate(-50%, -50%);
  width: 10px;
}

.read_more a:hover {
  background-color: #fff;
}

.read_more a:hover::before, .read_more a:hover::after {
  background-color: #0e1867;
}

.read_more p {
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 81px;
}

header {
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
}

/*header_pc*/
header ul {
  display: flex;
  height: 46px;
  margin: 30px 0px;
  margin-right: 50px;
}

header ul li {
  color: #0e1867;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
}

header ul li::after {
  border: transparent;
  border-right: 2px dotted #0e1867;
  content: '';
  display: inline-block;
  height: 15px;
  transform: rotateZ(210deg);
}

/*listの線*/
header ul li:nth-of-type(n+4)::after {
/*  display: none;*/
}

header ul li a {
  display: inline;
  margin: 0 15px;
  position: relative;
  transition-duration: 1s;
}

header ul li a::after {
  background-color: transparent;
  bottom: -10px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transition-duration: 0.5s;
  width: 100%;
}

header ul li a:hover::after {
  background-color: #0e1867;
  display: block;
}

.header-right {
  display: flex;
}

.header-right .contact_us {
  align-self: center;
  background-color: #0e1867;
  border: 2px solid #0e1867;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  width: 180px;
}

.header-right .contact_us .fa-angle-right {
  color: #fff;
  font-size: 19px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.header-right .contact_us:hover {
  background-color: #fff;
  color: #0e1867;
}

.header-right .contact_us:hover .fa-angle-right {
  color: #0e1867;
}

.header-right .hamburger_menu {
  display: none;
  height: 46px;
  width: 55px;
}

.header-right .hamburger_menu .fa-bars {
  height: 100%;
  width: 100%;
}
/**/


/*top_pc*/
.top h2 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
  position: relative;
  text-align: center;
  width: 100%;
}

.labo_top {
  height: 880px;
  margin-bottom: 80px;
  position: relative;
}

/*追加*/
@media only screen and (max-width: 1750px){
    .labo_top {
      height: 750px;
    }
}

@media only screen and (max-width: 1550px){
    .labo_top {
      height: 675px;
    }
}

@media only screen and (max-width: 1370px){
    .labo_top {
      height: 600px;
    }
}

@media only screen and (max-width: 1370px){
    .labo_top {
      height: 600px;
    }
}

@media only screen and (max-width: 1200px){
    .labo_top {
      height: 500px;
    }
}


.labo_top img {
  height: 100%;
  margin-left: 27vw;
  width: auto;
/*追加*/
  position: absolute;
  right: 0;
  z-index: -1;
  object-fit: cover;
}

.top_txt {
  left: 14%;
  opacity: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 500px;
}

.top_txt .big_top_txt {
  display: inline-block;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 105px;
  position: relative;
}

.top_txt .big_top_txt::after {
  background-color: #0e1867;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.top_txt .small_top_txt {
  font-size: 28px;
  line-height: 65px;
}

.top_txt p:nth-of-type(3) {
  margin-top: 20px;
}

.laboratory {
/*修正*/
/*
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
*/
}

.laboratory .english {
  font-family: Lato;
  font-size: 15px;
  letter-spacing: 0.1em;
}

/*追加*/
.circle_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.laboratory .circle {
  border-radius: 50%;
  height: 360px;
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  width: 360px;
/*追加*/
  margin-right: 30px;
  flex-shrink: 0;
}

.laboratory .circle img {
  height: 360px;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.laboratory .text {
  color: #333;
  font-size: 18px;
  line-height: 45px;
  max-width: 750px;
  width: 62.1%;
/*追加*/
  text-align: justify;
}

.strengths {
  display: flex;
  height: 325px;
  justify-content: center;
  margin: 0 20px 80px;
}

.strengths .strengths_txt {
  background-color: #0e1867;
  color: #fff;
  padding-left: 100px;
  padding-top: 80px;
  min-width: 565px;
/*修正*/
/*width: 47.25%;*/
  width: 37.25%;
}

.strengths .strengths_txt * {
  color: #fff;
}

.strengths .strengths_txt > p:first-of-type {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.strengths .strengths_txt > p:last-of-type {
  font-size: 15px;
}

.strengths .strengths_txt > p img {
  position: relative;
  right: -4%;
  vertical-align: top;
  transform: translateY(-30%);
}

.strengths .strengths_txt > p img[src*="3"] {
  transform: translateY(0);
}

.strengths .strengths_txt div {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  margin-right: auto;
  padding: 5px 20px;
  text-align: center;
}

.strengths .strengths_img {
  flex-grow: 1;
  position: relative;
  max-width: 766px;
  overflow: hidden;
}

.strengths .strengths_img img {
  max-width: none;
  position: absolute;
}

.strengths .strengths_img img[src*="2"] {
  left: -360px;
  top: -325px;
  width: 1383px;
}

.strengths .strengths_img img[src*="3"] {
  right: -50px;
  top: -140px;
  width: 904px;
}

.strengths .strengths_img img[src*="4"] {
  right: -5px;
  top: -124px;
  width: 805px;
}

.strengths .strengths_img .read_more {
  display: flex;
  height: 81px;
  justify-content: space-between;
  position: absolute;
  width: 186px;
}

.strengths .strengths_img .read_more a {
    background-color: #0e1867;
    border: 4px solid #0e1867;
    display: block;
    height: 80px;
    position: relative;
    width: 80px;
}

.strengths .strengths_img .read_more a::before {
  background-color: #fff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}

.strengths .strengths_img .read_more a::after {
  background-color: #fff;
  height: 2px;
  left: 43px;
  position: absolute;
  top: 50%;
  transform: rotate(55deg) translate(-50%, -50%);
  width: 10px;
}

.strengths .strengths_img .read_more a:hover {
  background-color: #fff;
}

.strengths .strengths_img .read_more a:hover::before, .strengths .strengths_img .read_more a:hover::after {
  background-color: #0e1867;
}

.strengths:nth-of-type(odd) .read_more {
  right: 10px;
  top: 10px;
}

.strengths:nth-of-type(even) .read_more {
  left: 10px;
  top: 10px;
}

.new_research_results {
  background-color: #eeeff4;
  padding: 80px 0;
}

.new_research_results h2 {
  margin-top: 0;
}

.new_research_results .wrapper > a {
  background-color: #0e1867;
  border: 2px solid #0e1867;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  padding: 14px 0;
  position: relative;
  text-align: center;
  width: 220px;
}

.new_research_results .wrapper > a .fa-angle-right {
  color: #fff;
  font-size: 19px;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.new_research_results .wrapper > a:hover {
  background-color: #fff;
  color: #0e1867;
}

.new_research_results .wrapper > a:hover .fa-angle-right {
  color: #0e1867;
}

.nrs_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.nrs_container .nrs_box {
  /*width: 370px;*/
/*修正*/
    /*追加*/
  max-width: 370px;
  width: auto;
}

.nrs_container .nrs_txt {
  background-color: #0e1867;
  padding: 30px;
}

.nrs_container .nrs_txt * {
  color: #fff;
  font-size: 15px;
}

.nrs_container .nrs_txt p {
  margin-top: 10px;
}

.laboratory_overview {
  margin-bottom: 100px;
  max-width: 1170px;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.laboratory_overview > img {
  max-width: 716px;
}

.laboratory_overview .overview_txt {
  background-color: rgba(14, 24, 103, 0.9);
  bottom: 0;
  min-width: 504px;
  padding-top: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}

.laboratory_overview .overview_txt > p {
  color: #fff;
  font-size: 32px;
  padding-bottom: 191px;
  padding-top: 20px;
}

.laboratory_overview .overview_txt .read_more {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.laboratory_overview .overview_txt .read_more p {
  color: #fff;
  line-height: 110px;
}

.laboratory_overview .overview_txt .read_more a {
  background-color: #fff;
}

.laboratory_overview .overview_txt .read_more a::before, .laboratory_overview .overview_txt .read_more a::after {
  background-color: #0e1867;
}

.laboratory_overview .overview_txt .read_more a:hover {
  background-color: #0e1867;
}

.laboratory_overview .overview_txt .read_more a:hover::before, .laboratory_overview .overview_txt .read_more a:hover::after {
  background-color: #fff;
}

.fumin_wrapper {
  background-color: #eeeff4;
  margin: 0 auto 80px;
  padding-bottom: 70px;
  padding-top: 70px;
/*  width: 770px; */
/*修正・追加*/
  max-width: 770px;
  width: auto;
}

.fumin_wrapper a {
  background-color: #fff;
  display: block;
  height: 150px;
  margin: 0 auto;
  text-align: center;
  width: 630px;
}

.fumin_wrapper a p {
  line-height: 75px;
  position: relative;
  margin-bottom: 0;
}

.fumin_wrapper a p:first-of-type {
  font-size: 30px;
  font-weight: 900;
}

.fumin_wrapper a p:first-of-type::before, .fumin_wrapper a p:first-of-type::after {
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-size: cover;
}

.fumin_wrapper a p:first-of-type::before {
    background-image: url("../img/logo1.png");
    height: 40px;
    left: -45px;
    width: 40px;
}

.fumin_wrapper a p:first-of-type::after {
  background-image: url("../img/link.png");
    height: 28px;
    right: -35px;
    width: 27px;
}

.fumin_wrapper a p:last-of-type {
  font-size: 18px;
}

.fumin_wrapper a:hover {
  background-color: #0e1867;
}

.fumin_wrapper a:hover p {
  color: #fff;
}

.fumin_wrapper a:hover p:first-of-type::before {
    background-image: url("../img/logo2@2x.png");
    height: 40px;
    left: -45px;
    width: 40px;
}

.fumin_wrapper a:hover p:first-of-type::after {
    background-image: url("../img/icon_white@2x.png");
    height: 28px;
    right: -35px;
    width: 27px;
}

.list_of_test_reports {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.list_of_test_reports a {
  margin-bottom: 60px;
}

.list_of_test_reports + nav {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.list_of_test_reports + nav a {
  background-color: #fff;
  border: 2px solid #0e1867;
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  width: 50px;
}

.list_of_test_reports + nav > a {
  margin-left: 20px;
  position: relative;
}

.list_of_test_reports + nav > a .fa-chevron-right {
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list_of_test_reports + nav ul {
  color: #0e1867;
  display: flex;
  justify-content: space-between;
  width: 160px;
}

.list_of_test_reports + nav ul .selected {
  background-color: #0e1867;
  color: #fff;
}

.earth {
  display: flex;
  justify-content: space-between;
}

.earth > div {
  width: 470px;
}

.earth .earth-img {
  height: 392px;
  overflow: hidden;
}

.earth .earth-img img {
  width: 150%;
}

footer {
  background-color: #0e1867;
  height: 400px;
}

footer * {
  color: #fff;
}

footer small {
  display: inline;
  text-align: center;
  width: 100%;
}

footer .wrapper {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 80px;
}

footer .research_institute {
  background-color: #fff;
  display: inline-flex;
  margin-top: 0;
  padding: 3px;
}

footer .research_institute div {
  line-height: 36px;
}

footer .research_institute div:last-of-type {
  color: #0e1867;
}

footer .left_footer {
  width: 320px;
}

footer .left_footer p {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

footer .right_footer ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

footer .right_footer ul li {
  line-height: 1;
  padding-left: 10px;
}

footer .right_footer ul li:not(:last-of-type) {
  border-right: 2px solid #fff;
  padding-right: 10px;
}

footer .right_footer ul a {
  font-size: 14px;
}

footer .right_footer .lower_right_footer {
  align-items: center;
  display: flex;
  height: 53px;
}

footer .right_footer .lower_right_footer > * {
  margin-left: 20px;
}

footer .right_footer .lower_right_footer .fumin_footer {
  font-weight: bolder;
  line-height: 26px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

footer .right_footer .lower_right_footer .fumin_footer .icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

footer .right_footer .lower_right_footer .fumin_footer .icon:first-of-type {
  left: 0;
}

footer .right_footer .lower_right_footer .fumin_footer .icon:last-of-type {
  right: 0;
}

footer .right_footer .lower_right_footer .privacy_policy {
  border-bottom: 2px solid #fff;
  height: 30px;
}

footer .right_footer .lower_right_footer .privacy_policy a {
  line-height: 1;
}

footer .right_footer .lower_right_footer .contact_us {
  background-color: #fff;
  border-radius: 26px;
  color: #0e1867;
  font-size: 15px;
  font-weight: bold;
  height: 53px;
  letter-spacing: 0.05em;
  line-height: 53px;
  position: relative;
  text-align: center;
  width: 220px;
}

footer .right_footer .lower_right_footer .contact_us .fa-angle-right {
  color: #0e1867;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 780px) {
/*
  .header-right nav, .header-right .contact_us {
    display: none;
  }
*/
  .header-right .hamburger_menu {
    display: block;
    height: 46px;
    width: 55px;
  }
  .header-right .hamburger_menu .fa-bars {
    font-size: 40px;
  }
}

/*top_pc_end*/

/*追加*/
/*list_of_test_report*/
.common_first{
    z-index: 1;
    background-color: #fff;
}

.common_first p{
    max-width: 780px;
    margin: auto;
    letter-spacing: normal;
    margin-bottom: 100px;
}

.img_box{
    display: block;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 50px;
}

.main_top section{
    position: relative;
    bottom:60px;
    margin-bottom: -60px;
}

.main_top p{
    color:#333333;
}

.img_box .icon{
    width: 80px;
}

/*details*/
.mainvisual{
    background-color: #0e1867;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainvisual p{
    color: #fff;
    width: 650px;
    text-align: center;
    position: relative;
    font-size: 32px;
    left: 120px;
    bottom: 65px;
}

.mainvisual p:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 90px;/*線の長さ*/
    height: 3px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #fff;/*線の色*/
    border-radius: 0px;/*線の丸み*/
}

.labo_top4{
    overflow-x: hidden;
}

.labo_top4 img{
    margin: auto;
    width: 1280px;
    max-width: none;
}

.main_wrapper {
    overflow: hidden;
    height: 480px;
}

.wrapper_section{
    position: relative;
    bottom: 60px;
    z-index: 1;
    max-width: 1170px;
    margin: auto;
    background-color: #fff;
    margin-bottom: -10px;
}

.wrapper_section .wrapper{
    width: 90%;
    margin: auto;
    text-align: left;
}

.date{
    padding-top: 100px;
    font-size: 15px;
}

.wrapper_section h2{
    margin: auto;
    text-align: left;
    font-size: 25px;
}

.graph{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    width: 700px;
    margin: auto;
}

.graph_text{
    color: #000;
    margin-top: 100px;
}

.graph img{
    margin: auto;
    flex-direction: row;
    width: auto;
    max-width: none;
}

.graph_details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid;
    width: 450px;
    margin: auto;
    padding: 10px
}

.graph_details div p{
    text-align: center;
    font-size: 14px;
}

.graph_red{
    color: red;

}

.graph_blue{
    color:#0E1867;
}

.section2{
    background-color: #eeeff4;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 80px;
}

.date2{
    background-color: #fff; 
    padding: 50px;
    margin-bottom: 70px;
    line-height: 2;
}

.date2 h2{
    text-align: left;
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.date2 p{
    text-align: left;
    margin: 0;
    color: #000;
    font-weight: 100;
}

.date2 h2+p{
    text-align: left;
    margin: 0;
    color: #000;
    font-weight: 100;
}

.return a{
    background-color: #0e1867;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    width: 220px;
}

.return .fa-angle-right:before{
    color: #fff;
    margin-left: 10px;
}

.return a span{
    color: #fff;
}

/*furubosan*/
.common_wrpper p{
    line-height: 2.2;
    font-size: 18px;
}

.common_container p{
    margin-bottom: 50px;
}

.earth_img p{
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1;
}

p.gray-bg_end{
    margin-bottom: 0;
    padding-bottom: 80px;
}

.white-bg h2{
    margin-top: 100px;
}

.seibun{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
}

.circle_content{
    display: inline-block;
    color: #0E1867;
    width: 300px;
    margin:0 auto;
    margin-top: 50px;
}

.circle_contents_p{
    text-align: center;
}

.circle_contents_p p{
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    color: #0e1867;
}

.circle_contents{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.circle_content:nth-of-type(1) .circle_contents{
    background-color: #0E1867;
}

.circle_content:nth-of-type(2) .circle_contents{
    background-color: #323B7E;
}

.circle_content:nth-of-type(3) .circle_contents{
    background-color: #4A528D;
}

.circle_content:nth-of-type(4) .circle_contents{
    background-color: #62699C;
}

.circle_content:nth-of-type(5) .circle_contents{
    background-color: #7A80AB;
}

.circle_content:nth-of-type(6) .circle_contents{
    background-color: #9397BB;
}

.circle_contents p{
    color: #fff;
    width: 130px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

p.table_h2{
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.table_bottom{
    margin: auto;
    width: 760px;
    margin-top: 20px;
    margin-bottom: 50px;
}

div.table_bottom p{
    margin-bottom: 0px;
}

.white-bg table , td, th {
    font-size: 15px;
	border: 2px solid #0E1867;
	border-collapse: collapse;
    letter-spacing: 1.7px;
    margin: auto;
}
.white-bg td, th {
	width: auto;
	height: auto;
    text-align: center;
    vertical-align: middle;
}
.white-bg th {
	background: #0E1867;
}
.white-bg .even {
	background: #fbf8f0;
}
.white-bg .odd {
	background: #fefcf9;
}

.common_container td{
    width: 280px;
    height: 100px;
}

.common_container .td_light{
    width: 200px;
    height: 100px;
    border-left-style: hidden;
}

.common_container .td_right{
    border-right-style: hidden;
}

.tr_top{
    border-top: 2px solid #0E1867;
}

.tr_bottom{
    border-bottom: 2px solid #0E1867;
}

.graph2{
    display: block;
    width: 700px;
    margin: auto;
    margin-top: 20px;
}

.graph3_p{
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}

.fumin_wrapper .logo1{
    display: inline-block;
    width: 50px;
    vertical-align: middle;
}

.fumin_wrapper .link{
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

.fumin_wrapper .text{
    display: inline-block;
    vertical-align: middle;
    color: #0e1867;
}

.fumin_wrapper .text2{
    color: #0e1867;
}

.fumin_wrapper .logo1_sp{
    display: none;
}

.fumin_wrapper .link_sp{
    display: none;
}

.common_container .fumin_wrapper{
    margin-top: 80px;
    margin-bottom: 80px;
}

.page_return_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.page_return{
    position: relative;
}

.page_return img{
    width: 370px;
    height: 290px;
    object-fit: cover;
}

.page_returns{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    width: 370px;
    height: 290px;
    background-color: #0e1867;
}

.hurubosan_return{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    opacity: 1;
}

.hurubosan_return2{
    position: absolute;
    top: 58%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    opacity: 1;
}

.hurubosan_return3{
    position: absolute;
    top: 58%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    opacity: 1;
}

.page_return p{
    color: #fff;
    margin: auto;
    font-weight: bold;
    font-size: 28px
    width: max-content;
}

img.page_return1{
    height: auto;
    width: auto;
}

img.page_return2{
    height: auto;
    width: auto;
}

.earth2{
    display: block;
    padding-bottom: 80px;
}

.earth_img2{
    width: auto;
}

.earth_imgh2{
    font-size: 23px;
    margin-bottom: 20px;
}

.seibun2{
    max-width: 970px;
}

.reporth2{
    margin-bottom: 10px;
}

.seibun2 img{
    display: block;
    margin: auto;
    max-width: 500px;
    margin-top: 50px;
}

.gray-bg .report{
    text-align: center;
}

.earth_img div{
    background-color: #fff;
    width: 100%;
    height: 100px;
    border: solid;
    display: flex;
    margin-bottom: 50px;
}

.earth_img div h2{
    padding: 30px;
    margin: 0;
    text-align: left;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    display: inline-block;
}

.earth_img div p{
    margin: auto;
    margin-right: 0;
    text-align: right;
    line-height: 1;
    font-size: 15px;
}

.earth_img div img{
    margin: auto;
    margin-right: 30px;
    margin-left: 20px;
    display: block;
    height: 20px;
    width: 20px;
}

.earth3{
    flex-wrap: wrap;
}

.report_end{
    padding-bottom: 80px;
}

.ekisu_h2{
    margin-bottom: 20px;
}

.ekisu_h2 h2{
    margin: 0;
    font-weight: normal;
}

.ekisu_h2 p{
    border: solid 1px #0E1867;
    width: 50px;
    margin: auto;
    margin-top: 10px;
}

table.ekisu_table1{
    border: none;
    border-style: hidden;
    margin-bottom: 80px;
}

table.ekisu_table1 td{
    border: none;
    border-style: hidden;
    color: #333333;
    text-align: left;
    vertical-align: baseline;
}

/*fix_graph*/

.ekisu_table1_fix{
    display: inline-block;
    vertical-align: top;
}

.ekisu_table1_fix td{
    text-align: center;
    vertical-align: middle;
    color: #333333;
    height: 130px;
}


.ekisu_table1_fix tbody{
    background-color: #fff;
}

.ekisu_table1_fix td{
    width: 230px;
    height: auto;
    padding: 20px;
}

.ekisu_table1_fix .tr_blue{
    background-color: #0E1867;
}

.tr_blue .border_white{
    border-right: 2px solid;
}

td.td_white{
    color: #fff;
    font-size: 23px;
}

td.line_height span{
    line-height: 2.2;
    display: inline-block;
    text-align: left;
    color: #333333;
}

.td_after p{
    font-size: 15px;
    color: #333333;
    margin: auto;
    line-height: 2.2;
    text-align: left;
    position: relative;
}

.td_after p:nth-of-type(1)::after{
    content: ":3,010";
    position: absolute;
    right: 0px;
}

.td_after p:nth-of-type(2)::after{
    content: ":8,710";
    position: absolute;
    right: 0px;
}

.td_after p:nth-of-type(3)::after{
    content: ":2.89";
    position: absolute;
    right: 9px;
}

.tr_height{
    height: 141px;
}

.tr_height2 img{
    height: 178px;
}

.earth2{
    text-align: center;
    font-size: 0px;
}

.td_right_w{
    border-left: #fff solid 2px;
}

.ekisu_table1_fix_right{
    position: relative;
    right: 2px;
}

.table2_content{
    font-size: 0;
}

.table2_content table.table2_warpper {
    margin-top: 20px;
    margin-bottom: 80px;
    display: inline-block;
    width: 484px;
    vertical-align: top;
    border: 0px;
}

.table2_content .tr_height{
    height: 600px;
}

.table2_content table.table2_warpper_right{
    position: relative;
    right: 2px;
    width: 485px;
}

.table2 td:nth-child(odd) {
    text-align: left;
    padding-left: 90px;
    margin: auto;
}

.table2 td:nth-child(even){
    text-align: left;
    padding-left: 90px;
}

.table2 tr.tr_top td{
    text-align: center;
    padding: 0;
}

#table2 td:nth-child(odd) {
    text-align: left;
    padding-left: 20px;
    margin: auto;
}

#table2 td:nth-child(even){
    text-align: left;
    padding-left: 20px;
}

#table2 .tr_top td:nth-child(even){
    text-align: center;
    padding: 0;
}

#table2 .tr_top td:nth-child(odd),td:nth-child(even){
    text-align: center;
    padding: 0;
}

#table2 td.center{
    text-align: center;
    padding: 0;
}



/*end*/

.common_container2 td{
    height: 50px;
    width: auto;
}

.common_container2 .td_right{
    width: 120px;
    padding: 0;
    margin: auto;
}

.flex_table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.flex_tables{
    width: auto;
}

.flex_table h2{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

.flex_table .td{
    padding-right: 30px;
}

table.ekisu_table2{
    margin-bottom: 0;
}

h2.table2_h2{
    margin: auto;
    font-size: 23px;
    font-weight: normal;
    border-right: solid;
    border-left: solid;
    width: fit-content;
    padding: 0 20px;
    margin-top: 80px;
    margin-bottom: 40px;
}

table.table2_warpper{
    margin-top: 20px;
    margin-bottom: 80px;
}

table.table2_warpper .tr_top{
    background-color: #EEEFF4;
}

table.table2_warpper .tr_top td{
    font-size: 23px;
}

table.table2_warpper td{
    width: 400px;
}

tr td.td2{
    width: 580px;
}

table.table2_warpper .td1 {
    width: 350px;
}

.table2_end div p{
    margin: auto;
    width: auto;
    height: auto;
    padding: 0;
}

.table2_end_contents1{
    width: 90%;
    margin: auto;
}

.table2_end_contents2{
    width: 80%;
    margin: auto;
}

.end_flex {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.end_flex p:nth-child(odd){
    margin: 0;
}


.end_flex p:nth-child(even){
    margin: 0;
    flex: 1;
}

.Laboratory_content{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 80px;
}

.Laboratory_contents{
    width: 50%;
}

.Laboratory_contents2{
    width: 50%;
}

.Laboratory_contents p{
    font-size: 15px;
    margin-bottom: 0;
}

.Laboratory_content img{
    display: block;
}

.site_link{
    text-align: center;
}

.site_link p{
    color: #0e1867;
    border-bottom: solid 1px;
    display: inline-block;
}

.Laboratory_content_img img{
    max-width: 470px;
    max-height: 390px;
    object-fit: cover;
}

.Laboratory_contents_logo{
    width: 50px;
    height: 50px;
}

img.Laboratory_contents_logo_link{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.Laboratory_contents_right_img{
    display: flex;
    justify-content: center;
}

.Laboratory_contents_right_img h2{
    width: auto;
    font-weight: bold;
}

p.Laboratory_p{
    margin-bottom: 20px;
}

div.Laboratory_container{
    max-width: 1170px;
    width: 90%;
}

.laboratory_end p{
    margin: auto;
    width: fit-content;
}

.laboratory_end span{
    color: #0e1867;
}

.page_return_labo img{
    max-width: 770px;
    width: 100%;
}

.page_returns_labo{
    width: 100%;
}

/*微調整*/
    @media only screen and (max-width: 1140px){
        .research_institute div:first-of-type {
            background-color: #0e1867;
            color: #fff;
            padding-right: 10px;
            text-align: right;
            width: 100px;
        }
        .research_institute div:last-of-type {
            background-color: #fff;
            padding-left: 10px;
            width: 130px;
        }
        .research_institute div {
            border: 2px solid #0e1867;
            font-size: 20px;
            font-weight: 500;
            line-height: 42px;
        }
}

@media only screen and (max-width: 1216px) {
    header ul li::after{
        display: none;
    }
}

/*ハンバーガー*/
@media only screen and (max-width:1160px){
    /*hambuger*/
    header ul {
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0;
        width: 100%;
    }
    header ul li {
        background-color: rgba(14, 24, 103, 0.9);
        border-top: 1px solid #fff;
        display: block;
        font-size: 16px;
        font-weight: normal;
        height: 65px;
        line-height: 65px;
        position: relative;
/*        text-indent: 6.67vw;*/
        text-indent: 0;
        padding-left: 50px;
    }
    header ul li:first-of-type {
        height: 50px;
        position: relative;
    }
    header ul li:first-of-type .back {
        bottom: 6px;
        height: 39px;
        position: absolute;
        right: 43px;
        width: 30px;
    }
    header ul li:first-of-type .back::before, header ul li:first-of-type .back::after {
        background-color: #fff;
        bottom: 50%;
        content: '';
        display: block;
        height: 4px;
        left: 50%;
        width: 125%;
    }
    header ul li:first-of-type .back::before {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    header ul li:first-of-type .back::after {
        transform: translate(-50%, 50%)     rotate(-45deg);
    }
    header ul li:nth-of-type(n) {
        display: block;
    }
    header ul li:nth-of-type(6) {
        font-weight: bolder;
/*        text-indent: 15vw;*/
    }
    header ul li:nth-of-type(n+5)::after {
        display: block;
    }
    header ul li::before, header ul li::after {
        content: '';
    }
    header ul li a {
        color: #fff;
        display: block;
        margin: 0;
    }
    header ul li a::before, header ul li a::after {
        display: none;
    }
    header ul li a::before {
        content: '';
        position: absolute;
    }
    header ul li a:hover::after {
        display: none;
    }
    header ul li img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
    }
    header ul li img:first-of-type {
/*        left: 6.67vw;*/
        left: auto;
    }
    header ul li img:last-of-type {
        right: 42px;
    }
    header ul .allow::before, header ul .allow::after {
        background-color: #fff;
        height: 2px;
    }
    header ul .allow::before {
        position: absolute;
        right: 41px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
    }
    header ul .allow::after {
        border: none;
        position: absolute;
        right: 41px;
        top: 27.4px;
        transform: rotate(55deg) translateY(-50%);
        width: 10px;
    }
    .header-right nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        z-index: 20;
        transition-duration: 0.5s;
    }
    .header-right nav.show_nav {
        right: 0;
    }
    .header-right .contact_us {
        display: none;
    }
    .header-right .hamburger_menu .fa-bars {
        font-size: 60px;
        line-height: 46px;
        overflow: hidden;
    }
    
    .header-right .hamburger_menu .fa-bars {
        font-size: 70px;
        line-height: 60px;
        overflow: hidden;
    }
    
    .header-right .hamburger_menu {
        display: block;
        height: auto;
        margin-top: 18px;
        text-align: center;
        width: auto;
    }
    
    .header-nav{
        display: block;
    }
    
    .header_list_end{
        display: block;
    }
    
    .li_humin{
        padding-left: 30px;
    }
    
    header ul li::after{
        display: block;
    }

    
/*hambuger_end*/
    header {
    display: flex;
    height: 100px;
    padding: 0 4%;
    justify-content: space-between;
}
    /*footer*/
    footer {
    height: auto;
  }
  footer small {
    font-size: 10px;
  }
  footer .wrapper {
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
  }
  footer .left_footer {
    margin-bottom: 50px;
    text-align: center;
    width: 220px;
  }
  footer .left_footer .research_institute div {
    font-size: 21px;
    line-height: 1.6;
    padding: 0;
  }
  footer .left_footer p {
    font-size: 12px;
    line-height: 12px;
    text-align: left;
  }
  footer .right_footer ul {
      text-align: center;
      display: block;
      margin-bottom: 50px;
  }
  footer .right_footer ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  footer .right_footer ul li:not(:last-of-type) {
    border: none;
    padding: 0;
  }
    footer .right_footer ul li {
        line-height: 1;
        padding-left: 0px;
    }
  footer .right_footer .lower_right_footer {
    flex-direction: column;
    height: auto;
  }
  footer .right_footer .lower_right_footer > * {
    margin-left: 0;
    margin-bottom: 30px;
  }
  footer .right_footer .lower_right_footer .fumin_footer {
    font-size: 20px;
    line-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .right_footer .lower_right_footer .fumin_footer .icon:first-of-type {
    left: 11px;
    width: 35px;
    height: auto;
  }
  footer .right_footer .lower_right_footer .fumin_footer .icon:last-of-type {
    right: 11px;
    width: 30px;
    height: auto;
  }
  footer .right_footer .lower_right_footer .privacy_policy {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    border-bottom: 1px solid #fff;
    line-height: 2;
  }
  footer .right_footer .lower_right_footer .contact_us {
    border-radius: 50px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 150px;
    width: 180px;
  }
  footer .right_footer .lower_right_footer .contact_us::after {
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #0e1867;
    border-right: 4px solid #0e1867;
  }
/*footer_end*/
}

@media only screen and (max-width: 1079px){
    .table2_content{
        font-size: 0;
    }
    .table2_content table.table2_warpper {
        margin-top: 20px;
        margin-bottom: 50px;
        display: block;
        width: auto;
        vertical-align: top;
    }
    .table2_content .tr_height{
        height: 0;
        display: none
    }
    .table2_content table.table2_warpper_right{
        position: static;
        width: auto;
    }
    #table2 .td1{
        width: auto;
        padding: 0 68px;
    }
    .table2 td:nth-child(odd) {
        text-align: left;
        padding-left: 90px;
        margin: auto;
    }

    .table2 td:nth-child(even){
        text-align: left;
        padding-left: 90px;
    }

    .table2 tr.tr_top td{
        text-align: center;
        padding: 0;
    }

    #table2 td:nth-child(odd) {
        text-align: left;
        padding-left: 90px;
        margin: auto;
    }

    #table2 td:nth-child(even){
        text-align: left;
        padding-left: 90px;
    }
    
    #table2 .tr_top td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 .tr_top td:nth-child(odd),td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 td.center{
        text-align: center;
        padding: 0;
    }

}

@media only screen and (max-width: 1028px){
    .earth2 td.td_right {
         border-right-style: solid; 
    }
    .ekisu_table1_fix_right {
        position: static;
        margin-top: 30px;
    }
    .td_right_w {
        border-left:2px solid #0E1867;
    }
    .ekisu_table1_fix td {
        width: 230px;
        height: auto;
        padding: 10px;
    }
    .Laboratory_content{
        flex-wrap: wrap;
    }
    .Laboratory_contents {
        width: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .laboratory_overview .overview_txt{
        padding-top: 70px;
        min-width: 324px;
    }
    .laboratory_overview .overview_txt > p{
        padding-bottom: 131px;
    }
    
/*furubosan_ekisu_sp*/
    .earth3 {
        justify-content: center;
    }
/*furubosan_ekisu_sp_end*/
    
}

@media only screen and (max-width:980px){
     .table2 td:nth-child(odd) {
        text-align: left;
        padding-left: 50px;
        margin: auto;
    }

    .table2 td:nth-child(even){
        text-align: left;
        padding-left: 50px;
    }

    .table2 tr.tr_top td{
        text-align: center;
        padding: 0;
    }

    #table2 td:nth-child(odd) {
        text-align: left;
        padding-left: 50px;
        margin: auto;
    }

    #table2 td:nth-child(even){
        text-align: left;
        padding-left: 50px;
    }
    
    #table2 .tr_top td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 .tr_top td:nth-child(odd),td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 td.center{
        text-align: center;
        padding: 0;
    }
}

@media only screen and (max-width:820px){
     .table2 td:nth-child(odd) {
        text-align: left;
        padding-left: 30px;
        margin: auto;
    }

    .table2 td:nth-child(even){
        text-align: left;
        padding-left: 30px;
    }

    .table2 tr.tr_top td{
        text-align: center;
        padding: 0;
    }

    #table2 td:nth-child(odd) {
        text-align: left;
        padding-left: 30px;
        margin: auto;
    }

    #table2 td:nth-child(even){
        text-align: left;
        padding-left: 30px;
    }
    
    #table2 .tr_top td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 .tr_top td:nth-child(odd),td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 td.center{
        text-align: center;
        padding: 0;
    }
}

@media only screen and (max-width: 780px) {
    .laboratory .circle {
      height: 300px;
      width: 300px;
    }
    .header-right .hamburger_menu {
        display: block;
        height: 46px;
        margin-top: -2px;
        text-align: center;
        width: 35px;
    }
    .header-right .hamburger_menu .fa-bars {
        font-size: 35px;
        line-height: 46px;
        overflow: hidden;
    }
/*
    header ul li:nth-of-type(6) {
        font-weight: bolder;
        text-indent: 15vw;
    }
*/
}

/*pc表示*/
.sp_text_top{
    display: block;
}
/*sp非表示*/

.header_nav_img{
    display: none;
}

.header_list_end{
    display: none;
}

.sp_text_top{
    display: none;
}



/*spスマホ*/
@media only screen and (max-width: 780px) {
  header{
        display: flex;
        height: 40px;
        padding: 0 4%;
        justify-content: space-between;
    }

    header .research_institute {
        height: 23px;
    }

    .research_institute {
        display: flex;
        margin-top: 9px;
    }
    
    .research_institute div {
        border: 2px solid #0e1867;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }
    
    .research_institute div:first-of-type {
        background-color: #0e1867;
        color: #fff;
        padding-left: 10px;
        padding-right: 5px;
        text-align: right;
    }
    
    .research_institute div:first-of-type{
        width: auto;
    }
    
    .research_institute div:last-of-type {
        background-color: #fff;
        padding-left: 5px;
        padding-right: 10px;
        width: auto;
    }

    .top_txt .big_top_txt{
        font-size:37.5px;
        line-height: 65px;
    }
    
    .top_txt {
        width: 270px;
        transform: translateY(-50%);
        left: 4%;
    }
    
    .top_txt .big_top_txt::after{
        height: 2px;
    }
    
    .top_txt .small_top_txt {
        font-size: 14px;
        line-height: 35px;
    }
    
    .top_txt p:nth-of-type(3) {
        margin-top: 10px;
    }
    
    .labo_top {
        height: 430px;
        margin-bottom: 40px;
    }
    
    .top_img{
        position: relative;
        height: 100%;
        overflow: hidden;
        right: -70px;
    }
    
    .top{
        overflow: hidden;
    }
    
    .labo_top img {
        height: 100%;
        margin-left: auto;
        width: auto;
        position: absolute;
        right: -18vw;
        z-index: -1;
        object-fit: cover;
        object-position: -130px 0px;        
    }
    /*TOP*/
    h2 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
    }
    .laboratory .icon{
        width: 35px;
    }
    .circle_inner{
        flex-wrap: wrap-reverse;
        margin-bottom: 50px;
    }
    .laboratory .text {
        width: 90%;
        font-size: 16px;
        line-height: 35px;
    }
    .laboratory .circle {
        height: 300px;
        width: 300px;
        margin: 0;
        margin-top: 20px;
    }
    .laboratory .circle img {
        height: 300px;
    }
    .top h2 span {
        display: block;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 8px;
        position: relative;
        text-align: center;
        width: 245px;
        margin: auto;
    }
    
/*pc非表示とsp表示*/
    .pc_text_top{
        display: none;
    }
     .sp_text_top{
        display: block;
        font-size: 21px !important;
    }
/*ここまで*/
    
    .strengths {
        align-items: center;
        flex-direction: column;
        height: auto;
        margin: 0 0 80px;
    }
    .strengths:nth-of-type(2) .strengths_txt {
        padding: 110px 0 50px;
    }
    .strengths:nth-of-type(2) .strengths_img {
        margin-bottom: -75px;
        margin-top: 0;
    }
    .strengths .strengths_txt {
        min-width: 100%;
        padding: 50px 0 70px;
        text-align: center;
        width: 100%;
    }
    .strengths .strengths_txt > p:first-of-type {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .strengths .strengths_txt > p:last-of-type {
        font-size: 14px;
        line-height: 2.5;
        margin: 0 auto;
        text-align: left;
        max-width: 240px;
        width: 100%;
        margin-top: 10px;
    }
    .strengths .strengths_txt > p img {
        display: block;
        width: 60px;
        margin: 20px auto 0;
        position: static;
        transform: translateY(0);
    }
    .strengths .strengths_txt div {
        border-radius: 50px;
        font-size: 16px;
        height: 43px;
        line-height: 43px;
        margin-bottom: 10px;
        padding: 0;
        text-align: center;
        width: 131px;
    }
    .strengths .strengths_img {
        height: 250px;
        margin-top: -35px;
        max-width: none;
        width: 90%;
    }
    .strengths .strengths_img img {
        max-width: none;
        position: absolute;
    }
    .strengths .strengths_img img[src*="labo"] {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .strengths .strengths_img img[src*="2"] {
        width: 823px;
        top: 90px;
    }  
    .strengths .strengths_img img[src*="3"], .strengths .strengths_img img[src*="4"] {
        width: 120%;
    }
    .strengths .strengths_img .read_more a {
        background-color: #0e1867;
        border: 4px solid #0e1867;
        display: block;
        height: 60px;
        position: relative;
        width: 60px;
    }
    .read_more {
        display: flex;
        height: 138px;
        width: 315px;
    }
    .read_more a::before {
        width: 40px;
    }
    .strengths .strengths_img .read_more a::after {
        left: 32px;
        width: 10px;
    }
    .read_more p {
        font-size: 12px;
        line-height: 60px;
    }
    .strengths .strengths_img .read_more{
        width: 146px;
    }
    .new_research_results {
        background-color: #eeeff4;
        padding: 80px 0;
        padding-top: 50px;
    }
    .nrs_container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .new_research_results .wrapper{
        width: 80%;
    }
    .nrs_container a{
        margin-bottom: 30px;
    }
    .nrs_container a:nth-last-of-type(1){
        margin-bottom: 0px;
    }
    .laboratory_overview {
        text-align: center;
        width: 90.67vw;
    }
    .laboratory_overview img {
        max-width: none;
    }
    .laboratory_overview .overview_txt {
        height: 300px;
        margin: -50px auto 0;
        position: relative;
        width: 80vw;
    }
    .laboratory_overview .overview_txt img {
        width: 50px;
    }
    .read_more a {
        height: 60px;
        width: 60px;
    }
    .read_more a::after {
        left: 40px;
        transform: rotate(55deg) translate(-50%, -50%);
        width: 10px;
    }
    .read_more {
        display: flex;
        height: 60px;
        width: 155px;
    }
    .laboratory_overview .overview_txt .read_more p {
        color: #fff;
        line-height: 60px;
    }
    .laboratory_overview .overview_txt > p {
        color: #fff;
        font-size: 21px;
        padding-bottom: 191px;
        padding-top: 20px;
    }
    .laboratory_overview{
        margin-bottom: 0px;
        padding-bottom: 60px;
    }
    .fumin_wrapper{
        width: 90%;
    }
    .fumin_wrapper a{
        width: auto;
        height: auto;
    }
    .fumin_wrapper a p{
        line-height: 1.8;
        padding: 10px;
    }
    .fumin_wrapper a p:first-of-type{
        font-size: 18px
    }
    .fumin_wrapper a p:last-of-type{
        font-size: 14px;
        width: 100%;
        margin: auto;
    }
    .fumin_wrapper{
        padding: 20px;
    }
/*TOP_end*/

/*list_of_test_report_sp*/
    .main_top section{
        position: static;
        margin-bottom: 0px;
    }
    
    .common_top{
        height: 260px;
    }
    
    .common_top div:first-of-type {
        width: 50%;
    }
    
    .common_top div:last-of-type {
        width: 50%;
    }
    
    .common_top div:first-of-type p {
        right: 50%;
        top: 50%;
        transform: translate3d(50%, -50%, 0px);
        width: max-content;
        font-size: 20px;
    }
    
    .common_top div:first-of-type p::after{
        width:  60px;
    }
    
    .img_box {
        margin-bottom: 30px;
        padding-top: 60px;
    }
    
    /*画像の位置の調整*/
    .common_top div:last-of-type img {
        right: -40px;
    }
    .common_top div:last-of-type img {
        min-width: 430px;
        width: 100%;
    }   
    
    .img_box .icon{
        width: 60px;
    }
    
    .common_wrpper p {
        line-height: 2;
        font-size: 16px;
    }
    
    .common_first p {
        margin-bottom: 50px;
    }
    
    .gray-bg {
        padding-top: 50px;
    }
    
      .gray-bg p{
      /*width: 90%;*/
        margin: auto;
        margin-bottom: 40px;
    }
    
     .gray-bg h2{
         font-size: 20px;
    }
/*list_of_test_report_sp_end*/

/*derails*/
    .wrapper_section h2{
        margin: auto;
        text-align: left;
        font-size: 24px;
    }
    
    .wrapper_section{
        position: static;
    }
    
    .graph{
        width: auto;
        flex-wrap: wrap;
    }
    
    .wrapper_section{
        margin-bottom: 0;
    }
    
    .graph_text {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    
    .graph_details{
        flex-wrap: wrap;
        width: auto;
    }
    
    .graph_details div{
        width: 50%;
        margin-top: 20px;
    }
    
    #graph_center{
        width: 100%;
    }
    
/*furubosan_sp*/
    .common_container {
        margin: 0 auto;
        width: 90%;
    }
    
    .earth {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .seibun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1100px;
        margin: auto;
        margin-bottom: 100px;
        width: 90%;
    }
    
    .seibun2{
        width: auto;
    }
    
    .table_bottom {
        margin: auto;
        width: 90%;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    .page_return{
        position: relative;
        margin-bottom: 50px;
    }
    
    .page_return_end{
        margin-bottom: 0px;
    }
    
    .page_returns{
        width: 100%;
    }
    .common_container .td_light{
        width: 250px;
    }
/*furubosan_sp_end*/


/*furubosan_ekisu_sp*/
    .earth3 {
        justify-content: center;
    }
    .earth_img div{
        height: auto;
    }
    .ekisu_table1_fix td p{
        width: auto;
        margin: auto;
        margin-bottom: 0px;
        font-size:15px;
    }
    .white-bg table, td, th{
        font-size: 14px;
        letter-spacing: normal;
        width: 100%;
    }
    .flex_table .td {
        padding-right: 0px; 
    }
    .common_container2 .td_right{
        width: 60px;
    }
    .flex_table .td_center{
        width: 100px;
    }
    table.ekisu_table1{
        margin-bottom: 40px;
    }
    .td_end_height td{
        height: auto;
    }
    .table2_content{
        font-size: 0;
    }
    .table2_content table.table2_warpper {
        margin-top: 20px;
        margin-bottom: 50px;
        display: block;
        width: auto;
        vertical-align: top;
    }
    .table2_content .tr_height{
        height: 0;
        display: none
    }
    .table2_content table.table2_warpper_right{
        position: static;
        width: auto;
    }
         .table2 td:nth-child(odd) {
        text-align: left;
        padding: 10px;
        margin: auto;
    }

    .table2 td:nth-child(even){
        text-align: left;
        padding: 10px;
    }

    .table2 tr.tr_top td{
        text-align: center;
        padding: 0;
    }

    #table2 td:nth-child(odd) {
        text-align: left;
        padding: 10px;
        margin: auto;
    }

    #table2 td:nth-child(even){
        text-align: left;
        padding: 10px;
    }
    
    #table2 .tr_top td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 .tr_top td:nth-child(odd),td:nth-child(even){
        text-align: center;
        padding: 0;
    }

    #table2 td.center{
        text-align: center;
        padding: 0;
    }
    
    table.table2_warpper .tr_top td {
        font-size: 16px;
    }
    .table2_end{
        width: 90%;
        margin: auto;
    }
    .page_return img {
        width: 370px;
        height: 150px;
        object-fit: cover;
    }
    .page_returns {
        height: 150px;
    }    
    img.page_return1 {
        height: 80px;
        width: auto;
    }
    .hurubosan_return3 img.page_return1 {
        height: 70px;
        width: auto;
    }
    img.page_return2 {
        height: auto;
        width: auto;
    }
    h2.table2_h2 {
        margin: auto;
        font-size: 16px;
        font-weight: normal;
        border-right: solid 1px;
        border-left: solid 1px;
        width: fit-content;
        padding: 0 10px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .table2_end p{
        font-size:14px;
    }
    .table2_end_contents1{
        width: 100%;
        margin: auto;
    }

    .table2_end_contents2{
        width: 100%;
        margin: auto;
    }
/*furubosan_ekisu_sp_end*/


/*Laboratory_sp*/
    .Laboratory_contents {
        width: auto;
    }
    .Laboratory_contents_right_img {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .Laboratory_contents_right_img h2 {
        width: auto;
        margin-top: 7px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .white-bg{
        /*width: 90%;*/
        margin: auto;
    }
    .white-bg h2 {
        margin-top: 30px;
    }
	
/*Laboratory_sp_end*/
}




@media only screen and (max-width: 513px) {
.labo_top img {
    height: 100%;
    margin-left: auto;
    width: auto;
    position: absolute;
    right: -18vw;
    z-index: -1;
    object-fit: cover;
    object-position: -260px 0px;
}
}

@media only screen and (max-width: 385px) {
    .common_top div:first-of-type p {
        font-size: 24px;
    }
    .ekisu_table1_fix td {
        width: 230px;
        height: auto;
        padding: 5px;
        font-size:14px;
    }
        .ekisu_table1_fix td p {
        width: auto;
        margin: auto;
        margin-bottom: 0px;
        font-size: 14px;
    }
}
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}