/*new_products.css*/
/*新製品情報*/


/*---------------------------------------------
  SMC 新製品情報ページ
  ---------------------------------------------*/

div.prod {
    margin-bottom: 30px;
}

.new_pro_details {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 60px;
}

.new_pro_left {
    box-sizing: border-box;
    width: 300px;
    max-width: 300px;
    margin-right: 14px;
    text-align: center;
}

.new_pro_left img {
    display: block;
    margin: 0 auto;
}

.new_pro_left img:nth-child(2) {
    margin-top: 15px;
}

img.new_pro_item {
    max-width: 280px;
    margin-bottom: 15px;
}

.new_pro_right {
    box-sizing: border-box;
    width: 520px;
    max-width: 520px;
}

ul.new_pro_details_text {
    margin-bottom: 20px;
    padding-left: 1.3em;
}

ul.new_pro_details_text li {
    font-size: 15px;
    list-style-type: disc;
}

ul.new_pro_details_text li span.red {
    font-weight: 700;
    font-size: 14px;
    padding-left: 8px;
}

ul.new_pro_bt {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

ul.new_pro_bt_r {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

ul.new_pro_bt li {
    width: 256px;
    max-width: 256px;
    height: 40px;
}

ul.new_pro_bt li a.bt_dl {
    display: block;
    background-color: #0072c1;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding-left: 10px;
}

ul.new_pro_bt li a.bt_dl:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    transform: rotate(45deg);
}

ul.new_pro_bt li a.bt_dl:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 1.0;
}


ul.new_pro_bt li a.bt_view {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding-left: 15px;
    background: #fff;
    border: 1px solid #0072C1;
    color: #0072C1;
}

ul.new_pro_bt li a.bt_view:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 7px;
    background-image: url(/assets/smc_img/common/bt_view_ic.png);
    width: 30px;
    height: 24px;
}

ul.new_pro_bt li a.bt_view:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}

.new_pro_left p.new_ic {
    color: #fff;
    font-size: 16px;
    background-color: #b72527;
    padding: 4px 10px;
    width: 56px;
    line-height: 1.4em;
    font-weight: 600;
}

.new_pro_right p.date_ic {
    font-size: 14px;
    padding: 0;
    margin-bottom: 5px;
}

/*20210217追記*/
.new_red {
    color: #ff0000;
}

/*---------------------------------------------
  61 省エアシステムのご提案
  ---------------------------------------------*/

.air_co2 {
    width: 100%;
    padding: 18px;
    background-color: #e8efef;
}

.air_co2 p {
    color: #0072c1;
    font-size: 22px;
    font-weight: 700;
}

.air_co2 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.air_co2 ul li {
    width: 104px;
    max-width: 104px;
    margin-right: 11px;
}

.air_co2 ul li:last-child {
    margin-right: 0;
}


.air_catch {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.air_catch span {
    color: #0072c1;
}

ul.air_copy li {
    font-size: 16px;
    margin-bottom: 5px;
}

ul.air_saving_main {
    position: relative;
    padding-bottom: 100px;
    margin-top: 40px;
}

ul.air_saving_main li:first-child {
    text-align: center;
}


ul.air_saving_main li:first-child img {
    width: 694px;
    margin: 0 auto;
}

ul.air_saving_main li:nth-child(2) {
    width: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.air_saving_main li:nth-child(3){
    width: 230px;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.air_saving_main li:nth-child(2) img {
    max-width: 230px;
}

ul.air_saving_main li:nth-child(3) img {
    max-width: 230px;
}

.common_block h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.common_block h3:after {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    height: 30%;
    top: 0;
}

.common_block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}

ul.searchProduct {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

ul.searchProduct li {
    width: 272px;
    max-width: 272px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.searchProduct li:nth-child(3n) {
    margin-right: 0;
}

ul.searchProduct li a {
    border: 1px solid #c8c8c8;
    width: 100%;
    display: block;
    position: relative;
}

ul.searchProduct 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.searchProduct 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.searchProduct li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


/*---------------------------------------------
  77 バータイプ/イオナイザIZS40/41/42シリーズ - 機種別機能一覧
  ---------------------------------------------*/

.two_tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.two_tabs li {
    position: relative;
    width: 412px;
    box-sizing: border-box;
    transition: all .2s ease;
    text-align: center;
    margin-right: 10px;
}

.two_tabs li a {
    color: #fff;
    background: #808080;
    font-size: 18px;
}

.two_tabs li.active a {
    color: #fff;
    background: #0072c1;
}

.two_tabs li.active a:before {
    bottom: 4px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    border-bottom: none;
    border-right: none;
}

.two_tabs li:last-child {
    margin-right: 0;
}

.two_tabs li a {
    display: block;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.two_tabs li a:before {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}


/*hover処理*/

.two_tabs li a:hover {
    opacity: 0.9;
}

.two_tabs 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;*/
}

.two_tabs li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


.tabs_cont {
    padding: 40px 20px;
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    width: 100%;
    border-top : 5px solid #0072c1;
}

.tabs_cont_title {
    font-size: 20px;
    font-weight: 700;
}

span.c_red {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dc8394;
}

span.c_yellow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e8ab78;
}

span.c_green {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8bc3bc;
}



td.img_posi {
    position: relative;
}

td.img_posi img {
    position: absolute;
    top: 0;
    left: -15px;
    width: 360px;
    max-width: 360px;
}

table.feature_tb {
    line-height: 1.6;
    table-layout: fixed;
    width: 792px;
    box-sizing: border-box;
    display: block;
}

table.feature_tb td.center {
    text-align: center;
}

table.feature_tb td img.item {
    width: 54px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

table.feature_tb th img {
    width: 92px;
    display: block;
    vertical-align: middle;
}

table.feature_tb th {
    padding: 10px 5px;
}

table.feature_tb td {
    padding: 10px 5px;
    white-space: nowrap;
}

table.feature_tb td.type {
    width: 350px;
}

ul.tabs_a {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

ul.tabs_a li{
    
    margin-bottom: -1px;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: block;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 8px;
    position: relative;
}

ul.tabs_a li.active {
    color: #fff;
}

ul.tabs_a li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px 15px 15px;;
    height: 100%;
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    border-bottom: 1px solid #0072c1;
}

ul.tabs_a li a:hover {
    background-color: #0072c1;
    opacity: 0.9;
    color: #fff;
}

ul.tabs_a li.active a {
    color: #fff;
    background-color: #0072c1;
    border: 1px solid #0072c1;
}

ul.tabs_a li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0072c1;
    border-right: solid 2px #0072c1;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

ul.tabs_a li a:hover:after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}

ul.tabs_a li.active:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    bottom: 4px;
}

ul.tabs_a li.active a:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    border-bottom: none;
    border-right: none;
    bottom: 4px;
}

table.table_pat01 {
    table-layout: fixed;
    width: 834px;
    box-sizing: border-box;
}

table.table_pat01 td {
    padding: 5px;
}

table.table_pat01 td.center {
    text-align: center;
}

table.table_pat01 img.series_img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


/*---------------------------------------------
  SMC 特定開発品情報
  ---------------------------------------------*/

.num_of_products {
    margin-bottom: 15px;
}

.num_of_products p {
    font-size: 20px;
    font-weight: 600;
    color: #0072c1;
    display: inline-block;
    vertical-align: middle;
}

.num_of_products p.current_numbers {
    font-size: 16px;
}

.limit_form {
    width: 140px;
    margin-left: auto;
    margin-bottom: 10px;
    position: relative;
    text-align: right;
}

.limit_form select {
    border: 1px solid #c3c3c3;
    padding: 10px 12px;
    z-index: 1;
}


.limit_form::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.side_menu_search {
    background: #f2f2f2;
    padding: 15px 10px 20px 10px;
    box-sizing: border-box;
}

.side_menu_search form {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side_menu_search p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
}

.side_menu_search input {
    box-sizing: border-box;
    display: inline-block;
}

.side_menu_search input[type="text"] {
    background: #fff;
    height: 40px;
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    border: none;
}

.side_menu_search input[type="text"]:hover {
    opacity: 1.0;
}

.side_menu_search input[type="submit"] {
    background: #0072c1;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    position: relative;
}


.side_menu_search button {
    background: #0072c1;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    cursor: pointer; 
}

.side_menu_search button {
    font-weight: 900;
    color: #fff;
    font-size: 18px;
}

.side_menu_search button:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    opacity: 1.0;
}


/*
.side_menu_search button::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

.side_menu_search button::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 6px;
    top: calc(50% + 6px);
    left: calc(50% + 2px);
    border-top: solid 2px #fff;
    transform: rotate(45deg);
}
*/


/*---------------------------------------------
  SMC NewProductsDetail
  ---------------------------------------------*/

.new_pro_detail img {
    display: block;
    margin: 10px auto;
}

.new_pro_detail p a {
    color: #0072c1;
}

.new_pro_detail p a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.new_pro_detail img.img_l {
    display: block;
    margin-left: 0;
}

.new_ic {
    color: #fff;
    font-size: 16px;
    background-color: #b72527;
    padding: 2px 10px;
    width: 56px;
    line-height: 1.4em;
    font-weight: 600;
}

ul.new_pro_flex {
    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;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.new_pro_flex > li {
    box-sizing: border-box;
    width: 48%;
    max-width: 48%;
    margin-right: 4%
}

ul.new_pro_flex > li:nth-child(2n) {
    margin-right: 0;
}

ul.func_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;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    list-style-type: disc;
    margin-bottom: 20px;
}

ul.func_list > li {
    box-sizing: border-box;
    width: 32%;
    max-width: 32%;
    margin-right: 2%;
}

ul.func_list > li:nth-child(3n) {
    margin-right: 0;
}

.link_ic {
    font-size: 16px;
    font-weight: 600;
}

.link_ictx {
    font-size: 22px;
    font-weight: 600;
}




