.gallery_caption {
  background: #fff;
  text-align: center;
  padding: 48px 42px;
}

.gallery_caption_title {
  font-size: 26px;
  font-weight: 500;
  color: #333;
}

.gallery_caption_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  opacity: 0.5;
}

.unit_main .hidden {
  display: none;
}

.break-word {
  word-break: break-word;
}

.member2_rank {
	width: 80px;
	height: 170px;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
}

.member2_rank_image {
	display: block;
	margin: auto;
}

.main_item_photo {
	width: 100%;
	height: 120px;
	background-color: #D3D3D3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}
.main_item_rank {
	align-self: flex-start;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 100px;
	min-width: 65px;
	margin: auto;
	background-size: contain;
}

.unit_citation2 .disp_ribbon {
	position:relative;
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	text-align:center;
	line-height: 20px;
}

.unit_citation2 .disp_ribbon > img {
	vertical-align: top;
}

.scrollTop {
	position: fixed;
	top: 20px;
	width: 60px;
	height: 50px;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	cursor: pointer;
	animation: fadeIn 0.3s;
	transition: opacity 0.4s;
	opacity: 0.6;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	border-radius: 10px;
	right: -10px;
	padding: 5px 14px 5px 6px;
}
.scrollTop:hover {
	opacity: 1;
}

@media (max-width:767px) {
	.member2_rank {
		width: 100px;
		height: 210px;
	}
	.main_item_photo {
		height: 200px;
	}
}

@media (min-width: 768px) {
	.scrollTop {
		width: 70px;
		height: 65px;
		padding: 11px 18px 11px 9px;
	}
}
@media (min-width:1280px) {
	.scrollTop {
		width: 90px;
		height: 80px;
		padding: 13px 22px 13px 14px;
	}
}