.profile_page {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 180px 0 90px;
  background: #55afd2;
}

@media screen and (max-width: 767px) {
  .profile_page {
    padding: 60px 0 60px;
    background: linear-gradient(90deg, #fff 0%, #fff 15%, #55afd2 15%, #55afd2 85%, #fff 85%, #fff 100%);
  }
}

.page_title {
  text-align: right;
  padding-right: 100px;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .page_title {
    width: 70%;
    margin: 0 auto 25px;
    padding-right: 0px;
  }
}

.page_title h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 9.6rem;
  line-height: 1.4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page_title h1 {
    font-size: 3rem;
    text-align: center;
  }
}

.personal_data {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .personal_data {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

.personal_data .title {
  padding-left: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .personal_data .title {
    padding-left: 0;
    margin-bottom: 50px;
  }
}

.personal_data .title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 4.8rem;
  line-height: 1.4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .personal_data .title h2 {
    font-size: 2rem;
    text-align: center;
  }
}

.personal_data .title h2:after {
  margin: 20px 0 0 60px;
  content: " ";
  display: inline-block;
  width: 127px;
  height: 86px;
  background: url(../../profile/images/line.svg);
  background-size: 127px 86px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .personal_data .title h2:after {
    display: none;
  }
}

.personal_data .title p {
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .personal_data .title p {
    text-align: center;
    margin-top: 0;
  }
}

.personal_data table {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.personal_data table th {
  vertical-align: top;
  padding-bottom: 2em;
  line-height: 1;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .personal_data table th {
    display: block;
    font-weight: bold;
    padding-right: 0;
    text-align: center;
    padding-bottom: 0px;
    line-height: 1.6;
  }
}

.personal_data table td {
  border-left: 1px solid;
  padding-bottom: 2em;
  line-height: 1;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .personal_data table td {
    display: block;
    border-left: 1px none;
    padding-left: 0;
    padding-bottom: 15px;
    text-align: center;
    line-height: 1.6;
  }
}

.personal_data table td ul li {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .personal_data table td ul li {
    margin-bottom: 6px;
  }
}

.personal_data table td ul li:last-child {
  margin-bottom: 0;
}

.personal_data table .bottom0 {
  padding-bottom: 0;
}

.history .title {
  text-align: center;
  margin-bottom: 70px;
}

.history .title:before {
  position: relative;
  z-index: 3;
  margin: 0 auto 30px;
  content: " ";
  display: inline-block;
  width: 2px;
  height: 56px;
  background: #000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .history .title:before {
    height: 30px;
    margin: 0 auto 15px;
  }
}

.history .title h2 {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .history .title h2 {
    font-size: 2rem;
  }
}

.history .title h2 span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .history .title h2 span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .history dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15%;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .history dl {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 25px;
  }
}

.history dl dt {
  font-size: 2rem;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .history dl dt {
    padding: 0;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.history dl dd {
  font-size: 1.6rem;
  border-left: 1px solid;
  padding-left: 35px;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .history dl dd {
    padding-left: 0;
    padding-top: 5px;
    border-left: none;
    border-top: 1px solid;
    font-size: 1.4rem;
  }
}

.history .effect {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .history .effect {
    width: 70%;
    margin: 30px auto;
  }
}

.history .effect .effect_bg {
  display: block;
}
