
/* -------------------- ニュース -------------------- */


.news_wrapper {
    width: 96%;

    margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 100px;
}

.news_button {
    display: block;
    width: 120px;
    margin: 30px auto 0 auto;
    justify-content: space-between;
    text-align: center;
    background-color: #FFFFFF;
    border: 1.5px solid #666666;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    /*	border-radius: 30px;*/
    padding: 10px 20px;
}

.news_button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #666666;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.news_button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
    border: 2px solid #666666;
}

.news_button:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 40px;
    padding-bottom: 0px;
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 100%;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/5);
    height: 50px;
    border-bottom: 0px solid #999999;
    background-color: #EDEFF2;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    /*	text-align: center;*/
    font-weight: 300;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item2 {
    width: calc(100%/5);
    height: 50px;
    border-bottom: 0px solid #999999;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    /*	text-align: center;*/
    font-weight: 300;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

label.tab_item_long {
    width: calc(100%/5);
    height: 50px;
    border-bottom: 0px solid #999999;
    background-color: #333333;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    /*	text-align: center;*/
    font-weight: 300;
    transition: all 0.2s ease;
    cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0px 0px 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#important:checked~#important_content,
#member:checked~#member_content,
#jceh:checked~#jceh_content,
#update:checked~#update_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    background-color: #0077B6;
    color: #fff;
}

.day {
    color: #999999;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 27px;
    width: 85px;
}

.news_category_cont {
    /*display: flex;
	align-items: center;*/
}

.news_category {
    margin-left: 15px;
    margin-right: 15px;
}

.information {
    text-align: center;
    width: 70px;
    border: 1px solid #FF0000;
    color: #FF0000;
    border-radius: 30px;
    padding: 2px 2px;
    margin: 0 20px;
    font-weight: 100;
    font-size: 1rem;
    font-weight: 600;
}

.exam {
    text-align: center;
    width: 70px;
    border: 1px solid green;
    color: green;
    border-radius: 30px;
    padding: 5px 14px;
    margin: 0 20px;
    font-weight: 100;
    font-size: 13px;
}

.awards {
    text-align: center;
    width: 70px;
    border: 1px solid blue;
    color: blue;
    border-radius: 30px;
    padding: 5px 14px;
    margin: 0 20px;
    font-weight: 100;
    font-size: 13px;
}

.tab_content_description_01 {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #DFDFDF;
    padding: 7px;
    color: #333333;
}

.tab_content_description_01:hover {
    transition: all 0.3s ease;
    background-color: #F8F8F8;
}

.tab_cont_top {
    display: flex;
    flex-direction: row;
}

.tab_cont_bottom {}

.category_name {
    text-align: center;
    width: 70px;
    border: 1px solid #999999;
    border-radius: 30px;
    padding: 2px 2px;
    font-weight: 100;
    font-size: 0.8rem;
    font-weight: 600;
    color: #777;
    margin-top: 1px;
}

.category_name a {
    color: #999999;
}

.category_name a {
    color: #999999;
}

.cat-item.cat-item-67 {
    display: none;
}


.c-txtsp {
    font-size: 1.0rem;
    font-weight: 300;
    cursor: pointer;
    line-height: 27px;
}

.margin-left20 {
    margin-left: 20px;
}


.tab_content_description_01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 6px;
}