body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#title {
  margin-top: 0;
}

header {
  width: 100%;
}
header .h-main video {
  width: 100%;
  z-index: -100;
}

main .consepts {
  width: 80%;
  margin: 0 auto;
}
main .consepts h3 {
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
}
main .consepts img {
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 0 2% 0 0;
}
main .line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
main .line .line-qr {
  width: 160px;
}
main .line .line-text {
  margin-left: 8px;
  font-weight: bold;
  font-size: 1.1em;
  color: rgb(50, 111, 182);
}
main .topics .contents #more-topics {
  display: none;
}
main .topics .contents #close-topics {
  display: none;
}
main .topics .contents #close-topics, main .topics .contents #show-topics {
  width: 90%;
  margin: 20px auto 0 auto;
  color: white;
  cursor: pointer;
}
main .topics .contents #close-topics p, main .topics .contents #show-topics p {
  width: 40%;
  background-color: rgb(50, 111, 182);
  font-size: 0.5em;
  color: white;
  text-align: center;
  padding: 5px;
}
main .topics .contents #close-topics:hover, main .topics .contents #show-topics:hover {
  opacity: 0.8;
}
main .contents ul li {
  font-size: 1.1em;
  margin: 5px 0 0 0;
  border-bottom: 1px dotted rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
main .contents ul li:last-child {
  border: none;
}
main .contents ul li span {
  margin: 0 3% 0 0;
  font-size: 0.7em;
}
main .contents ul li p {
  width: 70%;
  margin: 0;
  font-size: 0.7em;
}

footer {
  margin: 100px 0 0 0;
  background-color: rgb(50, 111, 182);
  padding: 20px;
}
footer ul {
  display: block;
  list-style: none;
  padding: 0;
}
footer ul li {
  padding: 10px 0;
}
footer ul li a {
  text-decoration: none;
  color: white;
}
footer ul li:hover {
  opacity: 0.7;
  transition: 0.5;
}
footer .hide-footer {
  width: 80%;
  margin: 0 auto;
  display: block;
}
footer .hide-footer li a {
  font-size: 1.1em;
}
footer .f-container .f-left {
  width: 70%;
  display: none;
}
footer .f-container .f-left .f-section {
  width: 30%;
  margin: 0 15px 0 0;
}
footer .f-container .f-left .f-section h5 {
  margin: 0;
  font-size: 20px;
}
footer .f-container .f-left .f-section ul {
  border-left: 1px solid white;
}
footer .f-container .f-left .f-section ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  cursor: pointer;
}
footer .f-container .f-left .f-section ul li a span {
  display: block;
  margin: 0 0 0 10px;
}
footer .f-container .f-right {
  width: 100%;
}
footer .f-container .f-right .f-bottom {
  width: 80%;
  margin: 30px auto 0 auto;
  font-size: 0.5em;
}
footer .f-container .f-right .f-bottom img {
  width: 100%;
}
footer .f-container .f-right .f-bottom p {
  margin: 0;
  font-size: 0.7em;
}
footer .f-container .f-right .back-home {
  font-size: 2.5em;
  padding: 10px;
  display: none;
}
footer .f-container .f-right .back-home a {
  color: white;
}/*# sourceMappingURL=style.css.map */