@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
}
body main {
  padding: 0 10px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  margin: 0;
}

#question .question {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}
#question .question ul {
  font-size: 1rem;
  width: 500px;
  margin: 20px auto;
}
#question .question ul li {
  height: 35px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#question .question ul li svg {
  color: #0098db;
  width: 40px;
  height: 40px;
}
#question .question .question2 {
  margin: 30px 0;
  font-size: 1rem;
}
#question .question .arrow {
  height: 100px;
  position: relative;
}
#question .question .arrow span {
  display: inline-block;
  background-color: gray;
  width: 50px;
  height: 2px;
  position: absolute;
}
#question .question .arrow .arrow_sub1 {
  width: 50px;
  height: 50px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  background-color: transparent;
  transform: rotate(45deg);
  transform-origin: top;
}
#question .question .question3 {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 20px 0;
  font-size: 1rem;
}
#question .question .question4 {
  margin: 30px 0;
  font-size: 1rem;
}
#question .question .setting1 {
  color: #0098db;
}

@media screen and (max-width: 1000px) {
  main #question .question {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  main #question .question {
    font-size: 1.2rem;
  }
  main #question .question ul {
    width: 100%;
  }
  main #question .question ul li svg {
    height: 35px;
    width: 35px;
  }
  main #question .question .question2 {
    margin-top: 50px;
    font-size: 1.1rem;
  }
  main #question .question .question3 {
    font-size: 1.2rem;
  }
  main #question .question .question4 {
    font-size: 0.9rem;
  }
  main #question .question .question5 {
    font-weight: bold;
  }
}/*# sourceMappingURL=question.css.map */