@charset "utf-8";

#sec-install,
#sec-function,
#sec-support {
    padding-top: 0;
    margin-top: 0;
}

.sec-cnv_re {
    padding: 2em 0 2em;
    margin: 0 calc(50% - 50vw) 1em;
}

#btn_Pagetop {
    z-index: 99;
}

.faq_label_main {
    margin: 0 auto 56px;
    width: 100%;
    max-width: 1000px;
}

.faq_label_main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.faq_label_main ul li {
    background-color: #fff;
    width: 48%;
    max-width: 15em;
    height: auto;
    color: #333;
    padding: 10px 0;
    transition: .3s;
    cursor: pointer;
    letter-spacing: 0.2em;
}

.faq_label_main ul li.label_current,
.faq_label_main ul li:hover {
    background-color: #333;
    color: #fff;
}

.faq_side_wrapper {
    display: none;
}

.search_faq {
    box-sizing: border-box;
    width: auto;
    max-width: calc(30em + 8px);

    background-color: #fff;
    padding: 16px;
    border: 1px solid #ccc;
    margin: 0 auto 32px;
}

.search_box {
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
}

.search_box p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 8px;
}
.search_input {
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    max-width: 560px;
    border: 1px solid #ccc;
    background-color: #FBFEC4;
    font-size: 14px;
    line-height: 1.4em;
    padding: 8px 10px;
    outline: none;
}

.search_input:focus {
    outline: 2px solid #fb7800;
    outline-offset: -1px;
}

.search_input:focus-visible {
    outline: 2px solid #fb7800;
    outline-offset: -1px;
}

.search_flex button {
    width: auto;
    outline: none;
    font: inherit;
    border: none;
    background: none;
    background-color: #267C3A;
    color: #fff;
    padding: 8px 32px;
    line-height: 1.6em;
    margin: 10px auto 16px;
    cursor: pointer;
    transition: .3s;
}

.search_flex button:hover {
    opacity: .7;
}

.search_hint_img {
    width: 100%;
    max-width: 300px;
}

#search_none_wrapper {
    background-color: #ccc;
    padding: 20px 16px;
    border-radius: 6px;
}

#search_none_wrapper p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

.faq_content {
    transition: all .4s;
    display: none;
    opacity: 0;
}

.faq_content.faq_active {
    display: block;
    animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (min-width:48em) {
    .faq_label_main ul li {
        width: calc((100% - 8px * 4) / 5);
        min-width: 8em;
        padding: 16px 0;
    }


    .search_faq {
        padding: 24px;
        width: calc(76% + 24px);
        max-width: 720px;
    }

    .search_flex {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .search_box {
        width: calc(100% - 150px);
        max-width: none;
        margin: 0;
    }

    .search_input {
        max-width: none;
    }

    .search_flex button {
        margin: 0;
    }
}


@media screen and (min-width:64em) {
    .search_faq {
        padding: 16px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1000px;
        width: 100%;
    }

    .search_flex {
        width: calc(100% - 340px);
        margin: 0;
    }
}


@media screen and (min-width:75em) {
        
    body.faq_hidden_ctl {
        overflow: visible !important;
    }

    .contents.faq_width_ctl {
        max-width: 1612px;
    }

    .sec-cnv_re {
        margin: 0 0 1em;
        width: 100%;
    }
    
    .faq_section_wrapper {
        display: flex;
        justify-content: center;
    }

    .faq_section_inner {
        width: 64%;
        max-width: 726px;
        margin: 0 24px 0 0;
    }

    .faq_side_wrapper {
        display: block;
        width: 250px;
        position: sticky;
        top: 108px;
        margin-bottom: 8.5em;
        box-sizing: border-box;
        height: fit-content;
    }

    .faq_label_side {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
    }				

    .faq_label_side .faq_label_title {
        width: 100%;
        padding: 16px 0;
        margin-bottom: 8px;
        background-color: #F0F0F0;
        color: #333;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.2em;
    }

    .faq_label_side ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 8px;
    }
 
    .faq_label_side ul li {
        border-bottom: 2px solid #f5f5f5;
        padding: 16px 24px;
        text-align: left;
        transition: .3s;
        cursor: pointer;
        letter-spacing: 0.2em;
    }

    .faq_label_side ul li.label_current,
    .faq_label_side ul li:hover {
        background-color: #333;
        color: #fff;
    }

    .faq_label_side .cnv-btn {
        width: 100%;
    }

    .faq_label_side .cnv-btn a {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .faq_label_side .cnv-btn a::after {
        line-height: 7px;
        font-size: 18px;
        top: 47%;
        transform: translateY(-50%) scale(0.5, 1.0);
    }

    .search_box.side {
        width: 100%;
        background-color: #fff;
        margin-top: 16px;
        border: 1px solid #ccc;
        padding: 8px 16px;
        box-sizing: border-box;
    }

    .search_flex_side {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .search_flex_side input {
        width: calc(100% - 48px);
    }

    .search_flex_side button {
        width: 38px;
        height: 38px;
        outline: none;
        font: inherit;
        border: none;
        background: none;
        background-color: #267C3A;
        border-radius: 5px;
        position: relative;
        cursor: pointer;
        transition: .3s;
    }

    .search_flex_side button:hover {
        opacity: .7;
    }

    .search_flex_side button::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(../images/magnifying-glass-solid.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}					

#search_none_wrapper {
    display: none;
}

/* ------------------
202503 WA add
-------------------- */
* {
    scroll-padding: 64px;
    scroll-behavior: smooth;
}

.faq_label_main {
    margin: 0 auto 32px;
}

.faq_featured_qa_wrapper {
    width: 100%;
    margin: 0 auto 32px;
    transition: all .4s;
    display: none;
    opacity: 0;
}

.faq_featured_qa_wrapper.active {
    display: block;
    animation: fadeIn 0.3s ease-in 0s forwards;
}

.faq_featured_qa_wrapper * {
    box-sizing: border-box;
}

.faq_featured_qa_wrapper h2 {
    font-size: 16px;
    margin-bottom: 1em;
}

.faq_featured_qa_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq_featured_qa_list li {
    cursor: pointer;
    width: 100%;
    border: 1px #333 solid;
    border-radius: 6px;
    padding: 12px 48px;
    background-color: #fff;
    box-shadow: 0 3px 0 rgba(51,51,51,.1);
    position: relative;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
}

.faq_featured_qa_list li::before {
    content: "Q";
    font-size: 1.2em;
    position: absolute;
    left: 16px;
    top: 46%;
    translate: 0 -50%;
}

.faq_featured_qa_list li::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px #333 solid;
    border-bottom: 2px #333 solid;
    rotate: 45deg;
    position: absolute;
    right: 16px;
    top: 35%;
    translate: -50%;
}


@media screen and (min-width:75em) {
    .faq_featured_qa_wrapper {
        width: min(calc(64% + 250px), 976px);
        margin: 32px auto;
    }
    .faq_featured_qa_wrapper h2,
    .faq_featured_qa_list li {
        font-size: 18px;
    }

    .faq_featured_qa_list li {
        padding: 12px 64px;
    }

    .faq_featured_qa_list li::before {
        left: 24px;
    }
    .faq_featured_qa_list li::after {
        right: 24px;
    }
}

.table_layout table th a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* 注目記事遷移アニメーション */
.faq-list {
    transition: background-color 1s;
}
.faq-list.highlight {
	background-color: #FBFEC4 !important;
	transition-duration: 0.5s;
}

/* ------------------
202507 WA add
-------------------- */
/* 検索KW取得 */
.page_title p {
    line-height: 1.6;
}

.faq-list {
    display: none;
}

.sec-cnv_re {
    display: none;
}