/* styles.css */

.fv {
    display: flex;
    justify-content: space-between;
}
.fv-side{
    width: 72px;
    margin-top: 20px;
}
.fv-text__top {
    font-size: 16px;
    margin-top: 60px;
    display: inline-block;
}
.fv-text__main {
    display: inline-block;
}
.fv-text__small{
    font-size: 32px;
}
.fv-text {
    width: 70%;
    margin-right: 10px;
}
.under-line__y{
    text-decoration: underline;
    text-decoration-color: yellow;
}
.fv-text__bottom {
    margin: 32px 20px 40px;
    padding: 0 20px;
    border-left: solid;
}
.cv-bottom {
    text-align: center;
}

.cv-bottom p{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    max-width: 100%;
    background: #fff;
    border-radius: 28px;
    text-align: center;
    border: solid;
}
.cv-bottom .fv-text__small{
    font-size: 12px;
    font-weight: 400;
}
.cv-bottom p:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.cv-bottom p:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 12px solid #000000;
    z-index: 1;
  }
  .cv-button {
    text-align: center;
}
  .cv-button a {
    background: linear-gradient(287deg, rgba(128, 139, 61, 1) 0%, rgba(180, 204, 34, 1) 100%);
    display: inline-block;
    border-radius: 8px;
    padding: 16px 24px;
    text-decoration: unset;
}
.cv-button__inner {
    display: flex;
    justify-content: space-between;
    font-size:14px
}
.cv-button__inner.black {
    background-color: white;
    padding: 3px 10px;
    height: fit-content;
    border-radius: 24px;
    color: #000;
}
.cv-button__inner.white {
    color: #fff;
    text-align: left;
    line-height: 1.5;
    margin: auto 0px auto 20px;
    font-weight: bold;
}
.reason {
    margin: 80px auto 60px;
    width: 92.3%;
}
.section-title {
    text-align: center;
}
.section-title p{
    font-size: 14px;
}
.section-title h3 {
    font-size: 18px;
    margin: 0 auto 28px;
}
.section-block p {
    font-size: 14px;
    margin-bottom: 60px;
}
p.section-block__number {
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0 8px;
}
.section-block__title {
    font-size: 32px;
    margin: 0 0 20px;
    font-weight: unset;
}
.why {
    background-color: #F5F5F5;
    margin: 60px 0 0;
    padding: 40px 20px;
}
.why h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 32px;
}
.three-img__left {
    width: 61.5%;
}
.three-img__right img {
    width: 61.5%;
}
.three-img__right {
    text-align: right;
}
.true {
    margin: 60px 0;
    padding: 0 20px;
}
.sale {
    margin: 60px 0;
}
.sale-item {
    border: solid 2px;
    border-radius: 8px;
    margin: 32px 20px;
    padding: 20px;
}
.sale-item__img {
    position: relative;
}
.sale-item__img .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}
.sale-item h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}
.sale-item__text {
    text-align: center;
}
.simulation {
    margin: 60px 20px;
}
.simulation-block img {
    height: 120px;
    width: auto;
    margin: 28px auto;
    display: block;
}
.simulation-block .step {
    background-color: #000;
    color: #fff;
    padding: 4px 12px;
    margin-right: 32px;
    position: relative;
    display: inline-block;
}
.simulation-block .step::after {
    content: "";
    position: absolute;
    left: 80px;
    height: 1px;
    width: 16px;
    background-color: #000;
    top: 18px;
}
.simulation-block__title {
    font-size: 16px;
    font-weight: bold;
}
.simulation-block__text {
    font-size: 14px;
    font-weight: medium;
}
.faq {
    margin: 60px 0;
    padding: 40px 20px;
    background-color: #F5F5F5;
}
.faq-area {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 12px;
}
.faq-question {
    font-size: 16px;
    font-weight: bold;
    padding-left: 28px;
    margin: 0 0 12px;
    position: relative;
    border-bottom: 1px solid #626262;
    padding-bottom: 12px;
}
.faq-question::before {
    content: "Q";
    position: absolute;
    left: 0;
    color: #626262;
    font-size: 20px;
}
.faq-answer {
    margin: 12px 0 0;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
.faq-answer::before {
    content: "A";
    position: absolute;
    left: 0;
    color: #626262;
    font-size: 20px;
    font-weight: bold;
}
