.typeimg {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 120px;
  height: auto;
}

.methodBox {
  border: 1px solid #e97887;
  background: #fff;
  padding: 10px 15px 15px 15px;
}
.methodBox h4 {
  color: #e97887;
  font-size: 110%;
  margin-bottom: 10px;
}
.methodBox .methodimg {
  float: left;
  width: 190px;
  font-size: 90%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .methodBox .methodimg {
    float: none;
    margin-bottom: 15px;
  }
  .methodBox .methodimg img {
    text-align: center;
    margin: 0 auto;
  }
}
.methodBox .methodR {
  float: right;
  width: 490px; /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 205px);
}
@media screen and (max-width: 767px) {
  .methodBox .methodR {
    float: none;
    width: 100%;
  }
}
.methodBox dl {
  line-height: 1.5;
  background: #FFE9EA;
  padding: 10px 15px 15px 15px;
}
.methodBox dl dt {
  margin-bottom: 5px;
  color: #e97887;
}
.methodBox dl dd {
  position: relative;
  margin-left: 25px;
}
.methodBox dl dd:before {
  display: block;
  content: "";
  background: url(/common/img/listicon03.png);
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 6px;
  height: 3px;
}