<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.post_content .item {
  padding: 40px 60px;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .post_content .item h3 {
    padding-left: 0;
    padding-bottom: 14px; }
    .post_content .item h3 .-maker {
      display: block;
      font-size: 70%;
      color: rgba(0, 0, 0, 0.5);
      margin-bottom: 3px; }
  .post_content .item .-image {
    text-align: center;
    margin-bottom: 10px; }
    .post_content .item .-image a:hover {
      opacity: 0.6; }
    .post_content .item .-image img {
      margin: 0; }
  .post_content .item .-review {
    text-align: center;
    padding-top: 18px;
    border-top: dashed 1px #ddd; }
    .post_content .item .-review a {
      position: relative;
      display: block;
      background: #fff;
      color: #04384C;
      border: solid 1px #04384C;
      padding: 14px 10px;
      border-radius: 3px;
      line-height: 1;
      text-decoration: none;
      font-weight: bold; }
      .post_content .item .-review a:hover {
        background-color: #eee; }
      .post_content .item .-review a:after {
        content: "";
        box-sizing: border-box;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: rgba(0, 0, 0, 0.2);
        transform: rotate(45deg);
        margin-top: -3px; }
      .post_content .item .-review a small {
        font-weight: normal;
        opacity: 0.4;
        font-size: 80%; }
  .post_content .item .-buttons {
    text-align: center;
    margin-bottom: 18px; }
    .post_content .item .-buttons ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .post_content .item .-buttons ul li {
        margin-bottom: 12px;
        display: block; }
        .post_content .item .-buttons ul li a {
          position: relative;
          display: block;
          background: #03BB80;
          color: #fff;
          padding: 15px 10px;
          border-radius: 3px;
          line-height: 1;
          text-decoration: none;
          font-weight: bold;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
          .post_content .item .-buttons ul li a:hover {
            opacity: 0.7; }
          .post_content .item .-buttons ul li a:after {
            content: "";
            box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 20px;
            width: 6px;
            height: 6px;
            border-style: solid;
            border-width: 2px 2px 0 0;
            border-color: rgba(255, 255, 255, 0.9);
            transform: rotate(45deg);
            margin-top: -3px; }
        .post_content .item .-buttons ul li.-amazon a {
          background-color: #F99A0C; }
        .post_content .item .-buttons ul li.-rakuten a {
          background-color: #E14B45; }
        .post_content .item .-buttons ul li.-yahoo a {
          background-color: #4F95E9; }
  .post_content .item p {
    margin-bottom: 8px; }
.post_content .ec-site-ranking {
  text-align: center;
  background: #fff1d9;
  padding: 15px 20px;
  border-radius: 5px; }
  .post_content .ec-site-ranking .-title {
    font-weight: bold;
    font-size: 120%;
    color: #db4925;
    margin-bottom: 10px;
    line-height: 1.3; }
  .post_content .ec-site-ranking ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .post_content .ec-site-ranking ul li {
      display: block;
      margin-bottom: 10px; }
      .post_content .ec-site-ranking ul li a {
        position: relative;
        display: block;
        background: #02BB80;
        text-decoration: none;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        padding: 12px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
        .post_content .ec-site-ranking ul li a:after {
          content: "";
          box-sizing: border-box;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 20px;
          width: 6px;
          height: 6px;
          border-style: solid;
          border-width: 2px 2px 0 0;
          border-color: rgba(255, 255, 255, 0.8);
          transform: rotate(45deg);
          margin-top: -3px; }
      .post_content .ec-site-ranking ul li.-amazon a {
        background-color: #FA9A0C; }
      .post_content .ec-site-ranking ul li.-rakuten a {
        background-color: #E14B45; }
      .post_content .ec-site-ranking ul li.-yahoo a {
        background-color: #4F95E9; }
@media screen and (min-width: 768px) {
  .post_content {
    /*　画面サイズが768pxからはここを読み込む　*/ }
    .post_content .item h3 {
      font-size: 150%; }
    .post_content .item .-box {
      overflow: hidden;
      display: flex;
      margin-bottom: 20px; }
      .post_content .item .-box .-image {
        width: 50%; }
        .post_content .item .-box .-image figure {
          display: block;
          width: 95%;
          border: solid 1px #eee;
          padding: 10px; }
      .post_content .item .-box .-actions {
        width: 50%;
        padding-left: 10px; } }
@media screen and (max-width: 767px) {
  .post_content {
    /*　画面サイズが767pxまではここを読み込む　*/ }
    .post_content .item {
      padding: 0px;
      margin: 0 0 40px 0;
      background: none;
      box-shadow: none; }
      .post_content .item h3 {
        font-size: 130%;
        margin-bottom: 20px; }
      .post_content .item .-box {
        margin-bottom: 20px !important; }
        .post_content .item .-box .-image {
          background: #fff;
          border: solid 1px #eee;
          padding: 12px;
          margin-bottom: 18px; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>