@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline;
  color: #009aff; }

a:focus {
  outline: none; }

a img {
  outline: none; }

a img:hover {
  opacity: 0.5; }

a:hover, a:active {
  outline: none; }

h1, h2, h3, h4, h5, p, li {
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

dd {
  margin: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5em; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
html {
  scroll-behavior: smooth; }

img, object, embed, video {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

h2 {
  font-size: 2.3em;
  letter-spacing: 1.7px; }

h3 {
  font-size: 2em;
  letter-spacing: 1.6px; }

h4 {
  font-size: 1.8em;
  letter-spacing: 1.5px; }

p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5; }

li, td, th, a, dt, dd {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4; }

.ind {
  margin-left: 1.1em;
  text-indent: -1.1em; }

.bk_gray {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px; }

.bk_blue {
  background-color: #85b1df;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em; }

.red {
  color: #f00; }

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2em;
    letter-spacing: 1.6px; }

  h3 {
    font-size: 1.8em;
    letter-spacing: 1.5px; }

  h4 {
    font-size: 1.6em;
    letter-spacing: 1.4px; } }
@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
    letter-spacing: 1.5px; }

  h3 {
    font-size: 1.6em;
    letter-spacing: 1.4px; }

  h4 {
    font-size: 1.5em;
    letter-spacing: 1.3px; }

  .title_area {
    padding: 15px 0 10px 0; } }
/* =========================================
gridContainer
============================================*/
.gridContainer {
  width: 100%;
  max-width: 100%;
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto; }

@media screen and (max-width: 1199px) {
  .gridContainer {
    margin-right: auto; } }
.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

/* =========================================
contents_area
============================================*/
.contents_area {
  width: 100%;
  height: auto;
  clear: both; }

.contents_area section {
  max-width: 1200px;
  height: auto;
  margin: 0 auto; }

@media screen and (max-width: 1199px) {
  .contents_area section {
    max-width: 98%; } }
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-top: #049afc 10px solid;
  background-color: #fff;
  box-shadow: #000 2px 2px 6px;
  z-index: 9999; }

/*ヘッダー中央揃え・幅固定*/
.header_area {
  max-width: 1200px;
  margin: 0 auto; }

/*--------------ロゴエリア*/
.header1 {
  display: inline-block;
  vertical-align: top;
  width: 13%;
  height: auto;
  padding: 15px 1% 7px 0;
  margin-bottom: 0px; }
  .header1 img {
    width: 150px;
    height: auto;
    margin-bottom: 10px; }

/*--------------ロゴ２*/
.header2 {
  display: inline-block;
  vertical-align: top;
  padding: 10px 1% 0 1%;
  width: 13%; }
  .header2 img {
    max-width: 75%;
    height: auto; }

/*---lang---*/
.lang {
  width: 100%;
  margin-top: 0px; }
  .lang li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0.2em; }
    .lang li a {
      font-size: 0.9rem; }
    .lang li:first-child {
      border-right: #000 1px solid;
      padding: 0 0.5em 0 0; }

/*---------------nav*/
.header3 {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  margin-top: 0px;
  padding: 15px 0 0 0; }

/*-------------search-*/
.header4 {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding: 17px 0 0 0; }

/*---form---*/
form {
  position: relative; }

input.text_area {
  vertical-align: top;
  height: 25px;
  width: 85%;
  padding: 0 0 0 10%;
  border-radius: 13px 13px;
  box-shadow: none;
  border: #000 1px solid; }
input.submit_btn {
  background: url(../images/header/search_btn.png) 0 0 no-repeat;
  position: absolute;
  top: 3px;
  right: 10px;
  width: 20%;
  border: none;
  color: #009aff;
  margin-left: 0px;
  padding: 0;
  border-radius: 0 13px 13px 0; }

@media screen and (max-width: 1199px) {
  header {
    position: static; }

  .header_area {
    max-width: inherit;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0; }

  .header1 {
    padding-left: 2vw; }

  .header2 {
    width: 15%;
    min-width: 130px;
    padding: 0;
    margin: 10px 0 0 2vw; }
    .header2 > a img {
      max-width: 115px; }

  .lang li a {
    font-size: 0.75rem; }

  .header3 {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0; } }
@media screen and (max-width: 759px) {
  .header1 {
    min-width: 100px;
    height: auto;
    margin-left: 1em;
    padding-left: 3vw; }
    .header1 img {
      width: 100px; } }
@media screen and (max-width: 479px) {
  .header1 {
    min-width: 85px;
    height: auto;
    margin-left: 0.5em;
    padding-left: 4vw;
    z-index: 500;
    position: relative; }
    .header1 img {
      width: 100px; }

  .header2 {
    z-index: 500;
    position: relative;
    width: 45%;
    padding: 0;
    margin: 8px 0 0 2vw; }
    .header2 > a img {
      max-width: 95px; }

  .lang {
    width: 100%;
    margin-top: 3px; }

  .header4 {
    display: none; }

  /*form{
  	display: flex;
    justify-content: center;
  	margin: 10px 0;
  }
  input{
  	&.text_area{
  		display: block;
  		width: 50%;
  		border-radius:5px 5px;
  	}
  	&.submit_btn{
  		position: static;
  		margin-top:3px;
  		margin-left:1%;
  		height:27px;
  		width: inherit;
  		max-width:5%;
  		min-width:3em;
  	}
  }
  */ }
anon {
  display: none; }

nav > ul li.anon {
  display: none; }
nav > ul li span {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-right: 3%;
  width: 5em;
  padding-top: 0; }
  nav > ul li span:hover {
    cursor: pointer; }
  nav > ul li span a {
    padding-bottom: 17px; }

@media screen and (max-width: 1199px) {
  nav ul {
    display: none;
    float: none;
    width: 100%;
    height: auto;
    border-top: #fff 1px solid; }
  nav > ul li {
    margin-top: 0;
    display: block;
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: #fff 1px solid;
    background-color: #eee; }
    nav > ul li.anon {
      display: block; }
    nav > ul li a {
      display: block;
      width: 100%;
      padding: 20px 0; }
      nav > ul li a:hover {
        background: #0cafff;
        padding: 20px 0;
        color: #fff; } }
/* =========================================
megamenu
============================================*/
.menu {
  position: relative;
  height: 45px;
  margin-left: auto;
  width: 68%;
  max-width: 700px;
  *zoom: 1; }
  .menu > li {
    float: left;
    width: auto;
    height: 45px;
    line-height: 35px;
    padding: 0 2.5%; }
    .menu > li:hover {
      background: #fff; }
    .menu > li a {
      font-size: 0.95rem; }
      .menu > li a:hover {
        color: #000; }
  .menu:before, .menu:after {
    content: " ";
    display: table; }
  .menu:after {
    clear: both; }

.menu_low {
  visibility: hidden;
  opacity: 0;
  z-index: 1; }

.mega .menu_low {
  position: absolute;
  top: 0px;
  left: -570px;
  box-sizing: border-box;
  width: 1200px;
  padding: 10px 0 10px 1%;
  background-color: #fff;
  box-shadow: #999 0 3px 3px;
  border-top: #fff 5px solid; }
  .mega .menu_low > li {
    display: inline-block;
    vertical-align: top;
    width: 15.7%;
    height: auto;
    margin-right: 0.3%;
    margin-bottom: 10px; }
    .mega .menu_low > li a img {
      margin-bottom: 5px; }
    .mega .menu_low > li:nth-of-type(6n) {
      margin-right: 0; }
    .mega .menu_low > li.long {
      display: inline-block;
      vertical-align: top;
      width: 32.4%;
      height: auto;
      margin-right: 0.3%;
      margin-bottom: 10px; }

.mega:hover .menu_low {
  top: 45px;
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 1199px) {
  .menu {
    position: static;
    width: 100%;
    height: auto;
    max-width: inherit;
    margin-left: inherit;
    display: block; }
    .menu > li {
      float: none;
      display: block;
      width: 100%;
      height: auto;
      line-height: inherit;
      padding: 0;
      text-align: center;
      position: relative;
      z-index: 9999; }
    .menu:before, .menu:after {
      content: inherit;
      display: block; }
    .menu:after {
      display: block; }

  .mega .menu_low {
    position: static;
    display: none; }
    .mega .menu_low > li {
      display: none; } }
/* =========================================
megamenu-サポート
============================================*/
.menu_low2,
.menu_low3 {
  visibility: hidden;
  opacity: 0;
  z-index: 1; }

.mega2 .menu_low2,
.mega3 .menu_low3 {
  position: absolute;
  top: 0px;
  left: -570px;
  box-sizing: border-box;
  width: 1200px;
  padding: 10px 2%;
  background-color: #fff;
  box-shadow: #999 0 3px 3px;
  border-top: #fff 5px solid; }
  .mega2 .menu_low2 li,
  .mega3 .menu_low3 li {
    display: inline-block;
    vertical-align: top;
    width: 21.3%;
    height: auto;
    padding: 5px 1.5%;
    margin-right: 0.3%;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: #555 1px 1px 3px; }
    .mega2 .menu_low2 li:nth-of-type(4n),
    .mega3 .menu_low3 li:nth-of-type(4n) {
      margin-right: 0; }
    .mega2 .menu_low2 li a img,
    .mega3 .menu_low3 li a img {
      max-width: 25%;
      height: auto;
      margin-bottom: 5px; }

.mega2:hover .menu_low2,
.mega3:hover .menu_low3 {
  top: 45px;
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 1199px) {
  .mega2 .menu_low2,
  .mega3 .menu_low3 {
    position: static;
    display: none; }
    .mega2 .menu_low2 li,
    .mega3 .menu_low3 li {
      display: none; } }
/* =========================================
通信販売メガ
============================================*/
.mega3:hover {
  cursor: pointer;
  text-decoration: underline; }
.mega3 .menu_low3 {
  cursor: default; }

/* =========================================
toggle
============================================*/
#toggle {
  display: none; }

@media screen and (max-width: 1199px) {
  #toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    display: flex;
    flex-direction: column;
    cursor: pointer; }
    #toggle span {
      height: 3px;
      width: 25px;
      background: #202020;
      margin: 3px 0;
      transition: 0.4s; } }
.con5 {
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid; }

.sitemap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px; }
  .sitemap > div {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    height: auto; }
  .sitemap h3, .sitemap h3 a {
    font-size: 0.95rem;
    padding: 0; }
  .sitemap h3 {
    margin-bottom: 5px; }
    .sitemap h3.products {
      width: 100%; }
      .sitemap h3.products a {
        color: #000; }
    .sitemap h3.service {
      width: 98%;
      display: inline-block; }
      .sitemap h3.service a {
        color: #000; }
  .sitemap ul li a {
    font-size: 0.9rem; }

@media screen and (max-width: 1199px) {
  .sitemap {
    max-width: 100%;
    padding-left: 3vw;
    padding-right: 3vw; }
    .sitemap > div {
      width: calc(90%/3);
      margin-bottom: 20px; }
      .sitemap > div:last-child {
        margin-bottom: 0; } }
@media screen and (max-width: 759px) {
  .sitemap {
    padding-left: 4vw;
    padding-right: 4vw; }
    .sitemap > div {
      width: calc(90%/2); } }
@media screen and (max-width: 479px) {
  .sitemap {
    width: 90%; }
    .sitemap > div {
      display: block;
      width: 100%; } }
footer {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0; }

.footer_area {
  max-width: 1200px;
  margin: 0 auto; }

.copyright {
  color: #000;
  text-align: left;
  font-size: 0.9rem;
  margin-top: 15px;
  margin-bottom: 15px; }

@media screen and (max-width: 1199px) {
  .footer_area {
    max-width: 98%;
    margin: 5px 3vw 10px; }

  .copyright {
    margin-top: 15px;
    margin-bottom: 10px; } }
@media screen and (max-width: 479px) {
  .footer_area {
    margin: 15px 4vw 10px; }

  .copyright {
    margin: 0; } }
.block-page-top {
  position: fixed;
  top: auto;
  bottom: 30px;
  right: 10px;
  display: none;
  height: 40px;
  z-index: 20; }
  .block-page-top a {
    position: relative;
    display: block;
    width: 66px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 155, 229, 0.2); }
    .block-page-top a:after {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      border-right: 2px solid #009be5;
      border-top: 2px solid #009be5;
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -8px; }

.page_top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  padding: 2px 5px 0 5px;
  color: #fff !important;
  border: #FFF 1px solid;
  font-size: 4em;
  font-weight: bold;
  text-decoration: none;
  background-color: #0497ff;
  z-index: 50; }
  .page_top:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none; }

@media screen and (max-width: 759px) {
  .page_top {
    bottom: 60px;
    right: 10px;
    font-size: 3em; } }
.lower_contents_area {
  max-width: 1200px;
  height: auto;
  margin: 60px auto 0;
  padding-top: 20px; }

.normal_area {
  clear: both;
  margin-bottom: 20px; }

.left_area {
  width: 48%;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-bottom: 50px;
  overflow: hidden; }

.right_area {
  width: 50%;
  height: auto;
  float: right;
  overflow: hidden;
  margin-bottom: 30px; }

@media screen and (max-width: 1199px) {
  .lower_contents_area {
    max-width: 98%;
    margin: 0 auto; } }
@media screen and (max-width: 759px) {
  .normal_area {
    width: 98%;
    margin: 0 auto 50px; }

  .left_area,
  .right_area {
    width: 98%;
    float: none; }

  .left_area {
    margin: 0 auto 30px; }

  .right_area {
    overflow: hidden;
    margin: 0 auto 50px; } }
@media screen and (max-width: 479px) {
  .normal_area,
  .left_area,
  .right_area {
    width: 98%; } }
/* =========================================
new layout 20240927
============================================*/
#productBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.imgBox {
  width: 48%;
  height: auto; }

.introductionBox {
  width: 50%;
  height: auto; }

/*option*/
.partsBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .partsBox > .imgBox ul {
    display: flex;
    justify-content: space-between; }
  .partsBox > .imgBox p img {
    max-width: 300px;
    height: auto; }

@media screen and (max-width: 1199px) {
  #productBox {
    padding-left: 2vw;
    padding-right: 2vw; } }
@media screen and (max-width: 759px) {
  #productBox {
    flex-direction: column;
    justify-content: center;
    padding-left: 3vw;
    padding-right: 3vw; }

  .imgBox {
    width: 100%;
    margin-bottom: 40px; }

  .introductionBox {
    width: 100%; }

  /*option*/
  .partsBox {
    flex-direction: column;
    justify-content: center; }
    .partsBox > .imgBox {
      text-align: center; }
      .partsBox > .imgBox p img {
        max-width: 200px; } }
@media screen and (max-width: 479px) {
  padding-left: 4vw;
  padding-right: 4vw; }
/* ===============================================================
products_title_area-メイン製品の品名-
================================================================*/
.heading_line {
  border-left: #0497ff 10px solid;
  padding-left: 10px;
  padding-top: 2px; }

.products_title_area {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative; }
  .products_title_area h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-indent: inherit;
    letter-spacing: inherit; }
    .products_title_area h2 span {
      font-size: 1.7rem; }
  .products_title_area h3 {
    font-size: 1.5rem;
    margin-bottom: 5px; }
  .products_title_area > p {
    text-align: left;
    margin-bottom: 0px; }

/*------------拡大jQueryの設定---------*/
/*-↓消さない-*/
.zoomContainer {
  width: 1px !important;
  height: 1px !important; }

/*-消さない↑-*/
#gallery {
  overflow: hidden;
  position: relative; }

.ga_field {
  box-shadow: #999 2px 2px 5px;
  margin: 1px 0 0 1px;
  width: 95%;
  position: relative; }

/*----------------------------*/
.gallery_layout {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 0px;
  clear: both; }
  .gallery_layout li {
    display: inline-block;
    background: #fff;
    border: #999 1px solid;
    width: 18%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 10px; }
    .gallery_layout li.current {
      border: #009aff 2px solid;
      box-sizing: border-box; }
    .gallery_layout li:nth-child(5n) {
      margin-right: 0; }
    .gallery_layout li img {
      cursor: pointer; }

.right_area > h3,
.right_area > h4 {
  color: #0497ff;
  font-weight: normal;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  .products_title_area {
    margin-bottom: 30px; } }
@media screen and (max-width: 759px) {
  .products_title_area h3 {
    font-size: 2em; }
  .products_title_area > p {
    font-size: 1.6em; }

  .ga_field {
    margin: 1px auto;
    width: 70%; } }
@media screen and (max-width: 479px) {
  .products_title_area h3 {
    font-size: 1.9em; }
  .products_title_area > p {
    font-size: 1.5em;
    letter-spacing: 1.2px; }

  .ga_field {
    width: 98%; }

  .gallery_layout li {
    width: 31.8%; }
    .gallery_layout li:nth-child(5n) {
      margin-right: 1%; }
    .gallery_layout li:nth-child(3n) {
      margin-right: 0; } }
/* ===============================================================
交換・別売部品-詳細設定
================================================================*/
/*索引から飛ぶ際に必要*/
#option,
#option1,
#option2,
#option3,
#option4,
#option5,
#option6,
#option7 {
  margin-top: -70px;
  padding-top: 100px; }

/*----------------
     交換部品
----------------*/
.icon1 {
  width: 80%; }

.fi1 {
  border-top: #bbb 1px solid;
  padding: 30px 0; }
  .fi1 h2 {
    font-size: 2em;
    margin-left: 0; }
  .fi1 .ttl {
    margin-bottom: 10px;
    position: relative; }
    .fi1 .ttl h3,
    .fi1 .ttl h4 {
      margin: 0 0 5px 0; }
    .fi1 .ttl h3 a {
      color: #000; }
    .fi1 .ttl > .icon_layout {
      position: absolute;
      right: 0;
      font-size: 0.8rem; }

.items {
  width: 98%;
  height: auto;
  margin-top: 30px; }
  .items .left_area {
    display: inline-block;
    width: 48%;
    height: auto;
    margin-left: 5px;
    margin-bottom: 15px; }
    .items .left_area > ul li {
      margin-bottom: 5px; }
  .items .right_area {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    height: auto; }
    .items .right_area ul {
      margin: 15px 0; }
      .items .right_area ul li {
        display: inline-block;
        vertical-align: top;
        width: 44%;
        height: auto;
        font-size: 1.4em;
        text-align: center;
        margin-right: 2%;
        letter-spacing: 0; }
    .items .right_area > img {
      min-width: 400px;
      width: 98%;
      height: auto;
      margin-bottom: 5px; }
    .items .right_area p > img,
    .items .right_area p > a img {
      max-width: 50%;
      min-width: 300px;
      height: auto;
      display: block;
      margin: 0 auto; }

/*--------------価格2段時の黄色アイコンある時-交換部品版---------*/
/*--------------価格2段時の品名長いとき-交換部品版---------*/
@media screen and (max-width: 1199px) {
  #option,
  #option1,
  #option2,
  #option3,
  #option4,
  #option5,
  #option6,
  #option7 {
    margin-top: 0px;
    padding-top: 30px; }

  .fi1 .ttl {
    margin-bottom: 30px; }
    .fi1 .ttl > .icon_layout {
      position: static;
      max-width: inherit;
      width: inherit;
      min-width: inherit; } }
@media screen and (max-width: 759px) {
  .fi1 {
    padding: 30px 0 0; }
    .fi1 h2 {
      margin: 0 auto;
      width: 99%; }
    .fi1 .ttl > .icon_layout {
      position: static;
      max-width: inherit;
      width: inherit;
      min-width: inherit; }

  /*------ 交換部品------------*/
  .items {
    width: 98%;
    height: auto;
    margin: 10px auto 0px; }
    .items .left_area {
      display: block;
      width: 98%;
      height: auto;
      margin-left: 0px;
      margin-bottom: 10px; }
    .items .right_area {
      display: block;
      width: 98%;
      height: auto;
      text-align: left;
      margin-top: 0; }
      .items .right_area > img {
        max-width: 70%;
        height: auto;
        margin-bottom: 5px; }
      .items .right_area p > img,
      .items .right_area p > a img {
        max-width: 40%;
        min-width: inherit;
        height: auto;
        display: block;
        text-align: left;
        margin: 0; }
      .items .right_area ul li {
        max-width: 90%;
        height: auto;
        text-align: left; }

  .icon1 {
    width: 93%; } }
@media screen and (max-width: 479px) {
  .items {
    width: 97%;
    margin: 0 auto; }

  .fi1 h2 {
    font-size: 1.8em;
    margin-left: 0em;
    margin-bottom: 10px; }

  .items .left_area {
    min-width: inherit;
    height: auto; }

  .items .right_area {
    min-width: inherit;
    height: auto; }
    .items .right_area > img {
      max-width: 98%;
      min-width: inherit; }
    .items .right_area ul li {
      display: block;
      max-width: 80%;
      height: auto;
      font-size: 1.3em;
      text-align: center;
      margin: 0 auto; }
      .items .right_area ul li img {
        max-width: 98%;
        height: auto; }
    .items .right_area p {
      text-align: center; }
      .items .right_area p > img,
      .items .right_area p > a img {
        max-width: 80%;
        height: auto;
        margin: 0 auto; } }
.lower_contents_area h2 {
  margin-bottom: 10px; }
  .lower_contents_area h2.heading_line {
    border-left: #0497ff 10px solid;
    padding-left: 10px;
    padding-top: 2px; }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

/*----img size------------------*/
.size5 {
  max-width: 5%;
  height: auto; }

.size10 {
  max-width: 10%;
  height: auto; }

.size20 {
  max-width: 20%;
  height: auto; }

.size30 {
  max-width: 30%;
  height: auto; }

.size40 {
  max-width: 40%;
  height: auto; }

.size1,
.size50 {
  max-width: 50%;
  height: auto; }

.size60 {
  max-width: 60%;
  height: auto; }

.size70 {
  max-width: 70%;
  height: auto; }

.size80 {
  max-width: 80%;
  height: auto; }

.link_ {
  margin-top: 30px; }

.nospace {
  letter-spacing: 0em; }

/*------------*/
.nowrap {
  white-space: nowrap; }

.bk-sblue {
  background-color: #DEEFFE; }

.bk-orange {
  background-color: #FFECD9; }

.bk-pink {
  background-color: #F9ECFF; }

.bk-green {
  background-color: #DBF5D8; }

.bk-brown {
  background-color: #F1E4E4; }

/*----警告------------------*/
.warning {
  color: #f00;
  font-size: 1.4em;
  letter-spacing: 1.2px;
  line-height: 1.2; }

.warning dt {
  margin-bottom: 5px; }

.warning dt.bk_red,
.warning .bk_red {
  background-color: #f00;
  padding: 5px 1% 3px;
  border-radius: 15px 15px 15px;
  color: #fff;
  width: 10%;
  min-width: 5em;
  text-align: center; }

.warning dt.bk_red img,
.warning .bk_red img {
  margin-bottom: 4px; }

.warning dd {
  text-indent: -1em;
  margin-left: 1em; }

.warning dd.no_indent {
  text-indent: 0em;
  margin-left: 0em; }

.warning dt.bk_red {
  width: 13%;
  min-width: 8em; }

.warning dd {
  line-height: 1.4; }

@media screen and (max-width: 759px) {
  .warning dt {
    margin-bottom: 5px; }

  .warning dt.bk_red {
    width: 10%; }

  .warning dd {
    text-indent: 0em;
    margin-left: 0em; } }
.pan {
  padding: 0;
  margin-top: 12px;
  margin-bottom: 15px; }
  .pan li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 0.5em 0 0;
    font-size: 0.8rem;
    letter-spacing: 1.2px; }
    .pan li:first-child {
      padding-left: 0; }
    .pan li a {
      color: #000;
      font-size: 0.8rem; }

/*-----------------------------------
pan_product
パンくずhover展開設定
------------------------------------*/
#pan_lower {
  position: relative; }
  #pan_lower span {
    display: block;
    cursor: pointer;
    margin-bottom: 0; }

#pan_products {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9998; }
  #pan_products li {
    background: #eee;
    border-bottom: #fff 1px solid; }
    #pan_products li a {
      display: block;
      width: 200px;
      line-height: 2;
      padding: 3px 0.5em 3px 1em; }

@media screen and (max-width: 1199px) {
  .pan {
    margin-top: 0px; } }
@media screen and (max-width: 479px) {
  .pan {
    padding: 0 0 10px 0;
    margin-top: 0px;
    margin-bottom: 0px; }
    .pan li {
      padding: 0 0.3em; } }
/* =========================================
icon_layout
============================================*/
/*-----アイコンある場合の設定---*/
.icon_layout {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 41%; }
  .icon_layout li {
    display: inline-block;
    vertical-align: top; }
    .icon_layout li.icon_com2 dl {
      position: relative;
      margin: 0;
      padding: 0; }
      .icon_layout li.icon_com2 dl dd {
        position: absolute;
        left: 0;
        font-size: 0.5rem;
        letter-spacing: 0;
        line-height: 1;
        margin-top: 1px;
        word-break: break-all; }
    .icon_layout li.files {
      width: 10em; }
      .icon_layout li.files dl {
        font-size: 0.7rem;
        margin: 0;
        padding: 0; }
        .icon_layout li.files dl dt {
          color: #009aff;
          font-size: 0.7rem;
          font-weight: bold;
          letter-spacing: 0.5px; }
        .icon_layout li.files dl dd {
          font-size: 0.7rem;
          letter-spacing: 0.5px; }

.icon-c {
  display: none;
  font-size: 0.8rem; }

/*-----送料無料の※コメント>icon_com--------
-------アイコン下の※コメント（長い場合）>icon_com3-------*/
.icon_layout li.icon_com dl,
.icon_layout li.icon_com_2f dl,
.icon_layout li.icon_com3 dl,
.icon_layout li.icon_com4 dl,
.icon_layout li.icon_com5 dl {
  margin: 0;
  padding: 0; }

.icon_layout li.icon_com dl dd,
.icon_layout li.icon_com3 dl dd {
  position: absolute;
  right: 0;
  font-size: 0.5em;
  letter-spacing: 0;
  margin-top: 3px;
  white-space: nowrap; }

.icon_layout li.icon_com_2f dl dd {
  position: absolute;
  left: 0;
  font-size: 0.5em;
  letter-spacing: 0;
  margin-top: 40px;
  white-space: nowrap; }

/*--------------------アイコン下※コメント 
icon_com4はRWD時消える
icon_com5はRWD時消えない-------*/
.icon_layout li.icon_com4 dl dd,
.icon_layout li.icon_com5 dl dd {
  position: absolute;
  font-size: 0.5em;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 1px; }

/*---------------------仕様変更コメント-------*/
.icon_description {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 41%; }
  .icon_description li {
    position: relative;
    font-size: 0.7rem; }

/*icon-0em-exはアイコン下に別項目がある場合、文字3列（例：P-722）*/
.icon-0em,
.icon-0em-ex {
  bottom: 0em; }

.icon-05em-nopr {
  bottom: -0.5em; }

/*icon-1em-exはアイコン下に別項目がある場合、文字2列（例：P-740）*/
.icon-1em,
.icon-1em-ex {
  bottom: 1em; }

.icon-1em-nopr {
  bottom: -1em; }

/*icon-2em-kit=特記項目1列時でモバイル時のマージン整える為*/
.icon-2em,
.icon-2em-kit {
  bottom: 2em; }

.icon-2hem {
  bottom: 2.5em; }

.icon-2hem-nopr {
  bottom: -2.5em; }

.icon-2em-nopr {
  bottom: -2em; }

.icon-3em {
  bottom: 3em; }

.icon-3em-nopr {
  bottom: -3em; }

.icon-3hem {
  bottom: 3.5em; }

.icon-3hem-nopr {
  bottom: -3.5em; }

.icon-4em {
  bottom: 4em; }

.icon-4em-nopr {
  bottom: -4em; }

.icon-5em {
  bottom: 5em; }

.icon-5em-nopr {
  bottom: -5em; }

.icon-6em {
  bottom: 6em; }

.icon-6em-nopr {
  bottom: -6em; }

.icon-6hem {
  bottom: 6.5em; }

.icon-6hem-nopr {
  bottom: -6.5em; }

.icon-7hem {
  bottom: 7em; }

.icon-7hem-nopr {
  bottom: -7em; }

.icon-8hem {
  bottom: 8em; }

.icon-8hem-nopr {
  bottom: -8em; }

/*-----S80・S81,価格二段時に使用----*/
.icon-lowem {
  bottom: 5.2em; }

@media screen and (max-width: 1199px) {
  .icon_layout {
    position: static;
    max-width: 90%;
    margin-top: 8px; }
    .icon_layout li dl dd {
      left: 1em; }

  .icon_layout li.icon_com_2f dl dd,
  .icon_layout li.icon_com4 dl dd {
    display: none; }

  /*--------------------アイコン下のコメント別枠-------*/
  .icon-c {
    display: block; }

  /*--------------------アイコン下の※コメント（長い場合）-------*/
  .icon_layout li.icon_com3 dl {
    position: relative; }

  .icon_layout li.icon_com3 dl dd {
    position: absolute;
    left: 0; }

  /*------------仕様変更コメント----------------*/
  .icon_description {
    position: static;
    /*left: 1em;*/
    max-width: 95%; }

  /*顕微鏡の表のアイコン注意書き-L50/51/46-*/
  .icon_scope {
    position: static;
    max-width: 150px;
    margin-left: 0;
    /*margin-left:40px;*/ }

  .scope-m-l40 {
    margin-left: 40px; }

  .icon_scope li,
  .icon_description li {
    position: static; }

  .icon-lowem,
  .icon-1em,
  .icon-1em-nopr,
  .icon-05em-nopr,
  .icon-2hem,
  .icon-2hem-nopr,
  .icon-2em-kit,
  .icon-3em,
  .icon-3em-nopr,
  .icon-3hem,
  .icon-3hem-nopr,
  .icon-5em,
  .icon-5em-nopr,
  .icon-6em,
  .icon-6em-nopr,
  .icon-0em {
    margin-top: 0.5em; }

  .icon-2em,
  .icon-1em-ex {
    margin-top: 2.5em; }

  .icon-2em-nopr {
    margin-top: 2.5em; }

  .icon-0em-ex {
    margin-top: 3.5em; } }
@media screen and (max-width: 479px) {
  .icon_layout {
    position: static;
    max-width: 98%;
    width: inherit;
    min-width: inherit; }

  .icon_scope {
    display: none; }

  .icon_description {
    /*left: 1em;*/
    max-width: 95%; } }
.valign-t {
  vertical-align: top; }

/*---table空白間隔開けるとき---------*/
.t-blank {
  width: 7em; }

.nowrap {
  white-space: nowrap; }

/* =========================================
RWD時 4がMAX 数字無しが最少
============================================*/
.table_over > p,
.table_over2 > p,
.table_over3 > p {
  display: none;
  width: 16em;
  border: #aaa 1px solid;
  padding: 5px 0;
  background-color: #eee;
  text-align: center; }

.table_over4 {
  overflow: scroll;
  margin: 30px 0;
  overflow-y: hidden; }
  .table_over4 > p {
    width: 16em;
    display: block;
    border: #aaa 1px solid;
    padding: 5px 0;
    background-color: #eee;
    text-align: center; }

@media screen and (max-width: 1199px) {
  .table_over3 {
    overflow: scroll;
    margin: 30px 0;
    overflow-y: hidden;
    width: 99%; }
    .table_over3 > p {
      display: block; } }
@media screen and (max-width: 759px) {
  .table_over2 {
    overflow: scroll;
    margin: 30px 0;
    overflow-y: hidden;
    width: 99%; }
    .table_over2 > p {
      display: block; } }
@media screen and (max-width: 479px) {
  .table_over {
    overflow: scroll;
    margin: 30px 0;
    overflow-y: hidden;
    width: 99%; }
    .table_over > p {
      display: block; } }
/* =========================================
table幅 1が最少
============================================*/
.col1 {
  width: 10%;
  min-width: 100px; }

.col2 {
  min-width: 150px; }

.col3 {
  min-width: 250px; }

/*---ここからtable_over--*/
.col4 {
  min-width: 300px; }

.col5 {
  min-width: 350px; }

/*---ここからtable_over2--*/
.col6 {
  min-width: 400px; }

/*---ここからtable_over3--*/
.col7 {
  min-width: 450px; }

/*-col8a,8b-パーツリストで使用*/
.col8, .col8a {
  width: 80%;
  min-width: 500px; }

.col8b {
  width: 50%;
  min-width: 650px; }

.col8c {
  min-width: 750px; }

.col9 {
  width: 90%;
  min-width: 550px; }

.col9_3 {
  width: 93%;
  min-width: 580px; }

.col9_5 {
  width: 95%; }

/*--横最大-table_over4--*/
.colm {
  width: 100%;
  min-width: 700px; }

.colm2 {
  width: 100%;
  min-width: 900px; }

.colm3 {
  width: 100%;
  min-width: 1000px; }

.colm4 {
  width: 100%;
  min-width: 1400px; }

.colm5 {
  width: 100%;
  min-width: 1800px; }

.colm6 {
  width: 100%;
  min-width: 2000px; }

.colm7 {
  width: 100%;
  min-width: 2200px; }

.colm8 {
  width: 100%;
  min-width: 2400px; }

.colm9 {
  width: 100%;
  min-width: 2600px; }

/* =========================================
table幅min-width + w幅
============================================*/
.min-w50 {
  min-width: 50px; }

.min-w100 {
  min-width: 100px; }

.min-w150 {
  min-width: 150px; }

.min-w200 {
  min-width: 200px; }

.min-w250 {
  min-width: 250px; }

.min-w300 {
  min-width: 300px; }

.min-w350 {
  min-width: 350px; }

.min-w400 {
  min-width: 400px; }

.min-w450 {
  min-width: 450px; }

.min-w500 {
  min-width: 500px; }

.min-w550 {
  min-width: 550px; }

.min-w600 {
  min-width: 600px; }

.min-w650 {
  min-width: 650px; }

.min-w700 {
  min-width: 700px; }

.min-w750 {
  min-width: 750px; }

.min-w800 {
  min-width: 800px; }

.min-w850 {
  min-width: 850px; }

.min-w900 {
  min-width: 900px; }

.min-w950 {
  min-width: 950px; }

.min-w1000 {
  min-width: 1000px; }

.min-w1050 {
  min-width: 1050px; }

.min-w1100 {
  min-width: 1100px; }

.min-w1150 {
  min-width: 1150px; }

.min-w1200 {
  min-width: 1200px; }

.min-w1250 {
  min-width: 1250px; }

.min-w1300 {
  min-width: 1300px; }

.min-w1350 {
  min-width: 1350px; }

.min-w1400 {
  min-width: 1400px; }

.min-w1450 {
  min-width: 1450px; }

.min-w1500 {
  min-width: 1500px; }

.min-w1550 {
  min-width: 1550px; }

.min-w1600 {
  min-width: 1600px; }

.w1 {
  width: 1%; }

.w2 {
  width: 2%; }

.w3 {
  width: 3%; }

.w4 {
  width: 4%; }

.w5 {
  width: 5%; }

.w6 {
  width: 6%; }

.w7 {
  width: 7%; }

.w8 {
  width: 8%; }

.w9 {
  width: 9%; }

.w10 {
  width: 10%; }

.w11 {
  width: 11%; }

.w12 {
  width: 12%; }

.w13 {
  width: 13%; }

.w14 {
  width: 14%; }

.w15 {
  width: 15%; }

.w16 {
  width: 16%; }

.w17 {
  width: 17%; }

.w18 {
  width: 18%; }

.w19 {
  width: 19%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

/* =========================================
table中身
============================================*/
table {
  font-size: 0.8rem;
  margin: 15px 0;
  border: #777 1px solid;
  background-color: #fff;
  border-collapse: collapse; }
  table caption {
    text-align: left;
    font-size: 1rem; }
    table caption.t_right {
      text-align: right; }
  table tr.bk-blue {
    background-color: #deeaf7; }
  table td.bk-sblue {
    background-color: #dff1fc; }
  table th {
    font-size: 0.8rem;
    vertical-align: middle;
    text-align: center;
    background-color: #dff1fc;
    border: #777 1px solid;
    padding: 5px 0.5vw;
    font-weight: normal; }
    table th.border-b_non {
      border-bottom: hidden; }
    table th.border-r_non {
      border-right: hidden; }
  table td {
    font-size: 0.8rem;
    border: #777 1px solid;
    padding: 5px 0.5vw;
    vertical-align: middle;
    text-align: center; }
    table td.border-r_non {
      border-right: hidden; }
    table td.border-l_non {
      border-left: hidden; }
    table td.border-b_non {
      border-bottom: hidden; }
    table td.border-tb_non {
      border-top: #fff 1px solid;
      border-bottom: #fff 1px solid; }
    table td.ex_right {
      text-align: left; }
    table td.red {
      text-align: right; }
    table td.red_C {
      color: #f00;
      text-align: center; }
    table td a {
      font-size: 0.8rem; }
  table.r_ th, table.r_ td {
    text-align: left;
    padding-left: 2%; }

.nopadding {
  padding: 0; }

/*--------------線削除-----*/
.border-lr_non {
  border-left: hidden;
  border-right: hidden; }

.border-tb_non {
  border-top: hidden;
  border-bottom: hidden; }

.border-rb_non {
  border-right: hidden;
  border-bottom: hidden; }

@media screen and (max-width: 1199px) {
  .col8a {
    min-width: 950px; }

  /*パーツリストで使用*/
  .col9_3 {
    min-width: 750px; }

  .colm {
    width: 1150px;
    min-width: inherit; }

  .colm3 {
    width: 1350px;
    min-width: inherit; } }
@media screen and (max-width: 759px) {
  .col1 {
    width: 100px;
    min-width: inherit; }

  .col2 {
    width: 180px;
    min-width: inherit; }

  .col3 {
    width: 250px;
    min-width: inherit; }

  .col4 {
    width: 300px;
    min-width: inherit; }

  .col5 {
    width: 360px;
    min-width: inherit; }

  .col6 {
    width: 510px;
    min-width: inherit; }

  .col7 {
    width: 600px;
    min-width: inherit; }

  .col8 {
    width: 650px;
    min-width: inherit; }

  .col8a {
    min-width: 980px; }

  .col9 {
    width: 730px;
    min-width: inherit; }

  .colm2 {
    width: 950px;
    min-width: inherit; }

  table {
    font-size: 0.8rem; }
    table th {
      padding: 10px 1em; }
    table td {
      padding: 10px 1em;
      word-break: break-all; } }
@media screen and (max-width: 479px) {
  table {
    height: auto;
    margin-top: 30px; } }
.btn_style a:hover {
  box-shadow: #009aff 0px 0px 6px;
  text-shadow: #777 -1px -1px 2px, #000 1px 1px 2px, #777 -1px 1px 2px, #000 1px -1px 2px;
  text-decoration: none;
  color: #fff; }

/*--------------製品--リンクボタン----------------*/
.btn_style {
  width: 45%;
  min-width: 15em;
  height: auto;
  box-shadow: #999 1px 1px 6px;
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1%;
  font-weight: bold; }
  .btn_style:hover {
    cursor: pointer; }
  .btn_style a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 10px 0 10px 1em;
    transition: all 300ms ease; }

.btn_1 {
  background-color: #fff; }

/*20180220 #eee→#fffに変更*/
.esd-btn {
  width: 70%;
  min-width: 26em;
  font-size: 1.8em;
  background-color: #00913a; }

.check-btn {
  width: 70%;
  min-width: 26em;
  font-size: 1.8em;
  background-color: #00913a; }

.sds-btn {
  width: 25%;
  min-width: 15em;
  font-size: 1.8em; }

.esd-btn a,
.check-btn a {
  color: #fff; }

.btn_style_img {
  margin-left: 1%; }

.detail_ {
  border-radius: 5px 5px 5px;
  font-size: 1.5em; }
  .detail_ a:hover {
    border-radius: 5px 5px 5px;
    color: #009aff;
    text-shadow: none; }

.dia {
  width: 33%;
  min-width: 20em; }

.long1 {
  width: 40%;
  min-width: 22em; }

.btn-long {
  width: 30% !important;
  min-width: 16em !important; }

.btn-half {
  width: 25%;
  min-width: 16em; }

#toolbox_link {
  width: 70%;
  height: auto;
  margin: 20px 0; }

@media screen and (max-width: 759px) {
  .btn_style {
    width: 250px;
    height: auto;
    font-size: 1.8em;
    margin-left: 0.5%; } }
@media screen and (max-width: 479px) {
  .btn_style {
    width: 95%;
    min-width: inherit;
    height: auto; }
    .btn_style a {
      font-weight: normal; } }
#mov {
  margin-top: -50px;
  padding-top: 50px; }

.movie {
  position: relative;
  width: 40%;
  height: 0;
  margin: 20px 0 30px 5px;
  padding: 0px 0 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/*-----製品画像部分の動画設定-----*/
.mov {
  position: relative;
  height: 0;
  padding: 0px 0 100%;
  overflow: hidden; }
  .mov .youtubeThmb,
  .mov iframe {
    position: absolute;
    height: calc(80% * (3 / 4));
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*-----製品画像部分の再生ボタン画像----*/
.start {
  position: absolute;
  top: 50%;
  left: 43%;
  max-width: 22%;
  min-width: 50px;
  height: auto; }

/*-----ページ下部の動画項目----*/
.fi1 > .mov {
  position: relative;
  width: 40%;
  height: 0;
  margin: 20px 0 30px 5px;
  padding: 20px 0 28%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top; }
  .fi1 > .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.fi1 > .movie .start {
  top: 6.5vw; }

/*----youtube ではない動画----*/
.mp4_area {
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden; }
  .mp4_area:hover {
    cursor: pointer; }
    .mp4_area:hover .start {
      filter: opacity(0.7); }
  .mp4_area .start {
    position: absolute;
    top: 50%;
    left: 50%;
    /*    top:40px!important;
        left:0;
    */
    max-width: inherit;
    min-height: inherit;
    width: 100%;
    z-index: 100;
    transform: translate(-50%, -50%); }
  .mp4_area video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  .start {
    top: 10vw; }

  /*-----ページ下部の動画項目----*/
  .fi1 > .mov {
    width: 50%;
    padding: 20px 0 28%; }

  .fi1 > .movie .start {
    top: 8.5vw; } }
@media screen and (max-width: 759px) {
  #mov {
    margin-top: 0;
    padding-top: 0; }

  .movie {
    width: 80%;
    padding: 30px 0 53%; }

  .start {
    top: 14vw; }

  /*-----ページ下部の動画項目----*/
  .fi1 > .mov {
    width: 80%;
    padding: 30px 0 53%; }

  .fi1 > .movie .start {
    top: 17vw; } }
@media screen and (max-width: 479px) {
  .movie {
    width: 97%;
    padding: 100px 0 38%; }

  /*-----製品画像部分の再生ボタン画像----*/
  .start {
    top: 22vw; }

  /*-----ページ下部の動画項目----*/
  .fi1 > .mov {
    width: 97%;
    padding: 100px 0 38%; }

  .fi1 > .movie .start {
    top: 19vw; } }
/* =========================================

============================================*/
.btn_style {
  width: 25%;
  min-width: 10em; }

/* =========================================
バッグ
============================================*/
.gray {
  color: #999;
  font-size: 2em; }

.bold {
  font-weight: bold; }

.bag_bk {
  color: #fff;
  background-color: #009aff;
  padding: 5px 2%;
  border-radius: 15px 15px 15px;
  width: auto;
  display: inline-block; }

/*B-10等-交換部品*/
.items .right_area .caselist li {
  width: 30%;
  height: auto;
  text-align: left; }

/*コラム*/
.sizelist_b {
  border-top: #00aecc 5px solid; }

.sizelist3 {
  position: relative;
  background-color: #00aecc;
  width: 45%;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 1%;
  z-index: -1;
  text-shadow: #000 1px 1px 1px; }

.cabisize ul {
  margin-top: 30px;
  margin-bottom: 50px; }

.cabisize li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2%; }

@media screen and (max-width: 1199px) {
  .sizelist3 {
    min-width: 30em; } }
@media screen and (max-width: 759px) {
  .sizelist_b {
    max-width: 99%; }

  .sizelist3:after {
    display: none; }

  .sizelist3 {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    font-size: 1.4em; } }
@media screen and (max-width: 479px) {
  .items .right_area .caselist li {
    width: 95%;
    height: auto; }

  /*コラム*/
  .sizelist3 {
    min-width: 18em;
    font-size: 1.5em; } }
