
.marquee-text {
  overflow: hidden;
  position: relative;
  height: 80px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.marquee-text::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
.marquee-text-box {
  position: absolute;
  top: 0;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
  height: inherit;
  padding: 16px;
}
.marquee-text-box:hover {
  animation-play-state: paused;
  cursor: default;
}
.marquee-text-box-lead {
  padding: 0 16px;
  font-weight: bold;
}
.marquee-text-img {
  height: 100%;
  width: auto;
}
@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
  100% { left: 0; transform: translate(-100%); }
}

.ppw8_about_txt {
}
.ppw8_about_txt p {
  padding-bottom: 24px;
}
.ppw8_about_txt p strong {
  color: #4f8bca;
  font-weight: bold;
}
.ppw8_list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #003e92;
  font-weight: bold;
  padding-bottom: 32px;
}
.ppw8_list li {
  position: relative;
  padding: 8px 0 8px 32px;
}
.ppw8_list li:before {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #003e92;
  left: 0;
  top: 20px;
}
.ppw_about_content {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .ppw8_about_txt {
    display: flex;
    align-items: center;
  }
  .ppw_about_content {
    display: flex;
    gap: 24px;
  }
  .ppw8_about_img figure {
    width: 500px;
  }
}


.function_group {
  padding: 24px 0;
}
.function_text {
  display: flex;
  align-items: center;
}
.function_text_html {
  font-weight: bold;
}
.function_text_html strong {
  color: #4f8bca;
}
.function_wrap .contract_h2 {
  margin-bottom: 36px;
}
.contract_h2_belt small {
  font-size: 75%;
  color: rgba(255,255,255,0.75);
}
.function_title {
  font-size: 20px;
  color: #003e92;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .function_group {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 40px;
  }
  .function_group figure {
    max-width: 600px;
  }
  .function_group:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
}

.ppw_case_text {
  padding: 64px 0;
}
.ppw_case_text_lead {
  padding: 16px 0;
}
.ppw_case_number_right,
.ppw_case_number_left {
  padding: 24px;
  border: 1px solid #ccd9e8;
  background-color: #eff3f8;
  width: 100%;
}
.ppw_case_number {
  display: flex;
  gap: 24px;
}
.ppw_case_number_lead {
  text-align: center;
  color: #4f8bca;
  font-weight: bold;
}
.ppw_case_number_result {
  font-weight: bold;
  color: #003e92;
  font-size: 64px;
  text-align: center;
  line-height: 1.2;
}
.ppw_case_number_title {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  background-color: #ccd9e8;
  color: #003e92;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.ppw_case_note {
  font-size: 12px;
  text-align: center;
}
.ppw_case_number_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}
.ppw_flow_img {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .ppw_case_number {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ppw_case_arrow {
    transform: rotate(90deg);
  }
  .hide-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .ppw_case_text_lead {
    text-align: center;
  }
  .hide-pc {
    display: none;
  }
}

/* Animation */
.top_anime_fi.contract_h2_belt {
  display: flex;
  justify-content: center;
  padding: 16px;
  gap: 8px;
}