@charset "UTF-8";



@media screen and (max-width: 768px) {
	
	/* common */
	*{
		box-sizing: border-box;
	}
	body{
		font-size: 95%;
		-webkit-font-smoothing: antialiased;
		-webkit-appearance: none;
	}

	#wrapper{
		width: 100%;
	}
	.contents{
		width: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	th{
		white-space: nowrap;
	}
	
	/* header */
	#header .logo{
		padding: 0 3.125%;
		width: 100%;
	}
	#header .header_box .header_box_inner{
		width: 100%;
	}
	#header .header_box p{
		width: 100%;
	}
	#header .logo a {
		display:block;
		padding:10px 0;
	}
	#header .logo img{
		height: auto;
		width: 80%;
	}
	#header .sp #menu-gnav_index-1,
	#header .sp #menu-gnav-1{
		display: table;
		float: none;
		width: 100%;
	}
	#header .sp #menu-gnav_index-1 li,
	#header .sp #menu-gnav-1 li{
		display: table-cell;
		float: none;
		line-height: 40px;
		text-align: center;
	}
	#header .sp #menu-gnav_index-1 li a,
	#header .sp #menu-gnav-1 li a{
		display: block;
		background: #f5f5f5;
		border: solid 1px #ccc;
		color: #333;
		text-decoration: none;
	}
	
	/* contents */
	#lpModel #contents{
		border: none;
		padding: 126px 3.125% 0 3.125%;
		width: 100%;
	}
	#lpModel .portfolioBlock, #lpModel .newsBlck {
		border-top: solid 2px #6b6b6b;
		margin-top: 80px;
		padding-top: 50px;
	}
	#lpModel .section table th{
		font-size: 90%;
	}
	#lpModel .section table td{
		font-size: 90%;
		padding: 3px 3.125%;
	}
	
	/* list */
	#lpModel #list{
		font-size: 85%;
	}
	#lpModel .portfolio2 .section ul li{
		margin: 0 3.125% 15px 0;
		padding-bottom: 10px;
		width: 31.25%;
	}
	#lpModel .portfolio2 .section ul li:nth-child(5n){
		margin: 0 3.125% 15px 0;
	}
	#lpModel .portfolio2 .section ul li:nth-child(3n-1){
		margin: 0 3.125% 15px 0;
		width: 31.25%;
	}
	#lpModel .portfolio2 .section ul li:nth-child(3n){
		margin: 0 0 15px 0;
	}
	#lpModel .portfolio2 .section ul li img{
		height: auto;
		width: 100%;
	}
	#lpModel .portfolio2 .section ul li dt {
		font-size: 90%;
		min-height: 115px;
		margin: 0 3px;
	}
	#lpModel .portfolio2 .imgBox{
		background: #fff;
		margin: 10px 0;
	}
	#lpModel .portfolio2 .section ul li dt p{
		min-height: 35px;
	}
	
	#lpModel .newsBox{
		height: 280px;
	}
	#lpModel .newsBox dt,
	#lpModel .newsBox dd{
		float: none;
		line-height: 200%;
		width: 100%;
	}
	
	/* footer */
	#lpModel #footer{
		width: 100%;
	}
	#lpModel .footerNav{
		width: 100%;
	}
	#lpModel .footerNav li a{
		display: block;
		background: #f5f5f5;
		border: solid 1px #ccc;
		color: #333;
		line-height: 40px;
		padding: 0 3.125%;
		text-decoration: none;
	}
	#footer .footer_inner{
		width: 100%;
	}
	#footer .copyright{
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	
}/* ↓768 end */
/*@media screen and (max-width: 550px) {*/
	/*#header .logo img {*/
		/*width:70%;*/
	/*}*/
/*}*/