@charset "UTF-8";

span>img {
  width: 25px;
  display: inline;
  margin-right: 7px;
}

.title__notice {
  padding-bottom: 15px;
}
@media screen and (max-width: 769px) {
	.title__notice {
	  padding-bottom: 0 !important;
	}
}

[class *= "title__ico"] .title__right__text, .title__notice .title__right__text {
  position: relative;
  text-align: right;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
	.title__notice .title__right__text {
	  position: absolute;
	  bottom: -.5rem;
	}
}
