@charset "utf-8";
/*//////////////////////////////////////////////

商品シリーズ

//////////////////////////////////////////////*/
.g-ttl {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 50px;
  padding: 12px 0 12px 10px;
  line-height: normal;
}
/* ====================================================
  ロゴ
====================================================*/
.ttl_logo-guarantee {
  margin-left: 14px;
}
.ttl_logo-guarantee img {
  width: 37px;
  height: auto;
}
.all-ser-logos {
  display: flex;
  align-items: center;
  margin-top: 3px;
  margin-left: auto;
}
.all-ser_okawakagu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 7px;
  white-space: nowrap;
}
.all-ser_okawakagu-txt {
  margin-top: 2px;
  font-size: 10px;
  color: #004a6b;
  letter-spacing: -0.1ex;
}
.all-ser_okawakagu-icon img {
  height: 24px;
}
.all-ser_jpn {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.all-ser_jpn-txt {
  margin-top: 2px;
  font-size: 10px;
}
.all-ser_jpn-icon img {
  width: 35px;
  border: 1px solid #ccc;
}
/* ====================================================
  コンテンツ
====================================================*/
.all-ser-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.all-ser-box {
  display: flex;
  flex-direction: column;
  width: 346px;
  margin-bottom: 40px;
}
.all-ser-box_img {
  margin-bottom: 8px;
}
.all-ser-box_name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 13px;
}
.all-ser-box_name-en {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.all-ser-box_desc {
  margin-bottom: 17px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.4;
}
.all-ser-box_show {
  margin-top: auto;
  text-align: center;
}
.all-ser-box_show a {
  display: inline-block;
  height: 34px;
  padding: 0 35px 0 26px;
  border-radius: 4px;
  background: url("/sp/img/common/icon_next-white.svg") right 9px center no-repeat #333;
  background-size: 7px auto;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 34px;
}
/* ====================================================
  こもれび家具 Blog
====================================================*/
.kt-news {
  padding: 24px 20px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
.kt-news_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.kt-news_ttl-sub {
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
}
.kt-news_list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.kt-news_date {
  margin-right: 19px;
}
.kt-news_txt a {
  text-decoration: underline;
}
.kt-news_txt a:hover {
  text-decoration: none;
}
.kt-news_all {
  text-align: right;
}
.kt-news_all a {
  font-size: 14px;
  text-decoration: underline;
}
.kt-news_all a:hover {
  text-decoration: none;
}