@media screen and (max-width: 640px){
/*
Base
------------------------------------------------------------
*/
	body{
		font-size: 14px;
	}
	#container_wrap {
		min-width: 100%;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
/*
Header
------------------------------------------------------------
*/
	header{
		padding: 40px 5% 30px;
	}
	h1{
		font-size: 230%;
	}
	p.lead{
		font-size: 125%;
	}
  
/*
//フッター
------------------------------------------------------------
*/
/*
top
------------------------------------------------------------
*/
	.under{
		padding-bottom: 100px;
	}
	.under.m55{
		padding-bottom: 100px;
	}
	.under:after{
		bottom: 25px;
		width: 140px;
		height: 50px;
		background: url(../images/under.png) no-repeat center/100% auto;
	}
	h2.top_ti{
		font-size: 230%;
	}
	h3.top_ti{
		font-size: 230%;
	}
	ul.list_nayami{
		padding: 0;
	}
	ul.list_nayami li{
		width: 100%;
		margin: 0 0 40px;
		font-size: 150%;
	}
	ul.list_nayami li img{
		max-width: 200px;
	}
	.btn_wrap{
		margin-bottom: 80px;
	}
	.btn_wrap a{
		height: 80px;
		max-width: 282px;
	}
	h2.last_ti{
		font-size: 280%;
	}
	.ex_box h3{
		top: -60px;
	}
	.ex_box h3:before{
		width: 80%;
		height: 85px;
		top: -12px;
	}
	p.lead.m170{
		margin-bottom: 110px;
	}
	.ex_box{
		margin-bottom: 110px;
	}
	.ex_box img{
		margin-bottom: 25px;
	}
	.disc{
		font-size: 65%;
	}



}