.blk {
	margin-bottom: 70px;
}
.blk .txt-mdt {
	margin-top: 20px;
}

.dot.mdb {
	margin-bottom: 70px;
}
.dot li {
	position: relative;
	line-height: 31px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.dot li:last-child {
	margin-bottom: 0px;
}
.dot li:before {
	width: 6px;
	height: 6px;
	background-color: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	z-index: 1;
	border-radius: 50%;
}
.lead-txt {
	margin-bottom: 70px;
}
.contact-mdb {
	margin-bottom: 20px;
}
.sns-btn li {
	margin-right: 30px;
}
.sns-btn li a {
    font-weight: 500;
    background-image: url("../images/icon_tw.png");
    background-size: 25px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
.sns-btn li a:hover {
	text-decoration: underline;
}
.sns-btn li:nth-child(2) a {
    background-image: url("../images/icon_fb.png");
	color: #4385db;
}
.sns-btn li:nth-child(3) a {
    background-image: url("../images/icon_insta.png");
	color: #bd5d99;
}
.sns-btn li:nth-child(4) a {
    background-image: url("../images/icon_yt.png");
	color: #b53e3a;
}
#tenant .lead-copy {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 70px;
}
@media screen and (max-width:480px){
.sns-btn {
	margin-left: -1%;
	margin-right: -1%;
}
.sns-btn li {
	width: 45.9999%;
	margin-left: 1%;
	margin-right: 1%;
}
.blk {
  margin-bottom: 40px;
}
.lead-txt {
  margin-bottom: 50px;
}

.dot.mdb {
  margin-bottom: 50px;
}
}