@font-face {
	font-family: "icon";
	src: url("../css/fonts/icon.eot");
	src: url("../css/fonts/icon.eot?#iefix") format("eot"), url("../css/fonts/icon.woff") format("woff"), url("../css/fonts/icon.ttf") format("truetype"), url("../css/fonts/icon.svg#icon") format("svg");
	font-style: normal;
	font-display: swipe;
}



#news-slide .date_tag span.tag {
	margin-left: 10px;
	word-break:keep-all;
}


.db_top01 .search_icon button {
	position: absolute;
	width:39px;
	height: 39px;
	opacity:0;
	right:0;
	top:0;
	z-index: 2;
}
#l-footer .l-footer-right .one > a {
	color:#333333;
}
#l-footer address dl dd {
	font-weight: 600;
}


.top-link {
	max-width: 50px;
	position: fixed;
	right: 90px;
	bottom: 24px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
}
.top-link.-scrolled {
	opacity: 1;
	visibility: visible;
}
.top-link a {
	display: block;
	text-decoration: none;
	background-color: rgba(20, 20, 20, .8);
	padding: 16px 0px 16px 4px;
	font-size: 0;
}
.top-link a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	color: #fff;
	font-size: 3rem;
}

@media screen and (max-width: 1024px) {
	.top-link {
		right: 10px;
		bottom:10px;
	}
}

@media screen and (max-width: 767px) {
	.top-link {
		max-width: 30px;
	}
	.top-link a {
    	padding: 10px 0px 10px 2px;
	}
	.top-link a::after {
		font-size: 1.5rem;
	}
}

#lower_page_title.bg_none {
    background-image: none;
}

/* バナー全体のスタイル */
.floating-banner {
  position: fixed;
  bottom: 150px;
  right: 85px;
  width: 360px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: slideUp 0.3s ease-in-out;
  background: #D7E7DB;
	z-index: 99;
	display: none; /* 初期状態で非表示 */
}
.floating-banner.leftside {
	left:15px;
	right:unset;
	background: none;
}
/*
@media screen and (max-width: 767px) {
	.floating-banner.leftside {
		display: none !important;
	}
}
*/
@media screen and (max-width: 690px) {
	.floating-banner.leftside {
		left:auto;
		right: 20px;
		bottom: 225px;
	}
}

/* バナーの内容 */
.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

/* テキスト */
.floating-banner p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

/* 閉じるボタン */
.close-btn {
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: transform 0.2s;
  position: absolute;
  top: -31px;
  right: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
  border-radius: 50%;
  line-height: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  padding: 0;
}
.close-btn .-txt{
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	margin-left: 0;
}
.close-btn .-txt::before {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	right: 8px;
	width: 18px;
	height: 1px;
	background-color: #000;
	transform: rotate(45deg);
}

.close-btn .-txt::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: 17px;
	width: 1px;
	height: 18px;
	background-color: #000;
	transform: rotate(45deg);
}

.close-btn:hover {
  transform: scale(1.05);
}

/* スライドアップアニメーション */
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* 非表示用 */
.hidden {
  display: none !important;
}

@media screen and (max-width: 1024px) {
	.floating-banner{
		    right: 20px;
		    bottom: 65px;
        width: 302px;
        height: 126px;
    	}
	
}