@charset "utf-8";

/******************
margin
*******************/

/* margin top */
.u-mgt10 {
  margin-top: 10px!important;
}

.u-mgt20 {
  margin-top: 20px!important;
}

.u-mgt30 {
  margin-top: 30px!important;
}

.u-mgt40 {
  margin-top: 40px!important;
}

.u-mgt50 {
  margin-top: 50px!important;
}

.u-mgt60 {
  margin-top: 60px!important;
}

.u-mgt70 {
  margin-top: 70px!important;
}

.u-mgt80 {
  margin-top: 80px!important;
}

/* margin bottom */
.u-mgb10 {
  margin-bottom: 10px!important;
}
.u-mgb20 {
  margin-bottom: 20px!important;
}
.u-mgb30 {
  margin-bottom: 30px!important;
}
.u-mgb40 {
  margin-bottom: 40px!important;
}
.u-mgb50 {
  margin-bottom: 50px!important;
}
.u-mgb60 {
  margin-bottom: 60px!important;
}
.u-mgb70 {
  margin-bottom: 70px!important;
}
.u-mgb80 {
  margin-bottom: 80px!important;
}

.u-mgNone {
  margin: 0 !important;
}

.uq-content .u-mgb {
  margin-bottom: 25px!important;
}

.uq-content .u-mgb--small {
  margin-bottom: 10px!important;
}

/******************
padding
*******************/
.u-pgbNone {
  padding-bottom: 0 !important;
}

.uq-content .u-pgb {
  padding-bottom: 25px!important;
}

.uq-content .u-pgb--small {
  padding-bottom: 10px!important;
}

/******************
text
*******************/
.u-text_bold {
  font-weight: bold;
}

.u-text_small {
  font-size: 13px;
  color: var(--color-gray-dark);
}

.u-text_break {
  word-break: break-all;
}

/******************
color
*******************/

.u-color_red {
  color: var(--color-red) !important;
}
