@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【article】*/
/*-----------------------------------------------------------------------*/
article {
	margin-top:0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc { 
	display: block !important; 
}
.img_sp { 
	display: none !important; 
}

.c_content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*リスト*/

.c_list ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.c_list ul li {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #4d4d4d;
	padding: 12px 6px 7px;
	box-sizing: border-box;
}

.c_list ul li p ,.c_list ul li span {
	display: table-cell;
	text-align: left;
}

.c_list ul li p {
	width: 25%;
}

.c_list ul li span {
	width: 75%;
}

@media print,screen and (max-width:769px) {
	
	#company section {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	section.width {
    	width: auto;
	}
	
	.mt50 { margin-top: 10px !important; }
	.mt90 { margin-top: 50px !important; }
	.mb100 { margin-bottom: 70px !important; }
	
	.img_pc { display: none !important; }
    .img_sp {
		display: block !important; 
		width: 50%;
		height: auto;
	}
	
	/*リスト*/
	
	.c_list ul {
		width: auto;
	}
	.c_list ul li {
		display: block;
		border-bottom: 1px dotted #4d4d4d;
		padding: 12px 6px 7px;
	}
	
	.c_list ul li p ,.c_list ul li span {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.c_list ul li p {
		margin-top: 8px;
		margin-bottom: 0;
	}
	
	.c_list ul li span {
		margin-bottom: 10px;
	}
}
