@charset "UTF-8";

.guarantee__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .guarantee__contents {
        grid-template-columns: repeat(1, 1fr);
    }
}

.guarantee__text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 40px;
}

.guarantee__item {
    border-top: 1px solid #333;
}

@media screen and (max-width: 768px) {
    .guarantee__item {
        border-top: none;
    }
}

.guarantee__item-title {
    color: var(--blue);
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.guarantee__item-title span{
    color: var(--blue);
    font-weight: bold;
    font-size: 14px;
   
}


.guarantee__item-text {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 14px;
}
.guarantee__item-text span {
    font-size: 14px;
}

.guarantee__item-link {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .guarantee__item-link {
       text-align: center;
    }
}

.guarantee__table {
    margin-top: 100px;
}

.guarantee__table-inner {
    width: 100%;
    max-width: 1049px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.guarantee__table-item {
}
.guarantee__table-item img {
}
.guarantee__table-item span {
    color: var(--blue);
c
}

.guarantee__table-title {
    color: var(--blue);
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .guarantee__table-title {
        font-size: 18px;
    }
}


.guarantee__table-img01{
    width: 1048px;
}
.guarantee__table-img02{
    width: 860px;
}
