﻿
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  max-width: 1800px;
  margin: auto;
  color: #000000;
}
.container a, .container img {
  display: block;
}
.container .common {
  text-align: center;
  margin-bottom: 60px;
}
.container .commonHeading {
  display: inline-block;
  font-size: 36px;
  color: #D60B17;
  position: relative;
}
.container .commonHeadingEmpha {
  width: 48px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.container .commonHeading .small {
  font-size: 28px;
}
.container .commonHeading .big {
  display: block;
  font-size: 44px;
}
@media only screen and (max-width: 768px) {
  .container .commonHeading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .container .commonHeading .br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .container .common {
    margin-bottom: 40px;
  }
}
.container .commonCta {
  display: block;
  text-align: center;
  position: relative;
  margin: auto;
  margin-top: 40px;
}
.container .commonCtaBtn {
  width: 300px;
  height: auto;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.container .commonCtaBtn span {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
}
@media only screen and (max-width: 768px) {
  .container .commonCtaBtn span {
    font-size: 24px;
  }
}
.container .commonCtaBtn img {
  display: inline-block;
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.container .commonCtaBtn:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #ABD674;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.container .commonCtaBtn:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #8CC63F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.container .commonCtaBtn:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .container .commonCtaBtn {
    width: 320px;
    padding: 10px 0;
  }
}

.header {
  background-color: #fff;
  padding: 10px 0;
}
.headerLogo {
  width: 160px;
  margin: auto;
}



.fv {
  background-image: url(../image/fvBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 50px;
}
.fvInner {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .fvInner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .fvInner {
    display: none;
  }
}
.fvCatch {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fvCatchEmpha {
  position: relative;
  display: inline-block;
  padding: 15px;
}
.fvCatchEmpha span {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  transform: translateY(-10px);
}
@media only screen and (max-width: 960px) {
  .fvCatchEmpha span {
    font-size: 24px;
  }
}
.fvCatchEmpha img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.fvCatchText {
  font-size: 28px;
  color: #ffffff;
  transform: translateY(-10px);
}
@media only screen and (max-width: 960px) {
  .fvCatchText {
    font-size: 22px;
  }
}
.fvTitle {
  margin-bottom: 25px;
  font-size: 100px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 960px) {
  .fvTitle {
    font-size: 70px;
  }
}
.fvList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.fvListItem {
  padding-left: 20px;
  position: relative;
}
.fvListItem_heading {
  font-size: 22px;
  color: #ffffff;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 960px) {
  .fvListItem_heading {
    font-size: 18px;
  }
}
.fvListItem::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #FF3334;
  position: absolute;
  top: 0;
  left: 0;
}
.fvListText {
  font-size: 14px;
  color: #ffffff;
  padding-left: 20px;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.fvNote {
  font-size: 10px;
  color: #ffffff;
}
.fvSp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .fvSp {
    display: block !important;
  }
}
@media only screen and (max-width: 960px) {
  .fv {
    background-position: right bottom;
  }
}
@media only screen and (max-width: 768px) {
  .fv {
    background-image: none;
    padding-top: 0;
  }
}

/*----------------------------------------------------
 20250423 �ǋL
-----------------------------------------------------*/
.fv2 {
  background-color: #D60B17;
}
.fv2Inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background-image: url(../image/fvBg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .fv2Inner {
    display: none;
  }
}
.fv2Main {
  margin-right: 24px;
}
.fv2MainList {
  width: 600px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.fv2MainList_item {
  font-size: 22px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.fv2MainList_item span {
  font-size: 12px;
}
@media (max-width: 400px) {
  .fv2MainList_item span {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .fv2MainList_item {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .fv2MainList_item {
    padding: 10px 0;
  }
  .fv2MainList_item .br {
    display: block;
  }
}
@media (max-width: 400px) {
  .fv2MainList_item {
    font-size: 16px;
  }
}
.fv2MainList_text {
  font-size: 12px;
  color: #fff;
  margin-left: auto;
}
.fv2MainList_text:last-child {
  margin-top: 40px;
  margin-right: 40px;
}
@media (max-width: 400px) {
  .fv2MainList_text:last-child {
    margin-top: 24px;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .fv2MainList_text {
    text-indent: -1em;
    padding-left: 1em;
  }
  .fv2MainList_text .br {
    display: block;
  }
}
@media (max-width: 1200px) {
  .fv2MainList {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .fv2MainList {
    width: 350px;
  }
}
@media (max-width: 400px) {
  .fv2MainList {
    width: 300px;
    margin: auto;
    margin-bottom: 32px;
  }
}
.fv2MainCatch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}
.fv2MainCatch_top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border: 3px solid #fff;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .fv2MainCatch_top {
    font-size: 24px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .fv2MainCatch_top {
    position: absolute;
    top: 0;
  }
  .fv2MainCatch_top:first-child {
    left: 24px;
  }
  .fv2MainCatch_top:last-child {
    left: 140px;
  }
}
.fv2MainCatch_heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -0.1em;
  color: #fff;
}
@media (max-width: 1200px) {
  .fv2MainCatch_heading {
    font-size: 52px;
  }
}
@media (max-width: 540px) {
  .fv2MainCatch_heading {
    font-size: 38px;
  }
}
@media (max-width: 400px) {
  .fv2MainCatch_heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .fv2MainCatch {
    padding-top: 120px;
    justify-content: flex-start;
    padding-left: 24px;
  }
}
@media (max-width: 400px) {
  .fv2Main {
    margin: auto;
  }
}
.fv2Sp {
  display: none !important;
}
@media (max-width: 768px) {
  .fv2Sp {
    display: block !important;
  }
}

/*----------------------------------------------------
 20250423 �ǋL end
-----------------------------------------------------*/

.float {
  width: 100%;
  max-width: 1800px;
  position: fixed;
  bottom: 0;
  background-color: #D60B17;
  padding: 10px 0;
  z-index: 9;
}
.floatInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .floatInner {
    flex-direction: column;
    gap: 10px;
  }
}
.floatHeading {
  font-size: 44px;
  color: #ffffff;
}
.floatHeading .sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .floatHeading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .floatHeading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .floatHeading .sp {
    font-size: 28px;
    display: inline-block;
  }
}
.float .commonCta {
  margin: 0;
}

.simulation {
  padding: 60px 0;
  background-color: #FFF4F4;
}
.simulation form {
  background-color: #fff;
  border: 2px solid #e74c3c;
  border-radius: 10px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 550px;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .simulation form {
    width: calc(90% - 32px);
    padding: 20px 16px;
    margin: 10px auto;
  }
}
.simulation .form-group {
  display: flex;
  align-items: end;
  gap: 10px;
}
.simulation .form-group label {
  color: #D60B17;
  background-color: #fce4ec;
  margin: auto;
  margin-left: 0;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .simulation .form-group label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .simulation .form-group label .br {
    display: block;
  }
}
.simulation .form-group input, .simulation .form-group select {
  font-size: 20px;
  flex-grow: 1;
  padding: 17px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: right;
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .simulation .form-group input, .simulation .form-group select {
    font-size: 16px;
    padding: 12px 10px;
  }
}
.simulation .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6"><path d="M0 0l6 6 6-6z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
  text-align: left;
}
.simulation .form-group select::-moz-placeholder {
  color: #bbb;
}
.simulation .form-group select::placeholder {
  color: #bbb;
}
.simulation .form-group select::-ms-expand {
  display: none;
}
.simulation .form-group:first-of-type label {
  margin-left: 0;
  padding: 5px 30px;
}
.simulation .form-group:first-of-type input {
  max-width: 377px;
}
.simulation .form-group:nth-of-type(2) select {
  width: 100%;
}
.simulation .form-group:nth-of-type(3) input {
  max-width: 60px;
}
.simulation .loans-group {
  display: flex;
  gap: 10px;
}
.simulation .loans-group input {
  width: 80px;
}
.simulation .loans-group span {
  align-self: center;
}
.simulation .note {
  font-size: 12px;
  color: #666;
  margin: auto;
  margin-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .simulation .note {
    font-size: 10px;
  }
}
.simulation .submit-btn {
  background-color: #f0ad4e;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 20px auto 0;
  width: 80%;
  max-width: 300px;
  transition: background-color 0.3s;
}
.simulation .submit-btn:hover {
  background-color: #ec971f;
}
.simulation .submit-btn::after {
  content: ">";
  margin-left: 10px;
}
.simulationCta {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 16px auto 0 auto;
}
.simulationCtaBtn {
  width: 90%;
  height: auto;
  padding: 15px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin: auto;
}
.simulationCtaBtn span {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
}
@media only screen and (max-width: 768px) {
  .simulationCtaBtn span {
    font-size: 18px;
  }
}
.simulationCtaBtn img {
  display: inline-block;
  width: 31px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  z-index: 1;
}
.simulationCtaBtn:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FDA74F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.simulationCtaBtn:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FC9832;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.simulationCtaBtn:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .simulationCtaBtn {
    padding: 10px 0;
  }
}
.simulationNote {
  width: 90%; max-width: 500px;
  font-size: 10px;
  color: #666;
  margin: auto;
  margin-top: -30px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .simulation {
    padding: 40px 0;
  }
}

.point {
  padding: 80px 0;
  background-image: url(../image/pointBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pointList {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.pointListItem {
  margin-bottom: 40px;
  border: 3px solid #D60B17;
  border-radius: 5px;
  padding-top: 20px;
  background-color: #fff;
}
.pointListItem:last-child {
  margin-bottom: 0;
}
.pointListItemTop {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}
.pointListItemTop_num {
  font-size: 30px;
  color: #ffffff;
  background-color: #D60B17;
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  .pointListItemTop_num {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.pointListItemTop_heading {
  font-size: 28px;
  color: #D60B17;
}
@media only screen and (max-width: 768px) {
  .pointListItemTop_heading {
    font-size: 24px;
  }
  .pointListItemTop_heading .br {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .pointListItemTop_heading {
    font-size: 20px;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .pointListItemTop {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.pointListItemMain {
  width: 90%;
  margin: 30px auto;
}
.pointListItemMain_text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_text_sp {
    display: none;
  }
}
.pointListItemMain_note {
  font-size: 12px;
  font-weight: 500;
}
.pointListItemMain_list1 {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pointListItemMain_list1_item {
  width: calc(33% - 10px);
  background-color: #fff;
  border-radius: 10px;
  background-color: #FFF4F4;
}
.pointListItemMain_list1_item_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_list1_item_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    width: calc(50% - 10px);
    background-color: transparent !important;
    background-image: url(../image/pointListItemMain_list1_item_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .pointListItemMain_list1_item_sp .pointListItemMain_list1_text {
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .pointListItemMain_list1_item_sp .pointListItemMain_list1_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_list1_item {
    width: calc(50% - 10px);
  }
}
.pointListItemMain_list1_heading {
  width: 100%;
  background-color: #D60B17;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .pointListItemMain_list1_heading {
    font-size: 14px;
    flex-direction: column;
    line-height: 1.5;
  }
  .pointListItemMain_list1_heading .br {
    display: block;
  }
}
.pointListItemMain_list1_img {
  width: 50%;
  margin: 15px auto;
}
.pointListItemMain_list1_text {
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_list1 {
    flex-wrap: wrap;
  }
}
.pointListItemMain_list2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pointListItemMain_list2_text {
  font-size: 16px;
  font-weight: 500;
}

.pointListItemMain_list2_text a { display: inline; }

.pointListItemMain_list2_text img { display: inline; }

.pointListItemMain_list2_note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.pointListItemMain_list2_app {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}
.pointListItemMain_list2_app_item {
  width: calc(33% - 12px);
  border: 2px solid #A3BCCB;
  border-radius: 3px;
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_list2_app_item {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_list2_app {
    flex-direction: column;
    align-items: center;
  }
}
.pointListItemMain_list2_img {
  margin: auto;
  width: auto;
  height: 30px;
}
.pointListItemMain_list2_arrow {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.pointListItemMain_box {
  border: 2px solid #B3B3B3;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_box {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .pointListItemMain_box {
    padding: 15px;
    padding-bottom: 55px;
  }
}
.pointListItemMain_top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.pointListItemMain_top_heading {
  font-size: 22px;
  color: #D60B17;
  white-space: nowrap;
  border: 3px solid #D60B17;
  border-radius: 10px;
  padding: 10px 20px;
}
@media only screen and (max-width: 480px) {
  .pointListItemMain_top_heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .pointListItemMain_top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.pointListItemMain_catch {
  margin-bottom: 15px;
}
.pointListItemMain_catch_item {
  display: inline-block;
  left: 140px;
  bottom: 10px;
  padding: 20px;
  position: relative;
}
.pointListItemMain_catch_item span {
  display: block;
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 2;
  transform: translateY(-15px);
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_catch_item span {
    font-size: 18px;
  }
}
.pointListItemMain_catch_item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_catch_item {
    left: auto;
  }
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_catch {
    text-align: right;
  }
}
.pointListItemMain_list3 {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.pointListItemMain_list3_column {
  display: flex;
  border-radius: 8px;
  padding: 10px;
  padding-top: 20px;
  position: relative;
  background-color: #FFF4F4;
}
.pointListItemMain_list3_column:nth-child(1) {
  width: 70%;
}
.pointListItemMain_list3_column:nth-child(1) .pointListItemMain_list3_item {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .pointListItemMain_list3_column:nth-child(1) .pointListItemMain_list3_item {
    width: 100%;
  }
}
.pointListItemMain_list3_column:nth-child(1):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #F7D347;
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_list3_column:nth-child(1):before {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -70px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.pointListItemMain_list3_column:nth-child(1) .pointListItemMain_list3_item:nth-child(2) {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.pointListItemMain_list3_column:nth-child(1) .pointListItemMain_list3_item:nth-child(2) .pointListItemMain_list3_heading {
  color: #FF3234 !important;
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_list3_column:nth-child(1) {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .pointListItemMain_list3_column:nth-child(1) {
    flex-direction: column;
    gap: 60px;
  }
}
.pointListItemMain_list3_column:nth-child(2) {
  width: 30%;
  justify-content: center;
  position: relative;
}
.pointListItemMain_list3_column:nth-child(2):before {
  content: "お引き落とし完了！";
  font-size: 16px;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_list3_column:nth-child(2):before {
    top: auto;
    bottom: -40px;
    color: #A80010;
  }
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_list3_column:nth-child(2) {
    width: calc(100% - 20px);
  }
}
.pointListItemMain_list3_item {
  position: relative;
  padding: 10px 0;
}
.pointListItemMain_list3_img {
  width: 60px;
  margin: auto;
  margin-bottom: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.pointListItemMain_list3_heading {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #A80010;
}
.pointListItemMain_list3_heading span {
  font-size: 20px;
  letter-spacing: 0;
}
.pointListItemMain_list3_add {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .pointListItemMain_list3_add {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .pointListItemMain_list3 {
    flex-direction: column;
    gap: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .pointListItemMain {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  .pointListItem {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .point {
    padding: 40px 0;
  }
}

.flow {
  padding: 80px 0;
  background-color: #FFF4F4;
}
.flowList {
  width: 90%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flowListItem {
  width: 100%;
}
.flowListItem_top {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  border: 2px solid #9EAEB7;
  position: relative;
  background-color: #fff;
  margin-bottom: 12px;
}
.flowListItem_main {
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .flowListItem_main {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.flowListItem_arrow {
  width: 100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .flowListItem_arrow {
    width: 70px;
  }
}
.flowListItem_arrow2 {
  width: 60px;
  margin: auto;
  margin-bottom: 20px;
}
.flowListItem_num {
  background-color: #D60B17;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
}
@media only screen and (max-width: 768px) {
  .flowListItem_num {
    font-size: 18px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .flowListItem_num {
    font-size: 15px;
    padding: 0 10px;
  }
}
.flowListItem_heading {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #D60B17;
}
@media only screen and (max-width: 768px) {
  .flowListItem_heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .flowListItem_heading {
    font-size: 18px;
    flex-direction: column;
    justify-content: center;
  }
  .flowListItem_heading .br {
    display: block;
  }
}
.flowListItem_img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .flowListItem_img {
    width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .flowListItem_img {
    width: 130px;
  }
}
.flowListItem_text {
  line-height: 1.8;
}
.flowListItem_text .red {
  color: #D60B17;
}
.flowListItem_text a {
  display: inline-block;
}
.flowListItem_note {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 12px;
}
.flowListItem_catch {
  text-align: center;
  margin-bottom: 20px;
}
.flowListItem_catch span {
  border-radius: 5px;
  padding: 15px 40px;
  display: inline-block;
  border: 3px solid #FFEB99;
  font-size: 18px;
}
.flowListItem_catch span .br {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .flowListItem_catch span {
    padding: 15px 20px;
    font-size: 16px;
  }
  .flowListItem_catch span .br {
    display: block;
  }
}
.flowListItem_prepare {
  margin-bottom: 20px;
}
.flowListItem_prepare_heading {
  background-color: #FFEB99;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
}
.flowListItem_prepare_main {
  padding: 30px;
  background-color: #FFFCEE;
  border-radius: 0 0 8px 8px;
}
.flowListItem_prepare_main span {
  display: block;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .flowListItem_prepare_main {
    padding: 15px 20px;
  }
}
.flowListItem:last-child::before {
  display: none;
}
.flowListItem:last-child .flowListItem_main {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flowList {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .flowList {
    margin-bottom: 30px;
  }
}
.flowImportant {
  width: 90%;
  max-width: 800px;
  margin: auto;
  border: 2px solid #9EAEB7;
}
.flowImportantHeading {
  padding: 20px 0;
  color: #000000;
  font-size: 24px;
  background: #EEE7E9;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.flowImportantHeading::before {
  content: "－";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 0 1px 1px;
}
@media only screen and (max-width: 480px) {
  .flowImportantHeading {
    padding: 12px 0;
    font-size: 20px;
  }
}
.flowImportantHeading.active::before {
  content: "＋";
}
.flowImportantMain {
  padding: 30px;
}
.flowImportantMain_text {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 12px;
}
.flowImportantMain_text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .flowImportantMain {
    padding: 20px;
  }
}

.flowImportantMain2 {
  padding: 30px;
}
.flowImportantMain2_text {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}
.flowImportantMain2_text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .flowImportantMain2 {
    padding: 20px;
  }
}


@media only screen and (max-width: 768px) {
  .flow {
    padding: 40px 0;
  }
}

.goods {
  padding: 80px 0 20px;
}
.goodsDetail {
  width: 90%;
  max-width: 800px;
  margin: auto;
  border: 2px solid #9EAEB7;
  border-radius: 12px;
}
.goodsDetailHeading {
  padding: 20px 0;
  color: #ffffff;
  font-size: 32px;
  background: #D60B17;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
}
.goodsDetailHeading::before {
  content: "－";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 0 1px 1px;
}
@media only screen and (max-width: 768px) {
  .goodsDetailHeading::before {
    width: 20px;
    height: 20px;
  }
}
.goodsDetailHeading.active {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .goodsDetailHeading {
    font-size: 24px;
    padding: 12px 0;
  }
}
.goodsDetailHeading.active::before {
  content: "＋";
}


.goodsDetailHeading2 {
  padding: 20px 0;
  color: #ffffff;
  font-size: 32px;
  background: #D60B17;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
}
.goodsDetailHeading2.active {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .goodsDetailHeading2 {
    font-size: 22px;
    padding: 12px 0;
  }
}
.goodsDetailHeading2.active::before {
  content: "＋";
}





.goodsDetailMain {
  padding: 30px;
}
.goodsDetailMain_item {
  display: flex;
  margin-bottom: 6px;
}
.goodsDetailMain_item:last-child {
  margin-bottom: 0;
}
.goodsDetailMain_left {
  width: 20%;
  background-color: #FFE6E5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 2px 0 0 2px;
  font-weight: 500;
}

.telDetailMain_item {
  display: flex;
  margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
  .telDetailMain_item {
    display: block;
  }
}


.goodsDetailMain_left {
  width: 20%;
  background-color: #FFE6E5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 2px 0 0 2px;
  font-weight: 500;
}

.goodsDetailMain_left span {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .goodsDetailMain_left span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .goodsDetailMain_left span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .goodsDetailMain_left {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .goodsDetailMain_left {
    padding: 5px;
  }
}


.goodsDetailMain_left2 {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 2px 0 0 2px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .goodsDetailMain_left2 {
    width: 100%;
  }
}




.goodsDetailMain_right {
  width: 80%;
  background-color: #FEF7F4;
  padding: 10px;
  border-radius: 0 2px 2px 0;
  font-weight: 500;
}
.goodsDetailMain_right span {
  font-size: 16px;
  line-height: 1.8;
}
.goodsDetailMain_right span .sm {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .goodsDetailMain_right span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .goodsDetailMain_right span {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .goodsDetailMain_right {
    width: 70%;
  }
}


.goodsDetailMain_right2 {
  width: 75%;
  padding: 10px;
  border-radius: 0 2px 2px 0;
  font-weight: 500;
}


@media only screen and (max-width: 768px) {
  .goodsDetailMain_right2 {
    width: 100%;
  }
}





.goodsDetailMain_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .goodsDetailMain_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .goodsDetailMain_bottom {
    margin-top: 15px;
  }
}
.goodsDetailMain_text {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .goodsDetailMain_text {
    font-size: 12px;
  }
}
.goodsDetailMain_num {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .goodsDetailMain {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .goods {
    padding: 40px 0 20px;
  }
}

/* ���[�_���̃X�^�C�� */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .commonCta {
  margin: auto;
}
.modal .commonCta:nth-child(1) {
  padding: 0;
}
.modal .commonCtaBtn {
  width: 355px;
}
@media only screen and (max-width: 960px) {
  .modal .commonCtaBtn {
    width: 100%;
  }
}
.modal-content {
  background-color: #D60B17;
  margin: 15% auto 0;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  width: calc(100% - 60px);
  max-width: 700px;
  text-align: center;
}
.modal .flow {
  width: calc(100% - 60px);
  max-width: 700px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
}
.modal .flowList {
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #FFF5F5;
}
.modal .flowListItem_heading {
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .modal .flowListItem_heading {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal .flowListItem_img {
    display: none;
  }
}
.modal .flowImportant {
  width: 100%;
}
.modal .flowHeading {
  width: calc(100% - 60px);
  max-width: 700px;
  padding: 20px 30px;
  margin: auto;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  background: #D60B17;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
}
.modal .flowHeading::before {
  content: "－";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 0 1px 1px;
}
@media only screen and (max-width: 768px) {
  .modal .flowHeading::before {
    width: 20px;
    height: 20px;
  }
}
.modal .flowHeading.active {
  border-radius: 10px;
}
.modal .flowHeading.active::before {
  content: "＋";
}
@media only screen and (max-width: 768px) {
  .modal .flowHeading {
    font-size: 24px;
    padding: 12px 0;
    width: 100%;
  }
  .modal .flowHeading .br {
    display: block;
  }
}
.modal .commonCta {
  width: calc(100% - 60px);
  max-width: 700px;
  margin: auto;
  border-radius: 0 0 10px 10px;
  padding: 15px 30px;
  background-color: #D60B17;
}
.modal .close {
  color: #D60B17;
  float: right;
  font-size: 28px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  background-color: #F3BBBE;
}
.modal-title {
  color: #fff;
  background-color: #D60B17;
  padding: 10px;
  padding-top: 0;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
}
.modal-result {
  background-color: #fff;
  border: 2px solid #D60B17;
  border-radius: 5px;
  padding: 28px 10px;
  margin: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: #D60B17;
}
.modal-description {
  margin-bottom: 10px;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
}
.modal-emphasis {
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 28px;
}
.modal-cta-btn {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(to bottom, #ABD674 0%, #8CC63F 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
.modal-cta-btn:hover {
  opacity: 0.9;
}
.modal-cta-btn::after {
  content: ">";
  margin-left: 10px;
}
.modal-accordion {
  background-color: #D60B17;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 20px;
  border-radius: 5px;
  position: relative;
}
.modal-accordion::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-accordion-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.footer {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding-bottom: 10px;
}
.footerText a {
  margin-bottom: 0;
  color: #000000;
    font-size: 40px;
}

@media only screen and (max-width: 480px) {
  .footerText {
    font-size: 14px;
  }
  .footerText a {
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */

.for-pc { display:block; }
.for-sp { display:none; }

a:hover	img.rollover		{ opacity:0.7; filter:alpha(opacity=70); }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}

