@charset "UTF-8";
.sp {
  display: none;
}

a:hover, a:active {
  text-decoration: underline;
}

div#wrap-container {
  padding: 0;
  width: 100%;
}

#container {
  width: 100%;
  color: #333333;
  position: relative;
}

#container {
  width: 980px;
  margin: 0 auto;
}

body {
  font-family: No "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/*-- メインコンテンツグループ --*/
#main-contents {
  margin: 0 0 50px;
  width: 100%;
}

/*-- タイトル --*/
h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 auto 15px;
  padding-bottom: 5px;
  width: 980px;
}

div.title-area h2 {
  text-align: center;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.4;
  color: #5ca32a;
  margin: 91px 0 0;
}

div.title-area-f h2 {
  text-align: center;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.4;
  color: #5ca32a;
  margin: 110px 0 0;
}

.top-cap {
  text-align: center;
  margin: 34px 0 0;
  font-size: 0.95em;
  letter-spacing: 1.5px;
  line-height: 2.15em;
}

/* 看板画像 */
.first-view {
  width: 980px;
  margin: 0 auto;
}

/* メニュー */
.btn-area {
  margin: 80px auto 0;
  width: 935px;
}

.btn-area ul {
  display: flex;
  flex-wrap: wrap;
}

.btn-area ul li {
  margin: 0 11px 12px 0;
}

.btn-area ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  width: 300px;
  border: 2px solid #457543;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding: 4px 0 2px 8px;
  font-size: 1.1em;
  font-weight: bold;
}

.btn-area ul li a::after {
  content: "";
  position: absolute;
  background: url(/static/images/product/desk_rack/telework_furniture/img_allow.png) no-repeat;
  top: 24px;
  right: 5px;
  width: 15px;
  height: 24px;
}

.btn-area ul li a:hover {
  text-decoration: none;
  color: #000;
}

.btn-area ul li a img {
  width: 60px;
  vertical-align: middle;
  margin: 0 14px 0 0;
}

/* プロダクト */
div#desk {
  margin: 58px 0 0;
}

div#chair {
  margin: 100px 0 0;
}

div#partition {
  margin: 100px 0 0;
}

div#work-box {
  margin: 100px 0 0;
}

div#locker {
  margin: 50px 0 0;
}

.product h2 {
  background-color: #457543;
  color: #fff;
  padding: 21px 0 14px 26px;
  font-size: 1.6em;
}

.product p {
  color: #333333;
  margin: 26px 0 0 23px;
  letter-spacing: 1px;
  line-height: 2;
}

.product-box {
  margin: 25px auto 0;
  width: 930px;
}

.product-box.share {
  margin: 20px auto 0;
}

.product-box.share.partition {
  margin: 26px auto 0;
}

.product-box h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 6px;
  font-size: 1.3em;
  letter-spacing: 2.4px;
}

.product-box h3 img {
  vertical-align: middle;
  margin: 0 12px 0 0;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 9px 0 0;
  justify-content: space-between;
}

.product-min {
  width: 48.3%;
  margin: 0 0 50px;
}

.product-min .left {
  display: inline-block;
  vertical-align: top;
  margin: 0px 11px 0 0;
}

.product-min .left a {
  display: block;
  width: 175px;
}

.product-min .left a img {
  width: 100%;
  border: 1px solid #ccc;
}

.product-min .right {
  display: inline-block;
  margin: 6px 0 0;
}

.product-min .right p.title {
  font-size: .85em;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.45em;
}

.product-min .right p.con-name {
  font-size: .9em;
  line-height: 1.4;
  margin: 0 0 10px;
}

.product-min .right p.con-name a {
  font-weight: bold;
}

.product-min .right p.con-name img {
  margin: 0 0 0 2px;
  vertical-align: -2px;
}

.product-min .right p.con-name span.price {
  display: block;
  margin: 2px 0 0;
}

.product-min .right p.con-name img.icon {
  width: 12px;
  vertical-align: baseline;
  margin: 0 6px 0 0;
}

.min-box {
  width: 100%;
  background-color: #F2F2F2;
  margin: 11px 0 0;
  padding: 3%;
  box-sizing: border-box;
}

.min-box .left {
  width: 24.5%;
}

.min-box .left a {
  width: 100px;
}

.min-box .left a img {
  width: 100%;
}

.min-box .right {
  margin: 11px 0 0;
}

/* その他○○はこちら */
.btn p a {
  display: block;
  margin: 0 auto;
  width: 400px;
  box-sizing: border-box;
  border: 1px solid #457543;
  color: #457543;
  position: relative;
  text-decoration: none;
  padding: 27px 0 24px 95px;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn.partition p a {
  padding: 31px 0 24px 57px;
}

.btn p a::after {
  content: "";
  position: absolute;
  background: url(/static/images/product/desk_rack/telework_furniture/img_allow.png) no-repeat;
  width: 20px;
  height: 25px;
  top: 26px;
  right: 11px;
}

/* 関連ページ */
.kanren {
  margin: 100px 0 0;
}

.kanren h2 {
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  background-color: #205AB1;
  padding: 21px 0 15px;
  margin: 0 0 15px;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kanren ul li {
  margin: 0 0 20px;
}

/* フロート解除 
---------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
