@charset "UTF-8";
/* custom equipment-000 */
/*--------------------------------------------------*/
img {
  height: auto;
}

.custom-design-body {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}

.custom-design_border_block {
  border: #666 solid 1px;
  padding: 15px;
  overflow: hidden;
}
.custom-design_border_block img {
  margin-left: 20px;
  float: right;
}

.custom-design_h3 {
  padding-left: 80px;
  position: relative;
}
.custom-design_h3::before {
  border-radius: 50%;
  width: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 0px;
}
.custom-design_h3.year5::before {
  content: '5年';
  background-color: #008c6e;
}
.custom-design_h3.year10::before {
  content: '10年';
  background-color: #0078ff;
}
.custom-design_h3.year20::before {
  content: '20年';
  background-color: #c81e1e;
}
.custom-design_h3.other::before {
  content: url(../images/custom-design/custom-design_icon01.png);
}

.custom-design_image {
  width: 180px;
}

.custom-design-pdf-download li {
  margin-top: 10px;
}
.custom-design-pdf-download li:first-child {
  margin-top: 0px;
}
.custom-design-pdf-download li a {
  background-color: #565656;
  padding: 10px 20px 10px 10px;
  line-height: 1.2;
  color: #fff;
  display: block;
  position: relative;
}
.custom-design-pdf-download li a:hover {
  background-color: #787878;
}
.custom-design-pdf-download li a i {
  margin: auto 0px;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
}
.custom-design-pdf-download.large li a {
  font-size: 16px;
  padding: 20px;
}
