@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "font-family: 'Noto Sans JP', sans-serif,Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  max-width: 100%;
}

.image_background .overlay-image {
  position: absolute;
  padding-left: 3rem;
  padding-top: 3rem;
}
.image_background .overlay-image img {
  width: 15.5vw;
  max-width: 15.5rem;
  position: fixed;
}
.image_background .backimage {
  position: absolute;
  left: 6%;
  top: 30%;
}
.image_background .backimage img {
  max-width: 30vw;
  position: fixed;
  bottom: 24vh;
  left: 1vh;
}
.image_background .right_image {
  left: 73vw;
  position: absolute;
}
.image_background .right_image img {
  max-width: 270px;
  width: 22vw;
  position: fixed;
  bottom: 0;
}
.image_background .right_image_txt {
  left: 74vw;
  position: absolute;
}
.image_background .right_image_txt img {
  max-width: 17vw;
  position: fixed;
  bottom: 53vh;
}

.image_background::before {
  position: fixed;
  width: 100vw;
  height: 100vh;
  content: "";
  background: url(../img/all_bg.jpg);
  background-color: #F7E6E7;
  background-size: cover;
  transform: scale(-1, 1);
}

.wrapper {
  position: relative;
  box-shadow: 0 0 30px -10px #740027;
  margin: 0 auto;
  width: 22vw;
  max-width: 400px;
  min-width: 350px;
  background-color: #F1E9E6;
  padding-bottom: 3vw;
}

header {
  box-sizing: border-box;
  display: block;
  position: absolute;
}
header img {
  width: 10rem;
  margin-left: 1.7rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}

h1 {
  padding: 6px;
  font-size: 1.8rem;
  color: #E60059;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: bold;
  border-top: solid 1px #E60059;
  border-bottom: solid 1px #E60059;
  margin: 30px 0;
}

.kv img {
  max-width: 100%;
}
.kv .catch_copy {
  width: 80%;
  margin: 0 auto 50px;
}

section {
  margin: 0 1.6rem;
}

.point_space {
  justify-content: space-between;
}
.point_space .point_box {
  text-align: center;
  background-color: white;
  border-radius: 8px;
  margin-bottom: 3.5rem;
  padding-bottom: 10px;
}
.point_space .point_box .box_btn_link {
  display: flex;
  justify-content: center;
}
.point_space .point_box .box_btn_link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid #00C4AE 2px;
  margin-bottom: 10px;
  height: 50px;
  width: 15vw;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  padding-left: 20px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.5rem;
  color: #00C4AE;
  font-weight: 600;
}
.point_space .point_box .box_btn_link a img {
  width: 7px;
  margin-left: 20px;
}
.point_space .point_box .box_btn_link a:hover {
  border: solid #00C4AE 2px;
  background-color: rgba(0, 196, 174, 0.1);
  transition: 0.3s;
}
.point_space .point_box .point_top_cover {
  background-color: #FF7293;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 2rem 2rem;
}
.point_space .point_box .point_top_cover .box_deco {
  width: 100%;
  margin-bottom: 10px;
}
.point_space .point_box .point_top_cover p {
  font-size: 1.8rem;
  font-weight: 600;
}
.point_space .point_box .point_text_title {
  font-size: 1.8rem;
  padding: 1.7rem 3.2rem 0 3.2rem;
  font-weight: 600;
}
.point_space .point_box .box_contents {
  padding: 2rem 2rem;
  color: #333333;
  line-height: 1.3;
  text-align: left;
}
.point_space .point_box .box_contents .box_cashback_ex {
  margin-bottom: 2rem;
}
.point_space .point_box .box_contents .point_text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.point_space .point_box .box_contents .attention_text {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-bottom: 1.2rem;
}
.point_space .point_box .box_contents ul {
  display: flex;
  flex-direction: column;
}
.point_space .point_box .box_contents ul .box_btn_link {
  margin: auto;
}
.point_space .point_box .box_contents ul .box_btn_link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid #00C4AE 2px;
  margin: 10px;
  height: 50px;
  width: 15vw;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  padding-left: 20px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.5rem;
  color: #00C4AE;
  font-weight: 600;
}
.point_space .point_box .box_contents ul .box_btn_link a img {
  width: 7px;
  margin-left: 20px;
}
.point_space .point_box .box_contents ul .box_btn_link a:hover {
  border: solid #00C4AE 2px;
  background-color: rgba(0, 196, 174, 0.1);
  transition: 0.3s;
}
.point_space .point_box .txt_check_box {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.point_space .point_box .txt_check_box img {
  width: 2.4rem;
  margin-right: 5px;
}
.point_space .point_box .txt_check_box p {
  font-size: 1.8rem;
  font-weight: 600;
}
.point_space .point_box .txt_list {
  text-indent: -1em;
  padding-left: 1em;
}
.point_space .point_box .box_cashback_ex {
  width: 100%;
}

.plain_type_A .plain_type_A_title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 3.8rem;
}
.plain_type_A .plain_box_A {
  display: flex;
  margin-bottom: 1vw;
}
.plain_type_A .plain_box_A .plain_image_type_A {
  padding-right: 10px;
}
.plain_type_A .plain_box_A .plain_image_type_A img {
  width: 10vh;
  max-width: 120px;
}
.plain_type_A .content_box {
  padding-bottom: 4rem;
}
.plain_type_A .content_box .attention_text {
  font-size: 1.2rem;
  padding-top: 10px;
}
.plain_type_A .content_box .plain_A_title {
  background-color: #FF7293;
  color: white;
  display: inline-block;
  /* インラインブロック要素に変更 */
  border-radius: 20px;
  /* 角丸 */
  padding: 0.7rem 1.3rem;
  font-size: 1.4rem;
  max-width: calc(100% - 2rem);
  /* 画面幅から2rem余白を引いた幅まで伸縮 */
  overflow: hidden;
  /* テキストがはみ出さないようにする */
  text-overflow: ellipsis;
  /* テキストが切れた部分に...を表示 */
}
.plain_type_A .content_box .plain_A_maintext .plain_A_text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.3;
}

.plain_type_B .plain_type_B_title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 3.8rem;
  margin-top: 6.7rem;
}
.plain_type_B .type_B_01 {
  display: flex;
  margin-bottom: 4.7rem;
}
.plain_type_B .type_B_01 .type_B_box {
  display: flex;
  flex-direction: column;
  /* 垂直方向に配置 */
  align-items: center;
  /* 水平方向の中央配置 */
}
.plain_type_B .type_B_01 .type_B_box .plain_image_type_B {
  text-align: center;
}
.plain_type_B .type_B_01 .type_B_box .plain_image_type_B img {
  width: 12rem;
  display: block;
  /* 画像を中央配置するため */
}
.plain_type_B .type_B_01 .type_B_box .type_B_text_box .type_B_text {
  font-size: 1.4rem;
  padding-top: 1.3rem;
  line-height: 1.8rem;
}
.plain_type_B .type_B_02 {
  display: flex;
  margin-bottom: 6.7rem;
}
.plain_type_B .type_B_02 .type_B_box {
  display: flex;
  flex-direction: column;
  /* 垂直方向に配置 */
  align-items: center;
}
.plain_type_B .type_B_02 .type_B_box .plain_image_type_B {
  text-align: center;
}
.plain_type_B .type_B_02 .type_B_box .plain_image_type_B img {
  width: 12rem;
  display: block;
}
.plain_type_B .type_B_02 .type_B_box .type_B_text_box .type_B_text {
  font-size: 1.4rem;
  padding-top: 1.3rem;
  line-height: 2rem;
  text-align: left;
}

.question_type_A {
  margin-bottom: 6rem;
}
.question_type_A .question_title_A {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
.question_type_A .question_box_A .q_text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 1rem;
}
.question_type_A .a_text {
  display: flex;
  font-size: 1.4rem;
  line-height: 2rem;
}
.question_type_A .a_text span {
  font-weight: 600;
}
.question_type_A .separator {
  background-color: #707070;
  width: 100%;
  height: 0.1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.question_type_B {
  margin-bottom: 6.7rem;
}
.question_type_B .question_title_B {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
.question_type_B .accordion-area li {
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 1.6rem;
}
.question_type_B .accordion-area li .accordion_box {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.question_type_B .accordion-area li .accordion_box .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question_type_B .accordion-area li .accordion_box .title {
  display: flex;
  /* Flexコンテナを使用して中央揃え */
  align-items: center;
  /* 垂直方向の中央揃え */
  font-size: 1.4rem;
  font-weight: 600;
}
.question_type_B .accordion-area li .accordion_box .title span {
  font-size: 3.3rem;
  font-weight: 600;
  padding-right: 1.5rem;
}
.question_type_B .accordion-area li .accordion_box .line_wrap {
  position: relative;
  width: 2rem;
  padding-right: 1.4rem;
}
.question_type_B .accordion-area li .accordion_box .line_wrap .line_1,
.question_type_B .accordion-area li .accordion_box .line_wrap .line_2 {
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #707070;
  border-radius: 20px;
}
.question_type_B .accordion-area li .accordion_box .line_wrap .line_2 {
  transform: rotate(90deg);
}
.question_type_B .accordion-area li .accordion_box .line_wrap .line_minus {
  transform: rotate(0deg);
}
.question_type_B .accordion-area li .accordion_box .accordion {
  display: none;
}
.question_type_B .accordion-area li .accordion_box .accordion .separator {
  background-color: #454545;
  width: 100%;
  height: 0.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.question_type_B .accordion-area li .accordion_box .accordion .box p {
  display: flex;
  /* Flexコンテナを使用して中央揃え */
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.5;
}
.question_type_B .accordion-area li .accordion_box .accordion .box p span {
  margin-top: -0.5rem;
  font-weight: 600;
  font-size: 3.3rem;
  padding-right: 1.5rem;
}
.question_type_B .accordion-area li .accordion_box .accordion_active {
  display: block;
}

.table_A {
  max-width: 100%;
  margin-bottom: 6.7rem;
}
.table_A table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #454545;
}
.table_A table tr .no_border_left {
  border-left: none;
}
.table_A table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.table_A table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}
.table_A table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.table_A table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.table_A table th,
.table_A table td {
  word-break: break-all;
  font-size: 1.4rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
}
.table_A table th {
  background-color: #F7E6E7;
  font-weight: 600;
  border-left: 1px solid #454545;
}
.table_A table tr:first-child th {
  border-top: 1px solid #454545;
  /* 一番上の行のセルにだけボーダーを適用 */
}
.table_A table tr:first-child th:child-nth(2) {
  border-left: none;
}
.table_A .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.table_B {
  max-width: 100%;
  margin-bottom: 6.7rem;
}
.table_B table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #454545;
}
.table_B table tr .no_border_left {
  border-left: none;
}
.table_B table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.table_B table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}
.table_B table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.table_B table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.table_B table th,
.table_B table td {
  font-size: 1.4rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
  word-break: break-all;
  line-height: 1.7rem;
}
.table_B table th {
  background-color: #F7E6E7;
  font-weight: 600;
  border-left: 1px solid #454545;
}
.table_B table tr:first-child th {
  border-top: 1px solid #454545;
  /* 一番上の行のセルにだけボーダーを適用 */
}
.table_B table tr:first-child th:child-nth(2) {
  border-left: none;
}
.table_B .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.step_flow {
  text-align: center;
}
.step_flow .step {
  position: relative;
}
.step_flow .step .step_top {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ADADAD;
  height: 3rem;
  width: 10.5rem;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step_flow .step .step_top .step_top_text {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.step_flow .step .step_area {
  position: relative;
  background-color: #fff;
  align-items: center;
  margin-top: 1.5rem;
  border-radius: 1.6rem;
  margin-bottom: 3rem;
}
.step_flow .step .step_area .step_box {
  padding-top: 3.5rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 2rem;
}
.step_flow .step .step_area .step_box .step_title {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
.step_flow .step .step_area .step_box .step_text {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.step_flow .arrow_image {
  padding-bottom: 1.5rem;
}
.step_flow .arrow_image img {
  width: 4.6rem;
}

.button_area {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.button_area .button {
  background-color: #ADADAD;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 6rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* ホバーエフェクトのためのトランジション */
}
.button_area .button .button_text p {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.conditions_box {
  margin: 20px 0 50px 0;
}
.conditions_box .conditions_base {
  background-color: #fff;
  border-radius: 1.6rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.conditions_box .conditions_base .conditions_main_title .conditions_title_txt {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #E60059;
  padding-bottom: 1rem;
}
.conditions_box .conditions_base .conditions_area ul li {
  margin-top: 10px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.conditions_box .conditions_base .conditions_area img {
  width: 60px;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap {
  color: #333;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .wrap_text {
  padding-top: 0.8rem;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .wrap_text .conditions_sub_title {
  background-color: #F7E6E7;
  font-size: 1.3rem;
  font-weight: 600;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.4rem;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .text_detail {
  padding: 1.2rem 0 1.2rem 1.2rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .attention_text {
  font-size: 1.2rem;
  padding-left: 1.2rem;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap img {
  width: 40px;
  padding: 10px 0 0 20px;
}
.conditions_box .detail_area {
  padding-top: 1rem;
}
.conditions_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
}
.conditions_box .detail_area a .detail {
  padding-left: 1.8rem;
  padding-right: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
}
.conditions_box .detail:after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 1rem;
  /*画像の幅*/
  height: 1.5rem;
  /*画像の高さ*/
  background-image: url(../img/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.5rem;
}

.notes_box {
  padding-bottom: 4.3rem;
}
.notes_box .notes_area {
  margin-top: 4.3rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
.notes_box .notes_area .notes_title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.notes_box .notes_area .notes_title .notes_title_txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.notes_box .notes_area .notes_txt {
  font-size: 1.3rem;
  font-weight: 600;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.notes_box .notes_area .notes_txt ul {
  padding-left: 1.6rem;
}
.notes_box .notes_area .notes_txt ul li {
  line-height: 2rem;
  padding-bottom: 2rem;
  list-style-type: disc;
}
.notes_box .detail_area {
  padding-top: 1rem;
  text-align: right;
}
.notes_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
}
.notes_box .detail_area a .detail {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
  justify-content: right;
}
.notes_box .detail:after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 1rem;
  /*画像の幅*/
  height: 1.5rem;
  /*画像の高さ*/
  background-image: url(../img/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.5rem;
}

.floating_box {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 1vh;
}
.floating_box .floating_subtxt {
  color: #E60059;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating_box .floating_subtxt:before {
  margin-right: 15px;
  transform: rotate(60deg);
  content: "";
  background-color: #E60059;
  height: 2px;
  width: 15px;
}
.floating_box .floating_subtxt:after {
  margin-left: 15px;
  transform: rotate(-60deg);
  content: "";
  background-color: #E60059;
  height: 2px;
  width: 15px;
}
.floating_box .floating_area {
  background: #00C4AE;
  padding: 2.5vh;
  border-radius: 6rem;
  font-size: 2rem;
  font-weight: 600;
  width: 20vw;
  min-width: 300px;
  max-width: 550px;
  text-align: center;
  text-decoration: none;
}
.floating_box .floating_area .apply_txt {
  color: #fff;
}
.floating_box .floating_area:hover {
  background: #00D4ae;
  transition: 0.3s;
}

footer {
  background-color: #FF7293;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-top: 2.4rem;
}
footer .wrap {
  margin-left: 3.4rem;
  margin-right: 3.4rem;
}
footer .wrap .notes {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
footer .wrap .company {
  padding: 6rem 0 2rem;
}
footer .wrap .company img {
  width: 70%;
}
footer .wrap .note {
  line-height: 2rem;
  text-decoration: none;
}
footer .logo {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 2.6rem;
}
footer .logo img {
  width: 8rem;
}
.btn_apply {
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .wrapper {
    width: 77vw;
  }
  .image_background .backimage img {
    max-width: 30vw;
    bottom: 45vh;
    left: -5vh;
  }
  .image_background .right_image_txt {
    left: 76.5vw;
    bottom: 20rem;
  }
  .image_background .right_image_txt img {
    max-width: 22vw;
  }
  .image_background .right_image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */
