@charset "utf-8";

/* 最適なホースを選定いたしますページ */
.hose .detail__list--maker {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hose .detail__list--maker .detail__item--texts {
    width: auto;
    line-height: 2;
}
.hose .detail__list--maker .detail__item--texts:first-child {
    margin: 0 calc(30 / 1000 * 100%) 0 0;
}
.hose .detail__subtitle {
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.detail__subtitle {
		font-size: 2.4vw;
	}
}