p.title-icon {
  display: inline-block;
  padding: 0 0 0 18px;
  background: url(/library/default/img/parts/button-link_bg01.png) no-repeat 0 center;
  vertical-align: middle;
}

.report_point_content_left {
  display: table-cell;
  width: 100px;
  position: relative;
  color: #094;
  font-size: 1.7em;
  font-weight: bold;
  vertical-align: middle;
}

.report_point_content_right {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}

.opt-underline-strong {
  padding-bottom: 1px;
  background: linear-gradient(transparent 90%, #009944 0);
}
.report-float-right {
  margin-top: -60px!important;
  float: right;
  width: 295px;
}

.mt80 {
  margin-top: 80px!important;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* share_wrap */
.share_wrap {
  padding: 50px 0 0;
}
.share_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 480px;
}
.share_text::before,
.share_text::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: solid 1px #270000;
}
.share_text::before {
  margin-right: 15px;
}
.share_text::after {
  margin-left: 15px;
}
ul.share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px auto 0;
  width: 230px;
}
ul.share_list li {
  width: 54px;
}
ul.share_list img {
  width: 100%;
}
ul.share_list a:hover {
  cursor: pointer;
  opacity: .6;
}
.share_text {
  margin: 40px auto 0 !important;
  width: 380px !important;
}