@charset "shift_jis";
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	#ng18 img{
		width:79px;
	}
	
	.text1{
		font-size:12pt;
	}
	
	

	.title1{
		margin-bottom:20px;
	}

	.title1 img{
		/*width:156px;*/
        height:27px;
	}

	.title1:after{
		display: none;
	}

	.title1:before{
		height:8px;
		background-size: 8px !important;
		bottom:-8px;
	}


	.ul1{
		padding:0 5px;
	}

	.ul1 li{
		width:50%;
	}

	.panel{
		font-size: 10pt;
	}





}