
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	/* ============================================================
 	main vi 
	==============================================================*/
    
    
	#main_sec_wrap{
		width: 100%;
		padding: 100px 0 100px;
		background: linear-gradient( to right,  #6f9be0 0%, #e4b6f5 100% );
		position: relative;
		overflow: hidden;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width:100vw;
		height:100%;
		background: linear-gradient( to bottom,  #fafafa00 30%, #fafafa 80% );
		position:absolute;
		left:0;
		top:0;
	}

	#main_sec_wrap .news_wrap{
		width: 90vw;
		margin:0 auto;
		background:#fff;
		border-radius:10px;
		box-sizing:border-box;
		overflow: hidden;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	}

	#main_sec_wrap .ttl_wrap{
		background:#333333;
		padding: 30px 8vw 36px;
	}

	#main_sec_wrap .body_txt_wrap{
		padding: 40px 8vw 40px;
	}

	#main_sec_wrap .day_wrap{
		display:flex;
		gap:0 10px;
		padding: 0 0 4px;
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap time{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		color: #B6B6B6;
		letter-spacing:0.1rem;
	}

	#main_sec_wrap .label_a{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		height: 12px;
		font-size: 1.2rem;
		line-height:1;
		background:#e34d4d;
		margin: 4px 0 0;
		padding: 2px 6px 4px;
		color: #fff;
		letter-spacing:0.1rem;
	}

	#main_sec_wrap .body_txt_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		margin:30px 0 16px;
		padding:0 0 4px 12px;
		border-left:5px solid #6f9be0;
	}

	#main_sec_wrap .body_txt_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		padding:30px 0 16px;
	}

	#main_sec_wrap .body_txt_wrap h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		padding:20px 0 16px;
	}

	#main_sec_wrap .body_txt_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		line-height: 1.8;
		font-feature-settings: 'palt';
		padding:0 0 20px;
	}

	#main_sec_wrap .body_txt_wrap .img_box{
		width: 100%;
		margin:20px auto 20px;
	}


	#main_sec_wrap ul.btn_more{
		width: 80vw;
		margin: 50px auto 0;
		position: relative;
	}

	#main_sec_wrap ul.btn_more a{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0 8px;
	}

	
	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

