@charset "UTF-8";

.index__category-item {
    margin-bottom: 1.5rem;
}
.index__category-item a {
    color: #222;
    text-decoration: none;
}
.index__category-title {
    padding-bottom: 0.3rem;
    border-bottom: 1px #ddd solid;
    font-weight: 700;
}
.index__category-title i {
    margin-top: -0.05rem;
    margin-right: 0.5rem;
    color: var(--themecolor);
}
.index__category-text {
    margin-top: 0.7rem;
    font-size: 1rem;
}
.index__category-text a {
    line-height: 1.6;
}

.area {
    padding-top: 0.1rem;
}

.faq .title-group {
    margin-bottom: 2.5rem;
}
.faq__item {
    width: 100%;
    margin-top: 1.5rem;
    background: #fcfaf1;
    border: 1px #ddd solid;
    border-radius: 0.6rem;
}
.faq__item a,
.faq__item a span {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #222;
    letter-spacing: 0.08em;
}
.faq__item a {
    padding: 1rem 1.2rem 0.7rem 1.2rem;
    text-decoration: none;
}
.faq__item img {
    width: 1.05rem;
    margin-top: 0.06rem;
    margin-right: 1rem;
}
.faq__item-caption {
    position: relative;
}
.faq__item-caption:before {
    content: "";
    display: block;
    background-color: var(--themecolor);
    position: absolute;
    width: calc(50%);
    height: 2px;
    left: 1.5rem;
    bottom: 0;
}
.faq__item-caption:after {
    content: "";
    display: block;
    background-color: var(--subcolor);
    position: absolute;
    width: calc(50%);
    height: 2px;
    right: 1.5rem;
    bottom: 0;
}
.faq__item-text {
    padding: 1rem 1.2rem;
    font-size: 1rem;
    color: #222;
    letter-spacing: 0.08em;
    line-height: 1.7;
}
.faq__item-text:not(:last-child) {
    padding-bottom: 0.8rem
}
@media (min-width: 768px) {
    .index {
        padding-bottom: 10px;
    }
    .index__category-list {
        margin-top: 40px;
    }
    .index__category-item {
        width: 320px;
        margin-right: 60px;
        margin-bottom: 30px;
    }
    .index__category-item:nth-child(3n) {
        margin-right: 0;
    }
    .index__category-title {
        padding-bottom: 6px;
    }
    .index__category-title i {
        margin-top: -2px;
        margin-right: 6px;
    }
    .index__category-text {
        margin-top: 8px;
        font-size: 16px;
    }
    .area {
        padding-top: 0;
    }
    .faq .title-group {
        margin-bottom: 12px;
    }
    .faq .separation {
        margin-top: 65px;
    }
    .faq__item {
        width: 525px;
        margin-top: 30px;
        border-radius: 10px;
    }
    .faq__item a {
        align-items: center;
        padding: 24px 28px 14px 28px;
    }
    .faq__item a,
    .faq__item a span {
        font-size: 18px;
    }
    .faq__item img {
        width: 17px;
        margin: 0;
        margin-right: 16px;
    }
    .faq__item-text {
        padding: 14px 28px 14px 28px;
        font-size: 18px;
    }
    .faq__item-text:not(:last-child) {
        padding-bottom: 20px;
    }
}