@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");



@font-face {
    font-family: "sysmex";
    src: url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Bold.woff) format("woff"), url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Bold.woff2) format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "sysmex";
    src: url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Light.woff) format("woff"), url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Light.woff2) format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "sysmex";
    src: url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Regular.woff) format("woff"), url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Regular.woff2) format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "sysmex";
    src: url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Medium.woff) format("woff"), url(/wp-content/themes/sysmex-fcm/module/fonts/Sysmex-Medium.woff2) format("woff2");
    font-weight: 500;
}

.navbar {
    border: none;
    font-size: 13px;
    font-weight: 300;
}

.navbar .navbar-toggle:hover .icon-bar {
    background-color: #b3b3b3;
}

.navbar-collapse {
    border-top-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-form {
    margin-top: 7px;
    margin-bottom: 5px;
}

.navbar-form .form-control {
    height: auto;
    padding: 4px 6px;
}

.navbar-text {
    margin: 12px 15px;
    line-height: 21px;
}

.navbar .dropdown-menu {
    border: none;
}

.navbar .dropdown-menu>li>a,
.navbar .dropdown-menu>li>a:focus {
    background-color: transparent;
    font-size: 13px;
    font-weight: 300;
}

.navbar .dropdown-header {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-default .dropdown-menu {
    background-color: #333333;
}

.navbar-default .dropdown-menu>li>a,
.navbar-default .dropdown-menu>li>a:focus {
    color: #fff;
}

.navbar-default .dropdown-menu>li>a:hover,
.navbar-default .dropdown-menu>.active>a,
.navbar-default .dropdown-menu>.active>a:hover {
    background-color: #272727;
}

.navbar-inverse .dropdown-menu {
    background-color: #008cba;
}

.navbar-inverse .dropdown-menu>li>a,
.navbar-inverse .dropdown-menu>li>a:focus {
    color: #fff;
}

.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>.active>a,
.navbar-inverse .dropdown-menu>.active>a:hover {
    background-color: #006687;
}

.btn {
    padding: 8px 12px;
}

.btn-lg {
    padding: 16px 20px;
}

.btn-sm {
    padding: 8px 12px;
}

.btn-xs {
    padding: 4px 6px;
}

.btn-group .btn~.dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
}

.btn-group .dropdown-menu {
    border-top-width: 0;
}

.btn-group.dropup .dropdown-menu {
    border-top-width: 1px;
    border-bottom-width: 0;
    margin-bottom: 0;
}

.btn-group .dropdown-toggle.btn-default~.dropdown-menu {
    background-color: #e7e7e7;
    border-color: #ccc;
}

.btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a {
    color: #333333;
}

.btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a:hover {
    background-color: lightgray;
}

.btn-group .dropdown-toggle.btn-primary~.dropdown-menu {
    background-color: #008cba;
    border-color: #0079a1;
}

.btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a {
    color: #fff;
}

.btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a:hover {
    background-color: #006d91;
}

.btn-group .dropdown-toggle.btn-success~.dropdown-menu {
    background-color: #43ac6a;
    border-color: #3c9a5f;
}

.btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a {
    color: #fff;
}

.btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a:hover {
    background-color: #388f58;
}

.btn-group .dropdown-toggle.btn-info~.dropdown-menu {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a {
    color: #fff;
}

.btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a:hover {
    background-color: #39b3d7;
}

.btn-group .dropdown-toggle.btn-warning~.dropdown-menu {
    background-color: #E99002;
    border-color: #d08002;
}

.btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a {
    color: #fff;
}

.btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a:hover {
    background-color: #c17702;
}

.btn-group .dropdown-toggle.btn-danger~.dropdown-menu {
    background-color: #F04124;
    border-color: #ea2f10;
}

.btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a {
    color: #fff;
}

.btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a:hover {
    background-color: #dc2c0f;
}

.lead {
    color: #6f6f6f;
}

cite {
    font-style: italic;
}

blockquote {
    border-left-width: 1px;
    color: #6f6f6f;
}

blockquote.pull-right {
    border-right-width: 1px;
}

blockquote small {
    font-size: 12px;
    font-weight: 300;
}

table {
    font-size: 12px;
}

label,
.control-label,
.help-block,
.checkbox,
.radio {
    font-size: 12px;
    font-weight: normal;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 1px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent;
}

.nav-tabs>li>a {
    background-color: #e7e7e7;
    color: #222222;
}

.nav-tabs .caret {
    border-top-color: #222222;
    border-bottom-color: #222222;
}

.nav-pills {
    font-weight: 300;
}

.breadcrumb {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.pagination {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 4px;
    color: #999999;
}

.pagination>.active>a,
.pagination>.active>span {
    color: #fff;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 3px;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding-left: 22px;
    padding-right: 22px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 0 5px;
}

.pager {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

.list-group {
    font-size: 12px;
    font-weight: 300;
}

.close {
    opacity: 0.4;
    text-decoration: none;
    text-shadow: none;
}

.close:hover,
.close:focus {
    opacity: 1;
}

.alert {
    font-size: 12px;
    font-weight: 300;
}

.alert .alert-link {
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}

.label {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0;
    font-weight: 300;
}

.label-default {
    background-color: #e7e7e7;
    color: #333333;
}

.badge {
    font-weight: 300;
}

.progress {
    height: 22px;
    padding: 2px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0;
    margin-top: 0;
    font-size: 12px;
}

.dropdown-menu>li>a {
    padding: 12px 15px;
}

.dropdown-header {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9px;
    text-transform: uppercase;
}

.popover {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.panel-heading,
.panel-footer {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-default .close {
    color: #222222;
}

.modal .close {
    color: #222222;
}

.mp-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.container #content.products-entry .row table tbody th[scope="row"] {
    width: 20%;
    background-color: #f9f9f9;
}

.container #content.products-entry .row table tbody td {
    width: 30%;
}

#details .detail-row {
    margin-bottom: 1.6em;
}

@media (min-width: 768px) {
    .container {
        max-width: 1020px;
    }
}

.container.admin table.table td a {
    color: #008cba;
}

.container.admin .navbar li a {
    color: #008cba;
}

.container.admin .navbar li ul {
    margin-left: 1em;
    margin-bottom: .5em;
}

/* ============================================================================================================
    basic
============================================================================================================ */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * A new micro clearfix hack – Nicolas Gallagher
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /* for IE 6/7 only */
}

/* //////////////////////// PC //////////////////////// */
/****************************************

    初期設定

*****************************************/
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    background-color: #ffffff;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

input {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

input[type=submit] {
    -webkit-appearance: none;
    font-family: FontAwesome, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

/****************************************

    共通レイアウト

*****************************************/
.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.pt20 {
    padding-top: 20px;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

dd {
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

.smTxt {
    font-size: 8px;
    vertical-align: super;
}

.smTxt-sub {
    font-size: 8px;
    vertical-align: sub;
}

.italic {
    font-style: italic;
}

.displaynone {
    display: none;
}

/****************************************

    共通デザイン

*****************************************/
/* タイトル */
.ttl_01 {
    position: relative;
    margin-bottom: 40px;
}

.ttl_01 i {
    border-radius: 2px;
    background-color: #589500;
    width: 55px;
    text-align: center;
    padding: 9px 0px;
    color: #FFFFFF;
    font-size: 20px !important;
    margin-right: 10px;
}

.ttl_01 img {
    vertical-align: text-bottom;
}

.ttl_01_all {
    border-radius: 2px;
    background-color: #343434;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: absolute;
    right: 0px;
    top: 4px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 0 10px;
}

.ttl_01_all span {
    display: block;
    position: relative;
}

.ttl_01_all i {
    position: absolute;
    top: 9px;
    right: -10px;
    background: none;
    padding: 0px;
    width: auto;
    font-size: 12px !important;
}

.ttl_02 i {
    color: #b4b4b4;
    margin-right: 10px;
}

.ttl_02 {
    background-image: url(../../img/common/line_gr.png);
    background-position: left bottom;
    padding-bottom: 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.ttl_04 {
    background-color: #343434;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.ttl_04 i {
    margin-right: 10px;
}

.ttl_05 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    color: #005bac;
}

.ttl_05 i {
    margin-right: 10px;
}

.ttl_06 {
    background-color: #005bac;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 25px;
    margin-bottom: 30px;
}

/* table */
.tanle_style01 {
    border-spacing: 0 2px;
    margin-bottom: 20px;
    border-collapse: separate;
    width: 100%;
}

.tanle_style01 th {
    background-color: #d3edfb;
    width: 40%;
    text-align: left;
    padding: 10px 20px;
    color: #005bac;
    vertical-align: middle;
    font-weight: bold;
}

.tanle_style01 td {
    border: 1px solid #d3edfb;
    padding: 10px 20px;
    vertical-align: middle;
}

.td_center td {
    text-align: center;
}

.td_ttl td {
    text-align: center;
    background-color: #d3edfb;
}

/* ニュース */
.post_news dl {
    float: left;
    width: 320px;
    height: 345px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.post_news dl:nth-child(3n) {
    margin-right: 0px;
}

.post_news dt {
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.post_news dt img {
    width: 100%;
}

.post_news dd {
    padding: 20px;
}

.post_news dd .post_day {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}

.post_news dd .post_ttl {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000;
}

.post_news dd .post_ttl a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #000000;
}

.post_news dd .post_ttl a:hover {
    text-decoration: none;
}

.post_news dd .post_txt {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.post_news .post_category {
    border-radius: 2px;
    background-color: #595959;
    padding: 3px 10px;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
}

.post_news dl.new {
    border-bottom: 2px solid #FF0004;
    height: 343px;
}

.new_icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #FF0004;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 9px;
}

.box_images {
    overflow: hidden;
}

.box_images dt {
    height: 100% !important;
}

.box_images dd {
    height: 0px;
    padding: 0px;
}

.box_images dd h3,
.box_images dd .post_txt {
    display: none;
}

/* 動画 */
.post_video {
    float: left;
    width: 495px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 20px;
}

.post_video:nth-child(2n) {
    margin-right: 0px;
}

.post_video_youtube {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #ABABAB;
}

.post_video_youtube img {
    height: 100%;
}

.post_video_contents {
    padding: 20px;
    position: relative;
}

.post_video_contents dt a,
.post_video_contents dt {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}

.post_video_contents ul {
    width: 125px;
    position: absolute;
    right: 20px;
    top: 17px;
}

.post_video_contents ul li {
    float: left;
    margin-left: 20px;
    font-size: 23px;
}

/* 機器 */
#eq_topimages {
    line-height: 0px;
}

.post_equipments dl {
    float: left;
    width: 495px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 20px;
    /*height:360px;*/
    height: 100%;
    overflow: hidden;
}

.post_equipments dl:nth-child(2n) {
    margin-right: 0px;
}

.post_equipments dt {
    /*height:230px;*/
    height: auto;
    overflow: hidden;
}

.post_equipments dd {
    padding: 20px;
}

.post_ttl_equipments {
    margin-bottom: 20px;
}

.post_ttl_equipments a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.box_01 dl {
    float: left;
    margin: 20px;
    width: 320px;
}

.box_01 dt {
    color: #005bac;
    margin-bottom: 10px;
    font-weight: bold;
}

.box_01 dd li {
    list-style: disc;
    list-style-position: inside;
}

/* 温湿度ロガーシリーズ(2カラムレイアウト) */
#itemBox {
    clear: both;
}

#itemBox .temp_logger_series {
    display: table;
}

#itemBox .logger_cont {
    display: table-cell;
    width: 50%;
    padding: 1em;
    clear: both;
}

#itemBox dl {
    border: 1px solid #3c92ce;
    overflow: hidden;
    height: 235px;
    border-top: none;
}

#itemBox h5 {
    color: white;
    text-align: center;
    padding: 5px;
    background: linear-gradient(#85e0fc, #3098db);
    font-size: 1.3em;
    clear: both;
    border-top: 1px solid #3098DB;
}

#itemBox dt {
    float: left;
    width: 39%;
}

#itemBox dd {
    float: right;
    width: 54%;
    padding: 1em 0;
}

#itemBox dl img {
    width: 100%;
    padding: 1em;
}

#itemBox dl p.cont_gre {
    color: #3098DB;
    font-weight: bold;
    margin-bottom: 1.5em;
    font-size: 12px;
    line-height: 1.4;
}

.free_txt .cont_bla li {
    list-style: none;
    font-size: 12px;
    line-height: 1.4;
}

/* アプリケーションノート */
.post_appnote dl {
    background-color: #FFFFFF;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post_appnote dt {
    border: 1px solid #c5c5c5;
    padding: 15px;
    color: #7f7f7f;
    margin-bottom: 15px;
}

.post_appnote dd {
    margin: 0 15px;
}

.post_appnote dd li {
    float: left;
    margin-bottom: 15px;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    padding-left: 10px;
    position: relative;
}

.post_appnote dd li:before {
    font-family: FontAwesome;
    content: '\f105';
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -1px;
}

.post_appnote dd li a {
    margin-right: 10px;
    color: #006cb7;
}

.post_appnote dd li .fa-file-pdf-o {
    color: #eb7979;
}

.post_appnote dd li .fa-angle-right {
    font-weight: bold;
}

/* SNS */
.fa-facebook-official {
    color: #3a5795;
}

.fa-twitter {
    color: #55acee;
}

.fa-envelope {
    color: #95c11f;
}

/* パンくず */
#panks {
    width: 1020px;
    margin: auto;
    padding-top: 10px;
}

#panks li {
    float: left;
    margin-right: 10px;
}

/* single */
.news_category {
    border-radius: 5px;
    background-color: #005bac;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 12px;
    float: left;
    margin-right: 15px;
}

.news_day {
    height: 30px;
    line-height: 30px;
    color: #757575;
    font-size: 14px;
}

.news_daily h3 {
    padding: 20px 30px;
    background-color: #005bac;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.contents_area {
    background-color: #FFFFFF;
    padding: 30px;
}

.right_list {
    background-color: #FFF;
}

.right_list dl {
    position: relative;
    padding: 15px 20px 15px 40px;
    border-bottom: 1px solid #f4f4f4;
}

.right_list dd.list_icon {
    position: absolute;
    left: 20px;
    top: 30%;
}

.right_list li {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.right_list li i {
    margin-right: 20px;
}

/* parts */
.ttl_03 {
    color: #005bac;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.ctBlock01 {
    margin-bottom: 20px;
}

.ctBlock01 h4 {
    background-color: #005bac;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 25px;
}

.ctBlock01 div {
    background-color: #f5f5f5;
    padding: 15px 25px;
    font-weight: 400;
    line-height: 24px;
}

.ctBlock02 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ctBlock02 img {
    float: left;
    margin-right: 20px;
    max-width: 320px;
    max-height: auto;
}

.ctBlock02 .ctBlock_txtrt {
    width: 380px;
    float: left;
}

.ctBlock03 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ctBlock03 img {
    float: right;
    margin-left: 20px;
    max-width: 320px;
    max-height: auto;
}

.ctBlock03 .ctBlock_txtleft {
    float: left;
    width: 380px;
}

.ctimgBlock01 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.ctBlock04 {
    margin: 0 30px 30px;
}

.ctBlock04 h3 {
    color: #005bac;
    font-weight: bold;
    margin-bottom: 15px;
}

hr.line {
    height: 1px;
    border: none;
    border-top: 1px #dfdfdf solid;
    margin: 30px 0px;
}

/* コンテンツブロック */
.free_txt {
    margin-bottom: 20px;
    line-height: 24px;
}

.free_txt a {
    color: #0054FF;
}

.free_txt ul li {
    list-style: inside;
    list-style-type: disc;
}

.free_txt ol li {
    list-style: inside;
    list-style-type: decimal;
}

.free_txt table {
    width: 100%;
}

.free_txt table th {
    background-color: #d3edfb;
    width: 40%;
    text-align: left;
    padding: 10px 20px;
    color: #005bac;
    vertical-align: middle;
    font-weight: bold;
}

.free_txt table td {
    border: 1px solid #d3edfb;
    padding: 10px 20px;
    vertical-align: middle;
}

.btn_inq {
    margin-bottom: 40px;
}

.btn_inq a {
    color: #fff;
    background-color: #006cb7;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    width: 300px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.btn_inq a i {
    margin-right: 10px;
    color: #fff;
}

/* 固定ページ */
.page_ctBlock02 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.page_ctBlock02 img {
    float: left;
    margin-right: 20px;
    max-width: 340px;
    max-height: auto;
}

.page_ctBlock02 .page_ctBlock_txtrt {
    width: 600px;
    float: left;
}

.page_ctBlock03 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.page_ctBlock03 img {
    float: right;
    margin-left: 20px;
    max-width: 340px;
    max-height: auto;
}

.page_ctBlock03 .page_ctBlock_txtleft {
    float: left;
    width: 600px;
}

/* videos */
.viodes_page {
    width: 650px;
    height: 400px;
    margin: 0 auto 20px;
}

/****************************************

    レイアウト

*****************************************/
/* ヘッダー */
header {
    font-family: "sysmex", "Noto Sans JP", sans-serif;
    height: 100px;
    width: 100%;
}

header a>.blank_link {
    background-image: url("/wp-content/themes/sysmex-fcm/module/img/common/blank_link.svg");
    background-repeat: no-repeat;
    background-position: right 40%;
    padding-right: 1rem;
}

header a>.outsite_link {
    background-image: url("/wp-content/themes/sysmex-fcm/module/img/common/outside_link.svg");
    background-repeat: no-repeat;
    background-position: right 40%;
    padding-right: 1.3rem;
}

#head_fleam {
    max-width: 1020px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width: 1019px) {
    #head_fleam.pc {
        display: block;
    }
}

@media only screen and (max-width: 769px) {
    #head_fleam.pc {
        display: none;
    }
}

#head_fleam h1 {
    font-family: "sysmex", "Noto Sans JP", sans-serif;
    position: absolute;
    top: 62px;
    left: 286px;
    z-index: 1;
    font-size: 1rem;
    font-weight: 700;
}

#head_fleam p#head_com {
    position: absolute;
    top: 33px;
    font-size: 12px;
    font-weight: 400;
}

#head_fleam #head_tel {
    position: absolute;
    left: 350px;
    top: 50px;
    font-size: 12px;
    font-weight: bold;
}

#head_fleam #head_tel ul {
    margin-bottom: 5px;
}

#head_fleam #head_tel li {
    font-size: 20px;
    line-height: 16px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
}

#head_fleam #head_tel span {
    border: 1px solid #000000;
    padding: 0px 18px;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 16px;
}

#head_fleam #head_search {
    position: absolute;
    top: 75px;
    left: 380px;
    border-radius: 2px;
    border: 1px solid #589500;
    width: 421px;
    height: 32px;
    background-color: #589500;
}

#head_fleam #head_search li {
    float: left;
    height: 32px;
    position: relative;
}

#head_fleam #head_search_select i {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #ffffff;
}

#head_fleam #head_search li input {
    height: 32px;
    border: 0px;
}

#head_fleam #head_search_select ul {
    height: 32px;
    width: 109px;
    line-height: 34px;
    border: 0px;
    background: none;
    font-size: 14px;
    padding-left: 10px;
    color: #ffffff;
    margin-right: 10px;
    padding-right: 20px;
    overflow: hidden;
}

#head_fleam #head_search_select li {
    float: none;
}

#head_fleam #head_search_txt .fa-search {
    color: #FFFFFF;
}

#head_fleam #head_search_txt {
    width: 270px;
}

#head_fleam #head_search_txt input {
    width: 210px;
    padding: 0 10px;
    margin-right: 15px;
}

#head_fleam #head_mail {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

#head_fleam #head_mail i {
    color: #ffffff;
}

#head_fleam #head_mail a {
    display: flex;
    justify-content: space-between;
}

#head_fleam #head_mail a p {
    margin-right: 5px;
}

#head_fleam #head_mail a:first-child {
    padding-right: 30px;
}

#head_fleam #head_mail i {
    margin-right: 10px;
}

#head_fleam p#logo_sysmex {
    position: absolute;
    left: 0px;
    top: 37px;
    width: 264px;
}

#head_fleam p#logo_sysmex a img {
    width: 100%;
    height: auto;
}

/* グローバルメニュー */
#gmenu {
    font-family: "sysmex", "Noto Sans JP", sans-serif;
    background-color: #ffffff;
    width: 100%;
    border-top: #d2d2d2 solid 1px;
    border-bottom: #d2d2d2 solid 1px;
}

@media only screen and (max-width: 1019px) {
    #gmenu.pc {
        display: block;
    }
}

@media only screen and (max-width: 769px) {
    #gmenu.pc {
        display: none;
    }
}

/*--*/
#dropmenu {
    position: relative;
    list-style-type: none;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#dropmenu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    z-index: 3;
    width: 1px;
    background-color: #d2d2d2;
}

#dropmenu>li {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0.2rem 0;
    border-bottom: #fff solid 3px;
    border-top: #fff solid 3px;

}

#dropmenu li a {
    font-size: 0.9rem;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: #fff;
    vertical-align: top;
    line-height: 1.2;
}

#dropmenu li a:hover {
    color: #005BAC;
}

#dropmenu>li>a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d2d2d2;
}

#dropmenu li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 99%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #005bac;
}

#dropmenu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

#dropmenu li ul li>a {
    color: #fff;
    padding: 0;
    background-color: #005BAC;
    text-indent: 2rem;
    text-align: left;
    font-weight: normal;
    font-size: 0.9rem;
    height: 55px;
    line-height: 55px;
    background-image: url("/wp-content/themes/sysmex-fcm/module/img/common/wh-triangle.svg");
    background-repeat: no-repeat;
    background-position: 1rem 50%;
}

#dropmenu li ul li>a:hover {
    color: #FFF;
    opacity: 1;
    background-color: #428ac9;
}

#dropmenu>li:hover {
    border-bottom: #005BAC solid 3px;
}

#dropmenu li:hover ul li {
    overflow: visible;
    height: 55px;
}

#dropmenu li:hover ul {
    border-top: #d2d2d2 solid 1px;
}

/* コンテンツ */
#container {
    background-color: #f4f4f4;
}

#content {
    width: 1020px;
    margin: auto;
    padding: 50px 0 60px;
}

#fleam_left {
    float: left;
    width: 785px;
}

#fleam_right {
    float: right;
    width: 200px;
    position: relative;
}

.page_layout {
    padding: 30px;
    background-color: #FFFFFF;
}

/* フッター */

.ft_border {
    margin: 0 20px;
}


span.rmark {
    vertical-align: super;
    font-size: 10px !important;
}

/* 下層テンプレート */
/* ページャー */
.tablenav {
    text-align: center;
    margin: 20px;
}

.tablenav a {
    border: 1px solid #589500;
    padding: 5px 10px;
    color: #589500;
    border-radius: 3px;
}

.tablenav a:hover {
    background-color: #EEFFF1;
    text-decoration: none;
}

.tablenav span {
    border: 1px solid #C1C1C1;
    padding: 5px 10px;
    border-radius: 3px;
}

/* //////////////////////// タブレット //////////////////////// */
@media only screen and (max-width: 1019px) {

    /* 初期設定 */
    body {
        font-size: 14px;
        line-height: 20px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    input {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /****************************************

        レイアウト

    *****************************************/
    /*  ヘッダー */
    header {}

    #head_fleam_sp {
        display: none;
    }

    #logo_sp {
        margin-right: 10px;
        position: relative;
        top: 5px;
    }


    #head_fleam_sp h1 {
        position: absolute;
        padding: 2%;
    }

    #head_fleam_sp h1 #logo_sysmex_sp {
        width: 80px;
        position: absolute;
        right: 50px;
        top: 26px;
    }

    /* グローバルナビ */
    #gnaviBtn_sp {
        position: absolute;
        right: 20px;
        top: 25px;
        font-size: 30px;
        color: #A7A7A7;
    }

    #gnaviBtn_sp a {
        color: #006CB7;
    }

    #gnavi_sp>ul {
        width: 100%;
    }

    #gnavi_sp>ul>li {
        border-bottom: 1px solid #ABABAB;
    }

    #gnavi_sp>ul>li>span,
    #gnavi_sp>ul>li>a {
        padding: 10px;
        display: block;
    }

    #gnavi_sp>ul>li>span i {
        margin-left: 5px;
    }

    #gnavi_sp>ul>li>ul {
        padding-left: 10px;
    }

    #gnavi_sp>ul>li>ul>li {
        padding: 5px;
    }

    #gnavi_sp>ul>li>ul>li i {
        margin-right: 15px;
    }

    #gnavi_sp>ul>li>ul>li a {}

    .openmenu {
        display: none;

    }

    /*  検索 */
    #head_search_sp {
        background-color: #E4E4E4;
        padding: 10px;
        font-size: 14px;
    }

    #head_search_sp select {
        padding: 5px;
    }

    #head_search_sp_txt {
        padding: 5px;
        width: 50%;
        margin-right: 10px;
    }

    /* コンテンツ */
    #panks {
        width: 100%;
    }

    #container {
        padding: 20px 10px 30px 10px;
    }

    #content {
        width: 100%;
        margin: auto;
    }

    #fleam_left {
        float: none;
        width: 100%;
    }

    #fleam_left h2 img {
        max-width: 100%;
        width: 100%;
    }

    #fleam_right {
        float: none;
        width: 100%;
        position: static !important;
        margin-top: 20px;
    }

    .viodes_page {
        width: 100%;
        height: 300px;
        margin: auto;
    }

    /* フッター */
    #footer_fleam {
        width: 90%;
        margin: 0 auto;
    }

    #footer_links01 {
        margin-bottom: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #footer_bottom {
        width: auto;
    }

    #footer_bottom #footer_bootom_fleam {
        width: auto;
        position: static;
    }

    #footer_links01 {
        margin-bottom: 0px;
    }

    #footer_linklist li {}


    #footer_links02_sp dl {
        float: none !important;
        margin-right: 0px !important;
        border-bottom: 1px solid #BFBFBF;
    }

    #footer_links02_sp dt {
        padding: 10px;
        font-weight: bold;
    }

    #footer_links02_sp dd {
        padding-bottom: 10px;
    }

    #footer_links02_sp dd li {
        padding: 10px;
        border-bottom: 0px;
    }

    #footer_links02_sp dd i {
        margin-right: 10px;
    }

    #footer_bottom {
        margin-top: 0px;
        padding: 10px 10px;
        color: #3E3A39;
    }

    #copyright {
        position: static;
        font-size: 10px;
    }

    /* news */
    .post_news dl {
        width: 48%;
        margin-bottom: 20px;
    }

    .post_news dl:nth-child(3n) {
        margin-right: 30px;
    }

    .post_news dl:nth-child(2n) {
        margin-right: 0px;
    }

    .post_news dl.new {
        height: auto;
    }

    /* videos */
    .post_video {
        float: left;
        width: 48%;
        background: #FFFFFF;
        margin-right: 30px;
    }

    .post_video_youtube {
        width: 100%;
        height: 250px;
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    /* videos */
    .post_equipments dl {
        float: left;
        width: 48%;
        background: #FFFFFF;
        margin-right: 30px;
    }

    .post_equipments_img img {
        width: 100%;
        /*height: 250px;*/
        height: auto;
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    /* 投稿 */
    .ctBlock02 img {
        float: none;
        margin-right: 0px;
        max-width: 100%;
    }

    .ctBlock02 .ctBlock_txtrt {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .ctBlock03 img {
        float: none;
        margin-left: 0px;
        max-width: 100%;
        max-height: auto;
    }

    .ctBlock03 .ctBlock_txtleft {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    /* 固定 */
    .page_ctBlock02 img {
        float: none;
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .page_ctBlock02 .page_ctBlock_txtrt {
        width: 100%;
        float: none;
    }

    .page_ctBlock03 img {
        float: none;
        margin-left: 0px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .page_ctBlock03 .page_ctBlock_txtleft {
        width: 100%;
        float: none;
    }

    .box_01 dl {
        float: none;
        margin: 20px;
        width: 100%;
    }
}

/* //////////////////////// 640スマートフォン //////////////////////// */
@media only screen and (max-width: 769px) {

    /****************************************

        レイアウト

    *****************************************/
    header {
        height: auto;
    }

    #head_fleam_sp {
        display: block;
    }

    /* コンテンツ */
    #content {
        width: 100%;
        padding-top: 20px;
    }

    .page_layout {
        padding: 20px;
    }

    .ttl_01 i {
        width: 40px;
        margin-right: 10px;
    }

    .ttl_01 img {
        width: 70px;
    }

    .ttl_01_all {
        width: auto;
    }

    #panks {
        width: 100%;
        padding-top: 0px;
    }

    .viodes_page {
        width: 100%;
        height: 150px;
        margin: auto;
    }

    /* フッター */
    #footer_fleam {
        display: none;
        height: 0;
    }

    /* NEWS */
    .post_news dl {
        margin-right: 0px;
        width: 100%;
        float: none;
    }

    .post_news dt {
        height: 170px;
    }

    .post_news dl.box_images {
        height: auto !important;
    }

    /* video */
    .post_video {
        width: 100%;
        margin-bottom: 20px;
    }

    .post_video_youtube {
        width: 100%;
        height: 200px;
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    .post_video_youtube img {
        max-width: 100%;
    }

    /* 動画 */
    .post_equipments dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .post_equipments_img img {
        width: 100%;
        /*height: 200px;*/
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    /* アプリケーションノート */
    .post_appnote dd li {
        float: none;
        width: calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
    }

    /*スマホメニュー*/
    #head_fleam_sp.sp {
        display: block;
    }

    #head_fleam_sp .upper-area {
        display: block;
        width: 100%;
        height: 72px;
        border-bottom: #d2d2d2 solid 1px;
        position: relative;
    }

    .sp-menu__btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: initial;
        border: none;
        border-left: 1px solid #d2d2d2;
        width: 73px;
    }

    .sp-menu__btn>span {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -16px;
        width: 32px;
        height: 2px;
        background-color: #005BAC;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

    .sp-menu__btn.is-active>span {
        background-color: transparent;
    }

    .sp-menu__btn>span::before {
        bottom: 100%;
        margin-bottom: 9px;
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #005BAC;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .sp-menu__btn.is-active>span::before {
        bottom: 0;
        margin-bottom: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #00B8EE;
    }

    .sp-menu__btn>span::after {
        top: 100%;
        margin-top: 9px;
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #005BAC;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .sp-menu__btn.is-active>span::after {
        top: 0;
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #00B8EE;
    }

    #head_fleam_sp .upper-area img {
        width: 225px;
        padding: 0.3rem 0 0.3rem 0.5rem;
    }

    #head_fleam_sp .lower-area {}

    #head_fleam_sp .lower-area h2 {
        display: block;
        font-weight: bold;
        font-size: 3.5vw;
        padding: 1rem;
        margin-bottom: 40px;
        border-bottom: #d2d2d2 solid 1px;
    }

    .global-navi__sp {
        display: none;
        position: relative;
        height: auto;
        top: 73px;
        overflow-x: scroll;
        font-weight: normal;
        font-size: 0.9rem;
        background-color: #fff;
        z-index: 11;
    }

    .global-navi__sp.list_open {
        display: block;
    }

    .global-navi__sp a {
        text-decoration: none;
    }

    .global-navi__sp nav {
        display: block;
        width: 100%;
    }

    .global-navi__sp>nav>ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .global-navi__sp nav>ul>li {}

    .sp-menulist__link {
        display: block;
        position: relative;
        width: 95%;
        margin: 0 auto;
        padding: 0.8rem 0;
        border-bottom: #d2d2d2 solid 1px;
    }

    .sp-menulist__link::before {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -6px;
        border-color: transparent;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-left-color: #005BAC;
    }

    .sp-menulist__submenu {}

    .sp-menulist__submenu>a {
        display: block;
        padding: 0.8rem 0;
        width: 95%;
        margin: 0 auto;
        border-bottom: #d2d2d2 1px solid;
    }

    .sp-menum-sublist {
        background-color: #E8E8E8;
        display: none;
    }

    .sp-menum-sublist.list_open {
        display: block;
    }

    .sp-menum-sublist>li {
        position: relative;
        border: none;
    }

    .sp-menum-sublist>li>a {
        display: block;
        width: 90%;
        padding: 0.8rem 0;
        margin: 0 auto;
    }

    .sp-menum-sublist>li>a::before {
        content: "";
        position: absolute;
        right: 32px;
        top: 50%;
        margin-top: -6px;
        border-color: transparent;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-left-color: #3E3A39;
    }

    #sp-submenu__btn {
        position: relative;
    }

    .sp-menulist__submenu__btn {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 2vw;
    }

    .sp-menulist__submenu__btn>span::before {
        margin: -1px 0 0 -8px;
        width: 16px;
        height: 2px;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #005BAC;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .sp-menulist__submenu__btn.is_open>span::before {
        background-color: #00B8EE;
    }

    .sp-menulist__submenu__btn>span::after {
        margin: -8px 0 0 -1px;
        width: 2px;
        height: 16px;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #005BAC;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .sp-menulist__submenu__btn.is_open>span::after {
        background-color: transparent;
    }

    .sp-menu__bottm {
        height: 100%;
        background-color: #fff;
    }

    .sp-menu__bottm>ul {
        margin: 1rem 0;
    }

    .sp-menu__bottm>ul>li {
        display: block;
        padding: 0.8rem;
    }

    .sp-menu__bottom__link>img {
        width: auto !important;
        height: fit-content;
        padding-bottom: 0 !important;
    }

    /*スマホメニュー*/
}

/* //////////////////////// 320スマートフォン //////////////////////// */
@media only screen and (max-width: 321px) {

    /****************************************

        レイアウト

    *****************************************/
    /* ヘッダー */
    #head_fleam_sp h1 a#logo_sp img {
        width: 160px;
    }

    #head_fleam_sp h1 a#logo_sysmex_sp img {
        width: 80px;
    }

    #logo_sp {
        margin-right: 5px;
    }

    .post_news dl {
        height: auto !important;
    }

    .post_news dt {
        height: 140px;
    }

    /* 機器 */
    .post_equipments_img img {
        width: 100%;
        /*height:150px;*/
    }

    .post_equipments dt {
        height: 150px;
    }

    /* table画像 */
    .tanle_style01 img {
        width: 80%;
        height: 50%;
    }

    .post_video_youtube {
        height: 150px;
    }
}

/* ------------------------------
    clearfix
------------------------------ */
/* ------------------------------
    text
------------------------------ */
/* ------------------------------
    color
------------------------------ */
/* ------------------------------
    初期設定
------------------------------ */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    background-color: #ffffff;
}

@media only screen and (max-width: 1019px) {
    body {
        font-size: 14px;
        line-height: 20px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    color: #333;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

input {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

@media only screen and (max-width: 1019px) {
    input {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

.pc {
    display: block;
}

@media only screen and (max-width: 1019px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media only screen and (max-width: 1019px) {
    .sp {
        display: block;
    }
}

input[type=submit] {
    -webkit-appearance: none;
    font-family: FontAwesome, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

/* ===============================================================================
	commnon
=============================================================================== */
.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.pt20 {
    padding-top: 20px;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

dd {
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

.smTxt {
    font-size: 8px;
    vertical-align: super;
}

.italic {
    font-style: italic;
}

.displaynone {
    display: none;
}

/* ------------------------------
	title
------------------------------ */
.ttl_01 {
    position: relative;
    margin-bottom: 40px;
}

.ttl_01 i {
    border-radius: 2px;
    background-color: #589500;
    width: 55px;
    text-align: center;
    padding: 9px 0px;
    color: #FFFFFF;
    font-size: 20px !important;
    margin-right: 10px;
}

.ttl_01 img {
    vertical-align: text-bottom;
}

.ttl_01_all {
    border-radius: 2px;
    background-color: #343434;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: absolute;
    right: 0px;
    top: 4px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 0 10px;
}

.ttl_01_all span {
    display: block;
    position: relative;
}

.ttl_01_all i {
    position: absolute;
    top: 9px;
    right: -10px;
    background: none;
    padding: 0px;
    width: auto;
    font-size: 12px !important;
}

.ttl_02 i {
    color: #b4b4b4;
    margin-right: 10px;
}

.ttl_02 {
    background-image: url(../../img/common/line_gr.png);
    background-position: left bottom;
    padding-bottom: 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.ttl_04 {
    background-color: #343434;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.ttl_04 i {
    margin-right: 10px;
}

.ttl_05 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    color: #006cb7;
}

.ttl_05 i {
    margin-right: 10px;
}

.ttl_06 {
    background-color: #006cb7;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.ttl_06.bg-gray {
    background: #aaa;
}

/* table */
.tanle_style01 {
    border-spacing: 0 2px;
    margin-bottom: 20px;
    border-collapse: separate;
    width: 100%;
}

.tanle_style01 th {
    background-color: #d3edfb;
    width: 40%;
    text-align: left;
    padding: 10px 20px;
    color: #006cb7;
    vertical-align: middle;
    font-weight: bold;
}

.tanle_style01 td {
    border: 1px solid #d3edfb;
    padding: 10px 20px;
    vertical-align: middle;
}

.td_center td {
    text-align: center;
}

.td_ttl td {
    text-align: center;
    background-color: #d3edfb;
}

/* ニュース */
.post_news dl {
    float: left;
    width: 320px;
    height: 345px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.post_news dl:nth-child(3n) {
    margin-right: 0px;
}

.post_news dt {
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.post_news dt img {
    width: 100%;
}

.post_news dd {
    padding: 20px;
}

.post_news dd .post_day {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}

.post_news dd .post_ttl {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000;
}

.post_news dd .post_ttl a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #000000;
}

.post_news dd .post_ttl a:hover {
    text-decoration: none;
}

.post_news dd .post_txt {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.post_news .post_category {
    border-radius: 2px;
    background-color: #595959;
    padding: 3px 10px;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
}

.post_news dl.new {
    border-bottom: 2px solid #FF0004;
    height: 343px;
}

.new_icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #FF0004;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 9px;
}

.box_images {
    overflow: hidden;
}

.box_images dt {
    height: 100% !important;
}

.box_images dd {
    height: 0px;
    padding: 0px;
}

.box_images dd h3,
.box_images dd .post_txt {
    display: none;
}

/* 動画 */
.post_video {
    float: left;
    width: 495px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 20px;
}

.post_video:nth-child(2n) {
    margin-right: 0px;
}

.post_video_youtube {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #ABABAB;
}

.post_video_youtube img {
    height: 100%;
}

.post_video_contents {
    padding: 20px;
    position: relative;
}

.post_video_contents dt a,
.post_video_contents dt {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}

.post_video_contents ul {
    width: 125px;
    position: absolute;
    right: 20px;
    top: 17px;
}

.post_video_contents ul li {
    float: left;
    margin-left: 20px;
    font-size: 23px;
}

/* 機器 */
#eq_topimages {
    line-height: 0px;
}

.post_equipments dl {
    float: left;
    width: 495px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 20px;
    /*height:360px;*/
    height: 100%;
    overflow: hidden;
}

.post_equipments dl:nth-child(2n) {
    margin-right: 0px;
}

.post_equipments dt {
    /*height:230px;*/
    height: auto;
    overflow: hidden;
}

.post_equipments dd {
    padding: 20px;
}

.post_ttl_equipments {
    margin-bottom: 20px;
}

.post_ttl_equipments a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.box_01 dl {
    float: left;
    margin: 20px;
    width: 320px;
}

.box_01 dt {
    color: #006cb7;
    margin-bottom: 10px;
    font-weight: bold;
}

.box_01 dd li {
    list-style: disc;
    list-style-position: inside;
}

/* アプリケーションノート */
.post_appnote dl {
    background-color: #FFFFFF;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post_appnote dt {
    border: 1px solid #c5c5c5;
    padding: 15px;
    color: #7f7f7f;
    margin-bottom: 15px;
}

.post_appnote dd {
    margin: 0 15px;
}

.post_appnote dd li {
    float: left;
    margin-bottom: 15px;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    padding-left: 10px;
    position: relative;
}

.post_appnote dd li:before {
    font-family: FontAwesome;
    content: '\f105';
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -1px;
}

.post_appnote dd li a {
    margin-right: 10px;
    color: #006cb7;
}

.post_appnote dd li .fa-file-pdf-o {
    color: #eb7979;
}

.post_appnote dd li .fa-angle-right {
    font-weight: bold;
}

/* SNS */
.fa-facebook-official {
    color: #3a5795;
}

.fa-twitter {
    color: #55acee;
}

.fa-envelope {
    color: #95c11f;
}

/* single */
.news_category {
    border-radius: 5px;
    background-color: #006cb7;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 12px;
    float: left;
    margin-right: 15px;
}

.news_day {
    height: 30px;
    line-height: 30px;
    color: #757575;
    font-size: 14px;
}

.news_daily h3 {
    padding: 20px 30px;
    background-color: #006cb7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.contents_area {
    background-color: #FFFFFF;
    padding: 30px;
}

.right_list {
    background-color: #FFF;
}

.right_list dl {
    position: relative;
    padding: 15px 20px 15px 40px;
    border-bottom: 1px solid #f4f4f4;
}

.right_list dd.list_icon {
    position: absolute;
    left: 20px;
    top: 30%;
}

.right_list li {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.right_list li i {
    margin-right: 20px;
}

/* parts */
.ttl_03 {
    color: #006cb7;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.ctBlock01 {
    margin-bottom: 20px;
}

.ctBlock01 h4 {
    background-color: #006cb7;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 25px;
}

.ctBlock01 div {
    background-color: #f5f5f5;
    padding: 15px 25px;
    font-weight: 400;
    line-height: 24px;
}

.ctBlock02 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ctBlock02 img {
    float: left;
    margin-right: 20px;
    max-width: 320px;
    max-height: auto;
}

.ctBlock02 .ctBlock_txtrt {
    width: 380px;
    float: left;
}

.ctBlock03 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ctBlock03 img {
    float: right;
    margin-left: 20px;
    max-width: 320px;
    max-height: auto;
}

.ctBlock03 .ctBlock_txtleft {
    float: left;
    width: 380px;
}

.ctimgBlock01 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.ctBlock04 {
    margin: 0 30px 30px;
}

.ctBlock04 h3 {
    color: #006cb7;
    font-weight: bold;
    margin-bottom: 15px;
}

hr.line {
    height: 1px;
    border: none;
    border-top: 1px #dfdfdf solid;
    margin: 30px 0px;
}

/* コンテンツブロック */
.free_txt {
    margin-bottom: 20px;
    line-height: 24px;
}

.free_txt a {
    color: #0054FF;
}

.free_txt ul li {
    list-style: inside;
    list-style-type: disc;
}

.free_txt ol li {
    list-style: inside;
    list-style-type: decimal;
}

.free_txt table {
    width: 100%;
}

.free_txt table th {
    background-color: #d3edfb;
    width: 40%;
    text-align: left;
    padding: 10px 20px;
    color: #006cb7;
    vertical-align: middle;
    font-weight: bold;
}

.free_txt table td {
    border: 1px solid #d3edfb;
    padding: 10px 20px;
    vertical-align: middle;
}

/* 固定ページ */
.page_ctBlock02 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.page_ctBlock02 img {
    float: left;
    margin-right: 20px;
    max-width: 340px;
    max-height: auto;
}

.page_ctBlock02 .page_ctBlock_txtrt {
    width: 600px;
    float: left;
}

.page_ctBlock03 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.page_ctBlock03 img {
    float: right;
    margin-left: 20px;
    max-width: 340px;
    max-height: auto;
}

.page_ctBlock03 .page_ctBlock_txtleft {
    float: left;
    width: 600px;
}

/* videos */
.viodes_page {
    width: 650px;
    height: 400px;
    margin: 0 auto 20px;
}

/* ============================================================================================================
	header
============================================================================================================ */


/* ============================================================================================================
	global-menu
============================================================================================================ */
/* #gmenu {
  height: 55px;
  background-color: #8eb91a;
  width: 100%;
}
#gmenu #dropmenu {
  position: relative;
  list-style-type: none;
  width: 1020px;
  height: 55px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1019px) {
  #gmenu #dropmenu {
    width: 100%;
  }
}
#gmenu #dropmenu li {
  position: relative;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#gmenu #dropmenu li > li > a {
  height: 55px;
  padding: 0 43px;
  line-height: 55px;
}
#gmenu #dropmenu li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#gmenu #dropmenu ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 370px;
  z-index: 10;
}
#gmenu #dropmenu ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#gmenu #dropmenu ul li a {
  padding: 0 30px;
  background-color: #8eb91a;
  text-align: left;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
}
#gmenu #dropmenu:hover > a {
  background-color: #589500;
  color: #eff7b1;
}
#gmenu #dropmenu li:hover ul li {
  overflow: visible;
  height: 55px;
  border-top: 1px solid #FFFFFF;
}
#gmenu #dropmenu li:hover ul li:first-child {
  border-top: 0;
}
#gmenu #dropmenu li:hover ul li:last-child {
  border-bottom: 0;
} */

/* ===============================================================================
	tablet
=============================================================================== */
@media only screen and (max-width: 1019px) {
    #gnaviBtn_sp {
        position: absolute;
        right: 20px;
        top: 25px;
        font-size: 30px;
        color: #A7A7A7;
        color: #006CB7;
        z-index: 1000;
        display: block;
    }

    #gnavi_sp {
        position: absolute;
        z-index: 1000;
        width: 100%;
        height: 100%;
    }

    #gnavi_sp>ul {
        width: 100%;
    }

    #gnavi_sp>ul>li {
        border-bottom: 1px solid #ABABAB;
        background: #fff;
    }

    #gnavi_sp>ul>li>span,
    #gnavi_sp>ul>li>a {
        padding: 10px;
        display: block;
    }

    #gnavi_sp>ul>li>span i {
        margin-left: 5px;
    }

    #gnavi_sp>ul>li>ul {
        padding-left: 10px;
    }

    #gnavi_sp>ul>li>ul>li {
        padding: 5px;
    }

    #gnavi_sp>ul>li>ul>li i {
        margin-right: 15px;
    }

    .openmenu {
        display: none;
    }

    /*  検索 */
    #head_search_sp {
        background-color: #E4E4E4;
        padding: 10px;
        font-size: 14px;
    }

    #head_search_sp select {
        padding: 5px;
    }

    #head_search_sp_txt {
        padding: 5px;
        width: 50%;
        margin-right: 10px;
    }

    /* コンテンツ */
    #container {
        padding: 20px 10px 30px 10px;
    }

    #content {
        width: 100%;
        margin: auto;
    }

    #fleam_left {
        float: none;
        width: 100%;
    }

    #fleam_left h2 img {
        max-width: 100%;
        width: 100%;
    }

    #fleam_right {
        float: none;
        width: 100%;
        position: static !important;
        margin-top: 20px;
    }

    .viodes_page {
        width: 100%;
        height: 300px;
        margin: auto;
    }
}

/* ============================================================================================================
	contents
============================================================================================================ */
.container {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container>div.second-menu {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0;
    display: table;
    /* ------------------------------
      パンくずリスト
  ------------------------------ */
    /* ------------------------------
      検索ボックス（top）
  ------------------------------ */
}

@media only screen and (max-width: 1019px) {
    .container>div.second-menu {
        width: 100%;
        display: block;
        text-align: center;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu {
        padding: 0 0 40px;
    }
}

.container>div.second-menu ul#panks {
    display: table-cell;
    vertical-align: middle;
    width: 680px;
    margin: 0;
    padding: 10px 0 0;
    padding: 0;
}

@media only screen and (max-width: 1019px) {
    .container>div.second-menu ul#panks {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu ul#panks {
        display: none;
    }
}

.container>div.second-menu ul#panks li {
    float: left;
    margin-right: 10px;
}

.container>div.second-menu div.search-box {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu div.search-box {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu div.search-box form {
        padding: 0;
    }
}

.container>div.second-menu div.search-box form div.form-group {
    width: 100%;
    margin: 0 !important;
    clear: both;
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu div.search-box form div.form-group {
        margin: 0 auto !important;
        box-sizing: border-box;
        padding: 0;
    }
}

.container>div.second-menu div.search-box form div.form-group input.form-control {
    display: inline-block;
    width: 280px;
    height: 32px;
    margin: 0;
    padding: 8px 12px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    left: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container>div.second-menu div.search-box form div.form-group input.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu div.search-box form div.form-group input.form-control {
        width: auto;
        min-width: 80%;
    }
}

.container>div.second-menu div.search-box form div.form-group button {
    display: inline-block;
    width: 55px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    vertical-align: top;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: #006cb7;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .container>div.second-menu div.search-box form div.form-group button {
        width: auto;
        min-width: 15%;
    }
}

.container>div.second-menu div.search-box form div.form-group button i {
    font-size: 20px;
}

.container #content {
    width: 100%;
    margin: auto;
    padding: 0 0 60px;
    /* ===============================================================================
      トップ
  =============================================================================== */
    /* ------------------------------
      contents
  ------------------------------ */
    /* ===============================================================================
      検索結果（2カラム）
  =============================================================================== */
    /* ===============================================================================
      検索関連パーツ
  =============================================================================== */
    /* ------------------------------
      検索結果
  ------------------------------ */
    /* ------------------------------
      （cancel）カラム表示
  ------------------------------ */
    /* ------------------------------
      （cancel）リストの並べ替え
  ------------------------------ */
    /* ===============================================================================
      製品詳細
  =============================================================================== */
}

@media only screen and (max-width: 768px) {
    .container #content {
        padding: 0;
    }
}

.container #content>div.inner {
    width: 1020px;
    margin: 0 auto;
    background: #fff;
}

@media only screen and (max-width: 1019px) {
    .container #content>div.inner {
        width: 100%;
    }
}

.container #content #fleam_left {
    float: left;
    width: 785px;
}

.container #content #fleam_right {
    float: right;
    width: 200px;
}

.container #content.top-cotnent div.slide div.inner {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    /* ------------------------------
      トライアルサンプル
  ------------------------------ */
}

@media only screen and (max-width: 1019px) {
    .container #content.top-cotnent div.slide div.inner {
        width: 100%;
    }
}

.container #content.top-cotnent div.slide div.inner h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.container #content.top-cotnent div.slide div.inner h1:before {
    font-family: FontAwesome;
    content: "\f0c3";
    color: #b4b4b4;
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.slide div.inner h1 {
        padding: 0 20px 10px;
    }
}

.container #content.top-cotnent div.slide div.inner h2 {
    height: 300px;
    overflow: hidden;
}

.container #content.top-cotnent div.slide div.inner h2 img {
    vertical-align: bottom !important;
}

@media only screen and (max-width: 1019px) {
    .container #content.top-cotnent div.slide div.inner h2 {
        width: 100%;
        height: auto;
    }

    .container #content.top-cotnent div.slide div.inner h2 img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 420px) {
    .container #content.top-cotnent div.slide div.inner h2 img {
        display: none;
    }

    .container #content.top-cotnent div.slide div.inner h2:after {
        display: block;
        content: "";
        width: 100%;
        height: auto;
        background: url(/cyflowab/img/visual-sysmex-top-sp.png) no-repeat;
        background-size: 100% auto;
        min-height: 200px;
    }
}

.container #content.top-cotnent div.slide div.inner div.title-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 36px;
    width: 420px;
    width: 41.176%;
    display: table;
}

@media only screen and (max-width: 1020px) {
    .container #content.top-cotnent div.slide div.inner div.title-bottom {
        position: relative;
        display: block;
        width: 100%;
        height: 46px;
        background: #00365b;
        bottom: 0;
    }
}

.container #content.top-cotnent div.slide div.inner a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
}

.container #content.top-cotnent div.slide div.inner a:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1020px) {
    .container #content.top-cotnent div.slide div.inner a {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.slide div.inner a {
        color: #fff;
    }
}

.container #content.top-cotnent div.slide div.inner div.link-trial {
    position: relative;
    z-index: 1000;
    margin: 0 auto;
    width: 290px;
    text-align: right;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

@media only screen and (max-width: 1020px) {
    .container #content.top-cotnent div.slide div.inner div.link-trial {
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.slide div.inner div.link-trial {
        font-size: 12px;
        width: auto;
        padding-left: 10px;
    }
}

.container #content.top-cotnent div.slide div.inner div.link-trial i {
    padding-right: 0.2em;
    font-size: 13px;
    color: #fff;
}

.container #content.top-cotnent div.slide div.inner div.start-date {
    box-sizing: border-box;
    display: table-cell;
    position: relative;
    z-index: 1000;
    height: 24px;
    vertical-align: middle;
}

@media only screen and (max-width: 1020px) {
    .container #content.top-cotnent div.slide div.inner div.start-date {
        display: inline-block;
        vertical-align: middle;
    }
}

.container #content.top-cotnent div.slide div.inner div.start-date span {
    display: block;
    border: 1px solid #fff;
    padding: 3px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.slide div.inner div.start-date {
        font-size: 10px;
    }
}

.container #content.top-cotnent>div.inner {
    padding: 30px 0 0;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent>div.inner {
        padding: 0;
    }
}

.container #content.top-cotnent div.row {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    width: 1020px;
    /* ------------------------------
      Quick Link
  ------------------------------ */
}

@media only screen and (max-width: 1019px) {
    .container #content.top-cotnent div.row {
        width: 100%;
    }
}

.container #content.top-cotnent div.row.news {
    padding-top: 0px;
}

.container #content.top-cotnent div.row.news>div {
    float: none;
    margin: 0 0 20px;
    margin: 0;
    padding: 30px 20px 40px;
    border: 1px solid #dfdfdf;
    border-bottom: 1px dotted #ccc;
    background: #f8f8f8 !important;
}

.container #content.top-cotnent div.row.news>div h3 {
    font-size: 24px;
    padding: 0 0 20px;
}

.container #content.top-cotnent div.row.news>div ul li {
    display: table;
    padding: 0 0 20px;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.row.news>div ul li {
        display: block;
    }
}

.container #content.top-cotnent div.row.news>div ul li span {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.row.news>div ul li span {
        display: block;
    }
}

.container #content.top-cotnent div.row.news>div ul li a {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    color: #006cb7;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.row.news>div ul li a {
        display: block;
    }
}

.container #content.top-cotnent div.row.site-contents {
    padding-top: 0px;
}

.container #content.top-cotnent div.row.site-contents>div {
    float: none;
    margin: 0;
    padding: 30px 20px 40px;
    border: 1px solid #dfdfdf;
    border-bottom: 1px dotted #ccc;
    background: #f8f8f8 !important;
}

.container #content.top-cotnent div.row.site-contents>div h3 {
    font-size: 24px;
    padding: 0 0 20px;
}

.container #content.top-cotnent div.row div.search-box-detail {
    padding: 60px 20px;
}

.container #content.top-cotnent div.row div#quick-link {
    border-top: none;
    padding: 0;
    background: #f8f8f8;
    margin-top: -30px;
    zoom: 1;
}

.container #content.top-cotnent div.row div#quick-link:before,
.container #content.top-cotnent div.row div#quick-link:after {
    content: "";
    display: table;
}

.container #content.top-cotnent div.row div#quick-link:after {
    clear: both;
}

.container #content.top-cotnent div.row div#quick-link div.column {
    float: left;
    box-sizing: border-box;
    width: 33%;
    height: 100%;
    min-height: 510px;
    border: 1px solid #dfdfdf;
    border-right: none;
    border-right: 1px solid #dfdfdf;
    border-top: none;
    position: relative;
}

.container #content.top-cotnent div.row div#quick-link div.column:last-child {
    width: 34%;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.row div#quick-link div.column {
        float: none;
        width: 100%;
        min-height: auto;
        border: none;
    }

    .container #content.top-cotnent div.row div#quick-link div.column:last-child {
        width: 100%;
        border-right: none;
    }
}

@media only screen and (max-width: 420px) {
    .container #content.top-cotnent div.row div#quick-link div.column {
        float: none;
        width: 100%;
        min-height: auto;
        border-left: none;
        border-bottom: none;
    }

    .container #content.top-cotnent div.row div#quick-link div.column:last-child {
        width: 100%;
        border-right: none;
    }
}

.container #content.top-cotnent div.row div#quick-link div.column h3 {
    font-size: 18px;
    color: #006cb7;
    padding: 5px 0;
    background: #006cb7;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

.container #content.top-cotnent div.row div#quick-link div.column h3:after {
    content: "";
    display: inline-block;
    border-right: 1px solid #fff;
    height: 29px;
    position: absolute;
    z-index: 11;
    top: 0;
    right: -1px;
}

.container #content.top-cotnent div.row div#quick-link div.column:last-child h3:after {
    display: none;
}

.container #content.top-cotnent div.row div#quick-link div.column:last-child div.inner ul {
    padding-right: 0;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner {
    padding: 30px;
    zoom: 1;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner:before,
.container #content.top-cotnent div.row div#quick-link div.column div.inner:after {
    content: "";
    display: table;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner:after {
    clear: both;
}

@media only screen and (max-width: 960px) {
    .container #content.top-cotnent div.row div#quick-link div.column div.inner {
        padding: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .container #content.top-cotnent div.row div#quick-link div.column div.inner {
        padding: 15px;
    }
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul {
    display: block;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5%;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul:nth-child(2) {
    float: right;
    padding-right: 0;
    padding-left: 5%;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.row div#quick-link div.column div.inner ul {
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 0;
        display: inline-block;
    }

    .container #content.top-cotnent div.row div#quick-link div.column div.inner ul:nth-child(2) {
        float: none;
        padding-left: 0;
    }
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul li {
    display: block;
    padding: 0 0 1em 1.4em;
    text-indent: -1.4em;
}

@media only screen and (max-width: 768px) {
    .container #content.top-cotnent div.row div#quick-link div.column div.inner ul li {
        display: inline-block;
    }
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul li:before {
    font-family: FontAwesome;
    content: "\f0a9";
    font-size: 14px;
    padding-right: 0.5em;
    color: #8eb91a;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul li a {
    color: #333;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul li a:hover {
    color: #8eb91a;
}

.container #content.top-cotnent div.row div#quick-link div.column div.inner ul.w100 {
    width: 100%;
}

.container #content.top-cotnent div.row div#quick-link div.column div.btn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.container #content.top-cotnent div.row div#quick-link div.column div.btn-more a {
    text-align: center;
    color: #006cb7;
}

.container #content>.row {
    width: 1020px;
    margin: 0 auto;
    /* ------------------------------
      top
  ------------------------------ */
    /* ------------------------------
      search-menu
  ------------------------------ */
    /* ------------------------------
      main
  ------------------------------ */
}

@media only screen and (max-width: 1019px) {
    .container #content>.row {
        width: 100%;
    }
}

.container #content>.row .col-md-8 {
    box-sizing: border-box;
    padding: 0;
}

.container #content>.row>.col-lg-3 {
    box-sizing: border-box;
    padding: 0 15px 0 0;
    width: 20%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .container #content>.row>.col-lg-3 {
        float: none;
        padding: 0;
        width: auto;
    }
}

.container #content>.row>.col-lg-9 {
    box-sizing: border-box;
    background: #fff;
    padding: 0 0 0 15px;
    width: 80%;
    float: right;
    position: relative;
    /* ------------------------------
      page-title
  ------------------------------ */
}

@media only screen and (max-width: 768px) {
    .container #content>.row>.col-lg-9 {
        float: none;
        padding: 0;
        width: 100%;
    }
}

.container #content>.row>.col-lg-9 h3 {
    font-size: 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 30px;
    padding: 0 0 10px;
    font-size: 24px;
    color: #006cb7;
}

@media only screen and (max-width: 768px) {
    .container #content>.row>.col-lg-9 h3 {
        text-align: center;
        margin: 0;
        padding: 10px 0 10px;
        border-bottom: none;
        font-size: 18px;
        background: #ddd;
        color: #333;
    }
}

.container #content>.row>.col-lg-9 .row {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container #content>.row>.col-lg-9 .col-md-12 {
    padding: 0;
}

.container #content.products-index {
    padding-top: 30px;
    zoom: 1;
}

.container #content.products-index:before,
.container #content.products-index:after {
    content: "";
    display: table;
}

.container #content.products-index:after {
    clear: both;
}

@media only screen and (max-width: 768px) {
    .container #content.products-index {
        padding-top: 0;
    }
}

.container #content.products-index>div.row {
    position: relative;
}

.container #content.products-index div.link-trial {
    position: absolute;
    z-index: 1000;
    top: 8px;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .container #content.products-index div.link-trial {
        top: -20px;
        left: 0;
        right: 0;
        text-align: center;
        background: #666;
    }
}

.container #content.products-index div.link-trial a {
    font-size: 12px;
}

.container #content.products-index div.link-trial a:hover {
    color: #006cb7;
}

.container #content.products-index div.link-trial a i {
    padding-left: 0.5em;
    font-size: 11px;
}

@media only screen and (max-width: 768px) {
    .container #content.products-index div.link-trial a {
        color: #fff;
    }
}

.container #content.products-index div.search-results {
    position: relative;
}

.container #content.products-index div.search-results h3+div {
    padding: 30px 0 0;
    position: relative;
}

.container #content.products-index div.search-results h3+div ul {
    border: 1px solid #dfdfdf;
    padding: 10px;
    margin: 5px 0 0;
    position: relative;
    z-index: 200;
}

.container #content.products-index div.search-results h3+div ul li {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}

.container #content.products-index div.search-results h3+div ul li span {
    font-size: 12px;
    font-weight: normal;
}

.container #content.products-index div.search-results h3+div ul+form {
    position: absolute;
    right: 15px;
    top: 40%;
    z-index: 1000;
}

.container #content.products-index div.search-results h3+div ul+form div.reset {
    position: relative;
    z-index: 1001;
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
}

.container #content.products-index div.search-results h3+div ul+form div.reset:hover {
    background: #aaa;
}

.container #content.products-index div.search-results h3+div ul+form div.reset input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    width: 24px;
    position: relative;
    top: 1px;
}

.container #content.products-index div.search-results h3+div ul+form div.reset input:focus {
    outline: none;
}

.container #content.products-index div.search-results p.txt-results {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 20px;
}

@media only screen and (max-width: 768px) {
    .container #content.products-index div.search-results p.txt-results {
        text-align: center;
    }
}

.container #content div.search-box-detail {
    margin: 0 0 30px;
    padding: 30px 20px;
    border: 1px solid #dfdfdf;
    background: #f8f8f8 !important;
    box-sizing: border-box;
    zoom: 1;
}

.container #content div.search-box-detail:before,
.container #content div.search-box-detail:after {
    content: "";
    display: table;
}

.container #content div.search-box-detail:after {
    clear: both;
}

@media only screen and (max-width: 768px) {
    .container #content div.search-box-detail {
        margin: 0;
        padding: 30px 20px;
    }
}

.container #content div.search-box-detail form {
    position: relative;
    /* ------------------------------
      キーワード検索
  ------------------------------ */
    /* ------------------------------
      選択ボックス
      （ドロップダウンメニュー）
  ------------------------------ */
    /* ------------------------------
      ドロップダウン（条件検索）
  ------------------------------ */
}

.container #content div.search-box-detail form .freeword .col-md-12 {
    padding: 0 0 30px !important;
}

.container #content div.search-box-detail form .freeword .col-md-12 div.form-group label {
    padding: 0 0 0.5em;
}

.container #content div.search-box-detail form .freeword .col-md-12 div.form-group input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.container #content div.search-box-detail form .freeword .col-md-12 div.form-group input#freeword::-webkit-input-placeholder {
    color: #aaa;
    font-size: 14px;
}

.container #content div.search-box-detail form .freeword .col-md-12 div.form-group input#freeword:-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
}

.container #content div.search-box-detail form .freeword .col-md-12 div.form-group input#freeword::-moz-placeholder {
    color: #aaa;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .container #content div.search-box-detail form .freeword+.txt-right {
        text-align: center;
        padding-bottom: 20px;
        position: relative;
        top: -20px;
    }
}

.container #content div.search-box-detail form .freeword+.txt-right button {
    position: relative;
    top: -10px;
    z-index: 100;
    padding: 0 0 0 8px;
    color: #006cb7;
}

.container #content div.search-box-detail form .freeword+.txt-right button:focus {
    outline: 0;
}

.container #content div.search-box-detail form .freeword+.txt-right button:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 20px;
    color: #006cb7;
    position: absolute;
    left: 0;
    top: -1px;
}

.container #content div.search-box-detail form .freeword+.txt-right button:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 4.8px;
    top: -0.5px;
}

.container #content div.search-box-detail form .freeword+.txt-right button:first-child:after {
    content: "\f106";
    top: -0.9px;
}

.container #content div.search-box-detail form .freeword+.txt-right button:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.container #content div.search-box-detail form .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    clear: both;
}

.container #content div.search-box-detail form .col-md-3 {
    padding: 0;
    margin-right: 1.33333333%;
    width: 31% !important;
    margin-right: 0;
    float: right;
    padding: 0;
}

.container #content div.search-box-detail form .col-md-3:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 420px) {
    .container #content div.search-box-detail form .col-md-3 {
        width: 46% !important;
    }
}

.container #content div.search-box-detail form .col-md-3 div.form-group {
    margin-bottom: 30px;
}

.container #content div.search-box-detail form .col-md-3 div.form-group.select label {
    padding: 0 0 0.5em;
    font-size: 12px;
    color: #006cb7;
}

.container #content div.search-box-detail form .col-md-3 div.form-group.select div.select-box-outer {
    position: relative;
    z-index: 10;
}

.container #content div.search-box-detail form .col-md-3 div.form-group.select div.select-box-outer div.ico {
    position: absolute;
    z-index: 20;
    top: 7px;
    right: 8px;
}

.container #content div.search-box-detail form .col-md-3 div.form-group.select select.form-control {
    display: block;
    width: 100%;
    height: auto;
    height: 30px;
    padding: 5px 20px 5px 12px;
    padding: 5px 0 5px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* -moz-appearance: none; */
    /* -webkit-appearance: none; */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 10;
}

.container #content div.search-box-detail form #toggle_area {
    padding: 30px 0 90px;
}

@media only screen and (max-width: 768px) {
    .container #content div.search-box-detail form #toggle_area {
        padding: 0 0 50px;
        position: relative;
        top: -10px;
    }
}

.container #content div.search-box-detail form #toggle_area+.txt-center {
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
}

.container #content div.search-box-detail form #toggle_area+.txt-center input.button_submit {
    display: inline-block;
    background: #006cb7;
    border: none;
    color: #fff;
    width: 160px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.container #content div.search-box-detail form #toggle_area+.txt-center input.button_submit:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.container #content div.search-box-detail form #toggle_area+.txt-center input.button_clear {
    display: inline-block;
    width: 70px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.container #content .paginator {
    text-align: center;
    padding: 10px 0 20px;
}

.container #content .paginator div {
    width: 100% !important;
}

.container #content .paginator div ul {
    margin: 0 auto;
}

.container #content .paginator div ul li span {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.container #content .paginator div ul li a:hover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #8eb91a;
}

.container #content .paginator div .pagination>.active>a,
.container #content .paginator div .pagination>.active>span,
.container #content .paginator div .pagination>.active>a:hover,
.container #content .paginator div .pagination>.active>span:hover,
.container #content .paginator div .pagination>.active>a:focus,
.container #content .paginator div .pagination>.active>span:focus {
    background: #589500;
}

.container #content .paginator div p.txt-right {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0 40px;
    color: #777;
}

.container #content div.table-responsive {
    overflow: visible;
}

@media only screen and (max-width: 768px) {
    .container #content div.table-responsive {
        overflow-x: auto;
    }
}

.container #content table {
    box-sizing: border-box;
    width: 100%;
}

.container #content table thead tr th {
    background: #006cb7;
    border: 1px solid #006cb7;
    border-right: 1px solid #dfdfdf;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    font-size: 10px;
}

.container #content table thead tr th:last-child {
    border-right: 1px solid #006cb7;
}

.container #content table thead tr th a {
    color: #fff;
}

.container #content table thead tr th a:hover {
    text-decoration: underline;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.container #content table thead tr th br {
    display: none;
}

.container #content table tbody tr td {
    border: 1px solid #dfdfdf;
    padding: 9px 3px 5px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1;
    min-height: 25px;
}

.container #content table tbody tr td:nth-child(1) {
    background: #f8f8f8;
    text-align: center;
    width: 70px;
}

.container #content table tbody tr td:nth-child(1):before {
    display: block;
    float: left;
    height: 25px;
    content: "";
}

.container #content table tbody tr td:nth-child(1) a {
    vertical-align: -6px;
}

.container #content table tbody tr td:nth-child(2) {
    background: #f8f8f8;
    font-size: 13px;
    font-weight: bold;
    width: 160px;
}

.container #content table tbody tr td:nth-child(2) a {
    color: #006cb7;
}

.container #content table tbody tr td:nth-child(3) {
    text-align: center;
    width: 60px;
}

.container #content table tbody tr td:nth-child(4) {
    width: 60px;
}

.container #content table tbody tr td:nth-child(5) {
    width: 110px;
    line-height: 1.5;
}

.container #content table tbody tr td:nth-child(5) br {
    /* display: none; */
}

.container #content table tbody tr td:nth-child(6) {
    width: 60px;
    text-align: center;
}

.container #content table tbody tr td:nth-child(7) {
    width: 60px;
    text-align: right;
}

.container #content table tbody tr td:nth-child(8) {
    width: 70px;
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

.container #content table tbody tr td:nth-child(8):before {
    content: "¥ ";
    display: inline-block;
    font-size: 10px;
    padding-right: 0.1em;
}

.container #content table tbody tr td:nth-child(9) {
    width: 36px;
    text-align: center;
}

.container #content table tbody tr td:nth-child(10) {
    width: 36px;
    text-align: center;
}

.container #content table tbody tr td:nth-child(10) a img {
    display: none;
}

.container #content table tbody tr td:nth-child(10) a:hover {
    text-decoration: none;
}

.container #content table tbody tr td:nth-child(10) a:before {
    font-family: FontAwesome;
    content: "\f1c1";
    color: #eb7979;
    font-size: 18px;
}

.container #content ul.products-list {
    clear: both;
    border: 1px solid #ccc;
    padding: 0 20px;
    margin-bottom: 40px;
}

.container #content ul.products-list li.products-item {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    zoom: 1;
    padding: 15px 0;
}

.container #content ul.products-list li.products-item:before,
.container #content ul.products-list li.products-item:after {
    content: "";
    display: table;
}

.container #content ul.products-list li.products-item:after {
    clear: both;
}

.container #content ul.products-list li.products-item div.products-header {
    padding: 0 0 10px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.container #content ul.products-list li.products-item div.information {
    float: left;
    width: 480px;
}

@media only screen and (max-width: 768px) {
    .container #content ul.products-list li.products-item div.information {
        float: none;
        width: 100%;
    }
}

.container #content ul.products-list li.products-item div.information div.products-category {
    padding: 0;
}

.container #content ul.products-list li.products-item div.information div.item {
    display: inline-block;
    padding-top: 5px;
    margin-right: 10px;
}

.container #content ul.products-list li.products-item div.information div.item span {
    font-size: 12px;
}

.container #content ul.products-list li.products-item div.link-action {
    float: right;
    padding: 0 0 0;
}

@media only screen and (max-width: 768px) {
    .container #content ul.products-list li.products-item div.link-action {
        float: none;
    }
}

.container #content ul.products-list li.products-item div.item {
    display: table;
}

.container #content ul.products-list li.products-item div.item .label {
    padding: 0;
    color: #666;
    vertical-align: middle;
    font-size: 12px;
}

.container #content ul.products-list li.products-item div.item .column {
    vertical-align: middle;
}

.container #content ul.products-list li.products-item div.item#products-title {
    display: block;
}

.container #content ul.products-list li.products-item div.item#products-title h4 {
    font-size: 24px;
    font-weight: bold;
}

.container #content ul.products-list li.products-item div.item#products-title h4 a {
    color: #006cb7;
}

.container #content ul.products-list li.products-item div.item#products-title h4 a:hover {
    text-decoration: none;
}

.container #content ul.products-list li.products-item div.item#products-id {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
}

.container #content ul.products-list li.products-item div.item#products-id span {
    font-size: 12px;
    line-height: 1;
}

.container #content ul.products-list li.products-item div.item#products-id span.label {
    color: #666;
}

.container #content ul.products-list li.products-item div.item#products-id span a {
    color: #666;
}

.container #content ul.products-list li.products-item div.item#products-price {
    display: block;
    padding: 10px 0 0;
}

.container #content ul.products-list li.products-item div.item#products-price span {
    display: inline-block;
}

.container #content ul.products-list li.products-item div.item#products-price span.label {
    color: #666;
}

.container #content ul.products-list li.products-item div.item#products-price span.column {
    color: #333;
    font-size: 24px;
}

.container #content ul.products-list li.products-item div.item#products-price span.column span.unit {
    font-size: 12px;
    vertical-align: bottom;
}

.container #content ul.products-list li.products-item div.item#products-tds {
    padding: 0 0 10px;
}

.container #content ul.products-list li.products-item div.item#products-tds .label {
    display: none;
}

.container #content ul.products-list li.products-item div.item#products-tds .column a {
    display: block;
    background: #666;
    color: #fff;
    width: 200px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    .container #content ul.products-list li.products-item div.item#products-tds .column a {
        margin: 0 auto;
    }
}

.container #content ul.products-list li.products-item div.item#products-tds .column a:hover {
    text-decoration: none;
}

.container #content ul.products-list li.products-item div.item#products-detail a {
    display: block;
    background: #8eb91a;
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    .container #content ul.products-list li.products-item div.item#products-detail a {
        margin: 0 auto;
    }
}

.container #content ul.products-list li.products-item div.item#products-detail a:hover {
    text-decoration: none;
}

.container #content div.sort-link {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0 0 10px;
}

.container #content div.sort-link .txt-basic-label {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.container #content div.sort-link div.select-box-outer {
    position: relative;
    z-index: 10;
    width: 150px;
}

.container #content div.sort-link div.select-box-outer div.ico {
    position: absolute;
    z-index: 20;
    top: 7px;
    right: 3px;
}

.container #content div.sort-link div.select-box-outer div.ico:before {
    color: #666;
}

.container #content div.sort-link select.form-control {
    text-align: right;
    width: 100%;
    height: auto;
    height: 30px;
    padding: 5px 12px 5px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #6f6f6f;
    background: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 10;
}

.container #content div.sort-link div.label {
    padding: 0;
}

.container #content.products-entry .row .main {
    padding: 0;
    /* ------------------------------
      改修案
  ------------------------------ */
}

.container #content.products-entry .row .main h2 {
    border: 1px solid #dfdfdf;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    padding: 30px 20px;
    margin-bottom: 10px;
    color: #006cb7;
    background: #f8f8f8;
}

.container #content.products-entry .row .main h2 span {
    font-size: 14px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main h2 {
        border: none;
        margin-bottom: 0;
        text-align: center;
    }
}

.container #content.products-entry .row .main h3 {
    font-size: 24px;
    padding: 30px 0;
}

.container #content.products-entry .row .main div.main-information {
    position: relative;
}

.container #content.products-entry .row .main div.main-information div.link-trial {
    text-align: right;
    margin-bottom: 20px;
}

.container #content.products-entry .row .main div.main-information div.link-trial a {
    font-size: 12px;
}

.container #content.products-entry .row .main div.main-information div.link-trial a:hover {
    color: #006cb7;
}

.container #content.products-entry .row .main div.main-information div.link-trial a i {
    padding-left: 0.5em;
    font-size: 11px;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information div.table-responsive {
        border: none;
    }
}

.container #content.products-entry .row .main div.main-information table {
    background: #fff;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody tr {
        display: block;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody tr:nth-child(1) th {
        border-top: 1px solid #006cb7;
    }
}

.container #content.products-entry .row .main div.main-information table tbody th {
    border: 1px solid #dfdfdf;
    background: #006cb7;
    padding: 10px;
    font-size: 12px;
    width: 120px;
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody th {
        border: none;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody th {
        display: block;
        width: 100%;
    }
}

.container #content.products-entry .row .main div.main-information table tbody td {
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #fff !important;
    box-sizing: border-box;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody td {
        display: inline-block;
        width: auto;
        min-width: 79%;
        border: none;
        padding: 10px 10px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information table tbody td {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .container #content.products-entry .row .main div.main-information table tbody td {
        display: block;
        width: 100%;
    }
}

.container #content.products-entry .row .main div.main-information .item#products-title {
    display: block;
}

.container #content.products-entry .row .main div.main-information .item#products-title h4 {
    font-size: 24px;
    font-weight: bold;
}

.container #content.products-entry .row .main div.main-information .item#products-title h4 a {
    color: #006cb7;
}

.container #content.products-entry .row .main div.main-information .item#products-title h4 a:hover {
    text-decoration: none;
}

.container #content.products-entry .row .main div.main-information .item#products-id {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
}

.container #content.products-entry .row .main div.main-information .item#products-id span {
    font-size: 12px;
    line-height: 1;
}

.container #content.products-entry .row .main div.main-information .item#products-id span.label {
    color: #666;
}

.container #content.products-entry .row .main div.main-information .item#products-id span a {
    color: #666;
}

.container #content.products-entry .row .main div.main-information .item#products-price {
    display: block;
    padding: 10px 0 0;
}

.container #content.products-entry .row .main div.main-information .item#products-price span {
    display: inline-block;
}

.container #content.products-entry .row .main div.main-information .item#products-price span.label {
    color: #666;
}

.container #content.products-entry .row .main div.main-information .item#products-price span.column {
    color: #333;
    font-size: 24px;
}

.container #content.products-entry .row .main div.main-information .item#products-price span.column span.unit {
    font-size: 12px;
    vertical-align: bottom;
}

.container #content.products-entry .row .main div.main-information .item#products-tds {
    padding: 0 0 10px;
}

.container #content.products-entry .row .main div.main-information .item#products-tds .label {
    display: none;
}

.container #content.products-entry .row .main div.main-information .item#products-tds .column a {
    display: block;
    background: #666;
    color: #fff;
    width: 200px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information .item#products-tds .column a {
        margin: 0 auto;
    }
}

.container #content.products-entry .row .main div.main-information .item#products-tds .column a:hover {
    text-decoration: none;
}

.container #content.products-entry .row .main div.main-information .item#products-detail a {
    display: block;
    background: #8eb91a;
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main div.main-information .item#products-detail a {
        margin: 0 auto;
    }
}

.container #content.products-entry .row .main div.main-information .item#products-detail a:hover {
    text-decoration: none;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs {
    border-bottom: none;
    border-bottom: 5px solid #8eb91a;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li {
    border: 1px solid #dfdfdf;
    border-bottom: none;
    border-right: none;
    margin-bottom: 0;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li:last-child {
    border-right: 1px solid #dfdfdf;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li a {
    border: none;
    margin: 0;
    padding: 10px 30px;
    background: #fff;
    color: #8eb91a;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: #eee;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li.active {
    border: 1px solid #8eb91a;
    border-bottom: none;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li.active a {
    background: #8eb91a;
    color: #fff;
}

.container #content.products-entry .row .main>div#details ul.nav-tabs li.active a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: #8eb91a;
    color: #fff;
}

.container #content.products-entry .row .main>div#details div.tab-content {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding: 20px;
}

.container #content.products-entry .row .main>div#details div.tab-content h3 {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main>div#details div.tab-content h3 {
        background: none;
    }
}

.container #content.products-entry .row .main>div#details div.tab-content div#detail div.detail-row {
    display: table;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main>div#details div.tab-content div#detail div.detail-row {
        display: block;
    }
}

.container #content.products-entry .row .main>div#details div.tab-content div#detail div.detail-row h4 {
    display: table-cell;
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    color: #006cb7;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main>div#details div.tab-content div#detail div.detail-row h4 {
        display: block;
        padding-bottom: 10px;
    }
}

.container #content.products-entry .row .main>div#details div.tab-content div#detail div.detail-row p {
    display: table-cell;
    font-size: 14px;
    line-height: 1.75;
    padding: 0 0 1em;
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main>div#details div.tab-content div#detail div.detail-row p {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .container #content.products-entry .row .main>div#details div.tab-content div#sds-tds div.detail-row h3 {
        text-align: left;
    }
}

.container #content.products-entry .row .main>div#details div.tab-content div#sds-tds div.detail-row p {
    padding: 0 0 3em;
}

/* ============================================================================================================
    search-sidebar
============================================================================================================ */
nav.navbar {
    background: #fff;
}

#searchfilter {
    background: none !important;
}

#searchfilter.navbar-collapse {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    #searchfilter.navbar-collapse {
        padding: 0;
    }
}

#searchfilter div.search-filter {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: none;
}

#searchfilter div.search-filter:last-child {
    border-bottom: 1px solid #dfdfdf;
}

@media only screen and (max-width: 768px) {
    #searchfilter div.search-filter:first-child {
        border: none;
        border-bottom: 1px solid #dfdfdf;
    }
}

#searchfilter h3 {
    font-size: 14px;
    text-align: left;
    text-indent: 5px;
    padding: 10px 0;
    background: none;
}

#searchfilter h3 i {
    padding-right: 3px;
}

#searchfilter>h3 {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    background: #f8f8f8;
    color: #333;
    border: 1px solid #dfdfdf;
}

#searchfilter button {
    background: none;
    border: 0;
    outline: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

#searchfilter button:hover {
    background: #006cb7;
    color: #fff;
}

#searchfilter button[aria-expanded="true"] {
    background: #006cb7;
    color: #fff;
}

#searchfilter li span {
    display: inline-block;
}

#searchfilter ul.lnav {
    padding: 20px 10px;
}

#searchfilter ul.lnav li {
    display: table;
    padding: 0 0 10px;
}

@media only screen and (max-width: 768px) {
    #searchfilter ul.lnav li {
        display: inline-block;
    }
}

#searchfilter ul.lnav li i {
    display: table-cell;
    padding: 0 0.5em 0 0;
}

#searchfilter ul.lnav li a {
    display: table-cell;
}

#searchfilter ul.lnav li a:hover span {
    text-decoration: underline;
}

#searchfilter ul.lnav li a span {
    font-size: 10px;
}

.page_layout {
    padding: 30px;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    #content {
        width: 100%;
        padding-top: 20px;
    }

    .page_layout {
        padding: 20px;
    }

    .ttl_01 i {
        width: 40px;
        margin-right: 10px;
    }

    .ttl_01 img {
        width: 70px;
    }

    .ttl_01_all {
        width: auto;
    }

    .viodes_page {
        width: 100%;
        height: 150px;
        margin: auto;
    }
}

/* ============================================================================================================
	footer
============================================================================================================ */
/* フッター */
footer {
    font-family: "sysmex", "Noto Sans JP", sans-serif;
    border-top: 1px solid #d2d2d2;
}

footer a>.blank_link {
    background-image: url("/wp-content/themes/sysmex-fcm/module/img/common/blank_link.svg");
    background-repeat: no-repeat;
    background-position: right 40%;
    padding-right: 1rem;
}

footer a>.outsite_link {
    background-image: url("/wp-content/themes/sysmex-fcm/module/img/common/outside_link.svg");
    background-repeat: no-repeat;
    background-position: right 40%;
    padding-right: 1.3rem;
}

#footer_fleam {
    width: 1020px;
    margin: auto;
    position: relative;
    padding: 60px 0;
}

/*koko*/
#footer_links01 {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 3rem;
}

#footer_links01 dl {
    margin-top: -16px;
}

@media only screen and (max-width: 1019px) {
    #footer_links01 dl {
        margin-top: 1rem;
    }
}

#footer_links01 dt {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#footer_links01 dd {
    font-size: 12px;
    padding-left: 0;
    line-height: 1.7rem;
}

#footer_bottom {
    display: block;
    width: 100%;
    background-color: #D2D2D2;
    color: #3E3A39;
    text-align: center;
    font-size: 0.6rem;
    padding: 1.6rem 0;
}

.footer_sub-nav {
    border-top: #d2d2d2 solid 1px;
    position: relative;
}

.footer_sub-nav ul {
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
}

.footer_sub-nav ul>li {
    margin: 1.2rem 0;
}

.footer_sub-nav ul>li>a {
    border-right: #d2d2d2 solid 1px;
    padding: 0 0.8rem;
    cursor: pointer;
}

span.rmark {
    vertical-align: super;
    font-size: 10px !important;
}

@media only screen and (max-width: 1019px) {
    .footer_sub-nav {
        border-top: #d2d2d2 solid 1px;
        padding: 1.5rem;
        position: relative;
    }

    .footer_sub-nav ul {
        display: block;
        justify-content: center;
        font-size: 0.7rem;
    }

    .footer_sub-nav ul>li {
        margin: 1.2rem 0;
    }

    .footer_sub-nav ul>li>a {
        border-right: none;
        padding: 0 0.8rem;
        cursor: pointer;
    }
}

/* 下層テンプレート */
/* ページャー */
.tablenav {
    text-align: center;
    margin: 20px;
}

.tablenav a {
    border: 1px solid #589500;
    padding: 5px 10px;
    color: #589500;
    border-radius: 3px;
}

.tablenav a:hover {
    background-color: #EEFFF1;
    text-decoration: none;
}

.tablenav span {
    border: 1px solid #C1C1C1;
    padding: 5px 10px;
    border-radius: 3px;
}

/* ============================================================================================================
	タブレット
============================================================================================================ */
@media only screen and (max-width: 1019px) {

    /* news */
    .post_news dl {
        width: 48%;
        margin-bottom: 20px;
    }

    .post_news dl:nth-child(3n) {
        margin-right: 30px;
    }

    .post_news dl:nth-child(2n) {
        margin-right: 0px;
    }

    .post_news dl.new {
        height: auto;
    }

    /* videos */
    .post_video {
        float: left;
        width: 48%;
        background: #FFFFFF;
        margin-right: 30px;
    }

    .post_video_youtube {
        width: 100%;
        height: 250px;
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    /* videos */
    .post_equipments dl {
        float: left;
        width: 48%;
        background: #FFFFFF;
        margin-right: 30px;
    }

    .post_equipments_img img {
        width: 100%;
        /*height: 250px;*/
        height: auto;
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    /* 投稿 */
    .ctBlock02 img {
        float: none;
        margin-right: 0px;
        max-width: 100%;
    }

    .ctBlock02 .ctBlock_txtrt {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .ctBlock03 img {
        float: none;
        margin-left: 0px;
        max-width: 100%;
        max-height: auto;
    }

    .ctBlock03 .ctBlock_txtleft {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    /* 固定 */
    .page_ctBlock02 img {
        float: none;
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .page_ctBlock02 .page_ctBlock_txtrt {
        width: 100%;
        float: none;
    }

    .page_ctBlock03 img {
        float: none;
        margin-left: 0px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .page_ctBlock03 .page_ctBlock_txtleft {
        width: 100%;
        float: none;
    }

    .box_01 dl {
        float: none;
        margin: 20px;
        width: 100%;
    }
}

/* ============================================================================================================
	640スマートフォン
============================================================================================================ */
@media only screen and (max-width: 769px) {

    /* ===============================================================================
  	contents
  =============================================================================== */
    /* ===============================================================================
  	footer
  =============================================================================== */
    #footer_fleam {
        width: 100%;
    }

    .ttl_01_all span {
        padding-right: 10px;
    }

    .ttl_01_all i {
        width: auto;
        right: -10px;
    }

    /* NEWS */
    .post_news dl {
        margin-right: 0px;
        width: 100%;
        float: none;
    }

    .post_news dt {
        height: 170px;
    }

    .post_news dl.box_images {
        height: auto !important;
    }

    /* video */
    .post_video {
        width: 100%;
        margin-bottom: 20px;
    }

    .post_video_youtube {
        width: 100%;
        height: 200px;
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    .post_video_youtube img {
        max-width: 100%;
    }

    /* 動画 */
    .post_equipments dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .post_equipments_img img {
        width: 100%;
        /*height: 200px;*/
        overflow: hidden;
        background-color: #FFF;
        text-align: center;
    }

    /* アプリケーションノート */
    .post_appnote dd li {
        float: none;
        width: calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
    }
}

/* ============================================================================================================
	320 SP
============================================================================================================ */
@media only screen and (max-width: 321px) {

    /* ===============================================================================
  	header
  =============================================================================== */
    .post_news dl {
        height: auto !important;
    }

    .post_news dt {
        height: 140px;
    }

    /* 機器 */
    .post_equipments_img img {
        width: 100%;
        /*height:150px;*/
    }

    .post_equipments dt {
        height: 150px;
    }

    /* table画像 */
    .tanle_style01 img {
        width: 80%;
        height: 50%;
    }

    .post_video_youtube {
        height: 150px;
    }
}

@media only screen and (max-width: 768px) {
    nav.navbar {
        margin-bottom: 0;
    }

    nav.navbar div.navbar-header {
        position: relative;
        z-index: 600;
        background: #f8f8f8;
    }

    nav.navbar div.navbar-header>a {
        text-align: center;
        float: none;
        margin: 0 auto;
        position: relative;
        color: #333 !important;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    nav.navbar div.navbar-header>a {
        border: none;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 0;
        line-height: 45px;
        font-size: 16px;
        color: #fff;
        color: #006cb7;
    }

    nav.navbar div.navbar-header>a:before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 20px;
        color: #bbb;
        position: absolute;
        left: 10px;
        top: 0;
    }

    nav.navbar div.navbar-header>a:after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 12px;
        color: #fff;
        position: absolute;
        left: 14.8px;
        top: 0;
    }
}

@media only screen and (max-width: 768px) {
    nav.navbar div.navbar-header button.navbar-toggle {
        position: absolute;
        right: 0;
        z-index: 601;
    }

    nav.navbar div.navbar-header button.navbar-toggle span.icon-bar {
        display: none;
    }
}


/* ページトップへ */
.pagetop {
    position: fixed;
    bottom: 82px;
    right: 12px;
    margin-top: -16px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.pagetop-active {
    opacity: 1;
    visibility: visible;
}

.pagetop a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(62, 58, 57, 0.45);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.pagetop a::before {
    content: '';
    position: absolute;
    top: 11px;
    width: 9px;
    height: 2px;
    background-color: #fff;
    right: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.pagetop a::after {
    content: '';
    position: absolute;
    top: 11px;
    width: 9px;
    height: 2px;
    background-color: #fff;
    left: 16px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1019px) {
    .pagetop {
        position: fixed;
        top: auto;
        right: 12px;
        bottom: 50px;
        margin-top: -16px;
    }

    .pagetop a {
        display: block;
        width: 44px;
        height: 44px;
        background-color: rgba(62, 58, 57, 0.45);
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .pagetop a::before {
        content: '';
        position: absolute;
        top: 16px;
        width: 9px;
        height: 2px;
        background-color: #fff;
        right: 22px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }

    .pagetop a::after {
        content: '';
        position: absolute;
        top: 16px;
        width: 9px;
        height: 2px;
        background-color: #fff;
        left: 22px;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}

@media only screen and (max-width: 769px) {
    .pagetop {
        position: fixed;
        top: auto;
        right: 12px;
        bottom: 50px;
        margin-top: -16px;
    }

    .pagetop a {
        display: block;
        width: 44px;
        height: 44px;
        background-color: rgba(62, 58, 57, 0.45);
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .pagetop a::before {
        content: '';
        position: absolute;
        top: 16px;
        width: 9px;
        height: 2px;
        background-color: #fff;
        right: 22px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }

    .pagetop a::after {
        content: '';
        position: absolute;
        top: 16px;
        width: 9px;
        height: 2px;
        background-color: #fff;
        left: 22px;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
