.content-inner {
  background: #fff;
  padding: 10px 10px 32px;
}

.content-word {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.accordion-head {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.list-between {
  color: #555;
}

.list-between > li {
  margin-top: 4px;
}

.note-red {
  color: #cc0033;
  font-size: 10px;
  line-height: 1.5;
}

.btn-wrap .btn-top.btn-white {
  background: #fff url(/mi02/common/img/icon_arrow_left_pink.svg) no-repeat center left 15px / 14px;
  border: 1px solid #cc0033;
  color: #cc0033;
}

.no-indent {
  padding-left: 0;
  text-indent: 0;
}

.note .no-indent {
  line-height: 1.5;
}

.btn-wrap .btn-top {
  border-radius: 40px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: auto;
  cursor: pointer;
}

#page-qa .accordion-body .inner:before {
  background: #cc0033;
  color: #fff;
  top: 0;
}

#page-qa .accordion-body .inner {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  padding-top: 0;
}

#page-qa .accordion-body .note {
  color: #555;
  margin-top: 4px;
  line-height: 1.5;
}

#page-qa .accordion-head {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.end-line {
  border-bottom: 1px solid #ccc;
}

h2 {
  margin-top: 24px;
}

.h2-line {
  padding-bottom: 8px;
  position: relative;
}

.h2-line:before,
.h2-line:after {
  content: "";
  position: absolute;
  background: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.h2-line:before {
  background: #cc0033;
  width: 25%;
  z-index: 2;
}

#page-qa .h2-line + .accordion-head {
  margin-top: 0;
}

.list-between .list li {
  text-indent: 0;
}
