﻿@charset "utf-8";

h1 {
	width: 100%;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
h1 span {
	display: block;
	width: 177px;
	text-align: center;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	padding: 6px 0 5px;
	margin: 0 auto;
}

/*--------------------
1:article,section
--------------------*/
article { width: 100%; }
section {
	padding: 0 36px;
	margin: 0 auto 61px;
}

section a {
	color: #000;
	text-decoration: underline;
}
section a:hover {
	text-decoration: none;
}
section img {
	max-width: 100%;
	height: auto;
}
/*--------------------
2:h2
--------------------*/
#case h2 {
	padding: 49px 0 46px;
	text-align: center;
	background-color: #fff;
}
#case h3 {
	font-size: 27px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	background-color: #fff;
}
#case h3 img {
	vertical-align: middle;
	margin-right: 12px;
}

#case .pic { margin-bottom: 30px;}
#case h4 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1;
	padding: 0 0 30px 10px;
	background-color: #fff;
	border-bottom: 1px solid #B2B2B2;
}
#case p {
	font-size: 24px;
	line-height: 1.6;
	padding: 23px 10px 43px;
	background-color: #fff;
}

#case p a {
	text-decoration: underline;
}
#case .ttl-archives {
	padding: 0 0 8px;
	margin-bottom: 13px;
	border-bottom: 1px solid #B2B2B2;
}
#case .pic-archive {
	position: relative;
	margin-bottom: 40px;
}