
.bread-list-wrap {
  background: linear-gradient(90deg, rgba(40, 147, 214, 1) 0%, rgba(40, 147, 214, 1) 100%);
  color: #fff;
}

.bread-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  font-weight: 500;
}

.bread-list li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 15px;
}

.bread-list li:last-of-type::after {
  content: none;
}

.ly-inner.ly-inner--sm {
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.page-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.89) 10.54%, rgba(255, 255, 255, 0) 100%);
}

.page-fv--terms {
  background: url(../img/terms-page/fv-terms.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.page-fv__inner {
  padding: 160px 50px;
}

.page-fv {
  position: relative;
}


.page-fv__ttl {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 8;
}



@media (max-width: 1279px){
  .bread-list {
    padding: 0 50px;
    font-size: 12px;
}
}


@media (max-width: 743px) {
  .page-fv__ttl {
    font-size: 30px;
}

.page-fv__inner {
  padding: 60px 20px;
}

.ly-inner.ly-inner--sm {
  padding-top: 30px;
  padding-bottom: 50px;
}
}


.page-footer {
  background: rgba(40, 147, 214, 0.2);
  padding-top: 45px;
}

.container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_Info .footer_Info_Right {
  width: calc(100% - 400px);
}

.footer_Info .footer_Info_Left {
  width: 350px;
}

.footer_Info .footer_Info_Right dl {
  text-align: left;
}

.footer_Info .footer_Info_Right dt {
  position: relative;
  border-bottom: 1px solid #069eff;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 3px;
}

.footer_Info .footer_Info_Right dd {
  margin: auto auto 15px;
  padding-left: 15px;
  font-size: 14px;
  padding-top: 2px;
}

.footer_Info .footer_Info_Right dt::before {
  position: absolute;
  content: '';
  width: 120px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #069eff;
}

.footer_Info .footer_Info_Right a {
  color: #069eff;
}

#footer_Mark {
  text-align: left;
  background: #fff;
  padding: 15px 0;
}

#footer_Mark .footer_Mark_Inner {
  width: calc(50% - 15px);
  padding: 0 5px;
}

.page-footer img {
  border: 0;
  vertical-align: bottom;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.footer_Info {
  padding-bottom: 40px;
}

#footer_Mark .footer_Mark_Image {
  width: 60px;
}

footer #footer_Mark .footer_Mark_Text {
  width: calc(100% - 70px);
  text-align: left;
  font-size: 0.7em;
}

#footer_Mark .flex {
  align-items: center;
}

#copyright {
  text-align: center;
  background: #069eff;
  color: #fff;
  font-size: 11px;
  padding: 10px;
}

@media (max-width:780px) {
  .footer_Info {
    display: block;
    max-width: 600px;
    margin: auto;
  }

  .footer_Info .footer_Info_Left,
  .footer_Info .footer_Info_Right {
    width: 100%;
  }

  .footer_Info_Right {
    margin-top: 15px;
  }
}

@media (max-width:599px) {
  .footer_Info .footer_Info_Right dt,
  .footer_Info .footer_Info_Right dd {
    font-size: 12px;
    padding-left: 12px;
  }

  #footer_Mark .container.flex {
    display: block;
}

#footer_Mark .footer_Mark_Inner {
  width: 100%;
}

#copyright {
  font-size: 10px;
}

.footer_Info {
  padding-bottom: 30px;
}

}



