@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

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

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  background-color: #ffdfe5;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.page-wrapper {
  max-width: 100%;
  width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1079px) {
  .page-wrapper {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1080px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

a {
  color: #fff;
}
a:hover {
  color: #fec501;
  text-decoration: underline;
}

a.text-link {
  color: #FF6699;
  text-decoration: underline;
}
a.text-link:hover {
  color: #fec501;
  text-decoration: underline;
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #fec501;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.comingsoon {
  text-align: center;
}

.keiko {
  background: linear-gradient(transparent 90%, #fec501 90%);
}

/*
top_navi
------------------------------------------------------------------------------------------*/
#top-navi {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #top-navi {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #top-navi span {
    display: none;
  }
}

/*
header
------------------------------------------------------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#header .main-logo-pc {
  width: 100%;
  height: 710px;
  overflow: hidden;
  position: relative;
}
#header .main-logo-pc img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
  height: 710px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #header .main-logo-pc {
    display: none;
    width: 0;
    height: 0;
    background-image: none;
  }
}
#header h1.main-logo {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
#header h1.main-logo img.main-logo-pc {
  margin-inline: auto;
  width: 1920px;
  max-width: none;
}

/*
gmenu
------------------------------------------------------------------------------------------*/
#gmenu {
  padding: 0.3em 0;
  background-color: #000;
  color: #fff;
}
#gmenu #gmenu-nav-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenu-nav-toggle {
    display: block;
    padding: 0.5em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #gmenu #gmenu-nav {
    display: none;
  }
}
#gmenu #gmenu-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenu-nav ul {
    display: block;
    padding: 10px 30px 30px 30px;
  }
}
#gmenu #gmenu-nav ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenu-nav ul li {
    width: 100%;
  }
  #gmenu #gmenu-nav ul li + li {
    margin-top: 0.5em;
  }
}
#gmenu #gmenu-nav ul li a {
  display: block;
  padding: 0.5em 1em;
  border-radius: 1em;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenu-nav ul li a {
    background-color: #D71524;
  }
}
#gmenu #gmenu-nav ul li a:hover {
  background-color: #efefef;
}
#gmenu #gmenu-nav ul li a i {
  margin-right: 0.5em;
}

/*
footer
------------------------------------------------------------------------------------------*/
#footer {
  background: linear-gradient(57deg, #FFF9B1, #ff99cc, #FFFF00);
  background-size: 600% 600%;
  -webkit-animation: bg_gradation 6s ease infinite;
  -moz-animation: bg_gradation 6s ease infinite;
  animation: bg_gradation 10s ease infinite;
}
@-webkit-keyframes bg_gradation {
  0% {
    background-position: 0% 74%;
  }
  50% {
    background-position: 100% 27%;
  }
  100% {
    background-position: 0% 74%;
  }
}
@-moz-keyframes bg_gradation {
  0% {
    background-position: 0% 74%;
  }
  50% {
    background-position: 100% 27%;
  }
  100% {
    background-position: 0% 74%;
  }
}
@keyframes bg_gradation {
  0% {
    background-position: 0% 74%;
  }
  50% {
    background-position: 100% 27%;
  }
  100% {
    background-position: 0% 74%;
  }
}
#footer {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .footer-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .footer-container {
    display: block;
  }
}
#footer .footer-container .footer-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #footer .footer-container .footer-item {
    width: 100%;
  }
  #footer .footer-container .footer-item + .footer-item {
    margin-top: 60px;
  }
}
#footer #contact {
  width: 40%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer #contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer #contact img {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
#footer #contact .associate {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer #contact .associate span {
    display: block;
  }
}
#footer #contact .detail {
  font-size: 14px;
  padding: 0.5em 0;
}
#footer #contact .btn-block {
  border-top: solid 2px #fff;
  margin-top: 10px;
  padding: 20px 10px;
}
#footer #contact .btn-block a {
  padding: 1em 3em;
}
#footer #book .book-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer #book .book-container .book-item {
  width: 30%;
}
#footer #book .book-container .book-item .title {
  text-align: center;
  border-top: solid 2px #fff;
  margin-top: 0.3em;
  padding-top: 0.3em;
}
#footer a.text-link {
  color: #fff;
  text-decoration: none;
}
#footer a.text-link:hover {
  color: #fec501;
  text-decoration: underline;
}
#footer .btn-block {
  text-align: center;
}
#footer .btn-block a {
  display: inline-block;
  width: auto;
  margin: 0.5em 0 0 0;
  padding: 1em 3em;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  background: #D71524;
  color: #fff;
}

.copyright {
  background: #000;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #fec501;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

/*
TOP
------------------------------------------------------------------------------------------*/
.coming_soon {
  text-align: center;
  max-width: 100%;
  margin: 1em auto;
}

.coming_soon:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.6em;
  font-size: 20px;
}

.main {
  padding: 30px 0;
  background-image: url(../images/main--background.png);
  background-position: top center;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 15px 0;
  }
}

.page-container {
  padding: 30px 30px 60px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .page-container {
    padding: 15px 15px 30px 15px;
  }
}

.section-block {
  margin-block: 120px;
}
@media screen and (max-width: 767px) {
  .section-block {
    margin-block: 60px 80px;
  }
}
.section-block .section-guide {
  text-align: center;
}
.section-block .section-guide img {
  width: 190px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .section-block .section-guide img {
    width: 160px;
  }
}
.section-block .section-title {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-block .section-title {
    margin-bottom: 1em;
  }
}
.section-block .section-title img {
  max-width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .section-block .section-title img {
    height: 60px;
  }
}
.section-block .section-body {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
.section-block .section-catch {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section-block .section-catch {
    font-size: 14px;
  }
}

/*
お知らせ
------------------------------------------------------------------------------------------*/
#news.section-block {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #news.section-block {
    margin-top: 30px;
  }
}
#news .section-body {
  width: 860px;
}
#news dl {
  margin-block: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  border-bottom: dashed 1px #ccc;
}
@media screen and (max-width: 767px) {
  #news dl {
    font-size: 14px;
  }
}
#news dl dt {
  color: #e16162;
}
#news dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-decoration: none;
  color: #fec501;
}
#news dl:last-child {
  border-bottom: none;
}

/*
ニコニコ超会議とは
------------------------------------------------------------------------------------------*/
#about-nico .section-body {
  width: 700px;
}
#about-nico table {
  width: 100%;
  margin-top: 2em;
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #about-nico table {
    margin-top: 1em;
    font-size: 12px;
  }
}
#about-nico table th, #about-nico table td {
  border: solid 1px #ccc;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  #about-nico table th, #about-nico table td {
    padding: 0.5em;
  }
}
#about-nico table th {
  background-color: #efefef;
  text-align-last: justify;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #about-nico table th {
    text-align-last: auto;
  }
}

/*
痛車天国とは
------------------------------------------------------------------------------------------*/
#about-tengoku {
  position: relative;
}
#about-tengoku .section-body {
  width: 860px;
}
#about-tengoku .section-catch {
  width: 640px;
}
#about-tengoku .tengoku-container {
  margin-top: 4em;
  font-size: 16px;
  display: grid;
  grid-template-columns: 32% 26% 42%;
  grid-template-rows: repeat(5, 1fr);
  grid-template-rows: max-content max-content 1fr auto;
  grid-column-gap: 0;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container {
    margin-top: 1em;
    padding: 0 10px;
    font-size: 14px;
    display: block;
  }
}
#about-tengoku .tengoku-container .tengoku-mag-title {
  grid-row: 1/2;
  grid-column: 2/4;
  margin-block: 0 1em;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container .tengoku-mag-title {
    margin-block: 0;
    padding: 1em;
    text-align: center;
    background-color: #efefef;
  }
}
#about-tengoku .tengoku-container .tengoku-mag-image {
  grid-row: 1/5;
  grid-column: 1/2;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container .tengoku-mag-image {
    margin-right: 0;
    text-align: center;
    background-color: #efefef;
  }
  #about-tengoku .tengoku-container .tengoku-mag-image img {
    width: 40%;
  }
}
#about-tengoku .tengoku-container .tengoku-mag-explain {
  grid-row: 2/3;
  grid-column: 2/4;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container .tengoku-mag-explain {
    padding: 1em 1em 2em 1em;
    font-size: 12px;
    background-color: #efefef;
  }
}
#about-tengoku .tengoku-container .tengoku-event-title {
  grid-row: 3/4;
  grid-column: 2/4;
  margin-block: 1em 1em;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container .tengoku-event-title {
    margin-block: 1em 0;
    padding: 1em;
    text-align: center;
    background-color: #efefef;
  }
}
#about-tengoku .tengoku-container .tengoku-event-image {
  grid-row: 4/5;
  grid-column: 2/3;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container .tengoku-event-image {
    margin-right: 0;
    text-align: center;
    background-color: #efefef;
  }
  #about-tengoku .tengoku-container .tengoku-event-image img {
    width: 70%;
  }
}
#about-tengoku .tengoku-container .tengoku-event-explain {
  grid-row: 4/5;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  #about-tengoku .tengoku-container .tengoku-event-explain {
    padding: 1em 1em 2em 1em;
    font-size: 12px;
    background-color: #efefef;
  }
}

/*
開催概要
------------------------------------------------------------------------------------------*/
#outline {
  position: relative;
}
#outline .section-body {
  width: 860px;
}
#outline table {
  width: 100%;
  margin-top: 2em;
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #outline table {
    display: block;
    font-size: 14px;
    border: none;
  }
}
#outline table th, #outline table td {
  border: solid 1px #ccc;
  padding: 1em 1em;
}
@media screen and (max-width: 767px) {
  #outline table th, #outline table td {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    border: none;
  }
}
#outline table th {
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #outline table th {
    text-align: left;
  }
  #outline table th::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    width: 1em;
    text-align: left;
    text-decoration: none;
    color: #FF6699;
  }
}
#outline table td .note-list {
  font-size: 14px;
  color: #FF6699;
}

/*
エントリー
------------------------------------------------------------------------------------------*/
#entry-guide {
  position: relative;
}
#entry-guide .section-catch {
  width: 640px;
}
@media screen and (max-width: 767px) {
  #entry-guide .section-catch {
    text-align: left;
  }
}
#entry-guide .entry-flow {
  margin-top: 2em;
}
#entry-guide .entry-flow .entry-flow-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  #entry-guide .entry-flow .entry-flow-container {
    display: block;
  }
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item {
  width: 33.33333%;
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  #entry-guide .entry-flow .entry-flow-container .entry-flow-item {
    width: 100%;
  }
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item h3 {
  margin: 0 0 1.6em 0;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #entry-guide .entry-flow .entry-flow-container .entry-flow-item h3 {
    margin: 1.6em 0 1em 0;
  }
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item p {
  padding: 0 15px;
  height: 10em;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #entry-guide .entry-flow .entry-flow-container .entry-flow-item p {
    height: auto;
    font-size: 14px;
    text-align: left;
  }
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item .btn {
  margin-inline: auto;
  padding: 0;
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item .btn img {
  width: 80%;
  display: block;
  margin: 1em auto;
  -webkit-filter: drop-shadow(0.3em 0.3em 0.3em rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0.3em 0.3em 0.3em rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 767px) {
  #entry-guide .entry-flow .entry-flow-container .entry-flow-item .btn img {
    width: 60%;
  }
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item .btn img.comingsoon {
  opacity: 0.3;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item .btn a {
  text-decoration: none;
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item .btn a:hover img {
  margin: 1.2em auto 0.8em auto;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#entry-guide .entry-flow .entry-flow-container .entry-flow-item + .entry-flow-item {
  border-left: 4px #ccc dashed;
}
@media screen and (max-width: 767px) {
  #entry-guide .entry-flow .entry-flow-container .entry-flow-item + .entry-flow-item {
    border: none;
  }
}

/*
参加ガイド／ご注意
------------------------------------------------------------------------------------------*/
#participate-guide .section-body {
  width: 860px;
  max-width: 100%;
  margin-inline: auto;
}
#participate-guide dl dt h3 {
  display: block;
  width: 50%;
  margin: 0 auto 1em auto;
  padding: 0.5em 1em;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #participate-guide dl dt h3 {
    width: 100%;
    padding: 0.3em 0.5em;
    font-size: 16px;
  }
}
#participate-guide dl dd {
  padding: 0.5em 1em 0.5em 2em;
  text-indent: -1.3em;
  text-align: justify;
  font-size: 14px;
}
#participate-guide dl dd::before {
  content: "◆";
}
#participate-guide dl dd .participate-guide-note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
#participate-guide dl + dl {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  #participate-guide dl + dl {
    margin-top: 2em;
  }
}/*# sourceMappingURL=style.css.map */