@charset "utf-8";
/* CSS Document */
/* TOPへ戻るボタン */		
#pageTop {
  position: fixed;
  bottom: 110px;
  right: 15px;
}

#pageTop i {
  padding-top: 6px
}


#pageTop a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: block;
    z-index: 999;
    padding: 5px 4px 0px;
    border-radius: 2px;
    width: 105px;
    height: 35px;
    background-color: #4dbc89;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}/* END TOPへ戻る*/

p.p10 {
  padding: 10px;
}
/* contents menu */
.navigateMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.navigateMenu_item {
  position: relative;
  min-width: 140px;
  overflow: hidden;
  border: 1px solid #15af5c;
}
.navigateMenu_list > * {
  margin: 20px 0 0 5px;
}
ol > li, ul > li {
  display: list-item;
  margin: 5px 0 0;
}
li {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
user agent stylesheet li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.navigateMenu_item > a, .navigateMenu_item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 7px 10px 7px 22px;
  width: 100%;
  height: 100%;
  color: #15af5c;
  font-size: 1rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a, img, input, svg, *:before, *:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a {
  color: #00f;
  cursor: pointer;
  border: none;
  outline: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
user agent stylesheet a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
user agent stylesheet li {
  text-align: -webkit-match-parent;
}
.navigateMenu_item > a:before, .navigateMenu_item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 6px;
  background-image: url(images/sprite.png);
  background-position: -214px -76px;
  width: 14px;
  height: 14px;
  -webkit-background-size: 232px 204px;
  background-size: 232px 204px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a, img, input, svg, *:before, *:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
/* ●　green */
.circle {
  color: #00ac97;
}
.gray {
    color: #888888;
	font-size: medium;
}

.kon {
    color: #3e425a;
	font-size: medium;
}

.kosi {
	text-align: center;
    color: #fff;
    width: 90px;
    margin: 1px 20px 0 23px;
    padding: 0;
    background: #3e425a;
    float: left;
    line-height: 25px;
}

span.kosinew{
	background: linear-gradient(transparent 50%, #ccd1d0 80%);
    font-size: 1.9em;
    color: #3e425a;
    line-height: 1.5em;
}

span.kosi_s{
	font-size: 1.5em;
}
/* header */
.site-header {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
}
.site-header.hide {
  transform: translateY(-100%);
}
.site-logo__img {}
/* ↑　追加分 */
a:hover img {
  opacity: 0.8;
}
img.spttl {
  display: none;
}

li.pcttl {
  display: block;
}

li.spttl {
  display: none;
}
/* footer  */
.gFooterCopys_txt {
  margin: 0;
  text-align: center;
  color: #15af5c;
  font-size: 1.2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1;
  letter-spacing: 1px;
  padding: 50px 50px 0px 50px;
}
/* 見出し */ 
.headLine1 {
  display: block;
  text-align: center;
  margin: 0px auto;
  line-height: 1.35;
  color: #333;
  font-size: 30px;
  font-size: 2.3rem;
  font-weight: bold;
}
.headLine1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: url();
}

.headLine2 {
  display: block;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 20px;
  line-height: 1.35;
  color: #333;
  font-size: 30px;
  font-size: 2.3rem;
  font-weight: bold;
}
.headLine2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: url();
}



#product {
  color: #180b02;
  background: #fff;
}
#product .main {
  text-align: center;
  padding-top: 84px;
}
.productsBox {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}
#product .Tx {
  width: 870px;
  max-width: 100%;
  margin: 80px auto 0;
}

.productsBox h2 {
  font-size: 200%;
  font-weight: bold;
  color: #545454;
  font-family: inherit;
  padding-left: 0.25em;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
.productsBox h2 small {
  font-size: 52%;
  font-weight: normal;
  display: block;
}

.productsBox h3 {
  font-size: 160%;
  font-weight: bold;
  color: #545454;
  font-family: inherit;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0;
}

#product h4 span.small {
  font-size: 1.2rem;
}
#product .Tx h3 {
  margin-bottom: 30px;
  text-align: center;
}

.mainimg > img {
  margin: 0 auto;
}

.photo {
  text-align: center;
  margin-bottom: 60px;
}
.photo li {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.photo1, .photo2, .photo3, .photo4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo4 li {
  flex: 0 0 auto;
}
.photo3 li {
  flex: 0 0 33%;
}
.photo2 li {
  flex: 0 0 49%;
}
.photo2 li.col1_3 {
  flex: 0 0 32%;
}
.photo2 li.col2_3 {
  flex: 0 0 65%;
}
.photo1 li {
  margin: 0;
}
#product ul.photo li p {
  margin: 0 1em;
}
.pdfDL {
  overflow: hidden;
  width: 793px;
  margin: 0 auto;
  color: #13479a;
  font-weight: 600;
}
.pdfDL ul li {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.pdfDL ul li a.txt-btn {
  border: 1px solid #00b7ee;
  display: block;
  font-weight: 200;
  font-size: 20px;
  background: url("../lineup/FLcolor/images/DLicon.png") no-repeat 92% 50% #3399cc;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}
.pdfDL ul li a.txt-btn:hover {
  background: url("../lineup/FLcolor/images/DLicon.png") no-repeat 92% 50% #52a7f7;
}

#product ul.photo li button {
  background-color: #666;
  border: 1px solid #666;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  margin: 0.25em;
  padding: 0.5em 1em;
  text-align: center;
  outline: 0;
}
#product ul.photo li button:hover {
  background-color: #262626;
  border: 1px solid #262626;
}

#product .contentTx {
  width: 780px;
  max-width: 100%;
  margin: 80px auto 0;
}
#product .twoBOX .Ph, #product .twoBOX .BoxTx {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
p span {
  color: #666;
}
p span.option, span.option {
  font-family: 'Noto Sans JP', sans-serif;
}
#chair, #instrument, #microscope, #maintenance {
  padding-top: 50px;
}
#features, #chair {
  padding-bottom: 100px;
  background: #f5f5f5;
}
#features .Tx, #product .Tx {
  margin: 20px auto 20px;
}
#instrument {
  padding-bottom: 100px;
}
#instrument .photo {
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
}
x#instrument .photo li {
  margin-right: 15px;
}
#instrument table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
}
#instrument table tr td {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #a3a3a3;
}
#instrument table tr td:last-child {
  padding-right: 20px;
}
#chair ul li img {
  border: 2px solid #dbdbdb;
}
#chair p.cap {
  margin: 40px 0 60px;
}
#microscope .twoBOX {
  margin-top: 60px;
}
#microscope .twoBOX .Ph {
  width: 246px;
}
#microscope .twoBOX .BoxTx {
  width: 445px;
  max-width: 100%;
  float: right;
}
#maintenance {
  padding-bottom: 50px;
  background: #f5f1ee;
}
#maintenance .photo li:nth-child(2n), #chair ul.photo li:nth-child(2n) {
  margin-right: 0;
}
#maintenance .twoBOX .Ph {
  width: 340px;
}
#maintenance .twoBOX .BoxTx {
  width: 450px;
  max-width: 100%;
  float: right;
}
#maintenance p.cap {
  margin-bottom: 120px;
}
#maintenance .twoBOX {
  margin-bottom: 50px;
}
#maintenance .Tx {
  margin-bottom: 40px;
}
.movie, #movie {
  background: #f1f1f1;
  font-size: 14px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
}
.movie h2 {
  text-align: center;
  margin-bottom: 30px;
}
.movie .movieBBox2 {
  width: auto;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
.movie .movieBox {
  margin: auto;
  flex: 0 0 295px;
}
.movie .movieBBox .movieBox:first-child {
  margin: auto;
}
.BtnLink {
  margin-top: 40px;
}
.BtnLink a {
  border: 1px solid #36b;
  border-radius: 16px;
  text-align: center;
  display: inline-block;
  padding: 8px 24px;
  font-size: 13px;
  color: #333;
  line-height: 1.1;
  background: #fff;
}
.BtnLink a:hover {
  background: #f0f0f0;
}
.BtnLink a img {
  vertical-align: middle;
  margin: 0 0 0 8px;
  width: 18px;
}
/*New Video*/
.movieNew {
  background: #f1f1f1;
  padding: 50px;
}
.movieNewBox {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
.movieNew li {
  width: 640px;
  max-width: 96%;
  margin: auto;
}
.movieNew li a {
  display: flex;
  color: #333;
  background: #fff;
  align-items: center;
}
.movieNew li a:hover {
  background: #f9f9f9;
}
.movieNew li a:hover img {
  opacity: 0.8;
}
.movieNew li em {
  flex: 0 0 33%;
  padding-left: 16px;
  padding-top: 40px;
}
.movieNew li em i {
  font-style: normal;
  position: relative;
  display: inline-block;
  flex: none;
  text-align: left;
}
.movieNew li em i::after {
  position: absolute;
  width: 2.5em;
  height: 1px;
  background: #333;
  content: "";
  left: 0;
  bottom: -4px;
}
.movieNew li i {
  flex: 0 0 258px;
}
.movieNew li span {
  flex: 1 0 15%;
  padding: 40px 0 0;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.movieNew li span img {
  position: absolute;
  right: -26px;
  top: 45%;
  flex: none;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

ul.indent {
  display: inline-block;
}
ul.indent li {
  display: block;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
	.headLine1 {
    font-size: 1.3rem;
}
	
	.headLine2 {
    font-size: 1.2rem;
}

  .navigateMenu_item.pacut {
    margin-right: 0px;
  }
  .gFooterCopys_txt {
    letter-spacing: .05em;
    padding-top: 50px;
    font-size: 0.9rem;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  img.spttl {
    display: block;
  }
  img.pcttl {
    display: none;
  }
	
li.spttl {
    display: block;
  }
li.pcttl {
    display: none;
  }
  .productsBox, #product .Tx, #instrument .photo, #product .contentTx, #microscope .twoBOX .BoxTx, #microscope .twoBOX .Ph, #maintenance .twoBOX .Ph, #maintenance .twoBOX .BoxTx {
    width: 100%;
    box-sizing: border-box;
  }
  .productsBox {}
  #features, #chair, #instrument, #maintenance {
    padding-bottom: 40px;
  }
  #features .Tx, #product .Tx {
    margin: 20px auto 20px;
  }
  #product ul.photo li {}
  .photo4 li {
    flex: 0 0 24%;
  }
  #product ul.photo li:nth-child(2n) {
    margin-right: 0;
  }
  #microscope .twoBOX .BoxTx, #maintenance .twoBOX .BoxTx {
    float: none;
  }
  #product .pdfDL {
    width: 100%;
  }
  #product .pdfDL ul li a, #product .pdfDL ul li p {
    text-align: center;
    display: block;
  }
  #product .pdfDL ul li a {
    float: none;
    margin: 0 auto;
  }
  #product ul.photo {
    text-align: center;
  }

  .productsBox ul.photo2 {
    flex-flow: column wrap;
  }
  .productsBox ul.photo2 li {
    margin: 0 auto;
  }

  .tableBox {
    overflow-x: scroll;
  }
  .SpPh01 {
    display: block;
  }
  /*New Video*/
  .movieNew {
    background: #f1f1f1;
    padding: 10px;
    width: 100%;
    margin: auto;
  }
  .movieNewBox {
    width: auto;
    max-width: 94%;
    margin: auto;
  }
  .movieNew li {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .movieNew li a {}
  .movieNew li a:hover {}
  .movieNew li a:hover img {
    opacity: 0.8;
  }
  .movieNew li em {
    flex: 0 0 auto;
    padding: 10% 8px 0 8px;
    line-height: 1.5;
    max-width: 40%;
  }
  .movieNew li em::after {}
  .movieNew li em i {
    flex: none;
    text-align: left;
  }
  .movieNew li i {
    flex: 0 0 60%;
    text-align: right;
    padding-right: 40px;
  }
  .movieNew li img {
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 70%;
    text-align: right;
  }
  .movieNew li span {
    flex: none;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 1.1;
  }
  .movieNew li span img {
    position: static;
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .photo4 li {
    flex: 0 0 48%;
  }
  .navigateMenu_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigateMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  .navigateMenu {
    margin: 28px auto;
  }
  .navigateMenu {
    margin: 48px auto 60px;
  }
  article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  * {
    padding: 0;
    margin: 0;
  }
  *, :after, :before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  .navigateMenu_item > a, .navigateMenu_item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 7px 10px 7px 22px;
    width: 100%;
    height: 100%;
    color: #15af5c;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .navigateMenu_list > * {
    margin: 10px 0 0 10px;
    width: calc((100% - 10px*2)/2);
    width: calc((100% - 4px - 10px*2)/2) \9;
  }
  .navigateMenu_item {
    position: relative;
    min-width: 140px;
    overflow: hidden;
    border: 1px solid #15af5c;
  }
  .homeSection_inner {
    padding: 40px 1.5em;
    max-width: none;
  }
  .navigateMenu {
    margin: 28px auto;
  }
  .navigateMenu_item {
    position: relative;
    min-width: 140px;
    overflow: hidden;
    border: 1px solid #15af5c;
  }

  .productsBox ul.photo2 li {
    width: calc( 100% - 2em );
    margin: 0 auto;
  }

  .productsBox table tr, .productsBox table th, .productsBox table td {
    display: block;
    width: auto !important;
  }

	.pc{
	display: none;
}
.sp{
	display: block;
}
}