@charset "utf-8";
/* CSS Document */

div#famipaycp.bg {
  max-width: 100%;
  margin: 0 auto;
  background-color: #d0b15d;  /*背景色変更箇所*/
  padding: 2.5%;
  box-sizing: border-box;
}

.inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 2.5% 6% 2.5%;
  font-size: 0.93333rem;
}

.h2_tit {
  background-color: #0f0102;    /*見出し背景色変更箇所*/
  color: #fff;    /*見出しフォント色変更箇所*/
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 10px 7px 15px;
  margin-top: 25px;
  margin-bottom: 10px !important;
  border-radius: 20px;
}
  div#famipaycp h3 {
    font-size: 1rem;
  }
.ly-mod-ttl-lt.ly-no-bd {
  margin: 10px auto 0;
}

.kikan h4 {
  margin-bottom: .5rem;
}
.kikan dt {
  font-weight: 500;
  margin-right: .5rem;
}
.kikan dl > div {
  margin-left: 15px;
}
.kikan dl > div::before {
  display: block;
  position: relative;
  content: '';
  border-radius: 100%;
  left: -12px;
  top: 14px;
  width: 5px;
  height: 5px;
  background: #313131;
}

.sp_none {
  display: none;
}

.tousen_bg {
  background: #eee;
  padding: .5rem 1rem;
  font-size: 0.93333rem;
}

.tousen_bg p + p {
  padding-top: .5rem;
}

.tousen_bg span {
  font-weight: 500;
}


@media screen and (min-width: 737px) {
  div#famipaycp.bg {
    max-width: 1200px;
    padding: 24px;
  }

  .inner {
    border-radius: 20px;
    padding: 1px 30px 40px 30px;
    font-size: 1.33333rem;  /*.ly-pc-fs20*/
  }

  .h2_tit {
    line-height: 1.7;
    font-size: 1.33333rem;
    padding: 2px 10px 4px 20px;
    margin-top: 40px;
    margin-bottom: 15px !important;
    border-radius: 50px;
  }

  div#famipaycp h3 {
    font-size: 1.33333rem;
  }

  .kikan dl > div {
    display: flex;
  }

  .kikan dl > div::before {
    display: inline-block;
    left: -10px;
    top: 13px;
  }

  .ly_fs16 {
    font-size: 1.1rem;
  }
  .sp_none {
    display: block;
  }
}

/* 引換フロー */
.hikikae_flow ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.hikikae_flow ul > li {
  list-style-type: none;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 20px;
}

.hikikae_flow ul > li dl {
  padding: 30px 10px 10px;
  margin: 0;
  border: 3px solid #ddd;
  position: relative;
  text-align: center;
  width: 100%;
}

.hikikae_flow ul > li .flow_label {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
  color: #121212;
  padding: 3px 40px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1rem;
  z-index: 1;
  white-space: nowrap;
}

.hikikae_flow ul > li dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}

.hikikae_flow ul > li dl dd {
  text-align: left;
}
.hikikae_flow ul > li dl dd.folw_day {
  text-align: center;
  margin-bottom: 10px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media (min-width: 737px) {
  .hikikae_flow ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .hikikae_flow ul > li {
    flex: 1 1 260px;
    max-width: 260px;
  }
  .hikikae_flow ul > li dl dd {
    font-size: 1.1rem;
  }
  .hikikae_flow ul > li dl dd.folw_day.one {
    line-height: 3.0;
  }
}

/* 早見表 */
.tb_hayami01 {
  width: 100%;
  margin: 0 auto;
}

.tb_hayami01 .tb_hayami01_innner {
  width: 100%;
  border-collapse: collapse;
}

.tb_hayami01 .tb_hayami01_innner th,
.tb_hayami01 .tb_hayami01_innner td {
  padding: 0.5rem;
  text-align: left;
  text-align: center !important;
  width: 25%;
  border: solid 1px #0f0102;
  font-size: 0.8rem;
}

.tb_hayami01 .tb_hayami01_innner th {
  background-color: #F5E8D8;
  font-weight: 500;
}

.negative {
  background: #eee;
}
@media (min-width: 737px) {
  .tb_hayami01 .tb_hayami01_innner th,
  .tb_hayami01 .tb_hayami01_innner td {
    font-size: 1.2rem;
  }
}

/* 特典表 */
table.tb_tokuten_01,
table.tb_tokuten_02,
table.tb_tokuten_03 {
  border-collapse: collapse;
  width: 100%;
}
.tb_tokuten_01 th,
.tb_tokuten_01 td,
.tb_tokuten_02 th,
.tb_tokuten_02 td,
.tb_tokuten_03 th,
.tb_tokuten_03 td {
  padding: 10px 3px;
  border: solid 1px #0f0102;
  text-align:center;
  box-sizing:border-box;
    font-size: 0.8rem;
}

.tb_tokuten_01 th:nth-child(1),
.tb_tokuten_01 td:nth-child(1), 
.tb_tokuten_02 th:nth-child(1),
.tb_tokuten_02 td:nth-child(1),
.tb_tokuten_03 th:nth-child(1),
.tb_tokuten_03 td:nth-child(1) {
  width: 12%;
}
.tb_tokuten_01 th:nth-child(2),
.tb_tokuten_01 td:nth-child(2), 
.tb_tokuten_02 th:nth-child(2),
.tb_tokuten_02 td:nth-child(2),
.tb_tokuten_03 th:nth-child(2),
.tb_tokuten_03 td:nth-child(2) {
  width: 38%;
}
.tb_tokuten_01 th:nth-child(3),
.tb_tokuten_01 td:nth-child(3), 
.tb_tokuten_02 th:nth-child(3),
.tb_tokuten_02 td:nth-child(3),
.tb_tokuten_03 th:nth-child(3),
.tb_tokuten_03 td:nth-child(3) {
  width: 20%;
}
.tb_tokuten_01 th:nth-child(4),
.tb_tokuten_01 td:nth-child(4), 
.tb_tokuten_02 th:nth-child(4),
.tb_tokuten_02 td:nth-child(4),
.tb_tokuten_03 th:nth-child(4),
.tb_tokuten_03 td:nth-child(4) {
  width: 30%;
}

.tb_tokuten_01 th,
.tb_tokuten_02 th,
.tb_tokuten_03 th {
  background: #F5E8D8;
  color: #0f0102;
  font-weight: 500;
}
.sp-only {
  display: none;
}

@media (min-width: 737px) {
  .tb_tokuten_01 th,
  .tb_tokuten_01 td,
  .tb_tokuten_02 th,
  .tb_tokuten_02 td,
  .tb_tokuten_03 th,
  .tb_tokuten_03 td {
    font-size: 1.2rem;
  }
}

/* 景品イメージ */
.tokuten_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}

.tokuten_item {
  width: 48%;
  text-align: center;
}

.tokuten_item img {
  width: 100%;
  height: auto;
}

@media (min-width: 737px) {
  .tokuten_img {
    margin: 0 auto;
    width: 80%;
  }
}