@charset "utf-8";
/* CSS Document */

/* 共通----------------------------------- */

.headline3_sub{
	background:#006680;
	padding:18px 0 16px;
	font-size:20px;	
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	font-weight: 500;
}
.headline3_sub span{
	font-size:16px;
}

img{
	max-width: 100%;
}




/* 組織図 ----------------------------------- */

.block_soshikizu .headline3_sub{
	margin-bottom:15px;
}

/* -------------------------------------------------------- */

/* PCの時だけ */

/* -------------------------------------------------------- */

@media screen and (min-width: 641px) {
.img_organization_sp{
		display: none;
	}
}	

/* -------------------------------------------------------- */

/* 640以下 */

/* -------------------------------------------------------- */

@media screen and (min-width: 1px) and (max-width: 640px) {

	/* -------------------------------------------------------- */
	
	/* SP */
	
	/* -------------------------------------------------------- */
	
	.block_soshikizu{
		width:90%;
		margin:0 auto;
	}
	

	.img_organization_pc{
		display: none;
	}
	
	/* 組織図----------------------------------- */
	
	.block_soshikizu .headline3_sub{
		font-size:120%;
		margin-bottom:10%;
	}
	
	
	.headline3_sub span{
		font-size:90%;
	}
}



	

