﻿
/*top_topics.css*/

.top_sec_title_topics {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 30px auto 0;
    background-image: url(../images/top_line_topics.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_sec_title_topics h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    
}



.topics_area {
    padding-top: 15px;
}


.topics_area ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topics_area ul li {
    width: 100%;
    max-width: 270px;
    position: relative;
    border: 1px #c8c8c8 solid;
    margin-bottom: 20px;
    margin-right: 1px;
}



.topics_area ul li.none{
    width: 100%;
    max-width: 270px;
   
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-right: 1px;
}

.topics_area ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.topics_area a:hover {
    text-decoration: underline;
}


@media screen and (min-width:767px) {
.topics_area ul li:hover {
    width: 100%;
    max-width: 270px;
   
    position: relative;
    border: 1px solid #ade3ff;
    margin-bottom: 20px;
    margin-right: 1px;
}
.topics_area ul li.none:hover {
    width: 100%;
    max-width: 270px;
   
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-right: 1px;
}
}

/*hover処理*/
@media screen and (min-width:767px) {
.topics_area ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #ade3ff;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}
}

.topics_area ul li a:hover::after {
    opacity: 1.0;
}
/*hover処理*/


.topics_area ul li img {
    display: block;
}


.topics_area ul li img {
    width: 100%;
    margin: 0 auto;
}

.topics_area ul li span {
    text-align: left;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    top: 0;
    font-size: 15px;
    background: #fff;
    color: #5a5a5a;
}


.topics_area .sub {
    width: 100%;
    height: 47px;
    font-size: 12px;
    letter-spacing: -1px;
    padding: 0px 10px;
}

/*---------------------------------------------
  TOP PickUP表示　2208追加
  ---------------------------------------------*/



#popup_left_contents{
    float: left;
    width: 50%;
}

.popup_txt {
    position: relative;
    left: 30px;
    top: 30px;
    width: 70%;
  white-space: normal;
}

#popup_right_contents {
    float: right;
    width: 50%;
    padding-top: 20px;
}

#popup_right_contents_btn_l{
    float: left;
    width: 50%;
}

#popup_right_contents_btn_r{
    float: right;
    width: 50%;
}


.popup_contents_btn {
    float: left;
    width: 90%;
    padding-top: 5px;
    margin: 0px auto;
}
.popup_contents_btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #0c4881;
    color: #000;
    width: 100%;
    margin: 0 auto;
    margin: 5px 0;
    background: #fff;
}

.popup_contents_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;
}

.popup_contents_btn a:hover {
    background: #cde2f1;
    cursor:pointer;
    opacity: 1;
}

iframe{
    width: 1212px !important;
    height: 582px !important;
}




.top_sec_title_popup_w {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 0 auto;
    background: url(../images/top_line_w.png) top 0 right -950px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.top_sec_title_popup_w h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    color: #0073c5;
}


.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}
.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.modal-box {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.modal-box .inner > :first-child {
  margin-top: 0;
}
.modal-box .modal-close a{
    position: fixed;
    right: 50px;
    top: 50px;
    width: 100%;
    height: 50px;
    text-align: right;
    color: #fff;
    font-size: 30px;
}



.modal-box .inner {
    background: #fff;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
}

.modal-box .inner_ams {
    background: 
    url(../images/air_management_system_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electropneumatic_regulator_img/air_management_system_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_temp {
    background: 
    url(../images/temp_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/temp_img/temp_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.modal-box .inner_electric{
    background: 
    url(../images/electric_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electric_img/electric_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_vacuum{
    background: 
    url(../images/vacuum_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/vacuum_img/vacuum_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_static {
    background: 
    url(../images/static_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/static_img/static_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_link{
    background: 
    url(../images/link_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/link_img/link_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_valves{
    background: 
    url(../images/process_valves_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/process_valves_img/process_valves_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.modal-box .inner_electropneumatic_regulator {
    background: 
    url(../images/electropneumatic_regulator_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electropneumatic_regulator_img/electropneumatic_regulator_zh_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.m-page{margin:50px auto 50px;position:relative;text-align:center;float: left; width:100%;}
.m-page a,.m-page span{min-width:40px;height:40px;font-size:14px;color:#9fa7c5;line-height:40px;text-align:center;display:inline-block;font-weight:500;margin-right:12px;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s; border-radius:5px;}
.m-page .Ahover,.m-page a:hover{background:#0090d7;color:#fff}
.m-page a:last-child{margin-right:0}
.m-page .pagenum{display:inline-block;margin-right:10px}

.mainimg_ac{
display:block;
/*padding-bottom:20px;*/
position:relative;
overflow:hidden;
   /* height:260px;*/
}
.mainimg_ac img{width:100%;}
.mainimg_title{margin:20px auto; font-size:16px; line-height:30px;}
.lmh_2{
    width:100%;
    height:25px;
    line-height:25px;
    background-color:#94B4DE;
    text-indent:5px;
    font-size:14px;
    color:#FFF;
    margin-bottom:20px;
    margin-top: 20px;
}

.caselist{width:49%; float:left; margin-right:2%; margin-bottom:20px;}
.caselist:nth-child(2n+2){margin-right:0px;}
.caselist h5{height:40px; line-height:40px; font-size:20px; font-weight:bold;}
.caselist p{line-height:26px;}

.caselist2 ul li{width:32%; float:left; margin-right:2%; margin-bottom:20px; }
.caselist2 ul li:nth-child(3n+3){margin-right:0px;}
.caselist2 img{border:1px solid #e8e8e8; width:100%;}
.caselist2 h5{height:40px; line-height:40px; font-size:16px;overflow: hidden;}
.caselist2 p{line-height:26px;}



.news_title_j{margin:40px 54px 20px 54px;border:#e3e2e2 1px solid;background-color:#e8ebf0;padding:10px 30px}
.news_title{margin:40px 0 20px 30px;width:965px;border:#e3e2e2 1px solid;background-color:#e8ebf0;padding:10px 30px}
.news_title_j p{font-size:26px;font-weight:bold;color:#444444;line-height:40px;padding:20px 80px 10px 0px;margin:0}
.news_title p{font-size:26px;font-weight:bold;color:#444444;line-height:40px;padding:20px 80px 10px 12px;margin:0}
.title_tex{font-size:14px;font-weight:bold;color:#444444;line-height:30px;padding:30px 80px 20px 14px;margin:0}
#center_main{width:1000px;margin:0 auto;padding:0;padding-bottom:10px;position:relative}
#center_main p{font-size:16px; line-height:30px;}


ul.leftmenu{margin-bottom:15px}
ul.leftmenu li{display:block;width:190px;height:40px; line-height:40px; margin-bottom:5px;text-indent:10px; border:1px solid #999;}
ul.leftmenu li.lm_top{height:50px; background:#0090d7; color:#000; font-size:20px; line-height:50px;}
ul.leftmenu li.lm_top a{font-weight:bold !important; color:#fff; }
ul.leftmenu li a{text-indent:0; }
ul.leftmenu li:hover{background:#0090d7; color:#fff;}
ul.leftmenu li:hover a{color:#fff;}

.w350{width:350px !important}
.w380{width:380px !important}

.aboutt{line-height:40px;margin-bottom:40px;}
.aboutt strong{font-weight:bold; font-size:20px; display: table; margin-top: 20px; color:#0074bf;margin-bottom: -30px;}
.aboutt p{font-size:16px;line-height:40px;}
.tx01{font-size:14px;font-weight:bold;line-height:20px;margin-bottom:30px}
.tx02{font-size:16px;line-height:40px;margin:14px 0}
.tx02 strong{font-size:20px; font-weight:bold; color:#0074bf;}
.tx02 p{line-height:40px; font-size:18px;}
.tx03{font-size:14px;line-height:26px}

.com_sub{height:30px;line-height:28px;font-size:16px;font-weight:nomal;background-color:#0074bf;color:#FFFFFF;text-indent:8px}

.faq dl{padding-left:35px;display:block;clear:both;margin:5px auto 15px 0}
.faq dt,.faq dd{display:block;min-height:40px;clear:both}
.faq dt{line-height:40px;font-weight:bold}
.faq dd{clear:both;margin-bottom:15px;padding-bottom:10px;border-bottom:#CCC 1px dotted}
.faq p{display:block;padding-left:30px}
.faq dt p{padding-top:5px}
.faq p table{display:inline-block}
.faq img.faq_qa{display:block;float:left;width:24px;height:32px}
.faq .a_no_a p.txt{margin-left:15px}
.faq .a_no_a img{display:none}
.faq .a_no_a p{margin-left:0}
.faqh{font-weight:bold;font-size:15px;color:#0074BF;line-height:30px;margin-left:-15px}

@media(max-width:768px){
    .news_title_j{    margin: 60px 0px 20px 0px; padding:10px;}
    #center_main{width: 96%;}
}