/* プロフィール */
/* .profile:after{
  display: block;
  content: "";
  clear: both;
}


.profile_photo{
  width: 200px;
}

.profile_photo img{
  width: 100%;
  height: auto;
  vertical-align: top;
} */

#profile{
  text-align: left;
}

.profile_box{
  padding: 50px;
  border-top: 1px solid #a1dbff;
}
.profile_box:first-of-type{
  border-top: 0;
}

.profile{
  display: flex;
  align-items: flex-end;
}

.profile_photo,
.profile_text{
  float: left;
  text-align: left;
  display: inline;
}

.profile_photo{
  width: 200px;
  margin-right: 2em;
}

.profile_photo img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.profile_box p{
  padding: 30px 0 0;
}



#pro_photo{
  text-align: center;
  padding-bottom: 50px;
}
