@charset"UTF-8";

html {
  max-width: 100%;
  max-height: 100%;
  font-size: 100%;
}

html * {
  box-sizing: border-box;
}

body {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  min-width: 300px;
  overflow: scroll;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}

.wrapper {
  max-width: 960px;
  width: 80%;
  height: auto;
  margin: auto;
}



.choose_box {
  width: 100%;
}

.choose_box p {
  margin-top: 5%;
  margin-bottom: 10%;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-align: center;
}

.choices {
  display: block;
  height: auto;
}

.choose_box .list {
  display: block;
  width: 100%;
  margin: 30px auto;

}

.choose_box .choices .list a {
  width: 40%;
  color: #fff;
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  background-color: #2791d4;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #2791d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.choose_box .choices .list a:hover {
  background-color: #fff;
  color: #2791d4;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.app-theme p {
  color: #2791d4;
  margin-bottom: 5%;
  margin-top: 5%;
}


.fit {
  width: 100%;
  text-align: center;
}

.fit p {
  display: inline-block;
  margin: 5% auto;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}


/* ����------------------------------------------------------------ */

.result_type h4 {
  width: 50%;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #10c010;
  border-radius: 5px;
}



.result_theme p {
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: center;
}


.result_discription {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5%;
}


.result_discription h2 {
  color: #10c010;
  text-align: center;
}

.result_discription p {
  font-family: "���S�V�b�N��", YuGothic;
  width: 70%;
  padding: 20px;
  text-align: left;
  border: 1px solid #10c010;
  color: #303030;
  font-size: 16px;
  line-height: 35px;
  margin: 7% auto;
  box-shadow: 0px 5px 1px #10c010;
  border-radius: 5px;
}



/* �߂�{�^��---------------------------------------------------------------- */

.return-btn {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.return {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #2791d4;
  width: 30%;
  padding: 10px 10px;
  border: 1px solid #2791d4;
  border-radius: 5px;
}

.return:hover {
  border: 1px solid #2791d4;
  background-color: #fff;
  color: #2791d4;
  transition: 0.5s;
}


/* ------------------------------------------------------------------------------ */

@media (max-width: 767px) {

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .wrapper {
    width: 90%;
  }

  .choose_box .choices .list a {
    width: 60%;
  }
}