/* ------基本設定------------------------------------------------------------ */
.top {
  margin: 0 auto ;
	overflow: hidden;
  background: url(/campaign/50/images/bg.png);
	background-size: cover;
}
.top img {
  max-width: 1000px;
  width: 100%;
  margin: 4em auto;
}
.index {
  background: url(/big-order/images/bg.png);
  padding-top: 2rem;
  color: #013d6e;
}
.index .title {
  text-align: center;
}
.index section {
	margin-bottom: 8rem;
}
.tbnr {
  margin: -2rem 0 10rem;
  border-radius: 0;
  padding: 5rem;
	background: #c9edff;
}
section.bg-gray {
	padding-top: 0;
	border-radius: 0;
	background: #c9edff;
}
@media (min-width: 768px) {
	.index section {
    margin-bottom: 7rem;
	}
}
.campaign a {
  text-decoration: underline;
}

.modeltitle {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #11436e;
}

/* ------ボタン------------------------------------------------------------ */
.wrap-btn {
	margin: 0 auto;
}
.button {
	border-radius: 5px;
  padding: 15px 25px 15px 35px;
  display: inline-block;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #008ed8;
  -webkit-transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  min-width: 102px;
  font-weight: bold;
}
.button:after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.app .button {
	font-weight: bold;
	background-color: #ff0;
	color: #000 !important;
  text-shadow: 0 0 black;
}
.app .button:after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #000;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.wrap-btn.model .button {
	width: 260px;
  margin: 0 1rem 3rem;
  padding: 30px 25px 30px 35px;
  font-size: 1.7rem;
}
.wrap-btn.model .button:hover {
	background-color: #50bbf3;
	color: #fff !important;
	text-indent: 0;
}
/* ------tsite------------------------------------------------------------ */
.tsite div {
	width: 90%;
	margin: auto;
}
.tsite img {
	border: 4px solid #152246;
	margin: 0 auto;
}
/* ------買取方法------------------------------------------------------------ */
.kaitori p {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.campaign .kaitori {
  padding: 0 0 15px;
}
.howto .kaitori .button {
	padding: 1rem 1rem 1rem 2rem;
  font-size: 3rem;
  width: 215px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: bold;
}
.index .kaitori {
	background-color: inherit !important;
	margin-bottom: 0;
}
.websearch {
	width: 309px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
}
.howto .row {
  max-width: 1000px;
  margin: auto;
}
/* ------キャンペーン概要------------------------------------------------------------ */

.campaign .subtitle {
	border-radius: 4px;
  padding: 10px 40px;
  display: inline-block !important;
  text-shadow: none;
  background: #fff;
}

/* ------ご注意点------------------------------------------------------------ */
.campaign ul {
	display: inline-block;
  margin: 0 auto;
  border: 2px solid #013d6e;
  padding: 20px 20px 15px 40px;
  background: #fff;
  border-radius: 15px;
}
.campaign ul li {
	list-style: disc;
	margin-bottom: 10px;
}

/* ------公式アプリ------------------------------------------------------------ */

.app img {
	display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
	.app img {
	    margin: 0 10px 10px;
	}
}


@media (max-width: 767px) {

	.bg {
		background-color: #1b254a;
    height: inherit;
	}
	.index {
		font-size: 90%;
    background-size: 30px;
	}
  .text .wrap {
    width: 85%;
    margin: auto;
    text-align: left;
  }
  .text ul {
    width: 90%;
  }
	.campaign .attention ul {
		padding:0 10px 0 20px;
	}
  .howto .row {
    max-width: 350px;
  }
  .websearch {
    width: 240px;
    height: 72px;
    font-size: 2rem;
  }
  .subtitle2 {
    width: 300px;
    margin: auto;
  }
	.howto .kaitori .button {
    font-size: 2.4rem !important;
    width: inherit !important;
		max-width: 145px !important;
    height: 100px !important;
	}
	.howto .row {
    max-width: 350px;
	}
	.howto .mbtm10.text {
    margin-left: -5px;
    margin-right: -5px;
	}
}
@media (max-width: 580px) {
	.index {
	  font-size: 90%;
	}

	.wrap-btn.model {
    margin: 3rem auto 0;
	}
	.wrap-btn.model .button {
		width: 80%;
    padding: 4vw 25px 4vw 30px;
    font-size: 1.9rem;
	}
	.wrap-btn.model .button:hover {
		padding: 4vw 25px 4vw 30px;
	}
	.kaitori .button {
		font-size: 2.4rem !important;
    width: 150px !important;
    height: 100px !important;
	}
}


    /* ============================================================
       キャンペーンカード（フラット＆クリーン）
       ============================================================ */
    .campaign-card {
      background-color: rgb(255 255 255 / 96%);
      border-radius: 6px;
      padding: 22px 24px 20px;
      margin-bottom: 24px;
      border: 3px solid rgb(1 61 110);
      max-width: 800px;
      margin: 0 auto 2em;
    }

    /* 【フラットデザイン】見出し帯：グラデーションと影を排除したソリッドな濃紺 */
    .campaign-title {
      background-color: #013d6e;
      color: #ffffff;
      font-size: 20px;
      font-weight: 900;
      text-align: center;
      padding: 11px 16px;
      border-radius: 4px;
      margin-top: 0;
      margin-bottom: 16px;
      letter-spacing: 0.8px;
      box-shadow: none;
      border: none;
    }

    /* 対象機種リスト */
    .campaign-list {
      list-style: none;
      padding: 0 !important;
      margin: 0 !important;
      display: inline-block !important;
      border: 0 !important;
    }


    /* 【PC表示：行レイアウト】 */
    .campaign-item {
      display: flex;
      align-items: center;
      border-bottom: 2px solid #013d6e;
      padding: 12px 6px;
      font-weight: 800;
      font-size: 15.5px;
      letter-spacing: 0.2px;
    }

    .campaign-item:last-child {
      border-bottom: 0 !important;
      margin: 0;
    }

    /* 日付カラム（バッジ＋日付の幅を固定して機種名の頭揃えを完全維持） */
    .campaign-item .date-col {
      flex: 0 0 295px;
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    /* 【フラットデザイン】期間ミニバッジ：ベタ塗り＋ノーシャドウ・ノーボーダー */
    .campaign-item .period-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #013d6e;
      color: #ffffff;
      font-size: 11px;
      font-weight: 800;
      padding: 3px 8px;
      border-radius: 3px;
      letter-spacing: 0.5px;
      box-shadow: none;
      border: none;
      flex-shrink: 0;
    }

    .campaign-item .period-badge i {
      margin-right: 4px;
      font-size: 10px;
      color: #ffffff;
    }

    /* 日付テキスト */
    .campaign-item .date-text {
      color: #013d6e;
      font-weight: 800;
    }

    /* 機種部分（左揃えで垂直一直線に揃う） */
    .campaign-item .model-col {
      flex: 1;
      text-align: left;
      padding-left: 12px;
      word-break: break-word;
      font-weight: 800;
    }
    @media (max-width: 767px) {
      .campaign-wrapper {
        padding: 18px 10px 35px;
      }
      .campaign-card {
        padding: 14px 12px 12px;
        border-radius: 6px;
        margin: 0 10px 2em;
      }
      .campaign-title {
        font-size: 14px;
        padding: 9px 8px;
        letter-spacing: 0.3px;
        margin-bottom: 12px;
        border-radius: 3px;
      }

      /* 行レイアウト：2段構成 */
      .campaign-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 4px 11px;
        border-bottom: 1px solid #013d6e;
      }
      .campaign-item:last-child {
        border-bottom: 0px solid #013d6e;
      }

      /* 1段目：バッジ＋日付 */
      .campaign-item .date-col {
        flex: none;
        width: 100%;
        margin-bottom: 6px;
        font-size: 13.5px;
        gap: 6px;
      }

      .campaign-item .period-badge {
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 2px;
      }
      .campaign-item .period-badge i {
        font-size: 9px;
        margin-right: 3px;
      }

      /* 2段目：対象機種名 */
      .campaign-item .model-col {
        width: 100%;
        padding-left: 2px;
        font-size: 14.5px;
        line-height: 1.4;
      }
    }