@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: .705vw;
    height: 100%;
}

body {
    color: #3d3d3d;
    background-color: #f0f0f0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo";
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

.el_pc {
    display: block;
}

.el_sp {
    display: none;
}

.el_right {
    text-align: right;
}

.el_bg_bl {
    background: #009af3;
}

.el_bg_rd {
    background: #fb0900;
}

.el_bg_yl {
    background: #ff8500;
}

.el_bg_gl {
    background: #d3b35e;
}

.el_bg_sl {
    background: #9f9f9f;
}

.el_bg_brz {
    background: #ca9a80;
}

.el_bg_dgy {
    background: #666;
}

.el_txt_bl {
    color: #449aef;
}

.el_txt_rd {
    color: #f60000;
}

.el_txt_gr {
    color: #009245;
}

.el_border_t_bl {
    border-top: 5px solid #0495ff;
}

.el_border_t_rd {
    border-top: 5px solid #f60000;
}

.el_border_t_gr {
    border-top: 5px solid #009245;
}

.el_grad_or {
    background: rgb(251 70 0);
    background: linear-gradient(125deg, rgb(255 100 1) 0%, rgb(255 100 1) 25%, rgb(251 70 0) 25%, rgb(251 70 0) 100%);
}

.el_grad_rd {
    background: rgb(251 10 40);
    background: linear-gradient(125deg, rgb(255 60 91) 0%, rgb(255 60 91) 25%, rgb(251 10 40) 25%, rgb(251 10 40) 100%);
}

.el_grad_bl {
    background: rgb(0 130 200);
    background: linear-gradient(125deg, rgb(0 150 220) 0%, rgb(0 150 220) 25%, rgb(0 130 200) 25%, rgb(0 130 200) 100%);
}

.el_grad_bk_l {
    background: rgb(0 0 0);
    background: linear-gradient(125deg, rgb(60 60 60) 0%, rgb(60 60 60) 20%, rgb(0 0 0) 20%, rgb(0 0 0) 100%);
}

.el_grad_rd_l {
    background: rgb(251 10 40);
    background: linear-gradient(125deg, rgb(255 60 91) 0%, rgb(255 60 91) 20%, rgb(251 10 40) 20%, rgb(251 10 40) 100%);
}

.el_grad_sb_l {
    background: rgb(210 255 255);
    background: linear-gradient(125deg, rgb(241 255 255) 0%, rgb(241 255 255) 20%, rgb(210 255 255) 20%, rgb(210 255 255) 100%);
}

.el_border_sb {
    border: 1px solid #03ceff;
}

.el_grad_po_l {
    background: rgb(0 0 0);
    background: linear-gradient(125deg, rgb(255 148 2) 0%, rgb(255 148 2) 20%, rgb(255 100 1) 20%, rgb(255 100 1) 100%);
}

.el_new {
    color: #e20001;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.el_mainHead {
    font-size: 17px;
    color: #fff;
    padding: 6px 0;
    font-weight: bold;
    background: #398fff;
}

.el_colorMaskWrapper {
    display: block;
    position: relative;
}

.el_colorMask {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s ease;
}

.el_contentsTtl {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease;
}

.bl_latest_contents:hover .el_colorMask,
.el_captureInfo_topContentsImg:hover .el_colorMask,
.el_captureInfo_contentsItem:hover .el_colorMask {
    background: rgba(255, 255, 255, 0.3);
}

/* リンクのイベントと色指定 */
.el_txtLinkEvent:visited .el_txtLink {
    color: #663399;
}

.el_txtLinkEvent:hover .el_txtLink {
    color: #cc3434;
    text-decoration: underline;
}

.el_txtLink {
    color: #0033CC;
    transition: all 0.3s ease;
}

.el_inner {}

/* セレクトボックス */
.el_select_box {
    display: flex;
    border: 1px solid #b1b1b1;
}

.el_select_item {
    width: 200px;
    font-size: 14px;
    color: #b1b1b1;
    padding: 10px 0;
    background: #fff;
    cursor: pointer;
}

.el_select_item.active {
    color: #fff;
    background: #e50012;
}

.el_select_item:first-child {
    border-right: 1px solid #b1b1b1;
}

.bl_banner {
    padding: 25px 0;
}

.bl_banner_img {
    margin-bottom: 15px;
}

.bl_main_contents {}

.bl_contents_wrap {
    display: flex;
    justify-content: space-between;
    width: 1068px;
    margin: 0 auto;
}

.bl_contents_left {
    width: 745px;
}

.bl_info,
.bl_bbs,
.bl_captureInfo {
    margin-bottom: 30px;
    background: #fff;
    padding: 18px 10px 1px 10px;
}

.bl_info_search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bl_info_search_head {
    margin-right: 10px;
}

.bl_info_search_window {
    width: 614px;
}

#form {
    position: relative;
}

#sbox {
    outline: 0;
    height: 46px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    border: 3px solid #e50012;
    font-size: 16.5px;
    background-color: #fff;
}

#sbox::placeholder {
    color: #989898;
}

#sbtn {
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    background: #e50012;
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    transition: all .15s ease;
}

.bl_info_calender {
    margin-bottom: 30px;
}

.bl_info_detail {
    margin-bottom: 10px;
}

.bl_info_detail_head,
.bl_captureInfo_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.bl_info_detail_head_box,
.bl_bbs_head_box,
.bl_captureInfo_head_box {
    display: flex;
    align-items: center;
}

.bl_info_detail_head_img,
.bl_bbs_head_img,
.bl_captureInfo_head_img {
    width: 25px;
    margin-right: 10px;
}

.bl_info_detail_head_txt,
.bl_bbs_head_txt,
.bl_captureInfo_head_txt {
    font-size: 25px;
}

.bl_info_detail_search:not(:last-child) {
    margin-bottom: 30px;
}

.bl_info_detail_search_50_list {
    display: flex;
    justify-content: space-between;
}

.bl_info_detail_search_50_link {
    display: block;
    padding: 17px;
    background: #fdedef;
    color: #e10000;
    border: 1px solid #d3d3d3;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 15px;
    transition: all ease .25s;
    text-align: center;
}

.bl_info_detail_search_50_link.dummy {
    background: #fff;
    border: 1px solid #fff;
}

.bl_info_detail_search_50_link:hover {
    opacity: .8;
}

.bl_info_detail_search_category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bl_info_detail_search_category_item {
    width: calc((100% - (7px * 3)) / 4);
}

.bl_info_detail_search_category_link {
    display: block;
    width: 100%;
    background: #fdedef;
    color: #e10000;
    border: 1px solid #d3d3d3;
    line-height: 1;
    font-size: 19px;
    margin-bottom: 7px;
    padding: 12px 0;
    transition: all ease .25s;
}

.bl_info_detail_search_category_link:hover {
    opacity: .8;
}

.bl_calenderLink {
    margin-bottom: 30px;
}

.bl_bbs_head_box {
    margin-bottom: 5px;
}

.bl_bbs_list {
    margin-bottom: 10px;
}

.bl_bbs_link {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 25px 0;
    border-bottom: 1px solid #bfbfbf;
    transition: all ease .25s;
}

.bl_bbs_link:hover {
    opacity: .8;
}

.bl_bbs_link_txtWrap {
    margin-right: 20px;
}

.bl_bbs_link_category {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 10px;
}

.bl_bbs_link_head {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bl_bbs_link_date {
    font-size: 12px;
}

.bl_bbs_link_count {
    display: inline-block;
    margin-left: 15px;
}

.bl_bbs_link_arrowWrap {
    font-size: 19px;
    color: #989898;
    padding-right: 3px;
}

.el_moreViewBox {
    display: inline-block;
    padding-right: 8px;
}

.el_moreView {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.el_moreViewTxt {
    color: #7f7573;
    font-size: 11.5px;
}

.el_moreViewIcon {
    font-size: 17px;
    margin-left: 5px;
    color: #7f7573;
}

.bl_captureInfo {}

.el_tabList_head.el_mainHead {
    background-color: #398fff;
}

.bl_ranking .el_unit_contents_Img-main {
    text-align: center;
}

.bl_ranking .el_unit_contents_Img-main img {
    max-height: 100%;
}

/* 設定推測 */

.machinePageContent {
    border: 0;
}

.suisokusDataContent-header {
    background-color: #e0e0e0;
}

.suisokusDataResultContent-wrapper {
    background-repeat: repeat;
}

.view-contents-preview-content-result *,
.theoryResultData * {
    color: #fff;
}

.suisokusDataResultNotice {
    font-size: 10px;
}

.suisokusDataResultContent-content-errorMessage {
    width: 100%;
    text-align: center;
}

header {
    margin-bottom: 0;
}

.heading-categoryName,
.suisokusDataContent-footer button {
    background-color: #e50012;
}

.bl_ranking .el_tabList_head.el_mainHead,
.bl_latest .el_tabList_head.el_mainHead {
    padding: 10px;
    background-color: #FCD8C7;
    border: 0 #e50012 solid;
    border-top-width: 5px;
    font-size: 17px;
    color: #e50012;
    text-align: center;
}

.el_unit_contents_btn {
    background-color: #e50012;
}

.el_tabItem>p {
    padding: 10px 0;
}

.bl_newUnit_dailyTxt {
    background-color: unset;
    background-image: url(https://nana-press.com/component/img/release_day_back.jpg);
    font-weight: normal;
    padding: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {

    .el_pc {
        display: none;
    }

    .el_sp {
        display: block;
    }

    /* セレクトボックス */
    .el_select_box {
        border: unset;
        border-bottom: 4px solid #e50012;
    }

    .el_select_item {
        font-size: 15px;
        color: #fff;
        background: #b1b1b1;
        padding: 6px 0;
    }

    .el_select_item.active {
        color: #fff;
        background: #e50012;
    }

    .el_select_item:first-child {
        border-right: unset;
    }

    .bl_banner {
        background: #fff;
        padding: 0 0 20px;
    }

    .bl_contents_wrap {
        flex-flow: column;
        width: 100%;
    }

    .bl_contents_left {
        width: 100%;
    }

    .bl_info {
        margin-bottom: 7px;
        padding: 0 0 1px 0;
    }

    .bl_info_search {
        flex-flow: column;
        padding: 0 2%;
        margin-bottom: 10rem;
    }

    .bl_info_search_head_sp {
        font-size: 22px;
        text-align: left;
        margin-bottom: 0;
    }

    .bl_info_search_window {
        width: 100%;
    }

    #sbox {
        height: 14rem;
        font-size: 5rem;
    }

    #sbtn {
        height: 14rem;
        /* padding: 3rem 4.5rem; */
        font-size: 7rem;
    }

    .bl_info_calender {
        padding: 0 2%;
    }

    .bl_update_info {
        margin-bottom: 0;
    }

    .bl_info_slider_head,
    .bl_update_info_head {
        flex-flow: column;
        align-items: baseline;
    }

    .bl_update_info_head {
        margin: 0 -10px 10px;
    }

    .bl_info_slider_head_box,
    .bl_update_info_head_box {
        margin-bottom: 10px;
    }

    .bl_update_info_head_box {
        margin-bottom: 0;
    }

    .el_select_box {
        width: 100%;
    }

    .el_select_item {
        width: 50%;
    }

    .bl_main_contents {
        background: #fff;
    }

    .el_common_head_sp {
        background: #ffdbca;
        color: #e50012;
        padding: 6px 0;
        border-top: 4px solid #e50012;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
    }

    .bl_captureInfo {
        margin-bottom: 40px;
    }

    .bl_info_detail_head,
    .bl_captureInfo_head {
        flex-flow: column;
        margin-bottom: 20px;
    }

    .bl_info_detail_head_box,
    .bl_bbs_head_box,
    .bl_captureInfo_head_box,
    .bl_update_info_head_box {
        display: block;
        width: 100%;
    }

    .bl_info_detail_head_img,
    .bl_bbs_head_img,
    .bl_captureInfo_head_img {
        width: 25px;
        margin-right: 10px;
    }

    .bl_info_detail_head_txt,
    .bl_bbs_head_txt,
    .bl_captureInfo_head_txt {
        /* width: 100%; */
    }

    

    .bl_calenderLink {
        padding: 0 10px;
    }

    .bl_info_detail_search_50_list {
        padding: 0 2%;
        flex-flow: column;
    }

    .bl_info_detail_search_50_detail_list {
        display: flex;
    }

    .bl_info_detail_search_50_detail_item {
        width: 100%;
    }

    .bl_info_detail_search_50_detail_item:not(:last-child) {
        margin-right: 2.5rem;
    }

    .bl_info_detail_search_50_link {
        padding: 3.5rem 3rem;
        margin-bottom: 2.5rem;
        font-size: 14.5px;
    }

    .bl_info_detail_search_category_list {
        padding: 0 2%;
    }

    /* 共通 */
    .bl_info_detail_search:not(:last-child) {
        margin-bottom: 15px;
    }

    .bl_info_detail_search_category_item {
        width: calc((100% - (2.5rem * 2)) / 3);
    }

    .bl_info_detail_search_category_link {
        font-size: 13.5px;
        margin-bottom: 2.5rem;
    }

    /* 知恵袋 */
    .bl_bbs {
        margin-bottom: 10px;
        padding: 0;
    }

    .bl_bbs_list {
        padding: 0 2%;
    }

    .bl_bbs_link {
        padding: 20px 0;
    }

    .bl_bbs_link_head {
        font-size: 16px;
    }

    .bl_bbs_link_arrowWrap {
        font-size: 17px;
    }

    .bl_captureInfo {
        padding: 0;
    }

    .el_suisokuToolBanner {
        padding: 0 12px;
    }

    .bl_outline_menuItemBox.sidemenu_parts {
        font-size: 13px;
    }

    .bl_headerBanner a {
        display: block;
    }

    .el_captureInfo_menuList,
    .el_captureInfo_topContentsBox {
        display: block;
    }

    .oldDesign .bl_outline .bl_outline_menu_wrapper {
        display: none;
    }

    #cautionTextSuisokuPage {
        margin: 10px -2px 10px;
        padding: 10px;
        background-color: #f44336;
        color: #fff;
        border: 4px solid #ffeb3b;
        font-size: 14px;
        line-height: 1.8em;
    }

}