@charset "utf-8";

/* common css
-------------------------------------------------- */
.list_container .list_pink_dot li:last-of-type {
	margin-bottom: 0;
}
.pos_rel {
	position: relative;
}
@media print, screen and (min-width:768px) {
	.list_container  {
		display: flex;
		position: relative;
	}
	.list_container .txt_other {
		position: absolute;
		right: 0;
		bottom: 5px;
	}
}
@media screen and (max-width:767px) {
	.list_container .txt_other {
		position: absolute;
		right: 0;
		bottom: 5px;
		float: none;
	}
 .list_pink_dot li {
  margin-bottom: 0;
 }
}