@charset "UTF-8";
/* ========================================
 ママ割証券ページ用CSS
======================================== */

/* ----------------------------------------
 コンテンツ共通
---------------------------------------- */

body {
  color:#282828;
}
.mamawari-securities {
  width: 960px;
  margin: 0 auto;
  padding: 16px 0 18px;
}
.securitiess-bg {
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/securities/_pc/img/20250805/bg_repeat_pc.png);
  background-repeat: repeat;
}
/* ----------------------------------------
 メイン看板
---------------------------------------- */
.securities__kv-wrapper {
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/securities/_pc/img/20250805/kanban_bg_pc.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center top;
  background-color: #c5f7ff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.securities__kv {
    position: relative;
    width: 100%;
    max-width: 1110px;
    aspect-ratio: 1110 / 440;
}
.securities__kv-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 2;
    display: block;
}
/* ----------------------------------------
 キャンペーン詳細リンク＆キャッチコピー
---------------------------------------- */
.securities__period {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
}
.rule-link {
    font-size: 18px;
    color: #3782B5;
    text-decoration: none;
}
.rule-link a {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.securities-list-icon {
  margin-left: 8px;
  text-decoration: none;
}
.catchphrase {
    margin-top: 8px;
}
.catchphrase p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400 !important;
}

/* ----------------------------------------
ママ割登録ボタン
---------------------------------------- */
/* step */
.rgu-step .rgu-step__wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.rgu-step .rgu-step__number {
  width: 480px;
  flex-grow: 0;
  box-sizing: border-box;
  margin-right: 12px;
}

.rgu-step .rgu-step__content {
  width: 480px;
  margin: 0 auto;
  flex-grow: 1;
}
.rc-button-wrap {
  text-align: right;
}
.rgu-step .rgu-step__numberImage {
  width: 100%;
}

.rgu-step-simpleform {
  width: 480px;
  margin: 0 auto;
}

.rgu-step-simpleform .rgu-step__header {
  margin-bottom: 16px;
}

.rgu-step-simpleform .rgu-step__number {
  width: 88px;
}

.rgu-step-simpleform .rgu-step__content {
  width: 100%;
  position: relative;
}

.rgu-step-simpleform .rgu-step__text {
  width: 480px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: -38px;
  left: 5px;
}

.rgu-step-simpleform .rgu-step__numberImage {
  width: 100%;
}
.signupArea_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
}
.rc-custom-button {
  width: 456px;
  height: 72px;
  font-size: 24px;
  background: #FF65AD;
  border-radius: 50px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  appearance: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  border: 3px solid #343a40;
  box-shadow: 3px 3px 0 0 #444,6px 0 5px -3px #4448;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rc-custom-button.is-icon_arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 14px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://r.r10s.jp/evt/event/family/campaign/securities/_pc/img/20250805/btn_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_black_arrow {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
/* ----------------------------------------
クイズ
---------------------------------------- */
.quiz_area {
    position: relative;
    width: min(calc(940 / 980 * 100vw 1575.56px), 940px);
    margin: 0 auto;
    z-index: 0;
}
.quiz_wrapper {
    position: relative;
    background-color: #fff;
    position: relative;
    border: 4px solid #282828;
    z-index: 2;
}
.quiz-section h2 {
    margin: 0 auto;
}
 .quiz-section h2 picture {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}
.quiz_inner {
    padding: 24px 0 32px;
}
.quiz_txt {
    font-weight: bold;
}
.quiz_wrapper .quiz_txt p {
    font-size: 24px;
    text-align: center;
}

.quiz_wrapper .quiz_body .hint {
    display: block;
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}
.t_link {
    color: #3782B5;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.t_link .arrow-icon {
  display: inline-block;
  width: 12px;
  height: 22px;
  position: relative;
  margin-left: 8px;
  vertical-align: middle;
}

.t_link .arrow-icon::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.t_link:hover {
  opacity: 0.8;
}
.toStep-link {
  text-align: center;
  margin-top: 18px;
}
.toStep-link a {
  color: #3782B5;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quiz_wrapper .quiz_body .choice_wrapper {
    width: 616px;
    margin: 32px auto 0;
}
.quiz_answer_arrow {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.quiz_answer_arrow img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: auto;
}
.quiz_wrapper .quiz_body .ans {
    position: relative;
    font-weight: bold;
    margin-bottom: 3.2%;
}
.quiz_wrapper .quiz_body label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
}
.quiz_wrapper .quiz_body input[type=radio]
{
    display: none;
}
.quiz_wrapper .answer {
    position: relative;
}
.quiz_wrapper .answer .btn_answer {
    display: block;
    margin: 0 auto;
    border: none;
}
.btn_answer {
  cursor: pointer;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none;
  display: block;
  margin: 0 auto;
}
.quiz-section img {
  margin: 0 auto;
  line-height: 0;
  vertical-align: bottom;
  display: block;
}
.quiz-comment-after {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

/* quiz-link-after のスタイル */
.quiz-link-after {
  text-align: center;
  margin-top: 18px;
}
.quiz_wrapper .answer #correct,
.quiz_wrapper .answer #incorrect {
  width: auto;
  max-width: 750px;
  margin: 0 auto;
}

.quiz_wrapper .answer .txt_correct {
  width: 100%;
  margin: 0 auto;
}
.txt_correct img {
  margin-bottom: 16px;
}
.quiz_wrapper .answer .comment {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.comment {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
}
.quiz_wrapper .answer .btn_wrapper .btn_account {
  width: calc(604 / 750 * 100%);
  display: block;
  margin: 0 auto;
}
.quiz_wrapper .answer #incorrect {
  display: none;
}
.quiz_wrapper .answer #incorrect {
  width: auto;
  max-width: 750px;
  margin: 0 auto;
}
.quiz_wrapper .answer .txt_incorrect,
.quiz_wrapper .answer .txt_correct {
  width: 100%;
  margin: 0 auto;
}
.quiz-before-answer {
  display: block; /* 初期状態では表示 */
}
.quiz-after-answer {
  display: none; /* 初期状態では非表示 */
}
/* 回答結果セクション（正解/不正解）の初期表示 */
.quiz-result-section {
  display: none; /* 初期状態では両方非表示 */
}

/* ----------------------------------------
アンカーエリア
---------------------------------------- */
.anchor-section {
  margin: 84px auto 0;
  text-align: center;
}
.anchor-container {
  display: flex;
  flex-wrap: wrap;
}
.anchor-item {
  width: 468px;
  margin-right: 24px;
  margin-bottom: 16px;
}
/* 2つ目のバナーの右側の余白を削除 */
.anchor-item:nth-child(2n) {
  margin-right: 0;
}
/* 3つ目と4つ目のバナーの下側の余白を削除 */
.anchor-item:nth-child(n+3) {
  margin-bottom: 0;
}
.anchor-item img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------
マンガ
---------------------------------------- */
.manga-section {
  margin: 84px auto 0;
  text-align: center;
}
.manga-section h2 {
  margin-bottom: 16px;
}
.manga-img {
  margin: 0 auto;
  display: block;
}

/* ----------------------------------------
証券口座って実際に使ってる？
---------------------------------------- */
.question-section {
  margin: 84px auto 0;
  text-align: center;
}
.question-section h2 + p {
  width: 605px;
  margin: 8px auto 0;
  font-size: 14px;
  text-align: left;
}
.question-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}

/* ----------------------------------------
楽天証券が選ばれる理由
---------------------------------------- */
.merit-section {
  margin: 84px auto 0;
  text-align: center;
}
.merit-section h2 {
  margin-bottom: 16px;
}
.merit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.merit-item__inner {
  position: relative;
  width: inherit;
  height: inherit;
}

.merit-item {
  flex: 0 1 calc(50% - 12px);
  max-width: 468px;
  min-width: 300px;
  box-sizing: border-box;
}
.merit-item__textBox {
  position: absolute;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 2;
  padding: 16px;
}
#reason01 .merit-item__textBox,
#reason02 .merit-item__textBox {
  top: 83%;
  left: 50%;
}
#reason03 .merit-item__textBox,
#reason04 .merit-item__textBox {
  top: 88%;
  left: 50%;
}
#reason05 .merit-item__textBox {
  top: 87%;
  left: 50%;
}
.merit-item__img {
  width: 100%;
  height: 100%;
}
.merit-item__img::before
.merit-item__img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.merit-item__button {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
.merit-item__text {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
}
#reason01 .merit-item__text {
  padding: 0 24px;
  text-align: left;
}
#reason02 .merit-item__text {
  padding: 0 38px;
  text-align: left;
}
div#reason04 {
  position: relative;
  top: -20px;
}
div#reason05 {
  position: relative;
  top: -38px;
  flex-basis: 100%;
  max-width: 960px;
  margin-left: 0;
  margin-right: 0;
}




/* ----------------------------------------
かんたん診断
---------------------------------------- */
.diagnosis-section {
  margin: 84px auto 0;
  text-align: center;
}
.diagnosis-section h2 {
  margin-bottom: 16px;
}
.diagnosis-container {
  width: 960px;
  height:356px;
  border: 4px solid #282828;
  background-color: #fff;
}
.diagnosis-img {
  margin: 32px auto 16px;
  display: block;
}
.diagnosis-text {
  width: 600px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
}
.diagnosis-button {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}
/* ----------------------------------------
獲得までの流れ STEP
---------------------------------------- */
.flow-section {
  margin: 84px auto 0;
  text-align: center;
}
.flow-section h2 {
    margin-bottom: 24px;
}
.flow-container {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.step-img {
  width: 204px;
  height: 332px;
  object-fit: cover;
  display: block;
}
.arrow-img {
  width: 32px;
  height: 30px;
  object-fit: contain;
  margin: 0 6px;
}

/* ----------------------------------------
バナーエリア
---------------------------------------- */
.banner-section {
  margin: 84px auto 0;
  text-align: center;
}
.banner-section h2 {
  margin-bottom: 16px;
}
.banner-flexArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-item {
  width: 476px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.banner-item:nth-child(2n) {
    margin-right: 0;
}
.banner-item img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------
フッターフロティングバナー
---------------------------------------- */
/* fixed_banner */

#fixdBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(40, 40, 40, 0.6);
  transition:opacity ease 0.5s;
  z-index: 10;
}
#fixdBtn .fixed_btnwrap.inner {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-bottom: 18px;
  padding-top: 18px;
}
#fixdBtn .fixed_btnwrap.inner .btn_fixed{
  width: 100%;
  margin: 0 auto;
}
#fixdBtn .btn_fixed a:hover,
#fixdBtn .btn_fixed img:hover {
  opacity: 0.9 !important;
  filter: brightness(1.05);
}
#fixdBtn .btn_fixed_quiz.is_hide,
#fixdBtn .btn_fixed_correct {
  display: none;
}
#fixdBtn .btn_fixed_correct.is_show {
  display: block;
}
.is-bnrShow {
  visibility: visible;
  opacity: 1!important;
}
.is-bnrHide {
  visibility: hidden;
  opacity: 0!important;
}
.footer_copy {
  border-top: 2px solid #848484;
  font-size: 1.2rem;
  line-height: 1.6667;
}
.footer_copy .inner {
  padding:min(calc(30/860*100%),30px)  min(calc(15/860*100%),15px);
}
.contents .footer_copy .inner .bottom_text {
  margin-top: 1em;
}


/* --- hover処理 --- */
a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
button:hover {
  opacity: 0.7;
}
p.ans img:hover {
    opacity: 0.7;
}
.rule-link .rule-text:hover {
  text-decoration: underline;
}
.toStep-link .link-text:hover {
  text-decoration: underline;
}
.securities-list-icon:hover {
   text-decoration: none !important;
}
.rule-link a:hover .securities-list-icon {
  text-decoration: none !important;
}
.toStep-linka:hover .securities-list-icon {
  text-decoration: none !important;
}
.hint a:hover {
  text-decoration: underline !important;
}

/* 「上へ戻るボタン」の位置調整 */
.ecm-wrap [data-module-name="ecm-scroll-to-top"].ecm-scroll-to-top-adjusted {
  position: fixed; 
  bottom: 180px !important; /* フローティングメニューに合わせて上へ移動 */
  right: 32px !important;
}


