@charset "utf-8";
/* CSS Document */
.web-gis-section{
	line-height: 1.6;
}
.col5-wrap-gis{
	display: flex;
	border: 1px solid #ddd;
	flex-direction: column;
}
.col-gis{
	display: flex;
	flex-direction: column;		
}
.t-head{
	background-color: #f7f7f7;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: .5em .75em;
	font-weight: bold;
}
.t-text{
	padding: .5em .75em;
	border-right: 1px solid #ddd;
	line-height: 1.5;
	height: 100%;
}
.t-text ul{
	margin: 0 1em 1em;
}
.t-text li{
	margin-bottom: 0;
}
.notes{
	color: #666;
	font-size: 1.4rem;
}

/*リンクリスト（ボタン）*/
.linkbtn {
	margin:20px 0;
	padding:0;
	list-style-type:0;
	display:table; 
	width:100%;
	border-collapse: separate;
	border-spacing: 10px 0px;
}
.linkbtn li {
	display:table-cell;
	background: url("../img/imgcolor.png") repeat-x left bottom;
	border: 1px #bbb solid;
	text-align: center;
	line-height:100%;
	padding:0px 0;
}
.linkbtn li a {
	display:table-cell;
	background: url("../img/icon03.png") no-repeat left center;
	padding: 10px 0 10px 14px;
	color:#0727BE;
	text-decoration:none;
}
/*サンプルメモ*/
.samplebox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 30px 20px 20px;
	border:1px #ddd solid;
	text-align:center;
	font-size:0.8em;
}
.samplebox h4 {
	margin:0;
	padding:0;
	border-width:0;
	background-image:none;
	background-color:transparent;
	
	font-size:16px;
}
.samplebox img {
	width: 100%;
	display:block;
	margin:10px auto;

}

@media (min-width: 920px) {
.web-gis h3{
	margin-top: 50px;	
}
.col5-wrap-gis{
	flex-direction: row;
}
.col-gis{
	width: 20%;	
}

}