/**********************************************************
テーブル
***********************************************************/
/*ボーダー1px*/
table.tbl_01{
	margin-right:1rem;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.tbl_01 th, table.tbl_01 td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding: 0.5rem;	
	text-align:left;
	font-size:0.8rem;
}
@media screen and (min-width: 768px) {
	table.tbl_01 th, table.tbl_01 td{
		padding: 1rem;	
		font-size:1rem;
	}
  }
  
/*ボーダーなし*/
table.tbl_02 tbody tr{
	width: 95vw;
}
table.tbl_02, table.tbl_02 tr th{
	margin:0 auto;
	border:none;
	border-collapse: separate;
	border-spacing:0;
	empty-cells:show;
	padding-top:0.5rem;
}
table.tbl_02 tr td{
	float:left;
	display: inline-table;		
	width: 100%;
}
@media screen and (min-width: 480px) {
	table.tbl_02 tr td:first-child{
		display: inline-table;		
		width: 30%;
	}
	table.tbl_02 tr td:last-child{
		display: inline-table;		
		width: 70%;
	}
}
@media screen and (min-width: 768px) {
	table.tbl_02 tr td:first-child{
		display: inline-table;		
		width: 20%;
	}
	table.tbl_02 tr td:last-child{
		display: inline-table;		
		width: 80%;
	}
}

table.tbl_03{
	padding-left:2rem;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 2rem;
}
table.tbl_03 th, table.tbl_03 td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding: 1rem;	
	text-align:left;
}
#manyu{
	background-color: #ebebeb;
	width:10%;
	text-align:center;
	vertical-align:top;	
}

/*ボーダー*/
table.tbl_04{
	padding-left:2rem;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table.tbl_04 th, table.tbl_04 td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding: 1rem;	
	text-align:left;
}

/**********************************************************
リスト
***********************************************************/
/*service1*/
ul.lst_01{
	padding-left: 2rem;
	text-align:left;
}

ul.lst_01 li p{
	padding: 1rem;
	font: 0.7rem;
}

#list_dust li{
	border:1px solid #b9ddca;
	background-image: url(../img/contents/square.jpg);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	float:left;
	margin:0.5rem 0.1rem 0 0.1rem;
}
#list_dust li p{
	padding-top:33%;
	width:98%;
	font-size:0.7rem;
	text-align:center;
	color:#445d50;
	font-weight:bold;
}
#list_dust li p#list_dust_2l{
	padding-top:15%;
	line-height:1.2rem;
}
#list_dust li p#list_dust_3l{
	padding-top:4%;
	line-height:1rem;
}

/**********************************************************
google map
***********************************************************/
/* 地図キャンパス */
#map-canvas {
	width: 85vw ;
	height: 75vw ;
}
/**********************************************************
マーク
***********************************************************/
.more-link {
	width: 5.5rem;
    height: 2rem;
    margin-bottom: 1rem;
	padding: 0.2rem 0.8rem 0.3rem 0.8rem;
	background: #28278b url(../img/common/icon_arrow.png) 90% center no-repeat;
}
.more-link a {
	color: #fff !important;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 1rem;
}
/**********************************************************
強調
***********************************************************/
.emphasis_01{
	color: #0784d3;font-size: 1rem;font-weight: bold;
}

/******************************
/* ｍａｉｌフォーム
******************************/
#formWrap {
	margin:3vw;
	width:86vw;
	color:#6f6c63;				/*ｐ文字色*/
	text-align:left;
	line-height:1.8rem;
	font-size:1rem;
	font-family:小塚明朝 Pr6N;
}

.formTable{
	width:86vw;
	margin:0 auto;
	border-collapse:collapse;
}

.formTable tr td{
	border:1px solid #dbdbdb;
	padding:0.5rem;
}

.formTable tr td textarea{
	width:90%;
}

.formTable tr th{
	border:1px solid #dbdbdb;
	padding:0.5rem;
	width:25%;
	font-weight:normal;
	background:#fafafa;
	text-align:left;
	vertical-align:top;
}