* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.alw img {
  display: block;
  width: 100%;
}

.js-box99 {
  margin: 1rem auto;
  width: 95%;
  border: 1px solid #99c7c5;
  padding: 0 0 0.5rem 0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.js-box99 .bg {
  margin: 0 auto;
  width: 95%;
  background: #f2f2f2;
  padding: 1rem 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.js-box99 .bg dl dt {
  background: #066e6c;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 1.8rem;
  position: relative;
  font-weight: normal;
}
.js-box99 .bg dl dt:before {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 1.6rem solid #589c9b;
  border-right: 0.5rem solid transparent;
}
.js-box99 .bg dl dd {
  padding: 0.5rem;
  margin-bottom: 0;
}
.js-box99 .bg dl dd p {
  color: #1e1e1d;
  line-height: 1.3rem;
  font-size: 0.8rem;
  text-align: justify;
}
.js-box99 .bg dl dd a {
  margin-top: 0.5rem;
  background: #ffcf0b;
  color: #1e1e1d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.4rem;
}

/*# sourceMappingURL=css.css.map */
