/*===============================================
ã€€SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		position: relative;
	}
	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 100%;
		padding-top: 100%;
		background:url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
		z-index: 2;
	}
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		background-size:180% auto;
		padding: 0 0 70px;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 100%;
		height:100%;
		background: linear-gradient(to bottom, #fff 0%, #f8f8f8 5%, #f8f8f8 80%, #fff 90%);
		position: absolute;
		top:calc(100vw * 1.4 - 100vw * 1.1);
		left:0;
	}
	
	#sec01 .wrapper {
		width: 94vw;
		box-sizing:border-box;
		border-radius:10px;
		padding: 80px 6% 40px;
		background: #fff;
		margin: 0 auto;
	}
	
	#sec01 h2 {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		font-size: 2.2rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		line-height: 1.6;
		text-align:center;
		color: #000000;
		padding: 0 0 10px;
		margin: 0 0 20px;
		position:relative;
	}

	#sec01 .news_list {}
	
	#sec01 .news_list > ul {
		border-top: 1px solid #CBD5DC;
	}
	#sec01 .news_list > ul > li > a {
		display: block;
		padding: 14px 20px;
		border-bottom: 1px solid #95b6d3;
		position: relative;
	}
	#sec01 .news_list > ul > li > a time {
		display: block;
		width: 130px;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		padding: 0 0 7px;
		color: #000;
	}
	#sec01 .news_list > ul > li > a .txt_block {
		/* display: flex; */
	}
	#sec01 .news_list > ul > li > a p {
		display: inline-block;
		box-sizing: border-box;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000000;
	}
	#sec01 .news_list > ul > li > a .label_a {
		display: block;
		width: 48px;
		margin: 0 10px 4px 0;
		text-align: center;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		padding: 1px 0 2px;
		border-radius: 2px;
		line-height: 1;
		color: #fff;
		background: #99cc00;
	}


	#pagination_navi{
		text-align: center;
		padding: 50px 0 0;
	}

	#pagination_prev{
		display:inline-block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		color: #0858A3;
		padding: 4px;
	}
	#pagination_next{
		display:inline-block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		color: #0858A3;
		padding: 4px;
	}

	#pagination_navi ul{
		display:inline-block;
		padding: 0 12px;
	}

	#pagination_navi li{
		display:inline-block;
		position: relative;
		min-width: 24px;
		margin: 0 1px;
	}
	#pagination_navi li span{
		display:block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		color: #898989;
		position: absolute;
		line-height: 0;
		padding: 0 0 13px;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
	}

	#pagination_navi .no_link{
		display:none;
	}

	#pagination_navi li > a{
		display: block;
		background: #fff;
		box-sizing: border-box;
		min-width: 34px;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		color: #898989;
		text-align: center;
		padding: 5px 10px 5px;
		border:1px solid #D0D0D0;
	}

	#pagination_navi .act > a{
		border: 1px solid #005bac;
		background: #005bac;
		color:#fff;
	}
	
}