.readme {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: red;
  margin: 10% 0 3%;
}

#assessment_kit {
  margin: 3rem;
}

.assessment-tabArea {
  padding-top: 0;
}
.assessment-tabArea.second_wrapper {
  max-width: 800px;
  margin: 50px auto 0;
  background: #fff;
  padding: 30px 0;
  border-radius: 8px;
  width: 96%;
}


@media (max-width:480px) {
  .readme {
    font-size: 14px;
  }
}

.resumeimg {
  width: 100%;
  margin: 2em auto;
  margin-bottom: 0;
  text-align: center;
}

.resumeimg {
  max-width: 800px;
}

.resume_box {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  position: relative;
  max-width: 940px;
  margin-top: 80px;
}

.resume_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.resume_movie {
  width: 70%;
}

.movieForm {
  padding: 20% 0;
  text-align: center;
  background: #5b5b5b;
  color: #fff;
}

.movieBtn {
  appearance: auto;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: -internal-light-dark(black, white);
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  box-sizing: border-box;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  background-color: white;
  color: black;
}

.resume_con_m {
  width: 50%;
  margin-left: 3%;
}

.resume_midashi {
  margin: 0 0 20px 0;
  line-height: 150%;
  border-bottom: 3px double #000000;
  font-size: 1.4em;
}

.resume_text {
  margin: 0 0 30px 0;
  line-height: 1.4em;
}

.c-whiteBtn {
  display: inline-block;
  width: 100%;
  max-width: 35rem;
}

.assessment-intro {
  text-align: center;
  margin: 5rem 0 8rem;
}
.resumealert p {
  text-align: center;
  max-width: 800px;
  margin: 0.5em auto 0;
  font-size: 1em;
  font-weight: bold;
}
.resumealert .login_link {
  color: blue;
  text-decoration: underline;
}

.assessment-intro .c-tableC {
  max-width: 800px;
    margin: auto;
    margin-top: 50px;
}