@charset "utf-8";
#after .contents__mainimage{
  background: url(/cms/img/usr/after/after_mv_bg.jpg) no-repeat;
  background-size: cover;
}
#after .maincontents{
  margin-bottom: 40px;
  position: relative;
  background-color: #ffffff;
  padding: 32px;
}
.after__contact{
  padding: 40px;
}
.after__contact ul{
  overflow: hidden;
}
.after__contact__item{
  width: 48%;
  float: left;
  margin-bottom: 40px;
}
.after__contact__item:nth-of-type(odd){
  margin-right: 4%;
}
.after__company{
  padding-left: 8px;
  border-left: 4px solid #d41f34;
  margin-bottom: 12px;
  line-height: 1.2;
}
.after__company__link{
  color: #e57993;
  text-decoration: underline;
  position: relative;
}
.after__company__link::after{
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  background: url(/cms/img/usr/common/targetblank.png) no-repeat;
}
@media only screen and (max-width: 768px){
  #after .contents__mainimage{
    background-position: right;
  }
  .after__contact{
    padding: 20px 0;
  }
  .after__contact__item{
    width: 100%;
    float: none;
  }
  .after__contact__item:nth-of-type(odd){
    margin-right: 0;
  }
}
