@charset "UTF-8";

/* //////////////////////////////////////////////////////////// */
/* article */
/* //////////////////////////////////////////////////////////// */












/* /////////////////////////////////////////////////////////////////////////////////////// */
/* PC *//* /////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1100px) {
	#org-index #contents h2 {
		margin-bottom: 1em;
		padding: 10px 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: .5em;
		font-size: 1.3em;
		text-shadow: none;
		background-color: transparent;
		background-image: none;
		border-radius: 0;

		&::before,
		&::after {
			content: "";
			width: 2em;
			height: 2px;
			margin-right: 0;
			display: block;
			flex-shrink: 0;
			background-color: var(--white);
			border-radius: 0;
		}
	}
	
}