.contents .cont_error_self {
  padding: 30px 0 0 0;
  font-size: 114.2%;
  text-align: center;
}
.contents .cont_error_self p:first-child {
  margin-bottom: 40px;
}
.contents .cont_error_self .cont_error_self-txt {
  width: 55%;
  display: block;
  margin: 0 auto;
}
.contents .cont_error_self .cont_error_self-link {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  display: block;
  color: #333333;
}
.contents .cont_error_self .cont_error_self-link span {
  color: #0066cc;
}
.contents .cont_error_self .cont_error_self-link:hover {
  text-decoration: none;
}
.contents .cont_error_self .cont_error_self-link:hover span {
  text-decoration: underline;
}
.contents .cont_error_self ul {
  width: 76%;
  margin: 0 auto;
  padding: 0;
}
.contents .cont_error_self ul li {
  float: left;
  width: 50%;
  list-style: none;
  text-align: left;
  font-size: 85.7%;
}
.contents .cont_error_self ul li span {
  padding: 7px;
  display: block;
}
.contents .cont_error_self ul li a {
  padding: 20px 20px 20px 35px;
  display: block;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
}
.contents .cont_error_self ul li a span {
  padding: 0;
}
.contents .cont_error_self ul li .icon {
  background-position: 20px 1.9em;
}

@media screen and (max-width: 640px) {
  .contents .cont_error_self {
    padding: 0;
    font-size: 100%;
  }
  .contents .cont_error_self p:first-child {
    margin-bottom: 10px;
  }
  .contents .cont_error_self .cont_error_self-txt {
    width: 100%;
  }
  .contents .cont_error_self .cont_error_self-link {
    padding: 15px;
  }
  .contents .cont_error_self ul {
    width: 100%;
  }
  .contents .cont_error_self ul li {
    float: left;
    width: 100%;
    font-size: 100%;
  }
  .contents .cont_error_self ul li a {
    padding: 12px 10px 12px 25px;
  }
  .contents .cont_error_self ul li .icon {
    background-position: 10px 1.3em;
  }
}
