@charset "utf-8";
/* CSS Document */
.bus-txt-box {
	display: flex;
	align-items: center;
}

.bus-txt-box .bus-icn {
	text-align: center;
	margin-right: 15px;
	padding: 12px;
	background: #fafafa;
	min-width: 100px;
}

.bus-txt-box .bus-icn span {
  vertical-align: middle;
}

.bus-txt-box .bus-icn span::before {
  width: 33px;
  height: 24px;
  margin: 3px auto 9px;
  display: block;
  background-position: -535px -527px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}

.bus-txt-box .bus-txt p:first-child {
	margin-top: 0;
}

@media screen and (max-width:767px){
	.bus-txt-box .bus-icn {
		min-width: 90px;
	}
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}
