@charset "utf-8";





/* CMS Template(CSS編集はCMS管理画面から)
common/css/common_pc.css

 Update:  2021-06-07*/






/* -- Link
-------------------------------------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: opacity 0.3s ease 0s, border-bottom 0.3s ease;
}
main a:hover,
main a:focus,
header .logo a:hover,
header .logo a:focus {
	opacity: 0.7
}
.news dl dt[class]::after,
.newsTop table th[class]::after,
#news dt::after{
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 125px;
	height: 17px;
	margin-left: 18px;
}
.furniture::after { content: "家具"; background: #244bac; }
.garage::after { content: "Garage"; background: #a4961b; }
.jtx::after { content: "ジョインテックス"; background: #daaa00; }
.logistics::after { content: "ロジスティクス"; background: #684615; }
.plus::after { content: "プラス"; background: #000; }
.showroom::after { content: "+PLUS"; background: #4e2d2d; }
.stationery::after { content: "文具・事務用品"; background: #a71919; }
.vision::after { content: "ミーティングツール"; background: #5a810f; }
.biznet::after { content: "ビズネット"; background: #4c35a2; }
.com::after { content: "オフィスコム"; background: #c0323c; }
.retail::after { content: "リテールサポート"; background: #bf590e; }

/*.info01::after { content: "お詫び"; background: #c02b3d; }
.info02::after { content: "注意喚起"; background: #f6dfe7; color: #000!important; }
.info03::after { content: "営業時間・休業"; background: #f6dfe7; color: #000!important; }
.info04::after { content: "価格改定"; background: #f6dfe7; color: #000!important; }
.info05::after { content: "広報"; background: #f6dfe7; color: #000!important; }
.info06::after { content: "お問合わせ"; background: #f6dfe7; color: #000!important; }
.info07::after { content: "経営"; background: #f6dfe7; color: #000!important; }
.info08::after { content: "交換・改修"; background: #f6dfe7; color: #000!important; }*/

.csr::after { content: "CSRマネジメント"; background: #0c3178;}
.environment::after { content: "環境のためにできること"; background: #559f42; }
.customer:after { content: "お客様のためにできること"; background: #993213; }
.area::after { content: "地域社会のためにできること"; background: #34778f; }
.partner::after { content: "お取引先様のためにできること"; background: #d6741f; }
.employee::after { content: "働く仲間のためにできること"; background: #a09925; }



/* -- Layout
-------------------------------------------------------------------------------- */
html, body {
	overflow: hidden;
	min-width: 980px;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
	font-size: 10px;
}
header::before {
	content: "";
	background: #fff;
	display: block;
	width: 300%;
	height: 100%;
	border-bottom: solid 1px #e6e6e6;
	box-sizing: border-box;
	position: absolute;
	left: -100%;
	top: 0;
}
header .trigger,
header .inside > li:last-child {
	display: none;
}
.overlay {
	display: none;
	background: #000;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	z-index: 7;
	opacity: 0.3;
}
.sp {
	display: none;
}



/* -- Headerer
-------------------------------------------------------------------------------- */
header {
	min-width: 940px;
	max-width: 1200px;
	padding: 0 20px;
	margin: auto;
	height: 111px;
	width: calc(100% - 40px);
	position: relative;
	left: 0;
	right: 0;
	z-index: 10;
}
header .logo {
	position: absolute;
	left: 20px;
	top: 20px;
	transition: 0.3s;
}
header .logo a {
	background: url(/common/img/h_txt.gif) no-repeat right center;
  background-size: 89px auto;
	padding-right: 105px;
	display: block;
	height: 32px;
}
header .logo img {
	height: 100%;
}
header nav {
	padding: 63px 0 0;
	transition: 0.3s;
}
header .inside,
header .outside {
	line-height: 1.8;
	display: table;
	height: 48px;
}
header .inside { float: right; width: 100%; }
header .outside { position: absolute; top: 20px; right: 20px; }
header .inside > li,
header .outside > li {
	display: table-cell;
}
header .outside > li {
	padding-left: 30px;
}
header .outside > li a {
	display: block;
	padding: 5px 0;
	font-size: 1.2rem;
}
header .outside > li > a {
	color: #333;
	border-bottom: solid 1px #fff;
}
header .outside > li a:hover,
header .outside > li a[aria-current="location"] {
	border-bottom: 1px solid #9a9a9a;
}
header .outside li.lang {
	padding: 0 31px 0 0;
	position: relative;
}
header .outside li.lang::after {
	content: "";
	background: #d3d3d3;
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 10px;
}
header .outside li.lang i {
	font-size: 1.2rem;
	background: url(/common/img/bg_h_lang.gif) no-repeat 0 45%;
	display: block;
	padding: 5px 0 5px 18px;
	cursor: pointer;
}
header .outside li.lang ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
}
header .outside li.lang ul li a {
	color: #fff;
	width: 74px;
	padding: 3px 0 2px;
	font-size: 1.2rem;
	text-align: center;
	background: #9a9a9a;
	border-bottom: 1px solid #fff;
}
header .outside li.lang ul li a:hover,
header .outside li.lang ul li a:focus {
	opacity: 0.7;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, header .outside > li:nth-child(4) { padding-left: 29px;} /* IE11 */
  *::-ms-backdrop, header .outside > li:nth-child(5) { padding-left: 29px;} /* IE11 */
}

header .inside > li {
	width: 20%;
	text-align: center;
}
header .inside > li > a {
	color: #333;
	display: block;
	padding: 10px 0 10px;
	font-size: 1.5rem;
	border-bottom: solid 1px transparent;
	position: relative;
}
header .inside > li > a::after,
header .inside > li:first-child > a::before {
	content: "";
	background: #d3d3d3;
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 15px;
}
header .inside > li:first-child > a::before { right: auto; left: 0; }
header .inside > li > a:hover,
header .inside > li > a[aria-current="location"] {
  background: url(/common/img/bd_gnav02.gif) repeat-x 0 bottom;
}
header .sub-nv {
	background: #fff;
	text-align: left;
	display: none;
	width: calc(100% - 40px);
	padding: 0 100%;
	position: absolute;
	top: 100%;
	left: calc(-100% + 20px);
}
header .sub-nv .sn-clese {
	font-size: 1.4rem;
	line-height: 20px;
	background: url(/common/img/btn_close.png) no-repeat right bottom;
	display: block;
	text-align: right;
	margin: 20px 0 10px;
	padding-right: 28px;
	position: relative;
	cursor: pointer;
}
header .sub-nv .cat-name {
	font-size: 1.8rem;
	line-height: 1.25;
	margin: 7px 0 0 15px;
  padding: 5px 0 5px 16px;
  position: absolute;
  z-index: 999;
  background: url(/common/img/arw.png) no-repeat 0 center;
}
header .sub-nv .cat-name2 {
	font-size: 1.4rem;
	line-height: 1.25;
}

.sub-nv a:hover img {
	transition: all 0.3s ease;
	opacity: 0.7;
}
.sub-nv > div,
.sub-nv > ul {
	vertical-align: top;
	display: table-cell;
	padding: 0 0 40px 15px;
	position: relative;
}

.sub-nv ul:not(.in_3) li a,
.sub-nv .in_3 li a span {
	font-size: 1.2rem;
	line-height: 25px;
	padding: 5px 0 5px 16px;
	display: inline-block;
	background: url(/common/img/arw.png) no-repeat 0 center;
	background-size: 5px auto;
}
.sub-nv ul:not(.in_3) li a[target="_blank"]::after,
.sub-nv .in_3 li a[target="_blank"] span::after {
	content: url(/common/img/ico_blank_blue.png);
	vertical-align: middle;
	margin-left: 8px;
}
.sub-nv p + ul{
  padding-left: 350px !important;
  position: relative;
}
.sub-nv p + ul::after {
	content: "";
	background: #d3d3d3;
	display: block;
	width: 1px;
	height: 180px;
	position: absolute;
	left: 300px;
	top: 0px;
}
.sub-nv p + ul.in_4::after {
	content: "";
	background: #d3d3d3;
	display: block;
	width: 1px;
	height: 180px;
	position: absolute;
	left: 300px;
	top: 0px;
}
.sub-nv.sub-catalog p + ul::after {
	content: "";
	background: #d3d3d3;
	display: block;
	width: 1px;
	height: 140px;
	position: absolute;
	left: 300px;
	top: 0px;
}

.sub-nv .in_2 {
	max-width: 475px;
	overflow: hidden;
}
.sub-nv .in_2 li {
	float: left;
	width: 50%;
	max-width: 230px;
}
.sub-nv .in_3 {
	width: 760px;
}
.sub-nv .in_3 li {
	display: table-cell;
	padding-left: 20px;
}
.sub-nv .in_3 li:first-child {
	padding-left: 0;
}
.sub-nv .in_3 li a span {
	font-size: 1.3rem;
	display: block;
}
.sub-nv .in_4{
  width: 760px;
}
.sub-nv .in_4 li ul{
  margin-left: 40px;  
}
.sub-nv .in_4 li ul li {
	float: left;
  margin-right: 40px;
}
.sub-nv .in_4 li:last-child{
  clear: both;  
}
.sub-nv .in_4 .in_4s li:last-child{
  clear:none;
}
.sub-nv .in_4 .in_4s {
    overflow: hidden;
    text-align: left;
}
.sub-nv .in_4 .in_4s span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
.sub-nv .in_4 .in_4s{
  width: 100%;
}
.sub-nv .in_4 .in_4s span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 45%;
    width: 150em;
  color: #e3e3e3;
}
.sub-nv .in_4 .in_4s span:before { right: 100%;}
.sub-nv .in_4 .in_4s span:after { left: 100%;}

.sub-nv .in_5 {
	width: 75%;
}
.sub-nv .in_5 > li {
	border-right: solid 1px #e2e2e2;
	margin-right: 20px;
}
.sub-nv .in_5 .in_2 {
	margin-left: 30px;
}
@media screen and (max-width:1100px){
	.sub-nv .in_5 > li { margin-right: 0; }
	.sub-nv .in_5 .in_2 { margin-left: 15px; }
}

.sub-nv a {
	color: #333;
	text-decoration: none;
}
.sub-nv a:hover {
	text-decoration: underline;
}



/* -- fixed -- */
header.fix {
	position: fixed;
	top: -62px;
}
header.fix nav {
	padding-left: 250px;
}
header.fix .logo {
	top: 73px;
}
header.fix .logo a {
	height: 22px;
}
header.fix .outside {
	display: none;
}
header.fix .inside > li > a::after,
header.fix .inside > li:first-child > a::before {
	content: "";
	background: #d3d3d3;
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 14px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, header.fix .logo { left:6px;} /* IE11 */
}

/* -- Main contents
-------------------------------------------------------------------------------- */
main {
	text-align: left;
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	padding-bottom: 100px;
}
.fix + main {
	padding-top: 112px;
}
main > section {
	width: 100%;
	min-width: 980px;
	max-width: 1200px;
	margin: auto;
	position: relative;
}
main section a:hover,
main section a:focus {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.3s ease;
}
main ul,
main ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
main img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.pagetop {
	display: none;
	position: fixed;
	z-index: 9;
	right: 50px;
	bottom: 0;
}
.pagetop a {
	float: left;
	padding-top: 48px;
	width: 48px;
	height: 0 !important;
	margin: 0;
	overflow: hidden;
	outline: none;
	background: #cfcfcf url(/common/img/pagetop.gif) no-repeat center center;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .pagetop a {width: 50px !important; height: 50px !important; overflow: hidden;outline:auto;box-sizing:border-box; text-indent: -9999px;} /* IE11 */
}
.breadcrumb {
	display: block;
	width: 100%;
	min-width: 980px;
	max-width: 1200px;
	margin: auto;
	padding: 35px 0 55px;
}
.breadcrumb li {
	font-size: 1.2rem;
	color: #838383;
	display: table-cell;
	padding-right: 5px;
}
.breadcrumb li a {
	color: #838383;
	display: inline-block;
	padding: 5px 0;
	margin-right: 5px;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
main h1 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1200px;
}



/* -- Footer
-------------------------------------------------------------------------------- */
footer {
	line-height: 1.8;
	max-width: 1200px;
	min-width: 940px;
	margin: 0 auto;
	height: 134px;
	padding: 40px 20px 0;
	overflow: hidden;
}
footer::before {
	content: "";
	background: #f6f6f6;
	display: block;
	height: 174px;
	width: 100%;
	margin-top: -40px;
	position: absolute;
	left: 0;
}
footer > * {
	position: relative;
}
footer ul {
	margin: 0 0 38px;
	padding: 5px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
}
footer ul li {
	float: left;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
	position: relative;
}
footer ul li::before {
	content: "";
	background: #a7a7a7;
	display: block;
	width: 2px;
	height: 13px;
	border-top: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	position: absolute;
	left: 0;
	top: 6px;
}
footer ul li:first-child { margin: 0; padding: 0; }
footer ul li:first-child::before,
footer ul li:nth-child(n+6) { display: none; }
footer ul li a:link,
footer ul li a:visited {
	color: #333;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer form {
	display: block;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
}
footer form input {
	vertical-align: middle;
}
footer form input[type="text"] {
	width: 210px;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0 5px;
	border: none;
	background: #e6e6e6;
	color: #333;
}
footer form input[type="image"] {
	width: 25px;
}
footer small {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
}
footer form ::-webkit-input-placeholder { color: #999999;}
footer form ::-moz-placeholder { color: #999999; opacity: 1;}
footer form :-ms-input-placeholder { color: #999999;}
footer form input{
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
  font-size: 1.4rem;
}

/* -- メンテナンステキスト
-------------------------------------------------------------------------------- */

.annotation_blook{
	border: 1px solid #b82234;
	width: 900px;
	margin: 0 auto 45px;
	text-align: center;
	background: #fff;
}

.annotation_blook .inner{
	padding: 20px;
}

.annotation_blook .inner .text01{
	color: #b82234;
	font-weight: bold;
	font-size: 14px;
}

/* -- カタログ切り替えテキスト
-------------------------------------------------------------------------------- */

.catalog_annotation{
	width: 550px;
	margin: 0 auto 40px;
	background: #eaeaea;
}

.catalog_annotation .inner{
	padding: 20px;
}

.catalog_annotation .inner p{
	font-size: 14px;
	line-height: 1.7;
}

/* -- TOPページ360バナー
-------------------------------------------------------------------------------- */

.topics_banner_box{
	padding: 40px 0 0 0;
	text-align: center;
}

.topics_banner_box .left{
	float: left;
    width: calc(50% - 15px);
    padding: 0 0 0 10px;
}

.topics_banner_box .right{
	float: right;
    width: calc(50% - 15px);
    padding: 0 10px 0 0;
}

/* -- 200424注意書きCSS追加
-------------------------------------------------------------------------------- */
.c19_annotation{
  width: 770px;
  margin: 0 auto 40px;
  border: 1px solid #b82234;
  padding: 20px;
}
.c19_annotation.ws{
  width: auto;
  display: inline-block;
}
.c19_annotation p{
  font-size: 14px;
  line-height: 1.7;
  text-align: left !important;
}
.c19_annotation p:first-child{
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.c19_annotation p span{
  font-weight: bold;
}
.c19_annotation .title{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px !important;
  color: #b82234;
  text-align: center !important;
}
.c19_annotation .title_s{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px !important;
  text-align: center !important;
}
.c19_annotation ul{
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.c19_annotation ul li{
  color: #b82234;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: left !important;
}
