@charset "utf-8";

* {
  color: #532C17;
  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;
}

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%;
  height: auto;
}

.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: 2.93176vw;
  text-align: left;
  text-indent: -1.1em;
  padding-left: 1em;
  color: #84543C;
}

ul.footnote>li+li {
  margin-top: 1.066666vw;
}

ul.footnote>li::before {
  content: '※';
  font-size: inherit;
  margin-right: 0.1em;
}

/* ol.footnote */
ol.footnote {
  counter-reset: number 0;
}

ol.footnote>li {
  margin-left: 2.5em;
  position: relative;
}

ol.footnote>li::before {
  counter-increment: number 1;
  content: '※'counter(number);
  font-size: inherit;
  position: absolute;
  left: -2.5em;
}

ol.num li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

/* 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: #C00D22;
  border-radius: 9999px;
  width: 0.4vw;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.deco_inner::before {
  left: -1em;
  transform: rotate(-20deg);
}

.deco_inner::after {
  right: -1em;
  transform: rotate(20deg);
}

.deco_text {
  color: #C00D22;
  font-weight: 600;
}

/* btn */
.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84vw;
  height: 13.333333vw;
  border-radius: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 1px 4.8px 0px #00000036;
}

.follow_area .btn{
  box-shadow: none;
}

.btn_text {
  line-height: 1.32;
  font-weight: 600;
  text-align: center;
}

.deco+.btn_type1,
.deco+.btn_type2 {
  margin-top: 2.133333vw;
}

/* btn_type1 */
.btn_type1 {
  background-color: #CC0000;
}

.btn_type1 .btn_text {
  color: #fff;
  font-size: 3.73vw;
}

/* btn_type2 */
.btn_type2 {
  border: 0.533333vw solid #C00D22;
  background-color: #fff;
}

.btn_type2 .btn_text {
  color: #C00D22;
  font-size: 3.733333vw;
}

/* icon */
.icon {
  position: relative;
}

.icon_type1::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: 2.4vw;
  margin: auto 0;
}

.icon_type2::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: 2.4vw;
  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: 2.4vw;
  margin: auto 0;
}

/* .checkbox_wrap */
.checkbox_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.checkbox_wrap input {
  width: 5.066666vw;
  height: 5.066666vw;
  accent-color: #532C17;
  cursor: pointer;
}

.checkbox_wrap label {
  font-size: 3vw;
  line-height: 1.32;
  margin-left: 0.25em;
  color: #532C17;
  cursor: pointer;
}

.checkbox_wrap input:hover,
.checkbox_wrap label:hover {
  opacity: 0.8;
}

.unchecked {
  background-color: #A3A3A3 !important;
  pointer-events: none;
  border: none;
}

.unchecked.btn_type2 .btn_text{
  color: #FFFFFF;
}

.unchecked.icon_type2::before{
  background-image: url(../images/arrow_1.png);
}

/* accordion */
.accordion_title {
  position: relative;
}

.accordion_title::before,
.accordion_title::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  background-color: #C00D22;
  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: #EDFCFF;
}

.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 #B9DBE1;
}

.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 img+* {
  margin-top: 4.266666vw;
}

.modal_content h5 {
  font-size: 5.333333vw;
  font-weight: 600;
  line-height: 1.7;
  color: #C00D22;
  margin: 6.4vw 0 2.133333vw;
}

.modal_content ul.footnote {
  margin-top: 2.133333vw;
}

.modal_content a{
  margin-top: 8.53vw;
}

/* btn_area */
.btn_area .checkbox_wrap {
  margin-top: 2.133333vw;
}

.btn_area ul.footnote {
  margin-top: 2.133333vw;
  margin-bottom: 20px;
}

.btn_area .btn+ul.footnote li {
  text-align: center;
}

.btn_area .btn_type2{
  margin-bottom: 4.27vw;
}

.btn_step{
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  color: #CE1405;
  margin-bottom: 1.33vw;
}

/* fv */
.fv .btn_area {
  padding: 7.47vw 8vw 6.47vw;
  position: relative;
}

.fv .btn_area::before{
  position: absolute;
  content: "";
  background: #EDFCFF;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: -1;
}

/* summary */
.summary {
  background-image: url(../images/bg_summary.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.summary .inner {
  padding: 9.33vw 4vw 0;
}

.summary h2 {
  margin-bottom: 4.27vw;
}

.summary .box {
  padding: 6.4vw 4vw;
}

.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 {
  background-color: #C00D22;
  border-radius: 1.066666vw;
  padding: 0.533333vw 2.666666vw;
  display: flex;
  width: fit-content;
  height: 6.133333vw;
  align-items: center;
  margin-top: 4.266666vw;
}

.summary .box dt p {
  color: #fff;
  font-size: 3.733333vw;
  line-height: 1;
  font-weight: 500;
}

.summary .box dd {
  margin-top: 1.066666vw
}

.summary .box dd p {
  font-size: 4vw;
  line-height: 1.7;
  font-weight: 500;
}

.summary .box dd:first-of-type p{
  font-size: 4.27vw;
}

.summary .box dd:last-of-type p{
  font-size: 4.27vw;
}

.summary .box dd p .ss{
  font-size: 3.2vw;
}

.summary .box dd p span {
  letter-spacing: -0.05em;
}

.summary .box dd ul.footnote {
  margin-top: 1.066666vw
}

/* participate */
.participate .inner {
  padding: 14.93vw 4vw 5.333333vw;
  background-image: url(../images/bg_participate.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.participate h2 {
  color: #fff;
  margin-bottom: 6.4vw;
}

.participate .box {
  padding: 9.33vw 4vw 7.47vw;
  text-align: left;
  z-index: 2;
  position: relative;
}

.participate ._1 .box{
  padding: 8vw 4vw 8.53vw;
}

.participate .box_wrap {
  position: relative;
}

.participate .head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.participate .head_wrap img {
  width: 17.599999vw;
}

.participate .step_num {
  font-size: 3.47vw;
  color: #CE1405;
  font-weight: 700;
  position: relative;
  padding-bottom: 3.47vw;
}

.participate .box::before{
  content: "";
  background-image: url(../images/ribbon_step.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32.53vw;
  height: 12vw;
  position: absolute;
  top: 8vw;
  left: -4.53vw;
}

.participate ._1 .box::before{
  top: 6.5vw;
}

.participate h3 {
  font-size: 5.333333vw;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 1.07vw;
}

.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 .text-link{
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 132%;
  text-align: center;
  color: #486EBA;
  border-bottom: 1px solid #486EBA;
  width: fit-content;
  margin: 1.07vw auto 2.14vw;
}

.participate .sub-text{
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 132%;
}

.participate .deco{
  text-align: left;
  padding-left: 1em;
}

.participate .deco p{
  font-size: 4.27vw;
}

/* recommendation */
.recommendation {
  text-align: center;
}

.recommendation .inner {
  padding: 8vw 4vw 0;
}

.recommendation h2 {
  margin-bottom: 4.266666vw;
  line-height: 1.32;
}

.recommendation .group{
  padding-top: 17vw;
}

.recommendation .group+.group {
  margin-top: 4.266666vw;
}

.recommendation .group .bubble_wrap {
  position: relative;
}

.recommendation .group .bubble_wrap p {
  position: absolute;
  font-size: 3.73vw;
  line-height: 1.48;
  text-align: left;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.04em;
}

.recommendation .group:first-of-type .bubble_wrap p {
  top: -8vw;
  left: 25vw;
}

.recommendation .group:nth-of-type(2) .bubble_wrap p {
  top: -9vw;
  left: 31vw;
}

.recommendation .group:last-of-type .bubble_wrap p {
  top: -8vw;
  left: 23vw;
}

.recommendation .group .bubble_wrap img{
  position: absolute;
  bottom: -8vw;
}

.recommendation .group:first-of-type .bubble_wrap img {
  width: 80.8vw;
  display: block;
  margin: 0 auto 0 0;
  left: -2vw;
  bottom: -9vw;
}

.recommendation .group:nth-of-type(2) .bubble_wrap img {
  width: 71.2vw;
  display: block;
  margin: 0 0 0 auto;
  right: -2vw;
}

.recommendation .group:last-of-type .bubble_wrap img {
  width: 70.67vw;
  display: block;
  margin: 0 auto 0 0;
  left: -2vw;
}

.recommendation .box {
  margin-top: 1.066666vw;
  padding: 5.47vw 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommendation .box>div{
  width: 59.47vw;
}

.recommendation .box .deco {
  text-align: left;
  padding-left: 3.466666vw;
}

.recommendation .box h3 {
  font-size: 4.8vw;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 1.333333vw;
}

.recommendation .box h3 span {
  letter-spacing: -0.08em;
  font-weight: inherit;
}

.recommendation .box ul.footnote {
  margin-top: 1.333333vw;
}

.recommendation .box:first-of-type img,
.recommendation .box:nth-of-type(2) img {
  width: 21.333333vw;
}

.recommendation .box:last-of-type img {
  width: 21.33vw;
}

.recommendation .btn_area_wrap {
  margin-top: -9.333333vw;
}

.line_4 {
  vertical-align: bottom;
}

.recommendation .btn_area {
  padding: 8vw 8vw 8vw;
  background-color: #F5F5F5;
}

.recommendation .btn_area .deco {
  line-height: 0;
}

/* app */
.app {
  background-color: #C3F1FF;
  padding: 4.27vw 4vw 5.87vw 4vw;
  position: relative;
}

.summary_detail {
  border: 0.533333vw solid #C00D22;
  background-color: #fff;
  border-radius: 2.666666vw;
  margin: 0 auto;
  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: #C00D22;
  font-weight: 600;
  text-align: center;
}

.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: #C00D22;
  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;
}

/* 追従ボタン */
.follow_area{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9)
}

.follow_area.active{
  opacity: 1;
  visibility: visible;
}

.follow_area .btn_area{
  padding: 5.33vw 3.2vw;;
}

.follow_area .btn_area .btn_type1{
  margin-bottom: 0;
}

.follow_area .btn_area a{
  padding: 2.67vw 8.47vw;
}

.follow_area .btn_area .btn_text{
  font-size: 3.73vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  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 {
    font-size: 14px;
  }

  ul.footnote>li+li {
    margin-top: 4px;
  }

  /* deco */
  .deco_inner::before,
  .deco_inner::after {
    width: 2px;
  }

  .deco_inner::before {
    left: -0.5em;
  }

  .deco_inner::after {
    right: -0.5em;
  }

  /* btn */
  .btn {
    width: 320px;
    height: 50px;
  }

  .deco+.btn_type1,
  .deco+.btn_type2 {
    margin-top: 8px;
  }

  /* btn_type1 */
  .btn_type1 .btn_text {
    font-size: 16px;
  }

  /* btn_type2 */
  .btn_type2 {
    border: 2px solid #C00D22;
  }

  .unchecked.btn_type2{
    border: none;
  }

  .btn_type2 .btn_text {
    font-size: 16px;
  }

  /* icon */
  .icon {
    position: relative;
  }

  .icon_type1::before {
    width: 13px;
    height: 13px;
    right: 17px;
  }

  .icon_type2::before {
    width: 13px;
    height: 13px;
    right: 17px;
  }

  .icon_type3::before {
    width: 13px;
    height: 13px;
    right: 15.5px;
  }

  /* .checkbox_wrap */
  .checkbox_wrap{
    align-items: flex-start;
  }

  .checkbox_wrap input {
    width: 20px;
    height: 20px;
    accent-color: #532C17;
  }

  .checkbox_wrap label {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.32;
  }

  /* 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 34px;
  }

  .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 #B9DBE1;
  }

  .modal_content .box+.box {
    margin-top: 24px;
  }

  .modal_content .box .group {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 16px;
  }

  .modal_content .box .group img {
    width: 224px;
  }

  .modal_content h4 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .modal_content p {
    font-size: 18px;
  }

  .modal_content img+* {
    margin-top: 0;
  }

  .modal_content h5 {
    font-size: 24px;
    margin: 24px 0 8px;
  }

  .modal_content ul.footnote {
    margin-top: 8px;
  }

  .modal_content a{
    margin-top: 30px;
    max-width: 315px;
  }

  /* btn_area */
  .btn_area .checkbox_wrap {
    margin-top: 8px;
  }

  .btn_area ul.footnote {
    margin-top: 0;
  }

  .btn_area ul.footnote li {
    text-align: center;
  }

  .btn_area .btn_type2{
    margin-bottom: 16px;
  }

  .btn_step{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 4px;
  }

  /* fv */
  .fv .btn_area {
    padding: 24px 0 44px;
  }
  
  .fv .btn_area::before{
    width: 100%;
    height: 305px;
  }

  /* summary */
  .summary{
    background-image: url(../images/pc/bg_summary.png);
    background-size: cover;
  }

  .summary .inner {
    padding: 48px 96px 0;
  }

  .summary h2 {
    margin-bottom: 24px;
  }

  .summary .box {
    padding: 40px 56px 46px;
  }

  .summary .box>p {
    font-size: 20px;
  }

  .summary .box>p .sm {
    font-size: 16px;
  }

  .summary .box dt {
    border-radius: 4px;
    padding: 2px 10px;
    height: 27px;
    margin-top: 16px;
  }

  .summary .box dt p {
    font-size: 16px;
  }

  .summary .box dd {
    margin-top: 4px
  }

  .summary .box dd p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
  }

  .summary .box dd:first-of-type p{
    font-size: 18px;
  }

  .summary .box dd:last-of-type p{
    font-size: 18px;
  }

  .summary .box dd p span {
    letter-spacing: -0.05em;
  }

  .summary .box dd p span.ss{
    font-size: 14px;
    letter-spacing: 0;
  }

  .summary .box dd ul.footnote {
    margin-top: 4px
  }

  /* participate */
  .participate .inner {
    padding: 45px 15px 56px;
    background-image: url(../images/pc/bg_participate.png);
    background-size: cover;
    background-position: top;
  }

  .participate h2 {
    margin-bottom: 43px;
  }

  .participate .inner>.group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px 24px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .participate .box {
    padding: 42.5px 58px 34.5px;
    max-width: 436px;
    height: 292px;
  }

  .participate ._1 .box{
    padding: 35px 58px 56px;
  }

  .participate .box_wrap._1::before {
    background-image: url(../images/pc/poinco_1.png);
    width: 67.5px;
    height: 79px;
    top: -61.58px;
    right: 188.1px;
  }

  .participate .head_wrap{
    align-items: end;
  }

  .participate .head_wrap img {
    width: 70px;
  }

  .participate ._1 .head_wrap img{
    width: 62px;
  }

  .participate .step_num {
    font-size: 14px;
    line-height: 1.48;
    position: absolute;
    top: 32px;
    left: 14px;
  }

  .participate .box::before{
    width: 120px;
    top: 28px;
    left: -16.5px;
  }

  .participate ._1 .box::before{
    top: 28px;
  }

  .participate h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .participate .box_wrap+.box_wrap {
    margin-top: 0;
  }

  .participate .box .btn {
    margin-top: 12px;
  }

  .participate .box .btn+.checkbox_wrap {
    margin-top: 16px;
  }

  .participate .text-link{
    font-size: 14px;
    margin: 4px auto 8px;
  }

  .participate .sub-text{
    font-size: 14px;
  }

  .participate .deco p{
    font-size: 16px;
  }

  /* recommendation */
  .recommendation .inner {
    padding: 33px 0 0;
  }

  .recommendation h2 {
    margin-bottom: 73px;
  }

  .recommendation .group_wrap {
    max-width: 896px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 81px 24px;
    margin: 0 auto;
  }

  .recommendation .group {
    width: 435px;
    padding-top: 0;
  }

  .recommendation .group+.group {
    margin-top: 0;
  }

  .recommendation .group .bubble_wrap p {
    font-size: 14px;
  }

  .recommendation .group:first-of-type .bubble_wrap p {
    top: -31px;
    left: 93px;
  }

  .recommendation .group:nth-of-type(2) .bubble_wrap p {
    top: -22px;
    left: 90.5px;
  }

  .recommendation .group:nth-of-type(2) .box{
    align-items: end;
  }

  .recommendation .group:last-of-type .bubble_wrap p {
    top: -21px;
    left: 86.5px;
  }

  .recommendation .group:first-of-type .bubble_wrap img {
    width: 303px;
    display: block;
    left: -7px;
    bottom: -32px;
  }

  .recommendation .group:nth-of-type(2) .bubble_wrap img {
    width: 267px;
    display: block;
    left: -7px;
    right: 0;
    bottom: -39px;
    margin: 0;
  }

  .recommendation .group:last-of-type .bubble_wrap img {
    width: 265px;
    display: block;
    left: -7px;
    bottom: -41px;
    margin: 0;
  }

  .recommendation .box {
    margin-top: 14px;
    padding: 20px 24px;
  }

  .recommendation .box .deco {
    padding-left: 11px;
  }

  .recommendation .box h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .recommendation .box h3 span {
    letter-spacing: -0.08em;
    font-weight: inherit;
  }

  .recommendation .box ul.footnote {
    margin-top: 5px;
  }

  .recommendation .box:first-of-type img,
  .recommendation .box:nth-of-type(2) img {
    width: 80px;
  }

  .recommendation .box:last-of-type img {
    width: 80px;
  }

  .recommendation .group_wrap div:first-of-type .box{
    height: 110px;
  }

  .recommendation .group_wrap div:nth-of-type(2) .box{
    height: 122px;
  }

  .recommendation .group_wrap div:last-of-type .box{
    height: 131px;
  }

  .recommendation .btn_area_wrap {
    margin-top: -25px;
  }

  .recommendation .btn_area {
    padding: 40px 0 47px;
  }

  /* app */
  .app {
    padding: 28px 96px 50px;
  }
  
  .summary_detail {
    border: 2px solid #C00D22;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 896px;
  }

  .summary_detail .accordion_title {
    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 .sup_text{
    font-size: 11px !important;
    vertical-align: top;
  }

  .summary_detail .accordion_content dl div:first-of-type dd p{
    line-height: 1;
  }

  .summary_detail .accordion_content dd .sm {
    font-size: 13px;
  }

  .summary_detail .accordion_content dd li {
    margin-top: 2px;
  }

  /* 追従ボタン */
  .follow_area{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .follow_area .btn_area{
    gap: 8px;
    padding: 18px 0;
    width: 516px;
    margin: 0 auto;
  }
  
  .follow_area .btn_area a{
    padding: 18px 30px;
    max-width: 320px;
  }
  
  .follow_area .btn_area .btn_text{
    font-size: 14px;
  }
}

@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;
}

#Header {
  width: 100%;
  height: 117px;
  border-top: 5px solid #c30e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  min-width: 767px;
  background: #fff;
}

#HeaderInner {
  position: relative;
  max-width: 980px !important;
  margin: 0 auto;
}

#Header #Nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 100%;
}

#Title {
  width: 240px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 70px;
  line-height: 112px;
  font-size: 20px !important;
}

#Title a {
  color: #0c3752;
  font-weight: bold;
}

#Logo {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 112px;
}

#Logo img {
  width: 38px;
  height: 38px;
  vertical-align: middle;
}

@media all and (max-width: 767px) {

  /* header */
  #Header.view #Menu {
    position: fixed;
    top: 5px;
    background: #fff;
  }

  #Header {
    width: 100%;
    height: 94px;
    border: 0;
    border-top: 2px solid #cc0033;
    overflow: hidden;
    min-width: auto;
    position: absolute;
    background: none;
    z-index: 1000;
  }

  #HeaderInner {
    width: 100%;
    height: 42px;
    background: #fff;
    z-index: 100;
    -webkit-transition: none;
    transition: none;
  }

  #Header #NavInner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: none;
    transition: none;
    border-top: 2px solid #cc0033;
  }

  #Title {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 1.2rem;
    background: #fff;
  }

  #Logo {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    width: 60px;
    text-align: center;
    border-right: 1px solid #ddd;
    z-index: 2;
  }

  #Logo img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
}

/* 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 131px;
}

#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 115px 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;
  }
}