@charset "utf-8";
@import url("wooden_furniture.css");
/* -------------------------------------------------Pagetitle */
#index_text {
    background: url("../img/office_furniture_img/bg_pagetitle.jpg") center no-repeat;
    background-size: cover;
}
#index_text .container {
    background: none;
}
#index_text .catch_wrap {
    max-width: 422px;
    border-bottom: 2px solid #333;
    margin: 0 auto 30px;
    position: relative;
}
#index_text .container .catch_en {
    display: block;
    color: #333 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;/*25*/
    position: relative;
}
#index_text .container .catch_en:before,
#index_text .container .catch_en:after {
    content: "";
    width: 25%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#index_text .container .catch_en:before {
    left: 0;
}
#index_text .container .catch_en:after {
    right: 0;
}
#index_text .container .catch_main {
    color: #f8f852 !important;
    font-size: 36px;
    font-weight: bold;
    background: #009e52;
    padding: 2px 0 0;
    margin-bottom: 10px;
}
#index_text .catch_subtx {
    color: #333 !important;
    font-size: 16px;
    font-weight: bold;
    text-shadow:
    #fff 1px 1px 3px, #fff -1px 1px 3px,
    #fff 1px -1px 3px, #fff -1px -1px 3px;
    padding: 0;
    margin-bottom: 12px;
}
@media print, screen and (max-width: 680px) {
    #index_text .container {
        background: none;
    }
}
@media print, screen and (min-width:768px) {
    #index_text .catch_wrap {
        margin: 0 auto;
    }
    #index_text .catch_en {
        font-size: 22px;
        margin-bottom: 25px;
    }
    #index_text .container .catch_en:before,
    #index_text .container .catch_en:after {
        width: 28%;
    }
    #index_text .container .catch_main {
        margin-bottom: 20px;
        font-size: 48px;
        padding: 6px 0 0;
    }
    #index_text .catch_subtx {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

/* -------------------------------------------------Common */
.title01 {
    color: #444!important;
}
.title02 {
    /*color: #009e52;*/
    padding-bottom: 5px !important;
}
@media print, screen and (min-width:768px) {
    .title2 {
        padding-bottom: 10px !important;
    }
}
.kasoucontents .list_disc {
    text-align: left;
}
.kasoucontents .list_disc li {
    font-size: 1.125em;
    padding-left: 1.2em;
    position: relative;
}
.kasoucontents .list_disc li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #009e52;
    border-radius: 100%;
    padding-right: .2em;
    position: absolute;
    top: 8px;
    left: 0;
}

/* -------------------------------------------------Content */
.lead {
    font-size: 17px;
    line-height: 1.8;
    margin-top: 30px;
}
@media print, screen and (min-width:768px) {
    .lead {
        font-size: 19px;
        margin-top: 60px;
    }
}
@media print, screen and (min-width:1200px) {
    .lead {
        text-align: center;
    }
}

/** sug **/
#sug .title02 {
    text-align: left;
}
#sug .sec01 .box {
    background: #eaeaea;
    padding: 20px 15px;
}
#sug .sec01 .box .title02 {
    margin-bottom: 15px !important;
}
#sug strong.bg_yellow {
    color: #333;
}

/** example **/
#example .title02 {
    color: #009e52!important;
    padding-bottom: 5px !important;
}
@media print, screen and (min-width:768px) {
    #example .title2 {
        padding-bottom: 10px !important;
    }
}


#worries ul li {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
#worries ul li h4 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: bold;
}
#worries ul li figure img {
  width: auto;
  max-width: 75%;
  height: auto;
}
@media print, screen and (min-width:576px) {
#worries ul {
  display: flex;
  justify-content: space-between;
}
#worries ul li {
  width: 32%;
  margin-bottom: 0;
}
#worries ul li figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
}
@media print, screen and (min-width:768px) {
#worries ul li h4 {
  font-size: 20px;
}
}


#item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#item ul li {
  position: relative;
  width: 49%;
  margin-bottom: 25px;
  padding: 0;
  text-align: center;
}
#item ul li.recommend::before {
  position: absolute;
  top: -20px;
  left: -10px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 11px;
  letter-spacing: -0.05em;
  content: "おすすめ";
  color: #fff;
  border-radius: 50%;
  background: #d00;
}
#item ul li figure {
  margin-bottom: 15px;
}
#item ul li figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#item ul li h4 {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
}
#item ul li p {
  font-size: 15px;
  font-weight: bold;
}
@media print, screen and (min-width:576px) {
#item ul li {
  width: 32%;
}
}
@media print, screen and (min-width:768px) {
#item ul li {
  margin-bottom: 50px;
}
#item ul li.recommend::before {
  top: -30px;
  left: -15px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}
#item ul li h4 {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
#item ul li p {
  font-size: 16px;
  font-weight: bold;
}
}

#bn_space .section {
  padding-top: 40px;
}
#bn_space .slider_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#bn_space .slider_wrap .bx-wrapper {
  width: 100%;
}
#bn_space .slider_wrap .bxslider li {
  padding: 0;
}
#bn_space .slider_wrap .bxslider li img {
  width: 100%;
  height: auto;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../img/common_img/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../img/common_img/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media print, screen and (min-width:768px) {
#bn_space .section {
  padding-top: 60px;
}
}

.virtual_wrap {
  width: 100%;
  height: 480px;
}
@media print, screen and (min-width:576px) {
.virtual_wrap {
  height: auto;
  aspect-ratio: 16 / 9;
}
}


