@charset "UTF-8";

/* products */
.products #main_visual #spec_area .title {
  overflow: hidden;
}
.products #main_visual #spec_area .title > img {
  float: right;
  margin-left: 10px !important;
}
.products #main_visual #spec_area .title > img:first-child {
  float: none;
  margin-left: 0 !important;
}

/* contact */
.gl_contact_list dt {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.gl_contact_list dd {
  display: inline-block;
  width: calc(100% - 110px);
  margin-bottom: 30px;
}

@media screen and (max-width:960px) {
  
  #main-w {
    width: 100%;
  }
  #content {
    width: 100%;
    overflow: hidden;
  }
  #links {
    width: auto;
    padding-left: 0;
  }
  #links #links_inner {
    display: flex;
    background: #fbfcfc;
    border-left: 1px solid #dddede;
    border-right: 1px solid #dddede;
  }
  #links .link {
    width: auto;
  }
  body.products #links .link_single {
    width: auto;
  }
  #links .link .link_text {
    width: calc(100% - 70px);
  }
  a img, img {
    object-fit: contain;
  }
  body #center {
    display: flex;
    flex-direction: column-reverse;
  }
  body #center > div:not([class]):first-child {
    display: flex;
    flex-direction: column;
  }
  body #center > div:not([class]):first-child > #side {
    order: 5;
  }
  #main {
    width: 100%;
  }
  #side {
    background: none;
    float: none;
    margin-right: 0;
    margin-top: 40px;
    width: auto;
  }
  #side #side_inner {
    background: none;
  }
  #side #side_inner ul {
    width: auto;
  }
  #side #side_inner ul li {
    width: auto;
    float: none;
  }
  #side #side_inner ul.level01 {
    width: auto;
    border: 1px solid #E7E7E7 !important;
    margin-bottom: 20px;
  }
  #side #side_inner ul.level01 li {
    width: auto;
    background: url(/common/images/bg/level01_bg.gif) repeat-x left bottom !important;
  }
  #side #side_inner ul li a {
    display: block;
  }
  #side #side_inner ul li span {
    width: auto;
    float: none;
  }
  #side #side_inner ul.level02,
  #side #side_inner ul.level03 {
    width: auto !important;
  }
  #side #side_inner ul.img_list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 6px;
  }
  #side #side_inner ul li ul {
    clear: both;
    overflow: hidden;
  }
  #side #side_inner ul li  ul li {
    width: auto;
    float: none;
  }
  #main img, #main-w img, #center img {
    width: auto;
    max-width: 100%;
  }
  #main #tab {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  #main #tab ul.six_tabs {
    width: auto;
    height: auto;
    background: none;
    margin: 10px 0;
  }
  #main #tab ul.six_tabs li,
  #main #tab ul.six_tabs li span {
    width: auto;
    height: auto;
  }
  #main #tab ul.six_tabs li {
    float: none;
    margin: 0;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    text-align: left;
  }
  #main #tab ul.six_tabs li:last-child {
    border-bottom-width: 1px;
  }
  #main #tab ul.six_tabs li span {
    height: 30px;
    font-size: inherit;
    font-weight: bold;
    text-indent: 0;
    background: none !important;
    padding: 6px 8px 0;
    box-sizing: border-box;
  }
  #main #tab ul.six_tabs li span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 36%;
    right: 10px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(135deg);
  }
  #main #tab ul.six_tabs li span.active {
    background: #333 !important;
    color: #fff;
  }
  #main #tab01_content,
  #main #tab02_content,
  #main #tab03_content,
  #main #tab04_content,
  #main #tab05_content {
    padding: 0;
  }
  #main h2.cancel,
  #main-w h2.cancel {
    margin-top: 2em;
  }

  #main-w #tab {
    height: auto;
    width: auto;
  }
  #main-w #tab ul.three_tabs,
  #main-w #tab ul.six_tabs {
    width: auto;
    height: auto;
    background: none;
    margin: 15px 0;
  }
  #main-w #tab ul.six_tabs {
    border-bottom: 1px solid #ccc;
  }
  #main-w #tab ul.three_tabs li,
  #main-w #tab ul.three_tabs li span,
  #main-w #tab ul.six_tabs li,
  #main-w #tab ul.six_tabs li span {
    width: auto;
    height: auto;
  }
  #main-w #tab ul.three_tabs li,
  #main-w #tab ul.six_tabs li {
    float: none;
    margin: 0;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    text-align: left;
  }
  #main-w #tab ul.three_tabs li:last-child {
    border-bottom-width: 1px;
  }
  #main-w #tab ul.three_tabs li span,
  #main-w #tab ul.six_tabs li span {
    height: 30px;
    font-size: inherit;
    font-weight: bold;
    text-indent: 0;
    background: none !important;
    padding: 6px 8px 0;
    box-sizing: border-box;
  }
  #main-w #tab ul.three_tabs li span:after,
  #main-w #tab ul.six_tabs li span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 36%;
    right: 10px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(135deg);
  }
  #main-w #tab ul.three_tabs li span.active,
  #main-w #tab ul.six_tabs li span.active {
    background: #333 !important;
    color: #fff;
  }
  footer {
    overflow: scroll;
  }
  iframe[src*="youtube"] {
    max-width: 100%;
    height: auto  !important;
    aspect-ratio: 16 / 9;
  }

  /* WIDTH */
  .w670, .w675, .w680, .w685, .w690, .w695, .w700, .w705, .w710, .w715, .w720, .w725, .w730, .w735, .w740, .w745, .w750, .w755, .w760, .w765, .w770, .w775, .w780, .w785, .w790, .w795, .w800, .w805, .w810, .w815, .w820, .w825, .w830, .w835, .w840, .w845, .w850, .w855, .w860, .w865, .w870, .w875, .w880, .w885, .w890, .w895, .w900, .w905, .w910, .w915, .w920 {
    max-width: 100%;
  }
  .page-navi-top {
    width: 100%;
  }
  /* products */
  body.products #links .link_single {
    max-width: 100%;
  }
  .products #main_visual #product_photo {
    width: 55%;
  }
  .products #product_photo .photo img {
    max-height: 400px;
  }
  .products #product_photo .panel {
    position: absolute;
    right: 0;
  }
  .products #main_visual #spec_area {
    width: 45%;
  }
  .casestudies_btm_bnr {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  /* eizolibrary */
  .library  #content.index .left-col,
  .library  #content.index .right-col {
    width: 48% !important;
  }

  /* solution */
  .solutions #links #links_inner {
    border: none;
  }


}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  h1,
  h1.title1 {
    font-size: 25px;
  }
  p {
    margin: 0.5em 0;
  }
  #links #links_inner {
    display: block;
  }

  div[style*="width"]:not(#relation div):not(#fancybox-wrap):not(#fancybox-outer):not(#fancybox-content),
  table[style*="width"],
  th[style*="width"],
  td[style*="width"],
  p[style*="width"],
  ul[style*="width"]:not(#pickup_body ul):not(#solution_banner_solutions_body ul):not(#solution_banner_products_body ul):not(#banner_body ul):not(.bx-wrapper ul),
  li[style*="width"]:not(.solution_case_studies_index li),
  img[style*="width"],
  a[style*="width"] {
    width: auto !important;
    height: auto !important;
  }
  
  div[style*="width"][style*="px"]:not(#relation div),
  table[style*="width"][style*="px"],
  th[style*="width"][style*="px"],
  td[style*="width"][style*="px"],
  p[style*="width"][style*="px"],
  ul[style*="width"][style*="px"]:not(#pickup_body ul):not(#solution_banner_solutions_body ul):not(#solution_banner_products_body ul):not(#banner_body ul):not(.bx-wrapper ul),
  li[style*="width"][style*="px"]:not(.solution_case_studies_index li),
  img[style*="width"][style*="px"],
  a[style*="width"][style*="px"] {
    width: auto !important;
  }

  table[height] {
    height: auto !important;
  }

  table + div {margin-top: 20px;}
  table + h3 {margin-top: 20px !important;}
  table + p {margin-top: 20px !important;}
  table.standard + table.standard {margin-top: 20px !important;}
  .smp_slide table.standard + table.standard {margin-top: 0 !important;}
  .page-navi-top + h5 {margin-top: 20px !important;}

  .smp_scroll_msg {
    display: block !important;
    background: #eaeaea;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    color: #777;
    letter-spacing: 2px;
  }
  .smp_scroll_msg:before {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    left: 8px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
  }
  .smp_scroll_msg:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 8px;
    top: 5px;
    -webkit-transform: rotate(45deg);
  }
  .smp_slide {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #eaeaea;
    margin-top: 3px;
    border-radius: 4px;
    padding: 0 7px 7px;
    margin-bottom: 10px;
  }
  .smp_slide > table {
    display: table !important;
    width: 940px !important;
    max-width: initial !important;
  }
  .smp_slide > table tbody {
    display: table-row-group !important;
  }
  .smp_slide > table tr {
    display: table-row !important;
  }
  .smp_slide > table th,
  .smp_slide > table td {
    display: table-cell !important;
    /*white-space: nowrap;*/
  }

  div.notes-frame {
    margin-bottom: 10px;
  }
  #container #content #main .showSMP {
    /*margin-top: 20px;*/
  }
  #container #content #main .showSMPlist > li > a {
    display: inline-block;
    padding: 0;
    border: 1px solid #ddd;
  }
  #links .link_space {
    display: none;	
  }
  /* compare btn */
  .main_visual ul#btn_area .comparison,
  #main_visual ul#btn_area .comparison {
    display: none;
  }
  

  /* WIDTH */
  .w480, .w485, .w490, .w495, .w500, .w505, .w510, .w515, .w520, .w525, .w530, .w535, .w540, .w545, .w550, .w555, .w560, .w565, .w570, .w575, .w580, .w585, .w590, .w595, .w600, .w605, .w610, .w615, .w620, .w625, .w630, .w635, .w640, .w645, .w650, .w655, .w660, .w665 {
    max-width: 100%;
  }

  /* SNS btn */
  #btn_area .twitter-share-button,
  #btn_area iframe  {
    height: 20px !important;
  }

  /* text */
  .longurl {
    word-break: break-all;
  }

  /* Smartphone Original */	
  /* Imgaeï¼ç»åï¼ãæ¨ªä¸¦ã³ã«ãããå·¦å¯ã */	
  .sp-img-flex {	
    display: flex;	
  }	
  #main .sp-img-flex > img,	
  #main-w .sp-img-flex > img{	
    min-width: 0;	
    margin: 10px 0 !important;	
  }

  /* eizolibrary */
  .library #content.index #page_tabs,
  .library #content.index #page_tabs tbody,
  .library #content.index #page_tabs tr,
  .library #content.index #page_tabs th,
  .library #content.index #page_tabs td {
    display: block !important;
  }
  .library #content.index #page_tabs {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
  .library #content.index #page_tabs tr {
    border-bottom: 1px solid #d7dddf;
  }
  .library #content.index #page_tabs td{
    text-align: left !important;
    border-bottom-width: 0;
    padding: 0;
  }
  .library #content.index #page_tabs td.active {
    padding: 8px;
  }
  .library #content.index #page_tabs td a{
    display: block !important;
    position: relative;
    color: #2f3e46;
    text-align: left !important;
    padding: 8px;
  }
  .library #content.index #page_tabs td a:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 40%;
    right: 10px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
  }
  .library #content.index #page_tabs + table,
  .library #content.index #page_tabs + table tbody,
  .library #content.index #page_tabs + table tr,
  .library #content.index #page_tabs + table th,
  .library #content.index #page_tabs + table td {
    display: block;
  }
  .library #content.index #page_tabs + table {
    padding-left: 10px;
    padding-right: 10px;
  }
  .library #content.index #page_tabs + table tr {
    line-height: 2;
  }
  .library #content.index #page_tabs + table td {
    display: inline-block;
    white-space: nowrap;
  }
  .library #content.index {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .library #content.index .left-col,
  .library #content.index .right-col {
    width: 100% !important;
    margin-right: 0;
  }
  .library #content.index table.table_block {
    display: table;
  }
  .library #content.index table.table_block tbody {
    display: table-row;
  }
  .library #content.index table.table_block tr{
    display: table-row;
  }
  .library #content.index table.table_block th,
  .library #content.index table.table_block td {
    display: table-cell;
  }
  .library #content.index .left-col td:first-child,
  .library #content.index .right-col td:first-child {
    width: 150px !important;
    padding-right: 10px;
  }
  .library #content.index .left-col td:first-child iframe,
  .library #content.index .right-col td:first-child iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 10px;
  }

  /* /eizolibrary/color_management/calibration-sensor/ */
  .library .tab_calibration-sensor {
    display: table;
    border-bottom: 1px solid #ccc;
  }
  .library .tab_calibration-sensor tr {
    display: flex;
    justify-content: center;
  }
  .library .tab_calibration-sensor td{
    text-align: center !important;
    padding: 0 3px;
    word-break: normal;
  }
  .library .tab_calibration-sensor a {
    box-sizing: border-box;
    padding: 14px 8px;
    display: block;
    height: 100%;
    border: 1px solid #ccc;
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    border-bottom-width: 0;
    background: #eee;
  }
  .library .tab_calibration-sensor .active a {
    background: #83b9e7;
    color: #fff;
    font-weight: bold;
  }
  .library .tab_calibration-sensor.bottom {
    display: table;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
  }
  .library .tab_calibration-sensor.bottom a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-bottom-width: 1px;
    border-top-width: 0;
  }
  
  /* support */
  input[type="text"].support-search {
    width: auto !important;
  }
  .support_bland table.standard th {
    width: 60px !important;
  }
  .support_bland table.standard table,
  .support_bland table.standard table tbody,
  .support_bland table.standard table tr,
  .support_bland table.standard table th {
    display: block !important;
  }
  .support_bland table.standard table td {
    display: inline-block !important;
  }
  #content .support_bland table.standard table td.td_empty {
    display: none !important;
  }
  #support_faq_detail table.standard th:nth-of-type(3) {
    width: 90px !important;
  }
  .support .sp-support-table tr {
    display: flex;
  }
  .support .sp-support-table tr td {
    flex: 1;
  }
  .support .sp-support-table tr td img {
    max-width: 80px !important;
  }

  /* products */

  .products #main_visual #spec_area .title {	
    overflow: hidden;	
    display: flex;
    width: 100%;
  }
  #main_visual #spec_area .title {
    margin-top: 40px;
  }
  .products #main_visual #spec_area .title > img {	
    margin-left: 10px !important;	
    margin-right: 0 !important;	
    min-width: 0;	
  }	
  .products #main_visual #spec_area .title > img:first-child {	
    float: none;	
    margin-left: 0 !important;	
    margin-right: auto !important;	
    text-align: left;	
  }
  .products #main_visual #spec_area .copy {
    margin-bottom: 0;
  }
  .products #main_visual #spec_area .copy + .subcopy {
    margin-top: 10px;
  }
  .products #main_visual #spec_area .subcopy:last-child {
    margin-bottom: 0;
  } 
  body.products #content #main_visual {
    height: auto !important;
    padding-top: 0;
  }
  .products #product_photo .panel {
    float: none;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
    z-index: 999;
  }
  .products #main_visual #product_photo {
    float: none !important;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products #product_photo .photo {
    float: none !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products #product_photo .photo li {
    top: auto;
    left: auto;
  }
  .products .main_visual ul#btn_area,
  .products #main_visual ul#btn_area {
    max-width: 100%;
    top: 0;
    bottom: auto;
    height: 30px;
    position: relative;
    width: 100%;
  }
  .products #spec_area {
    width: 100% !important;
    float: none !important;
    position: static;
    margin-top: -40px;
  }
  .products #main_visual #spec_area #banner {
    height: auto;
  }

  .products ul#direct {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .products ul#direct li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
  .products ul#direct li a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: rgb(122,188,255);
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1)));
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    padding: 15px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #3366CC;
    font-size: 120%;
    margin-bottom: 5px;
  }
  .products ul#direct li a[href*="#contact"],
  .products #spec_area a[href*="#contact"] {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: rgb(205,235,142);
    background: -moz-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,142,1)), color-stop(100%,rgba(165,201,86,1)));
    background: -webkit-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
    background: -o-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
    background: -ms-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
    background: linear-gradient(to bottom, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
    padding: 15px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #99cc00;
    font-size: 120%;
    margin-bottom: 5px;
  }
  .products ul#direct li a.anchor-products-ar,
  .products ul#direct li a[href$="_ar"] {
    background: rgb(31,184,147);
    background: -moz-linear-gradient(top, rgba(31,184,147,1) 0%, rgba(0,169,127,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,142,1)), color-stop(100%,rgba(0,169,127,1)));
    background: -webkit-linear-gradient(top, rgba(31,184,147,1) 0%,rgba(0,169,1276,1) 100%);
    background: -o-linear-gradient(top, rgba(31,184,147,1) 0%,rgba(0,169,127,1) 100%);
    background: -ms-linear-gradient(top, rgba(31,184,147,1) 0%,rgba(0,169,127,1) 100%);
    background: linear-gradient(to bottom, rgba(31,184,147,1) 0%,rgba(0,169,127,1) 100%);
    border: 1px solid #03A47D;
}
  .products #main #tab {

  }
  .products #main #tab ul[class*="tabs"] {
    display: flex;
    flex-direction: column;
    background: none;
    height: auto;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .products #main #tab ul[class*="tabs"] li {
    margin: 0;
    float: none;
    width: auto;
    height: auto;
    text-align: left;
  }
  .products #main #tab ul[class*="tabs"] li span {
    psoition: relative;
    background: none !important;
    width: auto;
    height: auto;
    color: rgb(47, 62, 70);
    font-size: 12.8px;
    font-weight: bold;
    text-indent: 0;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    padding: 8px;
  }
  .products #main #tab ul[class*="tabs"] li span.active {
    margin-top: 0;
  }
  .products #main #tab ul[class*="tabs"] li span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 36%;
    right: 10px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(135deg);
  }
  .products #main #tab ul[class*="tabs"] li span.active {
    color: #fff;
    background: #333 !important;
    border: none;
  }
  .products #main #tab ul[class*="tabs"] li span.hidden {
    background: #eaeaea !important;
  }
  .products #main #tab ul[class*="tabs"] li span.hidden:after {
    content: none;
  }
  /*
  body.products #content #main p img,
  body.products #content #main table.standard img,
  body.products #content #main table.table_block img
  produtcä¸è¦§ã§ãã®sp.cssãèª­ã¿è¾¼ã¾ãªããã¨
  */
  body.products #content img  {
    max-width: 100%;
  }
  body.products #content #main_visual img {
    width: auto;
  }
  .products #links .link {
    float: none;
    width: auto;
  }
  .products #links .link .link_text {
    float: none;
    width: auto;
    margin-left: 70px;
  }
  .products #links .link_space {
    background: none;
    float: none;
    width: auto;
    height: auto;
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
  }
  body.products #main_visual #btn_area .last{	
    display: none;	
  }
  body.products #main_visual #visual_content h2,
  body.products #main_visual #visual_content h3 {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  body.products object {
    display: block;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }

  #products-ar ul.horizontal {
    justify-content: space-between;
  }
  #products-ar ul.horizontal li {
    width: calc(50% - 10px);
    margin-right: 0 !important;
  }
  
  /* twenty-container */	
  .monitor_caption {	
    display: none;	
  }	
  .monitor_caption_mobile {	
    display: block !important;	
    margin-top: 10px;	
    text-align: center;	
  }	
  .twentytwenty-handle {	
    display: none;	
  }	
  .twentytwenty.twentytwenty-container {	
    left: auto !important;	
  }
  .twenty-container .monitor {
    max-width: 100%;
  }
  .twentytwenty {
    max-width: 100%;
    height: auto;
  }
  

}
@media screen and (max-width:480px) {
  body {
    font-size: 12.8px;
    background: none;
  }
  h1,
  h1.title1 {
    font-size: 17px;
    font-weight: bold;
  }
  h2 {
    background: #D8DDE1;
    border: 1px solid #F5F5F5;
    margin: 2em 0 1em 0;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
  }
  h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  h4 {
    font-size: 14.08px;
    padding-top: 2px;
  }
  h5 {
    font-size: 12.8px;
  }
  #main p, #main-w p {
    font-size: 12.8px;
  }
  a img, img {
    max-width: 100%;
    height: auto !important;
  }
  #content ul,
  #content ol {
    margin: 10px 0;
  }

  table {
    width: auto;
    max-width: 100%;
  }
  #main-w > table {
    width: 100%;
  }
  iframe:not(#fancybox-frame) {
    overflow: hidden;
    height: auto !important;
    max-width: 100%;
  }
  object embed[src*="youtube"]{
    /*width: 100% !important;*/
    max-width: 100%;
  }
  .showSMPlist {
    display: none;
  }

  #main ol li ul.arrow li,
  #main ul.notes li ul.arrow li,
  #main ul li ul.arrow li,
  #main ul.arrow li,
  #main-w ol li ul.arrow li,
  #main-w ul.notes li ul.arrow li,
  #main-w ul li ul.arrow li,
  #main-w ul.arrow li,
  #content ol li ul.arrow li,
  #content ul.notes li ul.arrow li,
  #content ul li ul.arrow li,
  #content ul.arrow li {
    /*text-indent: -1em;
    padding-left: 1em;*/
    margin-bottom: 5px;
  }
  #content td.td_empty {
    /* sp.jsè¨è¿°ã¨ã»ãã */
    display: none !important;
  }
  #content .smp_slide td.td_empty {
    display: table-cell !important;
  }
  #content table.standard td.td_empty {
    display: table-cell !important;
  }
  #content table.spec td.td_empty {
    display: table-cell !important;	
  }
  /*
  td[style*="width"][style*="170px"] {
    width: 80px !important; 
  }
  */
  .main_visual ul#btn_area li ul.comparison li.checkbox,
  #main_visual ul#btn_area li ul.comparison li.checkbox {
    height: 17px !important;
  }
  .main_visual ul#btn_area li ul.comparison li,
  #main_visual ul#btn_area li ul.comparison li {
    height: 17px;
    margin-top: 0;
  }




  #visual_content {
    height: auto;
    padding: 11px 0;
    background-position: top right !important;
  }
  #main_visual #visual_content {
    height: auto !important;
    background-size: contain !important;
  }
  #visual_content.smpimg {
    background-size: 100% !important;
    height: auto !important;
  }
  #visual_content h2 {
    margin: 0px 0 0px 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 1.4;
    background: none;
    border: none;
  }
  #visual_content h3 {
    padding: 0 0px 30px 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  div#visual_content.smpimg h3 {
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .main_visual ul#btn_area,
  #main_visual ul#btn_area {
    position: relative;
    width: 100%;
    bottom: -20px;
    right: -10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .main_visual ul#btn_area li,
  #main_visual ul#btn_area li {
    width: 90px;
    height: 24px !important;
    margin-top: 0px;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
  .main_visual ul#btn_area li.social,
  #main_visual ul#btn_area li.social {
    min-width: 76px;
    max-width: 76px;
  }
  #main_visual ul#btn_area li:empty {
    display: none;
  }
  .main_visual ul#btn_area li.social:first-of-type,
  #main_visual ul#btn_area li.social:first-of-type{
    min-width: 66px;
    max-width: 66px;
  }
  .main_visual ul#btn_area li.social.first,
  #main_visual ul#btn_area li.social.first {
    min-width: 74px;
    max-width: 74px;
  }

  #pickup {
    width: 100%;
  }
  #pickup #pickup_title img {
    width: auto;
  }
  #pickup_body,
  #relation_body {
    /*width: 100%;*/
  }
  #pickup span.next,
  #relation span.next {
    left: auto;
    right: 0;
  }

  #links {
    border: 1px solid #ccc;
    margin: 15px 10px;
    border-radius: 2px;
    box-shadow: 0 0 3px #ccc;
    padding: 8px;
    box-sizing: border-box;
    background: #fbfcfc;
  }
  #links #links_header {
    background: none;
    height: 0;
  }
  #links #links_inner {
    background: none;
    padding: 0;
    border: none;
  }
  #links #links_footer {
    background: none;
    height: 0;
  }
  #links .link_single {
    width: auto;
  }
  #links .link .link_icon {
    width: 40px;
    float: left;
    margin-right: 10px;
  }
  #links .link .link_icon img{
    width: 40px;
  }
  #links .link .link_text {
    width: 100%;
  }
  #links .link .link_icon + .link_text {
    overflow: hidden;
    width: calc(100% - 60px);
    margin-left: 0;
  }
  #links .link .link_text h5.link_title {
    margin: 12px 0;
  }
  #links .link_single .link_telephone {
    width: auto;
  }
  #links .link_single .link_telephone div {
    line-height: 1.1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 50px;
  }
  #links .link .link_telephone ul li {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    margin-left: 50px;
  }

  #links .link_contact_select table.contactTable .area-cell,
  #links .link_contact_select table.contactTable .country-cell {
    width: auto;
  }
  #links .link_contact_select table.contactTable .area > div,
  #links .link_contact_select table.contactTable .country > div {
    overflow: hidden;
  }
  #links .link_contact_select table.contactTable td.address #contactAddress {
    word-break: normal;
  }
  

  dl.date dt,
  dl.date dd {
    font-size: 12.8px;
    margin-bottom: 10px;
  }
  dl.date dt {
    float: left;
    margin-right: 10px;
    width: 120px !important;
  }
  dl.date dd {
    overflow: hidden;
    padding-left: 0;
  }
  #center strong img {
    margin-bottom: 10px !important;
  }
  table.table_block,
  table.table_block tbody,
  table.table_block tr,
  table.table_block th,
  table.table_block td {
    display: block;
  }
  table.table_block {
    overflow: hidden;
  }
  table.table_block td.td_img_block img {
    display: block;
    margin: 10px auto !important;
    text-align: center;
    float: none !important;
    width: auto;
  }
  body.products #content table.table_block td.td_img_block img {
    margin: 10px auto !important;
  }
  table.standard {
    display: table !important;
  }
  table.standard > tbody{
    display: table-row-group !important;
  }
  table.standard[style*="width"] tr,
  table.standard tr {
    display: table-row !important;
  }
  table.standard tr th,
  table.standard tr td {
    width: auto !important;
    display: table-cell !important;
    padding: 4px !important;
    font-size: 12px;
  }
  table td img {
    width: auto;
    /*min-width: 80px;*/
  }
  body.products table td img {
    min-width: 80px;
  }
  #main-w td img.margin_right {
    /*min-width: 80px !important;*/
  }

  table#page_tabs {
    width: 100% !important;
    table-layout: fixed !important;
    display: table !important;
    margin-bottom: 10px;
  }
  table#page_tabs tbody {
    display: table-row-group !important;
  }
  table#page_tabs tbody tr {
    display: table-row !important;
  }
  table#page_tabs tbody tr td {
    word-break: normal;
    padding: 3px;
  }  
  #page_tabs td {
    text-align: center !important;
    display: table-cell !important;
    border: 1px solid #ccc !important;
  }
  
  .page-archive table#page_tabs.multiple,
  .page-archive table#page_tabs.multiple tbody {
    display: block !important;
  }
  .page-archive table#page_tabs.multiple tbody tr {
    display: flex !important;
    flex-wrap: wrap;
  }
  .page-archive table#page_tabs.multiple tbody tr td {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 17px !important;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  

  a.arrow_bottom {
    display: inline-block;
    background: url(/common/images/arrow/arrow-bottom.gif) no-repeat 2px 4px;
    padding-left: 13px;
  }
  table th,
  table td {
    padding: 0.5em 0.2em;
    /*
    line-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
    */
  }
  #main table:not(.standard),
  #main table:not(.standard) > tbody,
  #main table:not(.standard) > tbody > tr,
  #main table:not(.standard) > tbody > tr > td,
  #main table:not(.standard) > tbody > tr > th{
    display: block;
    border: none;
    text-align: left;
  }
  table[style*="width"][style*="720px"] tbody {
    display: table-row-group !important;
  }
  table[style*="width"][style*="720px"] tr {
    display: table-row !important;
  }
  table[style*="width"][style*="720px"] td {
    display: table-cell !important;
  }
  #content table[style*="width"][style*="720px"] td.td_empty {
    display: table-cell !important;
  }
  img.margin_right[style],
  img.margin_left[style],
  img[src$="/support/after/takeback/img"][style] {
    display: block;
    width: auto !important;
    margin: 0 auto 10px !important;
  }
  img.margin_right[style*="float"]{
    margin-right: 10px !important;
  }
  body.products #content img.margin_right[style*="float"]{
    margin-right: 10px !important;
  }
  img.margin_right[style*="float: none"]{
    margin-right: auto !important;
  }
  img.margin_left[style*="float"]{
    margin-left: 10px !important;
  }
  img.margin_left[style*="float: none"]{
    margin-left: auto !important;
  }

  .left-col, .right-col {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .smp_infolist table,
  .smp_infolist tbody,
  .smp_infolist tr,
  .smp_infolist th,
  .smp_infolist td {
    display: block;
    width: 100% !important;
  }

  table.sp-table-layout {
    display: table !important;
  }
  table.sp-table-layout > thead,
  table.sp-table-layout > tbody {
    display: table-row-group !important;
  }
  table.sp-table-layout > tbody > tr {
    display: table-row !important;
  }
  table.sp-table-layout > tbody > tr > th,
  table.sp-table-layout > tbody > tr > td {
    display: table-cell !important;
  }
  table.sp-table-layout.fixed {
    table-layout: fixed;
  }

  video,
  #main video,
  #main-w video {
    max-width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto !important;
  }
  input[type="image"],
  a[href*=".submit"] input {
    margin: 10px auto !important;
    width: auto !important;
  }
  
  .view > table td[style*="234px"],
  .view > table td[style*="210px"],
  #main-w > table td[style*="234px"],
  #main-w > table td[style*="210px"] {
    float: left;
    width: 48% !important;
    height: auto !important;
    text-align: center;
  }
  #main-w table.sp-column > tbody > tr > td[style*="210px"] {
    width: initial !important;
    width: auto !important;
  }
  #content table td img[src*="/support/db/images/support/rss.gif"],
  #content table td img[src*="/support/db/files/images/Icons/zip.jpg"],
  #content table td img[src*="/support/db/files/images/Icons/dmg.jpg"],
  #content table td img[src*="/support/db/files/images/Icons/exe.jpg"],
  #content table td img[src*="/common/images/icon/new_small.gif"],
  #content table td img[src*="/products/images/icon/new_small.gif"],
  #content table td img[src*="/products/images/icon/atmark03.gif"],
  #content table td img[src*="/products/exhibit/shop_icon_wt.gif"],	
  #content table td img[src*="/products/exhibit/shop_icon_bk.gif"],	
  #content table td img[src*="/products/exhibit/shop_icon_gy.gif"],	
  #content table td img[src*="/products/images/icon/color_gray.gif"],	
  #content table td img[src*="/products/images/icon/color_black.gif"],	
  #content table td img[src*="/products/images/icon/color_white.gif"],	
  #content table td img[src*="/products/images/icon/gif_animation_icon.gif"],	
  #content table td img[src*="Icon_PinkRibbon_s.jpg"],	
  #content table td img[alt="ç¢å°"] {
    min-width: initial !important;
  }
  img[src*="/support/db/files/images/Icons/pdf.jpg"],
  img[src*="/support/db/files/images/Icons/pdf.png"],
  img[src*="/support/db/files/images/Icons/html.png"] {
    float: left;
    margin-right: 10px !important;
    min-width: initial !important;
  }
  #content table td img[src*="images/support/select_compatibility_main_image.png"],
  #content table td img[src*="images/support/select_brochure_main_image.png"],
  #content table td img[src*="images/support/select_manual_main_image.png"],
  #content table td img[src*="images/support/select_model_main_image.png"]{
    width: 40px !important;
  }
  #content table td img[src*="images/support/select_software_main_image.png"]{
    width: 60px !important;
  }
  form[name="faq_search"] > table {
    width: 100%;
  }
  form[name="faq_search"] select {
    width: 100% !important;
    box-sizing: border-box;
  }
  form[name="faq_search"] img[alt="Search"] {
    display: block;
    margin: 10px auto;
  }
  form > table td,
  #main-w > table td[style*="142px"] {
    width: auto !important;
    display: block !important;
  }
  img[src$="/support/db/images/support/select_manual_main_image.png"],
  img[src$="/support/db/images/support/select_software_main_image.png"],
  img[src$="/support/db/images/support/select_model_main_image.png"] {
    width: 90px !important;
  }
  img[src$="/support/db/images/faq/select_faq_main_image.png"],
  img[src$="images/faq/select_faq_main_image.png"] {
    display: none !important;
  }
  #page_tabs td {
    text-align: center;
  }
  div.wrap {
    padding: 8px;
  }


  /* sp only layout */
  table.spBlock,
  table.spBlock > tbody,
  table.spBlock > tbody > tr,
  table.spBlock > tbody > tr > th,
  table.spBlock > tbody > tr > td {
    display: block;
  }
  table.spBlock > tbody > tr > td {
    overflow: hidden;
  }
  table.sp-column,
  table.sp-column > tbody,
  table.sp-column > tbody > tr,
  table.sp-column > tbody > tr > th,
  table.sp-column > tbody > tr > td {
    display: block;
  }
  table.sp-column > tbody > tr > td {
    overflow: hidden;
    float: none !important;
    width: initial !important;
    width: auto !important;
  }
  table.sp-column .support-icon {
    margin-bottom: -20px;
  }
  table.sp-column .support-icon img {
    width: 80px !important;
  }
  .spCenter {
    text-align: center;
  }
  img.spBlock {
    display: block;
    margin: 10px auto!important;
    float: none !important;
  }
  table.spNotRight {
    width: 100% !important;
  }
  /* FONT */
  .fs16 {
    font-size: 12.8px !important;
  }
  .fs25 {
    font-size: 22px !important;
  }
  /* WIDTH */
  .w100, .w105, .w110, .w115, .w120, .w125, .w130, .w135, .w140, .w145, .w150, .w155, .w160, .w165, .w170, .w175, .w180, .w185, .w190, .w195, .w200, .w205, .w210, .w215, .w220, .w225, .w230, .w235, .w240, .w245, .w250, .w255, .w260, .w265, .w270, .w275, .w280, .w285, .w290, .w295, .w300, .w305, .w310, .w315, .w320, .w325, .w330, .w335, .w340, .w345, .w350, .w355, .w360, .w365, .w370, .w375, .w380, .w385, .w390, .w395, .w400, .w405, .w410, .w415, .w420, .w425, .w430, .w435, .w440, .w445, .w450, .w455, .w460, .w465, .w470, .w475 {
    width: 100% !important;
    max-width: 100%;
  }

  /* SITEMAP */
  #content .TxtNavListA01 li.noallow {
    text-indent: 0;
  }

  /* eizolibrary */
  .library #content.index #page_tabs {
    padding: 0;
  }
  .library #content.index table.table_block tbody,
  .library #content.index table.table_block tr,
  .library #content.index table.table_block th,
  .library #content.index table.table_block td,
  .library #content.index .left-col table, 
  .library #content.index .left-col table tbody,
  .library #content.index .left-col table tr,
  .library #content.index .left-col table th,
  .library #content.index .left-col table td,
  .library #content.index .right-col table, 
  .library #content.index .right-col table tbody,
  .library #content.index .right-col table tr,
  .library #content.index .right-col table th,
  .library #content.index .right-col table td {
    display: block;
  }
  .library #content.index .left-col > p {
    margin-bottom: 0;
  }
  .library #content.index .left-col td:first-child,
  .library #content.index .right-col td:first-child {
    width: 100% !important;
    padding: 0;
  }
  .library #content.index .left-col td:first-child p,
  .library #content.index .right-col td:first-child p {
    margin:0;
  }
  .library #content.index .left-col td:first-child img,
  .library #content.index .right-col td:first-child img {
    width: 100% !important;;
    padding: 0;
    margin: 0;
  }
  .library #content.index .left-col td:last-child,
  .library #content.index .right-col td:last-child {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .library #content.index .left-col td:last-child table td:last-child,
  .library #content.index .right-col td:last-child table td:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .library #content.index .left-col td:last-child a,
  .library #content.index .right-col td:last-child a {
    font-size: 14px;
  }


  /* eizolibrary/knowledge/eyestrain/ */
  #main .eyestrain #tab {
    width: auto !important;
    height: auto !important;
  }
  #main .eyestrain #tab ul {
    display: flex;
    height: auto !important;
    background: none !important;
  }
  #main .eyestrain #tab ul li {
    width: auto !important;
    height: auto !important;
    border: 1px solid #ccc;
    text-align: left;
    margin-bottom: -1px;
    vertical-align: middle;
    padding: 0 !important;
    overflow: hidden;
  }
  #main .eyestrain #tab ul li span {
    width: auto !important;
    height: 100% !important;
    text-indent: 0 !important;
    background: none !important;
    padding: 8px;
    display: block;
    margin: 0 !important;
    height: 100% !important;
    letter-spacing: -0.9px;
    font-weight: bold;
    font-size: 95% !important;
    text-align: center;
  }
  #main .eyestrain #tab ul li span.active {
    background: #ccc !important;
    color: #FFF !important;
  }
  #main .eyestrain #tab01_content .animation {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
  #main .eyestrain #tab01_content .animation > div {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: left;
    width: 25%;
  }
  #main .eyestrain .commonArea ul#subTab{
    width: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main .eyestrain .commonArea ul#subTab li {
    margin-bottom: 3px;
  }



  /* support */
  input[type="text"].support-search {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
  }


  /* products */
  .products #main_visual #spec_area .title > img[align="right"] {
    clear: right;
  }
  .products #main_visual #product_photo{
    height: 260px;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 80px;
  }  
  .products #main_visual #product_photo.zero{
    margin-bottom: 20px;
  }
  .products #spec_area {
    margin-top: 0;
  }
  #main_visual #spec_area .title {
    margin-top: 20px;
  }
  .products #product_photo .photo {
    height: auto;
    top: 0;
    position: relative;
  }
  .products #product_photo .photo ul {
    height: 240px;
  }
  .products #product_photo .photo li {
    width: 100%;
  }
  .products #product_photo .photo ul > li > img {
    display: block;
    max-height: 240px;
  }
  .products #main_visual #product_photo .panel {
    top: auto;
    bottom: -70px;
  }
  .products #product_photo .panel ul li.icon {
    display: none;
  }
  .products #product_photo .panel ul.thumb {
    display: flex;
  }
  .products #product_photo .panel ul.thumb li {
    width: 43px;
    height: 43px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 4px;
  }
  .products #main_visual #spec_area .copy {
    font-size: 17px;
  }
  .main_visual #spec_area .discription,
  #main_visual #spec_area .discription {
    font-size: 12px;
  }
  body.products #content img[alt^="SDGs"] {
    min-width: 102px;
    max-width: 102px;
  }
  body.products #content img[alt^="SDGs Logo"] {
    max-width: 100%;
  }
  .products .products-ar {
    background: #f3f6f7;
    padding: 10px 15px;
  }
  .products-ar ul.horizontal > li {
    width: auto;
  }
  .products .ssi_sdgs {
    clear: both;
    padding-top: 1px;
  }
  .products #tab02_content table.standard th:first-child {
    width: 40% !important;
  }
  #content #banner_body ul {
    margin: 0;
  }

  /* solutions */
  .solutions table img[src="/solutions/solution/creative/cg/logo_x.jpg"] {
    display: none !important;
  }
  .solutions .corp-list td {	
    padding: 20px;	
    border: 20px solid #eee;	
    border-top-width: 0;	
  }	
  .solutions .corp-list table:first-child tr:first-child td:first-child {	
    border-top: 20px solid #eee;	
  }

  /* press */
  .press .ssi_whatsnew table.standard colgroup,
  .press .ssi_whatsnew table.standard tr > *:last-child {
    display: none !important;
  }
  .press .ssi_whatsnew table.standard colgroup col:first-child,
  .press .ssi_whatsnew table.standard tr > *:first-child {
    width: 100px !important;
  }
  body.press #main_visual ul#btn_area {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  body.press #main_visual ul#btn_area li.last {
    display: none;
  }
  body.press #main_visual ul#btn_area li.last + .social{
    min-width: 66px;
    max-width: 66px;
  }

  /* blog(exhibition) */
  body.blog a[name] + p {
    margin-top: 30px;
  }

}