.q-and-a {
  width: 100%;
  padding-bottom: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.q-and-a .q-and-a__box {
  background: #fff;
  width: 75.5%;
  max-width: 80rem;
  margin: 1.5rem auto;
  margin: 2rem auto;
  padding: 0 0 5rem 0;
}

.q-and-a .q-and-a__box p {
  font-size: 1rem;
}

.q-and-a .q-and-a__box a {
  color: blue;
  text-decoration: underline;
}

.q-and-a .q-and-a__box .cards .qa-box {
  margin-bottom: 3rem;
}

.q-and-a .q-and-a__box .cards .qa-box h3 {
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 5rem;
}

.q-and-a .q-and-a__box .cards .qa-box p {
  text-align: center;
  padding: 1rem 2rem;
}

.q-and-a .q-and-a__box .cards .qa-box .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.q-and-a .q-and-a__box .cards .qa-box .title-area .sub-title {
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  background-color: #00519c;
  color: white;
}

.q-and-a .q-and-a__box .cards .qa-box .title-area .triangle {
  width: 0;
  height: 0;
  margin-bottom: 2rem;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00519c;
}

.q-and-a .q-and-a__box .cards .attention-area {
  margin-top: 5rem;
  padding: 2rem 0;
}

.q-and-a .q-and-a__box .cards .attention-area .title {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("../img/zoom.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5)), url("../img/zoom.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
  color: white;
}

.q-and-a .q-and-a__box .cards .attention-area .sub-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.q-and-a .q-and-a__box .cards .attention-area .sub-title-area .sub-title {
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #00519c;
  color: white;
}

.q-and-a .q-and-a__box .cards .attention-area .sub-title-area .triangle {
  width: 0;
  height: 0;
  margin-bottom: 2rem;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00519c;
}

.q-and-a .q-and-a__box .cards .attention-area p {
  padding: 0rem 1rem;
  text-align: center;
}

@media screen and (max-width: 564px) {
  .q-and-a .q-and-a__box .cards .qa-box h3 {
    padding: 0 1rem;
  }
  .q-and-a .q-and-a__box .cards .qa-box p {
    padding: 0.5rem;
  }
}

.navigation-clean .navbar-toggler {
  border: none;
}


.navbar-brand img {
  width: 90% !important;
  height: auto !important;
}

@media screen and (max-width: 976px) {
  .navigation-clean.navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem !important;
    text-align: center;
    padding: 0.5rem 0.3rem !important;
  }
}

@media screen and (max-width: 448px) {
  .navbar-brand {
    width: 60%;
  }
  .navbar-brand img {
    width: 100% !important;
    height: auto !important;
  }
}
/*# sourceMappingURL=qanda.css.map */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navigation-clean .navbar-brand img {
  margin-left: 10px !important;
}
