﻿
/*web_catalog_sp.css*/
/*WEBカタログ　下層ページ共通*/


/*---------------------------------------------
  Common
  ---------------------------------------------*/

.ot_mainVisual {
    min-width: 100%;
    margin-top: 50px;
}

.ot_mainVisual_inner {
    width: 100%;
    display: table;
    padding: 0 10px;
}

.ot_mainVisual p.title {
    font-size: 20px;
    margin-left: 10px;
    position: static;
    transform: none;
    display: table-cell;
    vertical-align: middle;
}

.ot_mainVisual_bk {
    width: 100%;
    min-width: 100%;
    height: 40px;
    background-image: url(../images/ot_main_bk_sp.png);
    background-position: left center;
}

.one_column_cont {
    padding: 0 10px 40px 10px;
}

.mobile-scroll {
    box-sizing: border-box;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 5px;
}

img.h_scroll {
/*
    width: 834px;
    max-width: 834px;
*/
    max-width:initial;
    white-space: nowrap;
}

.links_on_table {
    overflow: initial;
/*    padding-bottom: 20px;*/
}

.mobile-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: rgba(0,114,193,0.2);
    border-radius: 5px;
}

/* スクロールの背景の設定 */
.mobile-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0,114,193,0.2);
}

/* スクロールのつまみ部分の設定 */
.mobile-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0c4881;
}

/* 横方向のスクロールバーの動く部分 */
.mobile-scroll::-webkit-scrollbar-thumb:horizontal{
	border-radius: 5px;
    background: #0c4881;
}

.scroll_ic_tx {
    font-size: 18px!important;
}


.cont_inner h3, .one_column_cont h3 {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.common_block {
    padding: 20px 0;
}

.mb_10_sp {
margin-bottom: 10px;
}
.mb_20_sp {
margin-bottom: 20px;
}
.mb_30_sp {
margin-bottom: 30px;
}
.mb_40_sp {
margin-bottom: 40px;
}
.mb_50_sp {
margin-bottom: 50px;
}
.mb_60_sp {
margin-bottom: 60px;
}

/*---------------------------------------------
  スマホメニュー表示時の背景マスク
  ---------------------------------------------*/
#cover{
    background: #000;
    opacity:.6;
    width: 100%;
    height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    z-index:1;
    display:none;
    margin-top: 50px;
}

body {
    box-sizing:border-box;
    width: 100%;
    height:100%;
    overflow-x:hidden;
}

html.menu-open {
    overflow-y:hidden;
}

body.menu-open {
    overflow-y:hidden;
}
  
body.menu-open #cover{
    display: block;
    z-index:99;
}


/* -----------------------------------------------
content
----------------------------------------------- */

#content {
    width: 100%;
    margin-bottom: 40px;
}

#side_bar {
    float: none;
    width: 300px;
    z-index:100;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 80px;
}


/* -----------------------------------------------
main_cont
----------------------------------------------- */

.main_cont {
    float: none;
    width: 100%;
}

.cont_inner {
    padding-left: 10px;
    padding-right: 10px;
}

.main_cont h1 {
    font-size: 18px;
/*    margin-left: 10px;*/
}

.h1_box h1 {
    font-size: 18px;
    margin-left: 10px;
    padding-right: 36px;
    padding-right: 0;
    margin-right: 35%;
}

.h1_box01 h1 {
    font-size: 18px;
    
}

.h1_box01 span{
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}

.h1_box01 span.ft16 {
    font-size: 16px;
    font-weight: 700;
}

.one_column_cont .h1_box01 span{
    margin-left: 0;
}

@media screen and (max-width:640px) {
    .h1_box h1 {
        margin-right: 30%;
    }
}

@media screen and (max-width:480px) {
    .h1_box h1 {
        margin-right: 24%;
    }
}

.h1_box {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.h1_box01 {
    padding: 0;
}

.h1_box01 h1 {
    margin-left: 10px;
    margin-bottom: 15px;
}

.h1_detail h1 {
    margin-left: 10px;
    margin-bottom: 15px;
}

.one_column_cont .h1_box01 h1 {
    margin-left: 0;
}

.h1_line {
    width: 100%;
    min-width: 100%;
    height: 35px;
    background-image: url(../images/top_line_sp_whi.png);
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    min-height: auto;
    margin-top: -20px;
}

.h1_line02 {
    width: 100%;
    min-width: 100%;
    height: 35px;
    background-image: url(../images/top_line_sp_whi.png);
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    min-height: auto;
    margin-top: -20px;
}

.h1_detail p {
    font-size: 14px;
    margin-left: 10px;
}

.main_img {
    margin-bottom: 0;
}

.one_column_cont h2 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 15px 5px 15px;
}

.form_box {
    padding: 5px 10px;
}

.sform label {
    float: none;
    text-align: left;
    font-size: 14px;
    margin-right: 0;
}

.sform .k {
    width: calc(100% - 54px);
    padding-left: 10px;
    font-size: 12px;
}

.words {
    float: none;
}

.words a, .words span {
    margin-bottom: 4px;
}

a.product_select_ban {
    display: block;
    height: auto;
    padding: 10px 10px 15px;
}

a.product_select_ban span:first-child {
    display: inline-block;
    margin: 10px 10px;
}

a.product_select_ban span:nth-child(2) {
    font-size: 18px;
    display: block;
    margin-left: 10px;
}

.cate_link {
    display: block;
    padding: 15px 10px;
}

.cate_link a {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

div.cata_list a {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
    padding: 10px;
    padding-bottom: 20px;
}

div.cata_list a:nth-child(3n) {
    margin-right: 2%;
}

div.cata_list a:nth-child(2n) {
    margin-right: 0;
}

div.cata_list a span {
    font-size: 14px;
}

div.cata_list a ul li {
    font-size: 12px;
}


.side_ban {
    padding-left: 10px;
    padding-right: 10px;
}

#side_bar .web_catalog_ban, #side_bar .cad_ban, #side_bar .theme_ban, #side_bar .manual_ban, #side_bar .s_contact_ban, #side_bar .new_pro_ban, #side_bar .normal_ban {
    margin-bottom: 5px;
}

#side_bar .digi_cata_ban {
    margin-bottom: 5px;
}

.common_block h2 {
    font-size: 16px;
}

.cont_inner h2 {
    font-size: 16px;
}


/* -----------------------------------------------
スマホのみクリックすると左からメニューが出てくる
----------------------------------------------- */

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  z-index: 99;
}

.side_nav {
    background-color: #fff;
    position: fixed;
    top: 50px;
    z-index: 10;
    transition: all .5s;
    left: 0;
    transform: translate(-300px);
}

.side_nav.open {
    transform: translateZ(0);
}

/*---------------------------------------------
  サイドナビ　その他
  ---------------------------------------------*/

#side_bar .side_menu h4 {
    padding-left: 10px;
    margin-top: 20px;
}

ul.side_menu li span {
    display: block;
}

/*---------------------------------------------
  Webカタログ　製品詳細
  ---------------------------------------------*/

.p_block h2 {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 10px 8px 15px;
    margin-bottom: 20px;
}

.p_block .note {
    font-size: 12px;
}

.pro_details {
    display: block;
}

.p_block .bt_area {
    text-align: center;
    margin-bottom: 15px;
}

a.specBt {
    margin-top: 20px;
    width: 208px;
    margin-bottom: 15px;
}

a.rohsBt {
    display: block;
    margin: 0 auto;
    width: 208px;
    margin-bottom: 15px;
    font-size: 14px;
}

a.myList {
    display: block;
    margin: 0 auto;
    width: 208px;
    margin-bottom: 15px;
    font-size: 14px;
}

.pro_left {
    width: 100%;
    margin: 0 auto;
}

.pro_right {
    width: 100%;
    margin: 0 auto;
}

ul.pro_service_bt li {
    width: 49%;
    max-width: 49%;
}

ul.pro_service_bt li:nth-child(odd) {
    margin-right: 2%;
}

ul.pro_service_bt li a {
    font-size: 12px;
    padding-left: 10px;
}

ul.pro_service_bt li a:before {
    right: 5%;
}

a.backToList {
    margin-top: 30px;
}

.web_tab_item {
    font-size: 12px;
    padding: 10px 10px;
    padding-right: 25px;
    height: auto;
    line-height: 1.4;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #c8c8c8;
}

.web_tab_item:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -2px;
    transform: rotate(45deg);
}

.web_tabs input[type=radio]:checked + .web_tab_item:after {
    border-bottom: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.sform label {
    float: none;
    text-align: left;
    font-size: 14px;
    margin-right: 0;
}

.p_block h5 {
    font-size: 16px;
}

.web_tabs p {
    font-size: 12px;
}

.cad_item {
    padding: 5px 0;
}

.tab_cont {
    display: none;
    padding: 20px 10px;
}

table.web_tb th {
    font-size: 12px;
    padding: 6px 6px;
}

table.web_tb td {
    font-size: 12px;
    padding: 6px 6px;
}

a.linkBt01 {
    width: auto;
    height: auto;
    max-width: 140px;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    padding-left: 5px;
    padding-right: 15px;
    line-height: 1.2;
}

.p_block h3 {
    font-size: 16px;
}

.p_block h4 {
    font-size: 14px;
}

.cat_link_gu a {
    margin-top: 0;
    font-size: 13px;
}

.features p {
    font-size: 12px;
}

.two_div {
    display: block;
    margin-bottom: 0;
}

.two_div li {
    width: 100%;
    max-width: 100%;
}


.two_div li:nth-child(odd) {
    margin-right: 0;
}

.features img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.leftbox {
    float: none;
    width: 100%;
}

ul.w_panels {
    padding: 20px 10px 10px;/*20210810*/
}

/*---------------------------------------------
  Webカタログ　タブ切り替え
  ---------------------------------------------*/


ul.w_tabs li {
    height: auto;
    line-height: 1.4;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #c8c8c8;
}

ul.w_tabs li a {
    font-size: 12px;
    padding: 10px 10px;
    padding-right: 25px;
}

ul.w_tabs li:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -2px;
    transform: rotate(45deg);
}

ul.w_tabs li.active:after {
    border-bottom: none;
    border-left: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

ul.w_tabs li:last-child {
    margin-bottom: 0;
}


/*---------------------------------------------
  Webカタログ 下方スライダー 最近チェックした製品
  ---------------------------------------------*/

ul.nw_slider li a {
    padding: 0 10px 0;
}

ul.nw_slider01 li dl dt {
    line-height: 114px;
}

ul.nw_slider01 li dl dt img {
    max-width: 100%;
    max-height: 114px;
}

ul.nw_slider01 img.prev-ar_mid {
    width: 12px;
    left: -10px;
}

ul.nw_slider01 img.next-ar_mid {
    width: 12px;
    right: -10px;
}


/*---------------------------------------------
  Webカタログ 製品を探す
  ---------------------------------------------*/

.w_form_box {
    width: 100%;
    margin-bottom: 40px;
}

.w_form_box form {
    width: 100%;
}

.w_form_box .sform01 label {
    margin-bottom: 5px;
}

.oneColumn_cont_gr {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.webc_tabs {
    min-width: 100%;
}

ul.s_panels {
    width: 100%;
    padding-top: 10px;
}

ul.s_tabs {
    width: 100%;
}

ul.s_tabs li {
    width: 32.6%;
    max-width: 32.6%;
    margin-right: 1.1%;
    font-size: 14px;
    display: table;
}

ul.s_tabs li:after {
    content: none;
}

ul.s_tabs li a {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    font-size: 12px;
}

ul.web_product_list {
    width: 100%;
}

ul.web_product_list li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
    min-height: 177px;
}

ul.web_product_list li:nth-child(2n) {
    margin-right: 0;
}

ul.web_product_list li a {
    padding: 10px 10px;
    padding-bottom: 15px;
}

ul.web_product_list li p {
    width: 100%;
    line-height: normal;
}

ul.web_product_list li p + span {
    font-size: 12px;
}

.oneColumn_cont_wh {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

ul.web_theme_list {
    width: 100%;
}

ul.web_theme_list li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
}

ul.web_theme_list li:nth-child(2n) {
    margin-right: 0;
}

ul.web_theme_list li dl dt p {
    width: 50px;
}

ul.web_theme_list li dl dt p img {
    width: 48px;
    height: 48px;
}

ul.web_theme_list li dl dd span {
    font-size: 12px;
    font-weight: 700;
}

ul.web_theme_list li a.stand span {
    font-size: 12px;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px
}

.pickup_area {
    padding-left: 0;
    padding-right: 0;
}


/*---------------------------------------------
  SMC Webカタログ アコーディオン
  ---------------------------------------------*/

/*20210810*/
/*
.accordion-wrapper {
    display: inline-block;
}
*/


/*---------------------------------------------
  下部共通部品
  ---------------------------------------------*/

.bottom_content {
    min-width: 100%;
    padding: 30px 10px;
}

.sol_bottom_content_inner {
    width: 100%;
}

.sol_bottom_content_inner ul li {
    width: 49%;
    max-width: 49%;
}

.sol_bottom_content_inner ul li dl dt p {
    width: 48px!important;
    height: 48px!important;
}

.pro_related_list ul li dl {
    padding: 5px;
}

.sol_bottom_content_inner ul li dl dd span {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
}

/*---------------------------------------------
  ニュース一覧ページ
  ---------------------------------------------*/

.news_list_page .info_tabs li span {
    font-size: 13px;
}

/*---------------------------------------------
  新製品情報一覧ページ
  ---------------------------------------------*/

.prod_news_wrapper {
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.prod_news {
    width: 100%;
    padding: 20px 10px 20px;
}

.prod_news ul li ul {
}

.prod_news ul li ul li {
    margin-right: 10px;
}

.prod_news ul li ul li:first-child {
    margin-right: 20px;
    width: auto;
}

.prod_news ul li ul li:nth-child(2) {
    margin-right: 0;
    display: block;
}


.prod_news ul li ul li:nth-child(2) a {
    font-size: 14px;
}

.prod_news ul li ul li:nth-child(2) p {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

/*20210810*/
.web_tabs {
    padding-bottom: 10px;
    margin-bottom: 0;
}

ul.w_tabs {
    height: auto !important;
}

.accordion-wrapper {
    margin-top: 5px;
}

ul.w_tabs1 li {
    height: auto;
    line-height: 1.4;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #c8c8c8;
}

ul.w_tabs1 li a {
    font-size: 12px;
    padding: 10px 10px;
    padding-right: 25px;
}

ul.w_tabs1 li:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0c4881;
    border-right: solid 2px #0c4881;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -2px;
    transform: rotate(45deg);
}

ul.w_tabs1 li.active:after {
    border-bottom: none;
    border-left: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

ul.w_tabs1 li:last-child {
    margin-bottom: 0;
}

.web_tabs1 {
    padding-bottom: 10px;
    margin-bottom: 0;
}

ul.w_tabs1 {
    height: auto
}

/*---------------------------------------------
  生産終了品一覧ページ
  ---------------------------------------------*/
.links_on_table .prod td{
    width:240px;
}
.links_on_table .prod .tdc {
    width:80px;
}


/* -------------------------------------
温調機器 追加　2022.6.28
------------------------------------- */
.threeColumnList_w {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;

}

.threeColumnList_w > li {
    width: 94%;
    max-width: 94%;
    height: auto;
    margin-right: 18px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  background:#FFFFFF;

}



.wc_box {
    width: 100%;
  background:#0172c2;
    padding-top: 20px;
}

.txx{
    font-size: 18px;
}

.wc_temp_list li a img {
    width: 60px;
}

.wc_temp_list li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.wc_temp_list li a p {
    font-size: 16px;
    font-weight: 600;
    color:#077ccf;
}

/* -------------------------------------
中小企業庁支援案内追加 2022.6.29
------------------------------------- */
.tcb{
    font-size: 18px;
    font-weight: 600;
    color:#0c4881;
}
.tt_int{
    font-size: 14px;
    line-height:20px;
}

.ttc_regist_left{
	display:block;
	float:left;
	margin-left:10px;
    padding-top: 10px;
}


.ttc_regist_right{
	display:block;
    padding: 10px 120px 10px 20px;
}

.opr_btn {
    width: 240px;
    margin: 0 auto;
}

/*---------------------------------------------
  SMC TOPタブ切り替え - テーマ・業種別機器
  ---------------------------------------------*/
.theme_list {
    display: block;
}

.theme_list_left, .theme_list_right {
    width: 100%;
    max-width: 100%;
}

.theme_list ul li {
    width: 49%;
    max-width: 49%;
}

.theme_list ul li dl dt p {
    width: 48px;
    height: 48px;
}

.theme_list ul li dl {
    padding: 5px;
}

.theme_list ul li dl dd span {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
}




