/*product_info.css*/


.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_42 {
    margin-bottom: 42px;
}

.mb_44 {
    margin-bottom: 44px;
}

.mb_46 {
    margin-bottom: 46px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mb_50 {
    margin-bottom: 50px;
}
.mb_52 {
    margin-bottom: 52px;
}
.mb_54 {
    margin-bottom: 54px;
}
.mb_56 {
    margin-bottom: 56px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_64 {
    margin-bottom: 64px;
}


.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_100 {
    margin-bottom: 100px;
}



/*---------------------------------------------
  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処理*/


/*---------------------------------------------
  62 次世代の省スペース・軽量化へのご提案
  ---------------------------------------------*/

.gray_box {
    padding: 15px;
    background-color: #e8efef;
    margin-bottom: 15px;
}

.gray_box > p {
    font-size: 22px;
    font-weight: 700;
}

ul.saving_top01 {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 15px;
}

ul.saving_top01 > li {
    width: 256px;
    max-width: 256px;
    margin-right: 15px;
}

ul.saving_top01 > li:nth-child(3n) {
    margin-right: 0;
}

ul.saving_top01 > li > ul > li:first-child {
    width: 100%;
    height: 76px;
    max-height: 76px;
    display: table;
    background-color: #0072c1;
    text-align: center;
    font-size: 16px;
}

ul.saving_top01 > li > ul > li:first-child span {
    color: #fff;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

ul.saving_top01 > li > ul > li:first-child span span {
    font-size: 12px;
}

ul.saving_top01 > li > ul > li:nth-child(2) {
    height: 170px;
    max-height: 170px;
    background-color: transparent;
    display: block;
    position: relative;
    text-align: center;
}

ul.saving_top01 > li > ul > li:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

ul.saving_top01 > li > ul > li > ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
}

ul.saving_top01 > li > ul > li > ul > li:first-child {
    background-color: #fff;
    border: 1px solid #8f939f;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    max-width: 74px;
    text-align: center;
    margin-right: 10px;
}


ul.saving_top01 > li > ul > li > ul > li:nth-child(2) {
    color: #0072c1;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: -10px;
    margin-right: 10px;
}

ul.saving_top01 > li > ul > li > ul > li:nth-child(2) span {
    font-size: 20px;
}

ul.saving_top01 > li > ul > li > ul > li:nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

ul.saving_top02 {
    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;
    margin-top: 15px;
}

ul.saving_top02 > li {
    width: 386px;
    max-width: 386px;
    margin-right: 15px;
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
}

ul.saving_top02 > li:nth-child(2n) {
    margin-right: 0;
}

ul.saving_top02 > li > p {
    width: 100%;
    height: 54px;
    max-height: 54px;
    display: table;
    background-color: #0072c1;
    text-align: center;
    font-size: 16px;
}

ul.saving_top02 > li > p > span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

ul.saving_top02 > li > ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

ul.saving_top02 > li > ul > li:nth-child(4) {
    width: 170px;
    height: 136px;
    margin-left: auto;
    position: relative;
}

ul.saving_top02 > li > ul > li:nth-child(4) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

ul.saving_top02 > li > ul > li:first-child {
    background-color: #fff;
    border: 1px solid #8f939f;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    max-width: 74px;
    text-align: center;
    margin-right: 10px;
    white-space: nowrap;
}

ul.saving_top02 > li > ul > li:nth-child(2) {
    color: #0072c1;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: -10px;
    margin-right: 10px;
}

ul.saving_top02 > li > ul > li:nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}

ul.saving_top02 > li > ul > li > span {
    font-size: 20px;
    white-space: nowrap;
}


/*---------------------------------------------
  62 次世代の省スペース・軽量化へのご提案 - 製品一覧
  ---------------------------------------------*/

ul.theme_pro_list {
    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.theme_pro_list li {
    width: 272px;
    max-width: 272px;
    height: 176px;
    margin-right: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.theme_pro_list02 li {
    height: 124px;
}

ul.theme_pro_list li:nth-child(3n) {
    margin-right: 0;
}

ul.theme_pro_list li a {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    position: relative;
}

ul.theme_pro_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;
}


/*hover処理*/
ul.theme_pro_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.theme_pro_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


ul.theme_pro_list li span.pl_type {
    border: 1px solid #c3c3c3;
    font-size: 14px;
    padding: 2px 4px;
}

ul.theme_pro_list li p {
    font-size: 16px;
    display: block;
    margin: 5px 0;
    line-height: 1.2;
    font-feature-settings: "palt";
}

ul.theme_pro_list li p span {
    font-size: 14px;
    font-feature-settings: "palt";
}

ul.theme_pro_list li span.pl_series {
    font-size: 14px;
    font-weight: 700;
}

ul.theme_pro_list li div.pl_left {
    display: inline-block;
    width: 65%;
}

ul.theme_pro_list li img {
    position: absolute;
    width:130px;
    right: 10px;
    bottom: 10px;
}

ul.theme_pro_list li a {
    padding: 15px 10px;
}



/*---------------------------------------------
  60 テーマ・業種別製品紹介 / 電動グリッパ
  ---------------------------------------------*/

.gripper_topic {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

ul.gripper01 {
    width: 100%;
    background-color: #e8efef;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul.gripper01 li {
    padding: 20px 20px;
}

ul.gripper01 li img {
    width: 200px;
}

ul.gripper02 {
    margin-bottom: 20px;
    list-style-type: disc;
}

ul.gripper02 li {
    margin-left: 25px;
}

ul.gripper03 {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.gripper03 li p {
    height: 50px;
    font-weight: 700;
}

ul.gripper03 li img {
    width: 264px;
}

ul.gripper03 li ul {
    list-style-type: disc;
    margin-top: 10px;
}

ul.gripper03 li ul li {
    margin-left: 25px;
}

.gripper_tb {
    margin-bottom: 20px;
}

.gripper_tb .links_on_table .tb_link_detail01 {
    position: absolute;
    top: 27%;
}

.gripper_tb .links_on_table .tb_link_detail02 {
    position: absolute;
    top: 60%;
}

.gripper_tb .links_on_table .tb_link_detail03 {
    position: absolute;
    top: 84%;
}

ul.gripper04 {
    width: 100%;
    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;
    padding-top: 20px;
}

ul.gripper04 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}

ul.gripper04 li:nth-child(3n) {
    margin-right: 0;
}

ul.gripper04 li a {
    padding-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

ul.gripper04 li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2px;
}

ul.gripper04 li.current a {
    color: #0072c1;
}

ul.gripper04 li a:hover {
    color: #0072c1;
}


/*---------------------------------------------
  56 化学工業向機器
  ---------------------------------------------*/

.main_img01 {
    margin: 20px auto 20px;
}

ul.p_air_bottom {
    width: 100%;
    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;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.p_air_bottom li {
    width: 260px;
    max-width: 260px;
    margin-right: 25px;
    margin-bottom: 15px;
}

ul.p_air_bottom li:nth-child(3n) {
    margin-right: 0;
}

ul.p_air_bottom li a {
    display: block;
    padding: 10px 10px 10px 12px;
    border: 1px solid #c3c3c3;
    position: relative;
    font-weight: 700;
}

ul.p_air_bottom li a span {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align:center;
    margin-right: 10px;
    font-weight: 700;
}

ul.p_air_bottom li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
}



ul.p_air_bottom li a span.c01 {
    background-color: #bcd3a7;
}

ul.p_air_bottom li a span.c02 {
    background-color: #93c0a9;
}

ul.p_air_bottom li a span.c03 {
    background-color: #b7d5dd;
}

ul.p_air_bottom li a span.c04 {
    background-color: #bfbbda;
}

ul.p_air_bottom li a span.c05 {
    background-color: #efcecb;
}

ul.p_air_bottom li a span.c06 {
    background-color: #f8c380;
}

ul.p_air_bottom li a span.c07 {
    background-color: #c3c3c3;
}


ul.p_air_bottom li a:hover {
    box-shadow: 0 0 0 4px #c3c3c3 inset;
    opacity: 1.0;
}

/*---------------------------------------------
  Products Downloadページ
  ---------------------------------------------*/
.download_area {
    width:   976px;
    margin: 0 auto;
    box-sizing: border-box;
}
.main_img {
    width:  100%;
    margin-top:40px;
position: relative;
}

.download_area p {
    font-size: 14px;
    line-height: 1.8rem;
}

.semi_tt {
    font-size: 22px;
    font-weight: 700;
    color: #0072c1;
}

.download_tx_title {
    font-size: 22px;
    border-bottom: #5e5a5b 1px solid;
    font-weight: bold;
    margin: 20px 0;
}

.c_red {
    font-size: 16px;
    font-weight: 700;
    color:#F00;
}

.c_nor {
    font-size: 16px;
    font-weight: 700;
}

.download_area a{
    font-size: 18px;
	color:#0074BF;
    font-weight: 600;

}

.box_left {
    display: block;
    width: 48%;
    float: left;
}
.box_right {
    display: block;
    width: 48%;
    float: right;
}

.download_bbn {
    display: block;
    background-color: #0074bf;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 2.5rem;
    text-indent: 1em;
    margin: 10px 0;
}


