@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Madimi+One&family=Rowdies:wght@300;400;700&display=swap");
* {
  font-family: "Inter", serif;
  font-style: normal;
}
.button {
  border: none;
  display: block;
  cursor: pointer;
}
.button--main {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 20px;
  padding: 12px;
  color: #ffffff;
  width: 290px;
  background: #3f68a3;
}
.button--main:hover {
  background: #264a7a;
}
.button--yellow {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 20px;
  padding: 12px;
  color: #ffffff;
  width: 290px;
  background: #e69e1e;
}
.button--yellow:hover {
  background: #9d690d;
}
.header {
  display: flex;
  background: #dd442b;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.header img {
  height: 34px;
}
.footer {
  padding: 20px 0 15px 0;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.footer .top-m {
  justify-content: space-between;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  align-items: center;
  display: flex;
}
.footer .top-m p {
  margin-bottom: 0;
}
.footer .top-m .list-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer .top-m .list-socials li {
  margin-left: 10px;
}
.footer .top-m .list-socials li a {
  display: block;
  border: 1px solid #999;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
}
@media screen and (min-width: 991px) {
  .footer .top-m {
    display: none;
  }
}
.footer .top-footer {
  display: none;
  border-bottom: 2px solid #dd442b;
  padding-bottom: 12px;
}
.footer .top-footer a {
  text-transform: uppercase;
  color: #242428;
  margin-left: 13px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.footer .top-footer a:hover {
  color: #dd442b;
}
.footer .top-footer a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 991px) {
  .footer .top-footer {
    display: flex;
  }
}
.footer .mid-footer {
  padding: 15px 0;
}
.footer .mid-footer p {
  margin-bottom: 0;
}
.footer .mid-footer .box-1 {
  margin-top: 12px;
}
.footer .mid-footer .box-1 a {
  display: block;
  text-decoration: none;
  color: #242428;
  font-weight: 500;
}
.footer .mid-footer .box-1 a:hover {
  color: #dd442b;
}
.footer .mid-footer .box-2 {
  margin-top: 12px;
}
.footer .mid-footer .box-2 address {
  margin-bottom: 0;
}
.footer .mid-footer .box-2 p a {
  text-decoration: none;
  color: #242428;
}
.footer .mid-footer .box-2 p a:hover {
  color: red;
}
.footer .mid-footer .box-3 {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.footer .mid-footer .box-3 a {
  display: block;
  text-decoration: none;
  color: #242428;
  font-weight: 500;
}
.footer .mid-footer .box-3 a:hover {
  color: #dd442b;
}
.footer .mid-footer .box-3 a {
  padding: 0 6px;
  position: relative;
}
.footer .mid-footer .box-3 a:after {
  position: absolute;
  left: -1px;
  top: 4px;
  width: 1px;
  height: 12px;
  content: "";
  background: #444;
}
.footer .mid-footer .box-3 a:first-child {
  padding-left: 0;
}
.footer .mid-footer .box-3 a:first-child::after {
  display: none;
}
.footer .mid-footer .box-3 a:last-child {
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .footer .mid-footer .box-3 {
    display: block;
  }
  .footer .mid-footer .box-3 a {
    padding-left: 0;
  }
  .footer .mid-footer .box-3 a::after {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .footer .mid-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .footer .mid-footer .box-1,
  .footer .mid-footer .box-2,
  .footer .mid-footer .box-3 {
    margin-top: 0;
  }
}
.footer .bottom-footer {
  display: none;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.footer .bottom-footer a img {
  height: 30px !important;
}
@media screen and (min-width: 1200px) {
  .footer .bottom-footer {
    display: flex;
  }
}
.footer .copyright {
  display: flex;
  justify-content: center;
  color: #8f8f8f;
}
.footer .copyright span {
  display: block;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright .list-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.footer .copyright .list-socials li {
  margin-left: 10px;
}
.footer .copyright .list-socials li a {
  display: block;
  border: 1px solid #999;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
}
@media screen and (min-width: 991px) {
  .footer .copyright {
    justify-content: space-between;
    padding: 15px 0;
    color: #212529;
  }
  .footer .copyright span {
    display: inline-block;
  }
  .footer .copyright .list-socials {
    display: flex;
  }
}
.screen {
  display: none;
}
.screen--question {
  background: #e5e9e9;
}
.screen .img-pc {
  display: none;
}
@media screen and (min-width: 991px) {
  .screen .img-pc {
    display: block;
  }
}
.screen .img-sp {
  display: block;
}
@media screen and (min-width: 991px) {
  .screen .img-sp {
    display: none;
  }
}
.screen .screen__bg-top img,
.screen .screen__bg-bottom img {
  width: 100%;
}
.screen .screen__bg-top {
  max-height: 230px;
}
#screen1 {
  position: relative;
}
#screen1 .box-content {
  position: relative;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#screen1 .box-content h1,
#screen1 .box-content h3 {
  text-align: center;
  font-family: "Rowdies", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}
#screen1 .box-content h1 {
  font-size: 17px;
  color: #3f68a3;
  text-transform: uppercase;
}
@media screen and (min-width: 991px) {
  #screen1 .box-content h1 {
    font-size: 36px;
  }
}
#screen1 .box-content h3 {
  font-size: 28px;
  color: #dd442b;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 991px) {
  #screen1 .box-content h3 {
    font-size: 45px;
  }
}
#screen1 .box-content .button {
  margin: 25px auto;
}
#screen1 .box-content .wrap-content {
  position: relative;
  background: #eeeeee;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 35px;
}
@media screen and (min-width: 991px) {
  #screen1 .box-content .wrap-content {
    padding: 35px;
  }
}
#screen2 {
  background: #e5e9e9;
}
#screen2 .box-question {
  padding-top: 15px;
  padding-bottom: 15px;
}
#screen2 .box-question h2 {
  font-size: 23px;
  color: #dd442b;
  text-align: center;
  font-family: "Rowdies", serif;
  font-weight: 400;
}
@media screen and (min-width: 991px) {
  #screen2 .box-question h2 {
    font-size: 45px;
  }
}
#screen2 .box-question .button {
  margin: 25px auto;
  font-size: 16px;
  width: auto;
  padding: 10px 15px;
  min-width: 160px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 991px) {
  #screen2 .box-question .button {
    width: 100%;
  }
}
#screen2 .box-question .step-count {
  text-align: center;
  font-family: "Rowdies", serif;
  font-weight: 400;
  font-size: 20px;
  color: #3f68a3;
  margin-bottom: 8px;
}
#screen2 .box-question .step-count * {
  font-family: "Rowdies", serif;
  font-weight: 400;
  font-size: 20px;
  color: #3f68a3;
}
@media screen and (min-width: 991px) {
  #screen2 .box-question .step-count * {
    font-size: 32px;
  }
}
@media screen and (min-width: 991px) {
  #screen2 .box-question .step-count {
    font-size: 32px;
  }
}
@media screen and (min-width: 991px) {
  #screen2 .box-question {
    padding: 35px 0;
  }
}
#screen2 .box-question .wrap-question {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#screen2 .box-question .wrap-question .question {
  display: flex;
  justify-content: space-between;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  gap: 16px;
  background: #ffffff;
  padding: 22px 15px;
}
#screen2 .box-question .wrap-question .question .question__title {
  margin-top: 7px;
}
@media screen and (min-width: 991px) {
  #screen2 .box-question .wrap-question .question .question__rate {
    margin-right: 75px;
  }
}
#screen2 .box-question .wrap-question .question .question__text {
  margin-top: 5px;
  font-size: 12px;
  color: #778dae;
  text-align: center;
}
@media screen and (min-width: 991px) {
  #screen2 .box-question .wrap-question .question {
    padding: 22px 45px;
  }
}
.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}
.rating-0 {
  filter: grayscale(100%);
}
.rating > input {
  display: none;
}
.rating > label {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
}
.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url(../images/icon/star-active.svg);
}
.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url(../images/icon/star-active.svg);
}
#screen3 {
  background: #e5e9e9;
}
#screen3 .box-result {
  padding-top: 15px;
  padding-bottom: 15px;
}
#screen3 .box-result h2 {
  font-size: 23px;
  color: #dd442b;
  text-align: center;
  font-family: "Rowdies", serif;
  font-weight: 400;
}
@media screen and (min-width: 991px) {
  #screen3 .box-result h2 {
    font-size: 45px;
  }
}
#screen3 .box-result .result__top {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #1e1f32;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #c9c9ce;
  padding: 20px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#screen3 .box-result .result__top .headline {
  margin-bottom: 15px;
  display: grid;
  place-items: center;
  grid-template-areas: "h" "i" "n";
}
#screen3 .box-result .result__top .headline h4 {
  grid-area: h;
  font-family: "Rowdies", serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#screen3 .box-result .result__top .headline img {
  grid-area: i;
  width: 68px;
  height: 68px;
}
#screen3 .box-result .result__top .headline .result__top-name {
  grid-area: n;
  color: #3f68a3;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media screen and (min-width: 991px) {
  #screen3 .box-result .result__top .headline {
    width: fit-content;
    place-items: start;
    grid-template-areas: "i h" "i n";
  }
  #screen3 .box-result .result__top .headline img {
    margin-right: 16px;
  }
  #screen3 .box-result .result__top .headline h4 {
    margin-bottom: -15px;
  }
}
#screen3 .box-result .button {
  text-align: center;
  margin: 5px auto;
  font-size: 16px;
  width: auto;
  padding: 10px 15px;
  min-width: 160px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 991px) {
  #screen3 .box-result .button {
    width: 100%;
  }
}
#screen3 .box-result .result__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 25px;
}
#screen3 .box-result .result__list .result__item {
  flex: 1 1 100%;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 18px;
}
#screen3 .box-result .result__list .result__item img {
  width: 80px;
  height: 80px;
}
#screen3 .box-result .result__list .result__item .result__box {
  display: flex;
  gap: 16px;
}
#screen3 .box-result .result__list .result__item .result__item-name {
  font-size: 14px;
  color: #1e1f32;
  font-weight: 600;
}
#screen3 .box-result .result__list .result__item .result__item-score {
  color: #3f68a3;
  font-weight: 600;
  font-size: 24px;
}
#screen3 .box-result .result__list .result__item .result__item-score.main {
  color: #dd442b;
}
#screen3 .box-result .result__list .result__item .toggle-details.hidden {
  display: none;
}
#screen3 .box-result .result__list .result__item .result__item-content {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#screen3 .box-result .result__list .result__item .result__item-content.hidden {
  display: none;
}
#screen3 .box-result .result__list .result__item u {
  cursor: pointer;
  font-size: 13px;
  color: #787984;
}
#screen3 .box-result .result__list .result__item u:hover {
  color: #57575b;
}
@media screen and (min-width: 991px) {
  #screen3 .box-result .result__list .result__item {
    flex: 1 1 49%;
  }
}
#screen3 .box-result .reference {
  margin-top: 16px;
  padding: 20px 15px;
  background: #f7f7f7;
  border: 1px solid #95ddff;
  font-size: 14px;
}
#screen3 .box-result .reference a {
  text-decoration: none;
  font-weight: 600;
  color: #000000;
}
#screen3 .box-result .reference a:hover {
  text-decoration: underline;
}