.cp_inner .wrap {
  background-color: #1B1464;/* 枠の色指定 */
  padding: 24px;
}
.cp_inner .wrap .wrap_inner .detail_wrap h2 {
  padding: 2px 10px 4px 20px;
  background-color: #008734;/* h2見出しの色指定 */
}
.tit_rp{
  color:#e50012;
}
#item,#item2 {
  margin-top : -95px;
  padding-top : 95px;
}
@media screen and (min-width:737px) {
  .pc-none{
    display: none;
  }
  .g_table5 {
    width: 100%;
  }
  .g_table5 th {
    width: 1%;
    font-size: 0.95rem;;
    padding: 10px;
    color: #008031;
    background: #fff697;
  }
  .g_table5 td {
    width: 10%;
    font-size: 0.95rem;;
    padding: 10px;
  }
}
@media screen and (max-width:736px) {
  .sp-none {
    display: none;
  }
  .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;
  }

 #item,#item2 {
    margin-top : -54px;
    padding-top : 54px;
  }
} 

/* 注意事項 */
ul.list li {
  margin-left: 10px !important;
  line-height: 1.8;
  text-indent: -5px !important;
  font-size: 1.2rem !important;
}
ul.list li:before {
  display: inline-block;
  position: relative;
  content: '';
  left: -13px;
  top: -3px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #959595;
}
@media only screen and (max-width: 736px) {
  ul.list li {
    margin-left: 5px !important;
    font-size: 1.0rem !important;
  }
}

/* よくある質問 */
.qa .qa_ttl  {
  margin: 10px 0 -10px 0;
  font-weight:bold;
}
.qa .qa_ttl02  {
  margin: 10px 0 -10px 0;
  font-weight:bold;
}
.qa .txt_answer02{
  margin: 10px 0 0 5px;
}
@media screen and (min-width:737px) {
  .qa .qa_ttl {
    font-size: 1.3rem;
  }
  .qa .qa_ttl02 {
    font-size: 1.2rem;
  }
  .qa .txt_answer02{
    font-size: 1.2rem;
  }
  .qa .komelist{
    font-size: 1rem;
  }
}
@media screen and (max-width:736px) {
  .qa .qa_ttl {
    font-size: 1rem;
  }
  .qa .txt_answer02{
    margin: 10px 0 0 3px;
  }
  .qa .komelist{
    font-size: 0.8rem;
  }
}

/* 特典 */
.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;
  vertical-align: middle;
  box-sizing: border-box;
}
.tokuten-table th {
  font-weight: 700;
  text-align: center;
}
.tokuten-table thead th {
  color: #008031;
  background: #fff697;
}
.tokuten-table thead th:nth-child(1) {
  width: 16%;
}
.tokuten-table thead th:nth-child(2) {
  width: 50%;
}
.tokuten-table thead th:nth-child(3) {
  width: 18%;
}
.tokuten-table thead th:nth-child(4) {
  width: 16%;
}
.toku-spn {
    font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .tokuten-table thead {
    display:none;
  }
  .tokuten-table tr {
    background-color: unset;
  }
  .tokuten-table th, .ex_tokuten-table td {
    display: block;
    width: 100%;
    border: 0;
    border: 1px solid #ccc;
  }
  .tokuten-table tbody th{
    background: #fff697;
    color: #008031;
    text-align: center;
  }
  .tokuten-table tbody tr td {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .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;
    margin: 0 auto;
  }
  .toku-spn {
    font-size: .9rem;
  }
}