@charset "UTF-8";

.contents-text .customer-box {
  overflow: hidden;
  margin-top: 30px;
  padding: 25px;
  border-radius: 2px;
  background: #f0f0f0;
}
.contents-text .customer-box .customer-photo-l {
  float: left;
  margin-right: 35px;
}
.contents-text .customer-box .customer-photo-r {
  float: right;
  margin-left: 35px;
}
.contents-text .customer-box .customer-heading {
  font-weight: bold;
  font-size: 16px;
}
.contents-text .customer-box .customer-heading + p {
  margin-top: 10px;
}
.contents-text .customer-box p {
  margin-top: 0;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.contents-text .customer-box p + p {
  margin-top: 10px;
}
.contents-text .customer-box p.small {
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.contents-text .customer-box a {
  color: #049fd7;
  text-decoration: none;
}
.contents-text .customer-box a:hover {
  text-decoration: underline;
}
.contents-text .customer-box-head {
  border: 0;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 20px 25px;
  font-size: 15px;
  color: #222;
  background: #e2e2e2;
}
.contents-text .customer-box-head + .customer-box {
  margin-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}