.GridSet * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.GridSet *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.GridSet *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

area {
  outline: none;
}

ul li {
  list-style-type: none;
}

.sp {
  display: none;
}

.GridSet img {
  max-width: 100%;
  width: 100%;
}

.GridSet {
  font-size: calc(10/375*100vw);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #333333;
  overflow-x: hidden;
}




@media screen and (min-width: 969px) {
  html {
    font-size: 62.5%;
  }
}

a {
  text-decoration: none!important;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

@media screen and (max-width: 968px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}

.container {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 968px) {
  .container {
    padding: 0 1.5rem;
  }
}

a.btn {
  display: inline-block;
  padding: 1.4rem 2.5rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  color: #132C5A!important;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  border: .2rem solid transparent;
}

.btn::after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 2rem;
  border: 0.1rem solid #B8C0CD;
  background: #B8C0CD;
  right: -0.3rem;
  bottom: 30%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn:hover {
  background: transparent;
  border: .2rem solid #fff;
  color: #fff!important;
  opacity: 1;
}

a.btn-2 {
  min-width: 24.7rem;
  text-align: center;
  background-color: #132C5A;
  color: #fff!important;
  margin: 0 1.25rem;
  position: relative;
}

.btn-2:hover {
  background: transparent;
  border: .2rem solid #132C5A;
  color: #132C5A!important;
}

.btn-2::after {
  bottom: 20%;
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 2rem;
  border: 0.1rem solid #B8C0CD;
  background: #B8C0CD;
  right: -0.3rem;
  bottom: 20%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-2.b-30::after {
  bottom: 30%;
}

#SiteIdentityP {
  border-top: solid .5rem #e60027;
  background-color: #f2f2f2;
  height: 4.5rem;
}

#SiteIdentityP img {
  width: 9.5rem;
}

#SiteIdentityP p {
  padding: .9rem 0 0 1.5rem;
}

.main-visual {
  position: relative;
}

.main-visual_title {
  position: relative;
  max-width: 1275px;
  margin: 0 auto;
}

@media (max-width: 968px) {
  .main-visual_title {
    margin-bottom: 1rem;
  }
}

.main-visual_title .title {
  position: absolute;
  left: 7.5rem;
  bottom: 7.5rem;
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.7;
  margin: 0;
}

.main-visual_title .title .sm_ttl {
  font-size: 2rem;
}

@media (max-width: 968px) {
  .main-visual_title .title {
    left: 0;
    bottom: 3rem;
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.4;
    padding-left: 2rem;
    text-align: left;
  }
  .main-visual_title .title .sm_ttl {
    font-size: 1.5rem;
  }
}

#LibAB .libSolutionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 15rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

@media (min-width: 969px) and (max-width: 1399px) {
  #LibAB .libSolutionInner {
    padding: 0 calc(15/1400*100vw);
    padding-top: calc(75/1400*100vw);
    padding-bottom: calc(75/1400*100vw);
  }
}

@media screen and (max-width: 968px) {
  #LibAB .libSolutionInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

#LibAB .libSolutionInner .inner-left {
  margin-right: 5rem;
}

@media screen and (max-width: 968px) {
  #LibAB .libSolutionInner .inner-left {
    margin: 0;
  }
}

#LibAB .libSolutionInner .inner-left .lib-Ttl {
  font-size: 9rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  color: #132C5A;
  line-height: 0.8;
  word-break: normal;
}

@media (max-width: 968px) {
  #LibAB .libSolutionInner .inner-left .lib-Ttl {
    font-size: 5rem;
    margin-top: 3rem;
  }
}

#LibAB .libSolutionInner .inner-left p {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #132C5A;
  white-space: nowrap;
}

#LibAB .libSolutionInner .inner-right p {
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 968px) {
  #LibAB .libSolutionInner .inner-right p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#LibAB .about-inner {
  position: relative;
}

#LibAB .about-inner .image {
  width: 68rem;
  line-height: 1;
}

#LibAB .about-inner .image-right {
  margin-left: auto;
}

@media (max-width: 968px) {
  #LibAB .about-inner .image {
    width: 100%;
  }
}

@media (min-width: 969px) and (max-width: 1399px) {
  #LibAB .about-inner .image {
    width: calc(680/1400*100vw);
  }
}

#LibAB .about-inner .detail {
  position: absolute;
  padding: 5rem 5.5rem;
  background-color: #fff;
  max-width: 66.6rem;
  width: 100%;
  right: 11%;
  z-index: 2;
  top: 24%;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

#LibAB .about-inner .detail .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #132C5A;
}

#LibAB .about-inner .detail .desc {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
  line-height: 2;
}

@media (max-width: 968px) {
  #LibAB .about-inner .detail .desc {
    font-size: 1.3rem;
  }
}

#LibAB .about-inner .detail-left {
  right: auto;
  left: 11%;
}

#LibAB .about-inner .detail-left .desc {
  text-indent: 0;
}

@media (max-width: 968px) {
  #LibAB .about-inner .detail {
    position: initial;
    padding: 2rem 1.5rem;
  }
  #LibAB .about-inner .detail .ttl {
    font-size: 2rem;
  }
}

@media (min-width: 969px) and (max-width: 1399px) {
  #LibAB .about-inner .detail {
    max-width: calc(666/1400*100vw);
  }
  #LibAB .about-inner .detail .ttl {
    font-size: calc(26/1400*100vw);
  }
  #LibAB .about-inner .detail .desc {
    font-size: calc(14/1400*100vw);
  }
}

@media (max-width: 968px) {
  #LibAB .about-inner2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}

.title .libTtl {
  font-size: 9rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 968px) {
  .title .libTtl {
    font-size: 5rem;
  }
}

.title .sub-ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #fff;
}

@media (max-width: 968px) {
  .title .sub-ttl {
    font-size: 1.6rem;
  }
}

.your-class {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.your-class div {
  height: 30rem;
  width: 37rem;
  background-color: #fff;
}

#LibTp {
  background-image: url(/image/jp/products/solution/lib/bg_topic.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5rem;
  padding-bottom: 15.6rem;
  margin-top: -12.8rem;
}

@media (max-width: 968px) {
  #LibTp {
    background-size: cover;
    padding-bottom: 17.6rem;
  }
}

#LibTp .swiper {
  padding-bottom: 5rem;
}

#LibTp .swiper-wrapper {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

#LibTp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 37rem;
  height: 35.2rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#LibTp .swiper-slide a {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

#LibTp .swiper-slide .image {
  line-height: 1;
}

#LibTp .swiper-slide .detail {
  padding: .7rem 1.2rem;
  padding-top: 0;
  text-align: left;
}

#LibTp .swiper-slide .detail .tag {
  background-color: #132C5A;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 0.2rem 1rem;
  color: #fff;
}

#LibTp .swiper-slide .detail .b-desc {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: .5rem;
}

#LibTp .swiper-slide .detail .s-desc {
  font-size: 1.2rem;
}

#LibTp .swiper-slide .detail p {
  color: #333333;
}

@media (min-width: 969px) and (max-width: 1399px) {
 #LibTp .swiper-slide  {
    width: calc(370/1400*100vw);
    height: calc(370/1400*100vw);
  }
  #LibTp .swiper-slide .detail .b-desc {
    font-size: calc(15/1400*100vw);
  }
  #LibTp .swiper-slide .detail .s-desc {
    font-size: calc(12/1400*100vw);
  }
}

@media screen and (max-width: 968px) {
  #LibTp .swiper-slide {
    width: 25rem;
    height: auto;
  }
}

#LibTp .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

#LibTp .swiper-pagination-bullet-active {
  background: #8995AC;
}

#LibTp .table-wrapper .libSolutionInner {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 .8rem;
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .libSolutionInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 3rem;
  }
}

#LibTp .table-wrapper .libSolutionInner .inner-left {
  margin-right: 4rem;
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .libSolutionInner .inner-left {
    margin: 0;
  }
}

#LibTp .table-wrapper .libSolutionInner .inner-left .lib-Ttl {
  font-size: 6rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #fff;
  line-height: 1.05;
  word-break: normal;
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .libSolutionInner .inner-left .lib-Ttl {
    font-size: 4rem;
  }
}

#LibTp .table-wrapper .libSolutionInner .inner-left p {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .libSolutionInner .inner-left p {
    margin-bottom: 1rem;
  }
}

#LibTp .table-wrapper .libSolutionInner .inner-right p {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

@media (max-width: 968px) {
  #LibTp .table-wrapper .libSolutionInner .inner-right p {
    font-size: 1.3rem;
  }
}

#LibTp .table-wrapper .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.8rem;
}

#LibTp .table-wrapper .table thead {
  background-color: #42567B;
}

#LibTp .table-wrapper .table thead tr {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

#LibTp .table-wrapper .table thead tr th {
  padding: .8rem 2.5rem;
	text-align: center;
}

#LibTp .table-wrapper .table tr {
  border-top: .1rem solid #D0D5DE;
}

#LibTp .table-wrapper .table tr:nth-of-type(1) {
  border-top: none;
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .table tr {
    border: none;
  }
}

#LibTp .table-wrapper .table tr td {
  background-color: #fff;
  font-size: 1.3rem;
}

#LibTp .table-wrapper .table tr td a {
  padding: .8rem 2.5rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .table tr td a {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 968px) {
  #LibTp .table-wrapper .table tr td {
    border-bottom: .1rem solid #D0D5DE;
    line-height: 1.4;
  }
  #LibTp .table-wrapper .table tr td:nth-child(1) {
    border-right: .1rem solid #D0D5DE;
  }
}

#LibTp .table-wrapper .table tr td:nth-child(2) {
  padding-left: 0;
}

#LibTp .table-wrapper .btn-wrapper {
  text-align: center;
  margin-top: 5rem;
}

.content {
  position: relative;
}

@media (max-width: 968px) {
  .content {
    margin-top: -10rem;
  }
}

.content-left {
  background-image: url(/image/jp/products/solution/lib/lib_08.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 74rem;
  height: 48.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 968px) {
  .content-left {
    background-size: cover;
  }
}

.content-left .detail {
  max-width: 49rem;
  width: 100%;
  margin: 0 auto;
}

.content-left .detail h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 968px) {
  .content-left .detail h3 {
    font-size: 2rem;
  }
}

.content-left .detail p {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

@media (max-width: 968px) {
  .content-left .detail p {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 968px) {
  .content-left .detail {
    max-width: none;
    margin-top: 27rem;
    padding: 4rem 1.2rem;
  }
}

@media (max-width: 968px) {
  .content-left {
    width: 100%;
    height: auto;
    background-size: cover;
  }
}

.content-right {
  position: absolute;
  width: 74rem;
  top: 0;
  right: 0;
}

@media (max-width: 968px) {
  .content-right {
    width: 92%;
    top: 12%;
    right: 4%;
  }
}

@media (min-width: 969px) and (max-width: 1399px) {
  .content .detail {
    max-width: calc(490/1400*100vw);
  }
  .content .detail h3 {
    font-size: calc(22/1400*100vw);
  }
  .content .detail p {
    font-size: calc(14/1400*100vw);
  }
  .content-left {
    width: calc(740/1400*100vw);
    height: calc(488/1400*100vw);
  }
  .content-right {
    width: calc(740/1400*100vw);
  }
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100rem, 0, 0);
          transform: translate3d(100rem, 0, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100rem, 0, 0);
          transform: translate3d(-100rem, 0, 0);
}

.title[trans] {
  -webkit-transform: translate3d(-10rem, 0, 0);
          transform: translate3d(-10rem, 0, 0);
}

#LibRD {
  background-image: url(/image/jp/products/solution/lib/bg_rd.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
  margin-top: -17rem;
}

@media (max-width: 968px) {
  #LibRD {
    background-size: cover;
    margin-top: -22rem;
    background-position: center;
    padding-top: 12.5rem;
    padding-bottom: 17.5rem;
  }
}

#LibRD .title .libTtl {
  color: #132C5A;
}

#LibRD .title .sub-ttl {
  color: #132C5A;
}

@media (max-width: 968px) {
  #LibRD .title {
    margin-bottom: 5rem;
  }
}

@media (max-width: 968px) {
  #LibRD .content .detail {
    margin-top: 25rem;
  }
}

#LibRD .electron {
  padding: 7rem 7.3rem;
  background-color: #fff;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  margin-top: 8rem;
}

@media (max-width: 968px) {
  #LibRD .electron {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
}

#LibRD .electron .ttl {
  font-size: 3rem;
  color: #132C5A;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (max-width: 968px) {
  #LibRD .electron .ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}

#LibRD .electron .desc {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

#LibRD .electron .d-flex {
  margin: 0 -1rem;
}

@media (max-width: 968px) {
  #LibRD .electron .d-flex {
    margin: 0;
  }
}

#LibRD .electron .d-flex .col {
  padding: 2rem 1.8rem;
  background-color: #F8F9FA;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 968px) {
  #LibRD .electron .d-flex .col {
    margin: 0.5rem 0;
  }
}

#LibRD .electron .d-flex .type {
  text-align: center;
  color: #132C5A;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

#LibRD .electron .d-flex .list {
  padding-left: 1.8rem;
}

#LibRD .electron .d-flex .list ::marker {
  font-size: 1rem;
}

#LibRD .electron .d-flex .list-item {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 7px;
}

#LibRD .electron .d-flex .ul_wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 968px) {
  #LibRD .electron .d-flex .ul_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LibRD .electron .btn-wrapper {
  text-align: center;
  margin-top: 3.5rem;
}

#LibRD .electron .btn-wrapper .btn-2::after {
  height: 3rem;
}

@media screen and (max-width: 968px) {
  #LibRD .electron .btn-wrapper .btn-2 {
    margin: 1rem 0;
  }
}

#LibMF {
  background-image: url(/image/jp/products/solution/lib/bg_mf.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5rem;
  padding-bottom: 21.6rem;
  margin-top: -15.8rem;
}

@media (max-width: 968px) {
  #LibMF {
    background-size: cover;
    padding-top: 22.5rem;
    padding-bottom: 8.6rem;
    margin-top: -31.8rem;
  }
  #LibMF .content-right {
    top: 13%;
  }
}

#LibMF .title .libTtl {
  color: #132C5A;
}

#LibMF .title .sub-ttl {
  color: #132C5A;
}

#LibMF .d-flex {
  margin: 0 -0.5rem;
  padding-top: 6.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 968px) {
  #LibMF .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

#LibMF ul.list {
  list-style: none;
  padding: 0 3.5rem;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibMF ul.list {
    padding: 0 calc(35/1120*100vw);
  }
}

#LibMF ul.list .list-item {
  font-size: 1.6rem;
  line-height: 2.6875;
  border-top: .1rem dashed #D0D5DE;
  text-align: center;
}

#LibMF ul.list .list-item:nth-of-type(1) {
  border-top: none;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibMF ul.list .list-item {
    font-size: calc(16/1120*100vw);
  }
}

#LibMF .col {
  position: relative;
  width: 36rem;
  height: 44.4rem;
  margin: 0 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}

#LibMF .col p {
  padding: 0 4.7rem;
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibMF .col {
    width: calc(360/1120*100vw);
    height: calc(444/1120*100vw);
  }
  #LibMF .col p {
    padding: 0 calc(47/1120*100vw);
    font-size: calc(14/1120*100vw);
  }
}

@media screen and (max-width: 968px) {
  #LibMF .col {
    width: 100%;
    margin: 0.5rem 0;
    height: auto;
  }
  #LibMF .col p {
    margin-top: 1rem;
    font-size: 1.3rem;
    padding: 0 2rem;
  }
}

#LibMF .btn-wrapper {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

#LibMF .btn-wrapper .btn-2 {
  min-width: 19.7rem;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibMF .btn-wrapper {
    margin-top: calc(30/1120*100vw);
    margin-bottom: calc(30/1120*100vw);
  }
  #LibMF .btn-wrapper .btn {
    font-size: calc(14/1120*100vw);
    min-width: calc(197/1120*100vw);
  }
}

@media (max-width: 968px) {
  #LibMF .btn-wrapper {
    position: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

h4.ttl {
  margin-top: 3.3rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-size: 3rem;
  font-weight: bold;
  color: #132C5A;
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 968px) {
  h4.ttl {
    font-size: 2.6rem;
  }
}

@media (min-width: 969px) and (max-width: 1119px) {
  h4.ttl {
    font-size: calc(30/1120*100vw);
    margin-top: calc(33/1120*100vw);
  }
}

#LibQM {
  background-image: url(/image/jp/products/solution/lib/bg_qm.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
  margin-top: -15.8rem;
}

@media (max-width: 968px) {
  #LibQM {
    background-size: cover;
    margin-top: -21.8rem;
    padding-bottom: 10.6rem;
  }
  #LibQM .content-right {
    top: 13%;
  }
}

#LibQM .detail {
  max-width: 50rem;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibQM .detail {
    max-width: calc(500/1120*100vw);
  }
}

#LibQM .title .libTtl {
  color: #132C5A;
}

#LibQM .title .sub-ttl {
  color: #132C5A;
}

#LibQM .d-flex {
  margin: 0 -1rem;
  padding-top: 9.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 968px) {
  #LibQM .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding-top: 4.5rem;
  }
}

#LibQM .d-flex .col {
  width: 54.6rem;
  margin: 0 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibQM .d-flex .col {
    width: calc(546/1120*100vw);
    margin: 0 calc(10/1400*100vw);
  }
}

#LibQM .d-flex .col .btn-wrapper {
  text-align: center;
  margin-bottom: 5rem;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibQM .d-flex .col .btn-wrapper {
    margin-bottom: calc(50/1400*100vw);
  }
}

#LibQM .d-flex .col .btn-wrapper .btn-2 {
  min-width: 19.7rem;
}

@media (min-width: 969px) and (max-width: 1119px) {
  #LibQM .d-flex .col .btn-wrapper .btn-2 {
    min-width: calc(197/1120*100vw);
  }
}

#LibQM .d-flex .col p {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 6rem;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}

@media (max-width: 968px) {
  #LibQM .d-flex .col {
    width: 100%;
    margin: 0.5rem 0;
  }
  #LibQM .d-flex .col p {
    padding: 0 2rem;
  }
}

#LibQM .d-flex .col-1 .btn-2 {
  margin: .5rem 1rem;
}

#LibQM .d-flex .col-1 .btn-wrapper {
  margin-top: 5rem;
  margin-bottom: 10rem;
}

@media (max-width: 968px) {
  #LibQM .d-flex .col-1 .btn-wrapper {
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
}

#LibFO .title .libTtl, #LibLM .title .libTtl {
  color: #132C5A;
}

#LibFO .title .sub-ttl, #LibLM .title .sub-ttl {
  color: #132C5A;
}

#LibFO .btn-wrapper, #LibLM .btn-wrapper {
  margin-top: 2rem;
}

#LibFO .btn-wrapper .btn, #LibLM .btn-wrapper .btn {
  min-width: 19.7rem;
}

@media (max-width: 968px) {
  #LibFO .btn-wrapper, #LibLM .btn-wrapper {
    text-align: center;
  }
}

#LibFO .detail, #LibLM .detail {
  margin-top: 5rem;
}

@media (max-width: 968px) {
  #LibFO .detail, #LibLM .detail {
    margin-top: 27rem;
  }
}

#LibFO {
  background-image: url(/image/jp/products/solution/lib/bg_fo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5rem;
  padding-bottom: 21.6rem;
  margin-top: -16.8rem;
}

@media (max-width: 968px) {
  #LibFO {
    background-size: cover;
    padding-top: 17.5rem;
    padding-bottom: 8.6rem;
  }
}

#LibFO .content-left {
  height: 47.8rem;
}

@media (max-width: 968px) {
  #LibFO .content-left {
    height: auto;
  }
}

@media (max-width: 968px) {
  #LibFO .detail {
    margin-top: 27rem;
  }
}

@media (max-width: 968px) {
  #LibFO .content-right {
    top: 13%;
  }
}

#LibLM {
  background-image: url(/image/jp/products/solution/lib/bg_lm.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20.5rem;
  padding-bottom: 4rem;
  margin-top: -21.8rem;
}

@media (max-width: 968px) {
  #LibLM {
    background-size: cover;
  }
}

#LibLM .content-left {
  height: 58rem;
}

@media (max-width: 968px) {
  #LibLM .content-left {
    height: auto;
  }
}

@media (max-width: 968px) {
  #LibLM .detail {
    margin-top: 30rem;
  }
}

@media (max-width: 968px) {
  #LibLM .content-right {
    top: 13.5%;
  }
}

#Footer {
  clear: both;
  width: 100%;
  padding: 3rem 0;
  background-color: #e5e5e5;
  overflow: hidden;
  margin-top: -0.2rem;
}

#Footer p {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  line-height: 1.5em;
  color: #333;
  vertical-align: top;
}

@media (max-width: 968px) {
  #Footer {
    min-width: auto;
    width: 100%;
  }
  #Footer p {
    width: 100%;
    text-align: center;
  }
}

.w-366 {
  width: 36.6rem;
}

.w-267 {
  width: 26.7rem;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.d-flex .col {
  margin: 0 1rem;
}

@media screen and (max-width: 968px) {
  .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d-flex .col {
    width: 100%;
    margin: 2rem 0;
  }
}

.mw-1100 {
  max-width: 110rem;
  padding: 0;
}

@media (max-width: 968px) {
  .mw-1100.p-15 {
    padding: 0 1.5rem;
  }
}

.mw-820 {
  max-width: 82rem;
  width: 100%;
  margin: 0 auto;
}

#LibRdTop .banner {
  position: relative;
  line-height: 0;
}

#LibRdTop .title {
  text-align: left;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: rgba(19, 44, 90, 0.9);
  padding: 2.5rem 5.5rem;
  left: 0;
  bottom: 7rem;
}

@media (min-width: 969px) and (max-width: 1199px) {
  #LibRdTop .title {
    font-size: calc(30/1200*100vw);
    bottom: calc(70/1200*100vw);
  }
}

@media (max-width: 968px) {
  #LibRdTop .title {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    bottom: -7.4rem;
  }
}

#LibRdTop .libTopInner {
  padding-top: 7rem;
  padding-bottom: 6rem;
}

@media (max-width: 968px) {
  #LibRdTop .libTopInner {
    padding-bottom: 3rem;
  }
}

#LibRdTop .libTopTxtL {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #132C5A;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 968px) {
  #LibRdTop .libTopTxtL {
    font-size: 1.8rem;
    margin-top: 2rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}

#LibRdTop .desc {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 0 14.7rem;
  margin-bottom: 5rem;
}

@media (max-width: 968px) {
  #LibRdTop .desc {
    padding: 0;
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

.libProductInner {
  background-image: url(/image/jp/products/solution/lib/rd_microscopes/rd_microscopes_19.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 968px) {
  .libProductInner {
    padding-top: 2rem;
    background-image: url(/image/jp/products/solution/lib/rd_microscopes/rd_microscopes_28.jpg);
    background-size: cover;
  }
}

.libProductInner .productFlexImg {
  width: 53rem;
  line-height: 0;
  background: #fff;
}

@media (max-width: 968px) {
  .libProductInner .productFlexImg {
    width: 100%;
  }
}

.libProductInner .productFlexImg.p-4 {
  padding: 4rem;
}

.libProductInner .productFlexArea {
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 968px) {
  .libProductInner .productFlexArea {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }
}

.libProductInner .container {
  position: relative;
}

.libProductInner .productName {
  position: absolute;
  background-image: url(/image/jp/products/solution/lib/rd_microscopes/bg_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1rem 5.4rem;
  width: 82.1rem;
  right: 0;
  top: 11rem;
  z-index: 99;
}

.libProductInner .productName h2 {
  font-size: 5.5rem;
  font-weight: 900;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  line-height: 1.15;
  color: #fff;
}

.cn .libProductInner .productName h2 {
  font-family: 'Noto Sans SC', sans-serif;
}

.libProductInner .productName .productNameSub {
  font-size: 1.422rem;
  color: #fff;
  font-style: italic;
}

@media (max-width: 968px) {
  .libProductInner .productName {
    background-size: cover;
    width: 90%;
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    margin-top: 2rem;
    padding-left: 3rem;
    margin-right: 0;
    top: 0;
    right: -4.95rem;
  }
  .libProductInner .productName h2 {
    font-size: 2.6rem;
  }
  .libProductInner .productName .productNameSub {
    font-size: 1.1rem;
  }
}

@media (min-width: 969px) and (max-width: 1399px) {
  .libProductInner .productName {
    width: calc(100vw - ((100vw - 17rem)/2)) !important;
  }
}

@media (min-width: 969px) and (max-width: 1099px) {
  .libProductInner .productName h3 {
    font-size: calc(46/1100*100vw) !important;
  }
}

@media (min-width: 1400px) {
  .libProductInner .productName {
    width: 79rem !important;
  }
}

.libProductInner .productFlexInfo {
  width: 61.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  /* bottom: 9.5rem; */
  top: 25rem;
  padding: 3.5rem 5rem;
  position: initial;
  margin-top: 15rem;
}

.libProductInner .productFlexInfo .productSubTxtL {
  font-weight: bold;
  font-size: 1.8rem;
}

.libProductInner .productFlexInfo .mainTxt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.libProductInner .productFlexInfo .linkBtn {
  min-width: 20.8rem;
  margin: 0;
}

.libProductInner .productFlexInfo .linkBtn:after {
  bottom: 30%;
}

@media (max-width: 968px) {
  .libProductInner .productFlexInfo {
    width: 100%;
    position: initial;
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }
  .libProductInner .productFlexInfo .mainTxt {
    font-size: 1.3rem;
  }
}

@media (min-width: 969px) and (max-width: 1099px) {
  .libProductInner .productFlexInfo {
    width: calc(616/1100*100vw) !important;
    padding: calc(35/1100*100vw) calc(50/1100*100vw) !important;
    /* bottom: calc(95/1100*100vw); */
  }
  .libProductInner .productFlexInfo .mainTxt {
    font-size: calc(14/1100*100vw) !important;
    margin-top: calc(10/1100*100vw) !important;
    margin-bottom: calc(20/1100*100vw) !important;
  }
  .libProductInner .productFlexInfo .productSubTxtL {
    font-size: calc(18/1100*100vw) !important;
  }
  .libProductInner .productFlexImg {
    width: calc(530/1100*100vw) !important;
  }
}

.productEx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

@media (max-width: 968px) {
  .productEx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.5rem;
  }
}

.productEx h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #132C5A;
  margin-bottom: 2rem;
}

@media (max-width: 968px) {
  .productEx h3 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

.productEx .productExInfo {
  margin-right: 3rem;
}

.productEx .productExInfo .mainTxt {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (max-width: 968px) {
  .productEx .productExInfo {
    margin-right: 0;
  }
  .productEx .productExInfo .mainTxt {
    font-size: 1.3rem;
  }
}

.productEx .productExImg {
  width: 30rem;
  line-height: 0;
  margin: 0 auto;
  padding-top: 2.5rem;
}

.productEx .productExImg.w-100 {
  width: 100%;
}

@media (max-width: 968px) {
  .productEx .productExImg {
    width: 100%;
  }
}

.productEx .productExImg.w-100 {
  width: 100%;
}

.productEx.col {
  width: 53.5rem;
  margin: 0 1.5rem;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productEx.col .productExInfo {
  margin-right: 0;
}

@media (max-width: 968px) {
  .productEx.col {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}

.productFlexArea.noFlex {
  display: block;
}

.productEx.noFlex {
  display: block;
  /* margin-top: 3rem; */
}

.contactBtnWrap {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.contactBtnWrap .linkBtn {
  background-color: #C81A37;
  color: #fff!important;
  font-size: 1.6rem;
  min-width: 23.8rem;
  border: .2rem solid transparent;
}

.contactBtnWrap .linkBtn:after {
  border-color: #E38C9B;
  background-color: #E38C9B;
  bottom: 30%;
}

.contactBtnWrap .linkBtn:hover {
  background-color: #fff;
  color: #C81A37!important;
  border: .2rem solid #C81A37;
  opacity: 1;
}

@media (max-width: 968px) {
  .contactBtnWrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.movie_center {
  width: 100%;
}

#AFM5300E .d-flex {
  margin: 0 -1.5rem;
}

#AFM5300E .d-flex .productEx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 5.9rem;
}

#AFM5300E .d-flex .productEx .productExInfo {
  margin-right: 0;
}

@media (max-width: 968px) {
  #AFM5300E .d-flex {
    margin: -2rem 0 0 0;
  }
  #AFM5300E .d-flex .productEx {
    padding-right: 2rem;
  }
}

@media (max-width: 968px) {
  .productBtnWrap {
    text-align: center;
  }
}

@media (min-width: 969px) {
  #ArBlade .productFlexArea {
    /* padding-bottom: 15rem; */
  }
}

#ArBlade .productFlexInfo {
  /* bottom: 3.5rem; */
  top: 21rem;
}

#ArBlade .productEx {
  padding: 5rem 5.3rem;
}

@media (max-width: 968px) {
  #ArBlade .d-flex {
    margin: -2rem 0 0 0;
  }
  #ArBlade .d-flex .productEx {
    padding: 2rem;
  }
}

#ArBlade .image-left {
  width: 100%;
}

#SMic .productFlexArea {
  padding-top: 6.4rem;
  padding-bottom: 8rem;
  flex-direction: column;
}

@media (max-width: 968px) {
  #SMic .productFlexArea {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#SMic .productName {
  position: initial;
  width: 36rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-image: url(/image/jp/products/solution/lib/rd_microscopes/bg_title2.png);
}

#SMic .productFlexInfo {
  position: initial;
  width: 100%;
  padding-left: 5.2rem;
  padding-right: 5.2rem;
  margin-top: 0;
}

#SMic .productFlexInfo .mainTxt {
  margin-bottom: 0;
}

@media (max-width: 968px) {
  #SMic .productFlexInfo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#SMic .productImg {
  margin-top: 3rem;
  line-height: 0;
}

#SMic .productEx {
  margin-top: 3rem;
}

#SMic .productExImg {
  width: 100%;
}

#EthosNX5000 .productFlexArea {
  /* padding-bottom: 9.4rem; */
  padding-bottom: 0;
}

#EthosNX5000 .productFlexArea .productFlexInfo {
  /* bottom: 0; */
}

@media (max-width: 968px) {
  #EthosNX5000 .productFlexArea {
    padding-bottom: 0;
  }
}

@media (max-width: 968px) {
  #NX9000 .productFlexInfo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#NX9000 .productEx.noFlex .productExImg {
  width: 100%;
}

#NX9000 .productEx2 {
  margin-top: 3rem;
}

.productEx-left {
  width: calc(100% - 33rem);
}

@media (max-width: 968px) {
  .productEx-left {
    width: 100%;
  }
}

#HF5000 .productFlexArea {
  /* padding-bottom: 2.4rem; */
}

#HF5000 .productFlexArea .productFlexInfo {
  /* bottom: 0; */
}

@media (max-width: 968px) {
  #HF5000 .productFlexArea {
    padding-bottom: 0;
  }
}

#HD-2700 .productFlexArea {
  padding-bottom: 6rem;
}

#HD-2700 .productFlexArea .productFlexInfo {
  bottom: 5rem;
}

@media (max-width: 968px) {
  #HD-2700 .productFlexArea {
    padding-bottom: 3rem;
  }
}

#HD-2700 .productEx-left .productExImg {
  line-height: 0;
  width: 46rem;
  margin: 0;
}

@media (max-width: 968px) {
  #HD-2700 .productEx-left .productExImg {
    width: 100%;
  }
}

@media (max-width: 968px) {
  #TA7000.libProductInner {
    padding-top: 8rem;
  }
}

#TA7000 .productFlexArea .productFlexInfo {
  /* bottom: 4.5rem; */
  top: 25rem;
}

@media (max-width: 968px) {
  #TA7000 .productFlexArea {
    padding-bottom: 3rem;
  }
}

#RdIcp .productFlexArea {
  /* padding-bottom: 12rem; */
}

#RdIcp .productFlexArea .productFlexInfo {
  bottom: 2.5rem;
}

@media (max-width: 968px) {
  #RdIcp .productFlexArea {
    padding-bottom: 3rem;
  }
}

#MANUFACTURING #LibRdTop .desc {
  padding: 0 14.5rem;
}

#MANUFACTURING .productFlexArea{
  padding-bottom: 0;
}

@media (max-width: 968px) {
  #MANUFACTURING #LibRdTop .desc {
    padding: 0;
  }
}

#MANUFACTURING .dryer .productFlexArea {
  /* padding-bottom: 2rem; */
}

@media (max-width: 968px) {
  #MANUFACTURING .dryer .productFlexArea {
    padding-bottom: 0;
  }
}

#MANUFACTURING .dryer .productFlexInfo {
  /* bottom: 0; */
  top: 25rem;
}

#MANUFACTURING .list {
  list-style: none;
  padding: 2.5rem 1.5rem;
  background-color: #F8F9FA;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  width: 100%;
  margin-top: 1rem;
}

#MANUFACTURING .list li {
  padding: 0 1.5rem;
  position: relative;
  font-size: 1.4rem;
}

#MANUFACTURING .list li::before {
  position: absolute;
  left: 0;
  top: -0.2rem;
  content: "\2022";
  color: #8995AC;
  font-weight: bold;
  display: inline-block;
  width: .52rem;
  margin-right: 1rem;
}

#MANUFACTURING .list:nth-of-type(2) {
  margin-top: -4.5rem;
  padding-top: 0;
}

#MANUFACTURING .productFlexImg.p-6 {
  padding: 6rem;
  background-color: #fff;
}

@media (max-width: 968px) {
  #MANUFACTURING .productFlexImg.p-6 {
    padding: 3rem;
  }
}

#MANUFACTURING #equipment .productFlexArea {
  /* padding-bottom: 2.5rem; */
}

@media (max-width: 968px) {
  #MANUFACTURING #equipment .productFlexArea {
    padding-bottom: 0rem;
  }
}

#MANUFACTURING #equipment .productFlexInfo {
  /* bottom: 0; */
  top: 25rem;
}

#MANUFACTURING #equipment .productBtnWrap {
  margin-top: 3.5rem;
}

#MANUFACTURING #rollpress .productFlexInfo {
  /* bottom: 0; */
  top: 25rem;
}

#MANUFACTURING #rollpress .productFlexArea {
  /* padding-bottom: 12rem; */
}

@media (max-width: 968px) {
  #MANUFACTURING #rollpress .productFlexArea {
    padding-bottom: 0rem;
  }
}

#MANUFACTURING .box {
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  background-color: #F8F9FA;
  padding: 2rem 2.5rem;
  margin: 1rem 0;
}

#MANUFACTURING .box .list-box {
  border-top: .1rem solid #D0D5DE;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#MANUFACTURING .box .list-2 {
  list-style: none;
  padding: 1rem 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#MANUFACTURING .box .list-2 li {
  padding: 0 1.5rem;
  position: relative;
  font-size: 1.4rem;
  width: 50%;
}

#MANUFACTURING .box .list-2 li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\2022";
  color: #8995AC;
  font-weight: bold;
  display: inline-block;
  width: .52rem;
  margin-right: 1rem;
}

@media (max-width: 968px) {
  #MANUFACTURING .box .list-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #MANUFACTURING .box .list-2 li {
    width: 100%;
  }
  #MANUFACTURING .box .list-2:nth-of-type(2) {
    padding-top: 0;
  }
}

#MANUFACTURING .box .mainTxt {
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: #132C5A;
  font-weight: bold;
}

#MANUFACTURING #laminating .productFlexArea {
  /* padding-bottom: 25rem; */
}

@media (max-width: 968px) {
  #MANUFACTURING #laminating .productFlexArea {
    padding-bottom: 0rem;
  }
}

#MANUFACTURING #laminating .productFlexInfo {
  /* bottom: 0; */
  top: 25rem;
}

#MANUFACTURING #dryroom .productFlexInfo {
  /* bottom: 0; */
  top: 25rem;
}

@media (max-width: 968px) {
  #MANUFACTURING #dryroom .productFlexArea {
    padding-bottom: 0rem;
  }
}

#MANUFACTURING #NPM .productFlexArea {
  /* padding-bottom: 14rem; */
}

@media (max-width: 968px) {
  #MANUFACTURING #NPM .productFlexArea {
    padding-bottom: 0rem;
  }
}

#MANUFACTURING #NPM .productFlexInfo {
  /* bottom: 0; */
  top: 24rem;
}

#MANUFACTURING #NPM .list {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2.5rem 0 0 0;
  margin-bottom: 0;
}

#MANUFACTURING .VCIM .productName {
  position: initial;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-image: url(/image/jp/products/solution/lib/rd_microscopes/bg_title2.png);
}

#MANUFACTURING .VCIM .productFlexArea {
  padding-bottom: 2rem;
  flex-direction: column;
}

@media (max-width: 968px) {
  #MANUFACTURING .VCIM .productFlexArea {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
}

#MANUFACTURING .VCIM .productImg {
  margin-top: 3rem;
  line-height: 0;
  background-color: #fff;
  padding: 4rem 5.2rem;
}

#MANUFACTURING .VCIM .productImg img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 968px) {
  #MANUFACTURING .VCIM .productImg {
    padding: 1.5rem;
  }
  #MANUFACTURING .VCIM .productImg img {
    width: 100%;
  }
}

#MANUFACTURING .VCIM .productFlexInfo {
  position: initial;
  width: 100% !important;
  padding-left: 5.2rem !important;
  padding-right: 5.2rem !important;
  margin-top: 0;
}

@media (max-width: 968px) {
  #MANUFACTURING .VCIM .productFlexInfo {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#MANUFACTURING .Spotfire .productFlexArea {
  padding-bottom: 25rem;
}

@media (max-width: 968px) {
  #MANUFACTURING .Spotfire .productFlexArea {
    padding-bottom: 3rem;
  }
}

#MANUFACTURING .Spotfire .productFlexInfo {
  bottom: 4.5rem;
}

#MANUFACTURING .Spotfire .productFlexImg {
  height: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 968px) {
  #MANUFACTURING .Spotfire .productFlexImg {
    height: auto;
  }
}

#QMMicroscope .productFlexArea {
  padding-top: 6.4rem;
  padding-bottom: 0rem;
  flex-direction: column;
}

@media (max-width: 968px) {
  #QMMicroscope .productFlexArea {
    padding-top: 8rem;
  }
}

#QMMicroscope .productName {
  position: initial;
  width: 55rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-image: url(/image/jp/products/solution/lib/rd_microscopes/bg_title2.png);
}

@media (max-width: 968px) {
  #QMMicroscope .productName {
    width: 100%;
  }
}

#QMMicroscope .productFlexInfo {
  position: initial;
  width: 100%;
  padding-left: 5.2rem;
  padding-right: 5.2rem;
  margin-top: 0;
}

@media (max-width: 968px) {
  #QMMicroscope .productFlexInfo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#QMMicroscope .productImg {
  margin-top: 3rem;
  line-height: 0;
}

#QMMicroscope .productEx {
  margin-top: 3rem;
}

#QMMicroscope .productExImg {
  width: 100%;
}

#FlexSEM .productFlexInfo {
  /* bottom: 3.5rem; */
  top: 25rem;
}

#QualityManagementMiniscope .productFlexArea {
  /* padding-bottom: 13rem; */
}

@media (max-width: 968px) {
  #QualityManagementMiniscope .productFlexArea {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#QualityManagementMiniscope .productFlexInfo {
  /* bottom: 3.5rem; */
  top: 25rem;
}

@media (max-width: 968px) {
  #EA8000A {
    padding-top: 8rem;
  }
}

#EA8000A .productFlexArea {
  /* padding-bottom: 14rem; */
}

@media (max-width: 968px) {
  #EA8000A .productFlexArea {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#EA8000A .productExImg {
  width: 100%;
}

#EA8000A .productFlexInfo {
  /* bottom: 2.5rem; */
  top: 25rem;
  padding: 3.5rem 4.5rem;
}

@media (max-width: 968px) {
  #EA8000A .productFlexInfo {
    padding: 2rem 1.5rem;
  }
}

#EA8000A .contactBtnWrap {
  padding-bottom: 6rem;
}

@media (max-width: 968px) {
  #EA8000A .contactBtnWrap {
    padding-bottom: 3rem;
  }
}

.example h3 {
  margin-bottom: 2.5rem;
}

.example .desc {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1.5rem;
}

@media (max-width: 968px) {
  .example .desc {
    font-size: 1.3rem;
  }
}

.tag {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  background-color: #5A6B8B;
  padding: 0.5rem 1.5rem;
}

@media (max-width: 968px) {
  .tag {
    font-size: 1.4rem;
  }
}

.productExImg.w-845 {
  width: 84.5rem !important;
  margin-bottom: 4rem;
}

@media (max-width: 968px) {
  .productExImg.w-845 {
    width: 100% !important;
  }
}

#jtl {
  padding-top: 7.5rem;
}

@media (max-width: 968px) {
  #jtl {
    padding-top: 2rem;
  }
}

#jtl .title {
  width: 50rem;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 5.4rem;
  background-image: url(/image/jp/products/solution/lib/qualitymanagement_jtl/bg_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#jtl .title h2 {
  font-size: 3.8rem;
  font-weight: 400;
  color: #132C5A;
}

@media (max-width: 968px) {
  #jtl .title {
    width: 100%;
  }
  #jtl .title h2 {
    font-size: 3rem;
  }
}

#jtl .productFlexArea {
  padding-top: 6rem;
}

@media (max-width: 968px) {
  #jtl .productFlexArea {
    padding-top: 3rem;
  }
}

@media (min-width: 969px) {
  #jtl .productFlexArea.productFlexArea2 {
    padding-top: 0;
  }
}

@media (min-width: 969px) {
  #jtl .productName.productName1 {
    top: 18rem;
  }
}

#jtl .productName h3 {
  font-size: 4.6rem;
  color: #fff;
  font-style: italic;
}

@media (max-width: 968px) {
  #jtl .productName h3 {
    font-size: 2.3rem;
  }
}

@media (min-width: 969px) {
  #jtl .productName.productName2 {
    top: 4rem;
  }
}

#jtl .wrapper .tag {
  font-weight: bold;
}

#jtl .productFlexInfo {
  bottom: 12.5rem;
}

#jtl .productFlexInfo2 {
  bottom: 12.5rem;
}

#jtl .productFlexInfo3 {
  bottom: 2.6rem;
}

#jtl .productFlexInfo4 {
  bottom: 18.5rem;
}

.p-6 {
  padding: 6rem;
}

#MANUFACTURING #x-ray .productName1 {
  position: initial;
  text-align: center;
  margin: 0 auto;
  width: 82rem !important;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 3rem;
}

#MANUFACTURING #x-ray .productName1 p {
  margin-bottom: 0;
}

#MANUFACTURING #x-ray .productName1 h2 {
  font-size: 4.6rem;
  text-align: center;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .productName1 {
    width: 100% !important;
    background-size: 100% 100%;
  }
  #MANUFACTURING #x-ray .productName1 h2 {
    font-size: 3rem;
  }
}

#MANUFACTURING #x-ray .productImg {
  width: 80.7rem;
  padding: 3rem 0 1rem;
  margin: 0 auto;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .productImg {
    width: 100%;
  }
}

#MANUFACTURING #x-ray .productFlexArea3 {
  background: #fff;
  padding: 5rem 5.2rem;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .productFlexArea3 {
    padding: 2rem 1.5rem;
  }
}

#MANUFACTURING #x-ray .productFlexArea3 .d-flex {
  margin: 0 -2rem;
}

#MANUFACTURING #x-ray .productFlexArea3 .d-flex .col {
  margin: 0 2rem;
}

#MANUFACTURING #x-ray .productFlexArea3 .d-flex .col.w-50 {
  width: 50%;
}

#MANUFACTURING #x-ray .productFlexArea3 .d-flex .txt {
  font-size: 2rem;
  font-weight: bold;
  background-color: #132C5A;
  line-height: 1.95;
  text-align: center;
  margin-bottom: 1.3rem;
  margin-top: 2rem;
  color: #fff;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .productFlexArea3 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -1rem 0;
  }
  #MANUFACTURING #x-ray .productFlexArea3 .d-flex .col.w-50 {
    width: 100%;
    margin: 1rem 0;
  }
}

#MANUFACTURING #x-ray .productFlexArea3 .image {
  width: 27rem;
  margin: 0 auto;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .productFlexArea3 .image {
    width: 80%;
  }
}

#MANUFACTURING #x-ray .detail .title {
  color: #132C5A;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1rem;
}

#MANUFACTURING #x-ray .detail p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#MANUFACTURING #x-ray .cap {
  color: #E72219;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .cap {
    font-size: 1.2rem;
  }
}

#MANUFACTURING #x-ray .box {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

#MANUFACTURING #x-ray .box .productImg {
  width: 43.3rem;
  background-color: transparent;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .box .productImg {
    width: 100%;
    padding-top: 1rem;
  }
}

#MANUFACTURING #x-ray .box .d-flex .col {
  margin: 0 3rem;
}

@media (max-width: 968px) {
  #MANUFACTURING #x-ray .box {
    padding: 2rem 1.5rem;
  }
  #MANUFACTURING #x-ray .box .d-flex .col {
    margin: 1rem 0;
  }
}

.mt-30 {
  margin-top: 3rem;
}

#foreign-matter #LibRdTop .desc {
  padding: 0 14rem;
}

@media (max-width: 968px) {
  #foreign-matter #LibRdTop .desc {
    padding: 0;
  }
}

@media (max-width: 968px) {
  #foreign-matter .title {
    bottom: -4.4rem;
  }
}

#foreign-matter .btn-wrapper {
  text-align: center;
  margin: 8rem 0 3rem;
}

#foreign-matter .btn-wrapper .btn {
  font-size: 1.8rem;
  min-width: 39.7rem;
}

#foreign-matter .btn-wrapper .btn::after {
  bottom: 30%;
  height: 3.2rem;
}

@media (max-width: 968px) {
  #foreign-matter .btn-wrapper {
    margin: 3rem 0;
  }
  #foreign-matter .btn-wrapper .btn {
    margin: 1rem 0;
    font-size: 1.4rem;
    min-width: 24.7rem;
  }
}

.p-85 {
  padding: 8.5rem;
}

@media (min-width: 969px) {
  .ttl-main {
    text-align: left !important;
  }
}

@media (min-width: 969px) {
  .productEx .productExImg.w-700 {
    width: 70rem;
  }
}

@media (max-width: 968px) {
  #RAndD .libProductInner .productName h2 {
    font-size: 3rem;
  }
}

.rd_ai .libProductInner .productFlexImg {
  padding: 4.5rem;
}

@media (max-width: 968px) {
  .rd_ai .libProductInner .productFlexImg {
    padding: 2.5rem 3rem;
  }
}

.libProductInner .productFlexInfo .productSubTxtL {
  color: #132C5A;
}

.manufac .contactBtnWrap {
  /* padding-top: 2rem; */
}

@media (min-width: 969px) {
  .manufac .libProductInner .productName h2 {
    font-size: 4.6rem;
  }
}

.manufac .productFlexImg {
  padding: 8rem;
}

@media (max-width: 968px) {
  .manufac .productFlexImg {
    padding: 3rem 4rem;
  }
}

#QUALITYMANAGEMENT .tag.productNameSub {
  margin-bottom: 1rem;
  margin-left: 14.7rem;
}

@media (max-width: 968px) {
  #QUALITYMANAGEMENT .tag.productNameSub {
    margin-left: 0;
  }
}

#QUALITYMANAGEMENT .libTopImg {
  width: 80.5rem;
  margin: 0 auto;
}

@media (max-width: 968px) {
  #QUALITYMANAGEMENT .libTopImg {
    width: 100%;
  }
}

.FloatContent2 {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
}

@media (max-width: 968px) {
  .FloatContent2 {
    display: none !important;
  }
}

.GridSet {
  width: 100%;
}

.GridSet {
  margin: 0 auto;
}

.FloatingMenu.afm {
  display: block !important;
  max-width: 1305px;
  padding: 0 15px;
}

.FloatingMenu {
  display: none !important;
}

.FloatingMenu {
  padding-left: 0;
  clear: right;
  margin: 0 auto;
  min-width: initial;
  text-align: left;
}

.FloatingMenu.afm .left_navi {
  float: left;
}

.FloatingMenu > ul > li, .FloatingMenu #MegaMenu2 > dl {
  display: block;
  float: left;
  padding: 0;
}

.FloatingMenu > ul > li a {
  display: block;
  line-height: 3.3rem;
  background: none;
  padding: 1.1rem 1.4rem;
}

.FloatingMenu > ul > li a:hover {
  background-color: #132C5A;
  color: #fff;
  opacity: 1;
}

.FloatingMenu > ul > li > a {
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  font-size: 1.6rem;
  color: #132C5A;
}

.FloatingMenu li a {
  color: #000;
  word-break: break-all;
}

.FloatingMenu.afm .right_navi {
  float: right;
}

.FloatingMenu.afm .right_navi .bg_red a {
  padding: 1.1rem 3rem;
}

.FloatingMenu.afm .bg_red a {
  -webkit-transition: .3s;
  transition: .3s;
  background: #e60027;
  color: #fff;
}

.FloatingMenu.afm .bg_red a:hover {
  background: #C81A37 !important;
}

.over_float_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 6;
}

.over_float_wrap .cont {
  background: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.over_float_wrap .rd {
  position: absolute;
  left: 8.3rem;
  top: 5.5rem;
  background: white;
  display: none;
  z-index: 99999;
}

.over_float_wrap .mf {
  position: absolute;
  left: 14.5rem;
  top: 5.5rem;
  background: white;
  display: none;
  z-index: 99999;
}

.over_float_wrap .qm {
  position: absolute;
  left: 20.5rem;
  top: 5.5rem;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 99999;
}

.over_float_wrap .unit_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.over_float_wrap .unit_wrap ul {
  list-style: none;
}

.over_float_wrap .unit_wrap ul li:hover a {
  color: #132C5A;
  opacity: 1;
  background-color: #fff;
}

.over_float_wrap .unit_wrap ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  background-color: #132C5A;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
}

.over_float_wrap .unit_wrap li a {
  text-decoration: none;
}

#QUALITYMANAGEMENT .productFlexInfo .tag.productNameSub{
  margin-left: 0;
}

#Search .BtnOpen a{
  font-size:12px;
}

#CountryRegion .BtnOpen a{
  font-size:11px;
}

#UltraGlobalNavi .BtnOpen a{
  font-size:11px;
}

.CourtesyNavi li a{
  font-size: 11px;
}

.MMGlobalNaviStyle a{
  font-size:13px;
}

#TopicPath ul li{
  font-size:11px;
}

.FMTitleLinkStyle1, .FMTitleLinkStyle2, .FMTitleLinkStyle3, .FMTitleLinkStyle4{
	font-size: 14.4px;
}

.FMLinkListStyle li{
	list-style: none;
	font-size: 13px;
}

.FMRTLink .FMTitleLinkStyle1{
	font-size: 12px;
}

@media (max-width:767px) {
	.JS #SiteIdentity .Title{
		font-size: 16px;
	}
	.JS #PageTopBottom a span{
		font-size: 12px;
	}
}


#Search dl {
  font-size: 13px;
}

#Search .BtnClose a{
  font-size: 12px;
}
.MMGrid4 ul.MMLinkListStyle li a{
  font-size: 16px;
}
ul.MMLinkListStyle li a{
  font-size: 13px;
}
#CountryRegion .Inner h2 {
  width: 230px;
}
#CountryRegion .Inner h2 a{
  font-size: 14.4px;
}
#CountryRegion .Inner h2 a{
  font-size: 14.4px;
}


.MMGlobalNaviStyle.MMSetMenu a:hover,
.MMGlobalNaviStyle.MMSetMenu a:active,
.MMGlobalNaviStyle.MMSetMenu a.Active{
  opacity: 1;
}

#CountryRegion .Inner li span{
  font-size: 13px;
}

#CountryRegion .Inner .BtnClose{
  line-height: 20.8px;
}

#CountryRegion .Inner .BtnClose a{
  font-size: 12px;
}

@media (max-width:767px) {
  .JS #CountryRegion .Inner ul.Global li span{
    font-size: 14.4px;
  }

  .JS #GlobalNaviTopSP > li.Current > a em,
  .JS #GlobalNaviTopSP > li > a,
  .JS .SuperGlobalNavi h2 a{
    font-size: 14.4px;
  }
  .JS #CourtesyNaviSP li a{
    font-size: 12.16px;
  }
}

#LibMF.en .col{
  height: 50rem
}
#Contents .en h3{
  line-height: 1.3;
}
.en .content-left .detail p{
  line-height: 1.5;
  margin-top: 2.5rem;
}
#LibFO .btn-wrapper,
#LibLM .btn-wrapper{
  margin-top: 1rem;
}
#LibAB.en .about-inner .detail .desc{
  text-align: initial;
}
#LibAB .about-inner .detail .desc{
  line-height: 1.5;
}
#EthosNX5000.en .contactBtnWrap,
#HF5000.en .contactBtnWrap{
  /* padding-top: 16rem; */
}
#MANUFACTURING #equipment.en .productFlexArea{
  /* padding-bottom: 12.5rem; */
}
#QualityManagementMiniscope.en .productFlexArea{
  /* padding-bottom: 18rem; */
}
#EA8000A.en .productFlexArea{
  /* padding-bottom: 32rem; */
}

@media screen and (max-width: 968px) {
  #LibMF.en .col{
    height: auto
  }
  #EthosNX5000.en .contactBtnWrap,
  #HF5000.en .contactBtnWrap{
  padding-top: 3rem;
  }
  #MANUFACTURING #equipment.en .productFlexArea{
    padding-bottom: 0rem;
  }
  #QualityManagementMiniscope.en .productFlexArea,
  #EA8000A.en .productFlexArea{
    padding-bottom: 3rem;
  }
}

#LibTp .en .swiper-slide {
  height: 45rem;
}

@media (min-width: 969px) and (max-width: 1399px) {
  #LibTp .en .swiper-slide {
     width: calc(370/1400*100vw);
     height: calc(450/1400*100vw);
   }
}

#LibFO.cn {
  background-image: url(/image/cn/products/solution/lib/bg_fo.png);
}

#LibTp.cn .swiper-slide {
  height: 45rem;
}

.cn .GridSet {
  font-family: 'Noto Sans SC', sans-serif;
}

/* グローバルナビ */
.globalnavi{
	background: #fff;
	width: 100%;
	z-index: 998;
	-webkit-box-shadow: 0 0.2rem 0.2rem rgb(0 0 0 / 30%);
	box-shadow: 0 0.2rem 0.2rem rgb(0 0 0 / 30%);
}

@media (max-width: 969px) {
	.globalnavi{
		display: none;
	}
}

.globalnavi.fixed{
	position: fixed;
	top: 0;
}

.globalnavi .navi_flex{
	max-width: 1305px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}

.globalnavi .navi_flex ul{
	display: flex;
}

.globalnavi .navi_flex ul li{
	position: relative;
}

.globalnavi .navi_flex ul li a{
	padding: 1.4rem 1.4rem;
	display: block;
	font-weight: bold;
	color: #132C5A!important;
	transition: .3s;
}

.globalnavi .navi_flex ul li a:hover{
	background: #132C5A;
	color: #fff!important;
	opacity: initial;
}

/* ダウンロードボタン */
.globalnavi .navi_flex .dl a{
	padding: 1.4rem 3rem;
	transition: .3s;
	background: #e60027;
	color: #fff!important;
	font-weight: bold;
	display: block;
}

.globalnavi .navi_flex .dl a:hover{
	background: #C81A37;
	opacity: initial;
}

/* 小メニュー */
.globalnavi .navi_flex ul li ul{
	display: none;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 999;
	width: 300px;
}

.globalnavi .navi_flex ul li ul li a{
	display: block;
	padding: 1.4rem 1.4rem;
	background: #132C5A;
	color: #fff!important;
	transition: .3s;
}

.globalnavi .navi_flex ul li ul li a:hover{
	color: #132C5A!important;
	background: #fff;
	opacity: initial;
}

sup, sub {
	font-size: 60%;
}


#HeaderArea1,
#HeaderArea2,
#FatMenuLevel1,
#FooterArea {
	font-size: 1.6rem;
}

#MANUFACTURING #LibRdTop .libTopTxtL{
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.8;
}

.libProductInner.explanation .container{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.libProductInner.explanation .container .productEx{
  margin-bottom: 3rem;
}

.libProductInner.explanation .container .productEx:last-child{
  margin-bottom: 0;
}

.libProductInner.explanation .container .productEx .productExInfo{
  margin-top: 2.5rem;
}

.libProductInner.explanation .container .productEx .productExInfo:first-child{
  margin-top: 0;
}

.libProductInner.explanation .productEx h3{
  text-align: center;
  font-size: 2.8rem;
}

.libProductInner.explanation .container .productEx p{
  margin-bottom: 1rem;
}

.libProductInner.explanation .container .productEx p:last-child{
  margin-bottom: 0;
}

.libProductInner.explanation .productEx .tag{
  margin-bottom: 1.5rem;
}

.libProductInner.explanation .productEx a.btn{
  margin: 1.5rem auto 0;
  display: block;
  width: 20rem;
}

.libsolution{
  text-align: center;
  padding: 40px 20px 30px;
}

.libsolution p{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

@media (max-width: 968px) {
  #MANUFACTURING #LibRdTop .libTopTxtL{
    line-height: initial;
  }
  .libProductInner.explanation .productEx h3{
    font-size: 1.8rem;
    text-align: left;
  }
  .libProductInner.explanation .container{
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .libsolution p{
    text-align: left;
  }
}


/* 231222 rd-microscopes.html レイアウト変更 */

#SMic_AFM5500E_wrap {
	background-image: url(/image/jp/products/solution/lib/rd_microscopes/rd_microscopes_19.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#SMic {
	background: none;
}

#SMic .productName {
	margin-bottom: 0;
}

#SMic .productFlexArea {
	padding-bottom: 0;
}

#AFM5500E {
	padding-bottom: 8rem;
	background: none;
}

#AFM5500E .productName {
	top: 6rem;
}

#AFM5500E .productFlexArea {
	padding-top: 4rem;
}

#AFM5500E .productExInfo h3 {
	line-height: 1.6;
}

#AFM5500E .productExInfo h3 span.small {
	font-size: 0.8em;
}

#ArBlade .mainTxt2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#AFM5500E dl.mainTxt {
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
}

#AFM5500E dl.mainTxt dt {
	width: 6em;
}

#AFM5500E dl.mainTxt dd:before {
	content: "：";
	display: inline-block;
	text-indent: -1em;
}

#AFM5500E dl.mainTxt dd {
	width: calc(100% - 6em);
}

#AFM5500E dl.mainTxt dd {
	margin-bottom: 1em;
}
#AFM5500E dl.mainTxt dd:last-child {
	margin-bottom: 0;
}

@media (max-width: 968px) {
	#AFM5500E {
		padding-bottom: 3rem;
	}

	#AFM5500E .productName {
		top: 0;
	}

	#AFM5500E dl.mainTxt {
		display: block;
	}

	#AFM5500E dl.mainTxt dt:after {
		content: "：";
		display: inline-block;
	}

	#AFM5500E dl.mainTxt dd {
		width: 100%
	}

	#AFM5500E dl.mainTxt dd:before {
		display: none;
	}
}




/*-------------------------
  240729 SP フロートボタン
-------------------------*/
@media (max-width: 969px) {
	.globalnavi.fixed {
		display: block;
		top: auto !important;
		bottom: 0px;
		left: 0px;
		box-shadow: none;
		/* padding-bottom: 0; */
	}

	.globalnavi.fixed .navi_flex {
		display: block;
		padding: 0px;
	}

	.globalnavi.fixed .navi_flex ul {
		display: none;
	}

	.globalnavi.fixed .navi_flex .dl a {
		text-align: center;
		padding: 1rem;
	}

#FooterArea {
	margin-bottom: 45px;
}
}

