.flow-illust-items {
  position: relative;
}

.flow-illust-items::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 100%;
  background-color: #82d5d4;
}

.flow-illust-item {
  border-radius: 10px;
  border: 5px solid #82d5d4;
  padding: 1.2rem 1.2rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
  position: relative;
  background-color: white;
}

.flow-illust-item.filled {
  background-color: #82d5d4;
}

.flow-illust-item.filled .flow-illust-item-man {
  background-color: white;
  color: #82d5d4;
}

.flow-illust-item:last-child {
  margin-bottom: 0.8rem;
}

.flow-illust-title {
  font-size: 1.8rem;
  color: #2b9e9d;
  margin-bottom: 0.8rem;
  text-align: center;
}

.flow-illust-item-man {
  width: 4rem;
  border-radius: 4rem;
  height: 4rem;
  display: inline-block;
  background-color: #82d5d4;
  color: white;
  font-size: 2rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-illust-item-sakura-logo {
  width: 40px;
}

.flow-illust-item-target {
  margin-bottom: 0.4rem;
}

.flow-illust-item-description {
  font-weight: bold;
  line-height: 1.7;
}

.handling-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.handling-item {
  border-top: 1px solid #82d5d4;
}

.handling-item:last-child {
  border-bottom: 1px solid #82d5d4;
}

.handling-item-link {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.4rem;
}

.handling-item-link:hover {
  color: #2b9e9d;
}

.handling-item-link:hover {
  text-decoration: none;
}

.handling-item-link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #82d5d4;
  font-size: 1.6rem;
}

.button-block {
  margin-bottom: 6rem;
}

.button-notation {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.4rem;
}

.policy_link:hover {
  text-decoration: underline;
}

.provider-notation-link-block {
  text-align: center;
}

.provider-notation-link {
  border: 2px solid #dcdcdc;
  font-size: 1.2rem;
  padding: 0.8rem;
  display: block;
  cursor: pointer;
  margin-bottom: 6rem;
}

.provider-notation-link:hover {
  text-decoration: none;
}

/* お知らせ */
.general-information {
  border-radius: 10px;
  border: 1px solid #ec1e8d;
  background-color: #ffe8f4;
  padding: 25px 40px;
  margin: -5rem 0 5rem;
}

.general-information .head {
  color: #ec1e8d;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .section-meta {
    width: 50%;
  }

  .section-body {
    width: 50%;
  }

  .pc-block:nth-child(even) {
    margin-left: 80px;
  }

  .pc-block:nth-child(odd) {
    margin-right: 80px;
  }

  .flow-illust-block {
    margin: 0 6rem 0 8rem;
  }

  .flow-illust-title {
    font-size: 2.5rem;
  }

  .flow-illust-item {
    padding: 3rem;
  }

  .flow-illust-item-description {
    font-size: 1.8rem;
  }

  .flow-illust-item-man {
    width: 6rem;
    height: 6rem;
    font-size: 3.5rem;
  }

  .flow-illust-item-sakura-logo {
    width: 60px;
  }

  .handling-section .section-title,
  .handling-section .lead {
    text-align: center;
  }

  .handling-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.8rem;
    clear: both;
  }

  .handling-item {
    border-top: none;
    border-bottom: 5px solid #82d5d4;
    margin-bottom: 2rem;
    margin-right: 4rem;
    width: 460px;
    float: left;
  }

  .handling-item-link::after {
    margin-left: 3.5rem;
    font-size: 2rem;
  }

  .handling-item:last-child {
    border-bottom: 5px solid #82d5d4;
  }

  .button-block {
    margin-top: 2.2em;
  }

  .button-notation {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .provider-notation-link {
    font-size: 1.6rem;
    display: inline-block;
    min-width: 520px;
  }

  .provider-notation-link:hover {
    background-color: #dcdcdc;
  }
}

/* english page */

@media screen and (min-width: 1024px) {
  .en .pc-block:nth-child(even) {
    margin-left: 55px;
  }

  .en .flow-illust-item-description {
    max-width: 210px;
  }

  .en .handling-items {
   padding-top: 1.8rem;
  }

  .en .handling-item {
    border-top: none;
    border-bottom: 5px solid #82d5d4;
    margin-bottom: 3rem;
    margin-right: 4rem;
    width: 460px;
    float: left;
  }

  .en .handling-item-link {
    padding-bottom: 3.2rem;
  }

  .provider-notation-link.en:hover {
    background-color: #dcdcdc;
  }

}

.provider-notation-link-block.en{
  border: 2px solid #dcdcdc;
  margin:0 auto 6rem;
  text-align: left;
  width: 700px;
}

@media screen and (max-width: 1024px) {
  .en .handling-item-link {
    padding: 2.2rem 0;
  }

  .provider-notation-link-block.en{
    width: 100%;
  }

}

.en .provider-notation-link {
  font-size: 2.4rem;
  margin-bottom: 0;
  border: none;
  padding: 2rem;
}

.en .button-notation{
  margin-top: 0;
  margin-top: 1rem;
  text-align: left;
}

.en .button-notation span{
  font-weight: bold;
}