/*solution.css*/
/*ソリューション*/

/*---------------------------------------------
  ソリューションTOP
  ---------------------------------------------*/
.wide_main {
    width: 100%;
    height: 140px;
    margin-bottom: 45px;
    position: relative;
}

.wide_main h1 span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.solution_title img {
    position: relative;
    width: 100%;
}

.solution_title  h1 {
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 58px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.2;
}

ul.solution_txr {
    width: 100%;
    max-width: 100%;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.solution_txr > li {
    border: 1px solid #c3c3c3;
    width: 362px;
    max-width: 362px;
    height: 400px;
    margin-right: 16px;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    
}

ul.solution_txr li:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.solution_txr > li:nth-child(3n) {
    margin-right: 0;
}

ul.solution_txr > li a {
    display: table;
    width: 100%;
    height: 100%;
}

/*hover処理*/
ul.solution_txr > 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.solution_txr > li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

ul.solution_txr > li img {
    padding-bottom: 16px;

}

ul.solution_txr > li a span {
    font-size: 16px;
    font-weight: 600;
    color: #0072C1;
    padding-top: 30px;
    padding-left: 10px;
}

ul.solution_txr > li a p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 10px 30px 10px;
}

/*---------------------------------------------
  課題別製品紹介
  ---------------------------------------------*/
.wide_s {
    width: 100%;
    height: 140px;
    margin-bottom: 45px;
    position: relative;
}

.wide_s h1 span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.s_issue_title img {
    position: relative;
    width: 100%;
}

.s_issue_title  h1 {
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.2;
}



ul.issue_txr {
    width: 100%;
    max-width: 100%;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.issue_txr > li {
    border: 1px solid #c3c3c3;
    width: 362px;
    max-width: 362px;
    height: 100px;
    margin-right: 16px;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    padding:4px 6px;
}

ul.issue_txr li:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.issue_txr > li:nth-child(3n) {
    margin-right: 0;
}

ul.issue_txr > li a {
    display: table;
    width: 100%;
    height: 100%;
}

/*hover処理*/
ul.issue_txr > 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.issue_txr > li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

ul.issue_txr > li img {
    width: 70px!important;
    height: 70px!important;
}



ul.issue_txr > li a p {
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
}


ul.issue_txr 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;
}


ul.issue_txr li dl dt p {
    margin: 0 auto;
    border: 1px solid #dadada;
    position: relative;
    overflow: hidden;
}

ul.issue_txr li dl dd {
    margin-left: 15px;
}

ul.issue_txr li dl dd span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #0072C1;
}



/*---------------------------------------------
  SMCのご提案TOP
  ---------------------------------------------*/
.wide_s {
    width: 100%;
    height: 140px;
    margin-bottom: 45px;
    position: relative;
}

.wide_s h1 span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.s_proposal_title img {
    position: relative;
    width: 100%;
}

.s_proposal_title  h1 {
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.2;
}


ul.proposal_txr {
    width: 100%;
    max-width: 100%;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.proposal_txr > li {
    border: 1px solid #c3c3c3;
    width: 362px;
    max-width: 362px;
    height: 120px;
    margin-right: 16px;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    padding:4px 6px;
}

ul.proposal_txr li:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.proposal_txr > li:nth-child(3n) {
    margin-right: 0;
}

ul.proposal_txr > li a {
    display: table;
    width: 100%;
    height: 100%;
}

/*hover処理*/
ul.proposal_txr > 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.proposal_txr > li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

ul.proposal_txr > li img {
    padding-bottom: 16px;

}

ul.proposal_txr > li a span {
    font-size: 15px;
    font-weight: 600;
    color: #0072C1;
    padding: 8px 10px;
float:left!important;
}

ul.proposal_txr > li a p {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 5px 10px 10px 10px;
}



/*---------------------------------------------
  63 テーマ別 ソリューション / 耐熱・耐食・食品グリース対応製品
  ---------------------------------------------*/

ul.pro_related_list {
    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: 0;
}

ul.pro_related_list li {
    width: 272px;
    max-width: 272px;
    height: 104px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.pro_related_list li:nth-child(3n) {
    margin-right: 0;
}

ul.pro_related_list li a {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    position: relative;
}

ul.pro_related_list li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.pro_related_list li div.pl_left {
    display: inline-block;
    width: 64%;
}

ul.pro_related_list li img {
    position: absolute;
    width:130px;
    right: 0;
    top: 0;
}

ul.pro_related_list li p {
    font-size: 16px;
    font-weight: 400;
}


/*hover処理*/
ul.pro_related_list 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.pro_related_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


/*---------------------------------------------
  64 テーマ別 ソリューション / 耐熱・耐食
  ---------------------------------------------*/

.heat_main {
    width: 100%;
    padding: 0 0 20px;
}

.heat_main ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.heat_main ul li {
    text-align: center;
}

.heat_main ul li img {
    width: 138px;
}

.heat_main ul li p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.heat_main ul li span {
    font-size: 14px;
    font-weight: 400;
}

.heat_main ul.sec {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.heat_main ul.sec > li:first-child {
    margin-right: 30px;
}

.heat_main ul.sec > li:first-child img {
    width: 182px;
}

.heat_main ul.sec > li:nth-child(2) img {
    width: 140px;
}

.heat_main ul.sec > li:first-child > ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*tableレスポ normal*/

table.res_tb01 {
    width: 100%;
    margin-top: 20px;
}

table.res_tb01 th {
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
}

table.res_tb01 th a,
table.res_tb01 td a {
    position: relative;
}

table.res_tb01 th a:before,
table.res_tb01 td a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #c3c3c3;
    position: absolute;
    bottom: 0;
    right: -24px;
}

table.res_tb01 th a:after,
table.res_tb01 td a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
    position: absolute;
    bottom: 5px;
    right: -18px;
    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;
}

table.res_tb01 th a:hover,
table.res_tb01 td a:hover {
    color: #0072c1;
}

table.res_tb01 {
    font-size: 14px;
    padding: 10px 10px;
}

table.res_tb01 th,
table.res_tb01 td {
    border: 1px solid #c8c8c8;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

table.res_tb01 tr th:first-child {
    border-left: 0px none;
    text-align: left;
}

table.res_tb01 tr th:last-child {
    border-right: 0px none;
}

table.res_tb01 tr td:first-child {
    border-left: 0px none;
}

table.res_tb01 tr td:last-child {
    border-right: 0px none;
}

table.res_tb01 tr {
    background-color: #fff;
}

table.res_tb01 tr.gr {
    background-color: #e4ebeb;
}

table.res_tb01 th.tx_left, td.tx_left {
    text-align: left;
}

/*---------------------------------------------
  65 テーマ別 ソリューション / 食品用H1 グリース
  ---------------------------------------------*/

.grease_main {
    width: 100%;
    padding: 0 0 20px;
}

.grease_main ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.grease_main ul li {
    text-align: center;
    margin-right: 60px;
}

.grease_main ul li:last-child {
    margin-right: 0;
}

.grease_main ul li img {
    width: 168px;
}

.grease_main ul li p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.grease_main ul li span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}



/*---------------------------------------------
  66 テーマ別 ソリューション / ハイジェニックデザイン
  ---------------------------------------------*/

.hygienic_main {
    width: 100%;
    padding: 0 0 20px;
}

.hygienic_main ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.hygienic_main ul li {
    text-align: center;
    margin-right: 60px;
}

.hygienic_main ul li:last-child {
    margin-right: 0;
}

.hygienic_main ul li img {
    width: 196px;
}

.hygienic_main ul li p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.hygienic_main ul li span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}


/*---------------------------------------------
  67 テーマ別 ソリューション / 溶接機におけるサーモチラー設置のご提案
  ---------------------------------------------*/

ul.chiller {
    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;
}

ul.chiller li {
    width: 272px;
    max-width: 272px;
    height: 110px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.chiller li a {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    position: relative;
}

ul.chiller li a p {
    width: 115px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

ul.chiller li a img {
    width: 132px;
    position: absolute;
    top: 0;
    right: 18px;
}

ul.chiller li:nth-child(3n) {
    margin-right: 0;
}

ul.chiller li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}


/*hover処理*/
ul.chiller 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.chiller li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


/*---------------------------------------------
  70 テーマ別 ソリューション / 結露対策
  ---------------------------------------------*/

div.conden_01 {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #e8efef;
    padding: 30px 20px;
}

div.conden_01_left {
/*    width: calc(100% - 380px);*/
}

div.conden_01_right img{
    width: 380px;
    min-width: 380px;
}

div.conden_01 h3 {
    font-size: 22px;
    color: #2178c6;
    padding: 0;
}

div.conden_01 p.tx01 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
}

div.conden_01 p.tx02 {
    padding: 10px 0;
    font-size: 16px;
}

div.conden_01 p.tx02 span {
    color: #2178c6;
    font-weight: 700;
}

div.conden_02 {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

div.conden_02_left {
    
}

div.conden_02_left img {
    width: 302px;
}

div.conden_02_mid {
    padding-right: 40px;
}

div.conden_02_mid img {
    width: 64px;
}

div.conden_02_right {
/*    width: calc(100% - 302px);*/
}

.conden_02_right_box {
    border: 1px solid #2178c6;
    padding: 30px 30px 30px 70px;
    position: relative;
    width: 376px;
}

.conden_02_right_box span {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #2178c6;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
}

div.conden_03 {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #e8efef;
    margin-bottom: 10px;
}

.conden_03_left h3 {
    font-size: 18px;
    padding: 0;
    display: inline-block;
    position: relative;
}

.conden_03_left h3:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #333333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.conden_03_left img {
    width: 554px;
    min-width: 554px;
    margin-top: 5px;
}

.conden_03_right {
    padding: 0 0 0 30px;
}

.bt_area {
    text-align: right;
    margin-bottom: 15px;
}


/*---------------------------------------------
  70 テーマ別 ソリューション / 結露対策 / 製品関連情報
  ---------------------------------------------*/

ul.pro_relate {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0;
}

ul.pro_relate li {
    width: 272px;
    max-width: 272px;
    height: 110px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.pro_relate li a {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
    position: relative;
}

ul.pro_relate li a p {
    font-size: 16px;
/*  width: 115px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
*/
}

/*
ul.pro_relate li a img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
*/

ul.pro_relate li.actuator a {
    background-image: url(/assets/smc_img/assets/products/solutions/ja-jp/condensation/images/conden_05.png);
    background-repeat: no-repeat;
    background-position: right;
}

ul.pro_relate li.moiscon a {
    background-image: url(/assets/smc_img/assets/products/solutions/ja-jp/condensation/images/conden_06.png);
    background-repeat: no-repeat;
    background-position: right;
}


ul.pro_relate li.moiscon a {
    
}

ul.pro_relate li:nth-child(3n) {
    margin-right: 0;
}

ul.pro_relate li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}


/*hover処理*/
ul.pro_relate 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;
    z-index: 10;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.pro_relate li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

table.web_tb tr td.tx_left {
    text-align: left;
    padding-left: 15px;
}

table.web_tb tr td.pl50 {
    padding-left: 50px;
}

.web_tabs h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 5px 0 5px;
}


/*---------------------------------------------
  73 テーマ別 ソリューション / 静電気対策機器（イオナイザ）
  ---------------------------------------------*/

p.ionizer_tx {
    margin-bottom: 20px;
}

ul.ionizer_01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}

ul.ionizer_01 li {
    width: 196px;
    max-width: 196px;
    margin-right: 20px;
    text-align: center;
}

ul.ionizer_01 li:last-child {
    margin-right: 0;
}

ul.ionizer_01 li img {
    margin-bottom: 8px;
}

ul.ionizer_01 li span {
    white-space: nowrap
}


ul.ionizer_03 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

ul.ionizer_03 li {
    width: 266px;
    max-width: 266px;
    margin-right: 15px;
    margin-bottom: 20px;
}

ul.ionizer_03 li:nth-child(3n) {
    margin-right: 0;
}

ul.ionizer_03 li p {
    padding-bottom: 8px;
}

ul.ionizer_03 li div {
    border: 1px solid #c3c3c3;
    position: relative;
    text-align: center;
    height: 183px;
}

ul.ionizer_03 li div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    image-rendering: pixelated;
}

ul.ionizer_02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 40px;
}

ul.ionizer_02 li.right p {
    font-size: 18px;
    font-weight: 700;
    color: #2178c6;
    border: 1px solid #2178c6;
    width: 300px;
    height: 90px;
    text-align: center;
    padding: 30px 0;
}

ul.ionizer_02 li img.arrow {
    width: 64px;
}

ul.ionizer_02 li.left ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 420px;
    border: 1px solid #bcc4d5;
    height: 90px;
    padding: 10px;
}

ul.ionizer_02 li.left ul li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
    font-size: 13px;
}

ul.ionizer_02 li.left ul li:nth-child(2n) {
    margin-right: 0;
}

ul.ionizer_02 li.left ul li.bold {
    font-weight: bold;
}

ul.ionizer_list {
    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;
}

ul.ionizer_list li {
    width: 272px;
    max-width: 272px;
    min-height: 148px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

ul.ionizer_list li:nth-child(3n) {
    margin-right: 0;
}

ul.ionizer_list li a.all {
    display: block;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    padding: 10px;
    width: 100%;
    height: 100%;
     z-index: -1;
}

ul.ionizer_list li a.all:before {
    content: none;
}


/*hover処理*/
ul.ionizer_list li a.all:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 6px 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.ionizer_list li a.all:hover::after {
    opacity: 0.2;
}
/*hover処理*/

ul.ionizer_list li div.plink {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}

ul.ionizer_list li div.plink a {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    margin-right: 20px;
}

ul.ionizer_list li div.plink  a.links {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    margin-right: 10px;
}

ul.ionizer_list li div.plink  a.link01 {
    display: block;
    margin-bottom: 5px;
}

ul.ionizer_list li div.plink  a.links:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0072c1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

ul.ionizer_list li a.links:hover {
    color: #0072c1;
}

ul.ionizer_list li a.link01 {
    display: block;
}

ul.ionizer_list li a.whole:before {
    content: none;
}

ul.ionizer_list li:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.ionizer_list li span {
    font-size: 14px;
    font-weight: 700;
    
}

ul.ionizer_list li p {
    font-size: 16px;
    display: block;
    margin: 5px 0;
    line-height: 1.2;
    font-feature-settings: "palt";
}

ul.ionizer_list li img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

/*---------------------------------------------
  71 エアドライヤ設置のご提案
  ---------------------------------------------*/

.drier_top {
    padding: 25px;
    background-color: #e8efef;
    height: 138px;
    margin-bottom: 35px;
    position: relative;

    background-image: url(/assets/smc_img/assets/products/solutions/ja-jp/drier/images/drier01.png);
    background-position: right 10px top 0;
    background-repeat: no-repeat;
}

.drier_top .dr_tx01 {
    font-size: 22px;
    font-weight: 700;
    color: #0072c1;
}

.drier_top .dr_tx02 {
    font-size: 18px;
    font-weight: 700;
}

.drier_main_img {
    display: block;
    margin: 35px auto 35px;
}

.drier_block_01 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.drier_block_01 ul li {
    width: 196px;
    max-width: 196px;
    border: 1px solid #c3c3c3;
    padding: 10px 0 0;
    margin-right: 16px;
}

.drier_block_01 ul li:last-child {
    margin-right: 0;
}

.drier_block_01 ul li p {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.drier_block_01 ul li img {
    width: 184px;
    display: block;
    margin: 0 auto;
}

p.dri_pro {
    font-size: 18px;
    font-weight: 700;
    color: #0072c1;
    margin-bottom: 15px;
}

p.dri_pro span {
    display: inline-block;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    margin-right: 5px;
    font-weight: 700;
    color: #fff;
    background-color: #0072c1;
}

.drier_block_02 ul {
    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;
}

.drier_block_02 ul li {
    width: 266px;
    max-width: 266px;
    box-sizing: border-box;
    margin-right: 18px;
    margin-top: 25px;
}

.drier_block_02 ul li:nth-child(3n) {
    margin-right: 0;
}

.drier_block_02 ul li div {
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    padding: 15px 18px 5px;
    height: 188px;
}

.drier_block_02 ul li img {
    width: 228px;
}

.drier_block_02 ul li div p {
    margin-bottom: 10px;
}

.drier_block_02 ul li span.ho {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.drier_block_02 ul li.last div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.drier_block_02 ul li.last img {
    width: auto;
    margin-right: 20px;
}

.drier_block_03 {
    padding: 35px 0 5px;
}

a.normal_bt_w270 {
    width: 270px;
    min-height: 48px;
    background-color: #0072C1;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 12px 35px 12px 20px;
    margin-right: 10px;
}

a.normal_bt_w270 span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.0;
}

a.normal_bt_w270:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

a.normal_bt_w270:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    opacity: 1.0;
}

div.flex {
    display: -webkit-flex;
    display: flex;
}

.drier_block_02 ul li.last img {
    margin: 0 auto;
    display: block;
}

.drier_block_01 ul li p {
    font-size: 13px;
}


/*---------------------------------------------
  98 真空用機器
  ---------------------------------------------*/

.main_img02 {
    position: relative;
}

p.specTitle {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}


ul.vacuum_top_list {
    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: 0;
}

ul.vacuum_top_list li {
    width: 272px;
    max-width: 272px;
    height: auto;
    min-height: 136px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    display: block;
    padding: 10px;
    position: relative;
}

ul.vacuum_top_list li:nth-child(3n) {
    margin-right: 0;
}

ul.vacuum_top_list li p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

ul.vacuum_top_list li a.v_frame {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
}

ul.vacuum_top_list li a.v_frame:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pointer {
    cursor: pointer;
}

/*hover処理*/
ul.vacuum_top_list > li.pointer: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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.vacuum_top_list > li.pointer:hover::after {
    opacity: 0.2;
}
/*hover処理*/




ul.vacuum_top_list li a.v_item {
    display: block;
    position: relative;
    padding-left: 15px;
    z-index: 99;
}


ul.vacuum_top_list li a.v_item:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
/*    top: 50%;*/
    top: 4px;
    left: 0;
}

ul.vacuum_top_list li a.v_item:hover {
    cursor: pointer;
    color: #0072c1;
}

ul.vacuum_list {
    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: 0;
}

ul.vacuum_list li {
    width: 272px;
    max-width: 272px;
    height: auto;
    min-height: 136px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.vacuum_list li:nth-child(3n) {
    margin-right: 0;
}

ul.vacuum_list li a.v_frame {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    position: relative;
}

ul.vacuum_list li a.v_frame:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.vacuum_list li a.v_frame img {
    width: 134px;
}



ul.vacuum_list li div.pl_left {
    display: inline-block;
/*    width: 64%;*/
    width: calc(100% - 100px);
}

ul.vacuum_list li img {
    position: absolute;
    width:130px;
    right: 0;
    top: 0;
}

ul.vacuum_list li p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

ul.vacuum_list li div.pl_left a {
    display: block;
    position: relative;
    padding-left: 15px;
    z-index: 99;
}


ul.vacuum_list li div.pl_left a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
/*    top: 50%;*/
    top: 4px;
    left: 0;
}

ul.vacuum_list li div.pl_left a:hover {
    color: #0072c1;
    opacity: 1;
}


/*hover処理*/
ul.vacuum_list > 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.vacuum_list > li > a:hover::after {
    opacity: 0.2;
}
/*hover処理*/



/*---------------------------------------------
  97 圧力スイッチ / センサ
  ---------------------------------------------*/

h3.normal_sub_t {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
/*    padding: 0 0 0 20px;*/
    margin-bottom: 20px;
    position: relative;
    
    
    border-left: 5px solid #b3b3b3;
    padding: 8px;
    padding-left: 10px;
    vertical-align: middle;
}

h3.normal_sub_t:before {
    content: '';
    border-left: 5px solid #0072C1;
    position: absolute;
    left: -5px;
    height: 14px;
    top: 0;
}


/*
h3.normal_sub_t:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    left: 0;
    height: 100%;
    min-height: 36px;
    top: 0;
}

h3.normal_sub_t:after {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    height: 30%;
    min-height: 12px;
    top: 0;
}
*/

.swSensorListWrap {
    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-top: 10px;
}

ul.swSensorList {
    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-top: 10px;
    margin-bottom: 20px;
}

ul.swSensorList li {
    width: 198px;
    max-width: 198px;
    margin-right: 14px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    height: auto;
    min-height: 160px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
}

ul.swSensorList li:nth-child(2n) {
    margin-right: 0;
}

.swSensorListWrap_right ul.swSensorList li:nth-child(2n) {
    margin-right: 0;
}

ul.swSensorList li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

ul.swSensorList li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*hover処理*/
ul.swSensorList 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.swSensorList li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/



ul.sw_sensor_list {
    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-top: 10px;
    margin-bottom: 0;
}

ul.sw_sensor_list li {
    width: 198px;
    max-width: 198px;
    margin-right: 14px;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #c8c8c8;
    height: auto;
    box-sizing: border-box;
}

ul.sw_sensor_list li:nth-child(4n) {
    margin-right: 0;
}

ul.sw_sensor_list li.border_none {
    border: none;
}

ul.sw_sensor_list.w_title li {
    border: none;
}

ul.sw_sensor_list.w_title li a {
    border: 1px solid #c8c8c8;
}

ul.sw_sensor_list li a {
    display: block;
    width: 100%;
    height: 160px;
    padding: 10px;
/*    border: 1px solid #c8c8c8;*/
    position: relative;
}

ul.sw_sensor_list li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}


ul.sw_sensor_list li p {
    font-size: 16px;
    line-height: 1.3;
}

ul.sw_sensor_list li a img {
    margin: 0 auto;
    display: block;
}


ul.sw_sensor_list li a img {
    width: 162px;
}


/*hover処理*/
ul.sw_sensor_list 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.sw_sensor_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/



/*---------------------------------------------
  96 電動アクチュエータ
  ---------------------------------------------*/

ul.w138 li a img {
    width: 138px;
    margin: 0 auto;
    display: block;
}

ul.w146 li a img {
    width: 146px;
    margin: 0 auto;
    display: block;
}

h4.list_item_t {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

h4.list_item_t span {
    font-size: 14px;
}

h4.list_item_t span.item_type {
    font-size: 16px;
    color: #fff;
    background: #333333;
    padding: 10px 20px;
    margin-right: 15px;
    display: inline-block;
}

.swSensorListWrap_left {
    box-sizing: border-box;
    width: 410px;
    max-width: 410px;
    margin-right: 14px;
}

.swSensorListWrap_right {
    box-sizing: border-box;
    width: 410px;
    max-width: 410px;
}


.swSensorListWrap_left ul.w138 li:nth-child(2n){
    margin-right: 0;
}

.swSensorListWrap_right ul.w138 li:nth-child(2n){
    margin-right: 0;
}

ul.sw_sensor_list li p span.ft12 {
    font-size: 12px;
    font-weight: 500;
}

ul.sw_sensor_list li p span.ft14 {
    font-size: 14px;
    font-weight: 500;
}


ul.sw_sensor_list li a img.w180 {
    width: 180px;
    max-width: 100%;
/*
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
*/
}

h3.normal_sub_t span {
    font-size: 16px;
}

ul.sw_sensor_list_01 li {
    border: 1px solid #c8c8c8;
}

ul.sw_sensor_list_01 li a {
    border: none;
    height: 100%;
    padding: 10px 8px;
}

ul.sw_sensor_list_01 li p {
    font-size: 15px;
}

ul.sw_sensor_list_01 li p.ft14 {
    font-size: 14px;
    letter-spacing: -1px;
}


.gunit_link {
    position: relative;
    border: 1px solid #c8c8c8;
    padding: 15px 15px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    box-sizing: border-box;
    width: 680px;
}

.gunit_link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}


.gunit_link a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.gunit_link_r img {
    width: 420px;
    max-width: 420px;
}

.gunit_link p.filed_t {
    font-size: 16px;
    white-space: nowrap;
}

.gunit_link p.field_path {
    font-size: 14px;
    padding: 8px 16px;
    color: #fff;
    text-align: center;
    background-color: #333;
    margin-top: 30px;
}

/*hover処理*/
.gunit_link 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.gunit_link a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


ul.w410 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

ul.sw_sensor_list.w410 li {
    width: 410px;
    max-width: 410px;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    height: auto;
    box-sizing: border-box;
}

ul.sw_sensor_list.w410 li a img {
    width: 338px;
    position: absolute;
/*
    left: 0;
    right: 0;
    margin: 0 auto;
*/
}

ul.sw_sensor_list.w410 li a img.slidetype {
    bottom: 0;
    right: 5%;
}

ul.sw_sensor_list.w410 li a img.rodtype {
    bottom: 3%;
    right: 5%;
}

ul.sw_sensor_list.w410 li a img.slidetable {
    width: 278px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5%;
}

ul.sw_sensor_list.w410 li ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

ul.sw_sensor_list.w410 li ul li {
    width: 198px;
    max-width: 198px;
    margin-bottom: 0;
    display: block;
    height: auto;
    box-sizing: border-box;
}

ul.sw_sensor_list.w410 li ul li img {
    left: 0;
    right: 0;
    margin: 0 auto;
}

h3.normal_sub_t.ad_bottom {
    margin-bottom: 42px;
}

ul.ed_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.ed_service_bt li {
    width: 360px;
    max-width: 360px;
    margin-bottom: 6px;
    background: #fff;
    display: table;
    
}

ul.ed_service_bt li a {
    width: 360px;
    height: 46px;
    border: 1px solid #0072c1;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    color: #fff;
    background: #0072c1;
    text-align: left;
}

ul.ed_service_bt li:nth-child(odd) {
    margin-right: 10px;
}

ul.ed_service_bt li a:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 3px;
}

ul.ed_service_bt li.cat_movie a::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -6px;
    transform: rotate(45deg);
}


ul.ed_service_bt li:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}

/*---------------------------------------------
  86907 協働ロボット用グリッパ
  ---------------------------------------------*/
ul.sw_robot_list {
    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-top: 16px;
    margin-bottom: 0;
}

ul.sw_robot_list li {
    width: 198px;
    max-width: 198px;
    margin-right: 14px;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #c8c8c8;
    height: auto;
    box-sizing: border-box;
}

ul.sw_robot_list li:nth-child(4n) {
    margin-right: 0;
}

ul.sw_robot_list li.border_none {
    border: none;
}

ul.sw_robot_list.w_title li {
    border: none;
}

ul.sw_robot_list.w_title li a {
    border: 1px solid #c8c8c8;
}

ul.sw_robot_list li a {
    display: block;
    width: 100%;
    height: 220px;
    padding: 10px;
/*    border: 1px solid #c8c8c8;*/
    position: relative;
}

ul.sw_robot_list li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}


ul.sw_robot_list li p {
    font-size: 16px;
    line-height: 1.3;
}

ul.sw_robot_list li a img {
    margin: 0 auto;
    display: block;
}


ul.sw_robot_list li a img {
    width: 162px;
}



ul.sw_robot_list 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;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.sw_sensor_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


ul.b410 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

ul.sw_robot_list.b410 li {
    width: 410px;
    max-width: 410px;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    height: auto;
    box-sizing: border-box;
}

ul.sw_robot_list.b410 li a img {
    width: 338px;
    position: absolute;
/*
    left: 0;
    right: 0;
    margin: 10px auto;
*/
}

ul.sw_robot_list.b410 li a img.slidetype {
    bottom: 0;
    right: 5%;
}

ul.sw_robot_list.b410 li a img.rodtype {
    bottom: 3%;
    right: 5%;
}

ul.sw_robot_list.b410 li a img.slidetable {
    width: 278px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5%;
}

ul.sw_robot_list.b410 li ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

ul.sw_robot_list.b410 li ul li {
    width: 198px;
    max-width: 198px;
    margin-bottom: 0;
    display: block;
    height: auto;
    box-sizing: border-box;
}

ul.sw_robot_list.b410 li ul li img {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.line3a {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: solid 2px #3098d8;
  position: relative;
 margin-bottom:16px;
}

.line_bt_cr  {
    background-color: #0072C1;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}

.line_bt_cr p{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}




