<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.friendship {
  padding: 0 0 50px !important;
}
@media all and (max-width: 480px) {
  .friendship {
    padding: 0 !important;
  }
}
.friendship &gt; div.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.friendship &gt; div.list &gt; section {
  width: calc((100% / 2) - 30px);
  padding: 0;
  margin: 15px;
}
@media all and (max-width: 480px) {
  .friendship &gt; div.list &gt; section {
    width: 100%;
    margin-bottom: 40px;
  }
}
.friendship &gt; div.list &gt; section &gt; p.link {
  text-align: center;
}
.friendship &gt; div.list &gt; section &gt; p.link a {
  display: block;
  background-color: #F9F9F9;
  border-radius: 15px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 20px 0;
  margin-bottom: 30px;
}
.friendship &gt; div.list &gt; section &gt; p.link a img {
  mix-blend-mode: multiply;
}
.friendship &gt; div.list &gt; section &gt; p.link a:hover {
  transform: translateY(-5px);
}
.friendship &gt; div.list &gt; section &gt; h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
}
</pre></body></html>