.process {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .process-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .process-section {
    padding: 40px 0 60px;
  }
}

.process-section__inner {
  max-width: 622px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.process-section__heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .process-section__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__heading {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .process-section__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__list {
    margin-top: 30px;
  }
}

.process-section__item {
  border: 1px solid #C7C7C7;
  background-color: #fff;
}
.process-section__item:nth-child(n+2) {
  position: relative;
}
.process-section__item:nth-child(n+2):before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background: #064EA2 url("../img/common/icon-arrow2.svg") no-repeat center/15px 10px;
}
@media screen and (min-width: 769px) {
  .process-section__item {
    padding: 30px;
  }
  .process-section__item:nth-child(n+2) {
    margin-top: 75px;
  }
  .process-section__item:nth-child(n+2):before {
    top: -55px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__item {
    padding: 20px;
  }
  .process-section__item:nth-child(n+2) {
    margin-top: 45px;
  }
  .process-section__item:nth-child(n+2):before {
    top: -40px;
  }
}

.process-section__itemTitle {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .process-section__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__itemTitle {
    font-size: 18px;
  }
}
.process-section__itemTitle span {
  color: #fff;
  border-radius: 100px;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .process-section__itemTitle span {
    margin-right: 20px;
    padding: 4px 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__itemTitle span {
    margin-right: 10px;
    padding: 4px 15px;
    font-size: 14px;
  }
}

.process-section__itemText {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.process-section__itemText a {
  text-decoration: underline;
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .process-section__itemText a:hover {
    text-decoration: unset;
  }
}

.process-section__note:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .process-section__note {
    font-size: 14px;
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .process-section__note {
    font-size: 13px;
    line-height: 1.75;
  }
}

.process-section__announce {
  line-height: 1.87;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .process-section__announce {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__announce {
    margin-top: 30px;
  }
}

.process-section__box {
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
  background-color: #F3FCFF;
}
@media screen and (min-width: 769px) {
  .process-section__box {
    margin-top: 50px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .process-section__box {
    margin-top: 30px;
    padding: 15px;
  }
}

.process-section__boxTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}