@charset "utf-8";


/* -------------------------------------------------------------------
　接触角計 製品一覧 (2025-11-22追記)
---------------------------------------------------------------------- */
.service-child-term-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-child-term-list li a {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
    background: #f2f2f2;
    text-decoration: none;
}

.service-child-term-list li.current-term a {
    background: #0066cc;
    color: #fff;
    font-weight: bold;
}

.vk_post_imgOuter_singleTermLabel {
  padding: .3em!important;
}

.service-cat-description {
	margin-top: 10px;
	margin-bottom: 15px;
    font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
}
