@charset "utf-8";




.c-song-news .c-News__list {
	margin: 0 0 60px;
}




.c-Branch-login__inner {
	padding: 0 0 60px;
}

.c-Branch-login__line {
	padding: .5em 0;
}

.c-Branch-login__id {
	font-size: 1.8rem;
	padding: 0 1em 0 0;
}

.c-Branch-login__input {
	font-size: 2.2rem;
	min-width: 400px;
	padding: .5em;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-Branch-login__input:focus {
	border: 1px solid #1e1e1e;
	background: #fff;
}

.c-Branch-login__button {
	padding: 30px 0 0;
}

.c-Branch-login__button button {
	font-size: 1.8rem;
	letter-spacing: .25em;
	padding: 1em 0;
	display: inline-block;
	width: 295px;
	background: #1e1e1e;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
}

.no-touch .c-Branch-login__button button:hover {
	background: #afa673;
}

.c-branch-file__items {
	padding: 0 0 30px;
}

.c-branch-file__items li {
	border-top: 1px solid #ddd;
}

.c-branch-file__items li:last-child {
	border-bottom: 1px solid #ddd;
}

.c-branch-file__items li a {
	padding: 1em 2em 1em 1em;
	display: block;
	position: relative;
}

.c-branch-file__items li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #646464 transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(90deg);
}

.c-branch-file__items li a.u-Text {
	margin-bottom: 0;
}

.c-branch-file__items li a b {
	margin-bottom: 0;
}

.LoginStatus-LOGIN .g-Nav,
.LoginStatus-LOGIN .g-Header__visitor-button {
	display: none;
}

.LoginStatus-LOGIN .c-logout-button {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1010;
}

.LoginStatus-LOGIN .c-logout-button button {
	font-size: 2.2rem;
	letter-spacing: .25em;
	width: 265px;
	height: 80px;
	background: #1e1e1e;
	display: block;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
}

.LoginStatus-LOGIN .c-logout-button button:hover {
	background: #646464;
}

