@charset "utf-8";
/* CSS Document */

.link_btn{
  border: 1px solid #ccc;
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}
.link_btn > a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 3em;
  color: #4e4e4e;
  height: 36px;
}
.link_btn.blank a:after,
.link_btnL.blank a:after{
  content: "";
  display: inline-block;
  background-image: url(/common/images/target_blank.png);
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
}
.link_btnL{
  border: 1px solid #ccc;
  width: 50%;
  margin: 0 auto 0 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}
.link_btnL > a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 3em;
  color: #4e4e4e;
  height: 36px;
}

.s_type-list{
      display: flex;
      flex-direction: row;
    flex-wrap: wrap;
}
.s_type-list .s_type{
    margin: 0 4px 4px 0;
    width: 12.5%;
}
.s_type-list .s_type img{
  width: 100%;
}

.sustainability-sub-ttl{
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 133%;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dotted #c2c2c2;
}


@media screen and (max-width:640px) {
  .link_btn, .link_btnL{
    width: 100%;
  }
  .s_type-list .s_type{
    width: 25%;
  }
}