@charset "utf-8";

@media screen and (min-width: 641px) {

/* -----------------------------------------------------------------------------

	共通

----------------------------------------------------------------------------- */	

#header #gnav > ul > li# > a > span {
	padding-bottom: 5px;
	border-bottom: 2px solid #0075c2;
}
section {
	min-width: 1000px;
}
section h2 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	padding: 50px 0;
	margin: 0 0 20px;
	background: #2d9cdc;
	color: #fff;
}
section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: bold;
}
.breadCrumb {
	margin: 0 0 30px;
	font-size: 12px;
}
.breadCrumb ul {
	width: 1000px;
	margin: 0 auto;
}
.breadCrumb li {
	display: inline-block;
}
.breadCrumb li:before {
	content: "＞";
	display: inline-block;
	padding: 0 6px 0 3px;
}
.breadCrumb li:first-child:before {
	content: none;
}
.breadCrumb a {
	color: #0075c2;
}
.breadCrumb a:hover {
	text-decoration: underline;
}


/* -----------------------------------------------------------------------------

	大項目

----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------

	お問い合わせ

----------------------------------------------------------------------------- */

.top .contents01 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
}
.top .contents01 .lead span {
	display: block;
}
.top .contents01 .box {
	width: 650px;
	margin: 40px auto 0;
	background: #f3f5f7;
	padding: 30px;
	box-sizing: border-box;
	font-size: 16px;
}
.contents01 .tel {
	color: #0075c2;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0 0;
}
.contents01 .tel span {
	background: url(../contact/img/icon_tel01.png) no-repeat left center;
	padding: 0 0 0 30px;
}
.contents01 .mail {
	color: #0075c2;
	font-size: 18px;
	font-weight: bold;
}
.contents01 .mail span {
	background: url(../contact/img/icon_mail01.png) no-repeat left center;
	padding: 0 0 0 30px;
}
.contents01 .mail span a {
	color: #0075c2;
}
	
	
	
	
	
}