.u-txt__common {
  font-size: 16px;
  line-height: 1.8;
}

.u-txt__blank::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  content: "";
  background-image: url("/img/utility/txt_blank.png");
  background-size: contain;
}

.u-txt__red {
  font-weight: bold;
  color: #f00;
}

.u-txt__bold {
  font-weight: bold;
}

.u-txt__large {
  font-size: large;
}

.u-txt__yellow_marker {
  background: linear-gradient(transparent 50%, #fffe40 50%);
}

.u-txt__red_marker {
  background: linear-gradient(transparent 65%, #ffcbcb 65%);
}

.u-txt__inline_block {
  display: inline-block;
}

.u-ml--10 {
  margin-left: 10px;
}

.u-mb--15 {
  margin-bottom: 15px;
}

.u-mb--20 {
  margin-bottom: 20px;
}

.u-mb--30 {
  margin-bottom: 30px;
}

.u-mb--40 {
  margin-bottom: 40px;
}

.u-mb--50 {
  margin-bottom: 50px;
}

.u-mt--10 {
  margin-top: 10px;
}

.u-mt--20 {
  margin-top: 20px;
}

.u-mt--25 {
  margin-top: 25px;
}

.u-mt--30 {
  margin-top: 30px;
}

.u-mt--40 {
  margin-top: 40px;
}

.u-mt--50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .u-mb--20__sp {
    margin-bottom: 20px;
  }
  .u-mb--40__sp {
    margin-bottom: 40px;
  }
}
.u-pb--30 {
  padding-bottom: 30px;
}

.u-pb--70 {
  padding-bottom: 70px;
}

@media screen and (min-width: 769px) {
  .u-none--sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-none--sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-none--pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-none--pc {
    display: block;
  }
}