@charset "UTF-8";

.ict_bg {
	position:relative;
	width:100%;
	min-width:1200px;
	height:400px;
	background:#000 url(../images/ict/bg.jpg) 50% 100% no-repeat;
	background-size:cover;
}

.icatch {
	position:absolute;
	top:150px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	text-align:center;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	border-bottom:2px dotted #ccc;
}

.icttext1 {
	font-size:3.2em;
	font-weight:bold;
}

.icttext2 {
	font-size:1.1em;
	line-height:1.8em;
}

.img01 {
	width:500px;
}

.w900 {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.icttextbox {
	width:500px;
}

.ictimgbox {
	width:400px;
	text-align:center;
}

.gallery {
	width:33%;
}


/* パソコンonly用 */
@media screen and (min-width:566px){
	
}

/* スマホ用 */
@media screen and (max-width:565px){
	.ict_bg {
		min-width:100%;
	}
	
	.icatch {
		position:absolute;
		top:120px;
		left:0;
		width:100%;
		margin-left:0;
		padding:20px;
		text-align:center;
	}
	
	.icttext1 {
		font-size:3em;
	}
	
	.icttext2 {
		font-size:1em;
		line-height:1.6em;
	}
	
	.icttextbox {
		width:100%;
		padding:5px;
	}
	
	.ictimgbox {
		width:100%;
		padding:5px;
	}
	
	.gallery {
		width:50%;
	}
	
}
