@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("/css/gem/font-awesome.css");
@import url("/css/gem/loading.css");

/*
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3,
h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output,
ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup,
menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

input, textarea, {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 0 2em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans Japanese","游ゴシック", YuGothic, "小塚ゴシック Pro L", "KozGoPro-Light", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
  
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0; 
  margin: 0; 
  font-weight: 400; 
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  line-height: 1.8; 

}


/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* デフォルトリンク */
a { text-decoration: none;}
a:link { color: #21719e;}
a:visited { color: #21719e;}
a:hover { color: #21719e;}
a:focus { outline: none;}
a:active { outline: none;}

p {
  text-align : justify;
  text-justify : distribute;
}

/* ==================================================
	= Media Queriesマーカー
================================================== */
.default, .spPortrait, .spLandscape568, .spLandscape667, .tablet, .pc {
  display: none;
  position: absolute; 
  width: 100%; 
  z-index: 9999; 
  font-size: 12px; 
  line-height: 1em; 
  font-weight: bold; 
  padding: 5px 10px; 
}

.default {background: #BA8CE8; }
.spPortrait {background: #DB98CA;}
.spLandscape568 {background: #DB9A98;}
.spLandscape667 {background: #DBCB96;}
.tablet {background: #B8DB96;}
.pc {background: #97DBA7;}

/* ==================================================
	= ヘッダー
================================================== */
.headerWrapper {
  text-align: center; 
  /* opacity: 0; */
}

.headerWrapper header {
  text-align: left; 
  width: 100%; 
}


.headerWrapper header .headerTitleArea {
  height: 60px; 
  margin: 0 auto;
  width: 100%; 
}

.headerWrapper header .headerTitleArea .headerTitle {
  margin: 0 auto;
  width: 100%; 
  max-width: 1000px; 
  padding: 0 10px; 
}

.headerWrapper header .headerTitleArea .headerTitle .clearfix {
 width: 100%; 
}

.headerWrapper header .headerTitleArea .headerTitle h1 {
  float: left; 
}

.headerWrapper header .headerTitleArea .headerTitle h1 a {
  display: block; 
  background-image: url('/images/gem/header_title.svg'); 
  background-repeat: no-repeat; 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 10px 0;
  width: 240px; 
  height: 40px; 
  background-size: auto 40px;
  -moz-background-size: auto 40px;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  -ms-background-size: auto 40px;
}


.headerWrapper header .headerTitleArea .headerTitle .logo {
  float: right; 
}

.headerWrapper header .headerTitleArea .headerTitle .logo a {
  display: block; 
  background-image: url('/images/gem/header_logo.svg'); 
  background-repeat: no-repeat; 
  background-position: right center; 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 10px 0;
  width: 156px; 
  height: 40px; 
  background-size: auto 40px;
  -moz-background-size: auto 40px;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  -ms-background-size: auto 40px;
}


.headerWrapper header nav {
  text-align: center; 
  margin: 0 auto;
  padding: 0 10px; 
  width: 100%; 
  height: 40px; 
  background: rgba(246,246,246,0.9); 
  position: relative;
  -moz-box-shadow: 0 3px 8px -3px rgba(0,0,0,0.2) inset;
  -webkit-box-shadow: 0 3px 8px -3px rgba(0,0,0,0.2) inset;
  -o-box-shadow: 0 3px 8px -3px rgba(0,0,0,0.2) inset;
  -ms-box-shadow: 0 3px 8px -3px rgba(0,0,0,0.2) inset;
  box-shadow: 0 3px 8px -3px rgba(0,0,0,0.2) inset;
  
  
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
  
}



.headerWrapper header nav ul {
 text-align: left; 
 max-width: 1000px; 
 margin: 0 auto;

	justify-content: flex-start;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
}

.headerWrapper header nav ul li {
 margin: 0 30px 0 0;
 margin: 0 10px 0 0;
}

.headerWrapper header nav ul li.inquiry {
 margin: 0 0 0 auto;
}

.headerWrapper header nav ul li a {
    height: 40px; 
    line-height: 40px; 
    display: block; 
    color: #444; 
    position: relative; 
    font-weight: 500; 
    font-size: 18px; 
    font-size: 13px; 

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.headerWrapper header nav.headerFix ul li a {
    color: #fff; 
}

.headerWrapper header nav ul li a .underLine {
 position: absolute; 
 height: 3px; 
 width: 100%; 
 bottom: 0; 
 left: 0; 
 background: #21719e; 
 opacity: 0;
 z-index: 1; 
}

.headerWrapper header nav ul li.inquiry a {
 background: #21719e; 
 color: #fff; 
 font-size: 12px; 
 font-weight: bold; 
 line-height: 28px; 
 height: 28px; 
 margin: 6px 0;
 display: block; 
 padding: 0 10px; 
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  
  padding: 0 5px; 
  font-size: 10px; 
  display: none; 
}

.headerWrapper header nav ul li.inquiry a:hover {
 border: 1px solid #21719e;
 background: #fff; 
 color: #21719e; 

  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  
}







/* ==================================================
	= フッター
================================================== */
.footerWrapper {
  text-align: center; 
  background: #f7f7f7; 
}

.footerWrapper footer {
  text-align: left; 
  margin: 0 auto;
  max-width: 1000px; 
  width: 100%; 
  padding: 0 10px; 
}

.footerWrapper footer .clearfix {
 margin: 50px 0;
 height: 50px; 
 width: 100%; 
}

.footerWrapper footer .logo {
  float: left; 
}

.footerWrapper footer .logo a {
  display: block; 
  background-image: url('/images/gem/header_logo.svg'); 
  background-repeat: no-repeat; 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;

  width: 156px; 
  height: 50px; 
  background-size: 156px 50px;
  -moz-background-size: 156px 50px;
  -webkit-background-size: 156px 50px;
  -o-background-size: 156px 50px;
  -ms-background-size: 156px 50px;
}

.footerWrapper footer .inquiry {
 float: right; 
}

.footerWrapper footer .inquiry a {
 background: #21719e; 
 color: #fff; 
 font-size: 12px; 
 font-weight: bold; 
 line-height: 28px; 
 height: 28px; 
 margin: 12px 0;
 display: block; 
 padding: 0 10px; 
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.footerWrapper footer .inquiry a:hover {
 border: 1px solid #21719e;
 background: #fff; 
 color: #21719e; 

  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  
}

.footerWrapper footer span {
 font-size: 10px; 
 display: block; 
 text-align: left; 
}

.footerWrapper .copyright {
 background: #4C4C4C; 
 width: 100%; 
 text-align: center; 
 margin: 10px 0 0 0;
 padding: 10px 0; 
}

.footerWrapper small {
  width: 100%; 
  max-width: 1000px; 
  margin: 0 auto;
  display: block; 
  text-align: right; 
  font-family: Helvetica;
  font-size: 12px; 
  text-align: right; 
  color: #fff; 
}

/* goToTop */
.gotoTop {
 position: fixed; 
 right: -60px;
 bottom: 40px;
}

.gotoTop a {
 display: block; 
 width: 50px; 
 height: 50px; 
 line-height: 45px; 
 background: rgba(0,0,0,0.5); 
 -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
 -o-border-radius: 25px;
 -ms-border-radius: 25px;
 border-radius: 25px;
 color: #fff; 
}

.gotoTop a span {
 display: none; 
}

.gotoTop a:before {
 font-family: 'FontAwesome';
 content: "\f077";
 display: inline-block; 
}

/* ==================================================
	= コンテンツ共通
================================================== */
#wrapper {
    position: relative; 
    display: block; 
    overflow: hidden; 
}

.contentsWrapper {
    display: block; 
    padding: 0 10px; 
    
}

article,
section {
    width: 100%; 
    text-align: center; 
    overflow: hidden; 
}

article {
    margin: 40px 0 0 0;
}

article > header {
    margin: 30px 0 20px 0;
}

article > header em {
    font-size: 18px;
    font-weight: 700;
    text-align: center; 
    color: #21719e;
    display: block;
}

article > header em span {
    display: inline-block; 
    white-space: nowrap; 
}

article > header h1 {
    display: block;
    font-size: 44px;
    margin: 0 0 0 0;
    font-weight: 100;
    font-size: 24px;
    font-weight: 400;
}

section > .contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

section > .contents .leadCopy,
section > .contents .leadCopy p {
    text-align: center; 
	font-size: 14px; 
}

section > .contents .leadCopy {
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 10px;
}

section > .contents .leadCopy p span {
    white-space: nowrap; 
    display: inline-block; 
}

/* ==================================================
	= Colorスキーム
================================================== */

.gemColor {color: #6cd3c4; }
.shopColor {color: #6d72d1; }
.prismColor {color: #d16dab; }
.rfidColor {color: #15a6ff; }
.usersColor {color: #fbb03b; }

.casesColor {color: #f89394; }

/* ==================================================
	= リンクボタン
================================================== */

/* リンクボタン */
.linkArea {
    display: block; 
    margin-top: 20px;
}

.linkArea a, 
.linkArea a:link, 
.linkArea a:visited { 
  display: block; 
  text-align: center; 
  font-size: 12px; 
  font-weight: 500; 
  line-height: 1em; 
  display: block; 
  width: 120px; 
  margin: 0 auto; 
  padding: 10px 0; 
  text-align: center; 
  position: relative; 
  color: #666; 
}



.linkArea a span {
   position: absolute; 
   border-color: #ccc;
   border-width: 1px; 
   border-style: none; 
}

.linkArea a span.top {
   top: 0; 
   left: 50%; 
   border-top-style: solid; 
   width: 20px; 
   height: 1px; 
   margin-left: -10px; 
}

.linkArea a span.left {
   top: 0; 
   left: 0; 
   border-left-style: solid; 
   width: 1px; 
   height: 0%; 
}

.linkArea a span.right {
   top: 0; 
   right: 0; 
   border-right-style: solid; 
   width: 1px; 
   height: 0%; 
}

.linkArea a span.bottomLeft {
   bottom: 0; 
   left: 0; 
   border-bottom-style: solid; 
   width: 0%; 
   height: 1px; 
}

.linkArea a span.bottomRight {
   bottom: 0; 
   right: 0; 
   border-bottom-style: solid; 
   width: 0%; 
   height: 1px; 
}

.linkArea a span.back {
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 0%; 
  background: #21719e; 
  opacity: 0;
}


.linkArea a span.readMore {
  width: 100%; 
  top: 0; 
  left: 0; 
  padding: 2px 0; 
  position: relative; 
}

/* ==================================================
	= コンテンツ内お問い合わせボタン
================================================== */

section.inquiry {
    padding: 30px 0; 
}

section.inquiry .inquiryBtn {
 display: block; 
 margin: 0 auto;
 max-width: 1000px; 
}

section.inquiry .inquiryBtn a {
 display: block; 
 padding: 20px; 
 border: 1px solid #fff;
 background: #21719e; 
 color: #fff; 
 font-size: 20px; 
 font-weight: 900; 
 
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

section.inquiry .inquiryBtn a:hover {
 border: 1px solid #21719e;
 background: #fff; 
 color: #21719e; 
}

/* ==================================================
	= トップページ
================================================== */



ul.indexIcon {


	justify-content: space-between;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
}

ul.indexIcon li {
    display:inline-block; 
   width: calc((100% - 10px) / 2); 
   margin: 0 0 10px 0;
	padding: 15px; 
	background: #fff; 
	border: 1px solid #f4f4f4;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.1);
	border-radius: 5px;

	transition: all .2s ease;
}

ul.indexIcon li:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

ul.indexIcon li:nth-of-type(2n),
ul.indexIcon li:nth-of-type(2n) {

}


ul.indexIcon li:before {
    content: ""; 
    display: block; 
    margin: 0 auto 10px auto;
    background-repeat: no-repeat; 
    width: 75px; 
    height: 63px; 
    background-size: 75px 63px;
}

ul.indexIcon li.gem:before {background-image: url('/images/gem/top_icon_gem.svg'); }
ul.indexIcon li.shop:before {background-image: url('/images/gem/top_icon_shop.svg'); }
ul.indexIcon li.prism:before {background-image: url('/images/gem/top_icon_prism.svg'); }
ul.indexIcon li.rfid:before {background-image: url('/images/gem/top_icon_rfid.svg'); }
ul.indexIcon li.users:before {background-image: url('/images/gem/top_icon_users.svg'); }
ul.indexIcon li.cases:before {background-image: url('/images/gem/top_icon_cases.svg'); }


ul.indexIcon li .solutionTitle {
    font-size: 14px; 
    font-weight: 400; 
}

ul.indexIcon li .solutionTitle span.varticalMiddle {
    display: block; 
}

ul.indexIcon li h2 {
    font-weight: 700; 
    font-size: 20px; 
    margin: 20px 0 30px 0;
}

ul.indexIcon li h2:before {
    content: "-"; 
    display: inline-block; 
    margin: 0 0.5em 0 0;
}

ul.indexIcon li h2:after {
    content: "-"; 
    display: inline-block; 
    margin: 0 0 0 0.5em;
}

/* トップページニュース */


.topPageNews {
	display: block; 
	text-align: center; 
}

.topPageNews {
	text-align: left; 
	margin: 0 auto 40px;
}

.topPageNews dl {
	justify-content: flex-start;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
	border-top: 1px solid #eee;
	padding: 0.2em 0; 
}

.topPageNews dl:last-of-type {
	border-bottom: 1px solid #eee;
}

.topPageNews dl dt {
	padding: 0 1em 0 0; 
}

.topPageNews dl dt span {
	display: inline-block; 
	width: 6em; 
	text-align: center; 
	font-size: 12px; 
	padding: 0 1em; 
	background: #888; 
	color: #fff; 
	border-radius: 3px;
}

.topPageNews dl dt span a {
	color: #fff; 
	display: block; 
}

.topPageNews .newsList {
	margin: 1em 0 0;
	text-align: right; 
}

.topPageNews .newsList a {
	font-size: 14px; 
}

.topPageNews .newsList a:before {
	content: "\f03a"; 
	font-family: fontAwesome;
	display: inline-block; 
	margin: 0 0.25em 0 0;
}

/* スタッフ募集 */

.recruit {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px auto;
    overflow: visible; 
}

.recruit .btnArea {
    padding: 20px; 
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;

    background: #21719e; 
}

.recruit .btnArea.bl-hover {
    background: #fff; 
    border: 1px solid #21719e;
}

.recruit .btnArea a {
    display: inline-block; 
    color: #fff; 
    font-size: 18px; 
    font-weight: 700; 
}

.recruit .btnArea.bl-hover a {
    color: #21719e; 
}


/* ==================================================
	= ソリューション共通
================================================== */

.solutions article > header em {
    font-size: 18px; 
    color: #000; 
}

.solutions article > header h1 {
    
    font-size: 40px; 
    font-weight: 900; 
}

.solutions article > header h1:before {
    background-repeat: no-repeat; 
    content: ""; 
    display: block; 
    margin: 40px auto 10px auto;
    width: 100px; 
    height: 84px; 
    background-size: 100px 84px;
    -moz-background-size: 100px 84px;
    -webkit-background-size: 100px 84px;
    -o-background-size: 100px 84px;
    -ms-background-size: 100px 84px;
}

/* 特徴 */

.feature h2,
.function h2 {
    font-size: 20px; 
    font-weight: 700; 
    margin: 0 0 30px 0;
}




.feature ul {
    display: flex;
    -js-display: flex;
    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; 
}


.feature ul li {
    text-align: center; 
    font-size: 16px; 
    padding: 30px 10px 10px 10px; 
    display: inline-block; 
    width: 100%; 
   margin: 0 0 20px 0;
   border-top: 1px solid #000;
}


.feature ul li:last-child {
   margin: 0 0 20px 0;
}

.feature ul li .headline {

}

.feature ul li .headline:after {
    content: ""; 
    display: block; 
    width: 60px; 
    height: 60px; 
    margin: 20px auto;

    background-repeat: no-repeat; 
    background-size: 60px 240px;
    -moz-background-size: 60px 240px;
    -webkit-background-size: 60px 240px;
    -o-background-size: 60px 240px;
    -ms-background-size: 60px 240px;
}

.feature ul li.fea_operation .headline:after {background-image: url('/images/gem/icon_fea_operation.svg'); }
.feature ul li.fea_functions .headline:after {background-image: url('/images/gem/icon_fea_functions.svg'); }
.feature ul li.fea_customize .headline:after {background-image: url('/images/gem/icon_fea_customize.svg'); }
.feature ul li.fea_realtime .headline:after {background-image: url('/images/gem/icon_fea_realtime.svg'); }
.feature ul li.fea_rfid .headline:after {background-image: url('/images/gem/icon_fea_rfid.svg'); }
.feature ul li.fea_stock .headline:after {background-image: url('/images/gem/icon_fea_stock.svg'); }
.feature ul li.fea_easy .headline:after {background-image: url('/images/gem/icon_fea_easy.svg'); }
.feature ul li.fea_traceability .headline:after {background-image: url('/images/gem/icon_fea_traceability.svg'); }
.feature ul li.fea_search .headline:after {background-image: url('/images/gem/icon_fea_search.svg'); }
.feature ul li.fea_management .headline:after {background-image: url('/images/gem/icon_fea_management.svg'); }

.gem .feature ul li .headline:after {background-position: 0 0; }
.gemshop .feature ul li .headline:after {background-position: 0 -60px; }
.prism .feature ul li .headline:after {background-position: 0 -120px; }
.rfid .feature ul li .headline:after {background-position: 0 -180px; }

.feature ul li .headline:after {

}

.feature ul li .headline h3 {
    font-weight: 700; 
    display: table; 
    width: 100%; 
}

.feature ul li .headline h3 span {
    display: table-cell; 
    vertical-align: middle; 
}

.feature ul li p {
     
}

.feature ul li a {
    display: block; 
    font-size: 14px; 
    margin: 2em 0 0 0;
    text-align: right; 
}

/* 機能 */

.function .tableWrapper {
    width: 100%; 
    overflow-x: scroll;
}

.function table {
    width: 100%; 
    width: -webkit-calc((100% - 1px));
   width: -moz-calc((100% - 1px));  
   width: calc((100% - 1px)); 
}

.function table thead {
    background: #eee; 
    text-align: center; 
    color: #fff; 
}

.function table tbody {
    width: 100%; 
}

.function table th,
.function table td {
    border: 1px solid #808080;
    padding: 10px; 
    white-space: nowrap; 
}

.function table th {
    text-align: center; 
}

.function table td {
    width: 250px; 
}

/* ==================================================
	= GEM SYSTEM
================================================== */

.gem article > header h1:before {
    background-image: url('/images/gem/top_icon_gem.svg'); 
}

.gem .feature ul li {
    border-color: #6cd3c4;
}

.gem .function table thead {
background: #6cd3c4; 
}

.gem .feature ul li sup {
    color: #e03; 
}

.gem .feature ul li .note {
    font-size: 12px; 
    text-align: left; 
    color: #e03; 
    
}

/* ==================================================
	= GEMSHOP
================================================== */

.gemshop article > header h1:before {
    background-image: url('/images/gem/top_icon_shop.svg'); 
}

.gemshop .feature ul li {
    border-color: #6d72d1;
}

.gemshop .function table thead {
background: #6d72d1; 
}

/* ==================================================
	= Prism
================================================== */

.prism article > header h1:before {
    background-image: url('/images/gem/top_icon_prism.svg'); 
}

.prism .feature ul li {
    border-color: #d16dab;
}

.prism .function table thead {
background: #d16dab; 
}


/* ==================================================
	= RFID
================================================== */

.rfid article > header h1:before {
    background-image: url('/images/gem/top_icon_rfid.svg'); 
}

.rfid .feature ul li {
    border-color: #15a6ff;
}

.rfid .function table thead {
background: #15a6ff; 
}

.rfid .simpleList ul {
    text-align: left; 
    padding-left: 40px; 
}

.rfid .simpleList ul li {
    list-style: disc; 
    margin: 0 0 0.5em 0;
}

.rfid .simpleList ul li:last-child {
    margin: 0 0 0 0;
}

.videoWrapper {
    width: 100%; 
    margin: 30px auto;
    position: relative; 
}

.videoWrapper video {
    width: 100%; 
}

/* サブナビゲーション */


.casesSubNav {
	border-bottom: 1px solid #eee;
}

.casesSubNav nav {
    width: 100%; 
    max-width: 1000px; 
    margin: 0 auto;
}

.casesSubNav ul {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
}

.casesSubNav ul li {
    cursor: pointer; 
}

.casesSubNav ul li a {
    display: block; 
    padding: 5px; 
    font-size: 14px; 
    color: #444; 
	justify-content: space-between;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
}

.casesSubNav ul li a:before {
    content: "\f101"; 
	content: "\f10c"; 
    display: inline-block; 
    font-family: fontAwesome;
    margin: 0 0.2em 0 0;
	font-size: 10px; 
	font-weight: bold; 
}

.casesSubNav ul li a span {
	
}


/* ==================================================
	= ユーザー一欄
================================================== */

.usersIndex .filters {
    margin: 0 auto;
    max-width: 1000px; 
}

.usersIndex .ui-group {
    margin: 0 5px 10px 5px;
    text-align: center; 
}

.usersIndex .ui-group .button-group {
    display: table; 
    table-layout: fixed;
    width: 100%; 
    border-spacing: 0;
    
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.usersIndex .ui-group .button-group li {
    display: table-cell; 
    vertical-align: middle; 
    border: 1px solid #ddd;
    border-right: none;
    cursor: pointer; 
    padding: .5em 0; 
}

.usersIndex .ui-group .button-group li:first-child {
    border-radius: 5px 0 0 5px;
}

.usersIndex .ui-group .button-group li:last-child {
    border-radius: 0 5px 5px 0;
    border-right:1px solid #ddd;
}

.usersIndex .ui-group .button-group li:hover {
  background-color: #8CF;
  color: #222;
}

.usersIndex .ui-group .button-group li:active,
.usersIndex .ui-group .button-group li.is-checked {
  background-color: #eee;
  color: #000; 
}

.usersIndex .ui-group .button-group li.gemBtn:active,
.usersIndex .ui-group .button-group li.gemBtn.is-checked {
  background-color: #6cd3c4;
  color: #fff; 
}

.usersIndex .ui-group .button-group li.gemshopBtn:active,
.usersIndex .ui-group .button-group li.gemshopBtn.is-checked {
  background-color: #6d72d1;
  color: #fff; 
}

.usersIndex .ui-group .button-group li.prismBtn:active,
.usersIndex .ui-group .button-group li.prismBtn.is-checked {
  background-color: #d16dab;
  color: #fff; 
}



.usersIndex .ui-group .button-group li:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
}

.usersIndex .contentsWrapper article section {
    padding: 0 0; 
}

.usersIndex .contentsWrapper article section .container {
    margin: 0 0 30px 0;
}

.usersIndex .contentsWrapper article section .container .grid {
    margin: 0 auto;
    position: relative; 
    display: block; 
    width: auto; 

    width: 100%; 
    border: 1px solid #fff;

}



.usersIndex .contentsWrapper article section .container .item {

    text-align: left; 
    width: 100%; 
    
width: -webkit-calc((100% - 2px));
   width: -moz-calc((100% - 2px));  
   width: calc((100% - 2px)); 
    
    padding: 7px; 

      position: absolute;
      display: inline-block;
      display: block; 
      margin: 0 0 0 0;
}

.usersIndex .contentsWrapper article section .container .item .innerElement {
    border: 1px solid #ddd;
    padding: 20px; 
    background: #fff; 
    -moz-box-shadow: 0 5px 7px -4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 7px -4px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 7px -4px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 7px -4px rgba(0,0,0,0.2);
    box-shadow: 0 5px 7px -4px rgba(0,0,0,0.2);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.8; 
}

.usersIndex .contentsWrapper article section .container .item h2 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 1em 0;
}

.usersIndex .contentsWrapper article section .container .item.gem h2 {color: #6cd3c4; }
.usersIndex .contentsWrapper article section .container .item.gemshop h2 {color: #6d72d1; }
.usersIndex .contentsWrapper article section .container .item.prism h2 {color: #d16dab; }

.usersIndex .contentsWrapper article section .container .item h2:after {
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 10px auto;
    width: 50px;
    height: 42px;
    background-size: 50px 42px;
    -moz-background-size: 50px 42px;
    -webkit-background-size: 50px 42px;
    -o-background-size: 50px 42px;
    -ms-background-size: 50px 42px;
}

.usersIndex .contentsWrapper article section .container .item.gem h2:after {background-image: url('/images/gem/top_icon_gem.svg');}
.usersIndex .contentsWrapper article section .container .item.gemshop h2:after {background-image: url('/images/gem/top_icon_shop.svg');}
.usersIndex .contentsWrapper article section .container .item.prism h2:after {background-image: url('/images/gem/top_icon_prism.svg');}

.usersIndex .contentsWrapper article section .container .item .storePh {
    display: block; 
    text-align: center; 
    margin: 20px auto;
    border: 1px solid #eee;
    
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc((300 / 400) * 100%);
    overflow: hidden; 
    
}

.usersIndex .contentsWrapper article section .container .item .storePh img {
    height: auto;
    position: absolute;
    display: block;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;

    max-width: 100%; 

}

.usersIndex .contentsWrapper article section .container .item dl {
    display: block; 
    padding: 2px; 
    border-top: 1px dotted #ccc;
}

.usersIndex .contentsWrapper article section .container .item dl dt,
.usersIndex .contentsWrapper article section .container .item dl dd {
    float: left; 
    font-size: 14px; 
}

.usersIndex .contentsWrapper article section .container .item dl dt {
    width: 5em; 
    text-align: left; 
}

.usersIndex .contentsWrapper article section .container .item dl dt:after {
    content: "："; 
    display: inline-block; 
    float: right; 
}

.usersIndex .contentsWrapper article section .container .item dl dd {
    width: -webkit-calc(100% - 5em);
   width: -moz-calc(100% - 5em);  
   width: calc(100% - 5em); 
}

.usersIndex .contentsWrapper article section .container .item dl dd a {
    color: #000;
    text-decoration: underline;  
}

.usersIndex .contentsWrapper article section .container .item dl dd span {
    display: block; 
    font-size: 12px; 
}

.usersIndex .contentsWrapper article section .container .item dl dd span.rfid {
    color: #15a6ff; 
}

.usersIndex .contentsWrapper article section .container .item .additionalInfo {
    font-size: 14px; 
    display: block; 
    border-top: 1px dotted #ccc;
    padding: 2px 0; 
}

.usersIndex .contentsWrapper article section .container .item .hpLink {
    display: block; 
    border-top: 1px dotted #ccc;
    padding: 10px 0 0 0; 
    margin: 0 0 0 0;
    text-align: right; 
}

.usersIndex .contentsWrapper article section .container .item .additionalInfo a,
.usersIndex .contentsWrapper article section .container .item .hpLink a {
    font-size: 14px; 
    display: inline-block; 
    color: #222; 
    text-decoration: underline; 
}

.usersIndex .contentsWrapper article section .container .item .additionalInfo a[target="_balnk"]:after,
.usersIndex .contentsWrapper article section .container .item .hpLink a[target="_blank"]:after {
    content: "\f08e"; 
    font-family: fontAwesome;
    display: inline-block; 
    margin: 0 0 0 0.5em;
}


section.form .innerSection {
    text-align: left; 
}

section.form .contents {
    text-align: left; 
    margin: 0 auto 40px auto;
}

section.form .contents h2 {
    margin: 0 0 1em 0;
    font-weight: bold; 
}

section.form .contents > h2:after {
content: ""; 
margin: 0.5em 0 0 0;
display: block; 
width: 40px; 
height: 3px; 
background: rgba(0,0,0,0.5); 
}

section.form .contents  dl {
  border-bottom: 1px dotted #000;
  padding: 10px 5px; 
  width: 100%; 
}

section.form .contents  dl.error {
    background: rgba(38,153,210,0.2); 
}

section.form .contents  dl em,
.agreement em {
    display: block; 
    color: #c00; 
    font-weight: bold; 
    font-size: 14px; 
    display: none; 
}

.agreement em {
    margin: 0 0 10px 0;
}

section.form .contents  dl em:before,
.agreement em:before {
    content: "※";
    display: inline-block; 
    margin: 0 0.25em 0 0;
}

section.form .contents  dl.error em,
.agreement.error em {
    display: block; 
}

section.form .contents  dl dl {
  border: none;
  padding: 0 0; 
  margin: 0 0 10px 0;
}

section.form .contents  dl dl:last-child {
  margin: 0 0 0 0;
}

section.form .contents  dl .rowBlock {
    display: block; 
} 

section.form .contents dl dt {
  font-weight: bold; 
  margin: 0 0 0.5em 0;
}

section.form .contents dl dt span {
  background: #2699D2; 
  display: inline block; 
  padding: 0 5px; 
  margin: 0 0 0 0.5em;
  color: #fff; 
  font-size: 12px; 
  font-weight: 900; 
}

section.form .contents dl dd {
  width: auto; 
  margin: 0 0 0 20px;
}

section.form .privacyPolicy {
  text-align: left; 
  border: 1px solid #ccc;
  background: #f7f7f7; 
  margin: 20px 0 0 0;
  padding: 30px; 
  font-size: 14px; 
  line-height: 1.6em; 

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

section.form .privacyPolicy h2 {
  font-size: 16px; 
}

section.form .privacyPolicy p {
  margin: 0 0 0.5em 0;
  text-indent: 1em; 
}

section.form .privacyPolicy .right {
  display: block; 
  text-align: right; 
  font-weight: bold; 
  margin: 10px 0 0 0;
}

section.form .privacyPolicy .agreement {
  border: 1px solid #7DD1F9;
  background: #fff; 
  margin: 20px 0 0 0;
  text-align: center; 

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #2699D2; 
}

section.form .privacyPolicy .agreement:hover {
  color: #fff; 
  background: #2699D2; 
}

section.form .privacyPolicy .agreement label {
  padding: 10px; 
  font-size: 16px; 
  font-weight: bold; 
  cursor: pointer; 
  display: block; 
  width: auto; 

}

.agreement.error {
    background: rgba(38,153,210,0.2); 
}

input,
select,
textarea {
  border: 2px solid #888;
  border: 2px solid #0F1E79;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px; 
  font-size: 16px; 
  line-height: 1.8em; 
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.name, 
.kana, 
.tel,
.mail {
  width: 100%; 
}

.familyName,
.lastName {

    width: -webkit-calc((100% - 10px) / 2);
   width: -moz-calc((100% - 10px) / 2);  
   width: calc((100% - 10px) / 2); 

    max-width: 250px; 
    float: left; 
    
}

.familyName {
    margin: 0 10px 0 0;
}


.btnArea {
  text-align: center; 
  margin: 30px 0 0 0;
}

input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  padding: 20px 60px; 
  cursor: pointer; 
  border: 2px solid #0F1E79;
  color: #0F1E79; 
  font-weight: bold; 
  font-size: 18px; 
  
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);

  background: rgb(244,244,244);
  background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%, rgba(224,224,224,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%);
  background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 );

}

input[type=submit]:hover {
  border: 2px solid #fff;
  background: rgb(52,62,119);
  background: -moz-linear-gradient(top,  rgba(52,62,119,1) 0%, rgba(52,62,119,1) 50%, rgba(15,30,121,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(52,62,119,1) 0%,rgba(52,62,119,1) 50%,rgba(15,30,121,1) 100%);
  background: linear-gradient(to bottom,  rgba(52,62,119,1) 0%,rgba(52,62,119,1) 50%,rgba(15,30,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343e77', endColorstr='#0f1e79',GradientType=0 );

  color: #fff; 
}



/* ==================================================
	= Media Queries
================================================== */

/* 480px未満 */
@media only screen and (max-width: 479px) {

  .default, .spPortrait, .spLandscape568, .spLandscape667, .tablet, .pc {display: none;}
  .default {display: block;}

}

/* 480px以上 */
/* スマホ */
@media only screen and (min-width: 480px) {




    /* 特徴 */
    .feature ul li {
        width: -webkit-calc((100% - 20.1px) / 2);
       width: -moz-calc((100% - 20.1px) / 2);  
       width: calc((100% - 20.1px) / 2); 
       margin: 0 20px 20px 0;
    }

    .feature ul li:nth-of-type(2n) {
        margin: 0 0 20px 0;
    }



}

/* 568px以上 */
/* タブレット */
@media only screen and (min-width: 568px) {



    .headerWrapper header nav ul li.inquiry a {
        font-size: 12px; 
        padding: 0 10px; 
        display: block; 
    }

    .headerWrapper header nav ul li {
        margin: 0 20px 0 0;
    }

    .headerWrapper header nav ul li a {
        font-size: 14px; 
    }

    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 2px) / 2);
        width: -moz-calc((100% - 2px) / 2);  
        width: calc((100% - 2px) / 2); 
        
    }



    .usersIndex .contentsWrapper article section .container .item .innerElement {
        
      }

    /* ==================================================
        = 問い合わせ
    ================================================== */
    section.form .contents dl dt {
      margin: 0 0 0 0;
      width: 200px; 
      float: left; 
    }
    
    section.form .contents dl dd {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);  
        width: calc(100% - 200px); 
        margin: 0 0 0 0;
        float: left; 
    }

}

/* 667px以上 */
/* タブレット */
@media only screen and (min-width: 667px) {

  .default, .spPortrait, .spLandscape568, .spLandscape667, .tablet, .pc {display: none;}
  .spLandscape667 {display: block;}

    

    /* ==================================================
        = インデックス
    ================================================== */
    .introduction {
      font-size: 16px; 
    }

    
    /* ==================================================
        = ソリューション共通
    ================================================== */
    
    /* 特徴 */
    
    
    
    .feature ul li,
    .feature ul li:nth-of-type(1n) {
        width: -webkit-calc((100% - 40.1px) / 3);
       width: -moz-calc((100% - 40.1px) / 3);  
       width: calc((100% - 40.1px) / 3); 
       margin: 0 20px 20px 0;
    }

    .feature ul li:nth-of-type(3n) {
        margin: 0 0 20px 0;
    }

    .feature ul li:last-child {
        margin: 0 0 20px 0;
    }
    
    


}

/* 768px以上 */
/* タブレット */
@media only screen and (min-width: 768px) {



    article > header h1 {
        font-size: 44px; 
        font-weight: 100; 
    }

    .solutions article > header h1 {
        <font-size: 60px; 
    }

    /* ==================================================
        = トップページ
    ================================================== */
    
    ul.indexIcon {
        width: 100%; 
        text-align: center; 
    }
    
    ul.indexIcon li,
    ul.indexIcon li:nth-of-type(1n) {
       width: calc((100% - 40px) / 3); 
       margin: 0 0 20px 0;
    }
    
    ul.indexIcon li:nth-of-type(3n), 
    ul.indexIcon li:last-child {

    }



    /* ==================================================
        = コンテンツ共通
    ================================================== */
    section > .contents .leadCopy p {
        font-size: 16px;
    }

    /* ==================================================
        = インデックス
    ================================================== */
    .introduction {
       font-size: 18px; 
    }

    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 2px) / 3);
        width: -moz-calc((100% - 2px) / 3);  
        width: calc((100% - 2px) / 3); 
    }

}

/* 1000px以上 */
/* タブレット */
@media only screen and (min-width: 1000px) {

  .default, .spPortrait, .spLandscape568, .spLandscape667, .tablet, .pc {display: none;}
  .pc {display: block;}
  
  
  .contentsWrapper {
      padding: 0 0; 
  }

  /* ==================================================
   = ヘッダー
  ================================================== */
  .headerWrapper header .headerTitleArea {
    height: 80px; 
  }

  .headerWrapper header .headerTitleArea .headerTitle {
    padding: 0 0; 
  }

  .headerWrapper header .headerTitleArea .headerTitle h1 a {
    margin: 15px 0;
    width: 240px; 
    height: 50px; 
    background-size: 240px 50px;
    -moz-background-size: 240px 50px;
    -webkit-background-size: 240px 50px;
    -o-background-size: 240px 50px;
    -ms-background-size: 240px 50px;
  }

  .headerWrapper header .headerTitleArea .headerTitle .logo a {
    margin: 15px 0;
    width: 156px; 
    height: 50px; 
    background-size: 156px 50px;
    -moz-background-size: 156px 50px;
    -webkit-background-size: 156px 50px;
    -o-background-size: 156px 50px;
    -ms-background-size: 156px 50px;
  }

  .headerWrapper header nav {
    height: 60px; 
  }

  

  .headerWrapper header nav ul li a {
   height: 60px; 
   line-height: 60px; 
  }

  .headerWrapper header nav ul li.inquiry a {
    margin: 16px 0;
  }


  /* ==================================================
   = インデックス
  ================================================== */

    .introduction {
       font-size: 18px; 
    }
    
    article > header h1 {
        font-size: 32px; 
        font-weight: 400; 
    }
    


  /* ==================================================
   = コンテンツ共通
  ================================================== */

  section > .contents h2 {
   font-size: 20px; 
   /* margin: 0 0 1em 0; */
  }

  .introduction {
    padding: 0 0; 
  }
  

    /* サブナビゲーション */
    

}


/* 1024px以上 */
/* タブレット */
@media only screen and (min-width: 1024px) {

    /* 特徴 */
    .feature ul li {
        padding: 30px 10px 10px 10px; 
    }


    /* 機能 */
    
    .function .tableWrapper {
        width: 100%; 
        display: block; 
        overflow: hidden; 
    }
    
    .function table {
        width: 100%; 
    }

    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 2px) / 4);
        width: -moz-calc((100% - 2px) / 4);  
        width: calc((100% - 2px) / 4); 
    }

}


/* 1280px以上 */
/* タブレット */
@media only screen and (min-width: 1280px) {

    /* 特徴 */
    .feature ul li {
        padding: 30px 20px 10px 20px; 
    }


    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section {
        padding: 0 7px; 
    }


    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 2px) / 5);
        width: -moz-calc((100% - 2px) / 5);  
        width: calc((100% - 2px) / 5); 
    }


}


/* 1366px以上 */
/* タブレット */
@media only screen and (min-width: 1366px) {



}

/* 1440px以上 */
/* タブレット */
@media only screen and (min-width: 1440px) {



}

/* 1600px以上 */
/* タブレット */
@media only screen and (min-width: 1600px) {

    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 2px) / 6);
        width: -moz-calc((100% - 2px) / 6);  
        width: calc((100% - 2px) / 6); 
    }



}

/* 1920px以上 */
/* タブレット */
@media only screen and (min-width: 1920px) {

    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 3px) / 7);
        width: -moz-calc((100% - 3px) / 7);  
        width: calc((100% - 3px) / 7); 
    }

}

/* 2300px以上 */
/* タブレット */
@media only screen and (min-width: 2300px) {

    /* ==================================================
        = ユーザー一覧
    ================================================== */

    .usersIndex .contentsWrapper article section .container .item {
        width: -webkit-calc((100% - 3px) / 8);
        width: -moz-calc((100% - 3px) / 8);  
        width: calc((100% - 3px) / 8); 
    }

}