@charset 'UTF-8';
/* ===============================================
   proposal
=============================================== */

.pgTitBg {
	background: url(../proposal/img/pgtit_bgimg.jpg) no-repeat 0 0;
	height: 100%;
}

@media only screen and (max-width: 767px) {

	.pgTitBg {
		background-size: cover;
		padding: 20px 10px;
	}

}

.inBox {
	max-width: 960px;
	margin: auto;
}
.cateBox h3 {
    position: relative;
    padding: 10px 15px 10px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.2;
    background: -webkit-linear-gradient(to right, #B4AC85, transparent);
    background: linear-gradient(to right, #B4AC85, transparent);
    border-top: 2px solid #2D2723;
}


.cateBox h3 span {
    font-size: 24px;
}
@media only screen and (max-width: 1040px) {
	.inBox {
	margin: 0 15px;
}
.cateBox h3 span {
    font-size: 20px;
}
}



.leadtext{
	margin: 60px auto 0;
	max-width: 800px;
}
.leadtext p{
	font-size: 16px;
	margin: 0;
}
@media only screen and (max-width:  767px) {
.leadtext p{
	font-size: 14px;
}	
}

/* サブメニュー
------------------------------------------------*/
.srvcNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: 60px auto 60px;
  text-align: left;
  flex-wrap: wrap;
	gap: 20px;
}
.srvcNav a {
  position: relative;
  letter-spacing: normal;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  color: #180403;
  text-decoration: none;
  background-color: #EAE6DE;
  border: 2px solid #9C935F;
  margin: 0;
  padding: 15px 13px 15px 40px;
  width: 200px;
}
.srvcNav a:hover {
  opacity: 0.7;
}
.srvcNav a::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0f6";
  color: #9C935F;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 767px) {

  .srvcNav {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
	  gap: 10px;
	 margin: 20px auto 60px;
  }
  .srvcNav a {
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
}



.cateBox .fBox{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 100px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cateBox .fBox table{
	width: 49%;
	background: #fffdf8;
}

.cateBox .fBox table th {
	color: #fff;
	background: #aba277;
		padding: 8px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.cateBox .fBox table th:first-child{
	width: 30%;
}
.cateBox .fBox table th:nth-child(2){
	width: 70%;
	border-left: 1px solid #fff;
}
.cateBox .fBox table td {
	padding: 8px;
	border-bottom: 1px solid #958372;
}
.cateBox .fBox table td:first-child{
	width: 30%;
	text-align: center;
}
.cateBox .fBox table td:nth-child(2){
	width: 70%;
	border-left: 1px solid #aba277;
}

@media only screen and (max-width: 680px) {
.cateBox .fBox{
	padding: 20px 0 60px;
}
.cateBox .fBox table{
	width: 100%;

}
	.cateBox .fBox table th {
		font-size: 14px;
	}
	.cateBox .fBox table td {
		font-size: 13px;
	}
.cateBox .fBox table tr.no2,.cateBox .fBox table tr.no3,.cateBox .fBox table tr.no4{
 display: none;	
}
}


#catefusuma.cateBox .fBox table th {
	background: #9E8E42;
}
#catefusuma.cateBox h3 {
   background: -webkit-linear-gradient(to right, #DACB82, transparent);
    background: linear-gradient(to right,  #DACB82, transparent);
}


#cateWood.cateBox .fBox table th {
	background: #C07A50;
}
#cateWood.cateBox h3 {
   background: -webkit-linear-gradient(to right, #E5B497, transparent);
    background: linear-gradient(to right,  #E5B497, transparent);
}

#cateAlumi.cateBox .fBox table th {
	background: #918D7A;
}
#cateAlumi.cateBox h3 {
   background: -webkit-linear-gradient(to right, #CBC8B9, transparent);
    background: linear-gradient(to right,  #CBC8B9, transparent);
}

#cateTatami.cateBox .fBox table th {
	background: #7C974B;
}
#cateTatami.cateBox h3 {
   background: -webkit-linear-gradient(to right, #BADA82, transparent);
    background: linear-gradient(to right,  #BADA82, transparent);
}

#cateInteriora.cateBox .fBox table th {
	background: #9E4242;
}
#cateInteriora.cateBox h3 {
   background: -webkit-linear-gradient(to right, #F0C2C2, transparent);
    background: linear-gradient(to right,  #F0C2C2, transparent);
}

#cateFurniture.cateBox .fBox table th {
	background: #227D8C;
}
#cateFurniture.cateBox h3 {
   background: -webkit-linear-gradient(to right ,#AEDDE5, transparent);
    background: linear-gradient(to right, #AEDDE5, transparent);
}
