@charset "UTF-8";

.page_title{ background: url(/page/wp-content/themes/esp/images/profile/title_back.jpg) center no-repeat; background-size: cover;}

#profile .first_com{ margin-bottom: 60px; text-align: center;}
#profile .first_com{ display: flex; justify-content: center; flex-direction: row-reverse; align-items: flex-end;}
#profile .first_com .com{ width: 100%; height: auto;}
#profile .first_com .com img{ width: 100%; height: auto; max-width: 1000px;}
#profile .chronology{ margin-bottom: 60px;}

@media screen and (max-width: 767px) {

#profile .first_com{ margin-bottom: 30px; text-align: left;}
#profile .chronology{ margin-bottom: 30px;}

}