/*===============================================
　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%;
		padding:0;
		z-index: 1;
	}
	
	#sec01 .wrapper {
		width: 94vw;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 40px 5% 0;
		background: #fff;
		margin: 0 auto;
	}
	#sec01 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 70px auto 15px;
	}
	
	#sec01 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#99CC00;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	#sec01 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		margin: 0 auto 15px;
	}


	#sec01 p.body_txt{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		line-height: 1.8;
		font-feature-settings: 'palt';
		color: #000;
		text-indent:-1.0em;
		margin-left: 1.0em;
	}

	#sec01 .part_block{
		padding: 0 0 40px;
	}

	#sec01 .part_block_1{
		border-bottom:1px solid #707070;
		padding: 0 0 62px;
		margin: 0px 0 68px;
	}

	#sec01 .part_block_1 p.body_txt{
		text-indent:0em;
		margin-left:0em;
		
	}

	#sec01 ul{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		line-height: 1.8;
		font-feature-settings: 'palt';
		color: #000;
		z-index: 2;
		position: relative;
		text-indent:-1.8em;
		margin-left: 2.8em;
	}

	#sec01 ul li{
		margin:4px 0 0;
	}


	
}