.c-h1 .p-img {
  width: 89px;
  display: block;
  margin: 0 auto 10px;
}
.layout-pc .c-h1 .p-img {
  width: 160px;
}
.component-section {
  padding: 1rem 0;
}
.layout-pc .component-section {
  padding: 2rem 0;
}
.layout-pc .app .outer {
    width: 90%;
    padding-left: 35%;
}
.layout-pc .app .phone-image {
    position: absolute;
    width: 172px;
    left: -225px;
}
.page-howto .app .component-bike-image {
  display: none;
}
.layout-pc .page-howto .app .component-bike-image {
    width: 331px;
    bottom: -262px;
    left: -500px;
    display: block;
}
.layout-pc .page-howto .app .merit {
    margin-top: 15px;
}
.page-howto .app .merit:after{display:block;clear:both;height:0;visibility:hidden;content:""}
.layout-pc .page-howto .app .merit{margin-top:15px}
.layout-sp .page-howto .app .merit{margin:4.761904761904761% -.634920634920635% 0}
.page-howto .app .merit li{position:relative;float:left;text-align:center;border-radius:50%;color:#ca0029;font-weight:700}
.layout-pc .page-howto .app .merit li{width:82px;height:82px;line-height:1.125em;margin-left:8px}
.layout-sp .page-howto .app .merit li{width:22.539682539682538%;padding-bottom:22.539682539682538%;margin-left:3.174603174603174%}
.page-howto .app .merit li:first-child{margin-left:0}
.page-howto .app .merit li:before{content:"";position:absolute;top:0;left:0;border-radius:50%;border:2px solid #ca0029;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.page-howto .app .merit li p{width:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);letter-spacing:0}

.bg-blue {
    background-color: #F1F6F7;
    padding: 2rem 0 !important;
}
.before-user h3, .before-user p {
    width: 90%;
    margin: 0 auto;
}
.before-user h3 {
    color: #B5053B;
    margin-bottom: 1rem;
}
.section-title {
  color: #030303;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 18px;
}
.section-title.red {
  color: #B5053B;
}
.link-button {
  background-color: #253848;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
}

.app-dl {
  position: relative;
  display:flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:nowrap;
  flex-wrap:nowrap;
  justify-content:space-between;
  padding: 2rem !important;
}
.app-dl .phone-image {
  width: 35%;
  height: auto;
}
.app-dl .description {
  width: 63%;
}
.app-dl .description h3 {
  color: #B5053B;
  margin: 2rem 0;
  font-weight: 700;
}
.app-dl .description ul {
  display:flex;
  justify-content:space-between;
  margin-top: 1rem;
}
.app-dl .description ul li {
  width: 45%;
}
.layout-pc .app-dl {
  justify-content:center;
}
.layout-pc .app-dl .phone-image {
  width: 172px;
  height: auto;
}
.layout-pc .app-dl .description {
  width: 576px;
  margin-left: 4rem;
}
.layout-pc .app-dl .description ul {
  margin-top: 4rem;
}
.layout-pc .app-dl .description ul li {
  width: 40%;
  margin-right: 2rem;
}

@media screen and (min-width:769px){.return-app .step-flex{display:flex;flex-wrap:wrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;}}
.return-app .step-column{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start}
@media screen and (min-width:769px){.return-app .step-column{width:30%}}
.return-app .point-box{background-color:#e8eaec;border:1px solid #253848;margin-right:10px;padding:5px 10px}
@media screen and (min-width:769px){.return-app .point-column{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start}
.return-app .point-column .point-image{order:1}}
@media screen and (min-width:769px) and (min-width:769px){.return-app .point-column .point-image{margin-right:50px}}
@media screen and (min-width:769px){.return-app .point-column .point-text{width:640px;order:2}}
.return-app .aqua-blue{background-color:#00dbed;text-align:center;padding:10px}
@media screen and (min-width:769px){.return-app .aqua-blue{padding:20px}}
.return-app .strong{color:#ca0029}
.return-app .bold{font-size:18px;font-weight:700}
