/*---------------------------
individuals
----------------------------*/
#individuals {
  padding: 5.0rem 0;
}
@media screen and (max-width: 767px) {
  #individuals {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #individuals .inner {
    max-width: 90%;
  }
}
#individuals .inner > .col {
  margin-bottom: 3.0rem;
}
#individuals .inner > .col > h3 {
  width: 100%;
  margin-bottom: 3.0rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 1.2rem;
}
#individuals .inner > .col .img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
  #individuals .inner > .col .img img {
    max-width: 60%;
    height: auto;
  }
}
#individuals .inner > .col .txt {
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt {
    width: 100%;
  }
}
#individuals .inner > .col .txt ul {
  margin-bottom: 2.0rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt ul {
    flex-wrap: wrap;
  }
}
#individuals .inner > .col .txt ul li {
  color: #3A9826;
  border: 1px solid #3A9826;
  border-radius: 5px;
  padding: 1.0rem 0;
  list-style: none;
  width: 100%;
  margin-right: 1.5%;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt ul li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
#individuals .inner > .col .txt ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt ul li:last-child {
    margin-bottom: 0;
  }
}
#individuals .inner > .col .txt p {
  margin-bottom: 1.0rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
#individuals .inner > .col .txt p.mb30 {
  margin-bottom: 3.0rem;
}
#individuals .inner > .col .txt > h3 {
  font-size: 1.0rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.0rem;
  border-bottom: 1px solid #000;
}
#individuals .inner > .col .txt .flow > .col {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1.0rem 2.0rem;
  position: relative;
  margin-bottom: 2.0rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.0rem;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt .flow > .col {
    padding: 1.0rem;
  }
}
#individuals .inner > .col .txt .flow > .col .num {
  width: 3%;
  font-size: 1.4rem;
  color: #28B544;
  line-height: 2.0rem;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt .flow > .col .num {
    padding-top: 0;
    width: 5%;
    font-size: 1.0rem;
  }
}
#individuals .inner > .col .txt .flow > .col .txt {
  width: 95%;
  text-align: left;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #individuals .inner > .col .txt .flow > .col .txt {
    width: 93%;
    padding-top: 0;
  }
}
#individuals .inner > .col .txt .flow > .col::after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 2.0rem;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin: auto;
  color: #28B544;
}
#individuals .inner > .col .txt .flow > .col:nth-of-type(9) {
  margin-bottom: 1.0rem;
}
#individuals .inner > .col .txt .flow > .col:nth-of-type(9)::after {
  display: none;
}
#individuals .inner > .col .txt .contents > .col {
  width: 100%;
  padding-bottom: 1.0rem;
  position: relative;
  margin-bottom: 1.0rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.0rem;
  border-bottom: 1px dotted #ccc;
}
#individuals .inner > .col .txt .contents > .col .num {
  width: 3%;
  font-size: 1.4rem;
  color: #28B544;
  line-height: 2.0rem;
  padding-top: 5px;
}
#individuals .inner > .col .txt .contents > .col .txt {
  width: 95%;
  text-align: left;
  padding-top: 0.5rem;
}
#individuals .inner > .col .txt .contents > .col .txt p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#individuals .inner > .col .txt .contents > .col:nth-of-type(3) {
  border-bottom: none;
}
