@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - #Contents .wrapper
---------------------------------------- */
#Contents .wrapper {
	margin: 0 auto;
	width: 1000px;
}
@media screen and (max-width: 768px) {
#Contents .wrapper {
	width: 92%;
}
}

/* ----------------------------------------
 - leadBox
---------------------------------------- */
#Contents .leadBox{
	margin: 53px 0 0;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
#Contents .leadBox{
	margin: 2em 0 0;
	padding: 1em 0;
}
}

/* ----------------------------------------
 - section
---------------------------------------- */
#Contents .boxList {
	margin-bottom: 50px;
	overflow: hidden;
}
#Contents .boxList section {
	margin-bottom: 50px;
	position: relative;
	width: 475px;
}
#Contents .boxList section:nth-child(odd) {
	float: left;
}
#Contents .boxList section:nth-child(even) {
	float: right;
}
#Contents .boxList section p {
	margin-bottom: 15px;
}
#Contents .boxList section p img {
	border-radius: 6px;
}
#Contents .boxList section dl dt span.no {
	border-bottom: dotted 1px #c7536f;
	color: #c7536f;
	font-size: 16px;
	padding: 0 0.5em 2px 0;
}
#Contents .boxList section dl dt span.title {
	display: block;
	line-height: 1.2;
	font-size: 28px;
	padding: 15px 0;
}
#Contents .boxList section dl dd ul li {
	border-left: solid 1px #6d6d6d;
	color: #6d6d6d;
	line-height: 1;
	float: left;
	font-size: 12px;
	padding: 0 20px;
}
#Contents .boxList section dl dd ul li:first-child {
	border-left: none;
	padding-left: 0;
}

@media screen and (max-width: 768px) {
#Contents .boxList section {
	margin-bottom: 3em;
	width: 100%;
}
#Contents .boxList section p {
	margin-bottom: 0.5em;
}
#Contents .boxList section:nth-child(odd) {
	float: none;
}
#Contents .boxList section:nth-child(even) {
	float: none;
}
#Contents .boxList section dl dt span.no {
	font-size: 12px;
}
#Contents .boxList section dl dt span.title {
	line-height: 1.6;
	font-size: 18px;
	padding: 0.5em 0;
}
#Contents .boxList section dl dd ul li {
	font-size: 10px;
	padding: 0 1em;
}
}

/* ----------------------------------------
 - person
---------------------------------------- */
.personBox {
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	margin: 50px auto 0;
	overflow: hidden;
	padding: 40px 20px;
	width: 760px;
}
.personBox:first-child {
  margin-top: 0;
}
.personBox p {
	float: left;
	width: 152px;
}
.personBox dl {
	float: right;
	padding-left: 28px;
	width: 580px;
}
.personBox dl dt {
	margin-bottom: 20px;
}
.personBox dl dt span.jp {
	border-right: dotted 1px #c7536f;
	display: table-cell;
	line-height: 1em;
	font-size: 25px;
	padding-right: 15px;
}
.personBox dl dt span.en {
	display: table-cell;
	vertical-align: middle;
	color: #c7536f;
	font-size: 14px;
	padding-left: 15px;
}
.personBox dl dd {
	line-height: 2em;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
.personBox {
	border-top: none;
	border-bottom: none;
	margin: 80px auto 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.personBox p {
	float: none;
	margin: 0 auto 1em;
	width: 100px;
}
.personBox dl {
	float: none;
	padding-left: 0;
	width: auto;
}
.personBox dl dt {
	margin: 0 auto 20px;
	width: 130px;
}
.personBox dl dt span.jp {
	border-right: none;
	border-bottom: dotted 1px #c7536f;
	display: block;
	font-size: 20px;
	padding: 0 0 0.2em;
	text-align: center;
}
.personBox dl dt span.en {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 0.2em 0 0;
}

}


