.kitcontent {
    padding: 1.2rem 0 1.5rem;
    display: block;
    width: 100%;
    border-width: 0.1rem 0.1rem 0.3rem;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
    color: #e8652b;
    font-size: 1.5em;
  }

  .kitdetailbox {
    margin-top: 1em;
  }

  .kitdetailbox ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kitdetailbox ul li {
    padding: 1em;
    border: 1px solid;
    margin: 1em;
    border-radius: 10px;
    width: 10%;
    background: antiquewhite;
  }

  .kitdetailbox ul li {
    padding: 1em;
    border: 1px solid;
    margin: 1em;
    border-radius: 10px;
    width: 10%;
    background: antiquewhite;
    padding: 1.2rem 0 1.5rem;
    display: block;
    background-color: #fff;
    border: solid #e8652b;
    border-width: 0.1rem 0.1rem 0.3rem;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
  }

  .kitdetailbox ul li a {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
  }

  @media screen and (max-width:480px) {
    .kitdetailbox ul {
        flex-wrap: wrap;
    }

    .kitdetailbox ul li {
        margin: .5em;
        padding: .5em;
        width: 35%;
    }

    .assessment-intro {
        margin-bottom: 2.5rem;
    }
  }

  .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;
  }
