@charset "UTF-8";

.anchor {
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.anchor > a {
	position: relative;
	border: 1px solid #ccc;
	line-height: 1;
	padding: 15px 0;
	width: 32%;
	margin-left: 2%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.anchor > a:first-child {
	margin-left: 0;
}

.anchor > a:before {
	font-family: icomoon;
	content: "\e903";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -0.5em;
	font-size: 16px;
}

.outline {
	padding: 60px 0;
}

.outline_head {
	text-align: center;
	margin-bottom: 40px;
}

.outline_head_ttl {
	display: inline-block;
	line-height: 1;
	font-size: 24px;
	border-bottom: 2px solid #f00;
	padding: 0 15px 15px;
	min-width: 130px;
}

.outline_body {
}

.outline_dl {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}

.outline_dl:first-child {
	border-top: 1px solid #ccc;
}

.outline_dl > dt,
.outline_dl > dd {
	padding: 5px 30px;
}

.outline_dl > dt {
}

.outline.-outline .outline_dl > dt {
	width: 140px;
}

.outline.-history .outline_dl > dt {
}

.outline.-access .outline_dl > dt {
	width: 380px;
	min-width: 380px;
}

.outline_dl > dd {
	border-left: 1px solid #ccc;
}

.outline.-access .outline_dl > dd {
	padding-right: 140px;
}

.outline.-access .outline_dl > dd a.-web {
	display: inline-block;
	color: #FFF;
	background: #F00;
	position: absolute;
	right: 30px;
	top: 50%;
	line-height: 28px;
	height: 28px;
	width: 90px;
	text-align: center;
	margin-top: -14px;
	font-weight: bold;
}

.outline.-access .outline_dl > dd a.-web em {
}

.outline.-access .outline_dl > dd a.-web em:before {
	font-family: icomoon;
}

.outline_member {
}

.outline_member > dt,
.outline_member > dd {
	overflow: hidden;
}

.outline_member > dt {
	width: 35em;
	float: left;
}

.outline_member > dd {
}

@media screen and (max-width:1230px) {
}

@media screen and (max-width:1030px) {
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.anchor {
		display: block;
	}

	.anchor > a {
		width: 100%;
		margin-left: 0;
		border-top: none;
	}

	.anchor > a:first-child {
		border-top: 1px solid #ccc;
	}

	.anchor > a:before {
	}

	.outline {
		padding: 40px 0;
		border-top: 1px solid #ccc;
	}

	.outline.-outline {
		border-top: none;
	}

	.outline.-access {
		padding-bottom: 0;
	}

	.outline_head {
		margin-bottom: 25px;
	}

	.outline_head_ttl {
		font-size: 18px;
		padding: 0 10px 10px;
		min-width: 120px;
	}

	.outline_body {
	}

	.outline_dl {
		border-bottom: 0;
		padding: 0;
		display: table;
		width: 100%;
	}

	.outline.-access .outline_dl {
		display: block;
		padding: 15px 0 20px;
		border-top: 1px solid #ccc;
	}

	.outline_dl:first-child {
		border-top: none;
	}

	.outline_dl > dt,
	.outline_dl > dd {
		padding: 5px 0 5px;
		vertical-align: top;
		display: table-cell;
	}

	.outline.-access .outline_dl > dt,
	.outline.-access .outline_dl > dd {
		display: block;
	}

	.outline_dl > dt {
	}

	.outline.-outline .outline_dl > dt {
		width: 6em;
		min-width: 6em;
	}

	.outline.-history .outline_dl > dt {
		width: 4em;
		min-width: 4em;
	}

	.outline.-access .outline_dl > dt {
		width: 100%;
		min-width: 100%;
		padding: 0;
		font-weight: bold;
	}

	.outline_dl > dd {
		padding-left: 14px;
	}

	.outline.-access .outline_dl > dd {
		padding-right: 0;
		padding-bottom: 15px;
		padding: 0;
		border-left: none;
	}

	.outline.-access .outline_dl > dd a.-web {
		display: block;
		position: static;
		margin-top: 5px;
		width: 100%;
	}

	.outline.-access .outline_dl > dd a.-web em {
	}

	.outline.-access .outline_dl > dd a.-web em:before {
	}

	.outline_member {
	}

	.outline_member > dt,
	.outline_member > dd {
		line-height: 1.4;
	}

	.outline_member > dt {
		margin-top: 10px;
		float: none;
		width: 100%;
	}

	.outline_member > dd {
	}

}
