@charset "UTF-8";


h3{
	margin: 140px 0 70px;
}

.contents p{
	text-align: center;
	font-size: 2.3rem;
	line-height: 2;
	letter-spacing: 1px;
}
html.sp .contents p{
	font-size: 2.2rem;
	letter-spacing: 0px;
}
.contents .housin p::first-letter{
	color: #005bab;
}
.contents p small{
	display: block;
	line-height: 1.8;
	margin: 5px 0 35px;
}
html.sp .contents p small{
	margin: 20px 0 35px;
}

.contents p big{
	display: block;
	font-size: 1.1em;
	margin: 5px 0 30px;
}

img[src*="/about/2."]{
	margin: 0 0 50px;
}
img[src*="/about/3_1."]{
	margin: 0 20px 0 0;
}
html.sp img[src*="/about/3_1."]{
	margin: 0 0 20px;
}
img[src*="/about/3_3."]{
	margin: 30px 0 0;
}
html.sp img[src*="/about/3_3."]{
	margin: 20px 0 0;
}

.office{
	background-color: #c7e8fa;
	padding: 70px 111px 40px;
	margin: 50px 0;
}
html.sp .office{
	padding: 20px 20px;
}
.office .head{
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
html.sp .office .head{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.office .head .tenmei{
	text-align: center;
	font-size: 2.8rem;
	color: #fff;
	background-color: #005bab;
	padding: 10px 0;
	width: 170px;
}
.office p{
	text-align: left;
	font-size: 2rem;
	margin: -10px 0 0 25px;
}
html.sp .office p{
	margin: 10px 0 0 0;
}

.map{
	margin-top: 30px;
}
.map iframe{
	width: 100%;
}
.map .link{
	display: block;
	text-align: center;
	width: 200px;
	color: #000;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.6);
	margin: 20px auto 0;
	padding: 10px 0 8px 10px;
	transition: 0.2s linear;
	/* box-shadow: 0 0  10px 0 rgba(255,255,255,1); */
}
.map .link:hover{
	/* color: #005bab; */
	/* filter: brightness(1.3); */
	/* box-shadow: 0 0  10px 0 rgba(255,255,255,1); */
	text-decoration: none;
}
.map .link:after{
	content: url(/img/about/6.svg);
	display: inline-block;
	vertical-align: -5px;
	width: 22px;
	height: 22px;
}




