@charset "UTF-8";

/* outline
---------------------------------------------------------------------------*/
header {
	margin-bottom: 70px;
}

.contents-wrap {
	width: 1060px;
	margin: 0 auto;
}

.pnav {
	margin-top: 70px;
}

/* media query
-----------------------------------*/
@media (max-width: 1280px) {
	.pnav {
		box-sizing: border-box;
		padding-left: 40px;
	}
}

.pnav ul {
	margin-bottom: 25px;
}

.contents {
	float: right;
	width: 728px;
	margin-right: 40px;
}

.contents section {
	margin-top: -60px;
	margin-bottom: 100px;
	padding-top: 60px;
}

.contents section:last-of-type {
	margin-bottom: 0;
}

.contents section .notes {
	position: absolute;
	top: 67px;
	right: 0;
	font-size: 13px;
	letter-spacing: 0.15em;
}


/* .sec-outline
---------------------------------------------------------------------------*/
.sec-outline {
	position: relative;
}

.sec-outline h2 {
	margin-bottom: 30px;
}

.sec-outline dd li {
	white-space: nowrap;
}


/* .sec-office
---------------------------------------------------------------------------*/
.sec-office h2 {
	margin-left: 13px;
}

.sec-office .map {
	margin-bottom: 35px;
}

.sec-office dl {
	line-height: 1.6;
}

.sec-office dt {
	padding-top: 14px;
	letter-spacing: 0.25em;
}

.sec-office dd {
	padding-top: 14px;
	padding-bottom: 14px;
}

.sec-office dd:first-of-type {
	padding-bottom: 25px;
}

.sec-office dd address {
	display: block;
	float: left;
	width: 350px;
}

.sec-office dd address span {
	display: block;
	margin-bottom: -2px;
	font-size: 12px;
}

.sec-office dd p {
	display: inline-block;
	float: left;
	line-height: 1.6;
}

.sec-office dd .btn {
	float: right;
	margin: 4px 0 0 -10px;
}

.sec-office dd .btn a {
	letter-spacing: 0.1em;
}


/* .sec-history
---------------------------------------------------------------------------*/
.sec-history h2 {
	margin-left: 13px;
}

.sec-history dt {
	padding-top: 6px;
}

.sec-history dd {
	padding-top: 6px;
	padding-bottom: 6px;
}


/* .sec-registration
---------------------------------------------------------------------------*/
.sec-registration {
	position: relative;
}

.sec-registration h2 {
	margin-left: 13px;
}

.sec-registration dl {
	border-top: 1px solid #DFDFDF;
	padding-top: 4px;
}

.sec-registration dt {
	width: 200px;
}

.sec-registration dt.wide {
	float: none;
	border-bottom: 1px solid #DFDFDF;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 17px;
}

.sec-registration dt i {
	color: #DFDFDF;
	padding: 0 2px;
}

.sec-registration dt i:last-of-type {
	display: none;
}

.sec-registration dd {
	padding-left: 200px;
}


/* .sec-qualification
---------------------------------------------------------------------------*/
.sec-qualification {
	position: relative;
}

.sec-qualification h2 {
	margin-left: 13px;
}

.sec-qualification dl {
	float: left;
	width: 47.5%;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.sec-qualification dl:nth-of-type(2) {
	float: right;
}

.sec-qualification dl > div {
	overflow: hidden;
	padding: 5px 0 4px;
	border-bottom: 1px solid #DFDFDF;
}

.sec-qualification dt {
	clear: both;
	float: left;
	box-sizing: border-box;
	width: calc(100% - 35px);
	padding: 0 15px;
}

.sec-qualification dd {
	float: right;
	width: 35px;
	text-align: right;
}


/* .sec-letter
---------------------------------------------------------------------------*/
#sec-letter .dl-line dt {
	letter-spacing: 0.1em;
}