.spsp-main-body{
  padding: 0px;
}
.sp-flex880 {
  width: 880px;
  height: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 18px;
  background: #f7f7f7;
}
.sp-row {
  display: flex;
  height: 25%;
}
.sp-box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sp-half {
  width: 50%;
}
.sp-wide660 {
  width: 660px;
}
.sp-narrow220 {
  width: 220px;
}
.sp-logo-box {
  background: #fff;
}
.sp-claim-box {
  /*background: #e0f7fa;*/
  flex-direction: column;
  text-align: center;
}
.sp-text-box {
  background: #e3d1d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 15px 20px 0 20px;
  line-height: 1.5;
}
.sp-text-box-hell {
  background: #f3f2ee;
}
.sp-list-box {
  background: #b78c99;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 15px 20px 0 20px;
  color: #fff;
}
.sp-list-box-hell {
  background: #cfc8b8;
  color: #000;
}
.sp-list-box ul {
  padding-left: 20px;
  margin: 0;
  font-size: 0.8em;
  line-height: 1.4;
}
.sp-list-box div {
  margin-bottom: 10px;
}
.sp-claim-box img,
.sp-logo-box img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 880px) {
  .sp-flex880 {
    width: 100%;
    height: auto;
  }
  .sp-row {
    flex-direction: column;
    height: auto;
  }
  .sp-half,
  .sp-wide660,
  .sp-narrow220 {
    width: 100%;
    aspect-ratio: 2/1;
    padding: 10px;
  }
  .sp-claim-box {
    order: 1;
  }
  .sp-logo-box {
    order: 0;
  }
}