.mainvisual .inner .heading-page {
	color: #fff;
}

.other-company-block {
	display: flex;
	align-items: center;
}

.other-company-block .other-company__image {
	text-align: center;
}

.other-company-block .other-company__detail dt {
	font-family: "Barlow";
	font-weight: 600;
}

/*# sourceMappingURL=../maps/page/products-index.css.map */

@media (min-width: 767px) {

.other-company-block {
	padding: 30px 35px 30px 0;
	border: 1px solid #e5e6e6;
}

.other-company-block:not(:first-child) {
	margin-top: 20px;
}

.other-company-block .other-company__image {
	width: 100%;
	max-width: 300px;
	flex-shrink: 0;
}

.other-company-block .other-company__detail dt {
	font-size: 20px;
}

.other-company-block .other-company__detail dd {
	margin-top: 5px;
}

.other-company-block .other-company__detail .btn-normal {
	margin-top: 15px;
}

.products-block--end {
	display: flex;
	justify-content: space-between;
}

}

@media (max-width: 767px) {

.other-company-block {
	position: relative;
	min-height: 40px;
	border-bottom: 1px solid #e5e6e6;
}

.other-company-block:first-of-type {
	border-top: 1px solid #e5e6e6;
}

.other-company-block .other-company__image {
	font-size: 0;
	width: 55px;
	flex-shrink: 0;
}

.other-company-block .other-company__image img {
	max-width: 100%;
	height: auto;
}

.other-company-block .other-company__detail {
	padding-left: 15px;
}

.other-company-block .other-company__detail dl {
	display: flex;
	align-items: center;
}

.other-company-block .other-company__detail p {
	display: none;
}

.other-company-block .other-company__detail .btn-normal a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.btn-normal {
	margin-top: 25px;
}

}

