/* ===============================================================

 project / campaign pocketparco

=============================================================== */
.l-bgblue {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f2fcff;
  background: linear-gradient(45deg, #f2fcff 0%, #f4f8ff 100%);
  border-top: 2px solid #00afde;
  border-bottom: 2px solid #00afde;
  -o-border-image: linear-gradient(90deg, #00afde 0%, #c7d5d8 30%, #c7d5d8 70%, #00d4ff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#00afde), color-stop(30%, #c7d5d8), color-stop(70%, #c7d5d8), to(#00d4ff));
     border-image: linear-gradient(90deg, #00afde 0%, #c7d5d8 30%, #c7d5d8 70%, #00d4ff 100%);
  border-image-slice: 1;
}

.l-btnbg {
  width: 100%;
  padding-top: 40px;
  background: #f2fcff;
  background: linear-gradient(45deg, #f2fcff 0%, #f4f8ff 100%);
}

.c-link.-winicon__sb {
  display: block;
  width: 100%;
  padding-left: 24px;
  color: #00AFDE;
  line-height: 1.7em;
  text-indent: -24px;
  font-size: 16px;
}

.c-link.-winicon__sb--after {
  color: #00AFDE;
  line-height: 1.7em;
  margin-right: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  border-bottom: 2px solid #00AFDE;
}

.c-link.-winicon__sb--after:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  background: url("/campaign/pocketparco/assets/img/hasicon_skyblue.png?v1831afaa2fc") no-repeat center/cover;
  vertical-align: middle;
}

.c-link.-linktext__sb {
  display: block;
  width: 100%;
  padding-left: 24px;
  color: #00AFDE;
  line-height: 1.7em;
  text-indent: -24px;
  font-size: 16px;
}

.c-link.-linktext__sb--after {
  color: #00AFDE;
  line-height: 1.7em;
  margin-right: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  border-bottom: 2px solid #00AFDE;
}

.c-pointheadtext {
  font-size: 32px;
  line-height: 1.7em;
}

.c-pointheadtext-sub img {
  vertical-align: middle;
  padding: 0 0.5% 1% 0.5%;
  height: 1em;
}

.c-pokeparubarai {
  vertical-align: middle;
  margin: 0 0.5% 0.5% 0.5%;
  height: 1em;
}

.c-title__block.-main-sub {
  font-size: 28px;
  font-weight: normal;
}

.c-appdlbox {
  padding: 0;
}

.c-appdlbox__inner-wide {
  max-width: 100%;
}

.c-appdlbox__item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 5px;
}

.c-appdlbox__item__text-ppapp {
  display: block;
  width: calc(100% - 97px);
  margin-left: 18px;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: bold;
  text-align: left;
  font-weight: normal;
}

.c-appdlbox__item__icon {
  margin-right: 40px;
}

.c-appdlbox__item__icon::after {
  left: calc(100% + 16px);
}

span.c-caution-ppapp {
  color: #656565;
}

.flex_ap_box {
  display: flex;
  justify-content: space-around;
  width: 608px;
  margin: -20px 0 0;
}

@media screen and (max-width: 767px) {
  .c-link.-winicon__sb--after {
    font-size: 12px;
  }
  .c-pokeparubarai {
    margin: 0 0.5% 1.5% 0.5%;
  }
  .c-appdlbox__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-appdlbox__item__text-ppapp {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .c-appdlbox__item__icon {
    margin: 0 0 20% 0;
  }
  .c-appdlbox__item__icon::after {
    position: absolute;
    top: calc(100% + 20px);
    left: -75%;
    content: '';
    width: 200px;
    height: 1px;
    background: #EAEAEA;
  }
  span.c-caution-ppapp {
    display: block;
    text-align: center;
  }
  span.c-title-ppapp {
    display: block;
    text-align: center;
  }
}
