/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}

body {
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #2c3e50;
}

.spbr {
  display: inline-block;
}

img {
  max-width: 100%;
}

/* wrap */
.wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

/* header */
.header {
  width: 100%;
}
.header h1 {
  font-size: 1.25rem;
  font-weight: lighter;
  margin: auto;
  text-align: center;
  background-color: #569fc0;
  color: #fff;
  padding: 0.75rem;
}
.header h1 a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.h1area {
  background-color: #f2f2f2;
  margin: auto;
}
.h1area h1 {
  width: 100%;
  padding: 2rem;
  font-size: 1.75rem;
  margin: auto;
  text-align: left;
  color: #569fc0;
}

/* footer */
.footer {
  margin-top: auto;
  width: 100%;
  margin: auto;
  color: #fff;
}
.footer ul {
  background-color: #569fc0;
  margin: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.footer ul li {
  padding: 0 10px;
  text-align: left;
  flex-basis: 50%;
}
.footer ul li.copyright {
  margin-left: auto;
  text-align: center;
  flex-basis: 100%;
  margin: 1rem auto 0 auto;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
}
.footer ul li a:hover {
  color: #ffd92a;
}

/* article */
.article {
  margin: auto;
  padding: 2rem 0 4rem 0;
  text-align: left;
}
@media (max-width: 768px) {
  .article {
    padding: 5%;
  }
}
.article h2 {
  background-color: #f2f2f2;
  padding: 1rem;
  color: #569fc0;
  margin: 3rem auto 1rem auto;
  border-left: solid 3px #569fc0;
}
.article h3 {
  font-size: 1.25rem;
  color: #569fc0;
  margin: 2rem 0 0.75rem 0;
}
.article h4 {
  margin: 1rem 0 0.25rem 0;
}
.article p {
  text-align: left;
  margin-bottom: 1.5rem;
  line-height: 32px;
}
.article ol,
.article ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.article ol li,
.article ul li {
  margin-bottom: 0.75rem;
}
.article dl dt {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.article dl dd {
  margin-bottom: 1.1rem;
}
.article a {
  text-decoration: none;
  color: #569fc0;
}
.article a:hover {
  color: #569fc0;
}

.home_simulator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  background-color: rgb(245, 245, 245);
  background-image: url("../img/kn_background.png");
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: bottom;
}
.home_simulator__content {
  width: 95%;
  margin: 0 auto 10vh auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 0.75rem 1rem;
  text-align: left;
}
.home_simulator__title {
  font-size: 1.25rem;
  color: #569fc0;
  margin: 1.25rem 0 0.75rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  border-left: none;
}
@media (max-width: 768px) {
  .home_simulator__title {
    font-size: 1rem;
  }
}
.home_simulator__title span.require {
  font-size: 1rem;
  background-color: #f08c85;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin-right: 0.25rem;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .home_simulator__title span.require {
    font-size: 0.75rem;
  }
}
.home_simulator__title span.emphasis {
  color: #f08c85;
  margin-right: 0.5rem;
}
.home_simulator__title small {
  margin-left: 0.5rem;
  font-size: 0.7em;
}
.home_simulator .attention {
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.home_simulator .attention span {
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.home_simulator .error_message {
  color: red;
}
.home_simulator article {
  display: none;
}
.home_simulator button {
  appearance: none;
  font-size: 1.5rem;
  border-radius: 10px;
  border: none;
  color: #fff;
  background-color: #97c655;
  font-weight: bold;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 0.5rem;
  transition: 0.2s;
  text-align: center;
  box-shadow: 0 5px #95b176;
  cursor: pointer;
}
.home_simulator button:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.home_simulator button:hover {
  border: none;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0;
  transform: translateY(4px);
}
.home_simulator button:focus {
  outline: solid 1px #f08c85;
}
.home_simulator button.simulation_start {
  text-align: center;
  border-radius: 50px;
  background-color: #97c655;
  border: solid 1px #97c655;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_simulator button.simulation_start span {
  margin-left: auto;
}
.home_simulator button.simulation_start img {
  width: 1.5rem;
  margin-left: auto;
}
.home_simulator button.simulation_start:hover {
  background-color: #fff;
  color: #f08c85;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home_simulator button {
    font-size: 1.25rem;
    margin: 0.5rem 0;
  }
}
.home_simulator .question_box .radio-button {
  display: none;
}
.home_simulator .question_box .radio-button-label {
  appearance: none;
  font-size: 1.5rem;
  border-radius: 10px;
  border: none;
  color: #fff;
  background-color: #97c655;
  font-weight: bold;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1rem 0.5rem;
  transition: 0.2s;
  text-align: center;
  box-shadow: 0 5px #95b176;
  cursor: pointer;
  display: block;
}
.home_simulator .question_box .radio-button-label:hover {
  box-shadow: 0 0;
  transform: translateY(4px);
}
@media (max-width: 768px) {
  .home_simulator .question_box .radio-button-label {
    font-size: 1.25rem;
    margin: 1rem 0;
  }
}
.home_simulator select {
  font-size: 1.1rem;
  padding: 1rem 0.75rem;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #3e3a39;
  appearance: none;
  background: #fff url("../img/tryangle_icon.svg") no-repeat center right 10px/16px 16px;
  background-size: 10px;
  color: #000;
}
.home_simulator select option {
  font-size: 1rem;
}
.home_simulator select:focus {
  border: solid 2px #f08c85;
}
.home_simulator input {
  font-size: 1.1rem;
  padding: 1rem 0.7rem;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #3e3a39;
}
.home_simulator .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_simulator .d-flex .telarea {
  flex-basis: 50%;
}
@media (max-width: 480px) {
  .home_simulator .d-flex .telarea {
    flex-basis: 100%;
  }
}
.home_simulator--complete article {
  display: block;
}
.home_simulator--complete p,
.home_simulator--complete h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.home_simulator--complete h2 {
  font-size: 1.2rem;
}
.home_simulator--complete h2.line {
  margin-top: 2.5rem;
}
.home_simulator--complete span {
  display: inline-block;
}
.home_simulator--complete .line-qr {
  width: 150px;
  margin: auto;
}
.home_simulator--complete .line-it-button {
  text-align: center;
}
.home_simulator--complete .line-it-button a {
  display: block;
  max-width: 50%;
  min-width: 250px;
  background-color: #06c755;
  color: white;
  padding: 0.5rem 2rem;
  border: solid 2px #06c755;
  margin: 1rem auto;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
  transition: ease 0.2s;
}
.home_simulator--complete .line-it-button a:hover {
  color: #06c755;
  background-color: white;
}

.freesimulator {
  padding-top: 0.5rem;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.freesimulator .img_center {
  flex-basis: 80%;
  text-align: center;
  margin: auto;
}
.freesimulator img {
  vertical-align: middle;
}

.pageprogress {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.pageprogress .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #c7c7c7;
  margin: 0.5rem 1rem;
}
.pageprogress .circle.current {
  background-color: #3e3a39;
}/*# sourceMappingURL=style.css.map */