@charset "UTF-8";
.fr {
	float: right;
}
.letter-spac {
  letter-spacing: 0.1em;
}
.fs28 {
  font-size: 28px;
}

#wrapper {
	background-image: url(../../images/about/bg_pic.jpg);
	background-position: calc((100vw - 2109px)/2) 216px;
	background-size : auto;
}
@media screen and (max-width: 1020px) {
	#wrapper {
		background-position: -547px 216px;
	}
}
#content.about {
	margin-top: 122px;
	margin-bottom: 244px;
}
.about section {
	width: 720px;
	margin-left: auto;
	margin-top: 50px;
}
.about .name {
	font-size: 20px;
  line-height: 38px;
}
.about .name + .copy {
    margin-top: 40px;
}
.about .h2 {
	margin-bottom: 15px;
}
.about h2 span {
	display: block;
	font-weight: bold;
	font-size: 28px;
	border-bottom: 4px solid #003686;
}
.about h2 + .copy {
	margin-top: 40px;
}
.about .copy {
	font-size: 18px;
	line-height: 34px;
}
.about .h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	margin-bottom: 15px;
}
.about .h3:before {
	content: "";
	width: 8px;
	height: 100%;
	background-color: #003686;
	position: absolute;
	top: 0;
	left: 0;
}
.about .copy + .text {
	margin-top: 48px;
}
.about .text {
	word-wrap: break-word;
	font-size: 18px;
	line-height: 34px;
}
.about .text + .text {
	margin-top: 130px;
}
.about figure.pic {
	margin: 15px 0 30px;
	text-align: center;
}
.about .pic figcaption {
	font-size: 16px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
.about .h4 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	margin: 30px 0 30px;
}
.about ol li {
	text-indent:-3em;
	padding-left:3em;
}
.about ul li {
	text-indent:-1em;
	padding-left:1em;
}
.about .member {
	border-top: 1px solid #999;
  border-right: 1px solid #999;
  width: 100%;
}
.about .member tr:nth-child(2n+2) {
  background-color: #efefef;
}
.about .member th,
.about .member td {
	text-align: center;
	border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 18px;
}
.about .member td {
	padding: 10px;
}
.about .member td + td {
	text-align: left;
}
.about .member th{
	background-color: #ccc;
}
.about .member th + th {
}
.about .text a {
	text-decoration: underline;
}



@media screen and (max-width: 768px) {
	#wrapper {
		background-image: none;
	}
	#content.about {
		margin-top: 0;
		margin-bottom: 122px;
		box-shadow: 0px -10px 15px -2px #ccc8c8;
		background-image: url(../../images/about/bg_pic_sp.jpg);
		background-repeat: no-repeat;
		background-size: 106px auto;
		background-position: top right;
	}
	.about section {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    padding: 10px 15px 0;
    margin-top: 40px;
	}
	.about section:nth-of-type(1) {
		padding-top: 40px;
		margin-top: 0;
	}
	.about h2 {
    font-size: 11px;
    line-height: 20px;
	}
	.about h2 span {
		font-size: 20px;
	}
	.about h2 + .copy {
		margin-top: 24px;
	}
	.about .h3 {
		font-size: 18px;
	}
	.about .copy {
		font-size: 14px;
		line-height: 20px;
	}
	.about .copy + .text {
		margin-top: 15px;
	}
	.about figure.pic.fr {
		float: none;
		margin-left: 0;
	}
	.about figure.pic.fr {
		text-align: center;
	}
	.about .pic.fr figcaption{
		display: inline-block;
		width: 270px;
		text-align: left;
	}
	.about .text {
		font-size: 14px;
		line-height: 20px;
	}
	.about .text + .text {
		margin-top: 40px;
	}

	.about .member th,
	.about .member td {
		font-size: 14px;
	}
	.fs28 {
    font-size: 14px;
	}
	.about .name {
    font-size: 11px;
    line-height: 20px;
	}
	.about .name + .copy {
    margin-top: 10px;
	}
	.about .pic img{
    width: 100%;
	}
}