@charset "UTF-8";
/* CSS Document */

.detailText section {
  padding: 80px 0 0;
}

.detailText .profile {
  background: hsla(0,100%,97%,1.00);
  border-radius: 15px;
  padding: 25px;
}

.detailText .profile-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.detailText .profile-flex > div:first-of-type {
  width: 250px;
  margin-right: 20px;
}

.detailText .profile-flex > div:last-of-type {
  line-height: 1.6;
}

.detailText .profile-flex > div:last-of-type strong {
  font-size: 20px;
  color: #D26668;
}

.detailText .profile h3 {
  color: #D26668;
  font-size: 20px;
  width: 100%;
}

.detailText .profile img {
  width: 100%;
  height: auto;
}

.detailText .mt10 {
  margin-top: 10px!important;
}

.detailText .fsL {
  font-size: 2.2rem;
  line-height: 1.6;
}

.detailText .tc01 {
  color: #FF0004;
}

@media (max-width: 567px) {
  .detailText .profile-flex {
    display: block;
  }
  .detailText .profile-flex > div {
    width: 100%;
  }
  .detailText .profile-flex > div:first-of-type {
    text-align: center;
    margin: 0 auto;
  }
}