@charset "utf-8";

* {
  color: #381F1F;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  touch-action: pan-x pan-y;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 2.66667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

body {
  width: 100%;
  max-width: 1088px;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #F7F5F3;
  padding-bottom: 24.53vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  line-height: 1.32;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 8.533333vw;
  position: relative;
  display: inline-block;
  line-height: 1.48;
}

h2::before,
h2::after {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

ol,
ul {
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 3.73333vw;
}

img {
  width: 100%;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.box {
  border-radius: 2.133333vw;
  background-color: #fff;
  text-align: left;
}

.text_link {
  color: #486EBA !important;
  text-decoration: underline;
}

/* 上付き */
.sup_text {
  font-size: 0.6em;
  vertical-align: top;
}

/* ※ */
ul.footnote>li {
  font-size: 3.2vw;
  text-align: left;
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #381F1F;
}

ul.footnote>li+li {
  margin-top: 1.066666vw;
}

ul.footnote>li::before {
  content: '※';
  font-size: inherit;
  margin-right: 0.5em;
}

/* ol.footnote */
ol.footnote {
  counter-reset: number 0;
}

ol.footnote>li {
  font-size: 3.2vw;
  margin-left: 2em;
  position: relative;
}

ol.footnote>li::before {
  counter-increment: number 1;
  content: '※' counter(number);
  font-size: inherit;
  position: absolute;
  left: -2em;
}

ol.num li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

ol.footnote+ul.footnote {
  margin-top: 1.066666vw;
}

/* ul.dot */
ul.dot>li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.dot>li::before {
  content: '・';
  font-size: inherit;
}

/* deco */
.deco {
  text-align: center;
}

.deco_inner {
  display: inline-block;
  position: relative;
  margin: auto;
}

.deco_inner::before,
.deco_inner::after {
  content: '';
  background-color: #E10212;
  border-radius: 9999px;
  width: 0.3vw;
  height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.deco_inner::before {
  left: -0.75em;
  transform: rotate(-20deg);
}

.deco_inner::after {
  right: -0.75em;
  transform: rotate(20deg);
}

.deco_text {
  font-size: 4.27vw;
  color: #E10212;
  font-weight: 600;
}

/* btn */
.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84vw;
  height: 16.53vw;
  border-radius: 26.67vw;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn_text {
  line-height: 1.32;
  font-weight: 600;
  text-align: center;
}

.deco+.btn_type1,
.deco+.btn_type2 {
  margin-top: 2.133333vw;
}

a.btn_type1:hover,
a.btn_type2:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(0.53vw);
}

/* btn_type1 */
.btn_type1 {
  background: linear-gradient(#FFC73C 50%, #FFBA19 50%);
  box-shadow: 0px 1.07vw 0px 0px #CD8F00;
}

.btn_type1 .btn_text {
  font-size: 4.264392vw;
}

/* btn_type2 */
.btn_type2 {
  background: linear-gradient(#EF1121 50%, #E20313 50%);
  box-shadow: 0px 1.07vw 0px 0px #B4000D;
}

.btn_type2 .btn_text {
  color: #fff;
  font-size: 4.27vw;
}

/* icon */
.icon {
  position: relative;
}

.icon_type1::before {
  content: '';
  background-image: url(../images/arrow_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3.466666vw;
  height: 3.466666vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.87vw;
  margin: auto 0;
}

.icon_type2::before {
  content: '';
  background-image: url(../images/arrow_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3.466666vw;
  height: 3.466666vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.87vw;
  margin: auto 0;
}

.icon_type3::before {
  content: '';
  background-image: url(../images/outlink.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3.333333vw;
  height: 3.2vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.87vw;
  margin: auto 0;
}

/* .checkbox_wrap */
.checkbox_wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: left;
}

.checkbox_wrap input {
  width: 4.53vw;
  height: 4.53vw;
  accent-color: #381F1F;
  cursor: pointer;
}

.checkbox_wrap label {
  font-size: 3.2vw;
  line-height: 1.32;
  margin-left: 0.25em;
  letter-spacing: 0.035em;
  color: #381F1F;
  cursor: pointer;
}

.checkbox_wrap input:hover,
.checkbox_wrap label:hover {
  opacity: 0.8;
}

.unchecked {
  background: none;
  background-color: #A3A3A3 !important;
  box-shadow: none !important;
  pointer-events: none;
}

/* accordion */
.accordion_title {
  position: relative;
}

.accordion_title::before,
.accordion_title::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  background-color: #E10212;
  width: 3.2vw;
  height: 0.533333vw;
  top: 0;
  bottom: 0;
  right: 6.4vw;
  margin: auto 0;
  transition: 0.25s;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_title.open::after {
  transform: none;
}

/* modal */
.modal_open {
  cursor: pointer;
}

.modal_open:hover {
  opacity: 0.8;
}

.modal_wrap {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  padding: 0 4vw;
}

.modal {
  width: 100%;
  max-width: 92vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background-color: #fff;
  border-radius: 2.133333vw;
  height: min-content;
  max-height: 90vh;
  box-sizing: border-box;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal_content {
  display: block;
  padding: 27.146666vw 4vw 10.67vw;
  background-color: #F8F5E4;
}

.modal_content .footnote>li {
  font-size: 2.93vw;
}

.close_wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.modal_close {
  position: fixed;
  width: 8.533333vw;
  height: 8.533333vw;
  margin: 2.4vw 2.4vw 0 0;
  background-color: #ccc;
  border-radius: 9999px;
  padding: 1.6vw;
  cursor: pointer;
  z-index: 10002;
}

.modal_close:hover {
  opacity: 0.8;
}

.modal_close::before,
.modal_close::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #333;
  width: 4vw;
  height: 0.533333vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 9999px;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

.modal_lead {
  position: fixed;
  background-color: #ffffff;
  padding: 6.4vw;
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  border-radius: 2.133333vw 2.133333vw 0 0;
  z-index: 10001;
}

.modal_lead p {
  font-size: 4.8vw;
  font-weight: 600;
}

.modal_content .box {
  padding: 6.4vw 4vw;
  border: 0.533333vw solid #EBDAB0;
}

.modal_content .box+.box {
  margin-top: 6.4vw;
}

.modal_content h4 {
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 4.266666vw;
}

.modal_content p {
  font-size: 4.266666vw;
  line-height: 1.7;
}

.modal_content p span {
  font-weight: 600;
}

.modal_content ul.footnote {
  margin-top: 2.133333vw;
}

.modal_content .btn_area {
  margin-top: 8.53vw;
}

/* btn_area */
.btn_area .checkbox_wrap {
  margin-top: 4.27vw;
}

.btn_area ul.footnote {
  margin-top: 2.133333vw;
}

.btn_area .btn+ul.footnote li {
  text-align: center;
}

.btn_area .btn:nth-of-type(2) {
  margin-top: 5.33vw;
}

/* fv */
.fv .btn_area {
  background-color: #F8F5E4;
  padding: 10.666666vw 8vw;
}

/* summary */
.summary {
  background-image: url(../images/bg-summary.png);
  background-size: cover;
  text-align: center;
  position: relative;
}

.summary::before {
  content: '';
  position: absolute;
  background-image: url(../images/participate1.png);
  background-size: 100%;
  width: 29.87vw;
  height: 21.33vw;
  top: -8.53vw;
  left: 2.27vw;
}

.summary::after {
  content: '';
  position: absolute;
  background-image: url(../images/participate2.png);
  background-size: 100%;
  width: 21.33vw;
  height: 21.6vw;
  bottom: -0.53vw;
  right: 0;
}

.summary .inner {
  padding: 10.67vw 4vw;
}

.summary h2 {
  color: #FFF;
  margin-bottom: 4.27vw;
}

.summary .box {
  padding: 6.4vw 5.33vw;
}

.summary .box>p {
  font-size: 4.266666vw;
  line-height: 1.5;
  font-weight: 600;
}

.summary .box>p .sm {
  font-size: 3.733333vw;
  font-weight: inherit;
}

.summary .box dt p {
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;
  font-size: 4.266666vw;
  margin-top: 4.266666vw;
}

.summary .box dt p::before {
  content: '';
  position: absolute;
  width: 4.27vw;
  height: 4.53vw;
  background-image: url(../images/deco-sparkling.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0.1em;
  top: 0.2em;
}


.summary .box dd {
  margin-top: 1.066666vw
}

.summary .box dd p {
  font-size: 4.266666vw;
  line-height: 1.7;
  font-weight: 500;
}

.summary .box dd p span {
  letter-spacing: -0.05em;
}

.summary .box dd ul.footnote {
  margin-top: 1.066666vw
}

/* participate */
.participate {
  text-align: center;
  position: relative;
}

.participate .inner {
  background-image: url(../images/bg-participate.png);
  background-size: cover;
  padding: 10.666666vw 4vw 5.333333vw;
}

.participate h2 {
  color: #fff;
  margin-bottom: 4.27vw;
}

.participate .box {
  padding: 8.533333vw 4vw;
  text-align: left;
  z-index: 2;
  position: relative;
}


.participate .head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.participate .head_wrap img {
  width: 17.599999vw;
}

.participate .step_num {
  background-color: #E10212;
  border-radius: 1.066666vw;
  display: flex;
  width: 18.666666vw;
  height: 6.133333vw;
  justify-content: center;
  align-items: center;
  font-size: 3.733333vw;
  color: #fff;
  font-weight: 600;
}

.participate .step_num+* {
  margin-top: 3.2vw;
}

.participate h3 {
  font-size: 5.333333vw;
  line-height: 1.3;
  font-weight: 600;
}

.participate .box_wrap+.box_wrap {
  margin-top: 5.333333vw
}

.participate .box .btn {
  margin-top: 4.266666vw;
}

.participate .box .btn+.checkbox_wrap {
  margin-top: 4.266666vw;
}

.participate .box_wrap._2 .box>a:nth-of-type(2) {
  display: block;
  text-align: center;
  color: #486EBA;
  text-decoration: underline;
  font-size: 2.93vw;
  margin-top: 2.13vw;
}

.participate .box_wrap._2 .box>p {
  font-size: 3.2vw;
  margin-top: 4.27vw;
}

.participate .box_wrap._2 .box>p+p {
  margin-top: 0;
}

.participate .inner+div {
  position: relative;
}

.participate .inner+div::after {
  content: '';
  position: absolute;
  background-image: url(../images/bg-coin.png);
  background-size: 100%;
  width: 13.6vw;
  height: 12vw;
  bottom: -5.22vw;
  left: 5.33vw;
  z-index: 1;
}

/* recommendation */
.recommendation {
  background-color: #FFFADD;
}

.recommendation .inner {
  padding: 17.07vw 4vw 0;
}

.recommendation h2 {
  display: block;
  text-align: center;
  color: #E10212;
  font-size: 7.47vw;
  margin-bottom: 8.53vw;
}

.recommendation .box_wrap+.box_wrap {
  margin-top: 3.2vw;
}

.recommendation .box {
  padding: 5.33vw;
  text-align: center;
  margin: auto;
}

.recommendation .box p {
  font-weight: bold;
  font-size: 4.8vw;
}

.recommendation .box p span.red {
  color: #E10212;
  font-weight: bold;
}

.recommendation .box p span.num {
  font-family: 'Open Sans';
  font-size: 9.07vw;
  color: #E10212;
  font-weight: bold;
}

.recommendation .box img {
  display: block;
  margin-top: 2.13vw;
}

.recommendation .box_wrap:nth-of-type(2) .box p span.red {
  font-size: 6.4vw;
}

.recommendation .box_wrap:nth-of-type(2) .box p span.plus {
  font-weight: bold;
  color: #E10212;
  font-size: 8vw;
}

.recommendation .box_wrap:nth-of-type(2) .box span.num {
  font-size: 10.67vw;
}

.recommendation .box_wrap:nth-of-type(2) .box span.sup_text {
  vertical-align: text-top;
  line-height: 0.8;
}

.recommendation .box_wrap:nth-of-type(2) .box p+div {
  width: 100%;
  height: 18.13vw;
  margin-top: 2.13vw;
  background-image: url(../images/actual2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommendation .group_wrap+.footnote {
  margin-top: 4.27vw;
}

.recommendation .btn_area_wrap {
  padding: 0 4vw;
  margin-top: 9.6vw;
}

/* app */
.app {
  background-color: #FFFADD;
  padding: 9.6vw 4vw 10.67vw;
  position: relative;
}

.app .box {
  padding: 6.4vw 4vw;
}

.dpayment_icon {
  width: 13.6vw;
  display: block;
  margin: 0 auto;
}

.app .box>p {
  font-size: 4.266666vw;
  text-align: center;
  color: #3B4043;
  font-weight: 600;
  margin-top: 2.133333vw;
}

.app ul.check {
  margin: 2.133333vw auto 4.266666vw;
}

.app ul.check li {
  background-color: #F5F5F5;
  border-radius: 2.133333vw;
  padding: 2.666666vw;
  width: 76vw;
  height: 8.533333vw;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.app ul.check li+li {
  margin-top: 1.066666vw;
}

.app ul.check li img {
  width: 6.4vw;
  height: 6.4vw;
}

.app ul.check li:nth-of-type(2) img {
  margin-right: 2.13vw;
}

.app ul.check li p {
  color: #E10212;
  font-size: 3.733333vw;
  text-align: left;
  font-weight: 600;
}

.summary_detail {
  border: 0.533333vw solid #E10212;
  background-color: #fff;
  border-radius: 2.666666vw;
  margin: 8.533333vw auto 0;
  overflow: hidden;
}

.summary_detail .accordion_title {
  padding: 2.666666vw 0;
  cursor: pointer;
}

.summary_detail .accordion_title:hover {
  opacity: 0.8;
}

.summary_detail .accordion_title p {
  font-size: 5.066666vw;
  color: #E10212;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.333333vw;
}

.summary_detail .accordion_title ul.footnote li {
  text-align: center;
  font-weight: 600;
  color: #3B4043;
}

.summary_detail .accordion_content dt {
  background-color: #E6E6E6;
  border-top: solid 0.266666vw #E0E0E0;
  border-bottom: solid 0.266666vw #E0E0E0;
  padding: 2.133333vw 0;
  text-align: center;
}

.summary_detail .accordion_content dt p {
  font-size: 3.2vw;
  color: #3B4043;
}

.summary_detail .accordion_content dd {
  padding: 2.666666vw 4vw;
  text-align: left;
}

.summary_detail .accordion_content>p {
  color: #E10212;
  font-size: 3.2vw;
  padding: 4.266666vw 4vw;
}

.summary_detail .accordion_content dd * {
  font-size: 3.2vw;
  line-height: 1.7;
  color: #3B4043;
}

.summary_detail .accordion_content dd li {
  margin-top: 1.333333vw;
}

.summary_detail .accordion_content dd .footnote>li {
  font-size: 2.93vw;
}

.summary_detail .accordion_content dl>div:last-of-type p+p {
  margin-top: 1em;
}

.floating {
  background-color: rgba(255, 250, 221, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5.33vw 0 2.67vw;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  body {
    padding-bottom: 90px;
  }

  h2 {
    font-size: 44px;
  }

  p {
    font-size: 16px;
  }

  img {
    width: 100%;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .box {
    border-radius: 8px;
  }

  /* ※ */
  ul.footnote>li,
  ol.footnote>li {
    font-size: 14px;
  }

  ul.footnote>li+li,
  ol.footnote>li+li,
  ol.footnote+ul.footnote {
    margin-top: 4px;
  }

  /* deco */
  .deco_inner::before,
  .deco_inner::after {
    width: 2px;
    height: 1em;
  }

  .deco_inner::before {
    left: -0.5em;
  }

  .deco_inner::after {
    right: -0.5em;
  }

  .deco_text {
    font-size: 16px;
  }

  /* btn */
  .btn {
    width: 305px;
    height: 62px;
    border-radius: 100px;
  }

  a.btn_type1:hover,
  a.btn_type2:hover {
    transform: translateY(3px);
  }

  /* btn_type1 */
  .btn_type1 {
    box-shadow: 0px 4px 0px 0px #CD8F00;
  }

  .btn_type1 .btn_text {
    font-size: 16px;
  }

  /* btn_type2 */
  .btn_type2 {
    box-shadow: 0px 4px 0px 0px #B4000D;
  }

  .btn_type2 .btn_text {
    font-size: 16px;
  }

  /* icon */
  .icon {
    position: relative;
  }

  .icon_type1::before {
    width: 14px;
    height: 14px;
    right: 13px;
  }

  .icon_type2::before {
    width: 14px;
    height: 14px;
    right: 13px;
  }

  .icon_type3::before {
    width: 14px;
    height: 14px;
    right: 13px;
  }

  /* .checkbox_wrap */
  .checkbox_wrap input {
    width: 20px;
    height: 20px;
    accent-color: #532C17;
  }

  .checkbox_wrap label {
    margin-top: 0;
    font-size: 18px;
  }

  /* accordion */
  .accordion_title::before,
  .accordion_title::after {
    width: 16px;
    height: 3px;
    right: 40px;
  }

  /* modal */
  .modal_wrap {
    padding: 0 30px;
  }

  .modal {
    max-width: 1008px;
    width: 90%;
    border-radius: 16px;
  }

  .modal_content {
    padding: 98.4px 96px 40px;
  }

  .modal_content .footnote>li {
    font-size: 14px;
  }

  .modal_close {
    width: 32px;
    height: 32px;
    margin: 21px 24px 0 0;
    padding: 6px;
  }

  .modal_close::before,
  .modal_close::after {
    width: 15px;
    height: 2.5px;
  }

  .modal_lead {
    padding: 24px;
    border-radius: 16px 16px 0 0;
  }

  .modal_lead p {
    font-size: 20px;
  }

  .modal_content .box {
    padding: 32px 56px;
    border: 2px solid #EBDAB0;
  }

  .modal_content .box+.box {
    margin-top: 24px;
  }

  .modal_content .box .group img {
    width: 224px;
  }

  .modal_content h4 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .modal_content p {
    font-size: 18px;
  }

  .modal_content ul.footnote {
    margin-top: 8px;
  }

  .modal_content .btn_area {
    margin-top: 32px;
  }

  /* btn_area */
  .btn_area .checkbox_wrap {
    margin-top: 16px;
  }

  .btn_area ul.footnote {
    margin-top: 4px;
  }

  .btn_area .btn+ul.footnote {
    margin-top: 16px;
  }


  .btn_area ul.footnote li {
    text-align: center;
  }

  .btn_area .btn:nth-of-type(2) {
    margin-top: 24px;
  }

  /* fv */
  .fv .btn_area {
    padding: 40px 0 43px;
  }

  /* summary */
  .summary {
    background-image: url(../images/pc/bg-summary.png);
  }

  .summary::before {
    background-image: url(../images/pc/participate1.png);
    width: 205px;
    height: 146px;
    top: -59px;
    left: 28px;
  }

  .summary::after {
    background-image: url(../images/pc/participate2.png);
    width: 181px;
    height: 183px;
    bottom: 10px;
    right: 8px;
  }

  .summary .inner {
    padding: 56px 96px 72px;
  }

  .summary h2 {
    margin-bottom: 32px;
  }

  .summary .box {
    padding: 48px;
  }

  .summary .box>p {
    font-size: 16px;
  }

  .summary .box>p .sm {
    font-size: 16px;
  }

  .summary .box dt p {
    margin-top: 16px;
    font-size: 16px;
  }

  .summary .box dt p::before {
    width: 16px;
    height: 15px;
  }

  .summary .box dd {
    margin-top: 4px
  }

  .summary .box dd p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
  }

  .summary .box dd p span {
    letter-spacing: -0.05em;
  }

  .summary .box dd ul.footnote {
    margin-top: 4px
  }

  /* participate */
  .participate .inner {
    background-image: url(../images/pc/bg-participate.png);
    padding: 48px 15px 10px;
  }

  .participate h2 {
    margin-bottom: 50px;
  }

  .participate .inner>.group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px 24px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .participate .box {
    padding: 32px 56px;
    max-width: 436px;
    height: 335px;
  }

  .participate .head_wrap img {
    width: 66px;
  }

  .participate .step_num {
    border-radius: 4px;
    width: 70px;
    height: 27px;
    font-size: 16px;
  }

  .participate .step_num+* {
    margin-top: 16px;
  }

  .participate h3 {
    font-size: 20px;
  }

  .participate .box_wrap+.box_wrap {
    margin-top: 0;
  }

  .participate .box .btn {
    margin-top: 16px;
  }

  .participate .box .btn+.checkbox_wrap {
    margin-top: 16px;
  }

  .participate .box_wrap._2 .box>a:nth-of-type(2) {
    font-size: 14px;
    margin-top: 12px;
  }

  .participate .box_wrap._2 .box>p {
    font-size: 14px;
    margin-top: 16px;
  }

  .participate .inner+div::after {
    width: 106px;
    height: 95px;
    bottom: -45px;
    left: 96px;
  }

  /* recommendation */
  .recommendation .inner {
    padding: 56px 96px 0;
  }

  .recommendation h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .recommendation .group_wrap {
    margin: 0 auto;
  }

  .recommendation .group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .recommendation .box_wrap+.box_wrap {
    margin-top: 0;
  }

  .recommendation .box {
    width: 436px;
    height: 183px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .recommendation .box p {
    font-size: 20px;
  }

  .recommendation .box p span.num {
    font-size: 38px;
  }

  .recommendation .box p span.sup_text {
    vertical-align: text-top;
    line-height: 0.8;
  }

  .recommendation .box img {
    width: 308px;
    margin: 16px auto 0;
  }

  .recommendation .box_wrap:nth-of-type(2) .box p {
    margin-top: 12px;
  }

  .recommendation .box_wrap:nth-of-type(2) .box p span.red {
    font-size: 31px;
  }

  .recommendation .box_wrap:nth-of-type(2) .box p span.plus {
    font-size: 39px;
  }

  .recommendation .box_wrap:nth-of-type(2) .box span.num {
    font-size: 52px;
  }

  .recommendation .box_wrap:nth-of-type(2) .box p+div {
    width: 398px;
    height: 89px;
    margin-top: 4px;
  }

  .recommendation .group_wrap+.footnote {
    margin-top: 16px;
  }

  .recommendation .btn_area_wrap {
    padding: 0;
    margin-top: 32px;
  }

  /* app */
  .app {
    padding: 48px 15px 40px;
  }

  .app::before {
    background-image: url(../images/pc/line_1.png);
    height: 10px;
    top: -5px;
  }

  .app .box {
    padding: 24px 15px;
    max-width: 896px;
    margin: 0 auto;
  }

  .dpayment_icon {
    width: 51px;
  }

  .app .box>p {
    font-size: 16px;
    text-align: center;
    color: #3B4043;
    font-weight: 600;
    margin-top: 8px;
  }

  .app ul.check {
    margin: 16px auto 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .app ul.check li {
    border-radius: 8px;
    padding: 4px 0;
    max-width: 356px;
    margin: 0;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .app ul.check li+li {
    margin-top: 0;
  }

  .app ul.check li img {
    width: 16px;
    height: 11px;
  }

  .app ul.check li:nth-of-type(2) img {
    margin-right: 13px;
  }

  .app ul.check li p {
    font-size: 16px;
  }

  .flow {
    width: 572px;
    margin: 32px auto 0;
  }

  .summary_detail {
    border: 2px solid #E10212;
    border-radius: 8px;
    margin: 32px auto 0;
    max-width: 896px;
  }

  .summary_detail .accordion_title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28.5px 50px;
  }

  .summary_detail .accordion_title p {
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
  }

  .summary_detail .accordion_title ul.footnote li {
    text-align: left;
  }

  .summary_detail .accordion_content dl>div {
    display: flex;
    border-bottom: solid 1px #E0E0E0;
  }

  .summary_detail .accordion_content dl>div:first-of-type {
    border-top: solid 1px #E0E0E0;
  }

  .summary_detail .accordion_content dt {
    border-top: none;
    border-bottom: none;
    padding: 12px 15px;
    width: 260px;
    text-align: left;
    flex-shrink: 0;
  }

  .summary_detail .accordion_content dt p {
    font-size: 16px;
  }

  .summary_detail .accordion_content dd {
    padding: 12px 15px;
    text-align: left;
    max-width: 632px;
  }

  .summary_detail .accordion_content>p {
    font-size: 16px;
    padding: 0 46px 16px;
  }

  .summary_detail .accordion_content dd * {
    font-size: 16px;
  }

  .summary_detail .accordion_content dd .sm {
    font-size: 13px;
  }

  .summary_detail .accordion_content dd li {
    margin-top: 2px;
  }

  .summary_detail .accordion_content dd .footnote>li {
    font-size: 13px;
  }

  .floating {
    max-width: 1088px;
    padding: 12px 0 16px;
  }
}

@media screen and (768px <=width <=900px) {
  .recommendation h2 {
    font-size: 32px;
  }
}

/* header */
.fix {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}

.fix .fix-inner {
  min-width: 767px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.fix .fix-inner .utilities {
  position: absolute;
  top: 5px;
  right: 135px;
}

/* Pagetop */
#Pagetop {
  background: #d2d9e9;
  text-align: center;
}

#Pagetop a {
  display: block;
  padding: 15px 0;
}

#Pagetop a img {
  width: 28px;
  height: auto;
  opacity: 0.5;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  #Pagetop a {
    display: block;
    padding: 0;
    line-height: 45px;
  }

  #Pagetop a img {
    width: 20px;
    height: auto;
  }
}

/* Footer */
#Footer {
  background: #fff;
  padding: 45px 0;
}

#FooterNav {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

#FooterNav ul {
  display: block;
}

#FooterNav li {
  display: inline-block;
  margin: 0 0 15px 0;
}

#FooterNav li a {
  display: block;
  padding: 0 10px;
  text-decoration: none !important;
}

#FooterNav li {
  border-right: 1px solid #c7cad1;
}

#FooterNav li:last-child {
  border-right: none;
}

#Footer small {
  font-size: 1rem;
  text-align: center;
  display: block;
  padding: 40px 0 0 0;
}

body #Pagetop {
  background: #3D3D3D;
}

body #Footer {
  background: #F0EEEC;
}

body #Footer a,
#Footer small {
  color: #3D3D3D;
}

body #Pagetop a img {
  opacity: initial;
}

@media all and (max-width: 767px) {
  #Footer {
    background: #fff;
    padding: 12px 15px;
  }

  #FooterNav {
    text-align: center;
  }

  #FooterNav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-betwee;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #FooterNav li {
    display: block;
    width: 48%;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #c4cddc;
  }

  #FooterNav li a {
    display: block;
    padding: 15px 0;
    text-align: left;
  }

  #Footer small {
    font-size: 1rem;
    text-align: center;
    display: block;
    padding: 20px 0 0 0;
  }
}