@charset "utf-8";
/* CSS Document */


/* TOP
=========================================================================================== */

.ServiceTop {
  background: url(/rd/research/design/service/image/pageimage.jpg) center center no-repeat;
  height: 500px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ServiceTop {
    height: 200px;
    margin-bottom: 25px;
  }
}
h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 50px;
}
h1 a:hover, h1 a:active {
  color: inherit;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 180%;
    margin-bottom: 25px;
  }
}

/* ContentsLinkArea */
.ContentsLinkArea {
  margin-bottom: 30px;
}
.ContentsLinkArea .Inner {
  width: 100%;
  margin-right: 0;
}
.ContentsLinkArea .Inner a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.ContentsLinkArea .Inner a:hover {
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
}
.ContentsLinkArea .Inner h3 {
  font-size: 20px;
}
.ContentsLinkArea .Inner .ImgOnlyStyle {
  float: left;
  padding-right: 25px;
}
.ContentsLinkArea .Inner .TxtBox {
  float: right;
  width: calc(100% - 408px - 25px);
}
.ContentsLinkArea .Inner span.btn {
  background: #000 url(/image/en/r1/icon/icon_link_right_white_hd.gif) no-repeat 95% 45%;
  background-size: 20px 20px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 83%;
  padding: 5px 25px 5px 10px;
  box-sizing: border-box;
  float: right;
}
@media screen and (min-width: 768px)and (max-width: 994px) {
  .ContentsLinkArea .Inner .ImgOnlyStyle {
    width: 50%;
  }
  .ContentsLinkArea .Inner .ImgOnlyStyle img {
    width: 100%;
  }
  .ContentsLinkArea .Inner .TxtBox {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .ContentsLinkArea .Inner .ImgOnlyStyle {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .ContentsLinkArea .Inner .TxtBox {
    float: none;
    width: 100%;
  }
}

/* case
=========================================================================================== */
.RDServiceDesignCase h1 {
margin: 0;
text-align: left;
}
.caseMarginTB {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .RDServiceDesign .PageTitleStyle1 {
    text-align: left;
    margin: 15px 0;
  }
  .RDServiceDesignCase h2 {
    margin: 0 0 5px;
  }
  .caseMarginTB {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.RDServiceDesignCase .Column2 {
  /*    width: calc((100% - 15px) / 2);*/
  width: 475px;
  margin: 0 0 0 15px;
}
.RDServiceDesignCase .Column2.FirstItem {
  margin: 0;
}
.imgBorder {
  border: 1px solid #ccc;
}

/**/