@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.yellow-marker {
  background: linear-gradient(transparent 50%, #ffffb1 50%);
	font-weight: bold;
}
.prbox {
	font-size:.8em;
	color: #555;
	border: 1px solid #999;
	padding: 0 .2em;
	border-radius: 5px;
	display: inline-block;
}
.rank-button {
  display: block;
  width: 100%;
	text-align: center;
  background: linear-gradient(
    135deg,
    #020617,
    #3730a3,
    #db2777
  );
	color:#fff !important;
	text-decoration:none !important;
	font-weight:bold;
	padding:1em;
	border-radius:30px;
}
.rank-button:after {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
.pr-copy{
color: #777;
font-weight: bold;
text-align: center;
margin: 0 !important;
}
.pr-micro{
font-size: .85em;
color: #3A68A2;
font-weight: bold;
text-align: center;
margin: 1.5em 0 0 !important;
}
.pr-micro::before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}
.pr-micro::after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}
    .pr-card {
      position: relative;
      display: flex;
      align-items: center;
      gap: 15px;
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      max-width: 100%;
      border: 1px solid #e0e0e0;
    }

    /* 左のアクセントライン */
    .pr-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 4px;
      background: linear-gradient(to bottom, #0a1628, #1a365d, #0a1628);
      border-radius: 8px 0 0 8px;
    }

    /* 右上のタグ */
    .pr-tag {
      position: absolute;
      top: -1px;
      right: 15px;
      background: linear-gradient(135deg, #1a365d, #2c5282);
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      padding: 6px 12px;
      border-radius: 0 0 6px 6px;
      white-space: nowrap;
    }

    /* アプリアイコン部分 */
    .app-icon-wrapper {
      flex-shrink: 0;
      text-align: center;
    }

    .app-icon {
      width: 100px;
      height: 100px;
      border-radius: 25px;
      object-fit: cover;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .app-name {
      margin-top: 6px;
      font-size: 11px;
      color: #1a365d;
      font-weight: bold;
    }
   .app-content {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 15px;
      min-width: 0;
    }
    /* 紹介文部分 */
    .app-info {
      flex: 1;
      min-width: 0;
    }

    .app-headline {
      font-size: 14px;
      font-weight: bold;
      color: #333;
      margin-bottom: 4px;
      line-height: 1.4;
    }

    .app-headline .highlight {
      color: #1a365d;
    }

    .app-description {
      font-size: 13px;
      color: #666;
      line-height: 1.5;
    }

    /* ボタン部分 */
    .cta-button {
      flex-shrink: 0;
      display: inline-block;
      background: linear-gradient(135deg, #1a365d, #2c5282) !important;
      color: #fff !important;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none !important;
      padding: 12px 28px;
      border-radius: 30px;
      border: none;
      transition: all 0.3s ease;
      text-align: center;
      white-space: nowrap;
    }

    .cta-button:hover {
      background: linear-gradient(135deg, #2c5282, #3d6ca8);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(26, 54, 93, 0.4);
    }

/* スマホ対応 */
    @media (max-width: 480px) {
      .pr-card {
        gap: 10px;
        padding: 15px 12px 15px 15px;
      }

      .pr-tag {
        font-size: 9px;
        padding: 4px 8px;
        right: 10px;
      }

      .app-icon {
        width: 80px;
        height: 80px;
        border-radius: 20px;
      }

      .app-name {
        font-size: 10px;
      }

      /* 右側コンテンツを縦並びに */
      .app-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 7px 0 0;
      }

      .app-headline {
        font-size: 12px;
      }

      .app-description {
        font-size: 11px;
      }

      .cta-button {
        font-size: 12px;
        padding: 10px 20px;
      }
    }
.nottenlog {
	font-size: 0;
	line-height: 0;
}

.mybox1{ display: flex; gap:10px; }
.mybox1 span img{ }
@media screen and (max-width: 580px) { .mybox1{ display:block; } 
.mybox1 span img{ width:300px; height:300px; margin-bottom:20px; } }
