@charset "utf-8";

.u-pc {
  display: block!important;
}
.u-sp {
  display: none!important;
}
.intro {
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
}
.head {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #1372DE;
  margin-bottom: 16px;
}
.head p {
  display: inline;
  background-color: #1372DE;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.merit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.merit__item {
  border: 1px solid #1372DE;
  border-radius: 10px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.merit__item__img {
  width: 99px;
  flex-shrink: 0;
}
.merit__item__txt {
  font-weight: bold;
  line-height: 1.5;
  font-size: 0;
}
.merit__item__txt p {
  display: inline;
  font-weight: bold;
  font-size: 16px;
}
.merit__item__txt p.blue {
  color: #1372DE;
}
.flow__ttl {
  font-size: 22px;
  font-weight: bold;
  color: #1372DE;
  margin-bottom: 8px;
}
.flow__item {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 1.35em;
  text-indent: -1.35em;
}
@media screen and (max-width:774px){
  .u-pc {
    display: none!important;
  }
  .u-sp {
    display: block!important;
  }
  .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    gap: 6px;
    text-align: center;
  }
  .head p {
    background-color: #1372DE;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin: 0 auto;
  }
  .merit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .merit__item {
    padding: 10px 12px;
    gap: 0 10px;
  }
  .merit__item__img {
    width: 60px;
    flex-shrink: 0;
  }
  .merit__item__img img {
    max-width: 100%;
  }
  .merit__item__txt {
    font-weight: bold;
    line-height: 1.5;
    font-size: 0;
  }
  .merit__item__txt p {
    font-weight: bold;
    font-size: 14px;
  }
  .flow__ttl {
    font-size: 18px;
    font-weight: bold;
    color: #1372DE;
    margin-bottom: 8px;
  }
  .flow__item {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 1.35em;
    text-indent: -1.35em;
  }
}