@charset "utf-8";

#title{background: url(../img/title_bg.png) center top no-repeat;}

#contents h2{
	margin-bottom: 80px;
}
#contents h2#service{
	padding-top: 80px;
}

table{
	margin: 0 auto 100px;
}
#contents table th{
	font-weight: normal;
}
#contents table th,
#contents table td{
	border-bottom: 1px solid #ddd;
	line-height: 200%;
}
#contents table td ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
}
#contents table td ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 200%;
	font-size: 1.4rem;
	text-align: left;
	width: 50%;
}

#contents p.img{
	line-height: 0;
	margin: 0 auto 160px;
	text-align: center;
}
#contents p.img img{
	max-width: 100%;
	height: auto;
}

#contents p.tex{
	padding: 0 100px;
	margin: -40px auto 50px;
}
#contents .map{
	margin: 0 auto 65px;
	line-height: 0;
}
#contents .map>iframe{
	width: 100%;
	height: 500px;
	border: none;
}
#contents .btn{
	text-align: center;
	line-height: 0;
	margin: 0 auto 100px;
}
#contents .btn>a{
	display: inline-block;
	margin: 0 auto;
	line-height: 50px;
	position: relative;
	color: #fff;
	background: #000;
	padding: 0 60px;
	font-size: 1.4rem;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .btn>a:before{
	position: absolute;
	top: 50%;
	right: 34px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .btn>a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .btn>a:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#service{
	padding: 0 0 0;
}

#service ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
	margin: 0 auto 35px;
}
#service ul>li{
	display: table;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 auto 60px;
	width: 100%;
}
#service ul>li>.box{
	display: table-row;
}
#service ul>li>.box p.img{
	display: table-cell;
	vertical-align: middle;
	width: 500px;
}
#service ul>li>.box .text_box{
	display: table-cell;
	vertical-align: middle;
}
#service ul>li>.box p.img+.text_box,
#service ul>li>.box .text_box+p.img{
	padding: 0 0 0 40px;
}
#service ul>li .title{
	display: block;
	font-size: 1.6rem;
	line-height: 160%;
	text-align: left;
	color: #333;
	margin: 0 auto 14px;
	font-weight: bold;
}
#service ul>li .t{
	display: block;
	font-size: 1.4rem;
	line-height: 160%;
	text-align: left;
	color: #333;
}

@media screen and (max-width:767px){
	#contents table th{
		padding: 14px 10px 12px;
	}
	#contents table td{
		padding: 14px 10px 12px 0;
	}
	#contents table tr.sp th,
	#contents table tr.sp td{
		border-bottom: none;
		padding: 0 10px;
	}
	#contents table tr.sp:first-child th{
		padding: 14px 10px 0;
	}
	#contents table tr.sp:first-child td{
		padding: 14px 10px 0 0;
	}
	#contents table tr.sp.last th,
	#contents table tr.sp.last td{
		border-bottom: 1px solid #ddd;
		padding-bottom: 12px;
	}
	#contents table td ul>li{
		display: block;
		width: 100%;
	}
	#contents p.img{
		margin-bottom: 80px;
	}
	#contents p.tex{padding: 0;}
	#contents .map>iframe{height: 350px;}
	#contents .map{margin-bottom: 35px;}
	
	#service ul>li>.box p.img{
		width: 30%;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#service ul>li>.box .text_box{
		vertical-align: top;
	}
	#service ul>li>.box p.img+.text_box,
	#service ul>li>.box .text_box+p.img{
	padding: 0 0 0 20px;
	}
	#service ul>li>.box .text_box+p.img{
		width: 36%;
	}
}