@charset "utf-8";

@media screen and (max-width: 640px) {

/* -----------------------------------------------------------------------------

	共通

----------------------------------------------------------------------------- */

section h2 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding: 55px 0;
	margin: 0 0 15px;
	background: #2d9cdc;
	color: #fff;
}
section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: bold;
}
.breadCrumb {
	margin: 0 0 10px;
	font-size: 12px;
}
.breadCrumb ul {
	width: 94.6%;
	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;
}
img {
	width: 100%;
}
/* -----------------------------------------------------------------------------

	大項目

----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------

	お問い合わせ

----------------------------------------------------------------------------- */

.top .contents01 {
	width: 94.6%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
}

.top .contents01 .box {
	width: 100%;
	margin: 30px auto 0;
	background: #f3f5f7;
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
.top .contents01 .box .title {
	color: #0075c2;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}

.contents01 .tel {
	color: #0075c2;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.contents01 .tel span {
	background: url(../contact/img/sp/icon_tel01.png) no-repeat left center;
	background-size: 20px;
	padding: 0 0 0 28px;
}
.contents01 .mail {
	color: #0075c2;
	font-size: 16px;
	font-weight: bold;
}
.contents01 .mail span {
	background: url(../contact/img/sp/icon_mail01.png) no-repeat left center;
	background-size: 20px;
	padding: 0 0 0 28px;
}
.contents01 .mail span a {
	color: #0075c2;
}
	
	
	
	
	
	
	
}