.search-bar {
width: 600px ;
} /* トップの右余白を削除 */
.record .record-header__element {
line-height: 1.6rem;
} /* リソース詳細画面のタグの余白を追加 */

.record .record-header__values--single a {
padding: 4px 7px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.blocks h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5rem;
        padding-top: 2rem;
	line-height: 2;
}

.blocks p {
	line-height: 2 ;
}


.blocks li {
	line-height: 2 ;
}

.blocks a {
  text-decoration: underline;
}
.record__type {
  display: none ;
}

.record .record-header__element {
  line-height: 1.5rem ;
}

@media screen and (max-width: 700px) {
.d-flex :not(.pagination):not(.sorting) {
flex-direction: column !important;
align-items: flex-start !important;
}

form.sorting.form-inline {
margin-left: 16px ;
}

.ml-3 {
margin-left: 0px !important ;
}
}
