@charset "UTF-8";

/* *******************************************************************************************
*
*	News
*
******************************************************************************************* */




/* ----------------------------- NEWS一覧 ----------------------------- */
.news{
	min-width: 1024px;
	height: auto;
	margin: 0 auto;
    padding: 60px 0 180px;
    overflow: hidden;
    letter-spacing: 0.05em;
}
.news .bg{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto -180px;
	padding: 60px 0 180px;
	background: #ebf1f3;
}
.news .box{
    display: block;
    width: 950px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
.news .news_topics{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #595757;
	vertical-align: top;
	overflow: hidden;
}
.news .news_topics:nth-of-type(1){
	padding: 0 0 30px;
}
.news .news_topics a{
	width: 100%;
	position: relative;
	display: inline-block;
}
.news .news_topics a:after{
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: none;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.news .news_topics a:hover{
	opacity: 0.6;
}
/*.news .news_topics a:hover:after{
	transform: scale(1, 1);
}*/
.news .news_pic {
	display: inline-block;
    width: 65px;
    height: 65px;
	margin: 0 20px 0 0;
	font-size: 0;
    vertical-align: top;
    box-sizing: border-box;
}
.news .news_pic .imgobj {
	position: relative;
	display: block;
	height: 65px;
	background: #cccccc;
    overflow: hidden;
}
.news .news_pic .imgobj img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 65px;
    max-height: 65px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news .news_date{
	display: inline-block;
	width: 105px;
	margin-right: 0;
	font-size: 14px;
	font-weight: 600;
    vertical-align: top;
	line-height: 1.5;
    box-sizing: border-box;
}
.news .news_title{
	display: inline-block;
	width: 748px;
	font-size: 14px;
    vertical-align: top;
	line-height: 1.5;
}
.news .news_title span {
	background: linear-gradient(#595757, #595757) 0 100%/0 1px no-repeat;
	transition: background .4s;
}
.news .news_title span:hover {
  background-size: 100% 1px;
}

/* NEWSがない時 */
.news .no-news{
	display: inline-block;
	width: 100%;
	margin: 0 auto 30px;
    font-size: 18px;
	font-weight: 500;
	text-align: center;
    box-sizing: border-box;
}
.news .news_topics.hide{
	display: none;
}


@media screen and (max-width : 750px){
	.news{
		min-width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	    overflow: hidden;
	}
	 .news .bg{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	    padding: 35px 0;
		background: #ebf1f3;
	}
	.news .box{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.news .news_topics{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 0;
	}
	.news .news_topics:nth-of-type(1){
	    padding: 0;
	}
	.news .news_topics a{
	    display: inline-block;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		font-size: 0;
	}

	.news .news_pic {
		width: 85px;
		height: 85px;
		margin: 0 5% 0 0;
		overflow: hidden;
		box-sizing: border-box;
		float: left;
	}
	.news .news_pic .imgobj {
		position: relative;
		display: block;
		height: 85px;
		background: #cccccc;
		overflow: hidden;
	}
	.news .news_pic .imgobj img {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		max-width: 85px;
		max-height: 85px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.news .news_date{
		display: block;
		width: 90px;
    	/* height: 20px; */
		margin: 0 0 2%;
		font-size: 14px;
		font-weight: 600;
		overflow: hidden;
		float: left;
	}
	 .news .news_title{
		display: block;
		width: 65%;
		font-size: 14px;
		float: left;
		overflow: hidden;
		text-align: left;
		font-feature-settings: "palt";
    letter-spacing: 0.15em;
	}
	/* NEWSがない時 */
	.news .no-news{
	    font-size: 4.5vw;
	}

}




/* ----------------------------- NEWS記事 ----------------------------- */


.article .news .box.wh_box {
	margin: 0 auto 60px;
	padding: 40px 60px;
    background: #ffffff;
}
.article .news .news_date {
    padding: 5px 10px 6px;
	color: #ffffff;
    background: #595757;
}
.news .news_picture {
	display: inline-block;
	width: 100%;
	max-width: 830px;
    max-height: 400px;
    margin: 0 0 2.5%;
    padding-top: 48.193%;
    text-align: center;
	position: relative;
}
.news .news_picture .imgobj {
	display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
	position: absolute;
    top: 0;
    left: 0;
}
.news .news_picture .imgobj img {
	display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
/*************/
.news .news_picture.no-image {
    padding-top: 0;
}
/*************/
.article .news .news_title {
	display: block;
	width: 830px;
	margin: 20px 5px 40px;
	padding: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;

}
.article .news .news_text {
	display: block;
	width: 830px;
	margin: 0 5px 40px;
	padding: 0;
	font-size: 14px;
	line-height: 2;
}
.article .news .news_text:last-of-type {
	margin: 0 5px;
}
 .news .url {
    display: inline-block;
    width: 100%;
    margin: 50px auto 0;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
}
 .news .url a{
	vertical-align: top;
}
.news_btn {
	margin-bottom: 0;
}

@media screen and (max-width : 750px){

	.article .news .box.wh_box {
		margin: 0 auto 35px;
		padding: 25px 22px;
	    background: #ffffff;
	}
	.news .news_picture {
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	.news .news_picture .imgobj img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.article .news .news_date {
		width: 110px;
		padding: 5px 10px 6px;
		color: #ffffff;
		line-height: 1.5;
	  background: #595757;
	}
	.article .news .news_title {
		display: block;
		width: 100%;
		margin: 10px 0 25px;
		padding: 0;
		font-size: 21px;
		font-weight: 700;
		line-height: 1.5;
		text-align: left;
		letter-spacing: 0.09em;
	}
	.article .news .news_text {
		display: block;
		width: 98%;
		margin: 0 0 35px;
		padding: 0;
		font-size: 14px;
		line-height: 2;
	}

	 .news .url {
	    display: block;
	    width: 100%;
	    margin: 50px auto 0;
		padding: 0;
		font-size: 0;
		vertical-align: top;
	}
	 .news .url span {
		display: inline-block;
	    width: 16%;
	    max-width: 46px;
	    font-size: 14px;
	    text-align: left;
		letter-spacing: 0.1vw;
	    vertical-align: top;
	}
	 .news .url a {
	    display: inline-block;
	    width: 84%;
	    font-size: 14px;
	    text-align: justify;
		vertical-align: top;
	}
	.news_btn {
	    width: 90%;
		max-width: 310px;
		height: 52px;
	}

}




