.to_top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    width: 75px;
}
#qam-topbar {
    /*display: none;*/
}
.main-header {
    background: #51bb90;
    padding: 10px 0;
}
.inner {
    width: 1010px;
    margin: 0 auto;
}
.main-header .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1034px;
    position: relative;
}
.main-header .logo-box {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    color: #FFF;
    font-weight: bold;
}
.main-header .logo-box div {
    margin: 0 10px 0 0;
    font-size: 14px;
}
.question-box {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    font-weight: bold;
}
.question-box .qa-logged-in {
    display: block;
    padding: 0;
    border-bottom: none;
    margin: 0 0 0 65px;
    color: #FFF;
}
/*.question-box .qa-logged-in:before {*/
/*    background-color: initial;*/
/*    margin: 0;*/
/*}*/
.question-box .qa-logged-in:hover {
    background-color: initial;
}
.question-box .qa-logged-in img {
    vertical-align: middle;
    width: 20px;
    margin: 0 10px 0 0;
}
.question-box .question-header-search {
    display: none;
}
.question-header {
    display: block;
}
.question-header {}
.header-search-button,
.footer-search-button {
    width: 70px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    background: #336600;
    color: #FFF;
    letter-spacing: 6px;
    padding: 0 0 0 8px;
    border: 1px solid #336600;
}
.footer-search-text {
    width: 350px;
}
.login-header {
    margin: 0 0 0 65px;
}
.register-header {
    margin: 0 0 0 65px;
}
.logout-header {
    margin: 0 0 0 65px;
}
.login-header img,
.register-header img,
.logout-header img {
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.main-header .inner a:link {
    color: #FFF;
}
.main-header .inner a:visited {
    color: #FFF;
}
.main-header .inner a:hover {}
.main-header .inner a:active {}
.search-block {
    display: none;
}
.sub-header {
    background: #efe1be;
    padding: 11px 0 3px 0;
}
.sub-header .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1034px;
}
.sub-header .search {
    width: 318px;
}
.sub-header .search .qa-search form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sub-header .cat-link-box {
}
.sub-header .cat-link-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}
.sub-header .cat-link-box ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 80px;
    font-size: 14px;
    font-weight: bold;
}
.sub-header .cat-link-box ul li a:link {
    color: #0c7e7d;
    text-decoration: underline;
}
.sub-header .cat-link-box ul li a:visited {
    color: #0c7e7d;
    text-decoration: underline;
}
.sub-header .cat-link-box ul li a:hover {
    color: #51ba8f;
}
.sub-header .cat-link-box ul li a:active {}

.breadcrumb {
    border-bottom: 1px solid #EEE0BD;
    padding: 10px 0;
    font-size: 12px;
}
.breadcrumb ol {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.breadcrumb ol li {
    list-style: none;
    margin: 0 5px 0 0;
}
.breadcrumb ol li img {
    display: none;
}
.breadcrumb ol li:after {
    content: " <";
}
.breadcrumb ol li:last-child:after {
    content: none;
}

.breadcrumb ol li a:link {
    color: #838383;
}
.breadcrumb ol li a:visited {
    color: #838383;
}
.breadcrumb ol li a:hover {}
.breadcrumb ol li a:active {}

/*===================================================
 TOP
 ===================================================*/
.main_visual {
    position: relative;
    background: url('images/main_visual.jpg') no-repeat;
    padding: 120px 0 200px 0;
    background-position: center center;
    background-size: cover;
}
.main_visual .inner {

}
.main_visual p {
    font-size: 21px;
    color: #FFF;
    font-weight: bold;
    line-height: 1.92;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
    .main_visual {
        position: relative;
        background: url('images/main_visual_sp.jpg') no-repeat;
        background-size: cover;
        padding: 41% 0 14% 0;
    }
    .main_visual .inner {

    }
    .main_visual p {
        font-size: 1rem;
        color: #FFF;
        font-weight: bold;
        line-height: 1.92;
    }
}
/*===================================================
 MAIN
 ===================================================*/
@media screen and (max-width: 768px) {
    .qa-body-wrapper {
        margin: 0;
    }
    .qa-main, .qa-main-wrapper {
        padding: 2.3% 0 0 0;
    }
}

.qa-main-heading h1 {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 1;
    margin: 10px 0 10px 0;
    border-left: 8px solid #ecaf3e;
    padding: 0 0 0 10px;
}
.qa-main-heading h1 a:link {
    color: #595757;
}
.qa-main-heading h1 a:visited {
    color: #595757;
}
.qa-main-heading h1 a:hover {}
.qa-main-heading h1 a:active {}

.qa-tag-link,
.qa-widget-side .qa-q-view-tag-item {
    color: #6e6e6e;
    padding: 4px 8px 4px 5px;
    border-radius: 1px;
    margin: 0 16px 6px 0;
    background: #ededed;
    border: 1px solid #d0d0d0;
    vertical-align: middle;
    line-height: 1;
}
.qa-q-item-tag-item .qa-tag-link img {
    width: 10px;
    margin: 0 8px 0 3px;
}
.qa-q-item-tag-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
.qa-q-item-tag-item {
    position: relative;
    display: flex;
    margin: 0 0 5px 0;
}
.qa-q-item-tag-item img {
    vertical-align: middle;
    width: 22px;
}
.qa-q-item-tag-item:before {
}
.qa-tag-link.qa-tag-favorited:before,
.qa-widget-side .qa-q-view-tag-item.qa-tag-favorited:before {}

input.qa-vote-down-button,
input.qa-vote-down-disabled {
    display: none;
}
.qa-tag-link.qa-tag-favorited:before,
.qa-widget-side .qa-q-view-tag-item.qa-tag-favorited:before {
    background-color: transparent;
}
.question-share-block {
    margin: 20px 0 0 0;
}
.question-share-block .inner {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.question-share-block .inner div {
    max-width: 100%;
    width: 48%;
    transition: all .3s;
}
.question-share-block .inner div:hover {
    opacity: .8;
}
.qa-a-item-c-list .qa-c-list-item .qa-c-item-buttons .qa-form-light-button-comment {
    background-image: url(/qa-theme/farmersquestion/images/list-detail/comment_2.png);
}
.qa-part-a-list {
    margin: 37px 0 0 0;
}

.qa-part-q-view {
    border: 1px solid #52B19C;
    border-radius: 7px;
}
.qa-part-q-view .qa-q-view {}
.qa-part-q-view .qa-q-view form {}
.qa-part-q-view .qa-q-view form .qa-q-view-stats-avatar-block {
    display: flex;
    justify-content: space-between;
}
.qa-part-q-view .qa-q-view form .qa-q-view-stats-avatar-block img,
.qa-q-view .qa-q-view-stats-avatar-block img{
    width: 40px;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.qa-part-q-view .qa-q-view form .qa-q-view-stats-avatar-block .qa-q-view-stats-avatar,
.qa-q-view .qa-q-view-stats-avatar-block .qa-q-view-stats-avatar {
    font-size: 12px;
    vertical-align: middle;
    margin-top: -10px;
}


@media screen and (max-width: 768px) {
    .qa-main-heading h1 {
        color: #3f3f3f;
        font-size: 20px;
        line-height: 1;
        margin: 10px 0 10px 0;
        border-left: 8px solid #ecaf3e;
        padding: 0 0 0 10px;
    }
    .qa-main-heading h1 a:link {
        color: #595757;
    }
    .qa-main-heading h1 a:visited {
        color: #595757;
    }
    .qa-main-heading h1 a:hover {}
    .qa-main-heading h1 a:active {}

    .qa-tag-link,
    .qa-widget-side .qa-q-view-tag-item {
        color: #6e6e6e;
        padding: 4px 8px 4px 5px;
        border-radius: 1px;
        margin: 0 16px 6px 0;
        background: #ededed;
        border: 1px solid #d0d0d0;
        vertical-align: middle;
        line-height: 1;
    }
    .qa-q-item-tag-item .qa-tag-link img {
        width: 10px;
        margin: 0 8px 0 3px;
    }
    .qa-q-item-tag-list {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.4;
        padding: 0;
        margin: 10px 0 0 0;
    }
    .qa-q-item-tag-item {
        position: relative;
        display: flex;
    }
    .qa-q-item-tag-item img {
        vertical-align: middle;
        width: 22px;
    }
    .qa-q-item-tag-item:before {
    }
    .qa-tag-link.qa-tag-favorited:before,
    .qa-widget-side .qa-q-view-tag-item.qa-tag-favorited:before {}

    input.qa-vote-down-button,
    input.qa-vote-down-disabled {
        display: none;
    }
    .qa-tag-link.qa-tag-favorited:before,
    .qa-widget-side .qa-q-view-tag-item.qa-tag-favorited:before {
        background-color: transparent;
    }
    .question-share-block {
        margin: 13px 0 0 0;
    }
    .question-share-block .inner {
        width: 100%;
        display: block;
        justify-content: initial;
    }
    .question-share-block .inner div {
        max-width: 100%;
        width: 90%;
        transition: all .3s;
        margin: 0 auto 10px auto;
    }
    .question-share-block .inner div:hover {
        opacity: .8;
    }
    .qa-a-item-c-list .qa-c-list-item .qa-c-item-buttons .qa-form-light-button-comment {
        background-image: url(/qa-theme/farmersquestion/images/list-detail/comment_2.png);
        width: 100%;
        margin: 15px auto 0 auto;
    }

    .qa-part-q-view {
        border: 1px solid #52B19C;
        border-radius: 7px;
    }
    .qa-part-q-view .qa-q-view {}
    .qa-part-q-view .qa-q-view form {}
    .qa-part-q-view .qa-q-view form .qa-q-view-stats-avatar-block {
        display: block;
        justify-content: initial;
    }
    .qa-part-q-view .qa-q-view form .qa-q-view-stats-avatar-block img {
        width: 40px;
        height: auto;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }
    .qa-part-q-view .qa-q-view form .qa-q-view-stats-avatar-block .qa-q-view-stats-avatar {
        font-size: 12px;
        vertical-align: middle;
        margin-top: -7px;
    }

}

/*****************************************************
ä¸€è¦§éƒ¨åˆ†ã‹ã‚‚ï¼Ÿ
*****************************************************/

.qa-q-list-item {
    border-radius: 10px;
    border: 1px solid #eee0bd;
}
.qa-q-list-item .qa-q-item-stats {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    .qa-q-list-item {
        border-radius: 10px;
        border: 1px solid #eee0bd;
        padding: 3% 2%;
    }
    .qa-q-list-item .qa-q-item-stats {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 0;
    }
}


.qa-q-list-item .qa-voting {
    background: none;
}
.qa-q-list-item .qa-vote-up-button {
    top: initial;
}
.qa-vote-up-button,
.qa-vote-down-button,
.qa-voted-up-button,
.qa-voted-down-button,
.qa-vote-up-disabled,
.qa-vote-down-disabled {
    background: url('/qa-theme/farmersquestion/svg/fontawesome/regular/thumbs-up.svg') no-repeat;
    width: 18px;
    height: 20px;
    top: 4px;
}
.qa-vote-up-button {
    background: url('/qa-theme/farmersquestion/svg/fontawesome/regular/thumbs-up.svg') no-repeat;
    width: 18px;
    height: 20px;
    top: 4px;
}
.qa-a-count-zero,
.qa-a-count {
    background: none;
}
.qa-a-count {
    color: #e85e6d;
}
.qa-view-count {
    font-size: 12px;
    text-align: center;
    clear: initial;
    float: none;
    width: initial;
    height: auto;
    margin: 0;
    word-break: break-word;
}
.qa-netvote-count-data,
.qa-view-count-data,
.qa-a-count-data {
    display: inline-block;
    font-size: 18px;
    vertical-align: baseline;
    line-height: 1.6;
    margin: 0 15px;
    font-weight: bold;
}
.qa-a-count-data::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f075";
    color: #e85e6d;
    margin: 0 15px 0 0;
}
.qa-view-count-data::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f06e";
    color: #666666;
    margin: 0 15px 0 0;
}
.qa-netvote-count-pad,
.qa-a-count-pad {
    font-size: 11px;
}
.qa-voting,
.qa-a-count {
    display: inline-block;
    width: initial;
    height: initial;
    line-height: 1.6;
    float: none;
}
.qa-vote-buttons {
    float: none;
    height: initial;
    width: initial;
    position: relative;
}
.qa-netvote-count {
    display: block;
    text-align: center;
    margin: 0 0 0 27px;
}
.qa-a-count-selected {
    background: none;
}
.qa-q-item-where {
    color: #86aa2e;
    border: 1px solid #86aa2e;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 14px;
}
.qa-q-item-where:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
}
.qa-q-item-where a:link {color: #86aa2e;}
.qa-q-item-where a:visited {color: #86aa2e;}
.qa-q-item-where a:hover {color: #FFF;text-decoration: none;}
.qa-q-item-where a:active {}

.qa-q-item-category-meta {
    padding: 0 0 8px 0;
    display: inline-block;
}
.qa-q-item-category-meta .qa-q-item-when {
    display: none;
}
.qa-q-item-category-meta .qa-q-item-what {
    display: none;
}

.qa-q-item-where:hover {
    background: #86aa2e;
    color: #FFF;
}

.qa-q-item-taq-list {
    font-size: 14px;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0 3px 0;
}
.qa-q-item-taq-list img {
    height: 15px;
    margin: 0 17px 0 0;
    vertical-align: middle;
}
.view_more_question {
    text-align: center;
    margin: 60px 0 50px 0;
}
.view_more_question a:link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.view_more_question a:visited {}
.view_more_question a:hover {
    opacity: .7;
}
.view_more_question a:active {}

.qa-q-item-where-data {position: relative;}
.qa-q-item-where-data img {
    position: absolute;
    width: 24px;
    left: -29px;
    top: -5px;
}
.qa-q-view-where-data {
    position: relative;
}
.qa-q-view-where-data img {
    position: absolute;
    width: 26px;
    left: -27px;
    top: -1px;
}


@media screen and (max-width: 768px) {
    .qa-q-list-item .qa-voting {
        background: none;
    }
    .qa-q-list-item .qa-vote-up-button {
        top: initial;
    }
    .qa-vote-up-button,
    .qa-vote-down-button,
    .qa-voted-up-button,
    .qa-voted-down-button,
    .qa-vote-up-disabled,
    .qa-vote-down-disabled {
        background: url('/qa-theme/farmersquestion/svg/fontawesome/regular/thumbs-up.svg') no-repeat;
        width: 18px;
        height: 20px;
        top: 4px;
    }
    .qa-vote-up-button {
        background: url('/qa-theme/farmersquestion/svg/fontawesome/regular/thumbs-up.svg') no-repeat;
        width: 18px;
        height: 20px;
        top: 4px;
    }
    .qa-a-count-zero,
    .qa-a-count {
        background: none;
    }
    .qa-a-count {
        color: #e85e6d;
    }
    .qa-view-count {
        font-size: 12px;
        text-align: center;
        clear: initial;
        float: none;
        width: initial;
        height: auto;
        margin: 0;
        word-break: break-word;
    }
    .qa-netvote-count-data,
    .qa-view-count-data,
    .qa-a-count-data {
        display: inline-block;
        font-size: 18px;
        vertical-align: baseline;
        line-height: 1.6;
        margin: 0 7px;
        font-weight: bold;
    }
    .qa-a-count-data::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f075";
        color: #e85e6d;
        margin: 0 15px 0 0;
    }
    .qa-view-count-data::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f06e";
        color: #666666;
        margin: 0 15px 0 0;
    }
    .qa-netvote-count-pad,
    .qa-a-count-pad {
        font-size: 11px;
    }
    .qa-voting,
    .qa-a-count {
        display: inline-block;
        width: initial;
        height: initial;
        line-height: 1.6;
        float: none;
    }
    .qa-vote-buttons {
        float: none;
        height: initial;
        width: initial;
        position: relative;
    }
    .qa-netvote-count {
        display: block;
        text-align: center;
        margin: 0 0 0 27px;
    }
    .qa-a-count-selected {
        background: none;
    }
    .qa-q-item-where {
        color: #86aa2e;
        border: 1px solid #86aa2e;
        border-radius: 3px;
        padding: 2px 8px;
        font-weight: bold;
        font-size: 0.8rem;
        display: block;
    }
    .qa-q-item-where:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f07b";
    }
    .qa-q-item-where a:link {color: #86aa2e;}
    .qa-q-item-where a:visited {color: #86aa2e;}
    .qa-q-item-where a:hover {color: #FFF;text-decoration: none;}
    .qa-q-item-where a:active {}

    .qa-q-item-category-meta {
        padding: 0 0 8px 0;
        display: inline-block;
    }
    .qa-q-item-category-meta .qa-q-item-when {
        display: none;
    }
    .qa-q-item-category-meta .qa-q-item-what {
        display: none;
    }

    .qa-q-item-where:hover {
        background: #86aa2e;
        color: #FFF;
    }

    .qa-q-item-taq-list {
        font-size: 0.8rem;
        border-bottom: 1px solid #d1d1d1;
        padding: 10px 0 3px 0;
    }
    .qa-q-item-taq-list img {
        height: 15px;
        margin: 0 17px 0 0;
        vertical-align: middle;
    }
    .view_more_question {
        text-align: center;
        margin: 60px 0 50px 0;
    }

    .qa-q-item-where-data {position: relative;font-size: 0.8rem;}
    .qa-q-item-where-data img {
        position: absolute;
        width: 24px;
        left: -29px;
        top: -6px;
    }
}
.qa-q-item-title-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.qa-q-item-title-postdate {}
.qa-q-item-title-postdate .qa-q-item-meta {
    display: flex;
}
.qa-q-item-title-postdate .qa-q-item-when,
.qa-q-item-title-postdate .qa-q-item-what {
    display: block;
    margin: 0 0 0 10px;
}

.qa-q-item-title-postdate .qa-q-item-where {
    display: none;
}

.qa-template-questions .qa-nav-sub {
    display: none;
}
@media screen and (max-width: 768px) {
    .qa-q-item-title-block {
        display: block;
        align-items: initial;
        justify-content: initial;
    }
    .qa-q-item-title-postdate {}
    .qa-q-item-title-postdate .qa-q-item-meta {
        display: flex;
        justify-content: flex-start;
        padding: 2% 0 1% 13.5%;
    }
    .qa-q-item-title-postdate .qa-q-item-when,
    .qa-q-item-title-postdate .qa-q-item-what {
        display: block;
        margin: 0 0 0 10px;
    }

    .qa-q-item-title-postdate .qa-q-item-where {
        display: none;
    }

    .qa-template-questions .qa-nav-sub {
        display: none;
    }
}
/*===================================================
 DETAIL
 ===================================================*/

.qa-template-question {}
.qa-template-question .qa-main-heading {
    margin: 0;
    padding: 0;
}
.qa-template-question .qa-main-heading h1 {
    font-size: 20px;
    font-weight: bold;
    color: #0c7e7d;
    border: none;
    padding: 0;
    margin: 10px 0 16px 0;
}
.qa-template-question .qa-main-heading h1 a:link {color: #0c7e7d;}
.qa-template-question .qa-main-heading h1 a:visited {color: #0c7e7d;}
.qa-template-question .qa-main-heading h1 a:hover {}
.qa-template-question .qa-main-heading h1 a:active {}

.qa-template-question .qa-q-view-meta {
    display: flex;
    justify-content: space-between;
}

.qa-template-question .qa-q-view-when { flex-grow: 1; }
.qa-template-question .qa-q-view-meta a {flex-grow: 100;}
.qa-template-question .qa-q-view-where { flex-grow: 1; }

.qa-q-view-main {}
.qa-q-view-where-data {
    color: #86aa2e;
    border: 1px solid #86aa2e;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
.qa-q-view-where-data:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
    margin: 0 4px 0 0;
}

.qa-q-view-where-data a:link {color: #86aa2e;}
.qa-q-view-where-data a:visited {color: #86aa2e;}
.qa-q-view-where-data a:hover {
    color: #FFF;
    text-decoration: none;
}
.qa-q-view-where-data a:active {}

.qa-q-view-where-data:hover {
    background: #86aa2e;
    color: #FFF;
}

.qa-q-view-avatar {
    position: absolute;
    right: 20px;
    top: 10px;
    display: none;
}
ul.qa-q-view-tag-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
ul.qa-q-view-tag-list li {
    position: relative;
    display: flex;
}
ul.qa-q-view-tag-list li img {
    vertical-align: middle;
    width: 18px;
}
ul.qa-q-view-tag-list li .qa-tag-link img {
    width: 10px;
    margin: 0 8px 0 3px;
}
.minna-kaitou-num {
    position: absolute;
    display: block;
    right: 20px;
    top: 10px;
}
.qa-a-selection {
    position: absolute;
    top: 20px;
    left: 190px;
}
.qa-a-item-main {}
.qa-a-item-main .qa-a-item-who {
    position: absolute;
    top: 20px;
    right: 20px;
}
.qa-a-item-main .qa-a-item-when {
    /*display: none;*/
    margin: 0 0 0 10px;
}
.qa-a-item-main .qa-a-item-when-pad {
    /*display: none;*/
}
.qa-a-item-main .qa-a-item-what {
    display: none;
}
.qa-a-item-main .qa-a-item-meta {
    display: flex;
    padding: 22px 0 14px 0;
}
.qa-q-view-main .qa-q-view-meta {}
.qa-q-view-main .qa-q-view-meta .qa-q-view-who {
    position: absolute;
    top: 20px;
    right: 20px;
}
.qa-q-view-main .qa-q-view-meta .qa-q-view-when {

}
.qa-q-view-main .qa-q-view-meta .qa-q-view-what {}

.qa-template-question .qa-q-view-main .qa-q-view-avatar-meta .qa-q-view-meta .qa-q-view-who .qa-q-view-who-data .qa-user-link {
    display: none;
}

@media screen and (max-width: 768px) {
    .qa-template-question {}
    .qa-template-question .qa-main-heading {
        margin: 0;
        padding: 0;
    }
    .qa-template-question .qa-main-heading h1 {
        font-size: 20px;
        font-weight: bold;
        color: #0c7e7d;
        border: none;
        padding: 0;
        margin: 10px 0 18px 0;
    }
    .qa-template-question .qa-main-heading h1 a:link {color: #0c7e7d;}
    .qa-template-question .qa-main-heading h1 a:visited {color: #0c7e7d;}
    .qa-template-question .qa-main-heading h1 a:hover {}
    .qa-template-question .qa-main-heading h1 a:active {}

    .qa-template-question .qa-q-view-meta {
        display: flex;
        justify-content: space-between;
    }

    .qa-template-question .qa-q-view-when { flex-grow: 1; }
    .qa-template-question .qa-q-view-meta a {flex-grow: 100;}
    .qa-template-question .qa-q-view-where { flex-grow: 1; }

    .qa-q-view-main {}
    .qa-q-view-where-data {
        color: #86aa2e;
        border: 1px solid #86aa2e;
        border-radius: 3px;
        padding: 5px;
        font-weight: bold;
        font-size: 14px;
        position: relative;
    }
    .qa-q-view-where-data img {
        position: absolute;
        width: 26px;
        left: -27px;
        top: -1px;
    }
    .qa-q-view-where-data:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f07b";
    }
    .qa-q-view-where-data a:link {color: #86aa2e;}
    .qa-q-view-where-data a:visited {color: #86aa2e;}
    .qa-q-view-where-data a:hover {}
    .qa-q-view-where-data a:active {}

    .qa-q-view-avatar {
        position: absolute;
        right: 10px;
        top: 3px;
    }
    ul.qa-q-view-tag-list {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.4;
        padding: 0;
        margin: 0;
    }
    ul.qa-q-view-tag-list li {
        position: relative;
        display: flex;
        margin: 0 0 8px 0;
    }
    ul.qa-q-view-tag-list li img {
        vertical-align: middle;
        width: 18px;
    }
    ul.qa-q-view-tag-list li .qa-tag-link img {
        width: 10px;
        margin: 0 8px 0 3px;
    }
    .minna-kaitou-num {
        position: absolute;
        display: block;
        right: 20px;
        top: 10px;
    }
    .qa-a-selection {
        position: absolute;
        top: 10px;
        left: initial;
        right: 10px;
    }
    .qa-a-item-main {}
    .qa-a-item-main .qa-a-item-who {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .qa-a-item-main .qa-a-item-when {
        /*display: none;*/
        margin: 0 0 0 10px;
    }
    .qa-a-item-main .qa-a-item-when-pad {
        /*display: none;*/
    }
    .qa-a-item-main .qa-a-item-what {
        display: none;
    }
    .qa-a-item-main .qa-a-item-meta {
        display: flex;
        padding: 10px 0 7px 0;
    }
    .qa-q-view-main .qa-q-view-meta {
        margin: 13px 0 20px 0;
    }
    .qa-q-view-main .qa-q-view-meta .qa-q-view-who {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .qa-q-view-main .qa-q-view-meta .qa-q-view-when {

    }
    .qa-q-view-main .qa-q-view-meta .qa-q-view-what {}

}
/*===================================================
 PAGER
 ===================================================*/
.qa-page-links-item .qa-page-prev,
.qa-page-links-item .qa-page-next {
    /*display: none;*/
}
.qa-page-links-item a img {
    vertical-align: middle;
}
.qa-page-links-item a {
    border: 2px solid #51ba8f;
    border-radius: 2px;
    color: #51ba8f;
    font-weight: bold;
    padding: 6px 13px;
    margin: 0;
}
.qa-page-selected {
    background: #b3daae;
    border: 2px solid #51ba8f;
    color: #51ba8f;
    font-weight: bold;
    padding: 6px 13px;
}
.qa-page-links-item a:hover, .qa-page-links-item a:focus {
    background: #51ba8f;
    color: #FFF;
}
.qa-page-links-item {
    margin: 0 13px 0 0;
}

/*===================================================
 TAGS
 ===================================================*/
.qa-template-tags .qa-part-ranking,
.qa-template-tags .qa-part-nav-list {
    background: #eee0bd;
}
.qa-template-tags .qa-top-tags-label {
    position: relative;
    display: flex;
    line-height: 1;
}
.qa-template-tags .qa-top-tags-label img {
    width: 20px;
}
.qa-template-tags .qa-top-tags-label a img {
    width: 10px;
    margin: 0 5px 0 3px;
}
.qa-template-tags .qa-ranking-item {
    padding: 0;
    margin: 0 0 10px 0;
}


.qa-template-favorites .qa-part-ranking,
.qa-template-favorites .qa-part-nav-list {
    background: #eee0bd;
}
.qa-template-favorites .qa-top-tags-label {
    position: relative;
    display: flex;
    line-height: 1;
}
.qa-template-favorites .qa-top-tags-label img {
    width: 20px;
}
.qa-template-favorites .qa-top-tags-label a img {
    width: 10px;
    margin: 0 5px 0 3px;
}
.qa-template-favorites .qa-ranking-item {
    padding: 0;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
    .qa-template-tags .qa-part-ranking,
    .qa-template-tags .qa-part-nav-list {
        background: #eee0bd;
        display: flex;
    }
    .qa-template-tags .qa-top-tags-label {
        position: relative;
        display: flex;
        line-height: 1;
    }
    .qa-template-tags .qa-top-tags-label img {
        width: 20px;
    }
    .qa-template-tags .qa-top-tags-label a img {
        width: 10px;
        margin: 0 5px 0 3px;
    }
    .qa-template-tags .qa-ranking-item {
        padding: 0;
        margin: 0 0 10px 0;
        max-width: initial;
        width: initial;
    }


    .qa-template-favorites .qa-part-ranking,
    .qa-template-favorites .qa-part-nav-list {
        background: #eee0bd;
    }
    .qa-template-favorites .qa-top-tags-label {
        position: relative;
        display: flex;
        line-height: 1;
    }
    .qa-template-favorites .qa-top-tags-label img {
        width: 20px;
    }
    .qa-template-favorites .qa-top-tags-label a img {
        width: 10px;
        margin: 0 5px 0 3px;
    }
    .qa-template-favorites .qa-ranking-item {
        padding: 0;
        margin: 0 0 10px 0;
    }

}
/*===================================================
 USER MY PAGE
 ===================================================*/
.qa-part-form-profile {}
.qa-part-form-profile table {}
.qa-part-form-profile table tr#level,
.qa-part-form-profile table tr#permits {
    display: none;
}

.qa-part-form-activity {}
.qa-part-form-activity table {}
.qa-part-form-activity table tr#votedon,
.qa-part-form-activity table tr#votegave {
    display: none;
}
/*===================================================
 SHARE
 ===================================================*/
.share-block {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.share-block div {
    margin: 0 5px 0 0;
}
.share-block div:last-child {
    margin: 0;
    line-height: 1;
}
/*===================================================
 SIDEBAR CUSTOMIZE
 ===================================================*/
.qa-sidepanel iframe {
    max-width: 100%;
}
.qam-search.turquoise {
    margin: 0 0 8px 0;
}
.qam-search.turquoise .qa-search {}
.qam-search.turquoise .qa-search form {
    display: flex;
}
.qa-sidebar.wet-asphalt {
    display: none;
}
.sidebar-ask-block {
    margin: 20px 0;
}
.sidebar-register-block {
    background: #eee0bd;
}
.sidebar-register-block .inner {
    padding: 16px;
    width: 100%;
}
.sidebar-register-block .sidebar-register-title {
    font-size: 14px;
    font-weight: bold;
}
.sidebar-register-block .inner p {
    font-size: 12px;
    word-wrap: break-word;
    margin: 0.7em 0;
    line-height: 1.8;
    letter-spacing: -0.2px;
    text-align: justify;
}
.sidebar-register-block .inner ul {
    padding: 0;
    margin: 30px 0 0 0;
}
.sidebar-register-block .inner ul li {
    padding: 0;
    margin: 0 0 19px 0;
    list-style: none;
    width: 100%;
}
.sidebar-register-login {
    text-align: right;
    font-size: 14px;
}
/*===================================================
 FOOTER
 ===================================================*/
.sponsor-block {
    background: #f7f5f2;
    padding: 34px 0 74px 0;
}
.sponsor-title {
    font-size: 12px;
    margin: 0 0 26px 0;
}
.sponsor-block ul {
    padding: 0;
    margin: 0;
}
.sponsor-block ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-search-block {
    background: #efe1be;
    padding: 13px 0;
}
.footer-search {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.footer-search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #336600;
    color: #FFF;
    padding: 5px 6px 5px 7px;
    border: 1px solid #336600;
}
.footer-search ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 7px 0 0 0;
}
.footer-search ul li {
    list-style: none;
    margin: 0 0 0 80px;
}
.footer-search div form {
    display: flex;
}
.footer-search ul li a:link {
    color: #0C7E7D;
    font-weight: bold;
    text-decoration: underline;
}
.footer-search ul li a:visited {
    color: #0C7E7D;
}
.footer-search ul li a:hover {
    color: #51ba8f;
}
.footer-search ul li a:active {}

.footer-block {
    background: #51bb90;
    color: #FFF;
    padding: 35px 0;
    border-top: 1px solid #d2d2d2;
}
.footer-block .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-logo {
    margin: 0 0 10px 0;
    font-size: 12px;
}
.footer-logo img {
    width: 130px;
    margin: 0 0 8px 0;
}
.footer-tag ul li,
ul.qa-nav-footer-list li {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.footer-tag {
    display: none;
}
.footer-row {}
.footer-list {}
.footer-list a:link {
    color: #FFF;
}
.footer-list a:visited {
    color: #FFF;
}
.footer-list a:hover {
}
.footer-list a:active {
}
.qa-nav-footer-list {}


/*===================================================
 POINT
 ===================================================*/
#points {
    display: none;
}


/*===================================================
 MYPAGE
 ===================================================*/
.qa-nav-sub {
    background: #fbf7e2;
    border-top: 1px solid #eee0bd;
}
ul.qa-nav-sub-list {
    width: 1034px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
ul.qa-nav-sub-list li {
    font-weight: bold;
    border-right: 2px solid #EEE0BD;
}
ul.qa-nav-sub-list li:nth-child(1) {
    border-left: 2px solid #EEE0BD;
}
ul.qa-nav-sub-list li a.qa-nav-sub-selected:link {
    background: #F5C07B;
    border-bottom: 4px solid #F19500;
    color: #FFF;
}
ul.qa-nav-sub-list li a.qa-nav-sub-selected:visited {}
ul.qa-nav-sub-list li a.qa-nav-sub-selected:hover {}
ul.qa-nav-sub-list li a.qa-nav-sub-selected:active {}

ul.qa-nav-sub-list li a:link {
    padding: 8px 15px;
    color: #838383;
}
ul.qa-nav-sub-list li a:visited {}
ul.qa-nav-sub-list li a:hover {
    background: #f5c07b;
    border-bottom: 4px solid #f19500;
    color: #FFF;
    text-decoration: none;
}
ul.qa-nav-sub-list li a:active {}

@media screen and (max-width: 768px) {
    .qa-nav-sub {
        background: #fbf7e2;
        border-top: 1px solid #eee0bd;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    ul.qa-nav-sub-list {
        min-width: 748px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        border-bottom: 2px solid #EEE0BD;
    }
    ul.qa-nav-sub-list li {
        font-weight: bold;
    }
    ul.qa-nav-sub-list li a.qa-nav-sub-selected:link {
        background: #f5c07b;
        border-bottom: 4px solid #f19500;
        color: #FFF;
    }
    ul.qa-nav-sub-list li a.qa-nav-sub-selected:visited {}
    ul.qa-nav-sub-list li a.qa-nav-sub-selected:hover {}
    ul.qa-nav-sub-list li a.qa-nav-sub-selected:active {}

    ul.qa-nav-sub-list li a:link {
        padding: 8px 15px;
        color: #838383;
    }
    ul.qa-nav-sub-list li a:visited {}
    ul.qa-nav-sub-list li a:hover {
        background: #f5c07b;
        border-bottom: 4px solid #f19500;
        color: #FFF;
        text-decoration: none;
    }
    ul.qa-nav-sub-list li a:active {}
}
.qa-template-account {}
.qa-template-account .qa-form-wide-table {}
.qa-template-account .qa-form-wide-table tr {}
.qa-template-account .qa-form-wide-table tr td {
    width: 100%;
    display: block;
}
.qa-template-account .qa-form-wide-table tr td.qa-form-wide-label {
    border: none;
    font-weight: bold;
}
.qa-template-account .qa-form-wide-table tr td.qa-form-wide-data {
    padding: 0 0 0 5%;
    border: none;
}

/*===================================================
 USE-PAGE
 ===================================================*/
.use-page-block {}
.use-page-block .deep-green {
    color: #309495;
}
.use-page-block .bold {
    font-weight: bold;
}
.use-main {
    margin: 0 0 61px 0;
}
.use-section-block {}
.use-section-block h2 {
    background: #52b19c;
    color: #FFF;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
}
.use-section-block p {
    margin: 1em 0;
    line-height: 1.8;
}
.use-register-block {
    background: #eee0bd;
    margin: 30px 10px 0 10px;
    padding: 10px 30px 30px 30px;
    border-bottom: 2px solid #d1d1d1;
}
.use-register-block .use-register-title {
    font-weight: bold;
}
.use-register-block p {
    margin: .5em 0 0.8em 0;
}
.use-register-block ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.use-register-block ul li {
    padding: 0;
    margin: 0 5px;
    list-style: none;
}
.use-section-block .use-image {
    margin: 30px 0 40px 0;
}

.use-section-block .use-step {}
.use-section-block .use-step .use-step-title {
    font-weight: bold;
}
.use-section-block .use-step .use-step-title img {
    vertical-align: middle;
    margin: 0 12px 0 0;
}
.use-section-block .use-step  p {
    margin: 1.5em 0 1.7em 0.5em;
}
.use-rule-block {}

@media screen and (max-width: 768px) {
    .use-page-block {}
    .use-page-block .deep-green {
        color: #309495;
    }
    .use-page-block .bold {
        font-weight: bold;
    }
    .use-main {
        margin: 0 0 61px 0;
    }
    .use-section-block {}
    .use-section-block h2 {
        background: #52b19c;
        color: #FFF;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 4px;
    }
    .use-section-block p {
        margin: 1em 0;
        line-height: 1.8;
    }
    .use-register-block {
        background: #eee0bd;
        margin: 30px 0 0 0;
        padding: 10px 30px 30px 30px;
        border-bottom: 2px solid #d1d1d1;
    }
    .use-register-block .use-register-title {
        font-weight: bold;
    }
    .use-register-block p {
        margin: .5em 0 0.8em 0;
    }
    .use-register-block ul {
        display: flex;
        padding: 0;
        margin: 0;
        justify-content: space-between;
        flex-direction: column;
    }
    .use-register-block ul li {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
    }
    .use-section-block .use-image {
        margin: 30px 0 40px 0;
    }

    .use-section-block .use-step {}
    .use-section-block .use-step .use-step-title {
        font-weight: bold;
    }
    .use-section-block .use-step .use-step-title img {
        vertical-align: middle;
        margin: 0 12px 0 0;
    }
    .use-section-block .use-step  p {
        margin: 1.5em 0 1.7em 0.5em;
    }
    .use-rule-block {}
}



.pc_view { display: block !important; }
.sp_view { display: none !important; }

@media screen and (max-width: 768px) {
    html {
        /*font-size:calc(100vw / 768);*/
    }
    body {
        font-size: 14px;
    }
    h1 { font-size: 18px; }
    h2 { font-size: 16px; }
    h3 {}
    h4 {}
    h5 {}

    .inner {
        width: 90%;
        margin: 0 auto;
    }
    .main-header {
        font-size: 11px;
        padding: 10px 0 13px 0;
    }
    .main-header .inner {
        width: 95%;
        margin: 0 auto;
    }
    .main-header .logo-box {
        width: 57%;
    }
    .main-header .logo-box img {
        margin: 0 10px 0 0;
    }
    .main-header .logo-box div {
        margin: 3% 0 0 2%;
        width: 47%;
        font-size: 0.5rem;
    }
    .question-box {
        display: flex;
        flex-wrap: wrap;
        justify-items: center;
        align-items: center;
        width: 43%;
        justify-content: flex-end;
        position: relative;
    }
    .question-box .qa-logged-in {
        display: block;
        padding: 0;
        border-bottom: none;
        margin: 0;
        text-align: right;
        position: relative;
    }
    /*.question-box .qa-logged-in:before {*/
    /*    background-color: initial;*/
    /*    margin: 0;*/
    /*    width: 100%;*/
    /*    font-size: 1.1rem;*/
    /*}*/
    .question-box .qa-logged-in img {
        vertical-align: middle;
        width: 24%;
        margin: 4px 10px 0 0;
    }
    .question-box .qa-logged-in:hover {
        background-color: initial;
    }
    .question-box .question-header-search {
        position: absolute;
        right: 39%;
        top: 28%;
        color: #FFF;
        display: flex;
        flex-direction: column;
        text-align: center;
        z-index: 5;
    }
    .question-box .question-header-search i {
        margin: 0 5px 0 0;
    }
    .question-box .question-header-search p {
        margin: 5px 0 0 0;
        letter-spacing: 5px;
    }
    .question-box .question-header-search2 {position: relative;right: initial;top: initial;margin: 6px 11px 0 0;}
    .question-box .qa-logged-in-data {
        display: none;
    }
    .question-header {
        display: block;
        color: #FFF;
    }
    .login-header {
        margin: 0;
    }
    .register-header {
        margin: 0 0 0 7%;
    }
    .login-header img,
    .register-header img,
    .logout-header img {
        height: auto;
        width: 20px;
        vertical-align: initial;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .search-block {
        padding: 3% 0;
        background: #efe1be;
    }
    .search-block .inner {}
    .search-block .inner .qa-search {}
    .search-block .inner .qa-search .qa-search-field {
        width: 98%;
    }
    .search-block .inner .qa-search .header-search-button {}
    .sub-header {
        background: #efe1be;
        padding: 7px 0;
        display: none;
    }
    .search-block .sub-header {
        display: block;
    }
    .sub-header .inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        width: 90%;
        margin: 0 auto;
    }
    .sub-header .search {}
    .sub-header .search .qa-search form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .sub-header .cat-link-box {
    }
    .sub-header .cat-link-box ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .sub-header .cat-link-box ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 0 10px;
    }
    .breadcrumb {
        border-bottom: 1px solid #d2d2d2;
        padding: 10px 0;
        font-size: 12px;
        display: none;
    }
    .breadcrumb ol {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .breadcrumb ol li {
        list-style: none;
    }
    .breadcrumb ol li:after {
        content: "<";
    }
    .breadcrumb ol li:last-child:after {
        content: none;
    }
    /*===================================================
     SHARE
     ===================================================*/
    .share-block {
        margin: 5% auto;
        width: 90%;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .share-block div {
        margin: 0 5px 0 0;
        width: initial;
        height: initial;
    }
    .share-block div iframe {
        width: 100%;
    }
    .share-block div:last-child {
        margin: 0;
    }

    /*===================================================
     SIDEBAR CUSTOMIZE
     ===================================================*/
    .qa-sidepanel {
        width: 100%;
        height: 100%;
        position: relative;
        right: initial;
        top: initial;
        overflow-y: initial;
        z-index: initial;
        background: none;
        transition: all 0.15s ease;
        margin: 3% 0 0 0;
        padding: 3% 0;
    }
    .qa-sidepanel iframe {
        width: 100%;
    }
    .qa-feed {
        display: none;
    }
    .sidebar-ask-block {
        display: none;
    }
    #qam-sidepanel-toggle [class^="icon-"]:before, #qam-sidepanel-toggle [class*=" icon-"]:before {
        display: none;
    }

    /*===================================================
     MAIN
     ===================================================*/
    .qa-q-item-title {
        font-size: 1rem;
        word-break: break-word;
        margin: 1px 0 0 0;
        display: flex;
    }
    .qa-main-heading {
        margin: 0;
    }
    .qa-main-heading h1 {
        font-size: 1rem;
        padding: 0 0 0 1%;
        line-height: 1.5;
    }
    .qa-main-heading h1 a:link {
        color: #595757;
    }
    .qa-main-heading h1 a:visited {
        color: #595757;
    }
    .qa-main-heading h1 a:hover {}
    .qa-main-heading h1 a:active {}

    /*===================================================
     FOOTER
     ===================================================*/

    .footer-search-block {
        display: none;
    }
    .footer-search {
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    .footer-search button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #336600;
        color: #FFF;
        padding: 5px 6px 5px 7px;
    }
    .footer-search ul {
        display: flex;
        justify-content: flex-end;
    }
    .footer-search ul li {
        list-style: none;
        margin: 0 0 0 80px;
    }
    .footer-search div form {
        display: flex;
    }

    .footer-block {
        background: #51bb90;
        color: #FFF;
        padding: 20px 0;
        border-top: 1px solid #d2d2d2;
        text-align: center;
    }
    .footer-block .inner {
        display: block;
        flex-wrap: initial;
        justify-content: initial;
    }
    .footer-list-block {
        display: flex;
        justify-content: space-between;
        margin: 8% 2% 0 2%;
    }
    .footer-tag {
        display: block;
        width: 50%;
    }
    .footer-tag ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-tag ul li,
    ul.qa-nav-footer-list li {
        padding: 0;
        margin: 0 0 7% 0;
        font-size: 15px;
    }
    .footer-tag ul li a:link {
        color: #FFF;
    }
    .footer-tag ul li a:visited {
        color: #FFF;
    }
    .footer-tag ul li a:hover {

    }
    .footer-tag ul li a:active {}
    .footer-logo {
        margin: 0 0 10px 0;
        font-size: 12px;
    }
    .footer-logo img {
        width: 47%;
        margin: 0 0 3px 0;
    }
    .footer-logo .share-block {
        display: none;
    }
    .footer-row {}
    .footer-list {
        width: 50%;
    }
    .footer-list a:link {
        color: #FFF;
    }
    .footer-list a:visited {
        color: #FFF;
    }
    .footer-list a:hover {
    }
    .footer-list a:active {
    }
    .qa-nav-footer-list {}



    .pc_view { display: none !important; }
    .sp_view { display: block !important; }

}

.common-ask-block {
    display: none;
}
.qa-post-content {
    margin: 0 0 38px 0;
    font-size: 16px;
}
.qa-post-content img {
    max-width: 100%!important;
    height: auto!important;
}
@media screen and (max-width: 768px) {
    .to_top {
        display: none!important;
    }
    .common-ask-block {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 20px;
        width: 70px;
    }
}

.qa-a-item-selected .qa-a-selection .qa-a-selected {
    background: url('/qa-theme/farmersquestion/images/list-detail/best_answer.png') no-repeat;
    background-size: 100%;
    height: 34px;
    cursor: initial;
}

.header-mypage-link-block {
    position: absolute;
    top: 50px;
    background: #51bb90;
    right: -20px;
    display: none;
    z-index: 100;
}
.header-mypage-link-block ul {
    padding: 0 20px 20px 20px;
    list-style: none;
    margin: 0;
}
.header-mypage-link-block ul li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #FFF;
    margin: 10px 0 0 0;
}
#headerMypageLink {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .header-mypage-link-block {
        position: absolute;
        top: 50px;
        background: #51bb90;
        right: 0;
        display: none;
        z-index: 100;
    }
    .header-mypage-link-block ul {
        padding: 0 20px 20px 20px;
        list-style: none;
        margin: 0;
    }
    .header-mypage-link-block ul li {
        padding: 0 0 10px 0;
        border-bottom: 1px solid #FFF;
        margin: 10px 0 0 0;
    }
}
.fa-white {
    color: #FFF;
}

