/*style.css*/

/*SDL210409 フォントのローカル化*/
@font-face {
    font-family: Noto Sans JP;
    src: url('/smc_css/fonts/NotoSansJP-Bold.otf') format("opentype");
    src: url('/smc_css/fonts/NotoSansJP-Medium.otf') format("opentype");
    src: url('/smc_css/fonts/NotoSansJP-Regular.otf') format("opentype");
}

.side_menu_template {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 120px 0 360px;
}

html {
    box-sizing: border-box;
    overflow: auto;
}

*, *:before, *:after {
    box-sizing: inherit;
}
.sp {
    display: none !important;
}

body {
    background: #fff;
/*    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;*/
    color: #333333;
    line-height: 1.4;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    min-width: 1180px;/*SDL 210321*/
}

.wrapper {
    width: 100%;
    overflow: hidden;
    min-width: 1120px;
}

.contents {
    width: 100%;
    min-width: 1120px;
}

img {
    vertical-align: bottom;
    width:auto;

    max-width:100%;
/*    max-height:100%;*/
}

h1, h2, h3, h4, h5 {
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}

p {
/*    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;*/
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    line-height: 1.4;
}

sec, div, p {
    box-sizing: border-box;
/*    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;*/
    font-size: 14px;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}

.bold {
    font-weight: 600;
}

.hidden {
    display: none;
}

.hover01 {
    position: relative;
}

.hover01::after {
  position: absolute;
  display: block;
  content: '';
}

.hover01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  -webkit-transition: all .3s;*/
/*  transition: all .3s;*/
}

.hover01:after {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    opacity: 0;
}

.hover01:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}



a:hover {
    cursor:pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

.hover01:hover {
    cursor:pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}


a:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}


img.next-arrow:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

img.prev-arrow:hover, img.next-arrow:hover {
    box-shadow: 0 0 0 5px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.head_bts li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}



ul.head_bts li.login_bt:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    cursor:pointer;
/*
    -webkit-transition: all .3s;
    transition: all .3s;
*/
}


ul li {
    font-weight: 400;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}


a.reference {
    color: #0072c1;
    display: inline-block;
    margin-bottom: 20px;
    
}

a.reference:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #0072c1;
    border-right: solid 2px #0072c1;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    margin-right: 10px;
}

.sp {
    display: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;

  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
img {
  image-rendering: pixelated;
}
*/

span.f7 {
    font-size: 10px!important;
}

span.f12 {
    font-size: 12px;
}

span.f14 {
    font-size: 14px;
}

span.f24 {
    font-size: 24px;
}

span.f_box {
    font-size: 16px;
    color: #fff;
    background: #333;
    padding: 2px 5px;
    margin: 0 5px;
    vertical-align: text-bottom;
}

.table_responsive {
    width: 100%;
    table-layout: fixed;
}


.table_responsive tr {
    border-bottom: 1px solid #ccc;
}

.table_responsive tr th,
.table_responsive tr td {
    padding: 15px 15px 15px 10px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    word-wrap:break-word;
}

.table_responsive tr th:first-child,
.table_responsive tr td:first-child {
    border-left: none;
}

.table_responsive tr th a,
.table_responsive tr td a {
    color: #2178c6;
}

.table_responsive tr th {
    background: #e6e6e6;
    text-align: center;
}


.table_stripe tbody tr:nth-child(even) td {
    background: #e8efef;
}


.table_fixed{
    width: 100%;
    max-width: 1120px;
    table-layout: fixed;
    word-break: break-word;
    word-wrap: break-word;
}


.table_fixed tr {
    border-bottom: 1px solid #ccc;
}

.table_fixed tr th,
.table_fixed tr td {
    padding: 15px 10px 15px 10px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    white-space: normal;
}

.table_fixed tr th:first-child,
.table_fixed tr td:first-child {
    border-left: none;
}

.table_fixed tr th a,
.table_fixed tr td a {
    color: #2178c6;
    white-space: normal;
}

.table_fixed tr th {
    background: #e6e6e6;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 10px;
}

.pn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #8f929f;
    text-align: center;
    border: 1px solid #c3c3c3;
    margin-right: 10px;
}

.pn:hover {
    background: #0072c1;
    color: #fff;
}

.pn.current {
    color: #fff;
    background: #0072c1;
}


.pagination {
    margin: 35px auto 20px;
    text-align: center;
}

.back_na {
    color: #0072c1;
    margin-right: 15px;
}

a.fw {
    color: #0072c1;
    margin-left: 5px;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.5em;
}

ul.disc li ul {
    margin-left: 0.5em;
}

sup {
    vertical-align: super;
    font-size: 70%;
}

sub {
    vertical-align: sub;
    font-size: 70%;
    position: relative;
    bottom: -0.25em;
}


/*---------------------------------------------
  PC調整
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .mt0 {
        margin-top: 0!important;
    }
    .mt5 {
        margin-top: 5px!important;
    }
    .mt10 {
        margin-top: 10px!important;
    }
    .mt15 {
        margin-top: 15px!important;
    }
    .mt20 {
        margin-top: 20px!important;
    }
    .mt25 {
        margin-top: 25px!important;
    }
    .mt30 {
        margin-top: 30px!important;
    }
    .mt40 {
        margin-top: 40px!important;
    }
    .mt45 {
        margin-top: 45px!important;
    }
    .mt50 {
        margin-top: 50px!important;
    }
    .mt60 {
        margin-top: 60px!important;
    }
    .mt70 {
        margin-top: 70px!important;
    }
    .mt80 {
        margin-top: 80px!important;
    }
    .mt90 {
        margin-top: 90px!important;
    }
    .mt100 {
        margin-top: 100px!important;
    }
    .mb0 {
        margin-bottom: 0!important;
    }
    .mb10 {
        margin-bottom: 10px!important;
    }
    .mb20 {
        margin-bottom: 20px!important;
    }
    .mb30 {
        margin-bottom: 30px!important;
    }
    .mb40 {
        margin-bottom: 40px!important;
    }
    .mb50 {
        margin-bottom: 50px!important;
    }
    .mb60 {
        margin-bottom: 60px!important;
    }
    .mb70 {
        margin-bottom: 70px!important;
    }
    .mb80 {
        margin-bottom: 80px!important;
    }
    .mb90 {
        margin-bottom: 90px!important;
    }
    .mb100 {
        margin-bottom: 100px!important;
    }
    .mb200 {
        margin-bottom: 200px!important;
    }
    .mb300 {
        margin-bottom: 300px!important;
    }
    .ml0 {
        margin-left: 0!important;
    }
    .ml10 {
        margin-left: 10px!important;
    }
    .ml15 {
        margin-left: 15px!important;
    }
    .ml20 {
        margin-left: 20px!important;
    }
    .ml25 {
        margin-left: 20px!important;
    }
    .ml30 {
        margin-left: 20px!important;
    }
    .ml35 {
        margin-left: 20px!important;
    }

}


/*---------------------------------------------
  SMC ヘッダー
  ---------------------------------------------*/

ul.head_bts {
    text-align: right;
}

ul.head_bts li {
    display: inline-block;
    text-align: left;
    position: relative;
    box-sizing: border-box;
   vertical-align: bottom!important;
/*    min-width: 106px;*/
/*
    border: 1px solid #0072c1;
    background: #0072C1;
*/
}

ul.head_bts li a {
    display: block;
    width: 100%;
    color: #0072C1;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    padding-left: 0;
}

ul.head_bts li.login_bt {
    background: #fff;
    border-left: 1px solid #0072C1;
    border-right: 1px solid #0072C1;
    border-bottom: 1px solid #0072C1;
/*    border-top: 1px solid #fff;*/
}

ul.head_bts li.login_bt a {
    color: #0072C1;
    padding: 0 15px;
    line-height: 30px;
}

ul.head_bts li:first-child a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url(/assets/smc_img/common/corporate_site_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

ul.head_bts li:nth-of-type(2) a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url(/assets/smc_img/common/global_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

ul.head_bts li:nth-of-type(3) a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url(/assets/smc_img/common/lang_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

ul.head_bts li:nth-of-type(4) {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    vertical-align: sub;
    margin-right: 240px;
    margin-top: 20px;
}

a.h_logo{
    width: 100%;
/*    margin-right: 45px;*/
}

a.h_logo img{
    width: 118px;
    position: absolute;
    left: 0;
    top: 5px;
}


.menu {
    box-sizing: border-box;
}



/*---------------------------------------------
  SMC Main Visual
  ---------------------------------------------*/

.mainVisual {
    width: 1120px;
/*    height: 363px;*/
    margin: 0 auto;
/*    margin-top: 103px;*/
    padding-top: 15px;
    box-sizing: border-box;
}

.slick-slide img {
/*    width: 1120px;*/
/*    height: 348px;*/
    object-fit: contain;
}

.slick-prev,
.slick-next
{
    z-index: 100;
}


p.s_prevBt {
    position: absolute;
    top: 0;
    left: -29px;
    background-color: transparent;
    width: 58px;
    height: 100%;
    cursor: pointer;
}

img.prev-arrow {
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 98;
}

p.s_nextBt {
    position: absolute;
    top: 0;
    right: -29px;
    background-color: transparent;
    width: 58px;
    height: 100%;
    cursor: pointer;
}

img.next-arrow {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 98;
}


.mainVisual .slick-dots li button:before {
    width: 8px;
    height: 8px;
    background: #0072c1;
    border-radius: 50%;
    margin-bottom: 20px;
}


/*---------------------------------------------
  SMC TOP Information
  ---------------------------------------------*/

.info_area {
    border-top: 1px solid #0072c1;
    border-bottom: 1px solid #0072c1;
    padding: 10px;
    text-align: center;
    margin: 14px auto 5px;
    width: 1120px;
}

.info_area a {
    color: #0072c1;
    font-size: 16px;
    position: relative;
}

.info_area a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/top/info_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.info_area a:hover {
    text-decoration: underline;
}

/*---------------------------------------------
  SMC TOP お知らせ 22/11追加
  ---------------------------------------------*/

.m_info_area {
    margin: 30px auto 5px;
    width: 1120px;
     height:414px;
    background-color:#eaeaea;
    margin-top: 20px;
    margin-bottom: 30px;
}

.m_side {
	display:block;
         border-right: 6px solid #FFFFFF;
	float:left;
	width:240px;
     height:414px;
	font-size:16px;
	color:#FFF;
	background-color:#0074bf;
}

.m_side p{
	display:block;
	font-size:18px;
    text-align: center;
    margin-top: 160px;
	color:#FFF;

}

.m_info_area ul {
    margin-top: 30px;
}

.m_info_area  ul li {
    padding-left: 280px;
    padding-top: 10px;
    line-height: 2.0;
}

.m_info_area ul li a {
    color: #000000;
    font-size: 15px;
    position: relative;
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.m_info_area ul li a:hover {
    color: #0072c1;
}

.m_info_area  ul li:last-child  {
    float:right;
    padding-right: 20px;
    padding-top: 10px;
    line-height: 2.0;
}


/*---------------------------------------------
  SMC TOP検索
  ---------------------------------------------*/

.hsearch_outer {
    width: 980px;
    min-width: 1120px;
    margin: 0 auto;
    background-color: #0072c1;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.hsearch {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 68px;
}

#gsearch_form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.hsearch_kw {
/*    display: inline-block;*/
    width: 320px;
    height: 42px;
    padding: 5px;
/*    border: #999 1px solid;*/
    padding-left: 5px;
    font-size: 14px;
    color: #333333;
    background: #fff;
    float: left;
}

.hsearch_select {
    margin-right: 30px;
}

.hsearch_select div {
    display: inline-block;
}

.bt_hsearch {
/*    display: inline-block;*/
/*    border: #999 1px solid;*/
    border-left: none;
    width: 54px;
    height: 42px;
    background: #000000;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    float: left;
}

/*
.bt_hsearch:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}
*/



.bt_hsearch img {
    width: 21px;
    height: 21px;
    margin: 0 auto;
    margin-top: 10px;
}

/*ラジオボタン*/

.radio-input{
    display: none;
}
.radio-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
    color: #fff;
}
.radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}

.radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #0072C1;
    border-radius: 50%;
}

.link_area01 {
    padding-top: 15px;
}


.link_area01 ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.link_area01 ul li {
    width: 180px;
    max-width: 180px;
    height: 156px;
    border: 1px solid #c0c0c0;
    position: relative;
    background-image: linear-gradient(rgba(193, 200, 209, 0.2), 10%, #fff 90%);
}

.link_area01 ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}


/*hover処理*/
.link_area01 ul 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;*/
}

.link_area01 ul li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/

/*
.link_area01 ul li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}
*/

.link_area01 ul li a:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}



.link_area01 ul li img {
    display: block;
}

.link_area01 ul li:first-child a {
    padding-top: 50px;
}

.link_area01 ul li:first-child img {
    width: 88px;
    margin: 0px auto;
}

.link_area01 ul li:nth-child(2) a {
    padding-top: 50px;
}

.link_area01 ul li:nth-child(2) img {
    width: 110px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(3) a {
    padding-top: 50px;
}

.link_area01 ul li:nth-child(3) img {
    width: 94px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(4) a {
    padding-top: 44px;
}

.link_area01 ul li:nth-child(4) img {
    width: 80.5px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(5) a {
    padding-top: 70px;
}

.link_area01 ul li:nth-child(5) img {
    width: 126px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(6) a {
    padding-top: 50px;
}

.link_area01 ul li:nth-child(6) img {
    width: 80.5px;
    margin: 0 auto;
}

.link_area01 ul li span {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 8px 0;
    position: absolute;
    top: 0;
    background: #333333;
    color: #fff;
    font-size: 15px;
}


.link_area01 ul li span.mss {
    padding: 9.6px 0;
    font-size: 12px;
}

a.pro_num {
    width: 198px;
    max-width: 198px;
    height: 42px;
    margin-left: 30px;
    position: relative;
    display: table;
    padding-left: 15px;
    background-color: #000000;
/*    box-shadow: 0px 3px 6px 0px #9E9E9E;*/
}





a.pro_num span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

a.pro_num span:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top: 30%;
    left: 20px;
    width: 22px;
    height: 16px;
    background-image: url(/assets/smc_img/top/support/s_product_ic_wh.png);
    vertical-align: middle;
    margin-right: 5px;
}



/*---------------------------------------------
  SMC h2セクションタイトル
  ---------------------------------------------*/

.top_sec_title {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin:45px 0 auto;
    background-image: url(/assets/smc_img/top/top_line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.top_sec_title h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    
}

.top_sec_title_w {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 0 auto;
    background-image: url(/assets/smc_img/top/top_line_w.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.top_sec_title_w h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    
}




/*---------------------------------------------
  SMC TOPタブ切り替え
  ---------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.tabs_wrapper {
    width: 100%;
    min-width: 1120px;
    background-color: #eaeaea;
}

.tabs {
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 25px;
    width: 1120px;
    box-sizing: border-box;
}

/*タブのスタイル*/

.tab_item {
/*    width: calc(100%/3);*/
    width: 366px;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    color: #0072c1;
    display: table;
    float: left;
    text-align: center;
    font-weight: bold;
    margin-right: 11px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item span {
    display: table-cell;
    vertical-align: middle;
}

.last_tab {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #0072C1;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #0072C1;
    color: #fff;
}


/*---------------------------------------------
  SMC TOPタブ切り替え - 製品一覧
  ---------------------------------------------*/

ul.top_product_list {
    width: 1120px;
    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.top_product_list li {
    width: 274px;
    max-width: 274px;
    min-height: 77px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C3C3C3;
/*    padding: 15px 15px;*/
    overflow: hidden;
    position: relative;
}

ul.top_product_list 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;
}

@media screen and (min-width:768px) {
    ul.top_product_list li:nth-child(4n) {
        margin-right: 0;
    }
}


ul.top_product_list li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    position: relative;
}

/*hover処理*/
ul.top_product_list 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.top_product_list li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/




ul.top_product_list 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.top_product_list li dl dt p {
    width: 70px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #dadada;
    position: relative;
    overflow: hidden;
}

ul.top_product_list li dl dd {
    margin-left: 15px;
}

ul.top_product_list li dl dd span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}


/*
ul.top_product_list li dl dd span: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: 4px;
}
*/

/*
ul.top_product_list li a {
    f
}
*/


ul.top_product_list li span.pro_last {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}





.pro_csr_area {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 50px;
}


ul.pro_csr {
    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.pro_csr > li {
    border: 2px solid #0072C1;
    padding-left: 80px;
    padding-right: 10px;
    width: 366px;
    max-width: 366px;
    min-height: 89px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
    background: #fff;
    
}

ul.pro_csr > li:nth-child(2n) {
    border: 2px solid #48936f;
}

ul.pro_csr > li:nth-child(3n) {
    border: 2px solid #e60a32;
}

ul.pro_csr > li:nth-child(3n) {
    margin-right: 0;
}

ul.pro_csr > li a {
    display: table;
    width: 100%;
    height: 100%;
}

/*hover処理*/
ul.pro_csr > 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.pro_csr > li a:hover::after {
    opacity: 0.2;
}

/*hover処理*/

ul.pro_csr > li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 20px;
}

ul.pro_csr > li:first-child a:before {
    width: 41px;
    height: 49.5px;
    background-image: url(/assets/smc_img/top/product/pro_csr_ic01.png);
}

ul.pro_csr > li:nth-child(2) a:before {
    width: 45.5px;
    height: 44.5px;
    background-image: url(/assets/smc_img/top/product/pro_csr_ic02a.png);
}

ul.pro_csr > li:nth-child(3) a:before {
    width: 44.5px;
    height: 32px;
    background-image: url(/assets/smc_img/top/product/pro_csr_ic03a.png);
    top: 30%;
}

ul.pro_csr > li:nth-child(4) a:before {
    width: 60px;
    height: 54px;
    background-image: url(/assets/smc_img/common/navi/icon_other_products_1.png);
    top: 18%;
    left: 4%;

}

ul.pro_csr > li a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
}

ul.pro_csr > li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    display: inline-block;
    margin-right: 5px;
}

ul.pro_csr > li:nth-child(2) a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #48936f;
    display: inline-block;
    margin-right: 5px;
}

ul.pro_csr > li:nth-child(3) a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #e60a32;
    display: inline-block;
    margin-right: 5px;
}

/*---------------------------------------------
  SMC TOPタブ切り替え - テーマ・業種別機器
  ---------------------------------------------*/

.theme_list h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.theme_list {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.theme_list_left, .theme_list_right {
    width: 538px;
    max-width: 538px;
}

.theme_list ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme_list ul li {
    width: 264px;
    max-width: 264px;
    margin-bottom: 10px;
    border: 1px solid rgba(128,128,128,0.3);
}

.theme_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}


/*hover処理*/
.theme_list ul 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;*/
}

.theme_list ul li a:hover::after {
    opacity: 0.2;
}
/*hover処理*/


.theme_list ul 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;
    padding: 6px 8px;
}

.theme_list ul li dl dt p {
    width: 70px;
    margin: 0 auto;
/*    margin-top: 10px;*/
    position: relative;
    overflow: hidden;
}

.theme_list ul li dl dd span {
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.theme_list ul li dl dd span: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;
}

.theme_list ul li dl dt p img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    border: 1px solid rgba(128,128,128,0.3);
}

/*---------------------------------------------
  SMC TOPタブ切り替え - 選定ガイド
  ---------------------------------------------*/

p.select_txt {
    font-size: 18px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

p.select_txt:before,
p.select_txt:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

p.select_txt:before {
    margin-right: 1rem;
}

p.select_txt:after {
    margin-left: 1rem;
}

ul.top_select_list {
    width: 1120px;
    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.top_select_list li {
    width: 272px;
    max-width: 274px;
    height: 224px;
    box-sizing: border-box;
    background: tranparent;
    position: relative;
    background-image: url(/assets/smc_img/top/select/s_item_bacground.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-bottom: 10px;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.top_select_list li:hover {
    background-image: url(/assets/smc_img/top/select/s_item_bacground_hover.png);
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.top_select_list li p + span {
    position: static;
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}


ul.top_select_list li:nth-child(4n) {
    margin-right: 0;
}

ul.top_select_list li a {
    display: block;
    height: 100%;
    width: 100%;
}

ul.top_select_list > li > a > img {
    position: absolute;
    top: 45%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    width: 216px;
}

ul.top_select_list li span {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    width: 90%;
    text-align: center;
}

ul.top_select_list li span.m_line {
    bottom: 8%;
}


ul.top_select_list li img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.object-fit{
  object-fit: contain;
  font-family: 'object-fit: contain;'
}


/*---------------------------------------------
  SMC 中段リンクボタン
  ---------------------------------------------*/

.mid_linkbt_area {
    width: 100%;
    padding: 50px 0 70px;
    background: #fff;
}

.mid_linkbt_area ul {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mid_linkbt_area ul li {
    box-sizing: border-box;
    width: 360px;
    max-width: 360px;
    height: 80px;
}

.mid_linkbt_area ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    background: #2178c6;
    padding: 7px;
    line-height: 66px;
    text-align: center;
}

.mid_linkbt_area ul li a span {
    color: #fff;
    font-size: 16px;
    display: block;
/*
    width: 100%;
    height: 100%;
*/
    border: 1px solid #fff;
}

.mid_linkbt_area ul li.m_l01 a span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 35px;
    background-image: url(/assets/smc_img/top/m_l01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

.mid_linkbt_area ul li.m_l02 a span:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 39px;
    background-image: url(/assets/smc_img/top/m_l02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

.mid_linkbt_area ul li.m_l03 a span:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 28px;
    background-image: url(/assets/smc_img/top/m_l03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

/*---------------------------------------------
  SMC 中段スライダー（新製品情報）
  ---------------------------------------------*/

.new_pro_area {
    width: 100%;
    min-width: 1120px;
    padding: 40px 0 50px;
}


ul.nw_slider .slick-dots li {
    border-right: none;
}


ul.nw_slider {
    width: 1040px;
    margin: 0 auto;
    border-right: 1px solid #fff;
}

ul.nw_slider li {
    border-right: 1px solid #e6e6e6;
}


ul.nw_slider li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 15px;
}


ul.nw_slider li a:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}


ul.nw_slider li dl dt {
    width: 180px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    line-height: 160px;
}

ul.nw_slider li dl dt img {
    display: inline-block;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    vertical-align: middle;
}

ul.nw_slider li dl dd span {
    font-size: 16px;
}

ul.nw_slider li dl dd.n_date {
    margin-bottom: 10px;
}

ul.nw_slider li dl dd.n_date span {
    font-size: 14px;
    color: #808080;
}

ul.nw_slider li dl dd.n_date span.new:after {
    content: 'NEW';
    display: inline-block;
    color: #ba2527;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -5px;
    vertical-align: middle;
}


/*---------------------------------------------
  SMC 中段スライダー（新製品情報） 矢印
  ---------------------------------------------*/


img.prev-ar_mid {
    position: absolute;
    top: 40%;
    left: -40px;
    cursor: pointer;
}

img.prev-ar_mid:hover, img.next-ar_mid:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

img.next-ar_mid {
    position: absolute;
    top: 40%;
    right: -40px;
    cursor: pointer;
}


/*---------------------------------------------
  SMC 新製品情報一覧をみる リンクボタン
  ---------------------------------------------*/


.new_prolist_linkbt {
    width: 344px;
    height: 60px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
}

.new_prolist_linkbt a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 10;
}


.new_prolist_linkbt a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    right: 8%;
}


/*---------------------------------------------
  SMC セミナー／展示会
  ---------------------------------------------*/

.seminar_area_s {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 50px;
}


.seminar_area_inner_s ul {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.seminar_area_inner_s ul li {
    width: 351px;
    max-width: 351px;
    height: 271px;
    padding: 0;
    position: relative;
}


.seminar_area_inner_s ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/assets/smc_img/top/seminar/semi_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 20px;
    padding-left: 40px;
    padding-bottom: 0;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.seminar_area_inner_s ul li a p.semi_title {
    font-size: 16px;
}

.seminar_area_inner_s ul li a:hover {
    background-image: url(/assets/smc_img/top/seminar/semi_back_h.png);
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

.seminar_area_inner_s ul li a img {
    display: block;
    margin: 0 auto;
    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;
}

.seminar_area_inner_s ul li a div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 81px;
    margin: 0 auto;
    padding: 10px 20px 10px 40px;

}


p.semi_date {
    font-size: 14px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

p.semi_place {
    font-size: 14px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

p.semi_date:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background-image: url(/assets/smc_img/common/date_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

p.semi_place:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 20px;
    background-image: url(/assets/smc_img/common/place_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}


/*---------------------------------------------
  SMC セミナー／展示会 バナー
  ---------------------------------------------*/

.semi_banner_area {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
}


.semi_banner_area ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.semi_banner_area ul li {
    width: 543px;
    max-width: 543px;
}

.semi_banner_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
}

.semi_banner_area ul li a:hover {
    border: 1px solid #fff;
}

.semi_banner_area ul li a span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left: 30px;
    color: #333333;
    font-weight: 700;
}

.semi_banner_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}


/*---------------------------------------------
お知らせ タブ切り替え
---------------------------------------------*/


.info_tabs li {
    cursor: pointer;
    display: inline-block;
    margin-right: 16px;
    padding: 12px 8px;
    margin: 10px 5px 0 0;
    list-style: none;
    cursor: pointer;
    background: #f2f2f2;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    width: 164px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-bottom: none;
/*
    box-shadow: 0px -4px 4px -4px rgba(158,158,158,0.6) inset;
    -webkit-box-shadow: 0px -4px 4px -4px rgba(158,158,158,0.6) inset;
    -moz-box-shadow: 0px -4px 4px -4px rgba(158,158,158,0.6) inset;
*/
}

.info_tabs li.active {
    border-top: 5px solid #0072c1;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.info_tabs li.colap {
    font-size: 13px;
}

.info_tabs li.active span {
    color: #0072c1;
}

.info_content > .tabCont {
    display: none;
}

.info_content > .tabCont.show {
    display: block;
}

.news_ci {
    width: 220px !important;
    padding-top: 16px !important;
    font-size: 10px !important;

}

.news_wrapper {
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.info_tabs {
    width: 1030px;
    margin: 0 auto;
}

.info_content {
    background-color: #fff;
    width: 1030px;
    padding: 45px 80px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

.infoCont > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #c3c3c3;
}

.infoCont > ul > li:last-child {
    border-bottom: none;
}

.infoCont ul li ul {
    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;
}

.infoCont ul li ul li {
    margin-right: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.infoCont ul li ul li:first-child {
    width: 120px;
    max-width: 120px;
}

.infoCont ul li ul li:nth-child(2) {
    width: 120px;
    border: 1px solid #c3c3c3;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.infoCont ul li ul li:last-child {
    margin-right: 0;
    width: 580px;
    max-width: 580px;
}

.infoCont ul li ul li:last-child a:hover {
    color: #0072c1;
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.infoCont ul li ul li span.new {
    color: #b72527;
    padding-right: 10px;
}


.infoCont ul li ul li span.companyIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(/assets/smc_img/common/company_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.eventIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/event_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.infoCont ul li ul li span.productIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/product_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.e-toolIc:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background-image: url(/assets/smc_img/common/e_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.loadIc:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/assets/smc_img/common/load_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.infoCont ul li ul li span.irIc:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url(/assets/smc_img/common/ir_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.supportIc:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/support_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.infoCont ul li ul li span.worldIc:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/world_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.infoCont ul li ul li span.otherIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/other_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: -16px;
    margin-right: 8px;
}


/*---------------------------------------------
ピックアップコンテンツ
---------------------------------------------*/


.pickup_area {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 30px;
    background: #eaeaea;
}

.pickup_area ul {
    width: 1120px;
    margin: 0 auto;
    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;
}

.pickup_area ul li {
    width: 367px;
    max-width: 367px;
    height: 162px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.pickup_area ul li:nth-child(3n) {
    margin-right: 0;
}

.pickup_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pickup_area ul li a:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

.pickup_area ul li a p {
    font-size: 16px;
    width: 100%;
    height: 56px;
    text-align: center;
    display: block;
    background: #333;
    display: table;
}


.pickup_area ul li a p span {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}




.pickup_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
}


.pickup_area ul li a img {
    
}




/*---------------------------------------------
お客様サポート タイトル
---------------------------------------------*/

.top_sec_title_s {
    width: 480px;
    height: 43px;
    margin: 0 auto;
    background-image: url(/assets/smc_img/top/top_line_s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.top_sec_title_s h2 {
    width: 480px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
}

/*
.add_area ul {
    padding-top: 40px;
}
*/



/*---------------------------------------------
お客様サポート
---------------------------------------------*/

.add_area {
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}


ul.support {
    width: 480px;
    max-width: 480px;
    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.support > li {
    border: 1px solid #c3c3c3;
    padding-left: 60px;
    padding-right: 10px;
    width: 236px;
    max-width: 236px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
}

ul.support > li:hover {
    border: 1px solid #dfdfdf;
}


ul.support > li:first-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}


ul.support > li:nth-child(odd) {
    margin-right: 0;
}

ul.support > li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    padding-left: 0;
    text-indent: 0;
    line-height: 1.4;
}

ul.support > li span.contact {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}

ul.support > li a {
    display: table;
    width: 100%;
    height: 100%;
}


/*hover処理*/
.hover02 > li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #dfdfdf;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.hover02 > li a:hover::after {
    opacity: 1.0;
}
/*hover処理*/

ul.support > li a span {
    display: table-cell;
    vertical-align: middle;
}

ul.support > li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 20px;
}

ul.support > li:first-child a:before {
    width: 58px;
    height: 41px;
    background-image: url(/assets/smc_img/top/support/s_contact_ic.png);
    top: 18%;
}

ul.support > li:nth-child(2) a:before {
    width: 29px;
    height: 29px;
    background-image: url(/assets/smc_img/top/support/s_faq_ic.png);
}

ul.support > li:nth-child(3) a:before {
    width: 29.5px;
    height: 30.5px;
    background-image: url(/assets/smc_img/top/support/s_shooting_ic.png);
}

ul.support > li:nth-child(4) a:before {
    width: 29px;
    height: 23px;
    background-image: url(/assets/smc_img/top/support/s_mail_ic.png);
}

/*
ul.support > li:nth-child(5) a:before {
    width: 29px;
    height: 23px;
    background-image: url(/assets/smc_img/top/support/s_product_ic.png);
}
*/

ul.support > li:nth-child(5) a:before {
    width: 30px;
    height: 30px;
    background-image: url(/assets/smc_img/top/support/t_global_ic.png);
}


/*---------------------------------------------
SMCの取り組み
---------------------------------------------*/



ul.csr {
    width: 480px;
    max-width: 480px;
    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.csr > li {
    border: 1px solid #c3c3c3;
    padding-left: 60px;
    padding-right: 10px;
    width: 236px;
    max-width: 236px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
}

ul.csr > li:hover {
    border: 1px solid #dfdfdf;
}

ul.csr > li:nth-child(2n) {
    margin-right: 0;
}

ul.csr > li a {
    display: table;
    width: 100%;
    height: 100%;
}

ul.csr > li a span {
    display: table-cell;
    vertical-align: middle;
}

ul.csr > li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 20px;
}

ul.csr > li:first-child a:before {
    width: 29.5px;
    height: 30px;
    background-image: url(/assets/smc_img/top/support/t_global_ic.png);
}

ul.csr > li:nth-child(2) a:before {
    width: 29px;
    height: 33px;
    background-image: url(/assets/smc_img/top/support/t_inter_ic.png);
}

ul.csr > li:nth-child(3) a:before {
    width: 27px;
    height: 30px;
    background-image: url(/assets/smc_img/top/support/t_chi_ic_c.png);
}

ul.csr > li:nth-child(4) a:before {
    width: 30px;
    height: 22px;
    background-image: url(/assets/smc_img/top/support/t_green_ic.png);
}

ul.csr> li:nth-child(5) a:before {
    width: 30px;
    height: 29.5px;
    background-image: url(/assets/smc_img/top/support/t_green_ic.png);
}

/*
ul.csr> li:nth-child(6) a:before {
    width: 29px;
    height: 29px;
    background-image: url(/assets/smc_img/top/support/t_green_ic.png);
}
*/


/*---------------------------------------------
  footer
  ---------------------------------------------*/

footer {
    background: #333333;
    padding: 70px 0 30px;
}

.f_area_top {
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.f_area_top ul {
    margin-bottom: 45px;
}

.f_area_top ul li {
    padding-bottom: 10px;
}

.f_area_top ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    position: relative;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.f_area_top ul li a:hover {
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

p.f_column_titile {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.f_area_top ul li a::before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #0072c1;
}


.f_area_bottom {
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding-top: 55px;
}

.f_area_bottom img {
    width: 182px;
}

.f_area_bottom p {
    font-size: 10px;
    color: #fff;
    margin-top: 40px;
}

/*---------------------------------------------
  pageTop
  ---------------------------------------------*/

#pageTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
}

#pageTop a img {
    width: 82px;
}

#webshop {
    position: fixed;
    bottom: 260px;
    right: 40px;
    z-index: 98;
}

#webshop a img {
    width: 100px;
}

#pageTop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -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;
}

#webshop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -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;
}


/*---------------------------------------------
  Footer
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .sp_logo {
        display: none;
    }
    .sp_tel {
        display: none;
    }
}

/*---------------------------------------------
 SMC Gナビ タブ切り替え
  ---------------------------------------------*/

/*
.nav-tab {
    margin-top: 15px;
}

.nav-tab li {
    color: #eaeaea;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 5px;
    width: 100%;
}

.nav-tab li.active {
    color: #0072C1;
    background: #eaeaea;
    cursor: auto;
    position: relative;
    padding: 15px 0 15px 10px;
    font-size: 14px;
    font-weight: 700;
}

.nav-tab li.active span::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
}
*/


/*
#contents > ul {
    display: none;
    width: 100%;
    height: 100%;
}

#contents > ul.show {
    display: block;
}
*/

/*
.menu > ul > li > ul > li.tabs {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0;
}
*/

/*
div.tabs_left {
    background-color: #0072C1;
    -webkit-flex-basis: 258px;
    flex-basis: 258px;
    max-width: 258px;
    padding: 30px 0 40px 20px;
}
*/

/*
div.tabs_right {
    background-color: #eaeaea;
}
*/

.navi_web_catalog01 {
    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;
    background: #f2f2f2;
    padding: 10px 22px 0 22px;
    -webkit-align-items: center;
    align-items: center;
}

ul.navi_web_catalog01 li {
    margin-right: 40px;
    line-height: 36px;
}

ul.navi_web_catalog01 li:first-child {
    font-weight: 700;
    font-size: 16px;
}

ul.navi_web_catalog01 li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

ul.navi_web_catalog01 li:nth-child(2) a {
    padding-left: 12px;
    font-size: 15px;
    vertical-align: middle;
}

ul.navi_web_catalog01 li:first-child:before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 36px;
    background-image: url(/assets/smc_img/common/navi/icon_webcatalog.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
}

ul.navi_web_catalog01 li:nth-child(2) 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%;
  left: 0;
  margin-top: -6px;
}


ul.navi_web_catalog01 li a:hover {
    color: #0072c1;
    text-decoration: underline;
}

.navi_web_catalog02 {
    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;
    background: #f2f2f2;
    padding: 15px 22px 10px 22px;
}

ul.navi_web_catalog02 li {
    display: inline-block;
    height: auto;
    width: 240px;
    max-width: 240px;
    margin-right: 15px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    height: 64px;
    vertical-align: top;
    border: 1px solid #c0c0c0;
}

ul.navi_web_catalog02 li:nth-child(4n) {
    margin-right: 0;
}

ul.navi_web_catalog02 li a {
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.ul.navi_web_catalog02 li a p {
    width: 80px;
    text-align: center;
}


ul.navi_web_catalog02 li a img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

ul.navi_web_catalog02 li a span {
    font-size: 13px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 10px;
    /* font-weight: 400; */
}


ul.navi_web_catalog02 li.all {
    border: none;
    background: transparent;
    width: auto;
    display: table;
}

ul.navi_web_catalog02 li.all a {
    position: relative;
    padding-left: 12px;
    text-decoration: none;
    display: table-cell;
    vertical-align: bottom;
    line-height: 16px;
    padding-top: 0;
    font-size: 15px;
}

ul.navi_web_catalog02 li.all a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    bottom: 6px;
    left: 0;
    margin-top: -6px;
}

.navi_web_catalog03 {
    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;
    background: #f2f2f2;
    padding: 15px 22px 0 22px;
}

ul.navi_web_catalog03 li {
    display: inline-block;
    height: auto;
    width: 240px;
    max-width: 240px;
    margin-right: 15px;
    
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    height: 64px;
    vertical-align: top;
    border: 1px solid #c0c0c0;
}

ul.navi_web_catalog03 li:nth-child(4n) {
    margin-right: 0;
}

ul.navi_web_catalog03 li a {
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.ul.navi_web_catalog03 li a p {
    width: 80px;
    text-align: center;
}


ul.navi_web_catalog03 li a img {
    width: 64px;
}

ul.navi_web_catalog03 li a span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 10px;
    /* font-weight: 400; */
}

.hrm {
    position: relative;
    width: 100%;
    border: 2px solid #d6d3d3;
}

.hrm:before  {
  position: absolute;
  content: " ";
  display: block;
  border: 2px solid #f2f2f2;
  top: -2px;
  right: -2px;
  width: 2.4%;
}
.hrm:after  {
  position: absolute;
  content: " ";
  display: block;
  border: 2px solid #f2f2f2;
  top: -2px;
  left: -2px;
  width: 2%;
}

ul.navi_web_catalog04 {
    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;
    background: #fff;
    padding: 20px 22px 20px 22px;
}

ul.navi_web_catalog04 li {
    margin-right: 70px;
}

ul.navi_web_catalog04 li a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
}

ul.navi_web_catalog04 li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}




/*hover処理*/
ul.navi_web_catalog02 li a:after,
ul.navi_web_catalog03 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.navi_web_catalog02 li a:hover::after,
ul.navi_web_catalog03 li a:hover::after {
    opacity: 0.2;
}

ul.navi_web_catalog03 li a:hover span {
    color: #0072c1;
}
/*hover処理*/

ul.navi_web_catalog04 li a:hover {
    color: #0072c1;
    text-decoration: underline;
}

ul.navi_web_catalog02 li.all a:after {
    content: none;
}

ul.navi_web_catalog02 li.all a:hover {
    color: #0072c1;
    text-decoration: underline;
}


ul.navi_web_catalog_text {
    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;
    background: #fff;

}
ul.navi_web_catalog_text li {
    margin-right: 10px;
}






/*
#contents > ul li {
    height: 100%;
}

#contents > ul li ul.brand {
    box-sizing: border-box;
    padding: 40px 30px 30px 10px;
    height: 100%;
}

#contents > ul li ul.brand li {
    display: inline-block;
    height: auto;
    width: 258px;
    margin-left: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    height: 68px;
    vertical-align: top;
}
*/


/*
#contents > ul li ul.brand li:hover {
    box-shadow: 0 0 0 5px rgba(51,51,51,0.4) inset;
}

#contents > ul li ul.brand li.p_list_link:hover {
    box-shadow: none;
}

#contents > ul li ul.brand li span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
}


#contents > ul li ul.brand li:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

#contents > ul li ul.brand li img {
    width: 70px;
    -webkit-backface-visibility: hidden;

}
*/


/*
ul.gnavi_links li {
    border-bottom: 1px dotted #33518b;
    padding-left: 10px;
}

ul.gnavi_links li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0;
    position: relative;
    font-weight: 400;
}

ul.gnavi_links li:last-child {
    border-bottom: none;
}

ul.gnavi_links li a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
}

div.tabs_left ul.gnavi_links li {
    padding: 5px 0;
    padding-left: 10px;
}

div.tabs_left ul.gnavi_links li a {
    display: block;
    padding: 4px 0;
}
*/


/*---------------------------------------------
 SMC Gナビ  submenu_normal
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    
    .menu > ul > li > ul.submenu_normal {
        margin: 0 auto;
        box-sizing: border-box;
        background: #f2f2f2;
        padding: 15px 15px 10px 15px;
/*        margin-top: 5px;*/
    }
    
    .menu > ul > li > ul.submenu_normal {
        max-width: 1080px;
        width: 100%;
        padding: 30px;
        background: transparent;
    }
    
    .menu > ul > li > ul.submenu_normal:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block;
        background-color: #f2f2f2;
        z-index: -1;
    }
    
    .menu > ul > li > ul.sub01 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
/*
        background: #0072c1;
        mix-blend-mode: multiply;
*/
    }
    
    .menu > ul > li > ul.sub02 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu > ul > li > ul.sub02:before {
        width: 1050px;
        height: calc(100% - 30px);
    }
    
    .menu > ul > li > ul.sub03 {
        width: 564px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu > ul > li > ul.sub03:before {
        width: 534px;
        height: calc(100% - 30px);
    }
    
    .menu > ul > li > ul.sub04 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu > ul > li > ul.sub04:before {
        width: 1050px;
        height: calc(100% - 30px);
    }
    
    .menu > ul > li > ul.sub05 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu > ul > li > ul.sub05:before {
        width: 1050px;
        height: calc(100% - 30px);
    }
    
    .menu > ul > li > ul.sub06 {
        width: 304px;
        right: 20px;
    }
    
    .menu > ul > li > ul.sub06:before {
        width: 274px;
        height: calc(100% - 30px);
    }
    
    .menu > ul > li > ul.submenu_normal:after {
        background: rgba(0,114,200,0.7);
        mix-blend-mode: multiply;
    }
    
    .menu > ul > li > ul.submenu_normal li {
        height: auto;
        width: 246px;
        max-width: 246px;
        margin-right: 12px;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 10px;
        vertical-align: top;
        border: 1px solid #c0c0c0;
        display: inline-block;
    }
    
    .menu > ul > li > ul.submenu_normal li:nth-child(4n) {
        margin-right: 0;
    }
    
    .menu > ul > li > ul.submenu_normal li a {
        position: relative;
        text-decoration: none;
        transition: 0.1s;
        color: #333333;
        letter-spacing: 1px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.05em;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    
    .menu > ul > li > ul.submenu_normal li a img {
        width: 64px;
    }
    
    .menu > ul > li > ul.submenu_normal li a span {
        font-size: 14px;
        display: inline-block;
        line-height: 1.4;
        vertical-align: inherit;
        margin-left: 10px;
    }
    
    .menu > ul > li > ul.submenu_normal li a span.fs13 {
        font-size: 13px;
    }
    
    /*hover処理*/
    .menu > ul > li > ul.submenu_normal 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;*/
    }
    
    .menu > ul > li > ul.submenu_normal li a:hover::after {
        opacity: 0.2;
    }
    
    .menu > ul > li > ul.submenu_normal li a:hover span {
    color: #0072c1;
}
    /*hover処理*/
    
    .menu > ul > li > ul.submenu_normal li.ar {
        width: 100%;
        border: none;
        background: #f2f2f2;
        margin-bottom: 0;
    }
    
    .menu > ul > li > ul.submenu_normal li.ar a {
        position: relative;
        display: inline-block;
        padding-left: 0;
        text-decoration: none;
        font-size: 15px;
    }
    
    .menu > ul > li > ul.submenu_normal li.ar a span:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #0072C1;
        top: 50%;
        left: 0;
        margin-top: -4px;
        display: inline-block;
        margin-right: 5px;
    }
    
    .menu > ul > li > ul.submenu_normal li.ar a span {
        margin-left: 0;
        padding-left: 10px;
        text-indent: -10px;
        font-size: 15px;
    }
    .menu > ul > li > ul.submenu_normal li.ar a:after {
        content: none;
    }
    .menu > ul > li > ul.submenu_normal li.ar a span:hover {
        color: #0072c1;
        text-decoration: underline;
    }
    .menu > ul > li > ul.submenu_normal li.mr0 {
        margin-right: 0;
    }
    

}


/*---------------------------------------------
 フェード
  ---------------------------------------------*/

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



.fade05{
  animation-name:fade-in5;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in5 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}


/*---------------------------------------------
  パンくず
  ---------------------------------------------*/

.catpan {
    width: 1120px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 15px;
}

.catpan * {
    font-size: 12px;
}


.catpan a {
    color: #0072c1;
}


/*---------------------------------------------
  その他
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .ml25 {
        margin-left: 25px
    }
    .sideIc {
        display: none;
    }
}

.ft80 {
    font-size: 80%;
}

.mrl20 {
    margin-left: 20px;
    margin-right: 20px;
}


/*---------------------------------------------
  ヘッダー　LANGUAGE
  ---------------------------------------------*/

.lang ul li {
    list-style: none;
    margin:0;
    padding:0;
    font-size:14px;
    position: relative;
    height: 32px;
    line-height: 32px;
/*    background:#FF818D;*/
    /*親メニューの背景色*/
    color: #0072c1;/*親メニューの文字色*/
    text-align:center;
}
.lang ul li a {
    display: block;
    text-decoration: none;
/*    border: 1px solid #fff;*/
}

.lang ul li a:hover {
    background: rgba(0,114,193,0.3);
}

.lang ul li ul {
    position: absolute;
    top: 32px;/*親メニューの高さと同じにする*/
/*    width: 116px;*/
    z-index: 100;
    padding-top: 10px;
}


.lang ul li ul li {
/*
    visibility: hidden;
    overflow: hidden;
*/
    display: none;
/*    width: 160px;*/
    /*サブメニューの幅*/
    height: 0;
    background: #0072c1;
    color: #fff;
}

.lang ul li ul li:first-child {
    border-bottom: 1px solid #f2f2f2;
}

.lang ul li ul li:first-child:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #0072c1;
}


.lang ul li ul li a {
    color: #fff;
    padding: 0;
    font-weight: 400;
    border: none;
    padding: 0 34px;
}

.lang ul li ul li a:before {
    content: none!important;
}

.lang > ul > li ul li:hover {
/*    background: rgba(0,114,193,0.8);*/
    /*ホバー時のサブメニューの背景色*/
    color: #fff;
}

.lang > ul > li:hover ul li {
/*
    visibility: visible;
    overflow: visible;
*/
    display: block;
    height:32px;/*サブメニューの高さ*/
    z-index: 10;
}

.lang * {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 99;/*SDL 20210304*/
}


/*---------------------------------------------
  Common
  ---------------------------------------------*/

.threeColumnList {
    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 > li {
    width: 270px;
    max-width: 270px;
    height: auto;
    min-height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.threeColumnList > li:nth-child(3n) {
    margin-right: 0;
}


.threeColumnList > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
}

.threeColumnList > li > p {
    font-size: 16px;
/*
    margin-left: 10px;
    margin-top: 15px;
*/
}


.threeColumnList > 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*/
.threeColumnList > 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;
}

.threeColumnList > li > a:hover::after {
    opacity: 0.3;
}
/*hover*/


.twoColumnList {
    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;
}

.twoColumnList > li {
    width: 49%;
    max-width: 49%;
    height: auto;
    min-height: 80px;
    margin-right: 2%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.twoColumnList > li:nth-child(2n) {
    margin-right: 0;
}


.twoColumnList > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
}

.twoColumnList > 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*/
.twoColumnList > 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;
}

.twoColumnList > li > a:hover::after {
    opacity: 0.3;
}
/*hover*/



.fn16 {
    font-size: 16px;
}

.fn16b {
    font-size: 16px;
    font-weight: 600;
}





















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;
}


a.wh_bt_w270 {
    width: 270px;
    min-height: 48px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 12px 35px 12px 20px;
    margin-right: 10px;
    border: 1px solid #0072C1;
}

a.wh_bt_w270 span {
    color: #0072C1;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.0;
    
}

a.wh_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 #0072C1;
    border-right: solid 2px #0072C1;
}

a.wh_bt_w270:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    opacity: 1.0;
}

.threeColumnList.w_img li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 15px 25px 15px 10px;
}

.threeColumnList.w_img li a p {
    margin: 0 auto auto 0;
}

.threeColumnList.w_img li a div {
    margin: auto 0 0 auto;
}

.threeColumnList.oneColum li {
    width: 32%;
    max-width: 32%;
    margin-right: 2%;
}

.threeColumnList.oneColum li:nth-child(3n) {
    margin-right: 0;
}

/*---------------------------------------------
  ディスクレーマー表示　2106追加
  ---------------------------------------------*/

#s-modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding: 20px;
    text-align: left;
    background: #000;
    color: #fff;
    display: flex;
    line-height: 1.7;
}

#s-modal p {
    color: #fff;
    padding: 10px;
}

#s-modal a {
    color: #fff;
    text-decoration: underline;
}

#s-modal a:hover {
    text-decoration: none;
}

#s-modal_close {
    padding: 5px;
    cursor: pointer;
    background: #fff;
    padding: 10px 30px;
    width: 140px;
    text-align: center;
    color: #000;
    margin: auto;
}

#s-modal_close a {
    color: #000;
    text-align: none;
}

/*---------------------------------------------
  Header 検索窓　2409追加
  ---------------------------------------------*/
.search_container{
  position: relative;
  box-sizing: border-box;
  border: 1px solid #3879D9;
  display: block;
  top:-14px;
  border-radius: 3px;
  height: 2.2em;
  width: 240px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
margin-left:2px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input::placeholder {
 font-size: 11px;
    opacity: 0.6;
}

.search_container input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #3879D9;
  background-image: url(/assets/smc_img/common/loupe_s.png) ;
    background-repeat: no-repeat;
background-size:auto;
background-position:center;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}





