@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Poppins:300);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700");
@import url("https://fonts.googleapis.com/css?family=Allura&display=swap");
.info {
  font-size: 1.4rem;
  max-width: 1000px;
  margin: 0 auto 5%;
  padding-top: 60px;
}

@media screen and (max-width: 1000px) {
  .info {
    max-width: initial;
    margin: 0 3% 5%;
  }
}

.info .diamond_mark {
  margin: 30px auto 5px;
}

@media screen and (max-width: 1000px) {
  .info .diamond_mark {
    margin: 5% auto 1%;
  }
}

.info .sub_ttl {
  font-size: 1.8rem;
  color: #f96883;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .info .sub_ttl {
    margin-bottom: 5%;
  }
}

.info dl {
  *zoom: 1;
  max-width: 750px;
  margin: 0 auto;
}

.info dl:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 750px) {
  .info dl {
    max-width: initial;
  }
}

.info dl dt {
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 1%;
  background: #f8f0f0;
  padding: 1%;
}

@media screen and (max-width: 750px) {
  .info dl dt {
    float: none;
    text-align: left;
    width: auto;
  }
}

.info dl dd {
  float: left;
  width: 80%;
  margin-bottom: 1%;
  padding: 1%;
}

.info dl dd a {
  color: #da0029;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.info dl dd a:hover {
  opacity: 0.7;
}

.info dl dd a:after {
  background: #da0029;
}

@media screen and (max-width: 750px) {
  .info dl dd {
    float: none;
    width: auto;
  }
}
/*# sourceMappingURL=info.css.map */