@charset "utf-8";

.cp_inner .wrap {
  background-color: #0d46a5;
}
.cp_inner .wrap .wrap_inner .detail_wrap h2, .h2_tit {
  background-color: #008734;
  color: #fff;
}

#item, #item2 {
  margin-top: -54px;
  padding-top: 54px;
}
@media screen and (min-width: 737px) {
  #item, #item2 {
    margin-top: -95px;
    padding-top: 95px;
  }
}

/* ==================================================
  736px以下
================================================== */

.cp_inner .wrap {
  padding: 24px;
  margin-bottom: 0;
}
.cp_inner .wrap .wrap_inner .detail_wrap h2, .h2_tit {
  padding: 5px 10px 7px 15px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1rem;
  /* margin-top: 25px; */
  margin-bottom: 10px !important; 
  border-radius: 20px;
}

.ly-mod-ttl-lt.ly-no-bd {
  margin: 10px 0 -10px 0;
}
.tit_rp, .cell_d {
  color: #e50012;
}

.sp-none {
  display: none;
}

/* CP対象一覧テーブル */
.g_table5 {
  width: 100%;
  margin: 0 auto;
}
.g_table5 th {
  width: 1%;
  font-size: 0.95rem;
  padding: 10px;
  color: #008031;
  background: #fff697;
}
.g_table5 td {
  width: 25%;
  font-size: 0.95rem;
  padding: 10px;
}
.g_table5.city td:first-of-type, .g_table5.web td:first-of-type {
  border-top: none;
}
.g_table5.web {
  margin-bottom: 10px;
}
.h2_tit span {
  font-size: 0.9375rem;
}

/* よくある質問 */
.qa .qa_ttl, .qa .qa_ttl02 {
  margin: 10px 0 -10px 0;
  font-weight: bold;
  font-size: 1rem;
}
.qa .txt_answer02 {
  margin: 10px 0 0 3px;
}
.qa .komelist {
  font-size: 0.8rem;
}

/* 注意事項 */
ul.list li {
  margin-left: 5px !important;
  line-height: 1.8;
  text-indent: -5px !important;
  font-size: 1.0rem !important;
}
ul.list li:before {
  display: inline-block;
  position: relative;
  content: '';
  left: -13px;
  top: -3px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #959595;
}

/* 特典テーブル */
.tokuten-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border: none;
}
.tokuten-table th,
.tokuten-table td {
  font-size: 1.1rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  border: 0;
  border: 1px solid #ccc;
}
.tokuten-table th {
  font-weight: 700;
}
.tokuten-table thead th,
.g_table5 th {
  color: #008031;
  background: #fff697;
}
.tokuten-table thead {
  display: none;
}
.tokuten-table tr {
  background-color: unset;
}
.tokuten-table tbody th {
  color: #008031;
  background: #fff697;
  text-align: center;
}
.tokuten-table tbody tr td {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tokuten-table tbody tr td::before {
  content: attr(data-label);
  width: fit-content;
  padding: 0.2em 1em;
  border-radius: 100vw;
  font-size: 12px;
  background: #eee;
}

/* ==================================================
  737px以上
  ================================================== */
@media screen and (min-width: 737px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
  
  /* CP対象一覧テーブル */
  .g_table5 th, .g_table5 td {
    font-size: 0.95rem;
    padding: 10px;
    width: 1%;
    display: table-cell;
  }

  /* 見出し */
  .cp_inner .wrap .wrap_inner .detail_wrap h2, .h2_tit {
  /* .h2_tit { */
    line-height: 1.7;
    font-size: 1.333rem;
    /* margin-top: 40px; */
    margin-bottom: 15px !important;
    border-radius: 50px;
  }

  /* よくある質問 */
  .qa .qa_ttl {
    font-size: 1.3rem;
  }
  .qa .qa_ttl02 {
    font-size: 1.2rem;
  }
  .qa .txt_answer02 {
    font-size: 1.2rem;
    margin: 10px 0 0 5px;
  }
  .qa .komelist {
    font-size: 1rem;
  }
  
  /* 注意事項 */
  ul.list li {
    margin-left: 10px !important;
    font-size: 1.2rem !important;
  }

  /* 特典テーブル */
  .tokuten-table th, .tokuten-table td {
    display: table-cell;
    width: auto;
  }
  .tokuten-table thead {
    display: table-header-group;
  }
  .tokuten-table thead th:nth-child(1) { width: 20%; }
  .tokuten-table thead th:nth-child(2) { width: 25%; }
  .tokuten-table thead th:nth-child(3) { width: 35%; }
  .tokuten-table thead th:nth-child(4) { width: 20%; }
  .tokuten-table tbody tr td {
    display: table-cell;
    flex-direction: row;
    gap: 0;
  }
  .tokuten-table tbody tr td::before {
    content: none;
  }
}