@charset "utf-8";





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

 Update:  2021-06-07*/







/* -- Link
-------------------------------------------------------------------------------- */
a {
	-webkit-tap-highlight-color: rgba(255,0,0, 0.5);
}
a,a:link,a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}
.news dl dt[class]::after,
.newsTop table th[class]::after {
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 100px;
	height: 16px;
	margin-left: 10px;
}
.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; }*/



/* -- Layout
-------------------------------------------------------------------------------- */
body {
	font: 1.0rem 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
}
img {
	max-width: 100%;
}
.cat-name,
header .sub-nv ul li a img {
	display: none;
}
.overlay {
	display: none;
	background: #000;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	z-index: 7;
	opacity: 0.3;
}
.pc {
	display: none;
}



/* -- Headerer
-------------------------------------------------------------------------------- */
header {
	background: #fff;
	height: 59px;
	position: relative;
	z-index: 8;
}
header .logo {
	position: absolute;
	left: 3%;
	top: 20px;
	z-index: 8;
}
header .logo a {
	background: url(/common/img/h_txt.gif) no-repeat right center;
	background-size: 50px auto;
	display: block;
	padding-right: 60px;
}
header .logo img {
	height: 18px;
}
header .lang {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
header .trigger,
header .lang  i {
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	display: block;
	height: 22px;
	padding-top: 37px;
	position: absolute;
	top: 0;
	z-index: 8;
	overflow: hidden;
}
header .trigger {
	background: url(/common/img/sp/bg_menu.gif) no-repeat center 12px;
	background-size: 24px auto;
	width: 56px;
	right: 0;
}
header .lang i {
	background: url(/common/img/sp/bg_lang.gif) no-repeat center 11px;
	background-size: 19px auto;
	width: 38px;
	right: 56px;
}
header .trigger.ac,
header .lang i.ac {
	background: url(/common/img/sp/bg_close.gif) no-repeat center 12px;
	background-size: 18px auto;
}
header nav,
header .lang ul {
	font-size: 1.2rem;
	line-height: 1.8;
	background: #f6f6f6;
	text-align: left;
	display: none;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	position: absolute;
	left: 0;
	top: 59px;
	z-index: 9;
}
header nav.is-open,
header .lang ul.is-open {
	z-index: 10;
}
header .lang ul,
header .inside {
	border-bottom: 1px solid #e1e1e1;
}
header nav {
	padding-bottom: 46px;
}
header .inside li,
header .lang li {
	font-size: 1.4rem;
	border-top: 1px solid #e1e1e1;
	margin-top: -1px;
}
header .inside li a,
header .lang li a {
	display: block;
	padding: 10px 9% 10px 3%;
	position: relative;
}
header .inside li ul ul {
	background: #f6f6f6;
	padding: 0 10px;
	border-bottom: solid 15px #fff;
}
header .inside li ul ul li:first-child {
	border-top: none;
}
#faqSearc #searchMeeting h2::before,
#faqSearc #searchMeeting ul a::before,
header .inside li a::before,
header .lang li a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #9c9c9c;
	border-right: solid 2px #9c9c9c;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: rotate(45deg);
}
header .sub-nv ul li a::before { right: 3px; }
#faqSearc #searchMeeting h2::before,
header .inside li.sn > a::before { transform: rotate(135deg); }
#faqSearc #searchMeeting h2.ac::before,
header .inside li.sn > a.ac::before { transform: rotate(-45deg); }
header .sub-nv {
	background: #fff;
	display: none;
	padding: 0 4%;
	border-top: 1px solid #e1e1e1;
}
header .sub-nv ul li a {
	font-size: 1.2rem;
	display: block;
	padding: 8px 10px;
}
/*tuika*/
.sub-nv .in_4 .in_4s ul{
  display: none;
}
/* /tuika*/

.sub-nv a[target="_blank"]::after {
	content: url(/common/img/ico_blank_blue.png);
	display: inline-block;
	margin-left: 10px;
}
header .outside {
	padding: 15px 15px 10px;
}
header .outside::before {
	content: "関連PLUSグループ";
	display: block;
	margin-bottom: 10px;
}
header .outside > li.lang  {
	display: none;
}
header .outside > li  {
	float: left;
	width: 48%;
}
header .outside > li:nth-child(even) {
	float: right;
}
header .outside > li > a {
	display: block;
	margin: 0 0 10px;
	padding: 3px 0;
	background: #fff;
	text-align: center;
}
header .outside a[aria-current="location"] {
	background: #e4e4e4;
}
.sn-clese {
	font-size: 1.2rem;
	line-height: 36px;
	background: #E4E4E4;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sn-clese::before {
	content: "";
	background: url(/common/img/sp/btn_close.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 10px;
}



/* -- Main contents
-------------------------------------------------------------------------------- */
main {
	text-align: left;
	padding-bottom: 50px;
}
main > section {
	padding: 0 10px;
	margin: 30px 0;
}
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: 10px;
	bottom: 0;
}
.pagetop a {
	float: left;
	padding-top: 34px;
	width: 34px;
	height: 0 !important;
	height /**/: 34px;
	margin: 0;
	overflow: hidden;
	outline: none;
	background: #cfcfcf url(/common/img/pagetop.gif) no-repeat center center;
}
.breadcrumb {
	display: none;
}
main h1 {
	font-size: 2rem;
	font-weight: 600;
	padding: 20px 10px;
}



/* -- Footer
-------------------------------------------------------------------------------- */
footer {
	background: #f6f6f6;
	padding: 30px 3% 25px;
}
footer ul {
	margin: 0 0 30px;
	padding: 0;
	border-top: 1px solid #e6e6e6;
	list-style-type: none;
	font-size: 1.0rem;
	overflow: hidden;
}
footer ul li {
	text-align: left;
	float: left;
	display: table;
	width: 49%;
	border-bottom: 1px solid #e6e6e6;
}
footer ul li:nth-child(odd) {
	clear: both;
}
footer ul li:nth-child(even) {
	float: right;
}
footer ul li a {
	font-size: 1.2rem;
	display: table-cell;
	height: 40px;
	padding: 5px 9% 5px 3%;
	background: url(/common/img/arw.png) no-repeat 96% center;
	vertical-align: middle;
}
footer form {
	display: block;
	margin: 0 0 15px;
	font-size: 1.2rem;
	text-align: center;
}
footer form input {
	vertical-align: middle;
}
footer form input[type="text"] {
	width: 170px;
	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 {
	display: block;
	font-size: 1.0rem;
	text-align: center;
}

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

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

.annotation_blook .inner{
	padding: 10px;
}

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

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

.catalog_annotation{
	width: 100%;
	margin: 0 auto 20px;
	background: #eaeaea;
}

.catalog_annotation .inner{
	padding: 15px;
}

.catalog_annotation .inner p{
	font-size: 12px;
	line-height: 1.6;
}

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

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

.topics_banner_box .left{
	margin: 0 0 10px;
}

/* -- 200424注意書きCSS追加
-------------------------------------------------------------------------------- */
.c19_annotation{
  width: calc(96% - 20px);
  margin: 30px auto 0;
  border: 1px solid #b82234;
  padding: 10px;
}
.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: 0 0 0 0!important;
}
.c19_annotation p span{
  font-weight: bold;
}
.c19_annotation .title{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px !important;
  color: #b82234;
  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;
}
