@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
  color: #0a1f33;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  font-weight: 350;
}
.camp-main a {
  color: #0067c3;
}
.camp-main img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .l-main.camp-main {
    max-width: 672px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .l-main.camp-main {
    margin-top: 0;
    width: 720px;
  }
}
@media (hover: hover) {
  .l-container a {
    transition: all ease 0.3s;
  }
  .l-container a:hover {
    filter: brightness(112%);
  }
}

.u-red {
  color: var(--c-text-emphasis-red);
}

/* module
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++++++ */
.camp-ttl-01 {
  padding: 0 20px 0.4em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  border-bottom: solid 4px #f3f4f5;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
.camp-ttl-02 {
  font-weight: bold;
  text-align: center;
}
.camp-ttl-02 + p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .camp-ttl-01 {
    margin: 16px auto;
    font-size: 2.4rem;
  }
  .camp-ttl-01 .num {
    font-size: 3.4rem;
  }
  .camp-ttl-02 {
    margin: 38px auto 13px;
    font-size: 2rem;
  }
  .camp-ttl-02.top-section + p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .camp-ttl-01 {
    margin: 32px auto 24px;
    font-size: 3.2rem;
  }
  .camp-ttl-01 .num {
    font-size: 4.8rem;
  }
  .camp-ttl-02 {
    margin: 64px auto 16px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/* camp-note
++++++++++++++++++++++++++++++++++++++++ */
.camp-entry .camp-note {
  position: relative;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  background-color: #ffd0d0;
}
.camp-entry .camp-note span {
  color: #d80b0b;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camp-entry .camp-note span::before {
  display: inline-block;
  content: "";
  background-image: url(/corp/campaign/fx_2509/images/icon-alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.camp-entry .camp-note span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* transform: translateY(-1px); */
  display: block;
  width: 20px;
  height: 16px;
  text-align: center;
  background-color: #ffd0d0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

@media (max-width: 767.98px) {
  .camp-entry .camp-note {
    width: 100%;
    margin: 24px auto 24px;
    font-size: 14px;
  }
  .camp-entry .camp-note span::before {
    width: 28px;
    height: 25px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .camp-entry .camp-note {
    width: 720px;
    margin: 30px auto;
    font-size: 1.8rem;
  }
  .camp-entry .camp-note.-lottery {
    margin: 36px auto;
  }
  .camp-entry .camp-note span::before {
    width: 36px;
    height: 32px;
    margin-right: 16px;
  }
}

/* entory ++++++++++++++++++++ */
.camp-entry {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  padding: 0;
  text-align: center;
}
.camp-entry dt {
  padding: 0;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.8rem;
}
.camp-entry dd {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.camp-entry ._btn small {
  width: 100%;
  display: block;
}
.camp-entry ._btn,
.camp-entry ._entryend {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 1.3;
  border-radius: 100vh;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.camp-entry ._btn.-entry,
.camp-entry ._entryend {
  padding: 15px 16px;
  margin: 0 auto;
}
.camp-entry ._btn.-entry {
  color: #fff;
  background-color: #d90016;
}
.camp-entry ._btn.-add {
  background-color: #ef2e42;
}
.camp-entry ._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .camp-entry {
  }
  .camp-entry ._btn {
    font-size: 1.8rem;
  }
  .camp-entry dd {
    text-align: left;
  }
  .camp-entry ._btn.-entry,
  .camp-entry ._entryend.-entry {
    width: 280px;
    height: 56px;
  }
  .camp-entry ._entryend {
    font-size: 1.8rem;
    width: 280px;
    height: 56px;
  }
  .camp-entry ._btn.-entry {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .camp-entry ._btn.-entry,
  .camp-entry ._btn._entryend {
    font-size: 2.4rem;
    width: 400px;
    height: 92px;
  }
  .camp-entry ._entryend {
    font-size: 2rem;
    width: 400px;
    height: 62px;
  }
  .camp-entry ._btn small {
    font-size: 1.8rem;
  }
}
/* end */


/* hero
++++++++++++++++++++++++++++++++++++++++ */
.camp-hero {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
}
.camp-hero img {
  width: 100%;
}
.camp-hero > h1 {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.camp-hero > ._period {
  margin: 0;
}
@media (max-width: 767.98px) {
  .camp-hero {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .camp-hero {
    margin-top: 32px;
    margin-bottom: 48px;
    overflow: hidden;
    border-radius: 8px;
  }
}

/* end */
.camp-hero > ._endcamp {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.camp-hero > ._endcamp > p {
  flex-grow: 1;
  padding: 16px 0;
  border: 2px solid #fff;
  color: #CC0000;
  background: rgba(255,245,225,0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

/* step
++++++++++++++++++++++++++++++++++++++++ */
.camp-step {
  text-align: center;
}
.camp-step ._subttl {
  width: 320px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 4px;
  background-color: rgba(73, 44, 0, 0.1);
  font-size: 2rem;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #492c00;
}
.camp-step ._subttl span {
  display: inline-block;
  font-size: 2.6rem;
}
.camp-step p {
  color: #492c00;
  line-height: 1;
  margin: 16px auto 24px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.camp-step p + p {
  line-height: 1.75;
  margin: 0 auto 32px;
}
.camp-step .camp-entry ._btn.-entry {
  position: relative;
}
.camp-step .camp-entry ._btn.-entry::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0px 15px;
  border-color: #d1c0a2 transparent transparent transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.camp-step ._readttl {
  margin-top: 40px;
  width: 273px;
  margin-bottom: 8px;
}
.camp-step ._readimg {
  display: block;
  margin: auto;
}
.camp-step ._readimg img {
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .camp-step ._subttl {
    margin-top: 24px;
    width: 100%;
  }
  .camp-step p {
    margin: 8px auto 16px;
  }
  .camp-step p + p {
    font-size: 1.6rem;
    margin: -8px auto 16px;
  }
  .camp-step .camp-entry ._btn.-entry::after {
    bottom: -42px;
  }
  .camp-step ._readimg {
    width: 302px;
  }
}
@media (min-width: 768px) {
  .camp-step p + p {
    font-size: 1.8rem;
  }
  .camp-step .camp-entry ._btn.-entry::after {
    bottom: -36px;
  }
  .camp-step ._readimg img {
    width: 563px;
  }
}
/* chance
++++++++++++++++++++++++++++++++++++++++ */
.camp-chance {
}
.camp-chance_wrap {
  color: #fff;
  text-align: center;
  border-radius: 32px;
}
.camp-chance_wrap.-chance1 {
  background-color: #df0809;
}
.camp-chance_wrap.-chance2 {
  background-color: #1959a1;
}
.camp-chance_wrap.-chance3 {
  background-color: #0f9565;
}
.camp-chance_wrap h3 {
  margin: 0 auto;
  width: 260px;
}
.camp-chance_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 28px;
  margin: 24px auto 8px;
  border-radius: 50px;
  border: solid 1px #0f9565;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #0f9565;
}
.camp-chance_read {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 16px -16px;
}
.camp-chance_read span {
  font-size: 2rem;
}
.camp-chance_read > span._small {
  font-size: 2.2rem;
}
.camp-chance_read b {
  font-family: "din-2014", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.022em;
}
.camp-chance_read > b > span {
  font-size: 2.4rem;
}
.camp-chance_inner {
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
}
.camp-chance_inner p {
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #0f9565;
}
.camp-chance_note {
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
  color: #ba862a;
}
@media (max-width: 767.98px) {
  .camp-chance {
  }
  .camp-chance_wrap {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 40px 16px;
  }
  .camp-chance_wrap + .camp-chance_wrap {
    margin-top: 32px;
  }
  .camp-chance_read {
    margin: 20px -16px;
  }
  .camp-chance_read.-booth3 {
    line-height: 36px;
  }
  .camp-chance_inner {
    margin: 0 auto 14px;
    padding: 24px 16px 32px;
  }
  .camp-chance_inner p {
    text-align: left;
    font-size: 1.6rem;
  }
  .camp-chance_note {
    font-size: 1.2rem;
    margin: 8px auto 24px;
  }
}
@media (min-width: 768px) {
  .camp-chance {
  }
  .camp-chance_wrap {
    width: 720px;
    padding: 40px 32px;
  }
  .camp-chance_wrap + .camp-chance_wrap {
    margin-top: 40px;
  }
  .camp-chance_inner {
    width: 656px;
    margin: 0 auto 24px;
    padding: 24px 32px 32px;
  }
  .camp-chance_inner p {
    font-size: 1.6rem;
  }
  .camp-chance_note {
    font-size: 1.4rem;
    margin: 8px auto 32px;
  }
}

/* chance_table */
.camp-chance_table {}
.camp-chance_table ._ttl {
  margin: 24px auto 0;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.camp-chance_table table {
  width: 100%;
  margin: 11px auto 0;
  box-shadow: 0px 0px 0px 1px #d9d9d9;
}
.camp-chance_table tr {
  letter-spacing: 0.025em;
}
.camp-chance_table thead th {
  width: 50%;
  background-color: #643c00;
  color: #fff;
  font-weight: normal;
}
.camp-chance_table thead th + th {
  border-left: #d9d9d9 solid 1px;
}
.camp-chance_table tbody td {
  border-top: #d9d9d9 solid 1px;
  border-right: #d9d9d9 solid 1px;
  vertical-align: middle;
  color: #0a1f33;
  background-color: #fff;
}
.camp-chance_table tbody td > p {
  line-height: 1.5;
  margin: 0;
}
.camp-chance_table tbody td > span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  margin-top: 16px;
  color: #d90016;
}
@media (max-width: 767.98px) {
  .camp-chance_table ._ttl {
    font-size: 1.6rem;
  }
  .camp-chance_table {
    margin-top: 24px;
  }
  .camp-chance_table tr th,
  .camp-chance_table tr td {
    height: 36px;
  }
  .camp-chance_table thead th {
    width: 60%;
  }
  .camp-chance_table thead th + th {
    width: 40%;
  }
  .camp-chance_table tbody td > p {
    line-height: 1.3;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 8px;
  }
  .camp-chance_table tbody td > span {
    font-size: 1rem;
    margin-top: 8px;
    text-align: left;
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  .camp-chance_table ._ttl {
    font-size: 1.8rem;
  }
  .camp-chance_table {
    margin-top: 32px;
  }
  .camp-chance_table tr th,
  .camp-chance_table tr td {
    height: 44px;
  }
}

/* chance_img */
@media (max-width: 767.98px) {
  .camp-main .camp-lottery1_img { width: 249px; margin-bottom: 24px; }
  .camp-main .camp-lottery_img1 { width: 280px; }
  .camp-main .camp-lottery_img2 { width: 100%; }
}
@media (min-width: 768px) {
  .camp-main .camp-lottery1_img { width: 299px; margin-bottom: 32px; }
  .camp-main .camp-lottery_img1 { width: 333px; }
  .camp-main .camp-lottery_img2 { width: 592px; }
  /* .camp-main .camp-morechance_img { width: 273px; } */
}

.camp-morechance {
  text-align: center;
}
.camp-morechance .camp-morechance_inner {
  background-color: #fffbf3;
  position: relative;
}
.camp-morechance .camp-morechance_inner::before,
.camp-morechance .camp-morechance_inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background: url('/corp/campaign/click20_3/images/bg.svg') repeat center top;
}
.camp-morechance .camp-morechance_inner::before {
  top: 0;
}
.camp-morechance .camp-morechance_inner::after {
  bottom: 0;
}
.camp-morechance_inner p {
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #0f9565;
}
@media (max-width: 767.98px) {
  .camp-morechance {}
  .camp-morechance img._ttl {
    margin: 24px auto;
    width: 273px;
  }
  .camp-morechance .camp-morechance_inner::before,
  .camp-morechance .camp-morechance_inner::after {
    height: 50px;
  }
  .camp-morechance .camp-morechance_inner ._img1 {
    width: 272px;
    margin-bottom: 24px;
  }
  .camp-morechance .camp-morechance_inner ._img2 {
    width: 316px;
    width: 100%;
  }
  .camp-morechance .camp-morechance_inner {
    margin-left: -16px;
    margin-right: -16px;
    padding: 82px 0;
  }
  .camp-morechance_inner p {
    margin: 0 36px;
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .camp-morechance {
    margin-top: 48px;
  }
  .camp-morechance img._ttl  {
    width: 273px;
  }
  .camp-morechance .camp-morechance_inner {
    margin-top: 48px;
    padding: 88px 0;
  }
  .camp-morechance .camp-morechance_inner::before,
  .camp-morechance .camp-morechance_inner::after {
    height: 40px;
  }
  .camp-morechance .camp-morechance_inner ._img1 {
    width: 362px;
    margin-bottom: 32px;
  }
  .camp-morechance .camp-morechance_inner ._img2 {
    width: 616px;
  }
}
.starter-bnr { margin: 0 auto; }
@media (max-width: 767.98px) {
  .starter-bnr {
    margin: 40px auto;
  }
}
@media (min-width: 768px) {
  .starter-bnr {
    margin: 40px auto 96px;
    width: 348px;
  }
  .l-container .starter-bnr a:hover {
    filter: brightness(100%);
    opacity: .7;
  }
}
.camp-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.camp-bnr a {
  overflow: hidden;
  border-radius: 8px;
  display: block;
}
@media (max-width: 767.98px) {
  .camp-bnr {
    justify-content: center;
    margin: 72px auto;
  }
  .camp-bnr a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .camp-bnr {
    margin: 96px auto;
  }
  .camp-bnr a {
    width: 348px;
  }
  .camp-bnr a:hover {
    filter: brightness(100%);
    opacity: .7;

  }
}

/* summary
++++++++++++++++++++++++++++++++++++++++ */
.camp-summary {
}
.camp-summary sup {
  top: -0.3em;
  font-size: 70%;
}
.camp-summary ul,
.camp-summary li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.camp-summary li {
  position: relative;
  padding-left: 1em;
}
.camp-summary li::before {
  content: "・";
  position: absolute;
  left: 5px;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .camp-summary {
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
  .camp-summary section + section {
    margin-top: 40px;
  }
  .camp-summary p,
  .camp-summary ul {
    margin-left: 16px;
    margin-right: 16px;
  }
  .camp-ttl-01 {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .camp-summary {
    margin-bottom: 96px;
  }
  .camp-summary section + section {
    margin-top: 64px;
  }
  .camp-summary section ul li {
  }
}


/* cashback table ++++++++++++++++++++ */
.camp-cashback {
  table-layout: fixed;
  /* min-width: 100%; */
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  word-break: keep-all;
}
.camp-cashback tbody {
  border-top: 1px solid rgba(10, 31, 51, 0.2);
}
.camp-cashback tbody tr {
  border-bottom: 1px solid rgba(10, 31, 51, 0.2);
}

.camp-cashback td {
  line-height: 1.5;
}
.camp-cashback thead th {
  height: 48px;
  min-height: 48px;
  background-color: #f3f4f5;
  line-height: 1.3;
}
.camp-cashback thead th span {
  display: block;
}
.camp-cashback .date {
  display: inline-block;
  text-align: right;
}

.camp-cashback .transaction {
  margin: 0 auto;
  text-align: left;
}
.camp-cashback .transaction > li {
  padding-left: 0;
}

.camp-cashback tbody td strong {
  display: list-item;
  font-weight: normal;
  text-align: left;
}

.marker-emphasis::marker {
  color: #57ceff;
}
.marker-circle {
  list-style-type: circle;
}

@media (max-width: 767.98px) {
  .camp-cashback {
    font-size: 1.4rem;
  }
  .camp-cashback th,
  .camp-cashback td {
    padding: 9px 6px;
    /* height: 56px; */
  }
  .camp-cashback thead th {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 48px;
  }
  .camp-cashback thead th span {
    font-size: 1.2rem;
  }
  .camp-cashback .date {
    width: 96px;
  }
  /* .camp-cashback .transaction {
    margin-left: 12px;
  } */
  .camp-cashback .mih_3em-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
  }

  .camp-cashback tbody td strong {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .camp-cashback th,
  .camp-cashback td {
    padding: 4px;
    height: 56px;
  }
  .camp-cashback thead th {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 64px;
  }
  .camp-cashback thead th span {
    font-size: 1.4rem;
  }
  .camp-cashback .date {
    width: 105px;
  }
  .camp-cashback .transaction {
    margin-left: 20px;
  }
  .camp-cashback tbody td strong {
    margin-left: 32px;
  }
}

/* +++++++++++++++++++++++++++++++++++++++
/* lottery
++++++++++++++++++++++++++++++++++++++++ */
.lottery-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 0;
}
@media (min-width: 768px) {
  .lottery-body {
    min-height: auto;
  }
}

.lottery-header {
  height: 48px;
}
.lottery-header .pop-header_logo {
  width: 172px;
}

.lottery-hero {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
}
.lottery-hero img {
  width: 100%;
}

.lottery-message {
  max-width: 720px;
  margin: 0 auto;
}
.lottery-message a {
  color: #0067c3;
  text-decoration: none;
}
.lottery-message a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
  .lottery-message {
    font-size: 16px;
    line-height: 1.75;
  }
}

.lottery-bnr {
}
@media (max-width: 767.98px) {
  .lottery-bnr {
    margin: 24px auto 40px;
  }
}
@media (min-width: 768px) {
  .lottery-bnr {
    margin: 32px auto 56px;
  }
  .lottery-bnr a:hover img {
    opacity: .8;
  }
}

.lottery-redirect {
  display: grid;
  place-content: center;
  height: 50vh;
  text-align: center;
}

@media (max-width: 767.98px) {
  .lottery-hero {
    margin: 0 -16px 16px;
  }
}
@media (min-width: 768px) {
  .lottery-hero {
    margin: 0 auto 36px;
  }
  .lottery-hero img {
    border-radius: 8px;
  }
}


.lottery-camp {
  max-width: 720px;
  margin: 0 auto;
}
.lottery-camp ._ttl {
  /* color: #7a5138; */
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
.lottery-camp .camp-note {
  margin-top: 0;
}

.lottery-camp dl {
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff9e7;
  text-align: center;
}
.lottery-camp dl > dt {
  margin: 0;
  font-weight: bold;
}
.lottery-camp dl > dd {
  margin: 1.5em 0 0;
}

@media (max-width: 767.98px) {
  .lottery-camp ._ttl {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .lottery-camp dl {
    margin-top: 24px;
    padding: 16px;
  }
  .lottery-camp dl > dt {
    font-size: 2rem;
  }
  .lottery-camp dl > dd {

  }
}
@media (min-width: 768px) {
  .lottery-camp ._ttl {
    margin-bottom: 32px;
    font-size: 3.3rem;
  }
  .lottery-camp dl {
    margin-top: 46px;
    padding: 24px;
  }
  .lottery-camp dl > dt {
    font-size: 2.4rem;
  }
  .lottery-camp dl > dd {
    font-size: 1.6rem;
  }
}


.camp-onepoint_advice {
  border-radius: 4px;
  border: solid 1px #f89e61;
  background-color: #fff;
}
.camp-onepoint_advice ._ttl {
  width: 100%;
  height: 36px;
  background-color: #f0863f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.camp-onepoint_advice ._inner {
  padding: 0 16px 24px;
  letter-spacing: 0.025em;
}
.camp-onepoint_advice ._read {
  margin: 16px auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #0a1f33;
}
.camp-onepoint_advice ._subread {
  margin: 16px auto;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  color: #0a1f33;
}
.camp-onepoint_advice ._subread a {
  color: #0a1f33;
}
.camp-onepoint_advice ._subread span {
  color: #d90016;
}
.camp-onepoint_advice ._subread span a {
  color: #d90016;
}
.camp-onepoint_advice ._img {
  width: 264px;
}
.camp-onepoint_advice ._list,
.camp-onepoint_advice ._list li {
  margin: 0;
  padding: 0;
  text-align: left;
}
.camp-onepoint_advice ._list li {
  position: relative;
  line-height: 1.75;
}
.camp-onepoint_advice ._list li a {
  color: #0a1f33;
  text-decoration: none;
}
.camp-onepoint_advice ._list li a:hover {
  text-decoration: underline;
}
.camp-onepoint_advice ._list li + li {
  margin-top: 8px;
}
.camp-onepoint_advice ._list li::before {
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border-top: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  vertical-align: middle;
  content: "";
  margin-right: 8px;
}
.camp-onepoint_advice ._note {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
  color: #ba862a;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .camp-onepoint_advice {
    margin-top: 24px;
  }
  .camp-onepoint_advice ._subread {
    font-size: 1.4rem;
  }
  .camp-onepoint_advice ._read br {
    display: block;
  }
  .camp-onepoint_advice ._note {
    margin-top: -8px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .camp-onepoint_advice {
    margin-top: 32px;
  }
  .camp-onepoint_advice ._read br {
    display: none;
  }
  .camp-onepoint_advice ._note {
    margin-top: -4px;
    font-size: 1.4rem;
  }
}


@media (max-width: 767.98px) {
  .u-disp-sp { display: block; }
}
@media (min-width: 768px) {
  .u-disp-sp { display: none; }
}
/* override
++++++++++++++++++++++++++++++++++++++++ */
/* @media (max-width: 767.98px) {
  section + section { margin-top: 72px; }
}
@media (min-width: 768px) {
  section + section { margin-top: 96px; }
} */


/* override
++++++++++++++++++++++++++++++++++++++++ *
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
