@charset "utf-8";

/*==============================================================================
 * リセットCSS
 *----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {background:transparent;border:0;margin:0;padding:0;vertical-align:baseline;}
table, tr, th, td {background:transparent;margin:0;padding:0;vertical-align:top;}
td {line-height: 1.8em;}
body{line-height:1;position: relative; }
h1, h2, h3, h4, h5, h6{clear:both;font-weight:normal;line-height:1.1em;}
ol, ul{list-style:none;}
blockquote{quotes:none;}
blockquote:before, blockquote:after{content:'';content:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;border-color: #eee;}
a img{border:none;}
img{vertical-align:bottom;}
a {text-decoration: none; color:#333;}
a:hover {opacity: 0.7}
* {box-sizing: border-box;}
.gsc-selected-option-container {box-sizing: content-box;}
input[type="text"],input[type="password"],input[type="button"],input[type="submit"], select {
    -webkit-appearance: none;
}
select {
    padding: 5px 20px 5px 10px;
    background: #fff url('../img/arrow_select.png') no-repeat right center;
    background-size: 12px;
}
/*==============================================================================
 * clearfix(floatするコンテンツを内包する要素へ付与するクラス)
 *----------------------------------------------------------------------------*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;overflow:hidden;}

.f_left {float: left;}
.f_right {float: right;}

.d_ib {display: inline-block;}

.a_center {text-align: center;}
.a_left {text-align: left;}
.a_right {text-align: right;}

/* チェックボックス */
.d_checkbox input[type=radio],
.d_checkbox input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.d_checkbox input[type=radio] + label,
.d_checkbox input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}
@media (min-width: 1px) {
    .d_checkbox input[type=radio],
    .d_checkbox input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .d_checkbox input[type=radio] + label,
    .d_checkbox input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    th.d_checkbox {
        padding: 10px !important;
    }
    th.d_checkbox input[type=checkbox] + label,
    td.d_checkbox input[type=checkbox] + label {
        padding: 0 10px;
    }
    .d_checkbox input[type=radio] + label::before,
    .d_checkbox input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    th.d_checkbox input[type=radio] + label::before,
    th.d_checkbox input[type=checkbox] + label::before,
    td.d_checkbox input[type=radio] + label::before,
    td.d_checkbox input[type=checkbox] + label::before {
        left: 50%;
        top: -4px;
        margin-left: -19px;
    }
    .d_checkbox input[type=checkbox]#lecFreeCommentCheck + label.freeCommentLabel::before,
    .d_checkbox input[type=checkbox]#lecFreeCommentCheck + label.freeCommentLabel::after {
        top: 16px;
    }
    label.freeCommentLabel {
        margin-top: 7px;
    }
    .d_checkbox input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .d_checkbox input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .d_checkbox input[type=radio]:checked + label::after,
    .d_checkbox input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    th.d_checkbox input[type=radio]:checked + label::after,
    th.d_checkbox input[type=checkbox]:checked + label::after,
    td.d_checkbox input[type=radio]:checked + label::after,
    td.d_checkbox input[type=checkbox]:checked + label::after {
        top: -4px;
        left: 50%;
        margin-left: -16px;
    }
    .d_checkbox input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #E66315;
        border-radius: 8px;
    }
    .d_checkbox input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #E66315;
        border-bottom: 3px solid #E66315;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.lh150 {line-height: 1.5em;}
.mt20 {margin-top: 20px;}
.border_bottom_ddd {
    border-bottom: 1px solid #ddd;
}
.btn {
    display: block;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}
.btn.default {
    background: #00afaa;
}
.btn.gray {
    background: #ddd;
    color: #555;
}
a.btn:hover {
    color: #fff !important;
}
.btn:disabled {
    opacity: 0.5;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■  default (スマホ用スタイル)                                         ■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sp_none {display: none !important;}

/* トップスライダー */
.slick-dots {display: none !important;}
.slick-slider {margin-bottom: 0 !important;}
.slick-prev, .slick-next {
    z-index: 10;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
}
.slick-prev {left: 0 !important;}
.slick-next {right: 0 !important;}
.slick-slider li > a {
    width: 100%;
    height: 250px;
    margin: auto;
    background: rgba(0,0,0,0.2);
    display: block;
    position: relative;
    overflow: hidden;
}
.slick-slider img.protectImg {
    position: absolute;
    /* height: auto; 20160526全体表示のためコメントアウト */
    width: auto; /* 全体表示のため追加 */
    height: auto; /* 全体表示のため追加 */
    max-width: 100%; /* 全体表示のため追加 */
    max-height: 100%; /* 全体表示のため追加 */
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-slider .imgLogo {
    top: 10px !important;
    left: 10px !important;
    font-size: 20px !important;
}
.top_slider_info {
    padding: 10px;
}
.slick-prev {left: 10px !important;}
.slick-next {right: 18px !important;}
.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 30px;
    opacity: 0.5;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 0.4;
}
/*==============================================================================
 * フォント関連
 *----------------------------------------------------------------------------*/
/* 全体 */
body {
    font-size: 12px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #444;
    line-height: 1.2em;
}

/* 共通カラムリンク */
.common_column_sec ul li a,
.common_column_sec ul li h4,
.news_list .article_title,
.top_slider_info .article_title {
    font-size: 12px;
    font-weight: bold;
    color: #444;
}
.news_list .article_title,
.top_slider_info .article_title {
    font-size: 15px;
    line-height: 20px;
}
a:hover .article_title,
a:hover h4,
a:hover {
    color: #D68E31 !important;
}
/* 共通カラム注釈・記事一覧導入分 */
.common_column_sec ul li a p,
.news_list .article_intro,
.news_list .article_date,
.top_slider_info .article_date {
    font-size: 11px;
    color: #898888;
    line-height: 1.2em;
    margin-top: 4px;
    font-weight: normal;
}
.article_date {display: block;}
/* フッター */
.footer,
.footer a {
    font-size: 11px;
}

/*==============================================================================
 * ヘッダー
 *----------------------------------------------------------------------------*/
.header {
    width: 100%;
    background: #fff;
}
.header_inner {
    display: table;
    width: 100%;
    max-width: 980px;
    margin: auto;
    position: relative;
}
.header_inner > div {
    display: table-cell;
    height: 50px;
    text-align: center;
    vertical-align: top;
}
.header div.login,
.header div.header_link {
    width: 50px;
    position: relative;
}
.header div.login .login,
.header div.login .logout,
.header div.login form,
.header div.header_link a,
.header div.header_link input[type="submit"] {
    height: 100%;
    width: 100%;
    display: block;
    text-indent: -9999px;
    background-size: 85% !important;
    border: none;
}
.header div.login .login {
    background: url("../img/btn_login.png") no-repeat center center;
}
.header div.login .logout {
    background: url("../img/btn_logout.png") no-repeat center center;
}
.header div.header_link .header_regist {
    background: url("../img/btn_regist.png") no-repeat center center;
}
.header div.header_link.is_logined a {
    background: url("../img/icon_account_sp.png") no-repeat center center;
}
.header .title a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 270px;
    margin: auto;
    text-indent: -9999px;
    background: url("../img/logo_header.png") no-repeat center center;
    background-size: 70%;
}
.header div.header_link.is_logined a span {
    display: none;
}


/*==============================================================================
 * グローバルナビゲーション
 *----------------------------------------------------------------------------*/
.nav,
.sub_nav {
    width: 100%;
}
.nav {
    background: #3071b9;
    border: 1px solid #ddd;
    border-width: 1px 0;
}
.sub_nav {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.nav_inner,
.sub_nav_inner {
    display: table;
    width: 100%;
    max-width: 980px;
    margin: auto;
}
.sub_nav_inner {
    border-bottom: 1px solid #ddd;
}
.sub_nav_inner:last-child {
    border-bottom: none;
}
.nav_inner a,
.sub_nav_inner a {
    display: table-cell;
    text-align: center;
}
.nav_inner a:last-child,
.sub_nav_inner a:last-child {
    border: none;
}
.nav_inner a {
    width: 16.6%;
    font-size: 13px;
    color: #ddd;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    border-right: 1px solid #ddd;
}
.nav_inner a:hover,
.nav_inner a.active {
    color: #fff !important;
    background: #0855aa;
    opacity: 1;
}
.sub_nav_inner a {
    width: 25%;
    font-size: 11px;
    color: #666;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    border-right: 1px solid #ddd;
}
.sub_nav_inner a:hover,
.sub_nav_inner a.active {
    color: #333 !important;
    background: #ddd;
    opacity: 1;
}
.sub_nav_inner a.blank_menu,
.sub_nav_inner a.blank_menu:hover,
.sub_nav_inner a.blank_menu:active {
    background:none;
}
.sub_nav_inner a.blank_menu:before  {
    display: none;
}

/*==============================================================================
 * コンテンツエリア
 *----------------------------------------------------------------------------*/
.content {
    width: 100%;
    max-width: 980px;
    margin: auto;
    position: relative;
}
.tag_index {margin-top: 10px;}

/*==============================================================================
 * メインコンテンツ
 *----------------------------------------------------------------------------*/
/* 記事一覧表示 */
.news_list {
    padding: 0 10px;
}
.news_list h2 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 0;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: transparent transparent #444;
}
.tag_explain {
    padding: 20px 0 20px;
}
.no_article {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.articles {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
a:hover .article_item {
    background: #fafafa;
}
.article_item {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    width: 100%;
}
.tag_index .news_list > a:last-child .article_item {
    border-bottom: 1px solid #ddd;
}
.article_image {
    width: 75px;
    height: 50px;
    background: #eee;
    float: right;
}
.article_image_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.article_image_inner img {
    object-fit: contain;
    height: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    margin: auto;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.article_image_inner img:first-child {
    width: 100%;
    height: 100%;
}
.article_info {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    float: left;
    position: relative;
}
.article_info.no_image {
    width: 100% !important;
}
.article_info_inner {
    position: relative;
}
.article_title,
.article_intro {
    display: inline-block;
    width: 97%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tags {margin-top: -1px;}
.tag {
    height: 15px;
    line-height: 16px;
    padding: 0 5px;
    border-left: 2px solid #333;
    background: #ddd;
    font-size: 0.8em;
    font-weight: bold;
    color: #444;
    margin-right: 5px;
}
.news_list .tag {
    display: inline-block !important;
}
.page_title .tag {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.list_ad {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
/* ランキング一覧 */
.news_list.ranking {
    margin: 30px auto;
}
.news_list.ranking:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ddd;
}
.news_list.ranking .article_item {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.news_list.ranking .rank,
.news_list.ranking .article_info,
.news_list.ranking .article_image {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.news_list.ranking .rank {
    width: 40px;
}
.news_list.ranking .article_info {
    width: 100%;
}
.news_list.ranking .article_image {
    width: 75px;
}
.news_list.ranking .imgLogo {display: none;}
.image_rank {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #777;
    position: relative;
    z-index: 10;
}
/* ページャ */
.pager {
    text-align: center;
    margin: 30px 0 30px;
    font-size: 10px;
}
.pager_inner {
    margin: auto;
    display: inline-block;
}
.pager span.link.current,
.pager span.link a  {
    display: inline-block;
    height: 30px;
    width: 25px;
    line-height: 30px;
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: bold;
}
.pager span.link.current {
    background: #bbb;
}

/*==============================================================================
 * 共通カラム
 *----------------------------------------------------------------------------*/
.common_column_sec {
    margin: 0 10px 10px 10px;
}
.common_column_sec h3 {
    font-weight: bold;
    padding: 6px 0;
    border: 2px solid #444;
    border-width: 0 0 2px 0;
    border-bottom-color: #ddd;
    position: relative;
}
.common_column_sec h3 a {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 90%;
    padding: 3px 11px;
    line-height: 22px;
    font-size: 12px;
    background: #ddd;
    color: #333;
    border-radius: 4px;
}
.common_column_sec h3 a:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_circle_arrow.png");
    background-size: 10px;
    background-repeat: no-repeat;
    margin-right: 7px;
}
.common_column_sec ul li {
    border-bottom: 1px solid #ccc;
}
.common_column_sec ul li a {
    display: block;
    padding: 10px 0 8px;
}
.common_column_sec ul li a,
.common_column_sec ul li a h4,
.common_column_sec ul li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 10px !important;
}
/* 特集最上段の見出しスタイル */
.feature_sec ul li:first-child a h4 {
    color: #B90000;
}
a.more_link {
    display: block;
    padding: 10px;
    border-top: none;
    border-radius: 0 0 4px 4px;
    text-align: center;
    background: #eee;
    font-size: 12px;
    color: #555;
    font-weight: bold;
}
.news_list a.more_link {
    margin-bottom: 15px;
}
a.more_link:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_circle_arrow.png");
    background-size: 10px;
    background-repeat: no-repeat;
    margin-right: 7px;
}
/* 記事検索 */
.common_column_sec.search_sec {
    margin: auto 0 20px;
    display: table;
    width: 100%;
    background: #eee;
    padding: 0 10px;
}
.common_column_sec.search_sec > span {
    display: table-cell;
    padding: 15px 0;
    font-size: 1.17em;
    font-weight: bold;
    width: 40px;
    vertical-align: top;
    padding-top: 27px;
}
.onethird-search {
    display: table-cell;
}
.search_sec h3 {
    font-weight: bold;
    padding-left: 7px;
    border: 2px solid #444;
    border-width: 0 0 0 2px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 2px;
}
.search_sec > div {
    padding: 10px;
    background: #eee;
    position: relative;
}
.search_sec > div input {
    margin: 0 !important;
    height: 40px !important;
}
.search_sec > div input[type="text"] {
    width: 100% !important;
    padding-right: 45px !important;
    border-radius: 0 !important;
    border: 1px solid #aaa !important;

    border: none !important;
    height: 30px !important;
}
.search_sec > div input[type="image"] {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    border: none !important;
    background: #444 url("../img/btn_search.png") no-repeat center center !important;
    background-size: 25px !important;
    text-indent: -9999px !important;
    width: 40px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}
.search_sec .gsc-input-box {
    background: #fff;
    height: 40px !important;
}
.search_sec .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 50px !important;
}
.search_sec .gsc-search-box-tools .gsc-search-box input.gsc-input {
    padding: 0px 0 0px 8px !important;
}
.search_sec .gsib_a {
    padding: 5px;
}
.search_sec .gsst_b .gsst_a {
    padding-top: 9px;
}

.search_sec > div input[type="image"]:hover {
    opacity: 0.7 !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.gsc-webResult.gsc-result {
    border-bottom: 1px solid #ddd !important;
}

.common_sns_links {
    padding-bottom: 0 !important;
    margin: 10px;
}
.common_sns_links a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff url("../img/btn_twitter.png") no-repeat center center;
    background-size: 34px;
    margin-right: 7px;
}
.common_sns_links a.facebook_link {background: #fff url("../img/btn_facebook.png") no-repeat center center;background-size: 34px;}
.common_sns_links a.google_link {background: #fff url("../img/btn_google.png") no-repeat center center;background-size: 34px;}
/* ニュースランキング */
.ranking_sec li {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.ranking_sec li div.rank,
.ranking_sec li a {
    display: table-cell;
}
.ranking_sec li div.rank {
    width: 40px;
    vertical-align: middle;
}
.ranking_sec li div.rank > span,
.news_list.ranking .rank > span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #D68E31;
    border: 2px solid #D68E31;
}

/* e農サーチ */
.enou_tab {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.enou_tab a {
    display: table-cell;
    width: 20%;
    background: #f5f5f5;
    text-align: center;
    padding: 12px 0 10px;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
    font-size: 0.8em;
    font-weight: bold;
    color: #555;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}
.enou_tab a.selected {
    background: #444;
    color: #fff;
    text-shadow: none;
}
.enou_tab a:first-child {
    border-left: 1px solid #ccc;
}
/* 日本農業新聞からのお知らせ */
.enou_sec ul li a,
.noitce_sec ul li a {
    padding-left: 10px;
}
.enou_sec ul li a:before,
.noitce_sec ul li a:before {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.6px;
    border-color: transparent transparent transparent #C2CBD8;
    margin-right: 3px;
}

/*==============================================================================
 * フッター
 *----------------------------------------------------------------------------*/
.footer {margin-top: 20px}
.footer_nav_inner:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.footer_nav_inner {background: #eee; border-top: 1px solid #ccc;}
.footer_nav_inner a {
    color: #333;
    display: block;
    width: 50%;
    height: 44px;
    line-height: 44px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
}
.footer_nav_inner a:nth-child(even) {
    border-right: none;
}
.footer_bottom {
    text-align: center;
    width: 100%;
}
.footer_bottom {
    color: #eee;
    padding: 30px;
    background: #333;
}
.footer .g-sign img {
    margin-top: 10px;
}

/*==============================================================================
 * 広告枠
 *----------------------------------------------------------------------------*/
/* トップ画面上 */
.top_ad {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
}
.bottom_ad {
    width: 100%;
    max-width: 980px;
    margin: 0px auto 10px;
}
/* 共通カラム最上部 */
.ad1 {
    padding: 10px;
    background: #e5e5e5;
    margin-bottom: 10px;
    text-align: center;
    width: 320px;
}
.ad1 {
    margin: 10px auto 10px;
}
.ad2, .ad3, .ad4 {
    margin: 0 auto 10px;
}
.ad2, .ad3, .ad4 {
    text-align: center;
}
.ad_inner {
    display: inline-block;
}
.main.block .ad_inner {
    padding: 10px 10px 0;
    background: #eee;
}
.ad_wrap {
    text-align: left;
}
.bnr.bnr_subscription {
    background: url("../img/bnr_subscription.png") no-repeat center center;
    height: 70px;
}
/*==============================================================================
 * 共通カラム最下部バナー(刊行物のご案内など)
 *----------------------------------------------------------------------------*/
.bnr {
    #width: 320px;
    #height: 55px;
    display: inline-block;
    #cursor: pointer;
    #text-indent: -9999px;
    margin-bottom: 10px;
}
.bnr_space {
    background: url("../img/bnr_space.png") no-repeat center center;
}
.bnr_publication {
    background: url("../img/bnr_publication.png") no-repeat center center;
}
.bnr_twitter01 {
    background: url("../img/bnr_twitter_01.png") no-repeat center center;
    height: 70px;
}
.bnr_twitter02 {
    background: url("../img/bnr_twitter_02.png") no-repeat center center;
    height: 70px;
}

.menu_regist {
    position: relative;
}
.menu_cam {
    display: block;
    width: 100%;
    max-width: 130px;
    height: 24px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../img/menu_cam.png") no-repeat center center;
    background-size: contain;
    z-index: 10;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■  画面幅640px以下のスタイル                                          ■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width:640px) {
    /* スマホではカルーセル下部に購読バナー配置 */
    .top_news {
        margin-bottom: 100px;
        border-bottom: 1px solid #ddd;
    }
    .menu_cam {
        bottom: -3px;
    }
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■  画面幅640px以上のスタイル                                          ■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width:640px) {
    /* 全体 */
    .sp_none {display: block !important;}
    .pc_none {display: none  !important;}
    body {
        font-size: 14px;
    }
    .btn {
        display: inline-block;
        height: 27px;
        line-height: 28px;
        width: auto;
        min-width: 120px;
        margin-top: 15px;
    }
    /* 共通カラムリンク */
    .news_list .article_title {
        font-size: 16px;
    }
    .common_column_sec ul li a,
    .common_column_sec ul li h4 {
        font-size: 14px;
    }
    .news_list .article_intro {
        font-size: 12px;
    }

    .header div.login .login,
    .header div.login .logout,
    .header div.login form,
    .header div.header_link a,
    .header div.header_link input[type="submit"] {
        background-size: 70% !important;
    }
    .header div.header_link.is_logined a span {
        display: inline;
    }
    .header div.header_link.is_logined {
        position: auto;
    }
    .header div.header_link.is_logined a {
        position: absolute;
        right: 0;
        text-indent: 0px;
        background: url("../img/icon_account.png") no-repeat left center;
        background-size: 20px !important;
        height: 50px;
        display: inline-block;
        width: auto;
        padding-left: 25px;
        line-height: 53px;
        color: #666;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
    }
    .header div.header_link.is_logined a .account_name {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
        top: 0;
        padding-right: 30px;
    }
    .header div.header_link.is_logined a .account_honorific {
        top: 0;
        position: absolute;
        z-index: 100;
        right: 0;
    }
    /*==============================================================================
     * グローバルナビゲーション
     *----------------------------------------------------------------------------*/
    .sub_nav_inner a {
        font-size: 13px;
        line-height: 25px;
        height: 25px;
    }
    .gnav {
        margin-bottom: 10px;
    }

    /*==============================================================================
     * コンテンツエリア
     *----------------------------------------------------------------------------*/
    .content {
        width: 100%;
        max-width: 980px;
        margin: auto;
        margin-top: 10px;
    }
    .content-inner {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .sub_nav_inner a:before {
        content: " ";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("../img/icon_circle_arrow.png");
        background-size: 10px;
        background-repeat: no-repeat;
        margin-right: 12px;
        opacity: 0.3;
    }
    .content-inner .main,
    .content-inner .common_column {
        display: table-cell;
        vertical-align: top;
    }
    .content-inner .main {
        padding-right: 20px;
    }
    .form_page .content-inner .main {
        padding: 10px;
    }
    .content-inner > .common_column {
        width: 320px;
    }
    /*==============================================================================
     * メインコンテンツ
     *----------------------------------------------------------------------------*/
    /* 記事一覧表示 */
    .news_list {
        padding: 0;
    }
    .news_list h2.sp_none {
        display: none !important;
    }
    .news_list h2 {
        font-size: 1.1em;
        font-weight: bold;
        padding: 15px 10px 10px;
        border-style: solid;
        border-width: 3px 0 0;
        border-color: #333 transparent #ddd;
    }
    .tag_explain {
        padding: 30px 0 30px 10px;
        border-top: 1px solid #ddd;
    }
    .article_item {
        margin: 0;
        padding: 10px;
    }
    .article_image {
        width: 100px;
        height: 66px;
    }
    .article_info {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
        /* float: right; */
    }
    .news_list .article_intro {
        margin-top: 2px;
    }
    .tag_index .news_list .article_intro {
        margin-top: -2px;
    }
    .article_date {display: inline-block; margin-right: 10px;}
    .tags {margin-top: 5px;}
    .top_slider_info .sp_none {
        display: none !important;
    }
    /* タグ別ランキング */
    .news_list.ranking .article_image {
        width: 100px;
    }
    /* ページャ */
    .pager {
        text-align: left;
        margin: 30px 0 30px;
        font-size: 14px;
    }
    .pager_inner {
        margin: auto;
        display: inline-block;
    }
    .pager span.link.current,
    .pager span.link a  {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #333;
        color: #fff;
        font-weight: bold;
    }
    .pager span.link.current {
        background: #bbb;
    }
    /*==============================================================================
     * 共通カラム
     *----------------------------------------------------------------------------*/
    .search_sec > div input[type="submit"] {
        position: absolute;
        right: 0px;
        top: 15px;
    }
    .common_column_sec {
        margin: 0 0 10px 0;
    }
    .common_column_sec h3 {
        border: 1px solid #444;
        border-width: 3px 0 1px;
        border-bottom-color: #ddd;
        margin: 0;
        padding: 13px 0 10px;
        font-weight: bold;
    }
    .common_column_sec h3 a {
        height: 100%;
        padding: 10px 20px;
        border-radius: 0;
    }
    .common_column_sec > div {
        background: #fff;
    }
    .common_column_sec.search_sec > div {
        padding: 15px 0 20px;
    }
    .common_column_sec.search_sec {
        margin: auto 0;
        background: transparent;
        padding: 0;
        border-top: 3px solid #333;
    }
    .common_column_sec > div input[type="button"] {
        right: 0px;
        top: 15px;
    }
    .common_sns_links a {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-size: 24px;
    }
    /* e農サーチ */
    .enou_tab {
        display: table;
        width: 100%;
        margin-top: 10px;
        padding: 0 6px;
        border-bottom: 2px solid #444;
    }
    .enou_tab a {
        display: table-cell;
        width: 20%;
        background: #f5f5f5;
        text-align: center;
        padding: 7px 0 5px;
        border: 1px solid #ccc;
        border-left: none;
        border-bottom: none;
        font-size: 0.8em;
        font-weight: bold;
        color: #555;
        text-shadow: 1px 1px 0 #fff;
        cursor: pointer;
    }
    .enou_tab a:first-child {
        border-radius: 4px 0 0 0;
        border-left: 1px solid #ccc;
    }
    .enou_tab a:last-child {
        border-radius: 0 4px 0 0;
    }
    .enou_tab a.selected {
        background: #444;
        color: #fff;
        text-shadow: none;
    }

    /*==============================================================================
     * 広告枠
     *----------------------------------------------------------------------------*/
    /* トップ画面上 */
    .top_ad {
        width: 100%;
        max-width: 980px;
    }
    .bottom_ad {
        width: 100%;
        max-width: 980px;
        margin: 30px auto;
    }
    .ad1 {
        margin: 0px auto 10px;
    }
    .ad2, .ad3, .ad4 {
        padding: 0;
    }

    /*==============================================================================
     * フッター
     *----------------------------------------------------------------------------*/
    .footer {background: #fff;}
    .footer_nav {
        border: 1px solid #ddd;
        border-width: 1px 0;
        padding: 8px 0 4px;
    }
    .footer_nav_inner,
    .footer_bottom {
        text-align: center;
        width: 100%;
        max-width: 980px;
        margin: auto;
        display: block;
        background: transparent;
        border: none;
    }
    .footer_nav_inner a {
        color: #555;
        display: inline;
        text-align: left;
        width: auto;
        height: auto;
        float: none;
        border: none;
    }
    .footer_nav_inner a:after {
        content: '/';
        color: #888;
        margin: 0 5px 0 8px;
    }
    .footer_nav_inner a:last-child:after {
        content: '';
        margin: 0;
    }
    .footer_bottom {
        color: #888;
        padding: 30px 0;
    }
    .search_sec > div input[type="image"] {
        right: 0px !important;
        top: 15px !important;
    }
    .footer .g-sign {
        width: 100%;
        max-width: 980px;
        margin: auto;
        position: relative;
    }
    .footer .g-sign img {
        position: absolute;
        right: 0;
        margin-top: -35px;

    }
}











/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■  画面幅950px以上のスタイル                                          ■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width:950px) {

    /*==============================================================================
     * グローバルナビゲーション
     *----------------------------------------------------------------------------*/
    .nav_inner a:last-child,
    .sub_nav_inner a:last-child {
        border-right: 1px solid #ddd;
    }
    .nav_inner a:first-child,
    .sub_nav_inner a:first-child {
        border-left: 1px solid #ddd;
    }
    .sub_nav_inner a {
        border-right: 1px solid #ddd;
    }

    /*==============================================================================
     * コンテンツエリア
     *----------------------------------------------------------------------------*/
    .form_page .content-inner .main {
        padding: 0px;
    }
    .content-inner > .common_column {
        width: 320px;
    }
    .news_list h2.sp_none,
    .tag_index h2 {
        display: block !important;
        padding: 15px 0px 10px;
    }
    .article_item {
        margin: 0;
        padding: 10px 0;
    }
    .slick-slider li {
        width: 100%;
    }
    .slick-slider li > a {
        #width: 480px !important;
        float: left;
        height: 270px !important;
        width: calc(100% - 240px);
    }
    .top_slider_info {
        padding: 15px;
        background: #eee;
        margin: auto;
        color: #fff;
        display: table-cell;
        position: relative;
        z-index: 10;
        width: 240px;
        height: 270px !important;
        float: right;
    }
    .top_slider_info:before {
        content: "";
        width: 0px;
        height: 0px;
        /* background: #333; */
        display: block;
        position: absolute;
        top: calc(50% - 15px);
        left: -17px;
        border: 10px solid #f3f3f3;
        border-color: transparent #eee transparent transparent;
        border-width: 15px 17px 15px 0px;
    }
    .top_slider_info .article_title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .top_news .article_title, .top_news .article_intro {
        white-space: normal;
        text-overflow: initial;
    }
    .top_slider_info a,
    .top_slider_info .article_title,
    .top_slider_info .article_date  {
        color: #333 !important;
    }
    .top_slider_info .tag {
        display: inline !important;
    }
    .top_slider_info .article_intro {
        display: block !important;
        font-size: 12px;
    }
    .top_news {
        margin-bottom: 10px;
    }
    .slick-prev, .slick-next {top: 90%;}
    .tag_explain {
        padding: 30px 0 30px;
    }
    .slick-slider img.protectImg {
        width: auto !important;
    }
}
