@charset "UTF-8";
#main {
	padding: 60px 0 0;
}

header {
	position: fixed;
	top: 0;
	z-index: 99999;
	height: 60px;
}

.top-news-box>ul>li {
	flex-wrap: wrap;
	padding: 0 0.5rem 0.5rem 3rem;
}

.badge.badge-new {
	left: 0;
	top: 0;
	transform: none;
}

.box-news-tag {
	flex: none;
	width: 100%;
	margin: 0 0 0.7rem;
}

.box-news-title {
	flex: none;
	width: 100%;
	text-align: start;
	margin: 0 0 0.5rem;
}

span.news-date {
	margin: 0 0.3rem 0 0;
	min-width: 110px;
}

/* 検索結果*/

.search-results>li {
	width: 50%;
	max-width: 50%;
}

/* top img */

nav.nav-menu {
	display: none;
}

.swiper-container.main-swp {
	height: calc(100vh - 60px);
	min-height: 100vh;
	min-height: calc((var(--vh, 1vh) * 100) - 60px);
}

.swiper-container.main-swp .slide-img img {
	filter: brightness(0.7);
}

.title-logo-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 999;
}

/* nav menu */

nav.NavMenu {
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	text-align: center;
	width: 50%;
	height: auto;
	transform: translateX(100%);
	transition: all ease-in-out 0.33s;
	background: rgb(0 0 0 / 75%);
	border-radius: 0 0 0 0.5rem;
}

nav.NavMenu ul {
	width: 100%;
	margin: 0 auto;
	padding: 80px 2.5rem 1.5rem;
}

nav.NavMenu ul li {
	font-weight: 500;
	list-style-type: none;
	padding: 0.2rem;
	width: 100%;
	margin: 0 auto 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
	color: #fff;
}

nav.NavMenu ul li.navlogo {
	padding: 0 0 25px;
}

nav.NavMenu ul li.navlogo img {
	width: 150px;
	margin: 0 auto;
}

nav.NavMenu ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.NavMenu ul li a {
	display: block;
	color: #fff;
	padding: 0.7rem 0;
	text-decoration: none;
}

nav.NavMenu ul li a>i {
	font-size: 0.9rem;
	vertical-align: middle;
	margin: 0 0.3rem 0 0;
}

nav.NavMenu.active {
	transform: translateX(0%);
}

.Toggle {
	display: block;
	position: fixed;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 39px;
	cursor: pointer;
	z-index: 99999;
}

.Toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #333;
	-webkit-transition: .33s ease-in-out;
	-moz-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
	left: 6px;
}

.Toggle span:nth-child(1) {
	top: 9px;
}

.Toggle span:nth-child(2) {
	top: 18px;
}

.Toggle span:nth-child(3) {
	top: 27px;
}

.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.Toggle.active span {
	border-bottom: solid 3px #fff;
}

.logo-sp {
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 150px;
	height: 60px;
	justify-content: center;
}

.title-box {
	font-size: 1.6rem;
	width: 80%;
}

.scroll-icon {
	display: none;
}

.top-bn-area {
	top: auto;
	bottom: 1rem;
	right: 1rem;
	justify-content: right;
	width: 85%;
	max-width: none;
}

.bn-top-campaign {
	padding: 0.6rem;
	font-size: 0.9rem;
	border-radius: 300px;
}

.circle {
	padding: 0.4rem;
	font-size: 0.8rem;
}

.bn-desc {
	font-size: 0.9rem;
	padding: 1.5rem 1rem 1rem 0;
	text-align: right;
}

/* 2021-11-02 */

dl.dl_02.news_title {
	font-size: 1.3rem;
}

/* 2025-01-15 */
.bn_member a figure{
	width: 40%;
}
.bn_member a dl{
	width: 55%;
}