#contents {
  margin: 0 auto;
}

#contents .box_1 p {
  padding: 0;
  margin: 0;
  text-align: center;
}

#contents .box_1 img {}

#contents .box_1 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#contents .block1 {
  width: 15%;
  display: inline-block;
  float: left;
  text-align: center;
  margin-top: 18px;
}

#contents .block2 {
  width: 80%;
  display: inline-block;
  float: left;
  line-height: 20px;
  padding-left: 20px;
  text-align: justify;
  font-size: 14px;
  margin: 20px 0;
}

#contents .block_1 {
  width: 15%;
  display: inline-block;
  float: left;
  text-align: center;
  margin-top: 18px;
}

#contents .block_2 {
  width: 80%;
  display: inline-block;
  float: left;
  line-height: 22px;
  padding-left: 20px;
  text-align: justify;
  font-size: 15px;
  margin: 20px 0;
}

.tlafl-wrap {
  color: #3a3a3a;
  text-align: center;
  width: 840px;
  max-width: 760px;
  margin: 0 auto 80px;
  padding: 0;
}

.answer-img {
  max-width: 300px;
}

.answer-list {
  font-weight: 300;
  font-size: 28px;
  color: #3a3a3a;
  line-height: 1.6;
  text-align: left;
  max-width: 460px;
}

.view-result {
  line-height: 1.6;
  font-size: 32px;
  font-weight: 100;
  white-space: pre-line;
  margin: 200px 0 100px;
}

.und {
  position: relative;
  display: inline-block;
}

.und::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #919191;
  bottom: 7px;
}

.result-list>div {
  margin: 60px auto;
}

.result-fsize {
  color: #3a3a3a;
  font-size: 26px;
  font-weight: 300;
}

.result-border {
  width: 500px;
  margin: 0 auto;
  color: #5b5a4e;
  border: solid 5px #f1f1f1;
  letter-spacing: -.5px;
  padding: 30px;
  white-space: pre-line;
  line-height: 1.6;
  font-size: 18px;
}

.result-border>strong {
  font-weight: 700;
}

.byebye {
  white-space: pre-line;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: dashed 1px #e4e4e4;
}

.last-tlafl {
  padding: 10px 20px;
  margin: 20px;
  display: inline-block;
  border-radius: 6px;
  background: #fff36e;
  font-weight: 700;
  letter-spacing: -1px;
}

.col1 {
  color: #8b9b81;
}

.col2 {
  color: #87adc1;
}

.col3 {
  color: #997d8f;
}

.col4 {
  color: #a195b3;
}

.col5 {
  font-weight: 700;
}

@media all and (max-width: 839px) {
  .tlafl-wrap {
    max-width: 760px;
    width: 100%;
  }

  .answer-img {
    max-width: 760px;
    width: 100%;
    display: block;
    text-align: left
  }

  .answer-img>img {
    width: 70px;
    margin: 0 auto;
    padding: 0;
  }

  .answer-list {
    width: 96%;
    max-width: 760px;
    margin: 0 auto;
    font-size: 19px;
    text-align: right;
    font-weight: 200;
  }

  .result-list>div {
    margin: 40px auto;
  }

  .view-result {
    font-size: 28px;
    font-weight: 200;
    margin: 100px 0 50px;
  }

  .result-fsize {
    font-size: 19px;
  }

  .result-border {
    width: calc(90% - 70px);
    white-space: normal;
    font-size: 15px;
    text-align: left;
  }

  .result-list .result-border strong {
    font-weight: 700 !important;
  }
  .byebye {
    font-size: 16px;
  }
  .tlafl04 {
    width: 40px;
  }

}

@media all and (min-width: 638px) and (max-width: 750px) {
  #contents {}

  #contents .box_1 {
    width: 90%;
    margin: 0 5%;
  }
}

@media all and (min-width: 361px) and (max-width: 637px) {
  #contents {}

  #contents .box_1 {
    width: 90%;
    margin: 0 5%;
  }

  #contents .block1 {
    width: 100%;
    margin-top: 50px;
  }

  #contents .block2 {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }

  #contents .block_1 {
    width: 100%;
    margin-top: 50px;
  }

  #contents .block_2 {
    width: 100%;
    padding-left: 0;
    margin: 30px 0 100px;
    font-size: 14px;
  }
}

@media all and (min-width: 280px) and (max-width: 361px) {
  #contents {}

  #contents .box_1 {
    width: 90%;
    margin: 0 5%;
  }

  #contents .block1 {
    width: 100%;
    margin: 30px 0;
  }

  #contents .block2 {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }

  #contents .block_1 {
    width: 100%;
    margin: 30px 0;
  }

  #contents .block_2 {
    width: 100%;
    padding-left: 0;
    margin: 0 0 100px;
    font-size: 13px;
  }
}

@media all and (max-width: 640px) {
  .answer-list {
    width: 80%;
    margin: 0 10%;
  }
}