@charset "UTF-8";






/*==============================
		titleimg
==============================*/

.titleimg{
	background: url(../img/titleimg.png) center / cover no-repeat;
}

/*==============================
		お知らせ一覧
==============================*/
#content{
	overflow: hidden;
}


h2{
	margin: 50px auto;
    text-align: center;
	font-weight: bold;
    font-size: 30px;
}

.cf:after{
	content: '';
	display: block;
	clear: both;
}


.news_html{
	margin: 0 auto 100px;
}
.news_html .date{
	color: #979797;
}

.news_html h3{
    margin-bottom: 20px;
	font-weight: bold;
    font-size: 20px;
    color: #0075bf;
    border-bottom: 1px solid #0075bf;
}

.news_html .img{
	float: left;
	max-width: 40%;
	margin-right: 40px;
}

.news_html .img img{
	width: 100%;
}

.news_html .btn_box{
	margin: 30px auto 0;
	text-align: center;
}

.news_html .btn_box{
	margin: 50px auto 0;
	text-align: center;
}

.news_html .btn_box a{
	position: relative;
	display: inline-block;
	padding: 18px 60px;
	line-height: 100%;
	color: #fff;
	background-color: #333;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.news_html .btn_box a:before{
	content: '';
    display: block;
    width: 14px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(0deg) skew(-40deg, 0deg);
}


/*==============================
		小ブラウザ設定
==============================*/


@media (max-width: 1280px){

}

/*==============================
		tab設定
==============================*/


@media (max-width: 1080px){

	

}

/*==============================
		SP設定
==============================*/


@media (max-width: 768px){
	h2{
		margin: 20px auto;
	}
	
	.news_html{
		margin: 0 auto 50px;
	}

	.news_html .img{
		float: left;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}

