  @charset "UTF-8";
figure {
  margin: 1em 0;
}

.features-h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.5em 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.features-h1 img {
  vertical-align: bottom;
}

.features-h1-gothic {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.5em 0 0;
}
.features-h1-gothic img {
  vertical-align: bottom;
}

.fukidashi-h2 {
  /*
  旧：画像を使う方法
  color: #0096E0;
  text-align: left;
  border-bottom: 2px solid #0096E0;
  font-weight: bold;
  position: relative;
  margin: 1em 0 1em;
  line-height: 1.2;
  display:table;
  // font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
  font-size:1.4em;
  &::after {
    content: url(/gen03/kouhou/1592/img/features/fukidashi.png);
    display: block;
    position: absolute;
    top: 1.02em;
    left:1.5em;
    @media(max-width:680px){
      top:auto;
      bottom:-0.98em;
    }
  }
  */
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin: 1em 0 0.5em;
  padding: 0;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #0096E0;
  background-color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  color: #0096E0;
}
.fukidashi-h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 20px 16px 0 0;
  border-color: #0096E0 transparent transparent;
  translate: -50% 100%;
  transform: skew(0deg);
  transform-origin: top;
}
.fukidashi-h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 14.3px 11.4px 0 0;
  border-color: #FFF transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(0deg);
  transform-origin: top;
}

.fukidashi-h2-utb {
  /*
  旧：画像を使う方法
  color: $color-黑料网-Blue;
  text-align: left;
  border-bottom: 2px solid $color-黑料网-Blue;
  font-weight: bold;
  position: relative;
  margin: 1em 0 1em;
  line-height: 1.2;
  display:table;
  // font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
  font-size:1.4em;
  &::after {
    content: url(/gen03/kouhou/1592/img/features/fukidashi_utb.png);
    display: block;
    position: absolute;
    top: 1.02em;
    left:1.5em;
    @media(max-width:680px){
      top:auto;
      bottom:-0.98em;
    }
  }
  */
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin: 1em 0 0.5em;
  padding: 0;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #0095dc;
  background-color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  color: #0095dc;
}
.fukidashi-h2-utb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 20px 16px 0 0;
  border-color: #0095dc transparent transparent;
  translate: -50% 100%;
  transform: skew(0deg);
  transform-origin: top;
}
.fukidashi-h2-utb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 14.3px 11.4px 0 0;
  border-color: #FFF transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(0deg);
  transform-origin: top;
}

.kumo-h2 {
  padding: 0.5em;
  display: table;
  color: #0095dc;
  text-align: center;
  font-weight: bold;
  margin: 1em 0 1em;
  line-height: 1.2;
  font-size: 1.4em;
  width: calc(330px - (0.5em * 2));
  max-width: calc(100% - (0.5em * 2));
  position: relative;
  z-index: 1;
}
@media (max-width: 580px) {
  .kumo-h2 {
    width: calc(320px - ((10px + 20px + 0.5em) * 2));
  }
}
.kumo-h2::before {
  content: '';
  display: inline-block;
  width: 330px;
  height: 59px;
  background-image: url(/gen03/kouhou/1592/img/features/kumo.png);
  background-repeat: no-repeat;
  background-size: 330px 59px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 580px) {
  .kumo-h2::before {
    width: calc(320px - ((10px + 20px) * 2));
    height: 84px;
    background-size: calc(320px - ((10px + 20px) * 2)) 84px;
  }
}
.kumo-h2-spbr {
  display: none;
}
@media (max-width: 580px) {
  .kumo-h2-spbr {
    display: block;
  }
}

.question {
  background-image: url(/gen03/kouhou/1592/img/features/q.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 2em;
  min-height: 2em;
  padding-left: 0.75em;
  margin-left: -0.75em;
  font-size: 1.3em;
}

.features-h2 {
  font-size: 1.7em;
  font-weight: bold;
  margin: 1.4em 0 0.2em;
  color: #0096E0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 10;
  line-height: 1.3;
}
.features-h2__num {
  color: #0096E0;
  font-size: 6em;
  position: absolute;
  line-height: 1;
  top: -30px;
  z-index: -20;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity: 0.5;
}
.features-h2__text {
  position: relative;
  z-index: 20;
}
.features-h2 + p {
  position: relative;
  z-index: 20;
}

.features-h2-brown {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.4em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #8E6539;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.features-h2-blue {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.4em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #093488;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.features-h2-gothic-blue {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.4em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #0096E0;
}

.features-h2-gothic {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.4em 0 0.4em;
  position: relative;
  z-index: 10;
}

.features-h2-number {
  margin-bottom: -1.5em;
}

.features-h2-number-deep {
  margin-bottom: -2em;
}

.features-h3 {
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #000000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.features-h3__inner {
  color: #093488;
  background: #EDEAE0;
}

.features-h3-utb {
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #0095dc;
}

.circle_number {
  color: #fff;
  background-color: #00A0E9;
  border: 4px solid #00A0E9;
  border-radius: 50%;
  font-size: 0.7em;
  line-height: 1;
  padding-top: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}

.features-number {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-number__item {
  width: 290px;
  padding-bottom: 1em;
  position: relative;
}
.features-number__item-para {
  margin-top: 0;
  position: relative;
}
.features-number__item-para__inner {
  margin-top: 0;
  position: relative;
  display: block;
  width: 180px;
  float: left;
}
.features-number__label {
  color: #D2BFAB;
  font-size: 6em;
  font-weight: bold;
  position: absolute;
  left: 0.45em;
  top: 10px;
  z-index: 10;
  vertical-align: top;
  line-height: 1;
}
.features-number__label-last {
  color: #D2BFAB;
  font-size: 6em;
  font-weight: bold;
  position: absolute;
  right: 0.45em;
  top: 10px;
  z-index: 10;
  vertical-align: top;
  line-height: 1;
}
.features-number__text {
  position: relative;
  z-index: 20;
  display: block;
  font-size: 0.7em;
}
.features-number__text-right {
  position: relative;
  z-index: 20;
  display: table;
  font-size: 0.7em;
  padding-left: 5px;
}
.features-number__img {
  float: right;
  margin-left: 5px;
}
.features-number__img-last {
  float: left;
}

/* 黑料网推奨カラー */
.color-黑料网-Yellow {
  color: #fdd000;
}

.color-黑料网-Blue {
  color: #0095dc;
}

.color-White {
  color: white;
}

.color-Black {
  color: #888888;
}

.color-黑料网-Green {
  color: #58b531;
}

.color-黑料网-Red {
  color: #e6002d;
}

.color-黑料网-Purple {
  color: #7f2289;
}

.color-黑料网-Light-Blue {
  color: #68c9f2;
}

/* その他のカラー */
.color-light-blue {
  color: #00A1E9;
}

.color-dark-blue {
  color: #093488;
}

.color-blue {
  color: #0066A0;
}

.color-pink {
  color: #E4007F;
}

.color-brown {
  color: #8E6539;
}

.underbar-brown {
  border-bottom: 1px solid #8E643A;
}

.nowrap {
  white-space: nowrap;
}

.note {
  font-size: 0.8em;
  margin: 0 0 2em;
}
.note__marker {
  color: #E4007F;
}

.txt-inline {
  display: inline;
  line-height: 1.7;
}
.txt-inline-first {
  display: inline;
  line-height: 1.7;
  margin-left: 1em;
}

/* 1592 */
.rta-image_logo {
  vertical-align: middle;
}
.rta-image_logo figure {
  margin: 0;
  display: table;
  width: 160px;
}
.rta-image_logo figcaption {
  margin-top: 0.5em;
  font-size: 0.85em;
  line-height: 1.2;
}
.rta-image_legend {
  vertical-align: bottom;
  margin: 0;
  text-align: center;
  width: calc((109px * 2) + 1em);
}
.rta-image_legend figure {
  margin: 0;
  display: inline-block;
}
.rta-image_legend img {
  max-width: none;
  display: block;
  margin: 0.5em 0 0 auto;
}
.rta-image_qr {
  vertical-align: bottom;
  margin: 0;
  text-align: center;
  width: 109px;
}
.rta-image_qr-note {
  display: block;
  text-align: center;
  font-size: 0.72em;
}
.rta-image_qr figure {
  margin: 0;
  display: inline-block;
}
.rta-image_qr img {
  max-width: none;
  display: block;
  margin: 0.5em 0 0 auto;
}
.rta-image_note {
  vertical-align: bottom;
  margin: 0;
  margin-bottom: 1em;
  width: calc((109px * 2) + 1em);
}
.rta-image_note p {
  margin: 0;
  margin-left: 1em;
  text-indent: -1em;
}
.rta-members {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.rta-members-main {
  margin: 0;
  padding: 0;
  width: 109px;
}
.rta-members-main figure {
  margin: 0 0 2px 0;
}
.rta-members-main img {
  max-width: none;
  display: block;
  margin: 0 auto;
}
.rta-members-note {
  align-self: flex-end;
  text-align: left;
  font-size: 0.72em;
}
.rta-members-dep, .rta-members-field {
  text-align: left;
  font-size: 0.72em;
}
.rta-members-term {
  text-align: left;
  font-size: 0.7em;
}
.rta-members-name {
  text-align: left;
  font-size: 0.95em;
  font-weight: bold;
}
.rta-members-job {
  text-align: left;
  font-size: 80%;
  font-weight: normal;
}
.rta-noteonly {
  font-size: 0.8em;
}

.tyoutai95 {
  transform: scale(0.95, 1);
  width: calc((1 / 0.95) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai90 {
  transform: scale(0.9, 1);
  width: calc((1 / 0.9) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai85 {
  transform: scale(0.85, 1);
  width: calc((1 / 0.85) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai80 {
  transform: scale(0.8, 1);
  width: calc((1 / 0.8) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai75 {
  transform: scale(0.75, 1);
  width: calc((1 / 0.75) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai70 {
  transform: scale(0.7, 1);
  width: calc((1 / 0.7) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai65 {
  transform: scale(0.65, 1);
  width: calc((1 / 0.65) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.tyoutai60 {
  transform: scale(0.6, 1);
  width: calc((1 / 0.6) * 100%);
  transform-origin: left;
  letter-spacing: -1px;
}

.mpc-bk {
  background-color: #F6F7F7;
}
.mpc-heading {
  position: relative;
}
.mpc-heading span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0.25em;
  padding: 0.25em;
  width: calc(44.7% - (0.25em * 2) - (0.25em * 2));
  font-size: 32%;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 1;
}
@media (max-width: 580px) {
  .mpc-heading span {
    position: static;
    padding: 0;
    width: auto;
  }
}
.mpc-image {
  margin: 0;
}
.mpc-image:first-of-type {
  margin-top: 1em;
}
.mpc-image:last-of-type {
  margin-bottom: 1em;
}
.mpc-image figure {
  margin: 0.75em 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5em;
}
@media screen and (max-width: 580px) {
  .mpc-image figure {
    flex-direction: column;
  }
  .mpc-image figure div {
    margin-right: auto;
    margin-left: auto;
  }
}
.mpc-image figure div {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.mpc-image figcaption {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.5;
  position: relative;
}
.mpc-title {
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
  color: #0095dc;
}
.mpc-question {
  margin: 0.5em 0;
  font-size: 1em;
  font-weight: bold;
  text-indent: 1em;
  color: #0095dc;
}
.mpc-main, .mpc-sub {
  margin: 1em 0;
  padding: 0;
}
.mpc-figure {
  margin: 1em 0;
}
.mpc-figure figure {
  text-align: center;
}
.mpc-figure figcaption,
.mpc-figure p {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
}
.mpc-figure figcaption {
  margin: 0 0 1em;
}
.mpc-figure p {
  margin: 0;
  text-align: right;
}
.mpc-caption {
  margin: 0;
  margin-bottom: 0.25em;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}
.mpc-caption-sub {
  font-size: 80%;
  font-weight: normal;
}
.mpc-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 2px;
}
.mpc-table_wrap {
  margin: 1em 0;
}
.mpc-table thead tr,
.mpc-table tbody tr,
.mpc-table tfoot tr {
  /* 前半 ここから */
  background: #EAF6FD;
  /* 前半 ここまで */
  /* 後半 ここから */
  /* 後半 ここまで */
}
.mpc-table thead tr:nth-child(even),
.mpc-table tbody tr:nth-child(even),
.mpc-table tfoot tr:nth-child(even) {
  background: #B9E3F9;
}
.mpc-table thead tr:nth-child(n+8),
.mpc-table tbody tr:nth-child(n+8),
.mpc-table tfoot tr:nth-child(n+8) {
  background: #FFFCDB;
}
.mpc-table thead tr:nth-child(n+8):nth-child(even),
.mpc-table tbody tr:nth-child(n+8):nth-child(even),
.mpc-table tfoot tr:nth-child(n+8):nth-child(even) {
  background: #FFF798;
}
.mpc-table thead tr th,
.mpc-table thead tr td,
.mpc-table tbody tr th,
.mpc-table tbody tr td,
.mpc-table tfoot tr th,
.mpc-table tfoot tr td {
  vertical-align: top;
  padding: 4px;
  font-size: 0.8em;
  font-weight: normal;
}
.mpc-table thead tr th,
.mpc-table tbody tr th,
.mpc-table tfoot tr th {
  text-align: left;
}
.mpc-table tbody td:first-of-type {
  white-space: nowrap;
}
.mpc-noteonly {
  font-size: 0.8em;
}

.utcc-main1, .utcc-sub1 {
  margin: 0;
  padding: 0;
}
.utcc-main2, .utcc-sub2 {
  margin: 1em 0;
  padding: 0;
}
.utcc-main1-sub1-yokonarabi {
  margin: 1em 0;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 580px) {
  .utcc-main1-sub1-yokonarabi {
    flex-direction: column;
  }
}
.utcc-bubble1, .utcc-bubble2, .utcc-old {
  margin: 1em 0;
}
.utcc-bubble1 img, .utcc-bubble2 img, .utcc-old img {
  display: block;
  margin: 0;
}
.utcc-bubble1 figcaption, .utcc-bubble2 figcaption, .utcc-old figcaption {
  display: block;
  margin: 0;
  font-size: 0.8em;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .utcc-bubble1, .utcc-bubble2 {
    display: table;
    margin-left: auto;
    margin-right: 0;
  }
}
.utcc-bubble1:first-of-type, .utcc-old:first-of-type {
  margin-top: 0;
}
.utcc-bubble1:last-of-type, .utcc-old:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .utcc-bubble1 {
    min-width: 168px;
  }
}
.utcc-product {
  margin: 1.5em 0;
  display: flex;
  align-items: flex-end;
  gap: 1em;
  flex: 1;
  /* スマホでは並べ方を揃える ここから */
  /* スマホでは並べ方を揃える ここまで */
}
@media (max-width: 480px) {
  .utcc-product {
    flex-direction: column;
    align-items: center;
  }
}
.utcc-product-text {
  margin: 0;
}
.utcc-product-text p:not(.utcc-note) {
  margin: 0;
}
.utcc-product-image {
  margin: 0;
}
.utcc-product-image figure {
  margin: 0;
}
.utcc-product-other {
  margin: 0;
  align-self: flex-start;
}
.utcc-product-other figure {
  margin: 0;
}
.utcc-product-complex {
  display: flex;
}
@media (max-width: 580px) {
  .utcc-product-complex {
    flex-direction: column;
  }
  .utcc-product-complex > div:first-of-type {
    order: 2;
  }
  .utcc-product-complex > div:last-of-type {
    order: 1;
    align-self: flex-end;
  }
}
@media (max-width: 480px) {
  .utcc-product-other {
    order: 1;
    align-self: flex-end;
    margin-bottom: -1em;
  }
}
@media (max-width: 480px) {
  .utcc-product-text {
    order: 2;
  }
}
.utcc-product-image {
  min-width: 154px;
  text-align: center;
}
@media (max-width: 480px) {
  .utcc-product-image {
    order: 3;
  }
}
.utcc-caps {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
@media (max-width: 480px) {
  .utcc-caps {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.utcc-caps-left, .utcc-caps-right {
  margin: 0;
}
@media (max-width: 480px) {
  .utcc-caps-right {
    align-self: flex-end;
  }
}
.utcc-caption {
  margin: 0;
  font-size: 1.4em;
  text-align: left;
  font-weight: bold;
}
.utcc-caption-sub {
  font-size: 70%;
}
.utcc-name {
  margin: 0;
  font-size: 1.05em;
  text-align: left;
  font-weight: bold;
}
.utcc-name::first-letter {
  color: #0095dc;
  margin-right: 0.25em;
}
.utcc-year {
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1em;
  text-align: right;
  color: #0095dc;
}
.utcc-subcaption {
  margin: 0;
  margin-bottom: 0.25em;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  color: #0095dc;
}
.utcc-subcaption::first-letter {
  color: #000;
}
.utcc-text {
  margin: 0;
  font-size: 0.8em;
}
.utcc-text p {
  margin: 0;
}
.utcc-marker {
  background: linear-gradient(transparent 60%, #b9e3f9 60%);
  display: inline;
  font-weight: bold;
}
.utcc-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 2px;
}
.utcc-table_wrap {
  margin: 1em 0;
}
.utcc-table thead tr,
.utcc-table tbody tr,
.utcc-table tfoot tr {
  background: #EAF6FD;
}
.utcc-table thead tr:nth-child(even),
.utcc-table tbody tr:nth-child(even),
.utcc-table tfoot tr:nth-child(even) {
  background: #B9E3F9;
}
.utcc-table thead tr th,
.utcc-table thead tr td,
.utcc-table tbody tr th,
.utcc-table tbody tr td,
.utcc-table tfoot tr th,
.utcc-table tfoot tr td {
  vertical-align: top;
  padding: 4px;
  font-size: 0.8em;
  font-weight: normal;
}
.utcc-table thead tr th,
.utcc-table tbody tr th,
.utcc-table tfoot tr th {
  text-align: left;
}
.utcc-table tbody td:first-of-type {
  white-space: nowrap;
}
.utcc-note {
  margin: 0;
  margin-top: 0.5em;
  font-size: 0.8em;
  color: #0095dc;
}
.utcc-footer {
  margin: 0;
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
@media (max-width: 380px) {
  .utcc-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.utcc-footer figcaption,
.utcc-footer img {
  display: block;
}
.utcc-footer figure {
  margin: 0;
}
@media (max-width: 380px) {
  .utcc-footer img {
    align-self: flex-end;
  }
}
