@charset "utf-8";
/* 共同開発商品（COLLABORATIVE） */
#collaborative{
  background-color: #EAEAEA;
  color: #B18400;
  padding: 5% 7% 2% 7%;
}
.collaborative_title p{
  font-size: clamp(10px, 1.2vw,14px);
  font-family: sans-serif;
}
.collaborative_title h2{
  font-size: clamp(32px, 3.2vw,36px);
  letter-spacing: 4px;
  font-family: sans-serif;
}
.collaborative_item{
  background-color: white;
  padding: 5%;
  margin: 5% 2%;
  border-radius: 20px;
}
.collaborative_item_headline{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.collaborative_item_text{
  font-family: serif;
}
.collaborative_item_web a span{
  display: inline-block;
  font-family: sans-serif;
}