/*------------------------------------------
reset
------------------------------------------*/

#fs_subpage .faq_box {
    width: unset;
    max-width: 560px;
}

.solution_box {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .solution_box {
        margin-bottom: 2rem;
    }
    .general_message {
        margin-top: 2rem;
    }
}

/*------------------------------------------
TOPページ シリーズラインアップ
------------------------------------------*/

.GridSet .Grid3 #fs_subpage.about_page #section_2 .fs_series_list > li {
    border-top: 6px solid var(--color-red1-dark2);
}

.GridSet .Grid3 #fs_subpage.about_page #section_2 .fs_series_list > li > a .series_description > h4.series_title {
    color: var(--color-red1-dark2)!important;
}

/*------------------------------------------
FuturesStageが選ばれる5つの理由（ページャー）
------------------------------------------*/

.GridSet .Grid3 .about-pager {
    padding: 60px;
    background: var(--color-gray1);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.GridSet .Grid3 .about-pager > h2 {
    text-align: center;
}

.GridSet .Grid3 .about-pager > h2 > strong {
    color: var(--color-red2);
}

.GridSet .Grid3 .about-pager .button-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.GridSet .Grid3 .about-pager .button-area .button-white-red.fabrication::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(/-/media/ind/fs/about/image/button_icon_fabrication_red.svg) no-repeat center / contain;
    transition: all .3s;
}
.GridSet .Grid3 .about-pager .button-area .button-white-red.fabrication:hover::before {
    background: url(/-/media/ind/fs/about/image/button_icon_fabrication_white.svg) no-repeat center / contain;
}

.GridSet .Grid3 .about-pager .button-area .button-white-red.wholesale::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(/-/media/ind/fs/about/image/button_icon_wholesale_red.svg) no-repeat center / contain;
    transition: all .3s;
}
.GridSet .Grid3 .about-pager .button-area .button-white-red.wholesale:hover::before {
    background: url(/-/media/ind/fs/about/image/button_icon_wholesale_white.svg) no-repeat center / contain;
}

.GridSet .Grid3 .about-pager .button-area .button-white-red.retail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(/-/media/ind/fs/about/image/button_icon_retail_red.svg) no-repeat center / contain;
    transition: all .3s;
}
.GridSet .Grid3 .about-pager .button-area .button-white-red.retail:hover::before {
    background: url(/-/media/ind/fs/about/image/button_icon_retail_white.svg) no-repeat center / contain;
}

.GridSet .Grid3 .about-pager .text-link-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.GridSet .Grid3 .about-pager .text-link-area > li {
    padding: 0 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--color-black);
}

.GridSet .Grid3 .about-pager .text-link-area > li:first-child {
    border-left: 1px solid var(--color-black);
}

.GridSet .Grid3 .about-pager .text-link-area > li > a {
    color: var(--color-black);
}

.GridSet .Grid3 .about-pager .text-link-area > li > a.current,
.GridSet .Grid3 .about-pager .text-link-area > li > a:hover {
    color: var(--color-red2);
}

@media screen and (max-width: 767px) {
    .GridSet .Grid3 .about-pager {
        padding: 2rem 1rem;
    }

    .GridSet .Grid3 .about-pager .text-link-area > li {
        padding: .5rem 1rem;
        border: none;
    }

    .GridSet .Grid3 .about-pager .text-link-area > li:first-child {
        border: none;
    }
}

/* 関連リンク */

.GridSet .Grid3 .related-link {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/*------------------------------------------
実績（table）
------------------------------------------*/

.GridSet .Grid3 .strength_container .case-table a {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .GridSet .Grid3 .strength_container .Overflow {
        margin-bottom: 2rem;
    }
    .GridSet .Grid3 .strength_container .case-table a {
        white-space: nowrap;
    }
    .GridSet .Grid3 .strength_container table.case-table {
        width: 1000px;
    }
}
