body {
  margin: 0;
}

h1 {
  margin: 0;
}

@media screen and (min-width: 1020px) {
  .pc-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 1019px) {
  .sp-hidden {
    display: none !important;
  }
}

/* ==================== kv-01 ==================== */
.kv-01 {
  position: relative;
  width: 100%;
}

.kv-01__pc {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.kv-01__img-kv-bg {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.kv-01__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 920px;
}

.kv-01__img-kv-txt {
  position: absolute;
  top: 30px;
  left: 89px;
  width: 742px;
  height: 424px;
}

.kv-01__sp {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.kv-01__image-sp {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ==================== anchor-03 ==================== */
.anchor-03 {
  position: relative;
  width: 100%;
  background-color: #eff8ff;
  padding: 80px 0 40px;
  box-sizing: border-box;
}

.anchor-03__inner {
  width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anchor-03__heading {
  margin: 0;
  color: #006be4;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.34;
  text-align: center;
}

.anchor-03__group {
  width: 612px;
  margin-top: 40px;
}

.anchor-03__cards {
  display: flex;
  gap: 32px;
  margin-bottom: 8px;
}

.anchor-03__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 290px;
  background-color: #fff;
  border: 2px solid #a7cef7;
  box-shadow: 0px 2px 2px 0px rgba(0, 15, 62, 0.2);
  box-sizing: border-box;
  /* padding: 8px 2px 2px; */
  padding: 8px 0 0;
  text-decoration: none;
  transition: opacity 0.2s;
}

.anchor-03__card:hover {
  opacity: 0.7;
}

.anchor-03__card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.anchor-03__card-title-text {
  margin: 0;
  max-width: 160px;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.34;
  text-align: center;
}

.anchor-03__card-price {
  margin: 0;
  max-width: 160px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.34;
}


.anchor-03__card-price--accent {
  color: #ef2c2b;
  font-size: 24px;
}

.anchor-03__card-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  margin-top: 7px;
  background-color: #006be4;
}

.anchor-03__card-arrow {
  width: 15px;
  height: 6px;
}

.anchor-03__icon-plus {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 24px;
}

.anchor-03__otoku-link {
  display: block;
  margin-top: 22px;
  transition: opacity 0.2s;
}

.anchor-03__otoku-link:hover {
  opacity: 0.7;
}

.anchor-03__otoku-image {
  display: block;
  width: 512px;
  height: 135px;
}

@media screen and (max-width: 1019px) {
  .anchor-03 {
    padding: 60px 0 40px;
  }

  .anchor-03__inner {
    width: 100%;
    padding: 0 10px;
  }

  .anchor-03__heading {
    font-size: 28px;
  }

  .anchor-03__group {
    width: 100%;
    max-width: 355px;
    margin-top: 24px;
  }

  .anchor-03__cards {
    flex-direction: column;
    gap: 16px;
  }

  .anchor-03__card {
    width: 100%;
    padding: 10px 0 0;
  }

  .anchor-03__card-bar {
    margin-top: 8px;
  }

  .anchor-03__icon-plus {
    margin-top: 24px;
  }

  .anchor-03__otoku-link {
    margin-top: 24px;
  }

  .anchor-03__otoku-image {
    width: 339px;
    max-width: 100%;
    height: auto;
  }
}

/* ==================== campaign-04 ==================== */
.campaign-04 {
  position: relative;
  width: 100%;
  background-color: #eff8ff;
  padding: 22px 0 80px;
  box-sizing: border-box;
}

.campaign-04__inner {
  width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.campaign-04__card {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.campaign-04__card--02 {
  margin-top: 48px;
}

.campaign-04__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #006be4;
}

.campaign-04__header-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.campaign-04__content {
  display: flex;
  padding: 8px 0 24px;
}

.campaign-04__image-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  padding: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.campaign-04__image {
  display: block;
  width: 240px;
  height: 181px;
}

.campaign-04__image--02 {
  width: 173px;
  height: 191px;
}

.campaign-04__text-area {
  padding: 16px;
}
.campaign-04__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

.campaign-04__price {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

.campaign-04__price--accent {
  color: #ef2c2b;
  font-size: 48px;
}

.campaign-04__note {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}

.campaign-04__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 200px;
  height: 40px;
  margin-top: 27px;
  padding: 12px 22px 12px 60px;
  background-color: #0278ff;
  border-radius: 5px;
  text-decoration: none;
  transition: filter 0.2s;
}

.campaign-04__btn:hover {
  filter: brightness(0.9);
}

.campaign-04__btn-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.campaign-04__btn-icon {
  width: 8px;
  height: 16px;
}


@media screen and (max-width: 1019px) {
  .campaign-04 {
    padding: 20px 0 40px;
  }

  .campaign-04__inner {
    width: 100%;
    padding: 0 10px;
  }
  .campaign-04__card--01,
  .campaign-04__card--02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 355px;
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #a7cef7;
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  .campaign-04__card--02 {
    margin-top: 24px;
  }
  .campaign-04__header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 56px;
    padding: 0 12px;
    box-sizing: border-box;
    background-color: #006be4;
  }
  .campaign-04__header-title{
    margin: 0;
    flex: 1;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }
  .campaign-04__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px 16px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .campaign-04__image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
  }
  .campaign-04__image{
    display: block;
    width: 277px;
    height: 116px;
  }
  .campaign-04__image--02{
    width: 155px;
    height: 117px;
  }
  .campaign-04__text-area {
    padding: 16px 0 0;
    display: grid;
    gap: 16px;
  }
  .campaign-04__title{
    display: block;
    margin: 0;
    color: #222;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
  .campaign-04__price {
    display: block;
    margin: -4px 0 0;
    color: #222;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
  }
  .campaign-04__price span {
    color: #222;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
  }
  .campaign-04__price .campaign-04__price--accent {
    color: #ef2c2b;
    font-size: 32px;
  }
  .campaign-04__price .campaign-04__price--accent-sm {
    font-size: 24px;
  }
  .campaign-04__note {
    display: block;
    margin: 0;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .campaign-04__card--01 .campaign-04__btn,
  .campaign-04__card--02 .campaign-04__btn {
    margin: 0 auto;
  }
}

/* ==================== other-campaigns-05 ==================== */
.other-campaigns-05 {
  position: relative;
  width: 100%;
  background-color: #fffefa;
  padding: 80px 0;
  box-sizing: border-box;
}

.other-campaigns-05__inner {
  width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.other-campaigns-05__heading-wrap {
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.other-campaigns-05__accent-wrap {
  position: relative;
  display: inline-block;
}

.other-campaigns-05__accent-wrap .other-campaigns-05__label {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.34;
}

.other-campaigns-05__heading {
  margin: 0;
  color: #ef2c2b;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.34;
}

.other-campaigns-05__heading span.other-campaigns-05__heading--accent {
  font-size: 40px;
}

.other-campaigns-05__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
}

.other-campaigns-05__card--orange {
  background-color: #fff7ef;
  border: 2px solid #ff6a00;
  padding: 72px 0 32px;
  gap: 20px;
}

.other-campaigns-05__card--blue {
  background-color: #f8fcff;
  border: 2px solid #007bcd;
  padding: 72px 0 32px;
  margin-top: 68px;
  gap: 20px;
}

.other-campaigns-05__ribbon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 603px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-campaigns-05__ribbon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other-campaigns-05__ribbon-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.other-campaigns-05__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.other-campaigns-05__horn {
  display: block;
  width: 35px;
  height: 14px;
}

.other-campaigns-05__badge-text {
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}


@media screen and (max-width: 1019px) {
  .other-campaigns-05 {
    padding: 40px 0;
  }

  .other-campaigns-05__inner {
    width: 100%;
    padding: 0 10px;
  }

  .other-campaigns-05__heading {
    font-size: 24px;
  }

  .other-campaigns-05__heading span.other-campaigns-05__heading--accent {
    font-size: 28px;
  }

  .other-campaigns-05__card {
    margin-top: 48px;
  }

  .other-campaigns-05__card--orange {
    padding: 60px 8px 20px;
    gap: 12px;
  }

  .other-campaigns-05__card--blue {
    padding: 60px 8px 20px;
    margin-top: 48px;
    gap: 12px;
  }

  .other-campaigns-05__ribbon {
    top: -24px;
    width: 300px;
  }

  .other-campaigns-05__ribbon-text {
    font-size: 18px;
  }

  .other-campaigns-05__badge {
    gap: 12px;
  }

  .other-campaigns-05__badge-text {
    font-size: 16px;
  }
}

/* ==================== floating-02 ==================== */
.floating-02 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(190, 237, 255, 0.8);
  padding: 16px 0;
  box-sizing: border-box;
}

.floating-02__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}

.floating-02__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  background-color: #ef2c2b;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  text-decoration: none;
}

.floating-02__btn-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.floating-02__icon-newtab {
  position: absolute;
  top: 27px;
  right: 32px;
  width: 16px;
  height: 15px;
}

@media screen and (max-width: 1019px) {
  .floating-02__inner {
    row-gap: 18px;
  }

  .floating-02__btn {
    width: 335px;
    height: 64px;
    padding: 0 40px;
  }

  .floating-02__btn-text {
    line-height: 22px;
  }

  .floating-02__icon-newtab {
    top: 22px;
    right: 26px;
  }
}

/* アプリLPからの流用 */

/* * アカウントエリア * */
.account-area {
  background-color: #DEF4FF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.account-h2 {
  font-size: 32px;
  color: #0375C7;
  text-align: center;
}
.account-text {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.account-step {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 60px auto 60px;
}
.step-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-badge {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  z-index: 10;
  top: 30px;
  margin-top: -30px;
}
.step-contents {
  background: #FFF;
  max-width: 255px;
  height: 289px;
  margin: auto;
  padding: 50px 32px 50px 32px;
}
.step-title {
  color: #0375C7;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 12px auto;
  line-height: 21px;
}
.step-main-text {
  text-align: center;
  line-height: 21px;
}
.step-notes-text {
  font-size: 12px;
  text-align: center;
}
.account-text-area {
  margin-top: 20px;
}
/* 手数料エリア */
.commission-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.commission-contents {
  background-color: #F1F9FF;
  max-width: 920px;
  padding: 10px 45px 30px 45px;
  margin: 80px auto;
}
.commission-h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  color: #0375C7;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
}
.number-emphasis {
  color: #E74140;
  font-size: 50px;
  font-weight: 900;
}
.commission-main-text {
  font-size: 16px;
  line-height: 1.5;
}
.commission-contents-img {
  margin: 40px auto 20px;
}
.commission-column {
  display: flex;
  justify-content: center;
}
.commission-img-column img {
  width: 80%;
}
.commission-notes-text {
  font-size: 13px;
}
.commission-contents ul {
  margin-left: 20px;
}
.commission-contents ul li::marker{
  color: #4CBFE2;
  font-size: 20px;
}
.commission-contents td{
  background: #fff;
}
.commission-table-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* 証券エリア */
.securities-area {
  background-color: #DEF4FF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.securities-h2 {
  font-size: 32px;
  color: #0375C7;
  text-align: center;
}
.hyper-emphasis {
  font-size: 46px;
  color: #005693;
  font-weight: 900;
}
.title-lines-area {
  text-align: center;
  width: 100%;
}
.title-lines {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 32px;
  color: #0375C7;
  font-weight: 700;
}
.title-lines::before,
.title-lines::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background-color: #0375C7;
}
.title-lines::before {
  left: -50px;
}
.title-lines::after {
  right: -50px;
}
.securities-contents {
  background-color: #FFF;
  width: 920px;
  height: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 40px auto;
}
.securities-contents ul {
  width: 441px;
  margin: auto;
}
.securities-contents ul li {
  font-size: 18px;
}
.securities-contents ul li::marker{
  color: #4CBFE2;
  font-size: 20px;
}
.hyper-btn-area {
  margin-bottom: 60px;
}
.hyper-btn-area .sub-btn {
  border-radius: 85px;
  background: #0278FF;
  box-shadow: 0 2px 2px 0 rgba(34, 34, 34, 0.25);
  border: none;
}
.syoken-info-area {
  margin: 0 auto;
  text-align: center;
}
.syoken-info-area p {
  font-weight: 700;
  font-size: 24px;
  color: #222;
}
.syoken-info-area img {
  margin: 20px auto;
}
.syoken-info-area .shoken-emphasis {
  color: #0375C7;
}
/* 締めくくりエリア */
.conclusion-area {
  margin: 80px auto;
  max-width: 920px;
}
.conclusion-h2 {
  color: #0375C7;
  text-align: center;
  font-size: 38px;
  margin-bottom: 16px;
}
.conclusion-h2 span {
  background: linear-gradient(transparent 68%, #FFFA93 50%);
}
.conclusion-p {
  font-size: 16px;
  text-align: center;
}
/* ディスクレエリア */
.disc-area {
  max-width: 920px;
  margin: 0 auto 100px;
}
.box-group {
  margin-bottom: 20px;
}
/* フローティングボタン */
.contents_cv {
  background: rgba(255, 255, 255, 0.7) !important;
}
.contents_cv_main {
  max-width: 920px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0 !important;
}

/* 8月公開用ボタン */
.btn-caption {
  font-size: 14px;
}
.btn-caption-img {
  margin: 0 auto 10px;
  width: 98px;
  display: block;
}
.important-btn {
  border-radius: 135px;
  border: 2px solid #FFF;
  background: #EF2C2B;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

footer.simple-footer {
  margin-bottom: 145px;
}

/* モーダル */
.modal .modal__dialog .modal__content {
  padding: 15px;
}
.modal .modal__dialog .modal__content .modal__body {
  max-height: calc(100vh - 100px);
}
.modal_inner {
  padding: 30px 30px 0;
  margin: 20px;
  background-color: #e8f1f9;
}
.mordal_title_strong {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #2071bd;
  margin-bottom: 20px;
}
.mordal_title_sub {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.modal_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.modal_flex_inner_text {
  display: flex;
  flex-direction: column;
}
.modal_flex .modal_image img {
  width: auto;
}
.modal_flex_inner_left {
  flex: 0.7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.modal_flex_inner_left .modal_image {
  width: 100%;
}
.modal_flex_inner_right {
  flex: 1;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal_flex_inner_right .modal_image {
  width: 35%;
}
.modal_flex_inner_right .modal_image {
  margin: 20px auto;
}
.modal .button {
  background-color: none;
}
ul.modal_list_asterisk {
  list-style: none;
  font-size: 14px;
}
ul.modal_list_asterisk li {
  position: relative;
  padding-left: 16px;
}
ul.modal_list_asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
.floating_flex {
  display: flex;
}
.floating_flex_left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating_flex_left .floating_flex_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.floating_flex_right {
  flex: 1;
  margin-bottom: 10px;
}
.floating_flex a img {
  width: auto;
}
.floating_flex .btn-newtab.btn--accent {
  margin-bottom: 10px;
}
.floating_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.footer__pagetop{
    bottom: 170px !important;
  }


@media screen and (max-width: 1019px) {
   .account-area {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .account-h2 {
    font-size: 20px;
  }
  .account-text {
  font-size: 14px;
}
  .account-step {
    flex-direction: column;
    width: 335px;
    margin: 20px auto 40px;
  }
  .sp-arrow {
    width: 29px;
    margin: 15px auto;
  }
  .step-contents {
    max-width: 335px;
    height: auto;
    padding: 45px 20px 30px 20px;
  }
  .step-contents img {
    display: block;
    width: 190px;
    margin: auto;
  }
  /* 手数料エリア */
  .commission-area {
    padding: 20px 20px 20px 20px;
  }
  .commission-contents {
    padding: 10px 15px 30px 15px;
    margin: 40px auto;
  }
  .commission-h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .number-emphasis {
    font-size: 40px;
    font-weight: 700;
  }
  .commission-main-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .commission-contents-img {
    margin: 20px auto 10px;
  }
  .commission-column {
    flex-direction: column;
  }
  .commission-img-column img {
    width: 100%;
  }
  .commission-img-column p {
    margin-top: 16px;
  }
  .commission-contents th {
    font-weight: 700 !important;
  }
  .commission-table-area {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  table td {
    padding: 10px;
    vertical-align: top;
  }
  /* 証券エリア */
  .securities-area {
    padding: 60px 20px;
  }
  .securities-h2 {
    font-size: 18px;
  }
  .hyper-emphasis {
    font-size: 34px;
  }
  .title-lines {
    font-size: 18px;
    line-height: 140%;
  }
  .title-lines::before {
    left: -30px;
  }
  .title-lines::after {
    right: -30px;
  }
  .securities-contents {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin: 20px 0 40px;
  }
  .securities-contents ul {
    width: 270px;
  }
  .securities-contents ul li {
    font-size: 14px;
  }
  .securities-contents ul li::marker{
    color: #4CBFE2;
    font-size: 20px;
    margin-right: 5px;
  }
  .hyper-btn-area {
    margin: 0 auto 40px;
    width: 335px;
  }
  .syoken-info-area p {
    font-size: 16px;
  }
  .syoken-info-area img {
    margin: 10px auto;
  }
  /* 締めくくりエリア */
  .conclusion-area {
    margin: 40px auto;
    padding: 60px 20px;
  }
  .conclusion-h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .conclusion-p {
    font-size: 14px;
  }
  /* ディスクレエリア */
  .disc-area {
    width: auto;
    margin: 0 20px 60px;
  }
  /* フローティングボタン */
  .contents_cv {
    background: rgba(255, 255, 255, 0.7) !important;
    padding-bottom: 10px;
  }
  .contents_cv_main {
    max-width: 920px;
    display: flex;
    gap: 40px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0 10px !important;
  }
  footer.simple-footer {
    margin-bottom: 150px;
  }
  /* 8月公開用ボタン */
  .important-btn {
    width: 335px;
  }
  .modal_inner {
    padding: 15px;
    margin: 0 auto;
  }
  .mordal_title_strong {
    font-size: 20px;
  }
  .modal_flex_inner_right {
    padding-bottom: 0;
  }
  .footer__pagetop {
    bottom: 140px !important;
  }
}


