/*!
 * 2021.02.02 更新
 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto+Condensed:400,700&display=swap');
/* @import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp-noto.min.css'); */

/* -------------------------
    commonn CSS
------------------------- */
html {scroll-behavior: smooth;}
body {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  padding-top: 80px;
  color:rgb(43, 43, 43) !important;
  overflow-x: hidden;
  word-wrap: break-word;
  font-feature-settings: "palt";
}
@media all and (-ms-high-contrast: none) {
  body,.font-jp {
    font-family: 'Meiryo UI','Arial',sans-serif !important;
  }
  .roboto {font-family: 'Arial',sans-serif;}
}
.row {
  transform: rotate(0.001deg); /* IE Edge文字対策 */
}
a {
  color:rgb(43, 43, 43) !important;
}
a:visited,a:hover,a:active {
  text-decoration:none;
  /* color:rgb(43, 43, 43) !important; */
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #FFF;
}
.under-line {
  border-bottom: 1px dotted #2d2d2d;
}
.under-line:hover {
  border: none !important;
}
.oflwhidden {
  overflow: hidden !important;
}
.wrapper {
  overflow: hidden;
}

/* img */
.img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.img-col-xs {
  width: 100% !important;
  max-width: 767px !important;
  height: auto !important;
}
.icon-noblock {
  display: inline-block;
}

/* カラム高さ確保 */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* font指定 */
.roboto {font-family: 'Roboto Condensed', sans-serif;}
.font-jp {font-family: 'Noto Sans JP', sans-serif;}

/* copyright */
.footer-cpright {
  font-family: 'Roboto Condensed', sans-serif;
  transform: rotate(0.001deg); /* IE Edge文字対策 */
}

/* page top */
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 77%;
    font-family: 'Roboto Condensed', sans-serif;
    transform: rotate(0.001deg); /* IE Edge文字対策 */
    z-index: 10001 !important;
}
#page-top a {
    background-color: rgba(102,102,102,0.8);
    text-decoration: none;
    color: #ffffff !important;
    width: 80px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* コンテンツページ */
.blog-date-published,
.blog-date-modified {
  display: inline-block;
}
.blog-date-modified {
  padding-right: 20px;
}
.fa-history,
.fa-calendar-alt {
  font-size: 16px;
  color: rgb(102, 102, 102);
}
.title-h3 {
  padding: 1rem 2rem;
  border-left: 4px dotted #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
}

/* コラムページ-Q＆A */
.intro {
  margin-bottom:20px;
}
.question {
  font-weight:700;
  display:flex;
  align-items:center;
  margin-bottom: 10px;
}
.answer {
  margin-bottom: 20px;
}
.question::before {
  content: '';
  border-top: 1px solid #2b2b2b !important;
  margin-right: 1em;
  width: 30px;
  display: block;
}

.ref_link {
  font-size: 12px; 
  padding-top: 5px;
  font-weight: bold;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #eeeeee 0%) repeat scroll 0 0;
}

/* footer-form */
.content-footer-innerBox {
  background-size:cover;
  background: url(../img/contact-bg.jpg) no-repeat center center;
  margin:0 -200%;
  padding:50px 200%;
  overflow-x: hidden;
}

.content-footer-inner {
  background-color:#ffffff;
  padding-left:50px;
  padding-right:50px;
  opacity: 0.9;
}

/* その他 */
.line-thick {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff66 0%) repeat scroll 0 0;
}
.line_yellow {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}
.boldred {
  font-weight: 700;
  color:#e60000;
}
.new-line {
  display: block;
}
.font-red {
  color:#e60000;
}
.f-size14 {
  font-size: 14px;
}
.bold {
  font-weight:bold;
}
.mgn-top0 {
  margin-top:0px !important;
}
.mgn-top10 {
  margin-top:10px !important;
}
.mgn-top20 {
  margin-top:20px !important;
}
.mgn-top30 {
  margin-top:30px !important;
}
.mgn-top50 {
  margin-top:50px !important;
}
.mgn-top0 {
  margin-top:0 !important;
}
.mgn-btm0 {
  margin-bottom:0 !important;
}
.mgn-btm10 {
  margin-bottom:10px !important;
}
.mgn-btm20 {
  margin-bottom:20px !important;
}
.mgn-btm30 {
  margin-bottom:30px !important;
}
.mgn-btm50 {
  margin-bottom:50px !important;
}
.mgn-tb30 {
  margin:30px 0 !important;
}
.mgn-tb50 {
  margin:50px 0 !important;
}
.mgn-r20 {
  margin-right:20px !important;
}
.pdg-btm0 {
  padding-bottom:0 !important;
}

.wid10 {
  width: 10% !important;
}
.wid20 {
  width: 20% !important;
}
.wid30 {
  width: 30% !important;
}
.wid40 {
  width: 40% !important;
}

.ex-link {
  max-height:15px;
  padding-bottom:3px;
}

.ex-link-hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ex-link-img {
  opacity:1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ex-link-img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* header nav・footer list */
.dropdown-menu-thumb,
.footer-list-thumbimg,
.right-column-thumbimg,
.footer-bn-img,
.top-bn-img {
  opacity:1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dropdown-menu-thumb:hover,
.footer-list-thumbimg:hover,
.right-column-thumbimg:hover,
.footer-bn-img:hover,
.top-bn-img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav-thumb:hover,
.list-cate-showroomname:hover {
  text-decoration: underline;
}
.dropdown-menu-list li a:hover {
  text-decoration: underline !important;
}
.collapse.navbar-collapse.navbar-right{
  text-align: right;
  display: block;
  margin-right: 0;
}
.nav-rightblock {
  margin-bottom: 0px;
  font-size: 0;
}
.nav-rightblock li {
  display: inline-block;
  text-decoration: none;
}
.nav-rightblock li:first-child {
  margin-right:15px;
}
.nav-rightblock li img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.case-img-link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* footer menu */
.list-span {
  display: inline-block;
  font-size: 0.8em;
  line-height:1em;
}
.footer-menu-list li:hover {
  text-decoration: underline;
}
.footer-mainmenu ul {
  padding:0;
}
.footer-mainmenu ul li {
  list-style-type: none;
}
.footer-submenu ul {
  padding:0;
  text-align: center;
}
.footer-menu-list li {
  list-style: none;
  font-size: 13px;
  line-height:1em;
  padding-bottom:15px;
}
.footer-submenu ul li {
  list-style: none;
  display:inline;
  font-size: 12px;
}
.footer-submenu ul li::after {
  content: "|";
  margin-right:10px;
  margin-left:10px;
}
.footer-submenu ul li:last-child::after {
  content: "";
  margin-right:0;
  margin-left:0;
}
.footer_btn {
    font-size: 15px !important;
    width:100%;
    display: inline-block;
    padding: 0.5em 1em;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #CCCCCC;
    transition: .4s;
}
.footer_btn a {
  display: block;
}
.footer_btn:hover {
    background: rgba(204, 204, 204, 0.3);
}
.f-logo {
  width: 110px;
  height:auto;
  margin:0 auto 20px auto;
  text-align: center;
}
.fotter-rightbox,
.fotter-rightbox-sns {
  margin-left:15px;
  margin-bottom: 0;
}
.fotter-rightbox-sns {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.fotter-rightbox-sns li {
  display: inline-block;
  margin-right:20px;
}
.fotter-rightbox-sns li:last-child {
  margin-right:0;
}


/* pagenation */
.pagenation-box {
  text-align:center;
  font-family: 'Roboto Condensed', sans-serif;
  transform: rotate(0.001deg); /* IE Edge文字対策 */
}
.pagination {
  margin-top: 0px; /*デフォルトは22px;*/
  margin-bottom: 39px;
}
.pagination li a {
  margin:0 10px;
}
.pagination li a,
.pagination li span {
  border:none;
  margin:0 3px;
}
.pagination li a:hover,
.pagination li span:hover {
  border-radius: 50px;
}
ul.pagination li.active a {
  background-color: #323232 !important;
  border-color: #323232 !important;
  color:#FFFFFF !important;
  border-radius: 50px;
}
ul.pagination li a {
  color:rgb(43, 43, 43) !important;
}

/* showroom.html */
.link-btn-access a {
  opacity:1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link-btn-access a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.underline-title {
  text-decoration: none;
  border-bottom: dotted 1px #999999;
  padding-bottom:10px !important;
  font-weight: 700;
}

/* area page */
.area-service-link {
  margin-bottom:5px !important;
  font-size:16px !important;
  text-align: center;
  font-weight: bold;
}
.area-service-text {
  text-align: left;
  font-size:14px !important;
  font-weight:normal;
}
.area-service-span {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
  font-size:15px;
  font-weight:bold;
}
.area-top-width {
  max-width:1140px;
  overflow-x: hidden !important;
}

/* SNSボタン */
.sns-size {
  font-size: 1.1em;
}
.sns-size02 {
  font-size: 1.3em;
}
.snsButtons span {
  font-size:12px;
  letter-spacing: 0em;
}
/* SNS ボタンのグループ */
.sns-date-box div {
  display:inline-block;
}
.snsButtons {
  margin-left: 10px;
  margin-bottom:0;
  padding: 0px;
}
.snsButtons a {
  text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block;  /* 水平に並べる */
  list-style-type: none;  /* 先頭のポッチを消す */
  padding: 0px 6px;
}
/* マウスカーソルを重ねたとき */
.snsButtons li a:hover {
  opacity: 0.7;
  opacity:1;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter a  { color: rgb(140, 140, 140); }
.snsButtons_facebook a { color: rgb(140, 140, 140); }
.snsButtons_line a { color: rgb(140, 140, 140); }
.snsButtons_twitter a:hover  { color: #55acee; }
.snsButtons_facebook a:hover { color: #3C5A99; }
.snsButtons_line a:hover { color: #00B900; }

.fb-like span {
  margin-bottom:4px;
}

/* column.html */
.column-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width:100%;
  margin:20px auto 0 auto;
}
.column-table table th,
.column-table table td {
  border: solid 1px #404040;
  text-align: center;
  padding: 10px 0;
}
.column-table table td img {
  max-width:200px;
  height:auto;
  margin:0 auto;
  padding:10px 0;
}
.column-table-auto table {
  border-collapse: collapse;
  width:100%;
  margin:20px auto 0 auto;
}
.table-wid10 {
  width:10%;
}
.table-wid20 {
  width:20%;
}
.table-wid30 {
  width:30%;
}
.table-wid40 {
  width:40%;
}
.table-wid60 {
  width:60%;
}
.table-wid70 {
  width:70%;
}
.column-table-auto table th,
.column-table-auto table td {
  border: solid 1px #404040;
  padding: 10px;
}
.column-table-auto table td img {
  max-width:200px;
  height:auto;
  margin:0 auto;
  padding:10px 0;
}
.inner-table-box {
  padding:0 20px;
}
.inner-table-box dl {
  margin-bottom:0;
}
.inner-table-box dt {
  margin-bottom:10px;
  line-height: 1em;
}
.innder-merit-list li {
  line-height:1.3em;
  padding-bottom:10px;
}
.option img {
  max-height:153px;
}
.tani {
  font-size:14px;
}
.spec-name {
  width:100px;
}
.desk-category-name {
  background:#fff1be;
  color:#333333;
}
.font-gray {
  color: #909090;
}
.bg-gray {
  background-color: #eeeeee;
}
.table-comment {
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  color:#787878;
  padding-top:5px;
}
.td-left {
  text-align: left !important;
  padding-left: 10px !important;
  padding-right: 5px !important;
  line-height: 1.6em !important;
}

.column-img-comment {
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.5;
  color: rgb(89, 89, 89);
}

.contents-subtitle-box {
  border: 1px solid #dddddd;
  padding:30px;
  margin:50px;
}

.contents-subtitle-box ol li {
  margin-bottom: 15px;
}

.furniture007-span {
  background-color: #d72f2f;
  padding:0 3px;
  margin-right:3px;
  color:#FFFFFF;
}

.column-mokuji {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1em;
  letter-spacing: 0.5em;
}

.contents-subtitle-box {
  background-color: #f5f5f5;
}
.contents-subtitle-box ol li a {
  color: #326db3 !important;
}
.comment-furniture010 {
  border: 1px dotted #bbbbbb;
  padding: 20px;
  font-size:14px;
  margin-top:20px;
}

/* column-furniture010 */
dl.standingdesk-list-box {
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
dl.standingdesk-list-box dt{
  /* background: #fff7bd; */
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
dl.standingdesk-list-box dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 70%;
  /* background: #fff; */
  box-sizing: border-box;
}
@media screen and (max-width: 320px) {
  dldl.standingdesk-list-box {
    flex-flow: column nowrap;
  }
  dl.standingdesk-list-box dt,
  dl.standingdesk-list-box dd{
    width: 100%;
  }
  dl.standingdesk-list-box dd{
    border-left: none;
  }
}

/* column-reading15 */
.case-box-innerlist-point dt {
  font-size:18px;
  line-height:1.3em;

}
.case-box-innerlist-point dd {
  line-height:1.3em;
  padding:5px 10px;
  margin-bottom: 10px;
  background-color: #fff0c8;
}
.case-box-innerlist-ex dt {
  margin-bottom:0px !important;
}
.case-box-innerlist-ex dd {
  /* margin-bottom:0px !important; */
  line-height:1.6em;
}
.case-box-innerlist-table {
  width:100%;
}
.case-box-innerlist-table th,
.case-box-innerlist-table td {
  line-height:2.1;
  letter-spacing: .05em;
  padding:10px 0 !important;
  border-bottom: 1px solid #dddddd;
}
.line_height16 {
  line-height: 1.6em;
}
.ex-ref {
  display: inline-block;
  margin-bottom:5px;
  background-color: none !important;
}

/* column-case013 */
.case-box-voice p {
  font-size: 16px !important;
}

/*190206-komaki
/* 問い合わせ 戻るボタン */
#form-back {
	background-color: #999999;
	border: none;
	border-radius: 50px;
	color: #FFF;
	letter-spacing: 0.03em;
	display: inline-block;
	padding: 20px 50px;
}
input#form-back:hover{
filter: alpha(opacity=7);
-ms-filter: alpha(opacity=7);
opacity: 0.7;
}

/* スマフォ用フォームボタン */
@media screen and (min-width:300px) and ( max-width:768px) {
#form-back {
	background-color: #999999;
	border: none;
	border-radius: 50px;
	color: #fff;
	letter-spacing: 0.03em;
	display: inline-block;
	margin-top: 30px;
}

#form-back:hover{
filter: alpha(opacity=7);
-ms-filter: alpha(opacity=7);
opacity: 0.7;
}

input#form-submit{
	display: inline-block;
	margin-top: 20px;
}
}


/* 問い合わせ エラー赤字 */
.err-red{color: #FF0000;}


/* ショールーム-FB・twitter用 */
.facebookarea{
	text-align: center;
	background: #FFF !important;
}

.twitterarea {
	overflow-y: scroll;
}

/* safariカラム落ち対処 */
_::-webkit-full-page-media, _:future, :root .col-lg-6{
width: 49.9%;
}
_::-webkit-full-page-media, _:future, :root .col-md-6{
width: 49.9%;
}

@media (max-width:484px){
_::-webkit-full-page-media, _:future, :root .col-sm-6,
_::-webkit-full-page-media, _:future, :root .col-md-6,
_::-webkit-full-page-media, _:future, :root .col-lg-6{
width: 49.8% !important;
}
_::-webkit-full-page-media, _:future, :root .col-xs-12{
width: 100% !important;
}
}

/* ワンポイントアドバイス */
.balloon {
width: 100%;
margin: 50px 0;
overflow: hidden;
}

.balloon .faceicon {
float: left;
margin-right: -90px;
width: 80px;
}

.balloon .faceicon img{
width: 100%;
height: auto;
border-radius: 50%;
}

.balloon .chatting {
width: 100%;
}

.says {
display: inline-block;
position: relative; 
margin: 5px 0 0 105px;
padding: 17px 15px;
border-radius: 8px;
background: #fff7ef;
}

.says:after {
content: "";
display: inline-block;
position: absolute;
top: 18px; 
left: -24px;
border: 12px solid transparent;
border-right: 12px solid #fff7ef;
}

.says p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 14px;
}

.says p span {
    font-weight: bold;
    display: block;
    padding-bottom: 3px;
}


/* contnts-reading008 */
.table-readig008 table {
  max-width: 990px;
  margin-top:30px;
}
.table-readig008 table,
.table-readig008 td,
.table-readig008 th {
	border: 1px solid #a7a7a7;
	border-collapse: collapse;
}
.table-readig008 td,
.table-readig008 th {
	padding: 10px;
}
.table-readig008 th {
  text-align:center;
}
td.action,
span.action-xs {
  text-align: center;
  max-width:400px;
  font-weight:bold;
}
span.action-xs {
  display: inline-block;
}
td.action img {
  padding-top:10px;
}
ul.action-list {
  padding-left:30px;
}
.reading008-comment {
  margin-top: 10px;
}
.reading008-comment dl dd {
  margin-bottom:10px;
}
.reading008-comment dl dt,
.reading008-comment dl dd {
  line-height: 1.4em;
}
span.comment-list {
  font-size: 10px;
  padding-right:5px;
}
.img-width800 {
  max-width:800px !important;
  margin: 0 auto;
}

/* column-case009 */
.case-box {
 /*  border: dotted 1px #bbbbbb; */
  padding:20px;
  background-color: #f5f5f5;
  border: solid 1px #e8e8e8;
  margin:30px auto;
}
.case-box dl {
  margin-bottom:0 !important;
}
.case-box dt,
.case-box dd {
  line-height: 1.6em;
}
.case-box dt {
  font-weight:bold;
  margin-bottom:5px;
  letter-spacing: 0.09em;
}
.case-box dd {
  letter-spacing: 0.03em;
}
.case-box span {
  display:inline-block;
  margin-top:10px;
  background: #fff8e4;
  padding:10px;
  line-height:1em !important;
}
.section-list-box ul,
.section-list-box ol {
  margin-bottom: 0 !important;
}
.section-list-box ul li,
.section-list-box ol li{
  /*font-weight: bold;*/
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 1.75;
  padding-bottom:10px;
}
.section-list-box ul li:last-child,
.section-list-box ol li:last-child {
  padding-bottom: 0;
}

/* column-reading017 */
.emp-box {
  border: solid 5px #e3e3e3;
  margin-top: 30px;
  padding: 20px;
  background: #fffdee;
}

.cp-link-box {
  background-color: #f5f5f5;
  border-bottom: solid 5px #e3e3e3;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.cp-link-box p.cp-link-box-text {
  margin-top: 10px;
  margin-bottom: 10px !important;
  line-height: 1.6;
  letter-spacing: 1;
}

/* column-reading026 */
.case-box-notice {
  border: solid 8px #fcd394;
  padding:20px;
  margin:20px auto;
}
.case-box-notice dl dt,
.case-box-notice dl dd {
  line-height:1.9em;
}
.case-box-notice dl dt {
  font-size:20px;
  border-bottom:1px dotted #bdbdbd;
}
.case-box-notice dl dd {
  font-size:18px;
}
.case-box-notice p {
  padding:0;
  margin:0;
}

/* 読み物ページ */
.tab-box {
  padding:0 15px;
  margin-bottom: 20px;
}

/* お問合せ */
.contact-bg {
  background: rgba(250,214,198,0.2);
  padding: 45px 20px;
}
.contact-left-list ul li {
  line-height:1.5;
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.contact-left-list ul {
  padding-left:20px !important;
}
.contact-left-listtitle {
  text-align: center;
  letter-spacing: 0em;
  font-size:20px;
  font-weight:bold;
  line-height:1em;
  margin-bottom:10px;
  padding:10px 0;
  background-color: #434343;
  color: #FFFFFF;
  /* border-bottom:1px solid #d3d3d3; */
}
.contact-left-listcomment {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 10px;
}

.contents-inner-contact-bn a {
  font-size:22px !important;
  padding-top:15px !important;
  padding-bottom:15px !important;
}

/* 動画 */
.responsive_video {
    position: relative;
    padding-bottom: 56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* お問合せ-コンテンツフッター */
.footer-contactForm input[type="text"],
.footer-contactForm input[type="email"],
.footer-contactForm textarea {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
dl.footer-contactForm dt,
dl.footer-contactForm dd {
  margin-bottom: 20px;
}
dl.footer-contactForm dt {
  margin-bottom: 10px;
}
dd.footer-form-item {
  background-color: #f0f0f0;
  /* background-color: #fff5e3; */
  padding:10px;
}

/* 関連記事 */
.entry-point {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: solid 5px #d1c76a;
}  
.entry-point dt {
  position: absolute;
  top: -1.2em;
  left: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height:1.0 !important;
  letter-spacing: 0.1em;
  text-align-last: center;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  padding: 10px 15px !important;
  border: none;
  border-radius: 50px;
  background: #fff100 !important;
  border-bottom: 3px solid #ccc100 !important;
}
.entry-point dd {
  font-size: 16px;
  letter-spacing: .05em;
  width: 100%;
  border-radius: 10px;
  /* background: #fffdee; */
  background: #fffef0 !important;
}


/* 右カラム */
.right-column-bg {
  /* background: rgba(250,214,198,0.2); */
  padding: 20px 0px;
}

/* 修正 */
.span-release {
  margin-top: none !important;
  background: none !important;
  padding: 0 !important;
  line-height: normal !important;
}

/* ページ内-事例リンク */
.case-link-box {
  background-color: #f5f5f5;
  border: solid 1px #c9c9c9;
  /* border-bottom: solid 5px #e3e3e3; */
  /* border-radius: 10px; */
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  /* padding: 30px; */
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.case-link-box-outer {
  height: 98px;
  line-height: 1.6;
  display: table;
}
.case-link-box-inner {
  display: table-cell;
  vertical-align: middle;
}

@media(max-width:768px){
  .case-link-box-outer {
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    display: table;
    padding-left: 0 !important;
  }
  .case-link-box-inner {
    display: table-cell;
    vertical-align: middle;
  }
}

/* ==========================================================================
  統合フッター
========================================================================== */

/* バナー停止用アンカー */
#officeservice { display: block; position: relative; padding-top: 100px; margin-top: -100px; clear: both; }

/* page-topボタンをフッターより前面にする */
#page-top { z-index: 10001 !important; }

.oc-footer-wrapper {
    clear: both !important;
    font-family: "Noto Sans JP", sans-serif !important;
    width: 100% !important;
    position: relative !important;
    /* バナー(40)よりも大きい数値「100」に設定します */
    z-index: 100 !important; 
    background: #fff;
}

/* ページ全体のCTAボタン（赤色のお問合せボタンなど）を最前面に強制 */
/* サイトの共通パーツを考慮し、非常に高い数値を設定します */
.fixed_cta, 
#cta_box, 
.cta_btn, 
.cta-include,
[class*="cta"] { 
    z-index: 10000 !important; 
    position: relative; /* z-indexを有効にするため */
}

/* 共通リセット */
.oc-footer-wrapper h4, .oc-footer-wrapper h5 { margin-top: 0 !important; margin-bottom: 5px !important; line-height: 1.2 !important; }
.oc-footer-wrapper p { margin-bottom: 0 !important; line-height: 1.6 !important; }
.oc-footer-wrapper ul, .oc-footer-wrapper li { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.oc-footer-wrapper a { text-decoration: none !important; }

/* 1. メイン情報エリア (#333) */
.oc-main-info-section { background: #333 !important; color: #fff !important; padding: 30px 0 0 !important; }

/* ヘッダー */
.oc-footer-head { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: none !important; padding-bottom: 25px !important; }
.oc-footer-head-left { display: flex; align-items: flex-end; gap: 30px; }
.fotter-rightbox-sns { display: flex !important; gap: 15px; margin-bottom: 1px !important; }
.fotter-rightbox-sns a i { color: #fff !important; font-size: 24px !important; }

/* 3列横並びの強制設定（右列が落ちないための修正） */
.oc-footer-flex { 
    display: flex !important; 
    flex-wrap: nowrap !important; 
    justify-content: space-between !important; 
    margin-top: 40px !important; 
}
.oc-footer-shops { width: 62% !important; flex-shrink: 0 !important; }
.oc-footer-links { width: 34% !important; flex-shrink: 0 !important; }

/* ショールームリスト（2列） */
.oc-shop-list { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
.oc-shop-list li { width: 48% !important; margin-bottom: 20px !important; }
.oc-shop-list h4 a, .oc-main-info-section h4 { color: #fff !important; font-size: 14px !important; font-weight: bold !important; }
.oc-shop-detail p { color: #bfbfbf !important; font-size: 12px !important; margin-top: 3px !important; }

/* 右カラム内の各リスト：2列指定 */
.oc-link-group { margin-bottom: 25px; }
.oc-group-title { font-size: 15px !important; border-bottom: 1px solid #444; padding-bottom: 8px; margin-bottom: 12px !important; }
.oc-group-title a { color: #fff !important; font-weight: bold !important; }

.oc-service-grid, .oc-site-list { display: flex !important; flex-wrap: wrap !important; width: 100% !important; }
.oc-service-grid li, .oc-site-list li { width: 50% !important; margin-bottom: 8px !important; font-size: 12px !important; }
.oc-service-grid a, .oc-site-list a { color: #bfbfbf !important; display: inline-block !important; }

/* お問合せボタン：文字色 #ccc を常時固定 */
.oc-footer-banners { margin-top: 20px; display: block !important; }
.oc-footer-btns { display: block !important; padding: 0 !important; margin: 20px 0 0 !important; width: 100% !important; max-width: 288px !important; }

.footer_btn { 
    display: block !important; 
    border: 1px solid #ccc !important; 
    color: #ccc !important; /* 確実に #ccc を指定 */
    background: transparent !important;
    padding: 10px 0 !important; 
    margin-bottom: 10px !important; 
    font-size: 16px !important; 
    font-weight: bold !important; 
    text-align: center !important;
    text-decoration: none !important;
}
.footer_btn:hover { border-color: #fff !important; color: #fff !important; background: rgba(255, 255, 255, 0.1) !important; }

/* マガジン側の共通スタイルを上書きして黒化を防止 */
.oc-footer-wrapper .oc-footer-btns a.footer_btn, 
.oc-footer-wrapper .oc-footer-btns a.footer_btn:visited,
.oc-footer-wrapper .oc-footer-btns a.footer_btn:link,
.oc-footer-wrapper .oc-footer-btns a.footer_btn:active { color: #ccc !important; }
.oc-footer-wrapper .oc-footer-btns a.footer_btn:hover { color: #fff !important; }

/* 2. マガジンサブナビ：横並びを強制 */
.oc-magazine-sub-nav { background: #323232 !important; padding: 25px 0 !important; text-align: center !important; }
.oc-bottom-nav { display: flex !important; justify-content: center !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 10px 20px !important; }
.oc-bottom-nav li { display: inline-block !important; position: relative !important; }
.oc-bottom-nav a { color: #bfbfbf !important; font-size: 12px !important; }
.oc-bottom-nav li:not(:last-child):after { content: "|"; margin-left: 20px; color: #555; }

/* 3. コピーライト */
.oc-copyright-white-area { background: #ffffff !important; padding: 10px 0 !important; text-align: center !important; border-top: 1px solid #e2e2e2; }
.oc-copy-text { color: rgb(43, 43, 43) !important; font-size: 12px !important; font-family: 'Roboto Condensed', sans-serif !important; margin: 0 !important; }

/* ==========================================================================
  スマホ対応・拠点タイトルの装飾
  ========================================================================== */

/* 1. ショールーム名・グループタイトル（白文字のリンク）：hoverで下線 */
.oc-shop-list h4 a,
.oc-group-title a {
    color: #ffffff !important;   /* 色はそのまま */
    text-decoration: none !important;
    transition: 0.3s;
}
.oc-shop-list h4 a:hover,
.oc-group-title a:hover {
    text-decoration: underline !important; /* hoverで下線を追加 */
}

/* 2. サービス・サイト一覧（グレー文字のリンク）：hoverで下線 */
.oc-service-grid a, 
.oc-site-list a {
    color: #bfbfbf !important; /* 色はそのまま */
    text-decoration: none !important;
}
.oc-service-grid a:hover, 
.oc-site-list a:hover {
    text-decoration: underline !important; /* hoverで下線を追加 */
}

/* 3. 神戸営業所（リンクなし）と補足テキストの調整 */
.oc-link-group h4 {
    color: #ffffff !important;
    font-weight: bold !important;
    cursor: default;
}
.oc-link-group h4 span {
    font-weight: normal !important; /* ※補足テキストは細字に */
    font-size: 11px !important;
    color: #bfbfbf !important;
    margin-left: 5px;
}

/* 4. MAPアイコンの設定 */
.oc-map-link a {
    display: inline-block !important;
    padding-right: 18px !important;
    color: #bfbfbf !important;
    background: url(https://www.officecom.co.jp/oc-mg/img/icon/ico_blank.png) no-repeat right center !important;
    background-size: 10px !important;
}
.oc-map-link a:hover { text-decoration: underline !important; }

/* 5. スマホ・タブレット用レスポンシブ（991px以下） */
@media screen and (max-width: 991px) {
    .oc-footer-flex { flex-direction: column !important; }
    .oc-footer-shops, .oc-footer-links { width: 100% !important; }
    .oc-shop-list li { width: 100% !important; margin-bottom: 25px !important; }

    /* カタログ請求ボタンなどを縦に並べる */
    .cta-contents-box {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}

/* 6. お問合せボタンの文字色固定 */
.oc-footer-wrapper .oc-footer-btns a.footer_btn,
.oc-footer-wrapper .oc-footer-btns a.footer_btn:visited {
    color: #ccc !important;
    border: 1px solid #ccc !important;
}