.mutualRow {
  margin-bottom: 75px;
}

.mutualRow:after {
  content: " ";
  display: block;
  clear: both;
}

.mutualRow .img {
  float: left;
  width: 38.2%;
  text-align: center;
}

.mutualRow .detail {
  float: right;
  width: 61.8%;
  padding-left: 36px;
  margin: 0;
}

.mutualRow .detail .title {
  margin: 0 0 15px;
  font-weight: 200;
  font-size: 22px;
  line-height: 1.4;
  color: #3a4c74;
}

.mutualRow .detail .text {
  margin-left: 0;
}

.mutualRow .detail .text p {
  margin: 0 0 20px;
}

.mutualRow .detail .text p:last-of-type {
  margin-bottom: 0;
}

.mutualRow .detail .text + .title {
  margin-top: 40px;
}

.mutualRow .detail ul {
  margin: 0;
}

.mutualRow .detail .link {
  margin-top: 120px;
}

.mutualRow .detail .link a {
  display: block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  color: #3a4c74;
  width: 310px;
  height: 90px;
  border: solid 1px #3a4c74;
  padding: 22px 0 50px;
  background-repeat: no-repeat;
  background-image: url(../media/images/common/btn_arrow_s_off.png);
  background-position: 140px 55px;
  transition: 300ms;
}

.mutualRow .detail .link a::after {
  content: none;
}

.mutualRow .detail .link a:hover {
  background-color: #3a4c74;
  color: #fff;
  background-image: url(../media/images/common/btn_arrow_s_on.png);
}

.mutualRow:nth-of-type(even) .img {
  float: right;
}

.mutualRow:nth-of-type(even) .detail {
  float: left;
  padding-left: 0;
  padding-right: 36px;
}

@media screen and (max-width: 767px) {

  .mutualRow {
    margin-bottom: 40px;
  }

  .mutualRow .img {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .mutualRow .detail {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .mutualRow .detail .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .mutualRow .detail .link {
    margin-top: 40px;
  }

  .mutualRow .detail .link a {
    width: 270px;
    height: 80px;
    padding: 23px 0 40px;
    background-position: 120px 50px;
    font-size: 13px;
    margin: 0 auto;
  }

  .mutualRow:nth-of-type(even) .img {
    float: none;
  }

  .mutualRow:nth-of-type(even) .detail {
    float: none;
    padding-right: 0;
  }
}

/*# sourceMappingURL=business.css.map */
