@charset "UTF-8";
.about .links:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.help dl {
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

a {
  color: #3b71e0;
}

strong {
  color: #dd3329;
}

h2 {
  font-weight: 700;
}

b {
  font-weight: 700;
}

.about {
  padding-bottom: 50px;
  text-align: center;
}
.about img {
  width: 70px;
}
.about .pic {
  padding: 50px 0;
}
.about .links a {
  float: left;
  display: inline-block;
  width: 50%;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 16px;
}
.about .links a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #d63329;
  border-radius: 4px;
  vertical-align: top;
  margin: 13px 8px 0 0;
}

.help dl {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding: 10px;
}
.help dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.help dd {
  margin-bottom: 10px;
}
.help dd:last-child {
  margin-bottom: 0;
}
.help .tit::before {
  content: "•";
  margin-right: 3px;
}

.terms {
  padding: 20px 10px;
  word-break: break-word;
  word-wrap: break-word;
}
.terms a {
  color: #0000ee;
}

.terms h2 {
  padding: 12px 0;
  font-weight: bold;
  color: #343434;
}

.terms h2 strong {
  padding: 12px 0;
  font-weight: bold;
  color: #ec2c3e;
}

.terms h3,
.terms h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 0.3rem 0;
}

.terms > p {
  font-weight: normal;
  padding-bottom: 15px;
}

.terms > p b {
  font-weight: bold;
}

.terms > p strong {
  font-weight: normal;
  color: #ec2c3e;
}

.terms > ul {
  font-weight: normal;
  padding-bottom: 15px;
  list-style: disc;
  padding-left: 2rem;
}

.terms > ul > li {
  padding-bottom: 15px;
}

.terms > ul > li > ul {
  list-style: circle;
  padding-left: 20px;
}

.terms .copy_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.terms .copy_table th {
  border: 0.1rem solid #e17055;
  background: #e17055;
  color: #fff;
  text-align: center;
  padding: 5px 28px;
  white-space: nowrap;
}

.terms .copy_table td {
  border: 0.1rem solid #fab1a0;
  padding: 5px;
}

.feedback {
  padding: 25px 10px 10px;
}
.feedback .label-radio input,
.feedback .label-radio span {
  vertical-align: middle;
}
.feedback .label-radio input {
  margin-right: 3px;
}
.feedback .label-radio:first-child {
  margin-right: 20px;
}
.feedback .form-field {
  margin-bottom: 15px;
}
.feedback .int-wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 8px;
}
.feedback .int-wrap textarea,
.feedback .int-wrap input {
  width: 100%;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0;
  font-size: 14px;
}
.feedback .int-wrap textarea {
  height: 84px;
  padding: 8px 0;
}
.feedback .int-wrap input {
  height: 34px;
}
.feedback .label {
  height: 24px;
  line-height: 24px;
  color: #666;
}
.feedback .btn-wrap {
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  border: 1px solid #ccc;
  border-radius: 2px;
}
.feedback .btn-wrap:active {
  background-image: none;
  background-color: #f2f2f2;
}
.feedback .btn {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: none;
  border: 0 none;
  text-align: center;
  color: #555;
  font-size: 14px;
}
.feedback .msg {
  display: none;
  color: #dd3329;
  margin-left: 10px;
}

.feedback .f_link {
  line-height: 34px;
  margin-top: 10px;
  display: block;
  text-align: center;
  border: 0 none;
  width: 100%;
  height: 34px;
}

.stickerhelp {
  color: #d63329;
}
