@charset "utf-8";

.about {
  width: 100%;
  max-width: 1400px;
  margin-top: 10%;
}

.title {
  width: 100%;
  text-align: center;
  margin: 0% 0% 7% 0%;
}

.about_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10%;
}

.about_pic {
  width: 25%;
  padding: 0% 3% 3% 3%;
  text-align: center;
}

.about_pic img {
  width: 95%;
}

.self_introduction {
  width:65%;
}

.self_introduction span {
  color: #0000ff;
}

.self_introduction dl {
  font-size: 0.8rem;
  margin-top: 5%;
  line-height: 200%;
}

.self_introduction dt {
  width:15%;
  display: flex;
  align-items: left;
  justify-content: space-between;
  float: left;
  clear: left;
  font-weight: bold;
}

.self_introduction dd {
  display: flex;
  align-items: left;
  justify-content: space-between;
  width: 85%;
}

@media screen and (max-width:759px){
  .about {
    margin-top: 0%;
  }

  .about_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title {
    margin-bottom: 3%;
  }

  .about_pic {
    width: 200px;
    padding-bottom: 7%;
  }

  .self_introduction {
    width: 90%;
  }

  p {
    font-size: 0.8rem;
  }

  .self_introduction dt {
    font-size: 0.7rem;
    width: 20%;
  }

  .self_introduction dd {
    font-size: 0.7rem;
    width: 80%;
  }


}
