main {
  margin-top: initial;
}


.org-img img {
  width:initial;
}

.p-single-header .vocabulary-tags {
  display: inline-block;
}
.p-newsrelease-header__heading .field--name-field-sub-title-upper {
    font-size: 1.5rem;
}
.breadcrumb-block {
	display: none !important;
}

/**
 Drupal Admin用パンくず位置調整
*/
.toolbar-fixed .l-breadcrumbs {
 top: -110px;
}


.toolbar-fixed .l-header {
  position: relative;
}

a:active, a:hover {
color: inherit;
text-decoration: none;
}


/**
 * ニュースリリースコンテンツのページロゴサイズ設定
 */
/*.field--name-field-page-logo img {
  width: 117px;
}*/
/**
 * スマホ表示でのタイトル部分の文字サイズ設定
 */

@media screen and (max-width:768px){
	.p-newsrelease-header__heading .field--name-field-sub-title-upper {
		font-size: 1rem;
	}
	.p-newsrelease-header__heading .field--name-field-sub-title-bottom {
		font-size: 1.5rem;
	}
}