@charset "UTF-8";
.news-fp_title {
    min-height: 100px;
    line-height: 1;
    padding: 34px 0;
    color: #fff;
    font-size: 32px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
	background-color: #000;
    margin-bottom: 60px;
}
.news-fp_title .fp_title_sm {
	font-size: 16px;
	display: block;
	padding-top: 10px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.news-fp_title .news-fp_title_sm {
	font-size: 16px;
	display: block;
	padding-top: 10px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.news-fp_title_second {
    background-color: #000;
	color: #fff;
    border-top: 6px solid #c69c6d;
    /* border-bottom: 1px solid #EAEAEB; */
    padding: 30px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
@media screen and (max-width: 767px){
.news-fp_title {
		min-height: auto;
		padding: 20px 0;
		font-size: 24px;
		margin-bottom: 40px;		
	}
.news-fp_title .fp_title_sm {
		font-size: 14px;
}
.news-fp_title_second {
    padding: 20px 4%;
    font-size: 18px;
}
}