
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		padding: 120px 10% 20px;
		box-sizing:border-box;
		position: relative;
	}

	#main_sec_wrap .sh_ttl{
		display:none;
	}

	#main_sec_wrap .ttl_box{
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 54px 0 100px;
		position: relative;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background:#EBEBEB;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#sec01 .wrapper{
		padding: 0 4%;
	}

	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.0rem;
		text-align:center;
		color: #535353;
		line-height: 1.0;
		letter-spacing: 0.05em;
		padding: 0 0 23px;
	}

	#sec01 h2 span{
		display:inline-block;
		font-weight: 600;
		padding:0 2px 0 0;
	}

	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.6rem;
		text-align:center;
		color: #fff;
		background:#717171;
		line-height: 1.0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1em;
		padding: 6px 0 8px;
		width:180px;
		border-radius:20px;
		margin:0 auto;
	}

	#sec01 li:nth-child(n+4) h3{
		width:100%;
	}

	#sec01 p.b_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		color:#000;
		text-align:center;
		padding: 8px 0 0;
		font-feature-settings: 'palt';
	}

	#sec01 p.b_txt span{
		display:inline-block;
		font-weight: 500;
		font-size: 1.2rem;
		padding:0 0 0 10px;
		letter-spacing:0.1rem;
	}

	#sec01 p.note_txt{
		font-size: 1.1rem;
		/* letter-spacing:0.05rem; */
		color:#000;
		text-indent:-1em;
		padding:0 0 0 1em;
		margin: 0  2% 10px;
		line-height: 1.5;
		font-feature-settings: 'palt';
	}

	#sec01 p.c_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		color:#000;
		text-align:center;
		padding: 2px 0 14px;
		font-feature-settings: 'palt';
	}

	#sec01 .img_box{
		padding: 0 0 0;
	}

	#sec01 ul{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	#sec01 li{
		width: 100%;
		box-sizing:border-box;
		border: 2px solid #ccc;
		background:#fff;
		border-radius: 14px;
		padding: 30px 2% 13px;
		margin: 0 0 14px;
		position:relative;
	}


	#sec01 li:nth-child(n+4){
		width:49%;
		padding: 20px 5% 8px;
	}

	#sec01 li:nth-child(n+4) .img_box{
		padding: 0 2% 10px;
	}


	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 54px 0 100px;
		position: relative;
	}

	#sec02:before{
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background:#EBEBEB;
		position: absolute;
		top: 0;
		left: 0;
		z-index:-1
	}
	
	#sec02 .wrapper{
		padding: 0 4%;
	}

	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.0rem;
		text-align:center;
		color: #535353;
		line-height: 1.0;
		letter-spacing: 0.05em;
	}

	#sec02 h2 span{
		display:inline-block;
		font-weight: 600;
		padding:0 2px 0 0;
	}

	#sec02 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size:1.8rem;
		text-align:center;
		color: #000;
		line-height: 1.0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding: 6px 0 8px;
	}

	#sec02 li:last-child h3{
		/* font-size:2.0rem; */
		/* padding: 6px 0 0; */
	}

	#sec02 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		color:#535353;
		text-align:center;
		padding: 8px 0 20px;
		font-feature-settings: 'palt';
	}

	#sec02 p.b_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		color:#000;
		text-align:center;
		padding: 3px 0 5px;
		font-feature-settings: 'palt';
	}

	#sec02 p.b_txt span{
		display:inline-block;
		font-weight: 500;
		font-size: 1.2rem;
		padding:0 0 0 10px;
		letter-spacing:0.1rem;
	}

	#sec02 p.note_txt{
		font-size: 1.1rem;
		/* letter-spacing:0.05rem; */
		color:#000;
		text-indent:-1em;
		padding:0 0 0 1em;
		margin: 0  2% 10px;
		line-height: 1.5;
		font-feature-settings: 'palt';
	}

	#sec02 .img_box{
		padding: 0 0 0;
	}

	#sec02 ul{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	#sec02 li{
		width: 48%;
		box-sizing:border-box;
		border: 2px solid #ccc;
		background:#fff;
		border-radius: 14px;
		padding: 18px 6% 18px;
		margin: 0 0 11px;
		position:relative;
	}


	/* ============================================================
 	sec_nav
	==============================================================*/

	#sec_nav{
		width:100%;
		background:url(/guidance/data/img/slash_bg.gif);
		position:relative;
	}

	#sec_nav:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background:rgb(255 255 255 / 50%);
		position: absolute;
		top: 0;
		left:0
	}
	
	#sec_nav ul{
		padding:50px 0;
	}

	#sec_nav ul li{
		margin:0 0 10px;
	}

	#sec_nav ul li a{
		display:block;
		background:#fff;
		border-radius: 14px;
		padding:0 20px;
		line-height:0;
		border:2px solid #ccc;
	}

}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

