/* #PC ========================================================================================================== */
div {*zoom: 1;}
div:after {display: block;content: "";clear: both;}
.js-tab {
	position: relative;
    float: left;
	width: 100%;
    z-index: 1;
}
.js-tab > div {
    width: 190px;
    float: left;
    height: 60px;
    background-color: #f2f2f2;
    cursor: pointer;
    margin-left: 20px;
    margin-right: -21px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #D5D8DD;
    display: flex;
    justify-content: center;
    align-items: center;
}
.js-tab > div.active {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #5acdaf;
}
.js-tab_content {display:none;}
.js-tab_content.active {display:block;}
.news_line {
    width: 100%;
    height: 1px;
    position: relative;
    float: left;
    background-color: #D5D8DD;
    margin-top: -1px;
    z-index: 0;
}
.news_area {
	width: 100%;
    min-width: 1000px;
	height: auto;
    position: relative;
	float: left;
    border-top: 1px solid #D5D8DD;
    border-bottom: 1px solid #D5D8DD;
    margin-top: -1px;
    padding: 60px 0;
}
.news_y {
    width: 100%;
    height: 250px;
    position: relative;
    float: left;
    overflow-y: scroll;
}
.news {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
    margin-top: 15px;
	margin-bottom: 15px;
}
.news a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.news:hover {
	zoom: 1;/*IE*/
    color: #5acdaf;
}
.news ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	width: 100%;
	position : relative;
	float: left;
}
.news li.hn1 {
	width: 100px;
	margin: 0px 0 0 20px;
}
.news li.hn2 {
    width: 140px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}
.news li.hn3 {
    width: 700px;
    margin-left: 20px;
}
.news1 {
    background-color: #5ACDAF;
}
.news2 {
    background-color: #8ac2f3;
}
.news3 {
    background-color: #fbb03b;
}
.news4 {
    background-color: #c0cccc;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.js-tab > div {
    width: calc(20% - 1px);
    height: 80px;
    margin-left: 0px;
    margin-right: -1px;
    font-size: 22px;
    line-height: 25px;
}
.news_area {
    min-width: 100%;
}
.news_y {
    height: 700px;
}
.news {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
    margin-top: 15px;
	margin-bottom: 20px;
}
.news li.hn1 {
	width: 160px;
	margin: 0px 0 0 35px;
}
.news li.hn2 {
    width: 210px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
}
.news li.hn3 {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-top: 15px;
}

}/* @media only screen and (max-width: 750px) */