@media screen and (min-width: 1081px) {
  .p-profile__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1081px) {
  .p-profile__detail {
    width: 54%;
  }
}

.p-profile__img {
  margin-top: 4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 1081px) {
  .p-profile__img {
    width: 40%;
    margin-top: 0;
  }
}
.p-profile__img img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 1081px) {
  .p-profile__img img {
    border-radius: 1.6rem;
  }
}
.p-profile__img figcaption {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 1081px) {
  .p-profile__img figcaption {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}

.p-dx{
  margin-bottom: 4rem;
}

@media screen and (min-width: 1081px) {
  .p-dx {
    margin-bottom: 7rem;
  }
}



.p-dx__detail_container {
  background: #faf9f7;  
  padding: 4rem 2rem;
  margin-top: 3rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1081px) {
  .p-dx__detail_container {
    padding: 5rem 6rem;
    margin-top: 12rem;
    border-radius: 1.6rem;
  }
}


@media screen and (min-width: 1081px) {
  .p-dx__detail {
    margin-top: 6rem;
  }
}

.p-dx__detail:first-of-type{
  margin-top: 0;
}

.dx-detail__list{
  margin: 1rem 0;
}

@media screen and (min-width: 1081px) {
  .dx-policy__list {
    margin: 2rem 0;
  }
} 


.p-community-care__inner {
  padding: 0 1rem;
}

@media screen and (min-width: 1081px) {
  .p-community-care__inner {
    padding: 0 6rem;
  }
}

.p-community-care__title{
  color: #0abab5;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1081px) {
  .p-community-care__title{
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.p-community-care__list li {
  position: relative;
  padding-left: 5.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 1081px) {
  .p-community-care__list li {
 
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}


.p-community-care__list .number_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #0abab5;
  border: 1px solid #0abab5;  
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 1em;
  
}

@media screen and (min-width: 1081px) {
  .p-community-care__list .number_icon {
    font-size: 1.8rem;
  }
}