@media print,screen and (min-width: 641px){
#top_eyecatch{
	margin-top:20px;
	text-align:center;
	overflow:hidden;
}
	#top_eyecatch div{
		display:inline-block;
	}
		.mid{
			margin:0 10px;
		}

#top_copy{
	text-align:center;
	margin:20px 0;
}
	#top_copy img{
		margin:auto;
	}

#top_info{
	margin:60px 0 80px;
	background-color:#EAF4F9;
	min-height:120px;
	/*height:380px;*/
	position:relative;
}
	#top_info_container{
		width:1000px;
		margin:auto;
		position:relative;
	}
		#top_info_container h2{
			position:absolute;

			margin:0;
		}
		#top_info_container ul{
			position:relative;
			left:320px;
			width:670px;
			padding:15px 0;
			margin:0;
			list-style:none;
		}
		#top_info_container .bigblue{
			color:#0052A5;
			font-weight:normal;
			font-size:25px;
			line-height:100%;
		}
		#top_info_container dt.bigbluetext{
			font-size:15px;
			margin:0;
			padding:0;
		}
		
		.nml{
			font-size:14px;
			border-top:dotted #0052A5 1px;
			margin-top:5px;
			padding-top:5px;
		}
		.nml .midashi{
			color:#0052A5;
		}
		.nml:first-child{
			border-top:none;
		}


#top_info2{
	width:1000px;
	margin:50px auto;
	background-color:#fdfdfd;
}
	#top_info2 h2{
		display:inline-block;
		margin:0;
		background-color:#0054A6;
		width:160px;
		height:400px;
		text-align:center;
		vertical-align:top;
	}
		#top_info2 h2 img{
			margin:auto;
			margin-top:140px;
		}
	#top_info2 #top_info_container2{
		display:inline-block;
		width:820px;
		padding-left:10px;
		height:400px;
		overflow:auto;
	}
		.info_block{
			border-bottom:dotted #ccc 1px;
			padding-bottom:10px;
			margin-bottom:10px;
		}
			.info_block .info_date{
				color:#0054A6;
				display:inline-block;
				vertical-align:top;
				width:6em;
			}
			.info_block .info_body{
				display:inline-block;
				font-size:15px;
				width:700px;
			}
			.info_block .info_body h3{
				color:#0054A6;
				font-size:15px;
				margin:0;
				padding-left:25px;
				background:url(../images/info_icon.png) no-repeat;
			}
			.info_block .info_body div {
				width: 25%;
				border: 1px solid #000;
				padding: 8px 16px;
			}
	
#top_blog{
	background-color:#EAF4F9;
	margin:50px 0;
	padding:10px 0;
}
	#top_blog_container{
		width:1000px;
		margin:auto;
	}
		#top_blog_container h2{
			margin:0;
			margin-right:20px;
			display:inline-block;
			vertical-align:top;
		}
		#feed_block{
			display:inline-block;
			min-width:672px;
			height:200px;
			overflow:auto;
			font-size:15px;
		}
	
			#feed_block dt{
				float:left;
				width:6.5em;
				border-bottom:dotted #999 1px;
				padding-bottom:5px;
				margin-bottom:5px;
			}
			#feed_block dd{
				margin:0;
				margin-left:6.5em;
				border-bottom:dotted #999 1px;
				padding-bottom:5px;
				margin-bottom:5px;
			}


#top_message{
	position:relative;
	height:220px;
}

	#top_message h2{
		text-indent:1500px;
		line-height:120px;
		overflow:hidden;
		background:url(../images/top_lead.png) no-repeat;
		width:636px;
		height:39px;
	}
	#top_message img{
		position:absolute;
		top:0;
		right:0;
	}

#top_mark{
	border:solid #0052A5 1px;
	color:#0052A5;
	float:left;
	width:280px;
	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
}
	#top_mark p{
		text-align:left;
		margin-bottom:0;
	}

#top_promise{
	float:right;
	width:650px;
}

	#top_promise h2{
		color:#0052A5;
		font-weight:normal;
		text-align:center;
		font-size:30px;
		margin:15px 0 30px;
	}

	#promise_block{
		background-color:#F2FCFF;
		padding:30px 20px;
	}

	#top_promise dl{
		margin:0 0 10px 0;
	}
	#top_promise dt{
		width:1.5em;
		float:left;
		color:#0052A5;
	}
	#top_promise dd{
		margin-left:1.5em;
	}
		#top_promise dd strong{
			color:#d90000;
			font-weight:normal;
		}

#seminar{
	width:900px;
	text-align:center;
	margin:auto;
	border:solid #0052A5 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	#seminar h2{
		color:#0052A5;
		font-size:18px;
		margin:10px 0 0;
	}
	#seminar div{
		margin-bottom:10px;
		display:inline-block;
		font-size:15px;
		line-height:150%;
	}


/* コロナの日付 table  必要なければ削除*/

.colona_table{
	border-collapse: collapse;
}

.colona_table th, .colona_table td{
	border:1px solid #000000;	
	padding:10px 15px;
}

.colona_table th{
	background:#EAF4F9;	
}


}

@media screen and (max-width: 640px){
#top_eyecatch{
	margin:20px 15px 0;
	text-align:center;
	overflow:hidden;
}
	#top_eyecatch div{
		width:31%;
		display:inline-block;
	}
		.mid{
			margin:0 5px;
		}

#top_copy{
	text-align:center;
	margin:20px auto;
}
	#top_copy img{
		margin:auto;
	}

#top_info{
	margin:0px 0 40px;
	background-color:#EAF4F9;
}
	#top_info_container{
		margin:15px;
	}
		#top_info_container h2{
			position:relative;
			top:-10px;
			text-align:center;
			margin:0 15%;
			width:70%;
		}
		#top_info_container ul{
			position:relative;
			top:-10px;
			margin:0;
			padding:0;
			list-style:none;
		}
		#top_info_container li{
			border-top:dotted #0052A5 1px;
			margin:0;
			padding:0;

		}

		.nml .midashi{
			color:#0052A5;
		}

		#top_info_container .bigblue{
			margin-bottom:0em;
			font-weight:bold;
		}
		#top_info_container .bigbluetext{
			color:#0052A5;
			border-top:dotted #0052A5 0px;
		}


#top_info2{

	margin:50px 15px;
}
	#top_info2 h2{

		margin:0;
		background-color:#0054A6;
		text-align:center;
		vertical-align:top;
		border-radius:10px;
		margin-bottom:10px;
	}
		#top_info2 h2 img{
			margin:auto;
		}
	#top_info2 #top_info_container2{
		display:inline-block;

		padding-left:10px;
		height:320px;
		overflow:auto;
	}
		.info_block{
			border-bottom:dotted #ccc 1px;
			padding-bottom:10px;
			margin-bottom:10px;
		}
			.info_block .info_date{
				color:#0054A6;
				display:inline-block;
				vertical-align:top;
				width:6em;
			}
			.info_block .info_body{
				display:inline-block;
				font-size:15px;

			}
			.info_block .info_body h3{
				color:#0054A6;
				font-size:15px;
				margin:0;
				padding-left:25px;
				background:url(../images/info_icon.png) no-repeat;
			}
			.info_block .info_body div {
				width: 80%;
				border: 1px solid #000;
				padding: 8px 16px;
			}
	
#top_blog{
	background-color:#EAF4F9;
	margin:50px 0;
	padding:10px 15px;
}
	#top_blog_container{

		margin:auto;
	}
		#top_blog_container h2{
			margin:auto;

			text-align:center;
		}
		#feed_block{
			height:300px;
			overflow:auto;
			font-size:15px;
		}
	
			#feed_block dt{
			}
			#feed_block dd{
				margin:0;
				border-bottom:dotted #999 1px;
				padding-bottom:5px;
				margin-bottom:5px;
			}


#top_message{
margin-bottom:40px;
}

	#top_message h2{
	color:#0052A5;
	font-size:20px;
	font-weight:normal;
	line-height:150%;
	}
	#top_message img{

	}

#top_mark{
	border:solid #0052A5 1px;
	color:#0052A5;

	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
}
	#top_mark p{
		text-align:left;
		margin-bottom:0;
	}

#top_promise{
	margin-top:40px;

	}

	#top_promise h2{
		color:#0052A5;
		font-weight:normal;
		text-align:center;
		font-size:30px;
		margin:15px 0 30px;
	}

	#promise_block{
		background-color:#F2FCFF;
		padding:30px 20px;
	}

	#top_promise dl{
		margin:0 0 10px 0;
	}
	#top_promise dt{
		width:1.5em;
		float:left;
		color:#0052A5;
	}
	#top_promise dd{
		margin-left:1.5em;
	}
		#top_promise dd strong{
			color:#d90000;
			font-weight:normal;
		}

#seminar{
	margin:auto 15px;
	padding:0 10px;
	border:solid #0052A5 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	#seminar h2{
	text-align:center;
		color:#0052A5;
		font-size:16px;
		margin:10px 0 0;
	}
	#seminar div{
		margin-bottom:10px;
		display:inline-block;
		text-align:left;
		font-size:14px;
		line-height:150%;
	}

/* コロナの日付 table  必要なければ削除*/

.colona_table{
	border-collapse: collapse;
	width:100%;
}

.colona_table th, .colona_table td{
	border:1px solid #000000;	
	padding:10px;
}

.colona_table th{
	background:#EAF4F9;	
	width:20%;
}



}