p {
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: justify;
}
.mateBox {
  position: relative;
  padding: 1em 0 1.5em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #EFEFEF;
}
.mateBox .logo {
  position: relative;
  background: #FAFAFA;
  border-radius: 0.6em;
  padding: 1.2em 0 1em 0;
  margin: 0 0 0.8em 0;
}
.mateBox .logo > div {
  width: 86.8%;
  margin: 0 auto;
}
.mateBox .logo > span {
  position: absolute;
  right: 4%;
  top: -1em;
  font-size: 0.56em;
  line-height: 1em;
  border-radius: 300px;
  padding: 0.5em 1em 0.4em 1em;
  color: #ffffff;
  background: #7ECC23;
}
.mateBox .title {
  font-size: 0.84em;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0.4em 0;
}
.mateBox .txt {
  font-size: 0.7em;
  line-height: 1.6em;
  text-align: left;
  color: #6B6B6B;
  margin: 0 0 1em 0;
}
.mateBox .link {
  text-align: center;
}
.mateBox .link > a {
  font-size: 0.92em;
  color: #AC8DE8;
  border-radius: 300px;
  border: 1px solid #AC8DE8;
  padding: 0.2em 0.8em;
  text-decoration: none;
  vertical-align: text-top;
}
.mateBox .link > a img {
  display: inline-block;
  height: 0.8em;
  width: auto;
  vertical-align: text-top;
  margin: 0.2em 0 0 0.5em;
}
.notice {
  margin: 0 0 1em 0;
}
.notice .title {
  font-size: 0.84em;
  text-align: left;
  margin: 0 0 1em -0.6em;
  color: #825DC7;
}
.notice > ol {
  list-style: decimal;
  margin: 0 0 0 1.4em;
  padding: 0 0 0 0;
  font-size: 0.7em;
  line-height: 1.6em;
  text-align: left;
  color: #6B6B6B;
}
.notice > ol > li {
  padding: 0 0 1em 0;
}
@media screen and (min-width: 451px) and (max-width: 820px) {
  .mateBox {
    position: relative;
    padding: 1em 0 1.5em 0;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #EFEFEF;
    vertical-align: top;
  }
  .mateBox .logo > div {
    width: 50%;
    margin: 0 auto;
  }
}
/********************/
@media screen and (min-width: 821px) {
  .mateBox {
    position: relative;
    padding: 1em 0 1.5em 0;
    margin: 3em 4%;
    width: 40%;
    border-bottom: 0px solid #EFEFEF;
    display: inline-block;
    vertical-align: top;
  }
  .mateBox .logo > span {
    position: absolute;
    right: 4%;
    top: -1em;
    font-size: 0.7em;
    line-height: 1em;
    border-radius: 300px;
    padding: 0.5em 1em 0.4em 1em;
    color: #ffffff;
    background: #7ECC23;
  }
  .mateBox .title {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.4em 0;
  }
  .mateBox .txt {
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    color: #6B6B6B;
    margin: 0 0 1em 0;
  }
  .mateBox .link {
    text-align: center;
  }
  .mateBox .link > a {
    font-size: 0.92em;
    color: #AC8DE8;
    border-radius: 300px;
    border: 1px solid #AC8DE8;
    padding: 0.2em 0.8em;
    text-decoration: none;
    vertical-align: text-top;
  }
  .notice .title {
    font-size: 1em;
    text-align: left;
    margin: 0 0 1em -0.6em;
    color: #825DC7;
  }
  .notice > ol {
    list-style: decimal;
    margin: 0 0 0 1.4em;
    padding: 0 0 0 0;
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    color: #6B6B6B;
  }
  .blockBorder {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
  }
}
