@charset "UTF-8";
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}
html {
  font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
  font-size: 16px;
  color: #212121;
  font-weight: 350;
  line-height: 2;
}
@font-face {
  font-family: 'Noto Sans CJK jp';
  font-style: normal;
  font-weight: 350;
  src: url('../font/NotoSansCJKjp-DemiLight.eot');
  src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'), url('../font/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK jp';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansCJKjp-Medium.eot');
  src: url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Medium.woff') format('woff'), url('../font/NotoSansCJKjp-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans CJK jp';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansCJKjp-Bold.eot');
  src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Bold.woff') format('woff'), url('../font/NotoSansCJKjp-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSerifCJKjp-Light.woff") format("woff"), url("../font/NotoSerifCJKjp-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp-Medium.otf") format("opentype");
}
.font-ttl {
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 400;
}
/*body{line-height:1;}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}
sup {
  font-size: 8px;
}
em {
  font-style: normal;
}
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}
div:after, ul:after, ol:after, dl:after {
  clear: both;
}
div, ul, ol, dl {
  zoom: 1;
}
ul#wp-admin-bar-root-default:after {
  clear: none;
}
a {
  text-decoration: none;
}
@media screen and (max-width:834px) {
  .spNone {
    display: none;
  }
}
/*----------------------------------------
	Header
-----------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
#header .headerInner {
  position: relative;
  height: 80px;
}
#header .logoShimadzu {
  display: block;
  position: absolute;
  top: 22px;
  left: 30px;
  z-index: 99;
}
#header .logoShimadzu a svg {
  fill: #000;
  width: 172px;
  height: 37px;
  transition: 0.2s;
}
body * {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media print, screen and (min-width:1040px) {
  #header .logoShimadzu {
    position: absolute;
    display: table;
    margin: 0;
  }
  #header .logoShimadzu img {
    width: 172px;
  }
  #header .headerInner {
    height: 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1300px) {
  #header .headerInner {
    max-width: 100%;
  }
}
@media screen and (max-width:834px) {
  #header .headerInner {
    height: 60px;
  }
  #header .logoShimadzu {
    top: 14px;
    left: 9px;
  }
  #header .logoShimadzu a svg {
    width: 140px;
    height: 30px;
  }
}
/*----------------------------------------
	footer
-----------------------------------------*/
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  background: #232323;
  height: 30px;
  line-height: 10;
  color: #fff;
  z-index: 5;
}
#footer .inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#footer ul {
  float: left;
  padding: 8px 0;
  font-size: 1.3rem;
  font-weight: 300;
}
#footer ul li {
  float: left;
  line-height: 13px;
}
#footer ul li a {
  vertical-align: middle;
}
#footer ul li + li {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #fff;
}
#footer ul li a {
  font-feature-settings: normal;
  font-size: 12px;
  color: #fff;
}
#footer small {
  display: block;
  float: right;
  padding: 10px 0 0;
  line-height: 1;
}
#footer small img {
  width: 100%;
  max-width: 347px;
}
@media print, screen and (max-width:834px) {
  #footer {
    height: auto;
    padding: 10px 0 5px;
  }
  #footer .inner {
    padding: 0;
  }
  #footer ul {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1rem;
  }
  #footer ul li {
    white-space: nowrap;
    font-size: 11px;
  }
  #footer ul li + li {
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
  }
  #footer small {
    float: none;
    line-height: 1;
    text-align: center;
    margin: 8px 8px 0;
    padding: 0;
  }
}