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

#bx {
  margin-bottom: 30px;
	position:relative;
}

#bx h4{
margin-top: 50px;
}

.mt50{
  margin-top: 50px!important;
}

.menu_202109{
margin: 50px 0;
display: flex;
justify-content: space-between;
}

.houseCon{
	width: 960px;
	display: flex;
	position: relative;
}


.textBox{
  background-color: #cee8e9;
  padding: 30px 0;
}

.textBox p{
	font-size: 16px;
  padding: 0;
  text-align: center;
}

a:hover{
	opacity: 0.7;
}

.houseCon p {
  width: 250px;
  height: 48px;
  position: absolute;
  border: 2px solid #9a9b1e;
  padding: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
	background-color: #fff;
  border-radius: 25px;

}

.houseCon p a{
	color: #9a9b1e;

}

.houseCon p:after{
  position: absolute;
  right:15px;
  top: 10px;
  content: "\f054";
     font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
	color: #9a9b1e;  
}


#houseM .link{
	bottom: 0;
	left: 405px;
}
#houseM .link2{
	bottom: 0;
	right: 5px;
}

#houseK .link{
	width: 480px;
	bottom:75px;
	left: 0;
}

#houseS .link{
	width: 320px;
	bottom: -10px;
	left: 100px;
}
#houseS .link2{
	width: 320px;
	bottom: -10px;
	right: 50px;
}