@charset "utf-8";

.l-content .mainVisual img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .list_name {
  padding: 7px 0;
  display: block;
}

.l-content .list_name .list_img {
  vertical-align: middle;
}

.l-content p.paragraph {
  text-indent: 20px;
}

.l-content .bg-gray {
  background-color: #f6f7f7;
}


.l-content .contact-box {
	height: 100%;
	width: 99%;
	border-radius: 15px;
	background-color: #ffffff;
  color: black;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border: 1px solid;
}

.l-content .u-f-black {
	color: #000000;
}

.l-content .bg-box-icon {
	background-color: gainsboro;
}

.l-content .length-phone-w {
	width: 100px;
}

.l-content .u-p10 {
	padding:  10px;
	border: 1px solid;
}

.l-content .m-btn--down.edit {
  width: 100%;
}

.l-content .cus-lh-10 {
    line-height: 10px;
}

.l-content .max-width-classes {
		width: 100%;
}