/**
 * 製品詳細仕様リストスタイル
 */

/**
ul.disc li:before {
    content: '';
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    background: #333333;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 0.5em;
}

pre.loom_code.prettyprint.prettyprinted {
    margin: revert;
}

.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
 */

/**
 * 製品カテゴリ詳細ページ内SEO文内リストスタイル
 */
.column-list{
padding-left:30px;
margin:16px 0 !important;
}
 
ul.column-list{
list-style:disc;
}
 
ol.column-list{
list-style:decimal;
}

/**
 * アンカーリンク遷移位置調整
 */
html{
  scroll-padding-top: 90px;
}

/**
 * ホバー透過
 */
#about_use h3{
	text-align: center;
}

#about_use a{
	transition-property: opacity;
	transition-duration: 0.5s;
	width: 100%;
}

#about_use a:hover{
	opacity: 0.7; 
	text-decoration: none;
}