@charset "utf-8";
.mobile-page-u96-annotation {
  background: #f5f5f7;
}

@media screen and (min-width:901px){
  .mobile-page-u96-annotation-inner {
    max-width: 705px;
    margin: 0 auto;
    padding: 30px 30px 0
  }

  .mobile-page-u96-annotation * {
    font-size: 10px;
    line-height: 1.25;
    color: #6e6e73
  }

  .mobile-page-u96-annotation a {
    color: #424245
  }

  .mobile-page-u96-annotation-list {
    margin-top: 15px
  }

  .mobile-page-u96-annotation-list_item:not(:first-child) {
    margin-top: 10px
  }
}

@media screen and (max-width:900px){
  .mobile-page-u96-annotation-inner {
    padding: 50px 45px;
  }

  .mobile-page-u96-annotation * {
    font-size: 12px;
    line-height: 1.33;
    color: #6e6e73
  }

  .mobile-page-u96-annotation a {
    color: #424245
  }

  .mobile-page-u96-annotation-list {
    margin-top: 12px
  }

  .mobile-page-u96-annotation-list_item:not(:first-child) {
    margin-top: 10px
  }
}

/* parm bnr */
@media only screen and (max-width: 900px) {
  .float-bnr-img .js-float-parm .bgBlack,
  .float-bnr-img .js-float-fy24-parm .bgBlack {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    margin-bottom: -24px;
  }
}

.bnr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 695px;
  margin: 0 auto;
  padding: 10px 0;
}

@media only screen and (max-width: 900px) {
  .bnr-list{
    margin: 0 10px 0 0;
  }
}

.bnr-list .bnr-item {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 0 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .bnr-list .bnr-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }
}

.bnr-item p {
  margin-top: 0;
  text-align: left;
}

.bnr-list a.button-blue-item {
  margin: 0;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 70px;
  padding-left: 22px;
}

@media only screen and (max-width: 900px) {
  .bnr-list a.button-blue-item {
    height: auto;
    padding-left: 0;
  }
}

.button-blue-icon {
  display: flex;
  align-items: center;
}

.bnr-item p.button-blue-text {
  line-height: 28px;
  margin-left: 22px;
  text-align: left;
}

.button-blue-text span {
  font-size: 20px;
}

.js-float-default, .js-float-fy24-parm {
  display: none;
}

/* river */
#summary {
  letter-spacing: -.05px;
}
@media only screen and (max-width: 900px) {
  #summary {
    letter-spacing: -.05vw;
  }
}

.mobile-page-u96-river-section-container-01 .mobile-page-u96-river-notes-text a {
  color: #0b5bce !important;
}

.mobile-page-u96-river-section-wrap[data-section-color=gray01] {
  margin-top: -1px;
}

.mobile-page-u96-river-s2-gradient-1{
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient( -30deg, rgb(0,144,247) 0%, rgb(93,121,250) 14%, rgb(186,98,252) 30%, rgb(242,65,107) 70%, rgb(244,76,54) 93%, rgb(245,86,0) 100%);
  background-image: -moz-linear-gradient( -30deg, rgb(0,144,247) 0%, rgb(93,121,250) 14%, rgb(186,98,252) 30%, rgb(242,65,107) 70%, rgb(244,76,54) 93%, rgb(245,86,0) 100%);
  background-image: -webkit-linear-gradient( -30deg, rgb(0,144,247) 0%, rgb(93,121,250) 14%, rgb(186,98,252) 30%, rgb(242,65,107) 70%, rgb(244,76,54) 93%, rgb(245,86,0) 100%);
  background-image: -ms-linear-gradient( -30deg, rgb(0,144,247) 0%, rgb(93,121,250) 14%, rgb(186,98,252) 30%, rgb(242,65,107) 70%, rgb(244,76,54) 93%, rgb(245,86,0) 100%);
  display: inline-block;
}

.mobile-page-u96-river-gradient-1 {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient( 90deg, rgb(255,254,253) 0%, rgb(203,167,148) 66%, rgb(181,139,117) 88%, rgb(159,111,86) 100%);
  background-image: -moz-linear-gradient( 90deg, rgb(255,254,253) 0%, rgb(203,167,148) 66%, rgb(181,139,117) 88%, rgb(159,111,86) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,254,253) 0%, rgb(203,167,148) 66%, rgb(181,139,117) 88%, rgb(159,111,86) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,254,253) 0%, rgb(203,167,148) 66%, rgb(181,139,117) 88%, rgb(159,111,86) 100%);
  display: inline-block;
}