/*-----------------------
ご利用方法
------------------------*/
.p-link {
  max-width: 800px;
  width: 80%;
  margin: 30px auto;
  padding: 0;
}

.p-anker-link {
  display: flex;
  justify-content: space-between;
}

.p-link-box {
  width: 40%;
  margin: 30px auto 0;
}

.p-link-box_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--main-user);
}

.p-link-box__link {
  background-color: #EBFAFF;
  border-radius: 5px;
  text-align: left;
  padding: 2rem 2rem 1rem;
}

.p-link-box__link li {
  margin-bottom: 1rem;
}

.p-link-box__link li i {
  color: var(--main-user);
  margin-left: 2rem;
}

/*-----------------------
お申し込み・購入方法
------------------------*/
.p-howto__content__text .flow_detail {
  font-weight: 600;
  padding-right: 2rem;
}

.p-howto__content__text .flow_detail .red {
    color: #C60000;
}

.p-howto__content__text .flow_detail_note {
    margin-top: 1rem;
    font-size: 1.4rem;
}

.p-howto__content {
  align-items: flex-start;
}

.p-howto__content__img {
  padding: 20px;
  width: 30%;
}

.p-howto__content__img--w40 {
  width: 40%;
}

.step_title {
  font-size: 2rem;
}

.p-howto__content .step_title {
  font-weight: bold;
}

.p-howto__content .step_title p {
    font-size: 2rem;
}

.p-howto__content__text {
  width: 70%;
}

.postcard_application .p-howto__content {
  align-items: center;
}

.p-howto__img_text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-howto__img_text .p-howto__content__img {
  width: 50%;
  margin-right: 2rem;
}

.icon-box {
  max-width: 400px;
  width: 80%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.apple,
.android {
  margin: 10px;
}

.howborderbox {
  padding: 4rem;
  box-sizing: border-box;
  border-radius: 10px;
}

.picblock {
  overflow-x: scroll;
}

.picblock .picwrwp {
  width: 122%;
  display: flex;
}

.picblock .picwrwp-big {
  width: 197%;
  display: flex;
}

.picblock .picinnerblock {
  width: 210px;
  padding: 10px 0;
  text-align: center;
}

.picinnerblock img {
  width: 100%;
}

.picblock .picsmallbloc {
  width: 40px;
  position: relative;
}

.p-triangle--small {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid #E7355C;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.top-text {
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--text-black);
}

.cell-box {
  display: flex;
  justify-content: space-around;
}

.cellwrap {
  max-width: 1000px;
  margin: 0 auto;
}

.cell-inner {
  width: 250px;
  padding: 10px 0;
  text-align: center;
}

.cell-inner-se {
  position: relative;
  width: 5%;
}

.cell-inner-se img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cell-inner-se .small-triangle {
  position: absolute;
  top: 30px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid var(--pink);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

@media (max-width: 600px) {

  .p-anker-link,
  .p-howto__img_text
  {
    display: block;
  }
  .p-howto .p-howto__step {
    display: block;
  }
  .p-anker-link .p-link-box,
  .p-howto__content__img,
  .p-howto__content__text,
  .p-howto__img_text .p-howto__content__img
  {
    width: 100%;
  }
  .p-howto__content .step_title {
    line-height: 1.3;
  }
  .flow_detail {
    margin-top: 1rem;
  }
  .p-howto__content__img--w40 {
    width: 100%;
  }

    .picblock .picwrwp {
    width: 100%;
    display: block;
    text-align: center;
  }

  .cell-box {
    display: block;
    width: 210px;
    margin: auto;
  }

  .picblock .picsmallbloc img {
    position: unset;
    width: 80%;
    width: 15px;
  }

  .picblock .picsmallbloc,
  .cell-inner-se
  {
    width: 100%;
    transform: rotate(90deg);
    text-align: center;
    margin: 10px auto 20px;
  }

  .picinnerblock {
    width: 100%;
    padding: 10px 0;
    margin: auto;
  }

  .picblock .picinnerblock img {
    margin: auto;
  }

  .picblock,
  .cell-inner
  {
    overflow-x: visible;
    width: 100%;
    margin: 0 auto;
  }

  .picblock .picwrwp-big {
    width: 100%;
    display: block;
    text-align: center;
  }

  .top-text {
    margin: 0 0 1rem 0;
    height: auto;
  }

  .picinnerblock img,
  .cell-inner img {
    width: 50%;
    margin: auto;
  }

  .p-triangle--small {
    top:0;
  }

  .how_to_settlement .u-flex {
    display: block;
  }

  .p-hl--underline {
    line-height: 1.5;
  }

  .p-link {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .app_download .flex {
    max-width: 200px;
    width: 100%;
    margin: 20px auto;
  }
}