@charset "utf-8";

p.catch{
line-height: 2.5em;
font-size: 16px;
}
#afterservice figure.photo{
width: 65%;
text-align: center;
margin: 1em auto !important;
border: 1px solid #c2c2c2;
padding: 5px;

}

#afterservice > .title {
  margin-bottom: 1em;
}

#afterservice .voice .photo {
  text-align: center;
}

#afterservice .voice .content * {
  display: inline;
  line-height: 1.5;
  border-bottom: 1px dotted #999;
}

#afterservice .voice div.clearfix .photo {
  /*
  width: 50%;
  float: right;
  */
width: 65%;
margin: 0 auto;
}

#afterservice .voice div.clearfix .content {
  /*
  width: 50%;
  float: left;
  */
margin: 1em auto 0;
line-height: 2;
}

#afterservice .reason .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #1e6724;
  margin-bottom: 1em;
}

@media screen and (max-width:736px) {
  #afterservice .voice div.clearfix .photo,
  #afterservice .voice div.clearfix .content {
    width: 100%;
    float: none;
  }
  #afterservice .voice div.clearfix .content {
    margin-top: 1em;
  }
}

#afterservice div.catch figure.photo {
text-align: center;
margin: 1em 0 0 0;
border: 1px solid #c2c2c2;
padding: 5px;
}