/*鹿児島の経済TOPページここから*/
.title_img {
    display: block;
    width: 80%;
    margin: 20px auto;
}

.economy_contents_wrap {
    margin: 30px 0;
}

.economy_contents a {
    text-decoration: none;
}

.economy_contents_body {
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    padding: 10px 5px 0;
    border: 3px solid #5f5f5f;
    border-radius: 10px;
    font-size: 1.7rem;
}

@media print,
screen and (min-width: 745px) {
    .economy_contents_body {
        height: 145px;
    }

    .economy_contents_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.economy_contents_body.interview p {
    line-height: 1.3;
}

.economy_contents_body:hover {
    background-color: #5f5f5f;
    color: white;
    border: 3px solid #5f5f5f;
    transition: .5s;
}

@media print,
screen and (max-width: 567px) {
    .title_img {
        width: 95%;
    }
}

img {
    /*画像をくっきり表示させる*/
    image-rendering: -webkit-optimize-contrast;
}

/*鹿児島の経済TOPページここまで*/

/*検索画面へのリンク*/
.searchLink {
    text-align: right;
}

.searchLink a {
    text-decoration: none;
    color: white;
    display: inline-block;
    background: #9d9d9d;
    padding: 5px 10px;
    border-radius: 5px;
}

.articlelist .article {
    display: flex;
    text-decoration: none;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}

.article_img_wrap {
    width: 25%;
    position: relative;
    background: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    filter: blur(1.3px);
}

.article_img_wrap img {
    max-width: 98%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.article_text_wrap {
    width: 75%;
    padding: 0 0 3px 10px;
}

.article_text_wrap>.article_title {
    color: #333;
    margin: 0;
    font-size: 2rem;
    line-height: 1.3em;
}

.article_text_wrap>.article_hombun,
.article_text_wrap>.article_date {
    color: #666;
    padding-top: 8px;
    font-size: 1.4rem;
    color: #666;
}

.articlelist .no_article {
    text-align: center;
    padding: 20px 0;
}


.search_form {
    display: flex;
    padding: 0 5px;
    margin: 20px 0;
}

.search_form input {
    width: 70%;
    line-height: 30px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    padding: 0 0 0 7px;
}

.search_form button {
    margin-left: 10px;
    padding: 0.4em 0.8em;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 4px;
    background: #9d9d9d;
    border: 0;
    cursor: pointer
}

.pdb_lead {
    margin: 25px 0;
    padding: 20px;
    border-radius: 5px;
    background: #e5e5e5;
}

/*詳細記事*/
.article {
    padding: 0 5px;
    margin: 20px 0;
}

.article>.title {
    color: #333;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}

.article>.keisai_date {
    padding: 0 0 0 3px;
    color: #333333;
    font-size: 1.3rem;
}

.article>.title_underline {
    margin: 0 0 10px;
}

.article>.hombun {
    margin-bottom: 20px;
    padding: 0 5px;
    color: #333;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.article>.pdf {
    text-align: center;
}

.article>.pdf>a {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.article>.pdf img {
    max-width: 100%;
    border: 1px solid #b3b3b3;
}

.article>.pdf>.copyright {
    text-align: left;
    font-size: 1.3rem;
}


@media print,
screen and (min-width: 745px) {
    .article_img_wrap {
        width: 20%;
        height: 140px;
    }

    .article_text_wrap {
        width: 80%;
        padding: 5px 5px 3px 15px;
    }

    /*詳細記事*/
    .article>.title {
        padding-top: 0;
        line-height: 1.4;
    }

    .article>.hombun {
        line-height: 27px;
        margin-bottom: 30px;
    }

    .article>.pdf>a {
        max-width: 50%;
    }

    .article>.pdf>.copyright {
        text-align: center;
    }
}


/*連載一覧- タブ表示*/
.articlelist .btn_area {
    margin: 0;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #323da2;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.articlelist .tab_btn {
    margin: 0;
    padding: 8px 25px;
    color: #333;
    border-radius: 5px 5px 0 0;
    background: #eceded;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease 0s;
}

.articlelist .tab_btn:nth-of-type(n+2) {
    margin-left: 7px;
}

.articlelist .tab_btn:hover {
    background-color: #dce1e4;
}

.articlelist .tab_btn.active {
    background: #9d9d9d;
    color: #fff;
}

.articlelist .panel_area {
    padding: 20px 5px 0;
}

.articlelist .tab_panel {
    display: none;
}

.articlelist .tab_panel.active {
    display: block;
}

.article_count {
    margin: 20px auto 0;
    text-align: center;
}

.articlelist .read_more {
    color: white;
    text-decoration: none;
    background-color: #9d9d9d;
    padding: 15px 0;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 30px;
    margin: 20px auto 0;
}

.articlelist .read_more i {
    margin-left: 5px;
}

/* 教職員異動へのリンク */
.teacher_link_wrap {
    text-align: center;
    margin-bottom: 20px;
}

.teacher_link {
    display: inline-block;
    background-color: var(--base-color-blue);
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
}

.teacher_link:hover {
    text-decoration: none;
}

@media print,
screen and (min-width: 745px) {
    .articlelist .btn_area {
        border-bottom: 2px solid #9d9d9d;
    }

    .articlelist .tab_btn {
        padding: 12px 33px;
    }

    .articlelist .tab_btn:nth-of-type(n+2) {
        margin-left: 15px;
    }

    .teacher_link_wrap {
        margin-bottom: 0;
    }
}

/*ハイライト*/
.highlight {
    font-weight: bold;
    background-color: yellow;
}
