﻿@charset "UTF-8";

a:hover {
    opacity: 1;
}

.bl_faq {
    margin: 44px auto 0;
    width: 1100px;
    min-height: calc(100vh - 264px);
}

.bl_faq_header{
  padding: 24px 30px 18px;
  border-bottom: 1px solid var(--borderColorLight);
}

.el_ttl01{
  margin-bottom: 10px;
  font-size: 24px;
}

.el_label {
  margin: 0 6px 6px 0;
}

time{
  font-family: Arial, Helvetica, sans-serif;
  color: #7F8696;
  letter-spacing: .02em
}

.bl_faq_body {
    padding: 30px;
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap:break-word;
}

.bl_faq_body_noAuth {
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
}

    .bl_faq_body_noAuth::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        /*会員限定記事一部非表示用グラデーション*/
        background: linear-gradient(#FFFFFF00 40%, #FFFFFF);
    }

.el_btn_primary {
    color: #fff;
    background: linear-gradient(to right, #3361E8, #2BBBEA);
}

.el_btn_primary:hover {
    opacity: .85;
}

.el_btn_primary:focus {
    box-shadow: 0 0 0 2px rgba(47,138,233,.5);
}

.el_btn_primary.disabled {
    color: #A3A6AD;
    background: #DFE0E6;
    pointer-events: none;
    box-shadow: none;
}

.el_div_noAuth {
    padding: 100px;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid var(--borderColorLight);
    padding-top: 20px;
}

.bl_div_no_admin {
    padding: 100px;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid var(--borderColorLight);
}

.bl_faq_body_content {
    white-space: pre-wrap;
}

.bl_faq_body_content + .bl_faq_body_reference{
  margin-top: 4px;
}

.bl_faq_body_figure{
  display: block;
  max-width: 100%;
  margin: 24px auto 0;
}

.slide-items {
    width: 100%;
    height: 100%;
}

    .slide-items img {
        width: 100%;
        object-fit: cover;
    }

.video {
    transition: background .3s;
}

    .video:hover {
        background: #f2f5f8;
    }

.video-frame {
    justify-content: center;
    align-items: center;
    display: flex;
}

.frame {
    padding: 10px 10px 0px 10px;
    height: 141.625px;
}

.linktoVideo {
    font-size: 110%;
}

.video-article {
    padding:10px;
}

.related-video-title {
    color: #000000d6;
    font-size: 14px;
    margin-bottom: 4px;
    overflow-wrap: break-word;
    min-height: 48px;
}

.time-related-video {
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    color: #7F8696;
    letter-spacing: .02em;
    margin-top: 3px;
    margin-left: 4px;
}

.bl_questionAndAnswer_empty {
    margin-bottom: 14px;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
    padding: 7px 0px;
}

.slick-prev {
    /* デフォルトでは-25px(= スライダーの外側) */
    left: -35px;
}

.slick-next {
    /* デフォルトでは-25px(= スライダーの外側) */
    right: -30px;
}

    .slick-prev::before,
    .slick-next::before {
        /* フォントと色の設定はbefore内で行う */
        font-size: 28px;
        color: gray;
    }

.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
}

.related-faqs {
    padding: 55px 0px 0px 0px;
}

.faqs {
    overflow-y: auto;
    padding: 5px;
}

.hover-test {
    transition: background .3s;
    display: flex;
}

    .hover-test:hover {
        background: #f2f5f8;
    }

.faq-article {
    padding: 10px;
    margin-right: 18px;
}

.faq-title {
    color: #2F8AE9;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.faq-answer {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000000d6;
    word-break: break-all;
}

.time-faq {
    font-family: Arial, Helvetica, sans-serif;
    color: #7F8696;
    letter-spacing: .02em;
    margin-top: 1px;
    margin-left: 4px;
}

.faqImage {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.bl_searchResult_body_item_thumbnail {
    width: 172px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--borderColorDark);
}

.el_textLink_layout_search {
    color: #3361E8;
}

.el_div_noAuth_form {
    margin-top: 25px;
}

.el_noAuth_login {
    padding: 14px 37px;
}

.highlight-text {
    font-weight: bold;
    margin-left: -5px;
}

.bl_login_btn {
    margin-bottom: 14px;
    width: 280px;
    height: 42px;
}

.el_noAuth_login {
    width: 280px;
    height: 42px;
    margin-bottom: 10px;
    border: 2px solid #3361E8;
    background: #fff;
    color: #3361E8;
    padding: 14px 37px;
}

    .el_noAuth_login:hover {
        opacity: .85;
    }

.linktoFaq {
    display: block;
    padding-bottom: 10px;
}

#goodButton {
    position: relative;
    border-radius: 100vh;
    padding: 7px 13px 7px 33px;
}

    #goodButton:hover {
        opacity: .85;
    }

#goodImg {
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20px;
    object-fit: cover;
    z-index: 1;
    margin-left: 4px;
}

.contentsContainer {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.7;
}

.el_tag_time_good_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .el_tag_time_good_block a {
        margin: 0 8px 3px 0;
    }

    .el_tag_time_good_block time {
        margin: 0 12px 3px 5px;
    }

.goodbutton-block {
    margin-left: auto;
    margin-right: -30px;
    margin-top: -10px;
}

.el_faq_tag_block {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-text {
    white-space: nowrap;
}

.el_video_tag_time_block {
    display: flex;
}

.el_video_tag_block {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bl_edit_button{
    text-align: right;
    margin-right: -30px;
    margin-bottom: auto;
}

.el_edit_button {
    color: white;
    background: linear-gradient(to right, #3361E8, #2BBBEA);
    width: 100px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
}

.bl_public_scorp {
    margin-left: auto;
    margin-right: 2%;
    font-size: 16px;
}

.bl_faq_body img {
    vertical-align: top;
}

/* エディタと同等表示のためのCSS設定 */
.bl_faq_body {
    h1 {
        font-size: 2em;
        font-weight: bold;
    }

    h2 {
        font-size: 1.5em;
        font-weight: bold;
    }

    h3 {
        font-size: 1.17em;
        font-weight: bold;
    }

    h4 {
        font-weight: bold;
    }

    h5 {
        font-size: .83em;
        font-weight: bold;
    }

    h6 {
        font-size: .67em;
        font-weight: bold;
    }

    ul {
        list-style-type: disc;
        -webkit-padding-start: 40px;
    }

    ol {
        list-style-type: decimal;
        -webkit-padding-start: 40px;
    }

    ul ul {
        list-style-type: circle;
    }

        ul ul ul {
            list-style-type: square;
        }

    blockquote {
        /*border-left: 2px solid #ccc;*/
        /* margin-left: 1.5rem; */
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #F2F2F2;
    }

        blockquote p {
            /*background: #eee;*/
        }

    code {
        font-family: monospace;
    }

    sub {
        vertical-align: sub;
        font-size: smaller
    }

    sup {
        vertical-align: super;
        font-size: smaller
    }

    table[border]:not([border="0"]):not([style*=border-color]) td, table[border]:not([border="0"]):not([style*=border-color]) th {
        border-color: #ccc;
    }

    table[border]:not([border="0"]):not([style*=border-style]) td, table[border]:not([border="0"]):not([style*=border-style]) th {
        border-style: solid;
    }

    table[border]:not([border="0"]):not([style*=border-width]) td, table[border]:not([border="0"]):not([style*=border-width]) th {
        border-width: 1px;
    }

    table:not([cellpadding]) td, table:not([cellpadding]) th {
        padding: .4rem;
    }

    td {
        border: revert-layer;
    }

    pre {
        white-space: pre-wrap;
    }

    hr {
        border-top: 2px solid;
        width: 66%;
        float: left;
    }
}

.key_icon {
    vertical-align: -2px;
}

.no_member_text {
    margin-left: -5px;
}

.no_member_text_size{
    font-size: 15px;
}

.after_second_line {
    line-height: 2.5;
}

.el_modal_key_icon {
    vertical-align: -2px;
}

.el_modal_bold_text {
    font-weight: bold;
    margin-left: -5px;
    font-size: 20px;
}

.el_modal_text {
    margin: 20px 0 0;
    line-height: 1.5;
}

.bl_modal_check_text {
    margin: 20px 0 0;
    text-align: left;
    display: inline-block;
    line-height: 1.7;
}

.el_modal_check_icon {
    vertical-align: middle;
    margin: 0 5px 0 0;
}