.sub-comment {
  margin: 10px 0;
}

.specigication-title {
  color: #58a466;
  font-size: 26px;
  margin-bottom: 25px;
}

.sub-content-main-outline {
  padding: 15px 0 0 0;
}

.specification-body-msg {
  float: right;
  margin: 0 0 0 20px;
  width: 460px;
}

.specification-body-img {
  float: left;
  width: 270px;
}

.specification-body-btn {
  float: left;
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  border: 1px solid #2D333D;
  margin: 10px 20px;
  padding: 15px 15px;
  font-size: 14px;
  color: #2C333D;
  background: #ffffff;
  width: 170px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}

.specification-body-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 2px #2C333D;
  border-right: solid 2px #2C333D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

.specification-body-btn:hover {
  background: #fafafa;
  color: #2C333D;
}

.layout_cooperation-block {
  padding-top: 45px;
  border-top: 1px solid #ACACAC;
}

.contents-specification .specification-top .specification-sub-nav-link a {
  background: #fff;
  padding: 10px 10px 10px 8px;
}

.contents-specification .specification-top dd.specification-sub-nav-link a {
  background: #fff;
  border-top: 1px solid #A8AAAC;
  padding: 10px 10px 10px 8px;
}

.contents-specification .specification-top .specification-sub-nav-link:last-child a {
  border-bottom: 1px solid #A8AAAC;
}

.contents-specification .specification-top .specification-sub-nav-link a:hover {
  background: #F0F7EC;
}

.contents-specification .specification-top .specification-sub-nav-link a:after {
  display: none;
}

.layout_specification-related-information ul.boxes li {
  margin: 0 10px 30px 10px;
  border-right: 1px solid #6FAC42;
  border-bottom: 1px solid #5E8E3B;
  background-color: #fff;
  padding: 15px 10px;
}

.layout_specification-related-information ul.boxes li:hover {
  opacity: 0.75;
}

.layout_specification-related-information ul.boxes li .box-title {
  font-size: 16px;
  color: #2C333D;
}

.layout_specification-related-information ul.boxes li .box-text {
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #59A465;
}

a.btn_document-detail img {
  vertical-align: text-top;
}

.layout_specification-related-information {
  background: #58a466;
  background: -webkit-linear-gradient(left,  #58a466 0%,#82b440 100%);
  background: linear-gradient(to right,  #58a466 0%,#82b440 100%);
  background-size: 100% auto;
  color: #fff;
  padding: 1px 10px;
}

.layout_specification-related-information .layout_specification-related-information-title {
  text-align: center;
}

@media (min-width: 780px) {
  .layout_specification-related-information .layout_specification-related-information-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 21px;
  }

  .layout_specification-related-information ul.boxes {
    width: 960px;
    margin: 0 auto;
  }

  .layout_specification-related-information ul.boxes li {
    float: left;
    width: 285px;
    margin-left: 20px;
  }

  .layout_specification-related-information ul.boxes li:first-of-type {
    margin-left: 0;
  }

  .sub-content-main-header h3 {
    margin: 0 0 15px 0;
  }

  .layout_sub-contents-inbox {
    background: #F0F7EC;
    padding: 5px 0 20px 0;
  }

  .layout_sub-contents-inbox ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .layout_sub-contents-inbox h5 {
    display: none;
  }

  .layout_speclist-link-layer {
    width: 225px;
    margin: 15px 0 0 18px;
    padding: 3px 0;
  }

  .layout_speclist-link-layer-col2 {
    width: 225px;
    margin: 15px 0 0 18px;
    padding: 3px 0;
  }

  .layout_speclist-link-layer a {
    display: block;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #888888;
    background: #fff url(../images/allow_specitem_link.png) no-repeat 10px center;
    padding: 14px 0 0 25px;
    height: 34px;
    color: #2C333D;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
  }

  .layout_speclist-link-layer a:hover {
    background: #FAFAFA url(../images/allow_specitem_link.png) no-repeat 10px center;
    color: #58A466;
  }

  .layout_speclist-link-layer-col2 a {
    display: block;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #888888;
    background: #fff url(../images/allow_specitem_link.png) no-repeat 10px center;
    padding: 14px 0 0 25px;
    height: 55px;
    color: #2C333D;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
  }

  .layout_speclist-link-layer-col2 a:hover {
    background: #FAFAFA url(../images/allow_specitem_link.png) no-repeat 10px center;
    color: #58A466;
  }
}

@media (max-width: 779px) {
  .specigication-title {
    font-size: 20px;
    padding: 0 0 15px 0;
    margin-bottom: 0px;
  }

  .specigication-title-sp {
    padding: 0 10px 0 10px;
  }

  .layout_cooperation-block {
    padding-top: 15px;
    border-top: none;
  }

  .layout_sub-contents-area-inner.first {
    padding: 30px 0;
  }

  .layout_sub-contents-area-inner:nth-child(even) {
    background: #F3F4F6;
    border-top: 1px solid #C8D8E3;
    border-bottom: 1px solid #C8D8E3;
    margin: 0;
  }

  .layout_sub-contents-area-inner.even {
    background: #F3F4F6;
    border-top: 1px solid #C8D8E3;
    border-bottom: 1px solid #C8D8E3;
  }

  .sub-content-main-header h3 {
    margin: 0 0 15px 0;
  }

  .spec-icon {
    height: 24px;
  }

  .sub-content-main-detail {
    background: #fff;
  }

  .sub-contents-inbox-title.is-open {
    color: #67AA59;
  }

  .sub-content-main-detail h4 {
    display: block;
    background: #fff;
    border: 1px solid #000;
    height: 34px;
    padding: 14px 0 0 25px;
  }

  .sub-contents-inbox-title span {
    padding: 15px 25px 10px 10px;
  }

  .sub-content-main-detail h4 span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #515963;
    border-right: solid 2px #515963;
    margin-top: -8px;
    right: 16px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }

  .sub-contents-inbox-title.is-open span:after {
    margin-top: -4px;
    right: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }

  .layout_sub-inbox-contents {
    padding: 0;
    border-bottom: none;
  }

  .layout_speclist-link-layer a {
    position: relative;
    background: #F0F0F0;
    border-bottom: 1px solid #A1A1A1;
    display: block;
    padding: 14px 0 0 25px;
    height: 34px;
    color: #2C333D;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
  }

  .layout_speclist-link-layer a:hover {
    color: #58A466;
  }

  .layout_speclist-link-layer a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #515963;
    border-right: solid 2px #515963;
    margin-top: -5px;
    right: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }

  .layout_speclist-link-layer-col2 a {
    position: relative;
    background: #F0F0F0;
    border-bottom: 1px solid #A1A1A1;
    display: block;
    padding: 14px 0 0 25px;
    height: 55px;
    color: #2C333D;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
  }

  .layout_speclist-link-layer-col2 a:hover {
    color: #58A466;
  }

  .layout_speclist-link-layer-col2 a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #515963;
    border-right: solid 2px #515963;
    margin-top: -5px;
    right: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }

  .specification-body-msg {
    float: none;
    margin: 10px 20px;
    width: auto;
  }

  .specification-body-img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
  }

  .specification-body-btn {
    float: none;
    margin: 20px auto;
    width: 80%;
  }

  .layout_sub-nav-area {
    display: none;
  }
}

@media (max-width: 779px) {
  .layout_specification-related-information .layout_specification-related-information-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}