@charset "UTF-8";

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

body {
    color: #3d3d3d;
    background: #eef9ff url(/component/img/nnt_bg_pc_back_2_c.png) center top no-repeat fixed;
    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;
}

iframe[title="YouTube video player"] {
    margin: 0 auto;
    width: 664px;
    height: 373px
}

.el_pc {
    display: block;
}

.el_sp {
    display: none;
}

.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;
}

.contents {
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

#pageTop {
    position: fixed;
    z-index: 1000;
    right: 40px;
    bottom: 130px;
    width: 56px;
    cursor: pointer;
}

.scrollTop-removeAd {
    bottom: 84px;
}

.el_tabContents {
    display: none;
}

.el_tabContents.active {
    display: block;
}

.bl_ad_head {
    /* margin-bottom: 10px; */
    background-color: #e50012;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

/* パンくずリスト */
.bl_breadcrumb {
    width: 100%;
    font-size: 12px;
    background-color: #000;
    word-break: keep-all;
    white-space: nowrap;
}

.bl_breadcrumb_wrapper {
    display: flex;
    align-items: center;
    width: 1120px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    margin: 0 auto;
}

.bl_breadcrumb_item {
    display: block;
    color: #fff;
}

.bl_breadcrumb_item a {
    display: block;
    color: #fff;
}

.bl_breadcrumb_item_separator {
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    body {
        background-image: unset;
    }

    iframe[title="YouTube video player"] {
        width: 100%;
        height: 52.6vw;
    }

    #pageTop {
        left: 12px;
        bottom: 54vw;
    }

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

    .drawer-nav #sbtn {
        background: #0495ff;
    }

    .el_menuSearchSelect {
        font-size: 14px;
        background-color: #e50012;
        color: #fff;
        border: 0;
        /* border: 1px solid #ccc; */
        appearance: auto;
        border-radius: 2px;
    }

    .drawer-nav .drawer-header form .searchfield {
        left: 105px !important;
        font-size: 14px !important;
    }

    .el_tabContents {
        margin-bottom: 10px;
    }

    /* パンくずリスト */
    .bl_breadcrumb_wrapper {
        width: 100%;
    }
}