@charset "UTF-8";
figure {
  margin: 1em 0;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.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(../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, .uth-title {
  /*
  旧：画像を使う方法
  color: $color-UTokyo-Blue;
  text-align: left;
  border-bottom: 2px solid $color-UTokyo-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(../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, .uth-title::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, .uth-title::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 - 1em);
  max-width: calc(100% - 1em);
  position: relative;
  z-index: 1;
}
@media (max-width: 580px) {
  .kumo-h2 {
    width: calc(320px - (30px + 0.5em) * 2);
  }
}
.kumo-h2::before {
  content: "";
  display: inline-block;
  width: 330px;
  height: 59px;
  background-image: url(../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: 260px;
    height: 84px;
    background-size: 260px 84px;
  }
}
.kumo-h2-spbr {
  display: none;
}
@media (max-width: 580px) {
  .kumo-h2-spbr {
    display: block;
  }
}

.question {
  background-image: url(../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,
.features-h2-utb {
  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,
.features-h2-utb__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,
.features-h2-utb__text {
  position: relative;
  z-index: 20;
}
.features-h2 + p,
.features-h2-utb + p {
  position: relative;
  z-index: 20;
}

.features-h2-utb {
  color: #0095DC;
}
.features-h2-utb__num {
  color: #0095DC;
}

.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;
}

/* UTokyo推奨カラー */
.color-UTokyo-Yellow {
  color: #FDD000;
}

.color-UTokyo-Blue {
  color: #0095DC;
}

.color-White {
  color: #FFFFFF;
}

.color-Black {
  color: #888888;
}

.color-UTokyo-Green {
  color: #58B531;
}

.color-UTokyo-Red {
  color: #E6002D;
}

.color-UTokyo-Purple {
  color: #7F2289;
}

.color-UTokyo-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;
}

.color-purple {
  color: #A40282;
}

.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;
}

/* 1608 */
.uth-bk {
  background-color: #F4EBE4;
}
.uth-main {
  margin: 1em 0;
}
.uth-sub {
  margin: 1em 0;
}
.uth-side1, .uth-side2 {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 580px) {
  .uth-side1, .uth-side2 {
    margin-bottom: 1em;
    float: none;
  }
}
.uth-side1 {
  /* 左寄せ ここから */
  float: left;
  margin-right: 1.5em;
  /* 左寄せ ここまで */
}
.uth-side2 {
  /* 右寄せ ここから */
  float: right;
  margin-left: 1.5em;
  /* 右寄せ ここまで */
}
.uth-person1-wrap, .uth-person2-wrap {
  display: table;
}
.uth-person1, .uth-person2 {
  position: relative;
  display: table;
  margin: 0.5em 0;
}
.uth-person1 figcaption, .uth-person2 figcaption {
  position: absolute;
  bottom: 0;
  margin: 0.5em;
}
.uth-person1__position, .uth-person2__position {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
}
.uth-person1__name, .uth-person2__name {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
}
.uth-person1__en, .uth-person2__en {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
}
.uth-person1__note, .uth-person2__note {
  margin-top: -0.5em;
  display: table-caption;
  caption-side: bottom;
  font-size: 0.8em;
  word-break: break-all;
}
.uth-person1 figcaption {
  left: 0;
  color: #FFF;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
}
.uth-person2 figcaption {
  right: 0;
  color: #000;
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 0px 1px #FFF, 0px -1px 1px #FFF;
}
.uth-sectiontitle1, .uth-sectiontitle2 {
  line-height: 1.2;
  font-size: 2.4em;
  font-weight: bold;
  margin: 0.6em 0 0.5em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 580px) {
  .uth-sectiontitle1, .uth-sectiontitle2 {
    font-size: 2em;
  }
}
.uth-sectiontitle1 {
  text-align: right;
}
.uth-sectiontitle2 {
  text-align: left;
}
.uth-title {
  /* 継承 */
  /* uth用 ここから */
  width: 14.5em;
  max-width: 100%;
  text-align: center;
  background-color: #F4EBE4;
}
.uth-title::after {
  border-color: #F4EBE4 transparent transparent;
}
.uth-title:first-of-type {
  margin-top: 0;
}
.uth-title {
  /* uth用 ここまで */
}
.uth-question {
  margin: 0.5em 0;
  font-size: 1em;
  font-weight: bold;
  text-indent: 1em;
}
.uth-kakomi {
  margin: 1em 0;
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #00A1E9;
  border-radius: 10px;
}
.uth-kakomi p {
  margin: 0;
  font-size: 0.8em;
}
.uth-yokonarabi {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
@media (max-width: 580px) {
  .uth-yokonarabi {
    display: block;
  }
}
.uth-dialogue {
  position: relative;
  display: table;
  margin: 0;
}
.uth-dialogue figcaption {
  position: absolute;
  margin: 0.75em;
  font-size: 0.8em;
  bottom: 0;
  color: #000;
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 0px 1px #FFF, 0px -1px 1px #FFF;
}
.uth-table {
  margin: 0;
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.uth-table caption {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5em;
  text-align: left;
}
.uth-table tr:first-of-type td {
  border-top: 1px solid #00A1E9;
}
.uth-table td {
  border-bottom: 1px solid #00A1E9;
  padding: 0.25em;
  font-size: 0.75em;
}
.uth-table td span {
  font-size: 80%;
}
.uth-table td:last-of-type {
  font-size: 0.8em;
  font-weight: bold;
  width: 60%;
}
.uth-figure {
  margin: 1em 0;
}
.uth-figure figure {
  margin: 0.5em 0;
}
.uth-figure figure img, .uth-figure figure figcaption {
  display: block;
}
.uth-figure figure figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.uth-caption {
  margin: 0;
  color: #0096E0;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}
.uth-caption-sub {
  font-size: 80%;
}
.uth-noteonly {
  font-size: 0.8em;
}
.uth-noteonly a {
  word-break: break-all;
}

.page-html-inner_uid-top,
.page-html-inner_uid-bottom {
  margin: 30px 70px;
}
@media screen and (max-width: 800px) {
  .page-html-inner_uid-top,
  .page-html-inner_uid-bottom {
    margin: 20px 20px;
  }
}

.page-html-inner_uid-top {
  margin-bottom: 0;
}

.page-html-inner_uid-middle {
  margin: 0;
}

.page-html-inner_uid-bottom {
  margin-top: 0;
}

.uid-bk {
  background-image: url(../img/features/uid_back.png);
  background-repeat: repeat-y;
  background-position: top;
  background-size: 98%;
}
.uid-middle-bk {
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .uid-middle-bk img {
    max-width: 100%;
  }
}
.uid-bottom-bk {
  background-color: #FFF;
}
.uid-title {
  line-height: 1.2;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
  color: #0095DC;
}
.uid-dialogue {
  position: relative;
  margin: 2.5em 0;
}
.uid-dialogue::before {
  content: url(../img/features/uid_quote-start.png);
  display: block;
  position: absolute;
  top: -0.5em;
  left: -1em;
  z-index: 0;
}
@media (max-width: 580px) {
  .uid-dialogue::before {
    left: -1em;
  }
}
.uid-dialogue::after {
  content: url(../img/features/uid_quote-end.png);
  display: block;
  position: absolute;
  bottom: -0.5em;
  right: -1em;
  z-index: 0;
}
@media (max-width: 580px) {
  .uid-dialogue::after {
    right: -1em;
  }
}
.uid-dialogue-inner {
  position: relative;
  z-index: 1;
}
.uid-dialogue-inner p {
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 0px 1px #FFF, 0px -1px 1px #FFF;
}
.uid-between {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
  gap: 0.25em;
}
@media (max-width: 580px) {
  .uid-between {
    display: block;
  }
}
.uid-between-inner {
  flex-shrink: 0;
}
.uid-between-yokonarabi {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.25em;
}
.uid-person-wrap, .uid-figure-wrap, .uid-figure2-wrap {
  display: table;
}
.uid-person, .uid-figure, .uid-figure2 {
  position: relative;
  display: table;
  margin: 0;
}
.uid-person figcaption, .uid-figure figcaption, .uid-figure2 figcaption {
  position: absolute;
  bottom: 0;
  margin: 0.4em 0.2em;
  left: 0;
  color: #000;
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 0px 1px #FFF, 0px -1px 1px #FFF;
}
.uid-person__position, .uid-person__comment, .uid-figure__position, .uid-figure__comment, .uid-figure2__position, .uid-figure2__comment {
  display: block;
  font-size: 0.68em;
  font-weight: normal;
}
.uid-person__name, .uid-person__name2, .uid-figure__name, .uid-figure__name2, .uid-figure2__name, .uid-figure2__name2 {
  display: block;
  font-size: 1em;
  font-weight: bold;
}
.uid-figure__name, .uid-figure2__name {
  font-size: 0.68em;
}
.uid-figure__name2, .uid-figure2__name2 {
  font-size: 0.68em;
  text-align: right;
}
.uid-figure2 figcaption {
  top: 0;
  text-align: right;
  margin: 0;
}
@media (max-width: 375px) {
  .uid-cover figcaption {
    top: 3em;
  }
}
.uid-noteonly {
  font-size: 0.8em;
}
.uid-noteonly-plus {
  font-size: 0.8em;
  font-weight: bold;
}
.uid-noteonly-ranking {
  margin: 1.5em 0;
  color: #0095DC;
  font-size: 0.8em;
}
.uid-noteonly-ranking p {
  margin: 0;
  margin-left: 1em;
  text-indent: -1em;
}

.bpr-bk {
  background-color: #FEF7EC;
}
.bpr-lead p {
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 0px 1px #FFF, 0px -1px 1px #FFF;
}
.bpr-dialogue {
  position: relative;
  margin: 2.5em 0;
}
.bpr-dialogue::before {
  content: url(../img/features/to_quote-start.png);
  display: block;
  position: absolute;
  top: -0.5em;
  left: -1em;
  z-index: 0;
}
@media (max-width: 580px) {
  .bpr-dialogue::before {
    left: -1em;
  }
}
.bpr-dialogue::after {
  content: url(../img/features/to_quote-end.png);
  display: block;
  position: absolute;
  bottom: -0.5em;
  right: -1em;
  z-index: 0;
}
@media (max-width: 580px) {
  .bpr-dialogue::after {
    right: -1em;
  }
}
.bpr-dialogue-inner {
  position: relative;
  z-index: 1;
}
.bpr-main {
  margin: 1em 0;
}
.bpr-sub {
  margin: 1em 0;
}
.bpr-sub-title {
  line-height: 1.2;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.bpr-sub-figure {
  margin: 0.5em 0;
}
.bpr-sub-figure figcaption {
  font-size: 0.8em;
}
.bpr-sub-yokonarabi {
  display: flex;
  gap: 1em;
}
@media (max-width: 580px) {
  .bpr-sub-yokonarabi {
    flex-direction: column;
  }
}
.bpr-sub-table {
  border-collapse: collapse;
}
.bpr-sub-table thead th {
  color: #FFF;
  background-color: #000;
  font-weight: normal;
}
.bpr-sub-table tbody tr:nth-child(odd) {
  background-color: #FFFDED;
}
.bpr-sub-table tbody tr:nth-child(even) {
  background-color: #FFF;
}
.bpr-sub-table tbody th {
  font-weight: normal;
  text-align: center;
}
.bpr-sub-table tbody td:nth-of-type(1) {
  width: 6em;
}
@media (max-width: 580px) {
  .bpr-sub-table tbody td:nth-of-type(1) {
    width: 30%;
  }
}
.bpr-sub-table tbody td:nth-of-type(2) {
  width: 4em;
}
@media (max-width: 580px) {
  .bpr-sub-table tbody td:nth-of-type(2) {
    width: 20%;
  }
}
.bpr-sub-table tbody td:nth-of-type(3) {
  font-size: 0.75em;
}
.bpr-sub-table th,
.bpr-sub-table td {
  padding: 0.3em;
  font-size: 0.8em;
  border-bottom: 1px solid #000;
}
.bpr-sub-table-ga {
  color: #FFF;
  background-color: #00A1E9;
}
.bpr-sub-table-gb {
  color: #000;
  background-color: #7DCEF4;
}
.bpr-sub-table-gc {
  color: #000;
  background-color: #D3EDFB;
}
.bpr-sub-qr {
  margin: 1em 0 0.5em;
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
}
.bpr-sub-qr img,
.bpr-sub-qr figcaption {
  display: block;
}
.bpr-sub-qr img {
  border: 5px solid #FFF;
}
.bpr-sub-qr figcaption {
  font-size: 0.8em;
}
.bpr-title {
  line-height: 1.2;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
  color: #0095DC;
}
.bpr-noteonly {
  font-size: 0.8em;
}
.bpr-noteonly a {
  word-break: break-all;
}/*# sourceMappingURL=features.css.map */