@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   オフィスコム smScan.css
 *
 ********************************************************************** */
 @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h2.furnitureTitleH2 {
	background: #fff;
	border-top: 2px solid #c99494;
	padding: 15px;
	font-size: 23px;
}

h2.furnitureTitleH2 span {
	color: #c99494;
	font-size: 14px;
	margin-left: 20px;
}

ul.furnitureUnList {
	display:flex; 
	justify-content: space-between;
	flex-wrap : wrap;
	text-decoration: underline;
}

ul.furnitureUnList li {
	padding: 0 10px;
	padding-bottom: 30px;
}

ul.furnitureUnList a:hover {
	opacity:0.5;
	color: #aaa;
}

ul.furnitureUnList p::before{
	content: url(../img/office_furniture/arw_detail.png);
	margin-right: 10px;
}

h4.furnitureSiteH4 {
	font-size: 24px;
	text-align: center;
	padding: 40px 0;
}

.furnitureTopBox {
	background: #931821;
	margin-top: -50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.furnitureTopList {
	display:flex; 
	justify-content: space-between;
	color: #fff;
}

ul.furnitureTopList a {
	color: #fff;
	text-decoration: none !important;
	border-bottom: none !important;
}

ul.furnitureTopList a:hover {
	color: #aaa;
	opacity:0.5;
}
/* ul.furnitureTopList li {
	padding-left: 40px;
	padding-right: 35px;
	border-left: 1px solid #bd333d;
} */

ul.furnitureTopList li {
	padding-left: 30px;
	padding-right: 27px;
	border-left: 1px solid #bd333d;
}

ul.furnitureTopList li:last-child {
	border-right: 1px solid #bd333d;
}
ul.furnitureTopList li p {
		padding: 10px 0 15px 0;
		font-size: 13px;
		line-height: 160%;
}

ul.furnitureTopList h5 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0;
}
 h4.furnitureTitleH4 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 70px 0 30px 0;
    padding: 0 0 20px 0;
    background: url(../img/office_furniture/bar_h2.gif) 0 bottom no-repeat;
    color: #333;
}

ul.openoffiBOxUl {
	display:flex; 
}
ul.openoffiBOxUl li {
	margin-bottom: -4px;
	width: 50%;
}

li.openoffiBOxUlText {
	text-align: center;
	padding: 70px 60px 0 60px;
	background: #eaeaea;
	margin:  0 auto;
}

li.openoffiBOxUlText img {
}

h5.openoffiBOxH5 {
	font-size: 46px;
	font-weight: bold;
	padding-bottom: 40px;
}
p.openoffiBOxP {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}
a.cowohwaderBtn  {
	text-align: center;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none !important;
	background: #d1322e;
	width: 70%;
	padding: 20px;
	margin-top: 10px;
	margin-left: 60px;
	border-radius:10px;
	float: left;
}


.cowohwaderBtn:hover  {
	opacity:0.7;
  }
  .cowohwaderBtn::before {
	content: '▶';
	margin-right: 5px;
	font-size: 60%;
  }


  .cowohwaderBtn,
.cowohwaderBtn::before,
.cowohwaderBtn::after,
.cowohwaderBtn2,
.cowohwaderBtn2::before,
.cowohwaderBtn2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
 .pointBox {
	background-image: url(../img/office_furniture/point_bk_left.jpg), url(../img/office_furniture/point_bk_right.jpg);
	background-position: left bottom, right 20%;
	background-size: 782px 394px, 782px 394px;
	background-repeat: no-repeat, no-repeat;
	margin:  0 auto;
	text-align: center;
	z-index: 0;
 }

 .pointBoxInner {
	margin: 0 auto;
	text-align: center;
	 width: 370px;
	 padding: 10px 70px 20px 70px;
	 color: #fff;
	 background: #a01418;
	 z-index: 9999;
 }

 .pointBoxTop {
	 background: #f3f4f5;
	margin:  0 auto;
	text-align: center;
 }
 #pointBoxTop2 {
	 margin-top: 100px;
 }
 #pointBoxBotoom{
	 margin-bottom: 40px;
 }
 .pointBoxTop p {
	 height: 50px;
	margin:  0 auto;
	text-align: center;
	width: 370px;
	padding: 0 70px;
	background: #a01418;
}


 .pointBoxInner span {
	 font-size: 13px;
	}

 .pointBoxInner h5 {
	 line-height: 150%;
	 font-size: 25px;
	 margin-top: 20px;
 }

 .pointBoxInner p {
	 text-align: left;
	margin-top: 30px;
	line-height: 220%;
}



ul.page_link_un2 {
	display: flex;
	justify-content :sflex-start;
	flex-wrap: wrap;
}

/* ul.page_link_un2::after{
	content:"";
	display: block;
	width:30%;
  } */

 .page_link_un2 li a span {
	text-decoration: none;
    display: block;
    margin: 5px 0 0;
    padding: 0 0 0 17px;
    font-weight: bold;
    background: url(../../common/img/arw.png) no-repeat left center;
}
.page_link_un2 li a {
	text-decoration: none;
}

.page_link_un2 li a:hover span {
	color: #6a696e;
}
.page_link_un2 li {
	width: 340px;
	margin-bottom: 30px;
	margin-right: 25px;
}


/* .page_link_un2 li:nth-child(2) ,.page_link_un2 li:nth-child(4),.page_link_un2 li:nth-child(6) ,.page_link_un2 li:nth-child(11) {
	margin-bottom:0;
} */

 ul.page_link_un2 p {
	 font-size: 14px;
	 margin: 10px 0;
 }

 ul.page_link_un2 {
	margin: 50px 0 30px 0;
}

 .furnitureBox {
	 background: #f3f4f5;
 }

 ul.furnitureul {
	 display: flex;
	 justify-content: space-between;
	 flex-wrap : wrap;
	 margin-bottom: 40px;
}

 ul.furnitureul li {
	 background: #fff;
	 height: 100%;
	 position: relative; 
	 width: 323px;
	}
	ul.furnitureul::after {
		display: block;
		content:"";
		width: 323px;
		}

 ul.furnitureul a:hover {
	opacity :0.8;
	color: #6a696e;
 }

 ul.furnitureul a {
	 text-decoration: none;
 }

 ul.furnitureul li h3 {
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 17px;
	padding: 10px 40px;
	background: #172947;
	position: absolute;
	display: inline-block;
	margin: 200px 0 0 -340px;
}

ul.furnitureul li p {
	margin-top: 40px;
	padding: 0 15px;
	margin-bottom: 55px;
}

.furnitureulku {
	background: #0055ab url(../img/tilecarpet/arw_w.png) no-repeat right 20px center;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	width: 323px;
	position:absolute;
	bottom: 0;
}


/* SHOWROOM */

.smScanWrapper {
	margin-top: -50px;
}
.mb30 {
	line-height: 190%;
	margin-bottom: 30px;
}

.svc_block06 {
	background: url(../img/bg_top_showroom.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 120px 0;
}
.svc_block06 .cnt_wrap {
	background: url(../img/bg_svc_block06.png) 97% 0 no-repeat;
}
.svc_block06 .inner {
	width: 830px;
	margin: 0 auto;
}
.svc_block06 .inner .txt {
	float: left;
	width: 500px;
	color: #fff;
}
.svc_block06 .inner .txt p.catch {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 20px;
}
.svc_block06 .inner .txt p.btn a,
.svc_block06 .inner .txt p.btn a:visited {
	display: block;
	width: 300px;
	margin: 0;
	border: 1px solid #fff;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.svc_block06 .inner .txt p.btn a span {
	background: url(../img/arw_btn_w.png) right 50% no-repeat;
	padding: 0 20px 0 0;
}
.svc_block06 .inner .img {
	float: right;
	width: 280px;
}

 p.pmark {
	 margin: 0 0 0 330px !important;
 }

 table.ssl-table_lp {
	 margin-top: 100px;
 }

 .center-box {
	 text-align: center;
	 margin: 0 auto;
 }

 textarea.personalinfor_text_lp {
	 margin-left: 70px;
 }

 td.ssl-txt a {
	 color: #222 !important;
 }

 #main-contents {
    background: #f5f5f5 !important;
}

ul.lowppspUl {
	display: flex;
	justify-content :space-between;
	margin-bottom: 50px;
}

ul.lowppspUl.lowppspUlcen {
	margin-left: 280px;
}

ul.lowppspUl.lowppspUlcen li {
	width: 67%;
}

ul.lowppspUl li {
	list-style: none;
	width: 47%;
}

ul.lowppspUl li dl {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
}

ul.lowppspUl li dt {
	float: left;
	padding: 5px;
	border-top: 1px solid #ccc;
}

ul.lowppspUl li dd {
	margin-left: 80px;
	text-align: right;
	padding: 5px;
	border-top: 1px solid #ccc;
}

.lowppspUlNum {
	padding:  5px 0;
}

p.lowppspUlNumEn {
	height:40px;
	width:40px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color: #fff;
	background: #222;
}
p.lowppspatrnImg {
	text-align: center;
	margin-bottom: 15px;
}

p.lowppspUlNumBoxSBox {
	text-align: center;
	margin-top: 15px;
}

p.lowppspUlNumBoxSBox.lowppspUlNumBoxSBoxsita {
	margin-top: 85px;
}

p.lowppspUlNumBoxSBox img {
	margin: -10px 5px 0 0;
}

span.lowppspUlNumBoxSgo {
	font-weight: bold;
	margin: -10px 5px 0 5px;
	font-size: 20px;
}

span.lowppspUlNumBoxSno {
	font-size: 38px;
	font-weight: bold;
}

/* .slider-nav::after {
	content:'';
	position: absolute;
	top: 0;
	width: 355px;
	height: 500px;
	background:rgba(0,0,0,0.2);
	z-index: -99;
}

.slider-nav::before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
	height: 500px;
	background:rgba(0,0,0,0.2);
	z-index: -99;
}


#slider-for1 {
	height: 560px;
} */

 body {
 font-family: FontAwesome,'Noto Sans Japanese', sans-serif;
 overflow-x: hidden !important;
}
.allWrap {
	overflow: hidden !important;
}
.lity-wrap {
	cursor: pointer;
}
.lowpInner {
	width: 1100px;
	margin: 50px auto;
}

.lowpOfiicecom {
	background: url(../img/lowpartition/item/ofiicecomquolity.png) no-repeat;
	height:156px;
	width: 237px;
	float: left;
	position: absolute;
	margin-top: 10px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .lowpOfiicecom { margin-top: 10px; } /* IE11 */
  }
  
  

.colega2Main , .ys1Main , .aluminumMain , .clockaMain, .pspartitionMain , .shinx2Main , .raxia2Main {
	background-size: cover;
	height: 480px;
	padding: 140px 0 20px 0;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items:flex-end;
	display:-ms-flexbox;
	-ms-flex-align:center;
	-ms-flex-pack: justify;

}

.lowpMain, .lowpMain2 {
	background-size: cover !important;
	height: 590px;
	display: flex;

}


.lowpMain {	background: url(../img/office_furniture/low_main.jpg) 50% 50% no-repeat;}
.lowpMain2 {	background: url(../img/office_furniture/low_main2.jpg) 50% 50% no-repeat;}
.colega2Main {	background: url(../img/office_chair/item/colega2main.jpg) 50% 40% no-repeat;}
.ys1Main {	background: url(../img/office_chair/item/ys1main.jpg) 50% 54% no-repeat;}
.aluminumMain {	background: url(../img/office_chair/item/aluminummain.jpg) 50% 30% no-repeat;}
.clockaMain {	background: url(../img/office_chair/item/clockamain.jpg) 50% 30% no-repeat;}
.shinx2Main {	background: url(../img/office_chair/item/shinx2main.jpg) 50% 50% no-repeat;}
.raxia2Main {	background: url(../img/office_chair/item/raxia2main.jpg) 50% 20% no-repeat;}


.lowitemps {	background: url(../img/lowpartition/low_item_ps.jpg) 50% 50% no-repeat;}
.lowitemhibis {	background: url(../img/lowpartition/low_item_hibis.jpg) 50% 50% no-repeat;}

li.lowitemhibis {	background: url(../img/lowpartition/low_item_hibis.jpg) 50% 50% no-repeat;}
.lowitemhibis {	background: url(../img/lowpartition/low_item_hibis.jpg) 50% 50% no-repeat;}

li.lowitemthredy {	background: url(../img/lowpartition/low_item_thredy.jpg) 50% 50% no-repeat;}
li.lowitemvi-wbc {	background: url(../img/lowpartition/item_item_vi-wbc.jpg) 50% 50% no-repeat;}
li.lowitemlunate {	background: url(../img/lowpartition/item_item_lunate.jpg) 50% 50% no-repeat;}

ul.lowitemUl {
	width: 100% !important;
    display: -webkit-flex;
    display: flex;
	align-items: stretch;
}

ul.lowitemUl a {
	/* width: 100% !important;
    display: -webkit-flex;
	display: flex;*/
	text-decoration: none;
	color: #fff;  

}

ul.lowitemUl a:hover ,  a.lowitem:hover {
	opacity: 0.8;
	color: #fff;
}

li.lowitemthredy , li.lowitemvi-wbc , li.lowitemlunate {
	background-size: cover;
	height: 300px;
	padding: 70px 0 0 0 ;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}

.lowitemps , .lowitemhibis {
	background-size: cover;
	height: 300px;
	padding: 70px 0 0 0 ;
	text-align: center;
	color: #fff;
	width: 100%;
	text-decoration: none;
}

a.lowitem {
	color: #fff;
	text-decoration: none;
}
a.lowitem {
	text-decoration: none;
	color: #fff;
}

 a.lowitem span:hover ,  ul.lowitemUl a span:hover ,.lowitemps a:hover ,ul.lowitemUl a:hover {
	opacity: 0.5;
}


.lowitemps p , .lowitemhibis p {
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	display: block;
	margin-bottom: 50px;
}

ul.lowitemUl p{
	display: inline-block;
	margin-top: 30px;
	font-size: 13px;
	display: block;
	margin-bottom: 50px;
}

.lowitemps h4 , .lowitemhibis h4 {
	display: inline-block;
	font-size: 40px;
	display: block;
}

ul.lowitemUl h4{
	display: inline-block;
	font-size: 40px;
	display: block;
}

span.lowitemBtn , .lowitemps a ,ul.lowitemUl a , .lowitemhibis a {
	text-align: center;
	padding: 10px 50px;
	border: 1px solid #fff !important;
	font-size: 16px;
	 color: #fff !important;
	 text-decoration: none !important;
}

.lowpMainBox , .lowpMainBox2 {
	float: right;
	/* text-align: center;
	margin: 0 auto; */
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .lowpMainBox {
		display: inline-block;
	}
	/* IE11 */
  }
  
  

.lowpMainboxText2 {
	text-align: left;
	color: #fff;
	width: 490px;
}

.lowpMainboxText2 h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.lowpMainboxText2 p {
	font-size: 15px;
	line-height: 190%;
}

.lowpMainBox2 h1 {
	color: #dbc1c3;
	font-size: 30px;
	margin: 40px 0 25px 0;
	font-weight: bold;
}

.lowpMainBox2 h2 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 110%;
	margin-top: 10px;
}
p.lowpMainPre2 {
	color: #dbc1c3;
	margin-top: 10px;
	font-size: 20px;
}
.lowpMainboxText {
	text-align: left;
	color: #333;
	width: 490px;
}

.lowpMainboxText h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.lowpMainboxText p {
	font-size: 15px;
	line-height: 190%;
}

.lowpMainBox h1 {
	color: #333;
	font-size: 32px;
	margin: 40px 0 25px 0;
	font-weight: bold;
}

.lowpMainBox h2 {
	color: #172947;
	font-size: 82px;
	font-weight: bold;
	line-height: 110%;
	margin-top: 30px;
}
p.lowpMainPre {
	color: #172947;
	margin-top: 10px;
	font-size: 20px;
}
.lowpTitleLig  {
	text-align: center;
	margin: 0 auto 35px auto;
}

.lowpTitleLig img {
	margin-top: 130px;
	margin-left: -50px;
	background-blend-mode: screen;
}
	  
.lowpItemMainText {
	float: right;
	margin-bottom: -40px;
}

#lowpItemMainText400 {	width: 400px;}
#lowpItemMainText450 {	width: 450px;}
#lowpItemMainText500 {	width: 500px;}
#lowpItemMainText550 {	width: 550px;}


.lowpItemMainText.lowpItemMainTextWh {
	color: #fff;
	background:rgba(0,0,0,0.5);
	padding: 10px 20px;
}
.lowpItemMainText.lowpItemMainTextBk {
	color: #222;
	background:rgba(255,255,255,0.7);
	padding: 10px 20px;
}

.lowpItemMainText h3 {
	font-size: 32px;
	text-align: right;
}

.lowpItemMainText p {
	font-size: 14px;
}

.lowppspatrn {
	text-align: center;
	font-size: 28px;
	margin: 30px 0;
}
.lowpMonyBox {
	text-align: center;
	margin: 50px auto 40px auto;
}

.lowpMonyBox h4 {
	font-size: 28px;
	margin: 15px 0 10px 0;
}

.lowpMonyText {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.lowpMonyText span {
	font-size: 21px;
	margin: 0 4px;
}

.lowplayout {
	background: url(../img/lowpartition/low_layat.png) top left no-repeat;
	height: 430px;
}

.lowplayoutWrapper {
	background: #222;
}

.lowplayoutIn {
	float: right;
	text-align: center;
	width: 480px;
}

.lowplayoutIn h5 {
	text-align: center;
	margin-top: 80px;
	font-size: 31px;
	color: #fff;
}

.lowplayoutIn h3 {
	text-align: center;
	margin-top: 15px;
	font-size: 19px;
	color: #fff;
}

.lowplayoutIn p {
	font-size: 16px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 60px;
	color: #fff;
	line-height: 150%;
}

.lowplayoutIn a {
	padding: 12px 50px;
	font-size: 16px;
	color: #fff !important;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid #fff;
}

.lowplayoutIn a:hover {
	color: #fff;
	opacity: 0.4;
}

.colega2bg01 {background: url(../img/office_chair/item/colega2bk01.jpg) 50% 30% no-repeat;}
.colega2bg02 {background: url(../img/office_chair/item/colega2bk02.jpg) 50% 60% no-repeat;}
.colega2bg03 {background: url(../img/office_chair/item/colega2bk03.jpg) 50% 75% no-repeat;}

.ys1bg01 {background: url(../img/office_chair/item/ys1bk01.jpg) 50% 50% no-repeat;}
.ys1bg02 {background: url(../img/office_chair/item/ys1bk02.jpg) 50% 54% no-repeat;}

.aluminumbg01 {background: url(../img/office_chair/item/aluminumbk01.jpg) 50% 60% no-repeat;}
.aluminumbg02 {background: url(../img/office_chair/item/aluminumbk02.jpg) 50% 50% no-repeat;}
.aluminumbg03 {background: url(../img/office_chair/item/aluminumbk03.jpg) 50% 50% no-repeat;}

.shinx2bg01 {background: url(../img/office_chair/item/shinx2bk01.jpg) 50% 60% no-repeat;}
.shinx2bg02 {background: url(../img/office_chair/item/shinx2bk02.jpg) 50% 50% no-repeat;}
.shinx2bg03 {background: url(../img/office_chair/item/shinx2bk03.jpg) 50% 50% no-repeat;}


.clockabg01 {background: url(../img/office_chair/item/clockabk01.jpg) 50% 50% no-repeat;}
.clockabg02 {background: url(../img/office_chair/item/clockabk02.jpg) 50% 50% no-repeat;}
.clockabg03 {background: url(../img/office_chair/item/clockabk03.jpg) 50% 70% no-repeat;}

.raxia2bg01 {background: url(../img/office_chair/item/raxia2bk01.jpg) 50% 50% no-repeat;}
.raxia2bg02 {background: url(../img/office_chair/item/raxia2bk02.jpg) 50% 50% no-repeat;}


.colega2bg01 , .colega2bg02 , .colega2bg03 , .ys1bg01 , .ys1bg02 , .aluminumbg01 , .aluminumbg02 , .aluminumbg03 , .clockabg01 , .clockabg02 , .clockabg03 , .shinx2bg01 ,.shinx2bg02 , .shinx2bg03 , .raxia2bg01 , .raxia2bg02 {
	background-size: cover;
	height: 490px;
	display: flex;
	display:-ms-flexbox;
	justify-content: center;
	align-items: center;
	display:-ms-flexbox;
	-ms-flex-align:center;
	-ms-flex-pack: justify;
}

.colega2bgR {
	color: #fff;
	float: right;
	background:rgba(0,0,0,0.5);
	padding: 20px 30px;
}
.colega2bgL {
	color: #fff;
	float: left;
	background:rgba(0,0,0,0.5);
	padding: 20px 30px;
}

.colega2bg400  {width: 400px;}
.colega2bg450  {width: 450px;}
.colega2bg500  {width: 500px;}
.colega2bg550  {width: 550px;}
.colega2bg600  {width: 600px;}
.colega2bg700  {width: 700px;}
.colega2bg800  {width: 800px;}

.colega2bgR h3 {
	font-size: 29px;
	text-align: right;
	margin-bottom: 5px;
}

.colega2bgL h3 {
	font-size: 29px;
	text-align: left;
	margin-bottom: 5px;
}

.colega2bgR p ,.colega2bgL p {
	font-size: 14px;
}

p.lowpTitleImg {
	text-align: center;
	margin: 50px auto 40px auto;

}

ul.lowpUlPoint  {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

ul.lowpUlPoint li {
	width: 474px;
	list-style: none;
	margin-bottom: 40px;
}

ul.lowpUlPoint li img {
}


ul.lowpUlPoint li.lowpUlPointAll {
	width: 100%;
	margin-left: 40px;
	margin-top: -40px;
}

ul.lowpUlPoint li h5 {
	font-size: 18px;
	margin: 8px 0 2px 0;
}

ul.lowpUlPoint li p {
	font-size: 13px;
	line-height: 170%;
}

.lowpItemBox {
	padding: 1px 0 40px 0;
	background: #edebeb;

}

ul.lowpUlItem  {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
}

ul.lowpUlItem.lowpUlItemUn {
	margin-top: 20px;
}

ul.lowpUlItem.lowpUlItemhibis img {
	width: 70%;
	height: auto;
}

ul.lowpUlItem.lowpUlItemhibis li {
	padding: 20px 0px;
}

ul.lowpUlItem li {
	background: #fff;
	list-style: none;
	text-align: center;
	padding: 20px 13px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

ul.lowpUlItem li p {
	font-size: 12px;
	margin: 10px 0;
	line-height: 170%;
}

ol.lowpbreadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 135px 0 35px;
	padding: 0;
	position: absolute;
    list-style-type: none;
    color: #333;
}

ol.lowpbreadcrumb.lowpbreadcrumbWhite , ol.lowpbreadcrumb.lowpbreadcrumbWhite li a {
    color: #fff;
}

ol.lowpbreadcrumb li {
	float: left;
}

ol.lowpbreadcrumb li a {
    color: #333;
}


table.lowpSizeTable {
	width: 70%;
	margin: 0 0 90px 170px;
}

.lowpSizeTable th {
	background: #efefef;
	border: solid 1px #ddd;
	padding: 10px;
  }
  .lowpSizeTable td {
	border: solid 1px #ddd;
	padding: 10px;
  }

  .lowpUnderBtnBox {
	  background-color: #f5f5f5;
  }


  .lowpUnderBtnBox a:hover {
	opacity: 0.5;
	color: #111;
}

.lowpUnderBtn01 {
	background: url(../img/lowpartition/item/btn_01.jpg) right top no-repeat;
	height: 520px;
	text-align: left;
	background-size: cover;
	width: 70%;
	float: right;
	display: flex;
	justify-content: left;
	align-items:center;
  }

.lowpUnderBtn01text {
	background: #fff;
	width: 400px;
	right: 0;
	position: absolute;
	margin-right: 57%;
	padding: 50px 20px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .lowpUnderBtn01text , .lowpUnderBtn05text {
		margin-top: -150px;		
	}		/* IE11 */
  }
  
  

.lowpUnderBtnUlWrapper {
	overflow: hidden;
	width: 100%;
	display: block;
}

.lowpUnderBtn01text h5 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.lowpUnderBtn01text span {
	font-size: 13px;
	line-height: 190%;
}

.lowpUnderBtn01text a  {
		font-size: 15px;
		text-decoration: none !important;
	display: block;
	overflow: hidden;
		border: 1px solid #444;
	width: 50%;
	padding: 12px 0;
	margin: 30px 0 0 100px;
	text-align: center;
}


.lowpUnderBtn05 {
	background: url(../img/lowpartition/item/btn_05.jpg) left top no-repeat;
	height: 520px;
	background-size: cover;
	width: 70%;
	text-align: left;
	display: flex;
	justify-content: flex-end;
	align-items:center;
  }

.lowpUnderBtn05text {
	background: #fff;
	width: 400px;
	margin-left: 57%;
	padding: 50px 20px;
	position: absolute;
	left: 0;
}
.lowpUnderBtn05text h5 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.lowpUnderBtn05text span {
	font-size: 13px;
	line-height: 190%;
}

.lowpUnderBtn05text a  {
		font-size: 15px;
		text-decoration: none !important;
	display: block;
	overflow: hidden;
		border: 1px solid #444;
	width: 50%;
	padding: 12px 0;
	margin: 30px 0 0 100px;
	text-align: center;
}

ul.lowpUnderBtnUl {
	display: flex;
	justify-content: space-around;
	background: #fff;
	padding-top:10px ;
}


ul.lowpUnderBtnUl li {
	list-style: none;
	width: 322px;
	padding: 25px 15px;
} 

ul.lowpUnderBtnUl li h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 7px 0;
}

ul.lowpUnderBtnUl li span {
	font-size: 12px;
}

ul.lowpUnderBtnUl li a  {
	font-size: 13px;
	text-decoration: none;
display: block;
overflow: hidden;
	border: 1px solid #444;
width: 50%;
padding: 12px 0;
margin: 20px 0 0 70px;
text-align: center;
}


ul.pspartitionZuBtn {
	display: flex;
	justify-content: space-around;
	width: 60%;
	margin: 50px auto 80px auto;
}

ul.pspartitionZuBtn li {
	width: 40%;
	list-style: none;
}

li.pspartitionZuBtnLi a {
	background: #d1322e;
	color: #fff;
	width: 100%;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: center;
}

li.pspartitionZuBtnLi a:hover {
	opacity: 0.5;
}


.underImg img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
}

.underImgSp img {
	display: none !important;
}

/* .underImg {
	content: url(../img/smoking/scandinavia/under.jpg) ;
	background-size:cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
} */

/*CVエリア*/
.cv{
	padding: 160px 0 80px;
	background: url(../img/partition/bg_cv01.jpg) 0 0 no-repeat, url(../img/partition/bg_cv02.jpg) 100% 100% no-repeat #efefef;
	text-align: center;
}

.cv a {
	text-decoration: none !important;
}

.cv.mid{
	padding: 100px 0 100px;
}

.cv h2{
	margin: 0 0 20px;
	font-size: 34px;
}

.cv .lead{
	margin: 0 0 35px;
	font-size: 18px;
}

.cv .btn{
	display: table;
	position: relative;
	margin: 0 auto 40px;
}

.cv .btn a{
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	padding: 0 126px;
	border-radius: 9px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(90deg, #f24a00 0,#f27200 50%, #f24a00 100%);
}

.cv .btn a span.txt{
	padding-left: 52px;
	background: url(../img/partition/ico_mail.png) 0 50% no-repeat;
	background-size: 36px auto;
}

.cv .btn .img{
	position: absolute;
	top: -30px;
	right: -30px;
}

.cv .box{
	width: 760px;
	margin: 0 auto;
}

.cv .col{
	float: left;
	width: 370px;
	margin:0 20px 20px 0;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
}

.cv .col:nth-child(2n){
	margin-right: 0;
}

.cv .col a{
	display: block;
	padding: 16px 38px;
	color: #1d1c22;
	cursor: default;
	pointer-events: none;
}
.cv .col a:hover{
	color: #1d1c22;
}

.cv .col .intit{
	font-size: 18px;
	font-weight: bold;
}

.cv .col .number{
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}

.cv .col .number span{
	padding: 0 0 0 25px;
	background: url(../img/partition/ico_tel.png)0 50% no-repeat;
	background-size: 21px auto;
}

.cv .col .time{
	font-size: 13px;
	color: #6a696e;
}


/*見出し*/
.tit_bnr{
	position: relative;
	padding: 62px 0;
	background: #a30000;
	text-align: center;
	overflow: visible;
}

.tit_bnr p{
	font-family: 'Montserrat', sans-serif;
	color: #dabb70;
	font-weight: bold;
}

.tit_bnr h2{
	margin: 0 0 20px;
	font-size: 34px;
	color: #fff;
}

.tit_bnr::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 4px;
	height: 40px;
	background: #a30000;
	transform: translateX(-50%);
}

	span.form-name2Hisu{
		color: #fff;
		font-size: 12px;
		margin-left: 7px;
		padding: 3px 8px;
		background: #d73232;
		border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
	  }



/*施工型パーテーションのメリット*/
.merit{
	background: url(../img/partition/bg_merit.jpg) no-repeat #f5f5f5;
	background-size: contain;
}

.merit .inner01{
	padding: 100px 0 0 0;
}

.merit .tit{
	margin: 0 0 55px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.merit .tit span{
	font-size: 34px;
	color: #a30000;
}

.merit .col3{
	margin: 0 0 0;
}

.merit .col3 .col{
	float: left;
	width: 340px;
	margin: 0 40px 0 0;
}

.merit .col3 .col p{
	line-height: 1.8;
}

.merit p.meritLastP {
	padding-bottom: 50px;
}

.merit .col3 .col:nth-child(3n){
	margin-right: 0;
}

.merit .col3 .col .box{
	position: relative;
	margin: 0 0 18px;
	padding: 40px 0 50px;
	color: #fff;
	background: #a30000;
	text-align: center;
}

.merit .col3 .col .box::before,
.merit .col3 .col .box::after,
.merit .col2 .col .box::before,
.merit .col2 .col .box::after{
	content: "";
	position: absolute;
	top:0;
	right:0;
	border-top: 15px solid #880000;
	border-right: 15px solid #880000;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.merit .col3 .col .box::after,
.merit .col2 .col .box::after{
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	transform: rotate(180deg);
}

.merit .col3 .col .box .num{
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 0 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #dabb70;
	border-bottom: 2px solid #dabb70;
}

.merit .col3 .col .box .img{
	margin: 0 0 15px;
}

.merit .col3 .col .box .lead{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.merit .col3 .col .box .lead.line1{
	line-height: 44px;
}

.merit .col3 .col .box .catch{
	font-size: 42px;
	font-weight: bold;
	line-height: 46px;
}

.merit .col3 .col .box .catch img{
	width: auto;
	height: 46px;
}

.merit .col2 .col{
	float: left;
	width: 530px;
	margin: 50px 40px 0 0;
}

.merit .col2 .col p{
	line-height: 1.8;
}

.merit .col2 .col:nth-child(2n){
	margin-right: 0;
}
.merit .col2 .col:nth-child(-n+2){
	margin-top: 0;
}

.merit .col2 .col .box{
	position: relative;
	margin: 0 0 20px;
	padding: 38px 40px;
	background: #fff;
}

.merit .col2 .col .box::before,
.merit .col2 .col .box::after{
	border-top: 10px solid #f1e7d1;
	border-right: 10px solid #f1e7d1;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.merit .col2 .col .num{
	float: left;
	margin: 0 42px 0 0;
	padding: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #dabb70;
	border-bottom: 2px solid #dabb70;
}

.merit .col2 .col .img{
	float: left;
	margin: 0 42px 0 0;
}

.merit .col2 .col .txt_area{
	float: left;
	font-weight: bold;
}

.merit .col2 .col .txt_area .lead{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1;
}

.merit .col2 .col .txt_area .catch{
	font-size: 28px;
	line-height: 1.4;
}

.merit .inner02{
	position: relative;
	padding: 90px 0 100px;
	z-index: 1;
}

.merit .inner02::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 530px;
	background: url(../img/partition/bg_merit02.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.merit .inner02 .txt{
	margin: 0 0 60px;
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}

.merit .inner02 .color_box{
	margin: 0 0 60px;
	padding: 50px 60px;
	background: #fff;
}

.merit .inner02 .color_box .txt_area{
	float: left;
	width: 680px;
	line-height: 1.8;
}

.merit .inner02 .color_box .intit{
	margin: 0 0 12px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	color: #a30000;
}

.merit .inner02 .color_box .intxt{
	line-height: 1.8;
}

.merit .inner02 .color_box .color{
	float: right;
	width: 261px;
}

.merit .inner02 .color_box .color p{
	float: left;
	position: relative;
	width: 54px;
	margin: 10px 15px 0 0;
	padding: 58px 0 0;
	font-size: 10px;
	color: #1d1c22;
	text-align: center;
	white-space: nowrap;
}

.merit .inner02 .color_box .color p:nth-child(4n){
	margin-right: 0;
}
.merit .inner02 .color_box .color p:nth-child(-n+4){
	margin-top: 0;
}

.merit .inner02 .color_box .color p::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.merit .inner02 .color_box .color p.white::before{
	background: #fff;
	border: 1px solid #e9e7e4;
	box-sizing: border-box;
}
.merit .inner02 .color_box .color p.offwhite{
	letter-spacing: -0.05em;
}
.merit .inner02 .color_box .color p.offwhite::before{
	background: #f2e9dd;
}
.merit .inner02 .color_box .color p.silver::before{
	background: #ccc;
}
.merit .inner02 .color_box .color p.black::before{
	background: #333;
}
.merit .inner02 .color_box .color p.blue::before{
	background: #406bcd;
}
.merit .inner02 .color_box .color p.red::before{
	background: #df3f29;
}
.merit .inner02 .color_box .color p.lime::before{
	background: #a6d23e;
}
.merit .inner02 .color_box .color p.green::before{
	background: #4dae50;
}
.merit .inner02 .color_box .color p.yellow::before{
	background: #fce835;
}
.merit .inner02 .color_box .color p.orange::before{
	background: #fe9801;
}
.merit .inner02 .color_box .color p.maple::before{
	background: #dda971;
}
.merit .inner02 .color_box .color p.brown::before{
	background: #946f51;
}

.merit .inner02 .color_box .caution{
	clear: both;
	font-size: 13px;
	color: #6a696e;
}

.merit .inner02 .captures p{
	float: left;
	margin: 0 6px 0 0;
}
.merit .inner02 .captures p:last-child{
	margin-right: 0;
}


ul.page_link_un {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
	text-align: left;
	font-size: 0;
    display: flex;
	justify-content: space-between;
}

ul.page_link_un.page_link_un1 {
	margin: 60px 0 0 0;
}

ul.page_link_un.page_link_un2 {
	margin: 20px 0 30px 0;
}

ul.page_link_un li {
	vertical-align: top;
    max-width: 530px;
    text-align: left;
   font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 40px;
}

ul.page_link_un li img {
	margin-bottom: -4px;
}

ul.page_link_un li a {
	text-decoration: none;
}

ul.page_link_un li a:hover {
	opacity: 0.4;
}

ul.page_link_un li a:hover p.page_link_un_p {
	background: #df4d4d;
}
ul.page_link_un li p.page_link_un_p {
	background: #a30000;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 18px 0;
}

ul.page_link_un li p.page_link_un_p::after {
	content: '〉';
	float: right;
	font-weight: bold;
	margin-right: 10px;
}


ul.page_link_un li p.page_link_un_ptext {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

ul.page_link_un li a,
ul.page_link_un li a:visited {
    color: #333;
    /*text-decoration: none;*/
}
.page_link_un li a:hover img {
	opacity: 0.7;
}
.page_link_un li span {
	background: #a30000;
	display: block;
	margin: 5px 0 0;
	padding: 0 0 0 17px;
	font-weight: bold;
	background: url(../../common/img/arw.png) no-repeat left center;
}



/*
footContact
*/
#main-contents-box .footContact{
	padding: 120px 0 60px;
	width: 100%;
	background: #333333;
}
#main-contents-box .footContact .btn_space{
	margin: 0 auto;
	width: 964px;
	height: 217px;
	position: relative;
	background: url(../img/tilecarpet/foot_contact_02.jpg) center top no-repeat;
}
#main-contents-box .footContact .btn_space .btn{
	position: absolute;
	top: 40px;
	left: 70px;
}

/*
mailform成型
*/
#main-contents-box .secondary-mail{
	padding: 75px 0 80px;
	color: #fff;
	background: #333;
	font-size: 14px;
}
#main-contents-box .secondary-mail .wrap{
	width: 970px;
	margin: 0 auto;
}

#main-contents .secondary-mail h2{
	margin: 0 0 60px;
	padding: 40px 0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#main-contents .secondary-mail .mail-step{
	margin: 0 0 65px;
}
#main-contents .secondary-mail .mail-step .col{
	position: relative;
	display: table;
	float: left;
	width: 298px;
	margin: 0 38px 0 0;
	padding: 13px;
	box-sizing: border-box;
	color: #333;
	background: #fff;
}
#main-contents .secondary-mail .mail-step .col.selected{
	color: #fff;
	background: #d73232;
}
#main-contents .secondary-mail .mail-step .col:last-child{
	margin-right: 0;
}
#main-contents .secondary-mail .mail-step .col::before{
	content: "";
	position: absolute;
	right: -32px;
	top: 7px;
	width: 23px;
	height: 36px;
	background: url(../img/partition/ico_contact_step.png) 0 0 no-repeat;
}
#main-contents .secondary-mail .mail-step .col:last-child::before{
	display: none;
}
#main-contents .secondary-mail .mail-step .col em{
	display: table-cell;
	width: 96px;
	text-align: center;
	border: 2px solid #ccc;
}
#main-contents .secondary-mail .mail-step .col.selected em{
	color: #d73232;
	background: #fff;
	border: none;
}
#main-contents .secondary-mail .mail-step .col span{
	display: table-cell;
	text-align: center;
	font-size: 18px;
}

#main-contents-box .secondary-mail .line-head{
	padding: 25px 0 60px;
}
#main-contents-box .secondary-mail .mail-step{
	margin: 0 0 65px;
}
#main-contents-box .secondary-mail #mail-form li {
	height: auto;
}
#main-contents-box .secondary-mail .form-txt,
#main-contents-box .secondary-mail .form-textarea{
	width: 650px;
	background: #fff;
}
#main-contents-box .secondary-mail .ssl-txt {
	line-height: 3;
}
#main-contents-box .secondary-mail .ssl-txt a{
	color: #fff;
	text-decoration: underline;
}

#main-contents-box .secondary-mail #mail-form li p{
	padding-left: 290px;
}
#main-contents-box .secondary-mail .ssl-table{
	width: 100%;
	margin: 0;
}
#main-contents-box .secondary-mail #mail-form #form-submit{
	padding: 0;
	width: 500px;
	height: 70px;
}
#main-contents-box .secondary-mail #mail-form .form-name2{
	width: 250px;
	padding: 0 0 0 40px;
	background-position: 210px center;
	font-size: 1.6rem;
	text-align: left;
}
#main-contents-box .secondary-mail #mail-form .form-name1{
	width: 250px;
	padding: 0 0 0 40px;
}
#main-contents-box .secondary-mail #mail-form .ssl-table .white-base{
	display: inline-block;
	width: 180px;
	background: #fff;
}
/*#main-contents-box .secondary-mail .form-name2 {
	background: url(../img/from-required.gif) no-repeat 140px;
}*/
#main-contents-box #mail-form {
    width: 970px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
#main-contents-box #mail-form ul {
    display: table-cell;
}
#main-contents-box form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main-contents-box textarea {
	font-family: inherit;
	text-align: left;
	font-size: 1.6rem;
vertical-align: middle;
resize: vertical;
}
#main-contents-box .mail-caution-2 p{
	text-align: center;
}
#main-contents-box .mail-caution-2 a:link,
#main-contents-box .mail-caution-2 a:visited {
    text-decoration: underline;
    color: #000;
}
#main-contents-box .mail-caution-2 a:hover {
    text-decoration: none;
    color: #E70012;
}
#main-contents-box .mail-caution-2 {
	position: relative;
}
#main-contents-box .mail-caution-2 .pmark {
  position: absolute;
		top: 20px;
		left: 90px;
	z-index: 2;
}


/*固定 お見積もりボタン*/
.fix_cv{
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 209px;
	z-index: 4;
	text-align: right;
	transition: 0.2s;
}

.fix_cv.hide{
	transform: translateX(calc(100% + 19px));
}

.fix_cv a{
	position: relative;
	display: block;
	padding: 23px 11px 23px 0;
	border-radius: 10px 0 0 10px;
	color: #fff;
	background: linear-gradient(90deg, #f24a00 0,#f27200 50%, #f24a00 100%);
}

.fix_cv a:link{
	color: #fff;
}

.fix_cv a::before{
	content: "";
	position: absolute;
	top:6px;
	left:-19px;
	width: 76px;
	height: 76px;
	background: url(../img/layout/ico_cv_btn.png) 0 0 no-repeat;
	background-size: contain;
}

.fix_cv a:hover{
	color: #fff;
}

.fix_cv p{
	display: inline-block;
	padding: 0 32px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background: url(../img/layout/ico_fixcv_mail.png) 100% 40% no-repeat;
	text-align: left;
}

/* 導線ボタン */

/* ベースのスタイル */
.select-container-body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #fff;
	margin-bottom: 50px;
    padding: 20px;
}

/* コンテナ：フレックスボックスで横並びにする */
.select-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* カード間の隙間 */
    max-width: 900px;
    margin: 0 auto;
}

/* カード共通スタイル */
.select-card {
    display: block; /* リンクとして機能させる */
    flex: 1; /* 横幅を均等に */
    padding: 40px 20px;
    text-decoration: none; /* 下線を消す */
    border-radius: 8px; /* 角丸 */
    text-align: center;
    transition: opacity 0.3s;
    box-sizing: border-box;
	text-decoration: none !important;
}

/* 1. aタグ自体の色強制リセット */
a.select-card {
    /* サイト全体のリンク色設定（青や紫）を無視して、ベースの文字色（黒系）にする */
    color: #333; 
    text-decoration: none; /* 下線を強制削除 */
}

.select-card:hover {
    opacity: 0.7; /* ホバー時に少し薄くする */
}

/* アイコンエリア */
.icon-area02 {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* タイトル */
.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

/* 説明文 */
.card-desc {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

/* カラー */
.card-desc-color {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.6;
	color: #ffffff;
}

/* リンクテキスト（矢印部分） */
.card-link {
    font-size: 15px;
    font-weight: bold;
}

/* --- 左側：ECカード（グレー背景） --- */
.card {
    background-color: #eef1f5; /* 薄いグレー */
    color: #333;
}

.card .icon-area02 svg {
    fill: #999; /* アイコンの色：グレー */
}

.card .card-link {
    color: #355e96; /* リンクの色：青系 */
}

/* --- 右側：相談カード（青背景） --- */
.card-consult {
    /* background-color: #1d67b6; */
	background-color: #931821;
    color: #fff;
}

.card .icon-area02 svg {
    stroke: #999; /* アイコンの線色：白 */
    fill: none;
}

.card-consult .text-yellow {
    color: #ffeb3b; /* タイトルの色：黄色 */
}

.card-consult .card-link {
    color: #fff; /* リンクの色：白 */
}

/* --- レスポンシブ対応（スマホサイズ） --- */
@media (max-width: 768px) {
    .select-container {
        flex-direction: column; /* 縦並びに変更 */
    }
    
    .select-card {
        width: 100%; /* 横幅いっぱい */
        margin-bottom: 15px;
    }
}

/* 導線ボタン03 */
/* 全体のコンテナ */
.selection-container {
  display: flex;
  flex-wrap: wrap; /* スマホで折り返す用 */
  width: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* カードのスタイル */
.card {
  background-color: #fff;
  border: 1px solid #333; /* 外枠の線 */
  padding: 40px 30px;
  width: 550px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 共通のボックス設定 */
.selection-box {
  flex: 1;
  min-width: 300px; /* 最小幅 */
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 左：白背景 / 右：赤背景 */
.left-box {
  background-color: #ffffff;
  color: #333333;
}

.right-box02 {
  background-color: #ffffff; /* 濃い赤 */
  color: #ffffff;
}

/* アイコン */
.icon {
  margin-bottom: 20px;
}

.icon img {
  width: 50px;
  height: auto;
}

/* タイトルとテキスト */
.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.yellow-text {
  color: #333; /* 黄色 */
}

.description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 30px;
  min-height: 3em;
}

.white-text02 {
  color: #333;
}

/* ボタンのスタイル */
.box-btn {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 15px;
  transition: opacity 0.3s;
  min-width: 250px;
}

.box-btn:hover {
  opacity: 0.6;
}

/* 左ボタン（赤） */
.btn-red {
  background-color: #b30000;
  color: #ffffff !important;
  text-decoration: none;
}

/* 右ボタン（白） */
.btn-white {
  background-color: #b30000;
  color: #ffffff !important;
  text-decoration: none;
}

/* ホバー時の設定 */
.btn-white:hover {
  /* テキストの色を変えないように、基本時と同じ色を指定 */
  color: #ffffff !important;
  
  /* 透明度（opacity）の変化も不要なら、1（100%）に固定します */
  opacity: 0.6 !important; 
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .selection-box {
    flex: none;
    width: 100%;
  }
}

/* 新導線ボタン */
/* 基本リセット（既にプロジェクトにある場合は不要です） */
.os-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.os-section {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* ヘッダー部分 */
.os-header {
    text-align: center;
    padding: 60px 20px;
}

.os-header__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.os-header__text {
    font-size: 16px;
    color: #444;
}

/* フレックスコンテナ */
.os-flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* カード基本設定 */
.os-card {
    flex: 1;
    min-width: 50%;
    height: 480px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

/* 背景画像（適宜パスを変更してください） */
.os-card--shop {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/office_furniture/shop-bg02.jpg');
    background-color: #777; /* 画像がない場合のフォールバック */
}

.os-card--consult {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/office_furniture/consult-bg02.jpg');
    background-color: #888;
}

.os-card__title {
    font-size: 22px;
    margin-bottom: 15px;
}

.os-card__desc {
    font-size: 15px;
    margin-bottom: 30px;
}

/* ボタン */
.os-btn {
    display: inline-block;
    padding: 12px 0;
    width: 280px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff;
    transition: background-color 0.3s, opacity 0.3s;
}

.os-btn--blue {
    background-color: rgba(74, 108, 149, 0.9);
}

.os-btn--blue:hover {
    background-color: rgba(87, 147, 221, 0.9);
}

.os-btn--red {
    background-color: rgba(169, 77, 73, 0.9);
}

.os-btn--red:hover {
    background-color: rgba(223, 71, 63, 0.9);
}

/* .os-btn:hover {
    background-color: #fff;
    color: #333;
} */

/* ユーティリティ・レスポンシブ */
.os-u-pc-only {
    display: block;
}

@media (max-width: 768px) {
    .os-card {
        min-width: 100%;
        height: 350px;
    }
    .os-header__title {
        font-size: 22px;
    }
    .os-u-pc-only {
        display: none;
    }
}

/* ヘッダー */
.pagetit {
	background: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
        url(../img/office_furniture/bg_furniture.jpg) 50% no-repeat !important;
	/* background: url(../img/office_furniture/bg_furniture.jpg) 50% no-repeat !important; */
	background-size: cover !important;
	padding: 140px 0 1px !important;
	text-align: center !important;
}

.pagetit .inner h1 {
	color: #ffffff;
}

/* page */
#page {
        width: 100% !important;
        overflow: hidden !important;
        line-height: 1.4em !important;
        font-size: 1.6rem !important;
        letter-spacing: 1px !important;
        color: #333 !important;
        background-color: #f3f4f5 !important;
    }

/* 導線部分 */
/* ベースコンテナ */
.cp-ofc-wrapper {
  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  
  /* 追加：背景画像の設定 */
  background-image: url('../img/office_furniture/main_bg05.jpg'); /* ※実際の画像パスに合わせて変更してください */
/* 変更：画像が枠内にすべて収まり、幅に合わせて自動縮小・拡大されるようにする */
  background-size: cover; 
  background-position: center center;
  background-repeat: no-repeat;
  
  /* 追加：背景画像自体の「横幅 / 縦幅」を指定し、比率を完全に固定する */
  /* ※お手元の画像のピクセル数に合わせて数値を書き換えてください（以下は例です） */
  aspect-ratio: 1920 / 760; 
  
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto; /* 画面の中央に配置 */
  
  /* 追加：中身のテキストエリアを背景の白い部分（中央）に配置する */
  /* display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  color: #333; */
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

.fp-bnnr-container {
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  max-width: 1142px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}

.oc-purchase-icon {
	background-image: url('../img/office_furniture/icon04.png');
	width: 60px;
  height: 60px;
  margin: 0 auto 20px; /* 中央寄せと下部の余白 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.oc-purchase-icon02 {
    background-image: url('../img/office_furniture/icon05.png');
	width: 60px;
  height: 60px;
  margin: 0 auto 20px; /* 中央寄せと下部の余白 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ヘッダー部分 */
.fp-bnnr-title {
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 25px;
  /* letter-spacing: 0.00em; */
  line-height: 1.3;
}

.fp-bnnr-highlight {
  color: #cc0000;
}

.fp-bnnr-subtitle {
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.5;
}

.fp-bnnr-guide {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* カードレイアウト */
.fp-bnnr-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  height: 571px;
}

.fp-bnnr-card {
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fp-bnnr-card-head {
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 15px 10px;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  padding: 23px;
}

.fp-bnnr-card-body {
  padding: 54px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.fp-bnnr-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.fp-bnnr-desc {
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
  min-height: 44px; /* テキストの高さのズレを防ぐ */
  font-weight: bold;
  letter-spacing: 0.00em;
}

/* リスト部分 */
.fp-bnnr-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 450px;
}

.fp-bnnr-list li {
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 18px;
  background-color: #fff;
  letter-spacing: 0.00em;
}

.fp-bnnr-num {
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-right: 15px;
  font-size: 21px;
}

/* ボタン部分 */
.fp-bnnr-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  margin-top: auto;
  transition: opacity 0.2s;
}

.fp-bnnr-btn:hover {
  opacity: 0.8;
}

.fp-bnnr-arrow {
  position: absolute;
  right: 15px;
  font-weight: normal;
}

/* --- 青（左側）のスタイル --- */
.fp-bnnr-card-blue .fp-bnnr-card-head {
  background-color: #213A82;
  letter-spacing: 0.00em;
}

.fp-bnnr-card-blue .fp-bnnr-card-body {
  background-color: #f5f5f5;
}

.fp-bnnr-card-blue .fp-bnnr-list li {
  border: 1px solid #ccc;
  color: #333;
}

.fp-bnnr-card-blue .fp-bnnr-num {
  color: #666;
}

.fp-bnnr-card-blue .fp-bnnr-btn {
  background-color: #213A82;
text-decoration: none !important;
color: #fff !important;
font-size: 21px;
max-width: 325px;
letter-spacing: 0.00em;
}

/* --- 赤（右側）のスタイル --- */
.fp-bnnr-card-red .fp-bnnr-card-head {
  background-color: #CC0000;
	text-decoration: none !important;
    color: #fff !important;
	letter-spacing: 0.00em;
}

.fp-bnnr-card-red .fp-bnnr-card-body {
  background-color: #fcf0ec;
}

.fp-bnnr-card-red .fp-bnnr-list li {
  border: 1px solid #ff9999;
  color: #333;
}

.fp-bnnr-card-red .fp-bnnr-num {
  color: #d70000;
}

.fp-bnnr-card-red .fp-bnnr-btn {
  background-color: #d70000;
  text-decoration: none !important;
color: #fff !important;
font-size: 21px;
max-width: 325px;
letter-spacing: 0em;
}

/* レスポンシブ対応 (スマホ用) */
@media screen and (max-width: 768px) {
  .fp-bnnr-cards {
    flex-direction: column;
  }
  .fp-bnnr-title {
    font-size: 22px;
  }
}