/* ===================================================================
content
====================================================================== */
.border_ttl {
  font-size: 1.8rem;
  color: #b790b6;
  font-weight: bold;
  background-size: 17%;
  padding: 4% 0 0% 18%;
  margin: 0 0 10px;
  border-bottom: 2px solid #b790b6;
  position: relative;
}

.border_ttl:before {
  background: url(../img/about_cat_ico.png)no-repeat left center;
  position: absolute;
  left: 0;
  top: 22%;
  content: " ";
  background-size: 17%;
  width: 88%;
  height: 88%;
  z-index: 100;
}

.comparison_txt {
  font-size: 14px;
    line-height: 1.7;
  margin: 10px 0 15px;
}

.comparison_block {
  margin:  0 0 10px;
}

.comparison_block h2 {
  padding: 0 0 10px;
}

.comparison_box {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: dotted 1px #ddd;
}
.comparison_box:nth-last-child(1)  {
  border-bottom:none;
  padding:  0;
}

.comparison_box .answer {
    margin-bottom: 5px
}
.comparison_box .other {
  position:  relative;
    margin-bottom: 5px
}
.comparison_box .other span {
  position:  absolute;
  right: -3px;
  top: -3px;
  width:  7%;
}
.comparison_box_txt {
  font-size: 14px;
    line-height: 1.7;
  background: #dee2e7;
  padding: 5px 10px 10px;
}


/*@ sourceMappingURL=style.css.map */