<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ポジパッド */
.posipad-feature-box {
  border: 2px solid #c54a95;
  margin: 0 15px; }
  .posipad-feature-box h4 {
    background-color: #c54a95;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 116%;
    padding: .25em; }
  .posipad-feature-box .flex-box-pc {
    padding: 20px 15px; }
    .posipad-feature-box .flex-box-pc &gt; div {
      text-align: center; }
      .posipad-feature-box .flex-box-pc &gt; div:not(:last-child) {
        margin-bottom: 20px; }
    .posipad-feature-box .flex-box-pc figure {
      margin: 0; }
      .posipad-feature-box .flex-box-pc figure img {
        width: 100%;
        height: auto; }
      .posipad-feature-box .flex-box-pc figure figcaption {
        border: 1px solid #c54a95;
        color: #c54a95;
        padding: .25em;
        font-size: 108%; }
      .posipad-feature-box .flex-box-pc figure + p {
        font-weight: bold;
        margin: 1em 0 0; }
        .posipad-feature-box .flex-box-pc figure + p b {
          color: #c54a95; }

@media print, screen and (min-width: 669px) {
  /*670px*/
  /* ポジパッド */
  .posipad-feature-box h4 {
    font-size: 131%; }
  .posipad-feature-box .flex-box-pc {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    gap: 30px 26px; }
    .posipad-feature-box .flex-box-pc &gt; div {
      width: calc((100% - 26px) / 2); }
      .posipad-feature-box .flex-box-pc &gt; div:not(:last-child) {
        margin-bottom: 0; } }
@media print, screen and (min-width: 999px) {
  /*1000px*/
  /* ポジパッド */
  .posipad-feature-box {
    max-width: 1000px;
    margin: 0 auto; }
    .posipad-feature-box h4 {
      font-size: 20px; }
    .posipad-feature-box .flex-box-pc {
      padding: 30px; }
      .posipad-feature-box .flex-box-pc &gt; div {
        width: calc((100% - 26px * 2) / 3); } }
@media print, screen and (min-width: 1099px) {
  /*1100px*/
  /* ポジパッド */ }
@media print, screen and (min-width: 1199px) {
  /*1200px*/ }
</pre></body></html>