@charset "utf-8";
/* common*/

body {
font-size: 14px;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
margin: 0;
padding: 0;
color: #424242;
background-color: #E3E3E3;
}

html { -webkit-text-size-adjust: 100%; }

img { width: 100%; vertical-align: bottom; }
img:hover { opacity: 0.5; }
a { text-decoration:none; }
.wrap { overflow:hidden; }

/*クリア*/
.cb { clear: both; }

/*センターぞろえ*/
.center { text-align: center; }

/*補足やコメントの小文字　各スタイル*/
.komoji-style01{
font-size: 10px;
line-height: 1.3em;
margin-bottom: 10px;
padding: 0;
}
.kakomi-style01 {
margin:1% 1% 1% 3%;
padding:1%;
font-size: 12px;
background-color: #C4D2BC;
}
.kakomi-style02 {
padding:3%;
margin:5px 0;
font-size: 14px;
border: solid thin #ccc;
overflow: hidden;
 }
.kakomi-style03 {
padding: 10px;
border: 1px dotted #999;
margin-top: 30px;
margin-right: 10px;
margin-bottom: 30px;
margin-left: 10px;
clear: both;
}

.text-red{ color: #E7365C; font-weight: bold; }

/*区切り線*/
.hr-style01 {
border-top: solid thin #ccc;
}
/**/
.img-width-auto img { width: auto; }
/**/

/*改行の制御*/
.text { display: inline-block; }

/*ボタン*/
.el_roundedBtn {
  display:  inline-block;
  width:  150px;
  max-width: 100%;
  padding:  10px 5px;
  background-color:  #2066ac;
  border:  2px solid transparent;
  border-bottom-color:  ##2066ac;
  border-radius:  10px;
  color:  #fff;
  font-size:  1rem;
  text-align:  center;
  text-decoration:  none;
  transition:  .25s;
}
.el_roundedBtn:focus,
.el_roundedBtn:hover {
  background-color:  #fff;
  border-color:  currentColor;
  color:  #2066ac;
}
.demo-shop-list{
}
.link-botton-01 a:link{
display:block;
color:#fff;
background-color:#666;
padding:10px;
margin: 5px;
text-align:center;
border:thin solid #666;
border-radius:20px;
}
.link-botton-01 a:visited{
color:#fff;
background-color:#666;
}
.link-botton-01 a:hover{
color:#666;
background-color:#fff;
}

/**/
/*DLスタイル*/
.dl-style01 dt {
width:50px;
text-align:center;
float:left;
margin-right:10px;
margin-bottom:5px;
padding:5px;
background-color:#ccc;
clear:both;
}
.dl-style03 dd {
margin-right:10px;
padding:5px;
margin-bottom:5px;
border-bottom:dotted thin #ccc;	
}
.dl-style03 dt {
width:120px;
text-align:center;
float:left;
margin-right:10px;
margin-bottom:5px;
padding:5px;
background-color:#666;
color:#fff;
clear:both;
}
.dl-style01 dd {
margin-right:10px;
padding:5px;
margin-bottom:5px;
border-bottom:dotted thin #ccc;	
}
.dl-style02 {
font-size:10px;
margin:20px 0px 40px 0px;
}
.dl-style02 dt {
width:200px;
text-align:right;
float:left;
margin-right:10px;
margin-bottom:3px;
padding:3px;
clear:both;
}
.dl-style02 dd {
margin-right:10px;
padding:3px;
margin-bottom:3px;
border-bottom:dotted thin #ccc;
}
.dl-style03 {
margin-bottom:50px;	
}
.dl-style03 dt {
font-weight:bold;
}
.dl-style03 dd {
border-bottom:dotted thin #ccc;	
margin-bottom:10px;	
}
.dl-style04 {
font-size:10px;
display: flex;
  flex-wrap: wrap;
}
.dl-style04 dt {
width: 36%;
padding:6px 1%;
text-align:center;
background-color:#eee;
border-bottom:dotted thin #ccc;
}
.dl-style04 dd {
width: 56%;
padding:6px 1%;
border-bottom:dotted thin #ccc;
}
.dl-style05 {
font-size:12px;
margin:20px 0px 40px 0px;
margin:10px;
}
.dl-style05 dt {
text-align:center;
font-weight:bold;
margin-top:10px;
margin-bottom:5px;
}
.dl-style05 dd {
text-align:center;
border-bottom:dotted thin #ccc;
padding-bottom:5px;
}




@media screen and (min-width: 960px) {
.dl-style04 dt { width: 18%; }
.dl-style04 dd { width: 78%; }
}

/**/
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
/**/
.margin-top-25px { margin-top: 25px; }
.fa-envira { color:rgba(94,165,134,1.00) }
/*flexラッパー*/

/*コンテナ*/
.container {
width:100%;
background-color:#fff;
margin: 0px auto;
}

/*モバイル用ハンバーガーメニュー*/
#ham-menu {
    background-color: rgba(21,85,162,0.9); /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}

#ham-menu li {
font-size: 16px;
font-weight: normal; 
line-height: 3em;
background-color: rgba(200,200,200,0.0);
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #fff;
}
#ham-menu li a { text-decoration: none; color: #fff; }

#menu-background {
    background-color: #000; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
   background-color: rgba(21,85,162,0.9); /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #fff; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}

/*ハンバーガーおわり*/

header {}
.nav-pc { display: none; }

/*swiper*/
.swiper-container { width: 100%; height: auto; }
.swiper-container img:hover { opacity: 1.0; }
/*swiper終わり*/

/*ニュース一覧*/
.toppage-news-list { margin:0px auto; width: 90%; }
.toppage-news-list h2 {
text-align:center;
width: 350px;
font-size:40pt;
padding:60px 0px 0px 0px;
margin:0px auto;
border-bottom: solid thin #666;
}
.news-item {
width:100%;
border:solid thin #ccc;
background-color:rgba(216,216,216,1.0);
margin-top:45px;
color:rgba(60,60,60,1.00);
}
.news-item a:link {
color:rgba(60,60,60,1.00);
}
.wrap-news-item {
margin:20px 25px;
}
.wp-news-con {
width:90%;
margin:0 auto;
background-color:#fff;
}
.wp-news-con .all-articles {
width: 350px;
font-size:16px;
margin:25px auto 0px auto;
}
.news-item-index {
width:100%;
border-bottom:solid thin #ccc;
border-top:solid thin #ccc;
margin-top:45px;
padding:30px 0 30px 0;
}
.news-title-index { font-size: 1.8em; font-weight: bold; line-height: 1.5em; }
.news-list { width: 100%; }
.news-list li { width: 100%; border-top: dotted thin #ccc; margin-top: 1em; padding-top:  1em; }
.cat-release {
font-size:9pt;
background-color:#FF3000;
display:inline-block;
width: 115px;
padding:3px 0;
margin-top:10px;
margin-bottom:10px;
color:#fff;
text-align:center;
border-radius: 15px;        /* CSS3草案 */  
-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 15px;   /* Firefox用 */ 
}
.cat-notice {
font-size:9pt;
background-color:#733BA0;
display:inline-block;
width: 115px;
padding:3px 0;
margin-top:10px;
margin-bottom:10px;
color:#fff;
text-align:center;
border-radius: 15px;        /* CSS3草案 */  
-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 15px;   /* Firefox用 */ 
}
.cat-news {
font-size:9pt;
background-color:#73A300;
display:inline-block;
width: 115px;
padding:3px 0;
margin-top:10px;
margin-bottom:10px;
color:#fff;
text-align:center;
border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
}
.cat-release a:link { color: rgba(255,255,255,1.00); }
.cat-release a:visited { color: rgba(255,255,255,1.00); }
.cat-notice a:link { color: rgba(255,255,255,1.00); }
.cat-notice a:visited { color: rgba(255,255,255,1.00); }
.cat-news a:link { color: rgba(255,255,255,1.00); }
.cat-news a:visited { color: rgba(255,255,255,1.00); }
.news-title { font-size: 12pt; }
.summary { margin: 50px 0px; }

/*記事一覧をみるのボタン*/
.button {
display: inline-block;
width: 350px;
height: 54px;
text-align: center;
text-decoration: none;
line-height: 54px;
outline: none;
}
.button::before,
.button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
.button::before,
.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.button::before { top: 0; }
.button::after { bottom: 0; }
.button:hover::before,
.button:hover::after { height: 0; background-color: #333; }
/*記事一覧をみるのボタンここまで*/

/*ニュース一覧ここまで*/

/*ニュース本文　wp投稿*/
.news-title-index { width: 95%; }
.news-content { width: 95%; line-height: 1.8em; }
.news-content h2 { margin: 1.2em 0; padding:1.2em 0; border-bottom:dotted thin #333; width: 100%; overflow: visible; font-size: 1.8em; font-weight: bold; color: rgba(40,70,140,1.0) }
.news-content .info { border: solid thin #333; padding:10px; overflow: hidden; margin: 50px 0; }
.news-content h3 { margin: 2em 0 1em; font-size: 1.5em; font-weight: bold; }
.news-content h4,
.news-content h5 { font-size: 18px; font-weight: bold; }
.news-content p { margin: 1.5em 0; font-size:16px; }
.post_thumbnail {}
.post_thumbnail img { width: auto; heigth: auto; }
.news-content .post_thumbnail .attachment-post-thumbnail { display: none; }

.wp-block-table table.tablesbt,
.wp-block-table table.tablesbt tr,
.wp-block-table table.tablesbt th,
.wp-block-table table.tablesbt td { border: 1x solid #000; padding: 1em; }

.wp-block-table table.tablesbt { width: 100%; }
.wp-block-table table.tablesbt ,
.wp-block-table table.tablesbt tbody tr,
.wp-block-table table.tablesbt tbody tr th,
.wp-block-table table.tablesbt tbody tr td { border: 1px solid #000 !important; padding: 1em; }

/*ニュース本文　wp投稿ここまで*/

/*見出しh2h3*/
.h2h3 {
text-align:center;
width: 90%;
font-size: 30pt;
color: #fff;
padding: 50px 0;
margin: 0 auto 1.5em;
border-bottom: solid thin #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2066ac+8,0c438f+100 */
background: #2066ac; /* Old browsers */
background: -moz-linear-gradient(top, #2066ac 8%, #0c438f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2066ac 8%,#0c438f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2066ac 8%,#0c438f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2066ac', endColorstr='#0c438f',GradientType=0 ); /* IE6-9 */
}
.h2h3 h2,
.h2h3 h3 { width: 90%; margin: 0 auto; }
/*見出しh2h3ここまで*/


/*カテゴリi　目次一覧　*/
.contents-list {
padding-top:50px;
}
.contents-con {
width:90%;
margin:0 auto;
padding-bottom:50px;
background-color:#fff;
overflow:hidden;
}
.contents-item {
width:100%;
border:solid thin #ccc;
background-color:rgba(216,216,216,1.0);
margin-top:45px;
color:rgba(60,60,60,1.00);
clear:both;
overflow:hidden;
}
.contents-item a:link {
color:rgba(60,60,60,1.00);
}
.contents-img {
float:left;
width:50%;
}
.contents-title {
width:48%;
text-align:center;
font-size:14pt;
float:right;
margin-top:10%;
font-weight:bold;
}
/*カテゴリi　目次一覧　ここまで*/

/*カテゴリ目次一覧 4並び*/	
/*カテゴリ目次一覧 4並びここまで*/	


/*共通メイン部分*/
.main_common {
    padding-top:50px;
}
.main_common-con {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #fff;
    overflow: hidden;
    line-height: 1.8em;
}
/*共通メイン部分ここまで*/

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*企業情報*/
/*トップメッセージ・エコリカ共通*/
.flex-wrap-style01 { width: 100%; margin: 50px 0; }
.common-style01-photo { width: 100%; text-align: center; }
.common-style01-photo img { width: 60%; }
.common-style01 { width:100%; font-size:14px; text-align: center; line-height: 2.5em; }
.common-style01 span { font-weight: bold; font-size: 20px; color: rgba(46,76,146,1.0) }
.common-style01-desc h4 { font-weight: bold; font-size: 20px; color: rgba(46,76,146,1.0); }
.common-style01-desc h4,
.common-style01-desc .signature { border-top: dotted thin rgba(46,76,146,1.0); padding-top: 1.2em; margin-top: 1.2em; margin-bottom: 1em; letter-spacing: 0.1em; }
.common-style01-desc .signature { text-align: right; }

/*　プライバシーポリシー　*/
.common-style01-desc .list-sq,
.common-style01-desc .list-number { margin: 1.5em 0; }
.common-style01-desc .list-sq li,
.common-style01-desc .list-number li { list-style: inside; margin-bottom: 0.5em; margin-left: 2em; text-indent: -1.35em; }
.common-style01-desc p { margin-bottom: 0.5em; }
.common-style01-desc p strong { font-weight: bold; }



/*トップメッセージ・エコリカ共通ここまで*/

/*企業概要*/
.profile-dl {
width:90%;
font-size:16px;
margin:50px auto 0 auto;
}
.profile-dl dt {
color:rgba(46,76,146,1.0);
font-weight:bold;
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 5px;
}
.profile-dl dd {
    margin: 5px 0 5px 0;
    padding: 0;
    padding: 5px 5px 5px 20px;
}
.company-img img { width: 100%; }
.company-img_tokyo img { width: 588px; }
  @media screen and (max-width:568px) {
      .company-img_tokyo img { width: 100%; }
    }
.map iframe { margin: 3em 0; }

/*企業概要ここまで*/

/*沿革*/
.history-dl {
width:90%;
margin:50px auto 0 auto;
font-size:16px;
overflow: hidden;
}
.history-dl dt {
color:rgba(46,76,146,1.0);
font-weight:bold;
padding: 10px;
border-top: 1px solid #999;
font-weight: bold;
}
.history-dl dd {
padding: 10px;
}
.history-h3 {
clear: left;
border: 1px solid #999;
background-color:rgba(230,230,230,1.0);
padding:10px;
margin:50px 10px 0px 10px;
text-align:center;
}

/*沿革ここまで*/

/*主要取引先*/
.customer-h3 {
font-weight:bold;
font-size:20px;
color:rgba(46,76,146,1.0);
border-bottom:	dotted thin rgba(46,76,146,1.0);
padding-top: 25px;
margin-top:25px;
margin-bottom:15px;
width:100%;
}
.customer-list-end {
display: block;
overflow:hidden;
padding:50px;
text-align:right;
border-bottom:	solid thin rgba(46,76,146,1.0);
}
/*主要取引先ここまで*/


/*　弊社へのお問合せ　*/
.contact-us-caution {
padding:20px;
margin:50px auto 30px auto;
border: solid thin #999;
font-size:16px;}
.font-red {
color:rgba(197,20,67,1.00);
font-weight:bold;}
.to-corporation {
border: solid thin #0068B6;
margin:20px;
}
.to-corporation h5 {
background-color:#0068B6;
color:#fff;
font-size:18px;
padding:5px;
}
.to-corporation p {
padding:10px;
}

/*企業情報ここまで*/

.for-enduser-h5 {
    width:150px;
    font-size:16px;
    border: solid thin #ccc;
    margin:15px 0 10px 0;
    text-align:center;
    color:#fff;
    background-color:#666;
    padding:5px;
}

/*トピックバナー*/
.toppage-topics-list { width: 100%; padding-bottom:45px; }
.toppage-topics-list h2 {
text-align:center;
width: 350px;
font-size:40pt;
padding:60px 0px 0px 0px;
margin:0px auto;
border-bottom: solid thin #666;
}
.topics-item {	width: 100%; margin: 3em 0 0; color: rgba(60,60,60,1.00); border: solid 1px #ccc; }
.topics-item a:link { color:rgba(60,60,60,1.00); }
.topics-con { width: 90%; margin: 0 auto; }

/*トピックバナーここまで*/

/*サイトマップ*/
.sitemap-h3 {
font-weight:bold;
font-size:20px;
color:rgba(46,76,146,1.0);
border-bottom:	dotted thin rgba(46,76,146,1.0);
padding-top: 25px;
margin-top:25px;
margin-bottom:15px;
width:100%;
}
.sitemap-list li {
font-size:18px;
margin-bottom:10px;
margin-left:20px;
}
.sitemap-list a {
 color:#666;
}
.sitemap-list-end {
display: block;
overflow:hidden;
padding:50px;
text-align:right;
border-bottom:	solid thin rgba(46,76,146,1.0);
}
/*サイトマップここまで*/

/*3dconnexionページ*/
.d-info {
height:200px;
padding:30px;
border:thin solid #ccc;
overflow: scroll;
}
.dconnexion h3 {
    margin:20px 0; 
padding:20px 0 20px 10px; 
border:solid thin #333;
background-color:#ccc;
}
.dconnexion h4 {
    margin:20px 0; 
padding:10px 20px ; 
border:solid thin #333;
background-color:#666;
display:inline-block;
color:#fff;
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  
}
.dconnexion	.products-list li {
border:solid thin #333;
text-align:center;
margin:2%;
padding:2%;
}

/*3dconnexionページここまで*/




/*honeycombページ*/
.honeycomb-logo-link {
    width:50%;
    text-align:center;
    padding:10px;
    border:solid thin #ccc;
    magin-bottom:30px;
}
.honeycomb h1 {
font-size:20px;
text-align:center;
font-weight:bold;
border-bottom:2px #999 solid;
height:50px;
}
.honeycomb h1 .sub {
font-size:15px;
}
.honeycomb h3 {
    margin:20px 0; 
padding:20px 0 20px 10px; 
border:solid thin #333;
background-color:#ccc;
}
.honeycomb h4 {
    margin:20px 0; 
padding:10px 20px ; 
font-weight:bold;
border-bottom:solid thin #333;
}
.product-name {
font-size:12px;
text-align:center;
}
.honeycomb .products-list li {
border:solid thin #333;
text-align:center;
margin:2%;
padding:2%;
}
.honeycomb-logo-link {
    width:50%;
    text-align:center;
    padding:10px;
    border:solid thin #ccc;
    magin-bottom:50px;
}
.honeycomb .list-item li {
border:thin solid #ccc;padding:10px;margin-top:10px;display:flex;flex-wrap:wrap;}
.honeycomb .list-item .img {
width:30%;
height:auto;}
.honeycomb .list-item div {
width:65%;}
.honeycomb .list-item dt {
margin-bottom:20px;
padding-bottom:10px;
border-bottom:dotted thin #ccc;}
.honeycomb .list-item .detailes {
text-align:right;
}
.honeycomb .list-item .detailes a:link {
margin:10px;
padding:10px;
border:thin solid #ccc;
border-radius:10px;
display:inline-block;
}
.honeycomb .list-item .detailes a:hover {
background-color:#666;
color:#fff;
}

/*3honeycombページここまで*/


/*製品切り替え*/
.products-img h1 {
border-bottom: solid thin #ccc;
margin-bottom: 10px;
}
.content {
  width: 100%;
  margin: 0px auto;
  padding:0;
  background-color:#fff;
  clear:both;
  overflow:hidden;
  border-bottom: solid thin #ccc;
}
.main,
.main li,
.main2,
.main2 li,
.main3,
.main3 li,
.main4,
.main4 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main img {
width:100%;
}
.main,
.main2,
.main3,
.main4 {
  margin-bottom: 5px;
  width:100%;
  margin:0;
}
.thumb,
.thumbb2,
.thumbb3,
.thumbb4 {
  width:100%;
   margin:0;
}
.main li,
.main2 li,
.main3 li,
.main4 li { width: 100%; height: auto; overflow: hidden; }
.main li.item2,
.main li.item3,
.main li.item4,
.main li.item5,
.main li.item6,
.main li.item7,
.main li.item8,
.main3 li.item10,
.main3 li.item11,
.main3 li.item12,
.main4 li.item14,
.main4 li.item15,
.main4 li.item16 { display: none; }
.main li:hover img,
.main2 li:hover img,
.main3 li:hover img,
.main4 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb,
.thumb li,
.thumbb2,
.thumbb2 li,
.thumbb3,
.thumbb3 li,
.thumbb4,
.thumbb4 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb li,
.thumbb2 li,
.thumbb3 li,
.thumbb4 li {
 width:15%;
  display: inline-block;
flote:left;	
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 4px;
  border:solid thin #ccc;
}
.thumb li img,
.thumbb2 li img,
.thumbb3 li img,
.thumbb4 li img {
  width: 100%;
  height: auto;
}
.thumb li:hover img,
.thumbb2 li:hover img,
.thumbb3 li:hover img,
.thumbb4 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*ここまで製品切り替え*/

.comment {
border:solid thin #ccc;
padding:20px;
background-color:#eee;
font-size:12px;
}
.comment h6 {
font-size: 16px;
font-weight: bold;
margin: 20px 0 0 20px;
display: inline-block;
border-bottom: solid 2px #333;
}
.saleslit img { width: 100%; height: auto; }



/*PANTUMページ*/
.pantum-shop {
text-align:center;
border-bottom:thin solid #ccc;
padding-bottom:10px;
margin-bottom:50px;
}
.pantum-shop a {
display:inline-block;
padding:5px 10px;
margin:0px 10px 0px 0px;
background-color:#ccc;
color:#000;
border-radius:20px;
}
.pantum-shop a:hover {
background-color:#6CACBA;
color:#fff;
}
.sub_title01 {
margin-top:30px;
text-align:  center;
border-bottom: thin solid #6CACBA;
}
.title02 {
text-align:  center;
color:  #6CACBA;
}
.el_lv1Heading {
padding:  10px 10px;
background-color:  #6CACBA;
color:  #fff;
font-size:  1.75rem;
text-align:  center;
}
.el_lv2Heading {
margin:100px 0px 50px 0px;
padding-bottom: 10px;
border-bottom: 4px solid #6CACBA;
font-size: 1.75rem;
font-weight: bold;
}
.el_lv4Heading {
padding-left: 6px;
border-left: 2px solid #6CACBA;
font-size: 1.25rem;
font-weight: bold;
}

.bl_halfMedia {
display: block;
margin-bottom:30px;
}

.bl_halfMedia_imgWrapper {
margin-right: 0;
margin-left: 0;
margin-bottom: 20px;
 border:thin solid #ccc;
}
.bl_halfMedia_imgWrapper > img { width: 100%; }
.bl_halfMedia_body { flex: 1; }
.bl_halfMedia_body > *:last-child { margin-bottom: 0; }
.bl_halfMedia_ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0;
}
.bl_halfMedia_txt {
  margin-top: 0;
}
.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.card__img-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0;
}
.card__img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.card__body {
  padding: 15px;
}
.card__body > *:last-child {
  margin-bottom: 0;
}
.card__title {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0;
}
.card__text {
  color: #777;
  margin-top: 0;
}
.card--link {
  display: block;
  color: currentColor;
  text-decoration: none;
  transition: .25s;
}
.card--link .card__title,
.card--link .card__text {
  transition: .25s;
}
.card--link:focus,
.card--link:hover {
  opacity: .75;
}
.card--link:focus .card__title,
.card--link:focus .card__text,
.card--link:hover .card__title,
.card--link:hover .card__text {
  color: #e25c00;
  text-decoration: underline;
}
.cards {
  display: flex;
  flex-wrap: wrap;
}
.cards--col4 {
  margin-bottom: -20px;
}
.cards--col4 > .cards__item {
  width:  23.78%;
  margin-right: 1.62602%;
  margin-bottom: 20px;
}
.cards--col4 > .cards__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
.cards--col4 { margin-bottom: -20px; }
.cards > .cards__item { width: 100%; margin-right: 0; margin-bottom: 20px;}
}

/*PANTUMページここまで*/








/*フッター*/
.link-area { background-color: #5F5F5F; padding: 0.5em 2em; text-align: center; }
.link-area ul { display: flex; flex-flow: row wrap; justify-content: center; }
.link-area ul li { width: 120px; margin: 1em 1.2em; height: auto; }
.link-area img { width: auto; }

footer .footer-menu {	margin-bottom: 2em; }
footer .footer-menu ul { display: flex; }
footer .footer-menu ul li { margin-right: 1.5em; padding-right: 1.5em; border-right: solid 1px #fff; }
footer .footer-menu ul li a {	 text-decoration: none; color: #fff; }
.sns-icons2 { text-align: right; padding-bottom: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; border-bottom: solid 1px #fff; }
.sns-icons2 img { width: 65px; height: 48px; margin-left: 5px; }

footer { margin-top: 0; background-color: #000; color: #ccc; padding: 2em; text-align: center; clear: both; }
#top-footer { margin-top: 0; }
.footer-miraisell-msc-logo { margin-top: 15px; }
.footer-miraisell-msc-logo img { width: 5em; margin: 1em auto; }

footer { padding: 3em 2%; width: 100%; margin: 0 auto; }
footer a { color: #fff; }
footer .footer-menu202310 { text-align: left; width: 22%; margin-right: 2%; display: inline-block; vertical-align: top; }
footer .footer-menu202310 p { letter-spacing: 0.2em; font-size: 1.5em; border-left: 0.2em solid #5F5F5F; padding-left: 0.5em; }
footer .footer-menu202310 ul { margin: 1.2em 0; display: block; }
footer .footer-menu202310 ul li { margin: 0 0 1em; }
footer .footer-menu202310 ul li i,
footer .footer-menu202310 ul li.socialmedia i { vertical-align: middle; }
footer .footer-menu202310 ul li i { margin-left: 0.5em; }
footer .footer-menu202310 ul li.socialmedia i { font-size: 2em; margin-right: 0.5em; }
footer .footer-end { margin: 1.5em; padding: 1em; border-top: 1px solid #5F5F5F; border-bottom: 1px solid #5F5F5F; }
footer .footer-end ul { width: 100%; margin: 0 auto; }
footer .footer-end ul li { padding: 0.5em 1.5em; line-height: 1.2em; display: inline-block; vertical-align: middle; border-right: 1px solid #5F5F5F; min-height: 1.5em; }
footer .footer-end ul li:last-child { border-right: none; }

/*ここまでフッター*/





@media screen and (min-width: 960px) {
/*コンテナ*/
.container {
width:100%;
background-color: #fff;
margin: 0px auto;
padding: 0px;
}
.nav-mob { display: none; }
.nav-pc { display: block; }
.nav-pc {
top: 0;
left: 0;
color: #fff;
z-index: 10;
height:120px;
display: flex;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2066ac+8,0c438f+100 */
background: #2066ac; /* Old browsers */
background: -moz-linear-gradient(top, #2066ac 8%, #0c438f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2066ac 8%,#0c438f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2066ac 8%,#0c438f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2066ac', endColorstr='#0c438f',GradientType=0 ); /* IE6-9 */

}
.nav-pc h1 img { width: 360px; height: auto; }
.nav-pc ul { height: 120px; overflow: hidden; }
.nav-pc li {
float:left;
margin-top:45px;
height: 30px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-right: dotted thin #fff;
text-align: center;
display: inline-block;
}
.nav-pc li a { text-decoration: none; color: #fff; }
.nav-pc li a:visted { color: #fff; }
.nav-pc li:hover { color: #898686; background: rgba(159,157,157,0.3); }
.nav-pc li:first-child { border-left:dotted thin #fff; }

/*ニュース一覧*/
.news-item {
width: 31%;
border: solid thin #ccc;
background-color: rgba(216,216,216,1.0);
margin-top: 45px;
margin-right: 3%;
}
.wrap-news-item { 	margin:  38px 45px; }
.news-item:nth-child( 3n ) { margin-right: 0; }
.wp-news-con {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
}
/*ニュース一覧ここまで*/

/*見出しh2h3*/	
.h2h3 {	padding: 100px 0; }
/*見出しh2h3ここまで*/
    
/*カテゴリ目次一覧*/

.contents-con {
display: flex;
flex-wrap:  wrap;
width: 100%;
margin: 0 auto;
padding-bottom: 50px;	
}
.contents-item {
width: 31%;
border: solid thin #ccc;
background-color: rgba(216,216,216,1.0);
margin-top: 45px;
margin-right: 3%;
}
.contents-item:nth-child( 3n ) { margin-right: 0; }
.wrap-contents-item { margin: 20px; overflow: hidden; }
.contents-img { width: 100%; clear: both; }
.wrap-contents-item .contents-title {
width: 100%;
font-size: 20px;
clear: both;
margin: 40px 0;
text-align: center;
}

/*カテゴリ目次一覧ここまで*/	



/*カテゴリ目次一覧  4並び*/	
/*カテゴリ目次一覧 4並びここまで*/	


/*共通メイン部分*/
.main_common-con {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;	
}
/*共通メイン部分*/	


/*トップメッセージ・エコリカ共通*/
.flex-wrap-style01 {
display: flex;
overflow: hidden;
width: 100%;
margin-top: 50px;
}
.common-style01-photo { width: 30%; }
.common-style01 {
width: 69%;
font-size: 20px;
text-align: center;
line-height: 2.5em;
}
.common-style01 span {
font-weight: bold;
font-size: 30px;
color: rgba(46,76,146,1.0)
}
.common-style01-desc h4 {
font-size: 25px;
}
/*トップメッセージ・エコリカ共通ここまで*/

/*企業概要*/
.profile-dl {
width: 90%;
font-size: 16px;
margin: 50px auto 0 auto;
border-bottom: 1px dotted #ccc;
}
.profile-dl dt {
color: rgba(46,76,146,1.0);
font-weight: bold;
    width: 120px;
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 5px;
    float: left;
    clear: left;
}
.profile-dl dd {
    margin: 5px 0 5px 120px;
    padding: 0;
    padding: 5px 5px 5px 20px;
    border-top: 1px dotted #ccc;
    line-height: 1.8;
}

/*企業概要ここまで*/

/*採用情報*/

.wrap-recruit2 {
}
.wrap-recruit2 .recruitment-information { display: flex; flex-wrap: wrap; }
.wrap-recruit2 .recruitment-information dt { display: inline-block; width: 250px; }
.wrap-recruit2 .recruitment-information dd { display: inline-block; width: 720px; }

.wrap-recruit2 .timeschedule { display: flex; flex-wrap: wrap; }
.wrap-recruit2 .timeschedule dt {
width: 10%;
border-right: solid thin #333;
text-align: right;
}
.wrap-recruit2 .timeschedule dd {
position: relative;
margin: 1.5em 0 1.5em 15px;
padding: 20px;
min-width: 120px;
max-width: 100%;
color: #555;
margin-left: 20px;
width: 80%;
display: flex;

}
.wrap-recruit2 .timeschedule dd: before {
content: "";
position: absolute;
top: 7px;
left: -30px;
margin-top: -7px;
border: 7px solid transparent;
border-right: 30px solid #eee;
}
.wrap-recruit2 .timeschedule dd .comments { width: 70%; }
.wrap-recruit2 .timeschedule dd .img { width: 30%; margin-top: 0px; }

.wrap-recruit2 .timeschedule dd span {
    display: inline-block;
    font-size:16px;
    font-weigth: bold;
    color: rgba(46,76,146,1.0);
    border-left: solid 4px rgba(46,76,146,1.0);
    margin-bottom: 10px;
    padding-left: 5px;
}
.timeschedule-list {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin:50px 0px 50px 0px;
    width:100%;
}

.timeschedule-list li a {
display:inline-block;
width:250px;
height:auto;
border:solid thin #ccc;
border-radius:10px;
margin-right:20px;
text-align:center;
padding:10px;
}

.employment-nav {
display:flex;
flex-wrap: wrap;
margin-top:50px;
justify-content: center;
}

.employment-nav li { width: 278px; }
.byyear-nav {
display:flex;
flex-wrap: wrap;
margin-top:50px;
justify-content: center;
}
.byyear-nav li { width: 500px; }

.job-dl {
width:90%;
font-size:16px;
margin:50px auto 0 auto;
border-bottom: 1px dotted #ccc;
}
.job-dl dt {
color:rgba(46,76,146,1.0);
font-weight:bold;
    width: 250px;
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 5px;
    float: left;
    clear: left;
}
.job-dl dd {
    margin: 5px 0 5px 120px;
    padding: 0;
    padding: 5px 5px 5px 20px;
    border-top: 1px dotted #ccc;
}
.margin-bottom25 { height: 95px; }

/*採用情報ここまで*/

/*沿革*/
.history-dl {
width:90%;
margin:50px auto 0 auto;
font-size:16px;
line-height: 2.0;
overflow: hidden;

}
.history-dl dt {
color:rgba(46,76,146,1.0);
font-weight:bold;
float: left;
width: 240px;
padding: 10px;
border-top: 1px solid #999;
font-weight: bold;
clear:left;
}
.history-dl dt span { font-size: 0.8em; margin: 0 0.5em; }
.history-dl dd { margin-left: 260px; padding: 10px; border-top: 1px solid #999; }
.history-h3 {
clear: left;
border: 1px solid #999;
background-color:rgba(230,230,230,1.0);
padding:10px;
margin:50px 10px 10px 30px;
}

/*沿革ここまで*/

/*主要取引先*/
.customer-list { width: 95%; margin: 0 auto; line-height: 1.8em; }
.customer-list ul { display: flex; flex-wrap: wrap; width: 100%; overflow: hidden; }
.customer-list li { width: 33%; overflow:hidden; font-size: 0.95em; }
.customer-h3 { overflow: hidden; margin: 25px; }
.customer-list-end { }

/*主要取引先ここまで*/

/**/
.flex-style-01 { display: flex; width: 100%; }
.flex-style-01-text { width: 60%; }
.flex-style-01-img { width: 37%; margin-left: 3%; }
/**/


/*トピックバナー*/
.topics-item { width: 48%; margin-top: 45px; margin-right: 3%; }
.topics-item:nth-child( 2n ) { margin-right: 0; }
.topics-con { display: flex; flex-wrap: wrap; width: 90%; margin: 0 auto; }
/*トピックバナーここまで*/

/*3dconnexionページ*/
.dconnexion .products-list { display: flex; flex-wrap: wrap;}
.dconnexion .products-list li { width: 40%; }
/*3dconnexionページここまで*/


/*honeycombページ*/
.honeycomb	.products-list {
display:flex;
flex-wrap:wrap;
}
.honeycomb.products-list li {
width:40%;
}
.dl-style05 {
width:50%;
}
.demo-shop-list {
display:flex;
flex-wrap:wrap;
}
.link-botton-01 a:link {
width:310px;
}
/*honeycombページここまで*/

.comment { border: solid thin #ccc; padding: 20px; font-size:12px background-color: #eee; }

/*PANTUMページ*/
.bl_halfMedia { display: flex; align-items: center; }
.bl_halfMedia_imgWrapper { flex: 0 1 68.33333%; margin: 0 3.33333% 0 0; }
/*PANTUMページここまで*/

.saleslit img {	width: 200px; height: auto; }
.honeycomb-logo-link { width: 30%; }
.honeycomb h1 { font-size: 30px; height: 100px; }
.honeycomb h1 .sub { font-size: 25px; }
.product-name { font-size: 20px; }

/*サイトマップ*/
.sitemap-list { width: 90%; margin: 0 auto; }
.sitemap-list ul { display: flex; flex-wrap: wrap; width: 100%; overflow: hidden; }
.sitemap-list li { font-size: 1em; width: 33%; overflow: hidden; margin-left: 0; }
.sitemap-list li i { margin-left: 0.5em; }
.sitemap-h3 { overflow: hidden; margin: 25px; }
.sitemap-h3 i { margin-right: 0.5em; }
.sitemap-list-end { }
/*サイトマップここまで*/			
}


@media screen and (max-width: 960px) {
/*フッター*/
footer { }
footer .footer-menu202310 { display: inline-block; width: 45%; margin-top: 2em; }
footer .footer-end { }
footer .footer-end ul li { display: block; border: none; }
/*ここまでフッター*/
}

@media screen and (min-width: 600px) and ( max-width: 959px) {
// タブレットに適用したいスタイル //
}
@media screen and (min-width:1281px) {
// 横幅の広いデスクトップに適用したいスタイル //
}