﻿
/*web_catalog.css*/
/*WEBカタログ　下層ページ共通*/


/*---------------------------------------------
  Common
  ---------------------------------------------*/

h1, h2, h3 {
    letter-spacing: 1px;
}

.ot_mainVisual {
    position: relative;
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
    background: -moz-linear-gradient(to right,#ededed,#fefefe 60%,#ededed); 
    background: -webkit-linear-gradient(to right,#ededed,#fefefe 60%,#ededed); 
    background: linear-gradient(to right,#ededed,#fefefe 60%,#ededed);
    padding: 20px 0;
}

.ot_mainVisual_bk {
    width: 100%;
    min-width: 1120px;
    height: 52px;
/*    height: 74px;*/
    background-image: url(../images/ot_main_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ot_mainVisual_inner {
    position: relative;
    width: 1120px;
    margin: 0 auto;
/*    min-height: 70px;*/
    height: 100%;
/*    display: table;*/
/*    padding: 15px 0 14px;*/
    box-sizing: border-box;
}

.ot_mainVisual p.title {
    font-size: 26px;
    font-weight: 700;
    color: #0c4881;
    margin: 0 auto;
    vertical-align: middle;
    letter-spacing: 1px;
}

#content {
    width: 1120px;
    box-sizing: border-box;
    margin: 15px auto 15px;
}

#side_bar {
    float: left;
    width: 256px;
    padding: 0;
}

.main_cont {
    float: right;
    width: 834px;
    padding: 0 0 20px 0;
}

.h1_box {
    width: 100%;
    min-width: 834px;
/*    margin-top: 10px;*/
}

.h1_box h1 {
    font-size: 26px;
    font-weight: 700;
    padding-right: 136px;
}

.h1_box h1 span {
    font-size: 22px;
}

.h1_line {
    width: 834px;
    min-width: 834px;
    min-height: 43px;
    margin: 0 auto;
    background-image: url(../images/h1_line01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 30px 0 20px;
    margin: 0 -500% 20px 0;
    /*padding: 0 500% 20px 0;*/
    background-size: contain;
    margin-top: -28px;
}

.h1_line02 {
    width: 100vw;
    min-width: 834px;
    min-height: 43px;
    margin: 0 auto;
    background-image: url(../images/h1_line02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 30px 0 20px;
    margin: 0 -500% 20px 0;
    padding: 0 500% 20px 0;
    background-size: contain;
    margin-top: -28px;
}

.h1_detail h1 {
    font-size: 32px;
    font-weight: 700;
}

.h1_detail p {
    font-size: 18px;
    font-weight: 700;
}

.h1_box01 {
    padding: 0 0 30px;
}

.h1_box01 h1 {
    font-size: 32px;
    font-weight: 700;
    margin-right: 0;
    padding-right: 0;
}

.h1_box01 span {
    font-size: 18px;
    font-weight: 700;
}

.h1_box01 span.ft24 {
    font-size: 24px;
    font-weight: 700;
}

a.tx_link {
    color: #0c4881;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    margin: 10px 0;
}

a.tx_link:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

div.tx_box {
    padding: 10px 20px;
    border: 1px solid #bd272d;
}

.tx_box p {
    font-size: 14px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

#content:after {
    content: "";
    clear: both;
    display: block;
}

.main_cont:after {
    content: "";
    clear: both;
    display: block;
}

.main_img01 img {
    width:100%;
}

#side_bar:after {
    content: "";
    clear: both;
    display: block;
}

.common_block {
    padding: 25px 0;
}


.common_block h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #333;
    padding: 6px 18px 6px 18px;
    margin-bottom: 20px;
    position: relative;
}

.common_block h2:before {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}


.one_column_cont h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #0090d7;
    padding: 8px 20px 8px 20px;
    margin-bottom: 20px;
    position: relative;
}

.one_column_cont h2:before {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.cont_inner h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #333;
    padding: 8px 20px 8px 20px;
    margin-bottom: 20px;
    position: relative;
}

.cont_inner h2:before {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.cont_inner .prod h2 {
    font-size: 16px;
    font-weight: 400;
}

.main_img {
    margin: 40px auto 20px;
}

a.product_select_ban {
    width: 100%;
    height: 68px;
    background-color: #0c4881;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

a.product_select_ban:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

a.product_select_ban span {
    color: #fff;
}

a.product_select_ban span:first-child {
    margin: 0 30px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

a.product_select_ban span:nth-child(2) {
    font-size: 22px;
}

a.product_select_ban:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(../images/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    right: 4%;
}

.cate_link {
    width: 100%;
    padding: 15px ;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    display: -webkit-flex;
    /* display: flex; */ display: block;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.cate_link a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    margin: 5px 0;
}

.cate_link a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.cate_link a:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
    text-decoration: underline;
}

div.cata_list {
    width: 100%;
    margin: 25px auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.cata_list a {
    width: 270px;
    max-width: 270px;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    padding: 15px;
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 20px;
}

div.cata_list a:nth-child(3n) {
    margin-right: 0;
}

div.cata_list a span {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

div.cata_list a ul {
    margin-top: 20px;
}

div.cata_list a ul li {
    font-size: 14px;
}

div.cata_list a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*hover処理*/
div.cata_list a:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

div.cata_list a:hover::before {
    opacity: 0.2;
}
/*hover処理*/

.super {
    vertical-align: super;
    padding: 0!important;
    display: inline!important;
    font-size: 75.5%;
    position: relative;
    top: -0.1em;
}

.super:before {
    content: none!important;
}

.sub {
    vertical-align: sub;
    padding: 0!important;
    display: inline!important;
    font-size: 75.5%;
    position: relative;
    top: -0.1em;
}

.sub:before {
    content: none!important;
}

.one_column_cont {
    padding: 0 0 60px 0;
    max-width: 1120px;
    margin: 0 auto;
}

ul.normal {
    list-style: disc;
    padding-left: 1.2em;
}

span.bold {
    font-weight: 700;
}

p.note {
        padding-left: 2.4em;
    text-indent: -2.4em;
}
ul.catpan_box {
    background-color: #f2f2f2;
    padding: 8px 0 5px 20px;
}
.catpan_box li a{
    font-size: 12px;
    color: #0c4881;
}
/*---------------------------------------------
  サイドメニュー　アコーディオン
  ---------------------------------------------*/

div.side_menu {
    margin-bottom: 30px;
}

ul.side_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

ul.side_menu li {
    font-size: 14px;
    
    position: relative;
}

ul.side_menu li a {
    padding: 8px 10px;
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 1.2em;
}

ul.side_menu li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #5db8ed;
    display: inline-block;
    margin-right: 8px;
}

ul.side_menu > li > a {
    padding-left: 20px;
    text-indent: -10px;
}

ul.side_menu li ul li a {
    padding: 5px 10px;
    padding-left: 44px;
    text-indent: -10px;
}



ul.side_menu li ul li a:before {
    border-color: transparent transparent transparent #0c4881;
}

ul.side_menu li ul li ul li a:before {
    border-color: transparent transparent transparent #0c4881;
}

ul.side_menu li span {
    padding: 6px 10px 6px 22px;
    display: block;
}

ul.side_menu li span {
  position: relative;
}

ul.side_menu li.oya_2 span {
    padding: 5px 10px 5px 35px;
    display: block;
}

ul.side_menu li.oya_2 span:after {
    content: none!important;
}

ul.side_menu li.oya_2 span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    display: inline-block;
    margin-right: 5px;
    background-color: transparent;
    left: 34px;
}

ul.side_menu li.oya_2 span.child:before {
    transform: rotate(90deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

ul.side_menu li.oya_2 span.open:before {
    transform: rotate(-90deg);
}

ul.side_menu li ul li.oya_2 ul li a {
    padding-left: 60px;
    padding-left: 0;
    margin-left: 64px;
    text-indent: -14px;
}

ul.side_menu li ul li.oya_2 ul li.current a {
    color: #0c4881;
}

ul.side_menu li ul li.oya_2 ul li a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    transform: rotate(45deg);
    vertical-align: middle;
}

ul.side_menu > li {
    background-color: transparent;
    cursor: default;
}

/*サイドメニューHover*/

ul.side_menu li a:hover {
    color: #0c4881;
    opacity: 1.0;
    text-decoration: none;
}

ul.side_menu li ul li a:hover {
/*    background: #d3d3d3;*/
    opacity: 1.0;
}

.open_close {
    display: block;
}
.close_open {
    display: none;
}
.oya_1 {
    font-size: 14px;
}

.oya_2 {
    font-size: 14px;
    border: none;
}

ul.side_menu li a.dr_link {
    padding: 0;
    margin-left: 10px;
}

ul.side_menu li a.dr_link {
    border-bottom: none;
    display: block;
    text-indent: 0;
    font-size: 14px;
}

ul.side_menu li ul li a {
    font-size: 13px;
}

ul.side_menu li ul li a.dr_link {
    font-size: 13px;
    margin-left: 15px;
}

ul.side_menu li a.dr_link:before {
    content: none;
}

ul.side_menu li.current a {
    color: #0c4881;
}


/*サイドメニューアニメーション*/

@keyframes current {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

ul.side_menu li ul {
    display: none;
}

ul.side_menu li > span.open + ul {
    display: block;
    animation: current 1s linear 0s;
    background-color: #fafafa;
}

ul.side_menu li > span.open {
    background-color: #f2f2f2;
}

ul.side_menu li.oya_2 span {
    background-color: #fafafa;
}

ul.side_menu li a.active {
    color: #0c4881;
}


/*---------------------------------------------
  サイドメニュー矢印
  ---------------------------------------------*/

ul.side_menu li span {
    position: relative;
}

ul.side_menu li span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #0c4881;
    position: absolute;
    top: 16px;
    left: 10px;
    margin-top: -9px;
}

ul.side_menu li span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 17px;
    left: 14px;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul.side_menu li span.child:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 17px;
    left: 15px;
    margin-top: -6px;
    transform: rotate(45deg);
    cursor: pointer
}

ul.side_menu li span.open:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 20px;
    left: 15px;
    margin-top: -6px;
    transform: rotate(-135deg);
}

area {
    border:none;
    outline:none;
}


/*---------------------------------------------
  サイドメニュー　その他装飾
  ---------------------------------------------*/

#side_bar .side_menu h3 {
    text-align: left;
    color: #fff;
    font-size: 14px;
    background: #0090d7;
    text-align: none;
    margin-bottom: 15px;
}

#side_bar .side_menu h3.no_link {
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 10px 14px 10px;
}

#side_bar .side_menu h3 a {
    color: #fff;
    font-size:20px;
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 10px 14px 10px;
}

#side_bar .side_menu h3.new_product a {
    padding: 10px 10px 10px 10px;
}

#side_bar .side_menu h3 a:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}

/*---------------------------------------------
  サイドメニュー　バナー
  ---------------------------------------------*/

.side_ban {
    margin: 15px auto;
}

#side_bar .digi_cata_ban {
    width: 100%;
    min-height: 48px;
    border: 1px solid #0c4881;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 12px 5px 12px 45px;
}

#side_bar .digi_cata_ban span {
    color: #0c4881;
    font-size: 14px;
/*    line-height: 48px;*/
    vertical-align: middle;
    line-height: 1.0;
}

/*
#side_bar .digi_cata_ban span:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_digi.png);
}
*/

#side_bar .digi_cata_ban:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_digi.png);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#side_bar .digi_txt {
    font-size: 12px;
    margin: 10px 0;
}

a.getFlash {
    display: block;
    margin-bottom: 10px;
}

a.getFlash img {
    width: 158px;
}

a.getFlash:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}

#side_bar .web_catalog_ban,
#side_bar .cad_ban,
#side_bar .theme_ban,
#side_bar .manual_ban,
#side_bar .s_contact_ban,
#side_bar .new_pro_ban,
#side_bar .normal_ban,
#side_bar .exam_ban,
#side_bar .electricity_ban,
#side_bar .tec_ban,
#side_bar .rent_ban,
#side_bar .agency_ban,
#side_bar .doc_ban,
#side_bar .cau_ban,
#side_bar .pdf_ban,
#side_bar .contact_ban,
#side_bar .digital_ban,
#side_bar .terms_ban,
#side_bar .faq_ban,
#side_bar .glossary_ban{
    width: 100%;
    min-height: 48px;
    border: 1px solid #0c4881;
    background-color: #fff;
    display: table;
    margin-bottom: 5px;
    position: relative;
    padding: 9px 0;
    padding-left: 48px;
}



#side_bar .web_catalog_ban span,
#side_bar .cad_ban span,
#side_bar .theme_ban span,
#side_bar .manual_ban span,
#side_bar .s_contact_ban span,
#side_bar .new_pro_ban span,
#side_bar .normal_ban span,
#side_bar .exam_ban span,
#side_bar .electricity_ban span,
#side_bar .tec_ban span,
#side_bar .rent_ban span,
#side_bar .agency_ban span,
#side_bar .doc_ban span,
#side_bar .cau_ban span,
#side_bar .pdf_ban span,
#side_bar .contact_ban span,
#side_bar .digital_ban span,
#side_bar .terms_ban span,
#side_bar .faq_ban span,
#side_bar .glossary_ban span{
    color: #0c4881;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

#side_bar .web_catalog_ban span:before,
#side_bar .cad_ban span:before,
#side_bar .theme_ban span:before,
#side_bar .manual_ban span:before,
#side_bar .s_contact_ban span:before,
#side_bar .new_pro_ban span:before,
#side_bar .exam_ban span:before,
#side_bar .electricity_ban span:before,
#side_bar .tec_ban span:before,
#side_bar .rent_ban span:before,
#side_bar .agency_ban span:before,
#side_bar .doc_ban span:before,
#side_bar .cau_ban span:before,
#side_bar .pdf_ban span:before,
#side_bar .contact_ban span:before,
#side_bar .digital_ban span:before,
#side_bar .terms_ban span:before,
#side_bar .faq_ban span:before,
#side_bar .glossary_ban span:before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#side_bar .web_catalog_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/web_catalog_ban_ic.png);
}

#side_bar .cad_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/cad_ban_ic.png);
}

#side_bar .theme_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/theme_ban_ic.png);
}

#side_bar .manual_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/manual_ban_ic.png);
}

#side_bar .s_contact_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/s_contact_ban_ic.png);
}

#side_bar .new_pro_ban span:before {
/*
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_new_pro.png);
*/
    content: none;
}

#side_bar .exam_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/exam_ic.png);
}

#side_bar .electricity_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/electricity_ic.png);
}

#side_bar .tec_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/tec_ic.png);
}

#side_bar .rent_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/rent_ic.png);
}

#side_bar .agency_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/agency_ic.png);
}

#side_bar .doc_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_doc.png);
}

#side_bar .cau_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_cau.png);
}

#side_bar .pdf_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_pdf.png);
}

#side_bar .terms_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_terms.png);
}

#side_bar .contact_ban {
    padding-left: 58px;
}

#side_bar .contact_ban span:before {
    width: 38px;
    height: 28px;
    background-image: url(../images/side_ic_contact.png);
}

#side_bar .digital_ban span:before {
    width: 24px;
    height: 36px;
    background-image: url(../images/side_ic_digital.png);
}

#side_bar .glossary_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_glossary.png);
}

#side_bar .faq_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/s_faq_ic_1.png);
}

#side_bar .web_catalog_ban:hover,
#side_bar .cad_ban:hover,
#side_bar .theme_ban:hover,
#side_bar .manual_ban:hover,
#side_bar .s_contact_ban:hover,
#side_bar .new_pro_ban:hover,
#side_bar .normal_ban:hover,
#side_bar .exam_ban:hover,
#side_bar .electricity_ban:hover,
#side_bar .tec_ban:hover,
#side_bar .rent_ban:hover,
#side_bar .green_support_ban:hover,
#side_bar .doc_ban:hover,
#side_bar .cau_ban:hover,
#side_bar .pdf_ban:hover,
#side_bar .contact_ban:hover,
#side_bar .digital_ban:hover,
#side_bar .terms_ban:hover,
#side_bar .faq_ban:hover,
#side_bar .glossary_ban:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

#side_bar .normal_ban:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
    transform: rotate(45deg);
}

#side_bar .normal_ban {
    padding-left: 10px;
    text-indent: 0;
    line-height: 1.2;
}

#side_bar .new_pro_ban {
    padding-left: 10px;
}

#side_bar .new_pro_ban:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
    transform: rotate(45deg);
}

.side_ban ul.side_ban_links li {
    padding: 4px 0;
}

.side_ban ul.side_ban_links li a {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding-left: 1.2em;
}

.side_ban ul.side_ban_links li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    position: absolute;
/*    top: 50%;*/
    top: 4px;
    left: 0;
}

.side_ban ul.side_ban_links li a:hover {
    color: #0c4881;
}


ul.side_ban_links {
    padding: 6px 10px 6px 10px;
    margin-bottom: 20px;
}

.side_ban .side_equip,
.side_ban .side_faq,
.side_ban .side_system {
    width: 100%;
    min-height: 48px;
    border: 1px solid #0c4881;
    background-color: #fff;
    display: table;
    margin-bottom: 5px;
    position: relative;
}

.side_ban .side_equip span,
.side_ban .side_faq span,
.side_ban .side_system span {
    color: #0c4881;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

.side_ban .side_equip span:before,
.side_ban .side_faq span:before,
.side_ban .side_system span:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    width: 28px;
    height: 28px;
}

.side_ban .side_equip span:before {
    background-image: url(../images/side_ic_device.png);
}

.side_ban .side_faq span:before {
    background-image: url(../images/side_ic_faq.png);
}

.side_ban .side_system span:before {
    background-image: url(../images/side_ic_system.png);
}


.side_subtext {
    color: #0c4881;
    padding-left: 10px;
    margin-top: 10px;
}

.side_ban .side_faq:hover {
    box-shadow: 0 0 0 4px #6598cf inset!important;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

/*---------------------------------------------
  from_other.css
  ---------------------------------------------*/

#side_bar .youtube_ban:hover,
#side_bar .glossary_ban:hover,
#side_bar .equipment_ban:hover,
#side_bar .car_ban:hover,
#side_bar .tool_ban:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    /* -webkit-transition: all .3s; */
    /* transition: all .3s; */
}

#side_bar .youtube_ban,
#side_bar .equipment_ban,
#side_bar .car_ban,
#side_bar .tool_ban {
    position: relative;
    display: table;
    width: 100%;
    min-height: 48px;
    padding: 9px 0;
    margin-bottom: 5px;
    border: 1px solid #0c4881;
    background-color: #fff;
}

#side_bar .glossary_ban {
    position: relative;
    display: table;
    width: 100%;
    min-height: 48px;
    padding: 9px 0;
    margin-bottom: 5px;
    border: 1px solid #0c4881;
    background-color: #0c4881;
}

#side_bar .youtube_ban span,
#side_bar .equipment_ban span,
#side_bar .car_ban span,
#side_bar .tool_ban span {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    color: #0c4881;
}

#side_bar .glossary_ban span {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
}

#side_bar .youtube_ban span:before,
#side_bar .glossary_ban span:before,
#side_bar .equipment_ban span:before,
#side_bar .car_ban span:before,
#side_bar .tool_ban span:before {
    display: inline-block;
    margin: 0 10px;
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
#side_bar .youtube_ban span:before {
    width: 28px;
    height: 19px;
    background-image: url(../images/youtube_ic.png);
}

#side_bar .glossary_ban span:before {
    width: 28px;
    height: 19px;
    background-image: url(../images/glossary_ic.png);
}
#side_bar .equipment_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/equipment_ic.png);
}

#side_bar .car_ban span:before {
    width: 28px;
    height: 20px;
    background-image: url(../images/car_ic.png);
}

#side_bar .tool_ban span:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/tool_ic.png);
}


/*---------------------------------------------
  Webカタログ　検索
  ---------------------------------------------*/

.form_box {
    background: #f2f2f2;
    padding: 6px 15px;
    margin-bottom: 20px;
}
.sform label{
    display: block;
    float: left;
    text-align: left;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
    line-height: 32px;
}
.sform label.title{
    display: block;
    float: left;
    text-align: left;
    font-size: 14px;
    margin-right: 20px;
    width:180px;
    color: #333;
    line-height: 32px;
}
.sform label.index{
    display: block;
    float: left;
    text-align: left;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
    line-height: 32px;
}
.sform label.cond {
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 14px;
}
.sform .inputCond {
    display: block;
    float: right;
    font-size: 12px;
}
.sform .input {
    display: block;
    float: left;
}
.sform .k {
    display: block;
    float: left;
    width: 455px;
    height: 32px;
    background: #fff;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #c8c8c8;
}

.sform .sbt {
    display: block;
    width: 54px;
    height: 32px;
    background-color: #0c4881;
    background-image: url(../images/loupe.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}

.sform:after {
    content: "";
    display: block;
    clear: both;
}

.sform .sbt:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}


.words {
    display: block;
/*    float: left;*/
    line-height: 24px;
}

.words a, .words span {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #0c4881;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-right: 3px;
}

.words .w_disabled {
    background-color: rgba(51,51,51,0.4);
}

.words a:hover {
    box-shadow: 0 0 0 2px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.words_EN {
    display: block;
/*    float: left;*/
    line-height: 20px;
}

.words_EN a, .words_EN span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #0c4881;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    margin-right: 4px;
}

.words_EN .w_disabled {
    background-color: rgba(51,51,51,0.4);
}

.words_EN a:hover {
    box-shadow: 0 0 0 2px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.sform01 {
    margin-top: 10px;
}

.sform01 label {
    line-height: 24px;
}


/*---------------------------------------------
  Webカタログ　製品詳細
  ---------------------------------------------*/

.p_block {
    width: 100%;
    margin: 20px auto;
}

.p_block h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    padding: 8px 20px 8px 20px;
/*    margin-bottom: 20px;*/
    margin-bottom: 10px;

    position: relative;
}

.p_block h2:before {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.one_column_cont h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.p_block h3:before
.one_column_cont h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    height: 100%;
    min-height: 36px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.p_block h3:before {
    border: 0;
}
h3.p_block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.p_block h3:after
.one_column_cont h3:after {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    height: 30%;
    min-height: 12px;
    top: 0;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.p_block h3:after{
    border: 0;
}

h3.p_block:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

h3.p_block:after {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 30%;
    top: 0;
}

.cont_inner h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding: 0 0 8px 20px;
    margin-bottom: 20px;
    position: relative;
}

.cont_inner h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    height: 100%;
    min-height: 36px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

h3.cont_inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont_inner h3:after {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 30%;
    min-height: 12px;
    top: -8px;
}

h3.cont_inner:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    left: 0;
    height: 100%;
}

h3.cont_inner:after {
    content: '';
    border: 3px solid #0c4881;
    position: absolute;
    left: 0;
    height: 30%;
    top: 0;
}


.p_block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.p_block h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 5px 0 5px;
}

.fs16 {
    font-size: 16px;
}

.tensen {
    border-bottom: 1px dotted #808080;
    margin-bottom: 20px;
    width: 100%;
}

.red {
    color: #bd272d;
    font-size: 14px;
}

.p_block .note {
    font-size: 14px;
    color: #bd272d;
    margin-bottom: 15px;
    padding-left: 20px;
    text-indent: 0;
    position: relative;
}

.p_block .note:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/quotation.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 3px;
}

.pro_details {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.p_clean {
    display: inline-block;
    border: #008b8b 1px solid;
    padding: 5px;
    text-align: center;
    height: 30px;
    font-weight: bold;
    color: #008b8b;
}

.pro_left {
    width: 320px;
    margin-right: 24px;
    text-align: center;
    margin-bottom: 5px;
}

a.specBt {
    width: 158px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #0c4881;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

a.specBt:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
    transform: rotate(45deg);
}

a.specBt:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}


.pro_right {
    width: 490px;
}

ul.pro_service_bt {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.pro_service_bt li {
    width: 240px;
    max-width: 240px;
    margin-bottom: 6px;
    background: #fff;
    display: table;
    
}

ul.pro_service_bt li a {
    width: 240px;
    height: 40px;
    border: 1px solid #0c4881;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    color: #0c4881;
    background: #fff;
}

ul.pro_service_bt li:first-child a {
    color: #fff;
    background: #0c4881;
    text-align: left;
}

ul.pro_service_bt li:first-child a.bt_3s:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
    transform: rotate(45deg);
}

ul.pro_service_bt li:nth-child(odd) {
    margin-right: 10px;
}

ul.pro_service_bt li a:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 3px;
}

ul.pro_service_bt li.digi_cat a:before {
    background-image: url(../images/digi_cat_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_pdf a:before {
    background-image: url(../images/cat_pdf_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_movie a:before {
    background-image: url(../images/cat_movie_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_info a:before {
    background-image: url(../images/cat_info_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_packing a:before {
    background-image: url(../images/cat_packing_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_iodd a:before {
    background-image: url(../images/cat_iodd_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_service a:before {
    background-image: url(../images/cat_service_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_appli a:before {
    background-image: url(../images/cat_appli_ic.png);
    width: 34px;
    height: 34px;
}

/*アイコン追加項目2103*/
ul.pro_service_bt li.cat_unlock a:before {
    background-image: url(../images/cat_unlock_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_soft a:before {
    background-image: url(../images/cat_soft_ic.png);
    width: 40px;
    height: 34px;
}


ul.pro_service_bt li.cat_vari a:before {
    background-image: url(../images/cat_vari_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_elem a:before {
    background-image: url(../images/cat_elem_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_robot a:before {
    background-image: url(../images/cat_robot_ic.png);
    width: 34px;
    height: 34px;
}

ul.pro_service_bt li.cat_motor a:before {
    background-image: url(../images/cat_motor_ic.png);
    width: 34px;
    height: 34px;
}


ul.pro_service_bt li:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}

ul.pro_details_text {
    margin-bottom: 20px;
   /* padding-left: 1.0em;*/
}

ul.pro_details_text li {
    font-size: 14px;
    list-style-type: disc;
}


.p_block .bt_area {
    text-align: right;
    margin-bottom: 15px;
}


a.rohsBt {
    font-size: 16px;
    width: 158px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0c4881;
    color: #0c4881;
    text-align: center;
    display: inline-block
}

a.to_mylist,a.myList {
/*    width: 208px;
    height: 40px;*/
    width: 125px;
    height: 25px;
    display: inline-block;
    color: #fff;
    background-color: #78b221;
    border: 1px solid #2b9432;
/*    font-size: 16px;
    line-height: 40px;*/
    font-size: 12px;
/*    line-height: 25px;*/
    line-height: 21px;
    text-align: center;
    position: relative;
}
a.end_mylist {
/*    width: 208px;
    height: 40px;*/
    width: 125px;
    height: 25px;
    display: inline-block;
    color: #fff;
    background-color: #2b9432;
    border: 1px solid #78b221;
/*    font-size: 16px;
    line-height: 40px;*/
    font-size: 12px;
/*    line-height: 25px;*/
    line-height: 21px;
    text-align: center;
    position: relative;
}

a.to_mylist span:before,a.myList span:before {
    content: '';
    background-image: url(../images/clip.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
/*    width: 11.5px;
    height: 17.5px;*/
    width: 10px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

a.rohsBt:hover {
    box-shadow: 0 0 0 4px #0c4881 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}

a.to_mylist:hover,a.myList:hover {
    box-shadow: 0 0 0 4px #2b9432 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}
a.end_mylist:hover {
    box-shadow: 0 0 0 4px #78b221 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}


/*---------------------------------------------
  Webカタログ　タブ切り替え
  ---------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.web_tabs {
/*    margin-top: 20px;*/
    margin-top: 10px;
    padding-bottom: 0;/*20210810*/
    background-color: #fff;
    width: 100%;
/*    margin-bottom: 20px;*/
    margin-bottom: 10px;
}

/*タブのスタイル*/
.web_tab_item {
/*  width: calc(100%/3);*/
    padding: 0 17px;
    height: 50px;
    border: 1px solid #0c4881;
    margin-bottom: -1px;
    background-color: #fff;
/*    line-height: 50px;*/
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 8px;
    margin-top: 10px;
    position: relative;
}

.web_tab_item:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.web_tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="web_tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_cont {
    display: none;
    padding: 20px 20px;
    background-color: #fafafa;
    clear: both;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-top: 6px solid #0c4881;
    width: 100%;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_cont,
#tab02:checked ~ #tab02_cont,
#tab03:checked ~ #tab03_cont,
#tab04:checked ~ #tab04_cont,
#tab05:checked ~ #tab05_cont,
#tab06:checked ~ #tab06_cont {
    display: block;
    
}

/*選択されているタブのスタイルを変える*/
.web_tabs input:checked + .web_tab_item {
  background-color: #0c4881;
  color: #fff;
}

.web_tabs input[type=radio]:checked + .web_tab_item:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    bottom: 4px;
}


/*---------------------------------------------
  Webカタログ　オーダーメイド仕様
  ---------------------------------------------*/

table.web_tb {
    width: 100%;
/*    margin-top: 20px;*/
    margin-top: 10px;
}

table.web_tb th {
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
/*    color: #333333;*/
    color: #FFFFFF;
    background-color: #0c4881;
}

table.web_tb td {
    font-size: 14px;
    padding: 10px 10px;
}

table.web_tb th, table.web_tb td {
    border: 1px solid #c8c8c8;
    vertical-align: middle;
}

table.web_tb tr th:first-child {
    border-left: 0px none;
}

table.web_tb tr th:last-child {
    border-right: 0px none;
}

table.web_tb tr td:first-child {
    border-left: 0px none;
}

table.web_tb tr td:last-child {
    border-right: 0px none;
    text-align: center;
}

table.web_tb tr {
    background-color: #fff;
}

table.web_tb tr.gr {
    background-color: #f8f8f8;
}


.tab_cont .sub_title {
    font-size: 16px;
    font-weight: 700;
}

.tab_cont .title {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
}

.tab_cont .text {
    font-size: 14px;
}


/*---------------------------------------------
  Webカタログ　仕様表
  ---------------------------------------------*/

table.spec_tb {
    margin-bottom: 40px;
    border-collapse: collapse;
}

table.spec_tb th, .spec_tb td {
    text-align: center;
}

/*---------------------------------------------
  Webカタログ　CAD
  ---------------------------------------------*/

.cad_item {
    padding: 10px 0 10px;
}

/*---------------------------------------------
  Webカタログ　取扱説明書
  ---------------------------------------------*/

a.linkBt {
    width: 260px;
    height: 52px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    background-color: #0c4881;
    margin: 0 auto;
    position: relative;
    display: table;
    padding: 10px 20px;
}

a.linkBt span {
    display: table-cell;
    vertical-align: middle;
}

a.linkBt:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
    transform: rotate(45deg);
}

a.linkBt:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}


a.linkBt01 {
    width: 158px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background-color: #0c4881;
    display: block;
    margin: 0 auto;
    position: relative;
}

a.linkBt01:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
    transform: rotate(45deg);
}

a.linkBt01:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}


/*---------------------------------------------
  Webカタログ　cat_link_gu
  ---------------------------------------------*/

.cat_link_gu {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
/*    margin-bottom: 30px;*/
    margin-bottom: 0px;
    border-top: 1px dotted #808080!important;
    border-bottom: 1px dotted #808080!important;
}

.cat_link_gu a {
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cat_link_gu a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.cat_link_gu a:hover {
    color: #0c4881;
    opacity: 1.0;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

a.tx_c {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.two_div {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.two_div li {
    width: 48%;
    max-width: 48%;
}

.two_div li:nth-child(odd) {
    margin-right: 4%;
}

.two_div li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.leftbox {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 48%;
}

.rightbox {
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

#detail {
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 40px;
}

.features p {
    font-size: 16px;
}

.features img {
    margin-top: 20px;
    margin-bottom: 30px;
}

div.result {
   margin-bottom: 30px;
}

div.backToList {
   clear: both;
    text-align: center;
    margin-top: 10px;
}
a.backToList {
    width: 138px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #0c4881;
    margin: 0 auto;
    position: relative;
    color: #fff;
}


a.backToList:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -4px;
    transform: rotate(-45deg);
}


a.backToList:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}

/*---------------------------------------------
  Webカタログ　タブ切り替え
  ---------------------------------------------*/

ul.w_tabs {
    width: 100%;
    height: 50px;
}

ul.w_tabs li{
    height: 50px;
    border: 1px solid #0c4881;
    margin-bottom: -1px;
    background-color: #fff;
    font-size: 15px;/*20210810*/
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 5px;/*20210810*/
    position: relative;
}

ul.w_tabs li.active {
    background-color: #0c4881;
    color: #fff;
}

ul.w_tabs li.active a {
    color: #fff;
}

ul.w_tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    height: 100%;
    padding-top: 10px;
}

ul.w_tabs li:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

ul.w_tabs li.active:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    bottom: 4px;
}

ul.w_tabs li.active.fixed:after {
    border-top: none;
    border-left: none;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    bottom: 4px;
}

ul.w_panels{
    clear:both;
    padding:3% 2%;
    border: 1px solid #000;
    position: relative;
    transition: all 0.2s ease;
    padding: 40px 20px;
    background-color: #fafafa;
    clear: both;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    width: 100%;
}

ul.w_panels > li.w_panel {
  display: none;
}

ul.w_panels > li.w_panel.active {
  display: block;
}

ul.w_panels_01{
    clear:both;
    padding:3% 2%;
    border: 1px solid #000;
    position: relative;
    transition: all 0.2s ease;
    padding: 40px 20px;
    background-color: #ffffff;
    clear: both;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    width: 100%;
}

ul.w_panels_01 > li.w_panel {
  display: none;
}

ul.w_panels_01 > li.w_panel.active {
  display: block;
}


.w_panels div.wintitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    _display: inline;
}
.w_panels .resulttbl {
    width: 100%;
    background-color: #FFFFFF;
    border-left: #8F929F 1px solid;
    border-top: #8F929F 1px solid;
}
.w_panels .resulttbl td, th {
    padding: 5px;
}
.w_panels .resulttbl th {
    text-align: center;
    background-color: #0074BF;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.w_panels .resulttbl td {
    border-right: #8F929F 1px solid;
    border-bottom: #8F929F 1px solid;
}
.w_panels .resulttbl td.tdc {
    text-align: center;
}
.w_panels .resulttbl a.downloadBt {
    width: 100px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    line-height: 16px; 
    text-align: center;
    background-color: #0c4881;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
}
.w_panels .resulttbl a.downloadBt:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}

.w_panels .resulttbl a.downloadBt_E {
    width: 130px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    line-height: 16px; 
    text-align: center;
    background-color: #0c4881;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
}
.w_panels .resulttbl a.downloadBt_E:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}
/*---------------------------------------------
  Webカタログ　 製品を探す　タブ切り替え２
  ---------------------------------------------*/

ul.s_tabs {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #0c4881;
}

ul.s_tabs li{
    height: 50px;
    border: 1px solid #0c4881;
    margin-bottom: -1px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: block;
    box-sizing: border-box;
    width: 366px;
    max-width: 366px;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 11px;
    margin-top: 10px;
    position: relative;
}

ul.s_tabs li:nth-child(3n) {
    margin-right: 0;
}

ul.s_tabs li.active {
    background-color: #0c4881;
    color: #fff;
}

ul.s_tabs li.active a {
    color: #fff;
}

ul.s_tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    height: 100%;
    padding-top: 10px;
}

ul.s_tabs li:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

ul.s_tabs li.active:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    bottom: 4px;
}

ul.s_panels{
    clear:both;
    padding:3% 2%;
    position: relative;
    transition: all 0.2s ease;
    padding: 20px 20px;
    clear: both;
    overflow: hidden;
    width: 1120px;
    margin: 0 auto;
    padding: 30px 0;
    border-left: none;
    border-right: none;
}

ul.s_panels > li.s_panel {
    display: none;
}

ul.s_panels > li.s_panel.active {
    display: block;
}

.oneColumn_cont_gr {
    width: 100%;
    min-width: 1120px;
    
}

.webc_tabs {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
}

/*---------------------------------------------
  Webカタログ 検索
  ---------------------------------------------*/

.w_form_box {
    width: 1120px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.w_form_box form {
    width: 804px;
    margin: 0 auto;
}

.w_form_box .sform01 {
    margin-top: 20px;
}

.w_form_box .sform01 label {
    line-height: 24px;
}

.resulttbl {
    width: 100%;
    border-left: #8F929F 1px solid;
    border-top: #8F929F 1px solid;
}
.resulttbl th, .resulttbl td, .resulttbl th *, .resulttbl td * {
    font-size: 12px !important;
    padding: 2px;
}
.resulttbl th {
    text-align: center;
    border-right: #FFF 1px solid;
}
.resulttbl th {
    background-color: #0074BF;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.resulttbl td {
    text-align: left;
    border-right: #8F929F 1px solid;
    border-bottom: #8F929F 1px solid;
}
.resulttbl a {
    color: #0074BF;
}
/*---------------------------------------------
  Webカタログ 下方スライダー 最近チェックした製品
  ---------------------------------------------*/

.recentHistory h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

ul.nw_slider01 {
    width: 94%;
    margin: 0 auto;
}

ul.nw_slider01 li dl dt {
    width: 100%;
    height: auto;
    line-height: 128px;
    padding: 0;
    text-align: center;
}

ul.nw_slider01 li dl dd.n_date {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.nw_slider01 li dl dt img {
    max-width: 134px;
    max-height: 114px;
}

ul.nw_slider01 li dl dd span {
    font-size: 14px;
}

ul.nw_slider01 img.prev-ar_mid {
    width: 18px;
    left: -20px;
}

ul.nw_slider01 img.next-ar_mid {
    width: 18px;
    right: -20px
}

ul.nw_slider01 li dl dd.n_date span.new:after {
    margin-top: -2px;
    font-size: 14px;
}

ul.nw_slider li a {
    padding: 5px 20px 5px;
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

w_catpan {
    width: 1120px;
    margin: 0 auto;
}

ul.web_product_list {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.web_product_list li {
    width: 216px;
    max-width: 216px;
    min-height: 221px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #C3C3C3;
    overflow: hidden;
    position: relative;
}

ul.web_product_list li:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width:768px) {
    ul.web_product_list li:nth-child(5n) {
        margin-right: 0;
    }
}


ul.web_product_list li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px 0;
}

/*hover処理*/
ul.web_product_list li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.web_product_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

ul.web_product_list li p {
    width: 208px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
   
}

ul.web_product_list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-weight: 600;
    width: 196px;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


ul.web_product_list li p + span {
    position: static;
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 15px 5px;
    font-size: 14px;
    font-weight: 600;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}


/*---------------------------------------------
  SMC Webカタログ - テーマ・業種別機器
  ---------------------------------------------*/

.oneColumn_cont_wh {
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
    margin-bottom: 60px;
    padding-top: 40px;
}

ul.web_theme_list {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.web_theme_list li {
    width: 274px;
    max-width: 274px;
    margin-bottom: 10px;
    border: 1px solid rgba(128,128,128,0.3);
}

ul.web_theme_list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}


/*hover処理*/
ul.web_theme_list li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.web_theme_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


ul.web_theme_list li dl {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
    padding: 6px 8px;
}

ul.web_theme_list li dl dt p {
    width: 70px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(128,128,128,0.3);
}

ul.web_theme_list li dl dt p img {
    width: 68px;
    height: 68px;
}

ul.web_theme_list li dl dd span {
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

ul.web_theme_list li dl dd span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2px;
}

ul.web_theme_list li a.stand {
    padding: 0 8px;
    padding-left: 1.0em;
    text-indent: -1.0em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

ul.web_theme_list li a.stand span {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

ul.web_theme_list li a.stand span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0c4881;
    margin-top: 2px;
    display: inline-block;
    margin-right: 4px;
}


/*---------------------------------------------
  SMC Webカタログ
  ---------------------------------------------*/

#side_bar .side_menu h3.catalog_lm_top a:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_catalog.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}

#side_bar .side_menu h4 {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0c4881;
    margin-bottom: 10px;
    margin-top: 30px;
}

ul.side_mylist li a:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}

ul.side_mylist li a {
    font-size: 14px;
    color: #333333;
    position: relative;
    width: 100%;
    padding: 5px 5px 5px 0px;
    display: block;
}

ul.side_mylist li a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
}


ul.side_mylist li a.prod_bt_open_mylist:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_mylistopen.png);
}

ul.side_mylist li a.prod_bt_mylist_guide:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_mylistguide.png);
}

ul.side_mylist li a.prod_bt_parts:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_parts.png);
}

ul.side_mylist li a.prod_bt_discon:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/side_ic_discon.png);
}
.searchform {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#F6F6F8;
	padding:0;
	margin-bottom:15px;
}
.searchform select{
	appearance: auto;
	max-width: 500px;
	border:1px solid black;
}
.searchform.ps{
	margin-bottom:2px;
}

.prodtab{
	background-color:#FFF !important;
	border-bottom:#CCC 1px solid;
}

.searchform label{
	display:block;
	float:left;
	width:165px;
	line-height:30px;
	height:30px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	background-color:#8F929F;
}
.searchform .k{
	display:block;
	float:left;
	width:200px;
	border:#999 1px solid;
	height:22px;
	_height:24px;
	margin-top:3px;
	margin-left:5px;
}
.searchform .sbt{
	display:block;
	float:left;
	margin-top:3px;
	width:40px;
	height:24px;
	margin-right:5px;
	background-color:#9FA0A0;
	color:#FFF;
	border:none;
	cursor:pointer;
}

.searchform .note{
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	font-size:10px;
}
.navi {
	margin-bottom:5px;
}
.additional{
	border:#999 1px solid;
	padding:5px;
	margin-bottom:5px;
}

.additional .bt{
	border:none;
	background-color:#8F929F;
	color:#FFF;
	cursor:pointer;
	margin-left:100px;
}

.additional label{
	text-align:right;
	background-color:#F6F6F8;
	width:100px;
	color:#333;
}

.additional p.idt{
	margin-left:60px;
}
.search_result_discon a {
    color: #0c4881;
    text-decoration: underline;
}
/*---------------------------------------------
  SMC Webカタログ アコーディオン
  ---------------------------------------------*/

.accordion-wrapper {
    width: 100%;
    margin: 0 auto;
}

/*20210810*/
/*
.accordion-wrapper .ac_arrow {
    width: 100%;
    height: 6px;
    margin-top: -1px;
    background-color: #0c4881;
    padding: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.accordion-wrapper .ac_arrow:before {
    content: '';
    width: 80px;
    height: 20px;
    background-color: #0c4881;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.accordion-wrapper .ac_arrow:after {
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(../images/ac_arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 7px;
}

.accordion-wrapper .ac_arrow.open:after {
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(../images/ac_arrow_up.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 7px;
}
*/

.accordion-wrapper p {
    margin-top: 10px;
    padding: 0;
}

.hide {
    display: none;
}

.add {
    display: block;
}

p.ami {
    background-color: #e4ebeb;
    border: 1px solid #c8c8c8;
    padding: 10px;
    font-size: 12px!important;
    font-weight: 500!important;
    display: inline-block;
    margin-top: 10px;
}

ul.table_th {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}

ul.table_th li {
    background-color: #e2e2e2;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #c8c8c8;
    margin-top: 20px;
    font-weight: 700;
}

ul.table_th li:first-child {
    width: 731px;
    border-right: 1px solid #c8c8c8;
}

ul.table_th li:nth-child(2) {
    width: 389px;
}

.table_sp_th {
    display: none;
}

p.ami_wh {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 10px;
    font-size: 14px!important;
    font-weight: 500!important;
    display: inline-block;
    margin-top: 10px;
}

table.manifold_tb td.c03 div img.rendoimg {
    width: 168px;
}

.js-scrollable {
    overflow-y: hidden!important;
}

.links_on_table {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.links_on_table .tb_link_detail01,
.links_on_table .tb_link_detail02,
.links_on_table .tb_link_detail03,
.links_on_table .tb_link_detail04,
.links_on_table .tb_link_detail05,
.links_on_table .tb_link_detail06,
.links_on_table .tb_link_detail07,
.links_on_table .tb_link_detail08 {
    background: #0c4881;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    line-height: 32px;
}

.links_on_table .tb_link_detail01 {
    position: absolute;
    left: 777px;
    top: 20%;
}

.links_on_table .tb_link_detail02 {
    position: absolute;
    left: 777px;
    top: 50%;
}


.links_on_table .tb_link_detail03 {
    position: absolute;
    left: 777px;
    top: 75%;
}

.links_on_table .tb_link_detail04 {
    position: absolute;
    left: 777px;
    top: 94%;
}

.links_on_table .tb_link_detail01:hover,
.links_on_table .tb_link_detail02:hover,
.links_on_table .tb_link_detail03:hover,
.links_on_table .tb_link_detail04:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1.0;
}

/*---------------------------------------------
  下部共通部品
  ---------------------------------------------*/

.bottom_content {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 40px 0;
}

.sol_bottom_content_inner {
    width: 1120px;
    margin: 0 auto;
}

.sol_bottom_content_inner ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_bottom_content_inner ul li {
    width: 268px;
    max-width: 268px;
    margin-bottom: 15px;
    border: 1px solid rgba(128,128,128,0.3);
}

.sol_bottom_content_inner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}

/*hover処理*/
.sol_bottom_content_inner ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.sol_bottom_content_inner ul li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

.sol_bottom_content_inner ul li dl {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
    padding: 6px 8px;
}

.sol_bottom_content_inner ul li dl dt {
    margin-right: 5px;
}

.sol_bottom_content_inner ul li dl dt p {
    width: 66px;
    margin: 0 auto;
/*    margin-top: 10px;*/
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(128,128,128,0.3);
}

.sol_bottom_content_inner ul li dl dd span {
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.sol_bottom_content_inner ul li dl dd span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0c4881;
  position: absolute;
  left: 0;
    top: 0;
    margin-top: 2px;
}

/*---------------------------------------------
  ニュース一覧ページ
  ---------------------------------------------*/

.news_list_page .info_content {
    background-color: #fff;
    padding: 20px 0 20px;
    border: none;
    margin: 0 auto;
    border-top: 5px solid #0c4881;
    
}

.news_list_page .info_tabs li.active {
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
    background: #0c4881;
    border: 1px solid #0c4881;
    border-bottom: none;
}

.news_list_page .info_tabs li.active span {
    color: #fff;
}

.news_list_page .info_tabs li:hover {
    background: #0c4881;
}

.news_list_page .info_tabs li:hover span {
    color: #fff;
}

.news_list_page .infoCont ul li ul li:last-child {
    max-width: initial;
}

/*---------------------------------------------
  新製品情報一覧ページ
  ---------------------------------------------*/

.prod_news_wrapper {
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.prod_news {
    width: 1030px;
    background-color: #fff;
    padding: 20px 0 20px;
    border: none;
    margin: 0 auto;
}

.prod_news > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #c3c3c3;
}

.prod_news > ul > li:first-child {
    border-top: 1px solid #c3c3c3;
}

.prod_news > ul > li > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}

.prod_news ul li ul li:first-child {
    margin-right: 40px;
    width: 120px;
}

.prod_news ul li ul li:first-child img {
    width: 90px;
    min-width: 90px;
}

.prod_news ul li ul li:last-child a:hover {
    color: #0c4881;
    text-decoration: underline;
}

.prod_news ul li ul li span.new {
    color: #b72527;
    padding-left: 5px;
}


.prod_news ul li ul li:nth-child(2) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}

.prod_news ul li ul li:nth-child(2) p {
    padding-top: 3px;
    width: 130px;
    margin-right: 30px;
}

.prod_news ul li ul li:nth-child(2) a {
    font-size: 16px;
}

/*20210810*/

ul.w_tabs {
    width : -webkit-calc(100% - 42px) ;
    width : calc(100% - 42px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.w_tabs li {
    float: none;
}

.accordion-wrapper {
    position: relative;
    border-top: none;
    border-top: 3px solid #0c4881;
    margin-top: -1px;
}

.accordion-wrapper .ac_arrow {
    width: 32px;
    height: 32px;
    background-color: #0c4881;
/*    border-radius: 50%;*/
    position: absolute;
    right: 0;
    top: -32px;
}

.accordion-wrapper .ac_arrow:before,
.accordion-wrapper .ac_arrow:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.accordion-wrapper .ac_arrow:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-wrapper .ac_arrow.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/*20210926*/
span.highlight {
  /*background-color: #FF3;*/
    background-color:#ffcc33;
    padding: 0 3px 0 3px;
}


.web_tabs .h65{
    height: 65px;

}


.title_ud_line {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #808080;
}

/*---------------------------------------------
  生産終了品一覧ページ
  ---------------------------------------------*/
.links_on_table .prod td{
    width:240px;
}
.links_on_table .prod .tdc {
    width:80px;
}


/* -------------------------------------
温調機器 追加　2022.6.28
------------------------------------- */
.threeColumnList_w {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 24px;
}

.threeColumnList_w > li {
    width: 250px;
    max-width: 250px;
    height: auto;
    min-height: 80px;
    margin-right: 18px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  background:#FFFFFF;

}

.threeColumnList_w > li:nth-child(3n) {
    margin-right: 0;
}


.threeColumnList_w > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    border: 1px solid #8ab5d3;
}

.threeColumnList_w > li > p {
    font-size: 16px;
/*
    margin-left: 10px;
    margin-top: 15px;
*/
}


.threeColumnList_w > li > a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*hover*/
.threeColumnList_w > li > a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.threeColumnList_w > li > a:hover::after {
    opacity: 0.3;
}
/*hover*/




.wc_box {
    width: 100%;
  background:#0172c2;
    padding-top: 20px;
}

.txx{
    font-size: 20px;
    font-weight: 600;
    color:#FFFFFF;
    text-align: center;
}

.wc_temp_list li a img {
    width: 60px;
}

.wc_temp_list li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.wc_temp_list li a p {
    font-size: 16px;
    font-weight: 600;
    color:#077ccf;
}

/* -------------------------------------
中小企業庁支援案内追加 2022.6.29
------------------------------------- */
.titile_cbox {
    width: 100%;
    padding: 10px ;
    background-color: #fff;
    border: 1px solid #0c4881;
    box-sizing: border-box;
    display: -webkit-flex;
    /* display: flex; */ display: block;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    position: relative;

}

.tcb{
    font-size: 22px;
    font-weight: 600;
    color:#0c4881;
}

.tt_int{
    font-size: 16px;
    line-height:24px;
}

.ttc_regist_left{
	display:block;
	float:left;
	margin-left:10px;
    padding-top: 10px;
}


.ttc_regist_right{
	display:block;
	float:right;
    padding: 200px 40px 10px 20px;
}



.opr_btn {
    float: left;
    width: 240px;
    padding-top: 30px;
    margin: 0 auto;
}
.opr_btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    border: 1px solid #0c4881;
    color: #0c4881;
    width: 240px;
    margin: 0 auto;
    margin: 5px 0;
}

.opr_btn a:before {
    position: absolute;
    top: 33%;
    right: 5%;
    display: inline-block;
    width: 8px;
    height: 13px;
    content: "";
    vertical-align: middle;
    background-image: url(../images/arrow_blue01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.tt_subtitle{
    font-size: 18px;
    font-weight: 600;
}

.tt_tbg{
    width: 100%;
    padding: 10px 50px ;
    background-color: #f0f2f3;
}

.tt_tbg p{
    color: #000000;
    line-height:30px;
}

.tt_tbg a:link { color: #000000; }
.tt_tbg a:visited { color: #000000; }
.tt_tbg a:hover { color: #0c4881; }


.tx_link_b{
    color: #0074be;
    font-weight: 700;
}


/*---------------------------------------------
  SMC TOPタブ切り替え - テーマ・業種別機器
  ---------------------------------------------*/

.theme_list h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.theme_list {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.theme_list_left, .theme_list_right {
    width: 538px;
    max-width: 538px;
}

.theme_list ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme_list ul li {
    width: 264px;
    max-width: 264px;
    margin-bottom: 10px;
    border: 1px solid rgba(128,128,128,0.3);
}

.theme_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}


/*hover処理*/
.theme_list ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.theme_list ul li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


.theme_list ul li dl {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
    padding: 6px 8px;
}

.theme_list ul li dl dt p {
    width: 70px;
    margin: 0 auto;
/*    margin-top: 10px;*/
    position: relative;
    overflow: hidden;
}

.theme_list ul li dl dd span {
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.theme_list ul li dl dd span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0c4881;
  position: absolute;
  left: 0;
    top: 0;
    margin-top: 2px;
}

.theme_list ul li dl dt p img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    border: 1px solid rgba(128,128,128,0.3);
}

/* -------------------------------------
フロン排出抑制法に関するご案内追加 2023.4.4
------------------------------------- */
.titile_febox {
    width: 100%;
    padding: 16px ;
    background-color: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    display: -webkit-flex;
    /* display: flex; */ display: block;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    position: relative;

}

.fecb{
    font-size: 24px;
    font-weight: 600;
    color:#333;
    text-align: center;
}

.rt_ff {
  font-size:14px;
  line-height:20px;
  float:right;
  padding:0px 4px 10px 0;
}

.fe_int{
    font-size: 15px;
    line-height:24px;
}

table.spec_fe {
    margin-bottom: 6px;
    border-collapse: collapse;
}

table.spec_fe th, .spec_fe td {
    text-align: center;
}


.fe_coution{
    font-size: 12px;
    line-height:20px;
}


.fe_subtitle{
    font-size: 15px;
    font-weight: 600;
}

.fe_img{
    float:right;
    width: 80px;
}

.freontbl{
	width:100%;
	border-left:#999 1px solid;
	border-top:#999 1px solid;
        margin-top: 10px;
}

.freontbl th,
.freontbl td
{
	text-align:center;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid !important;
	color:#363433;
	line-height:22px;
}

.freontbl th{
	background-color:#F2F3F7 !important; 
	line-height:16px;
}

.freontbl td{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FFF !important;
}
.freontbl td.tdl{
	text-align:left;
}


.tt_tbg{
    width: 100%;
    padding: 10px 20px ;
    background-color: #f0f2f3;
}

.tt_tbg p{
    color: #000000;
    line-height:30px;
}

.tt_tbg a:link { color: #000000; }
.tt_tbg a:visited { color: #000000; }
.tt_tbg a:hover { color: #0c4881; }


.tx_link_b{
    color: #0074be;
    font-weight: 700;
}

.sd_head{
	color:#F39800;
	font-size:16px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	border-bottom:#F39800 2px solid;
        margin-bottom:20px;
}

.comlist{
	display: block;
	float:left;
	margin-right:50px;
	width:360px;
}

.comlist p{
	margin-bottom:15px;
	font-size:13px;
    line-height:26px;
    padding-left:18px;
}
.comlist p.hq{
}

.comlist p.hq span{
    display:block;
	text-indent:-13px;
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:#0074bf 2px solid;
}






