
.research div.company-wrapper  {
  width: 230px !important;
}

.research div.job-wrapper {
  width: calc(100% - 230px) !important;
}

.section-wrapper div div.expt {
  width: 100%;
  height: auto;
  text-align: left;
  color: #e9ebfc;
  font-weight: 300;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 30% calc(70% - 10px);
  gap: 10px;
}

@media (max-width: 750px) {
  .section-wrapper div div.expt {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 750px) {
  .section-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.clearfix::before {
  content: none;
}

.experience-wrapper {
  width: 100%;
  height: auto;
}

.width_warning {
  width: 100%;
  text-align: center;
  visibility: hidden;
  height: 0;
  width: 0;
  top: 0;
  position: absolute;
}

.width_warning p {
  width: 100%;
  text-align: center;
  color: red;
  font-weight: 300;
  height: 0;
  width: 0;
  top: 0;
  position: absolute;
}

.width_warning a {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 300;
  height: 0;
  width: 0;
  top: 0;
  position: absolute;
}

.header_stacked {
  align-items: center;
  display: None;
  visibility: hidden;
}

@media (max-width: 950px) {
  .header_padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_padding span{
    width: 70px;
  }

  .header_full {
    display: None;
    visibility: hidden;
  }

  .header_stacked {
    display: block;
    visibility: visible;
  }
}

#post_photo_space {
  width: 20px;
  height: auto;
}

#changeable_space {
  width: calc(100% - 20px);
  height: auto;
}

@media (max-width: 480px) {
  .resume-wrapper {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  .width_warning p {
    align-content: center;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    text-align: center;
    position: relative;
  }

  .width_warning a {
    align-content: center;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
  }

  .width_warning {
    visibility: visible;
    align-content: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

.container {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 1250px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.bulletin {
  list-style-type: disc;
  padding-left: 20px;
}

.nameNv {
  font: inherit;
  font-weight: bold;
}

.publisher {
  font: inherit;
  font-style: italic;
}

.space {
  margin-bottom: 60px;
}

.hanging_indent {
  text-align: left;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}

.course_highlight {
  font-weight: bold;
}

.awards-list-time {
  width: 10rem;
  display: inline-block;
  text-align: top;
}

.award-list-content {
  display: inline-block;
  width: calc(100% - 10rem);
  text-align: left top;
}

.awards-list {
  text-align: left;
}

.awards-list li {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: top;
}

.head_photo {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
}

.section-wrapper {
  width: 100%;
  text-align: left;
  color: #e9ebfc;
  font-weight: 300;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  height: auto;
}


.research {
  grid-template-columns: 230px calc(100% - 230px);
  display: grid;
}

.com {
  white-space: normal;
}

.com div {
  width: 100%;
}

.research div.job {
  padding-bottom: 40px;
}

.research {
  padding-bottom: 30px;
}

@media (max-width: 950px) {
  .course {
    grid-template-columns: 1fr;
  }
  .research {
    grid-template-columns: 1fr;
  }
  .com div.experience-title {
    margin-bottom: 0;
  }
  .com div.time {
    margin-bottom: 15px;
  }
  .research div.com {
    padding-bottom: 0px;
  }
}

@media (max-width: 1250px) {
  .section-wrapper {
    gap: 60px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .section-wrapper {
    gap: 20px;
  }
}

.research div{
  float: left;
  text-align: left;
}