@charset "UTF-8";
/* CSS Document */

/*				outline
==============================*/
h2 {
	font-size: 20px;
	text-align: center;
	margin: 0 auto 40px;
}

h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 auto 15px;
    padding: 0 0 0 10px;
    border-left: 4px solid #054251;
}

section.outline-box {
	max-width:1000px;
	width: 94%;
	margin: 0 auto 100px;
	text-align:left;
}
section.outline-box ul.list:not(:last-of-type) { margin: 0 auto 50px;}
section.outline-box ul.list dl {
	width: 100%;
	display:table;
	font-size:13px;
}
section.outline-box dt,
section.outline-box dd {
	display:table-cell;
	padding: 10px 10px;
	line-height: 1.5;
}

section.outline-box dl dt {
	width:25%;
	margin:0 10px 0 0;
	border-bottom:1px solid #054251;
}

section.outline-box dl dd {
	width: 75%;
	border-bottom:1px solid #ddd;
}

.update { margin: 5% 0 0;}


/*-----------------------------
tab・sp
-----------------------------*/
@media only screen and (max-width: 769px) {

h2 {
	font-size: 17px;
	margin: 0 auto 30px;
	line-height: 1.5;
	letter-spacing: 0;
}
h3 {
    font-size: 15px;}

section.outline-box { margin: 0 auto 50px;}
section.outline-box ul.list:not(:last-of-type) { margin: 0 auto 40px;}

section.outline-box ul.list dl {
	display:block;
	margin:0px 0 0;
	font-size: 13px;
	border: 1px solid #054251;
	border-bottom: none;
}
section.outline-box ul.list li:last-of-type dl { border-bottom: 1px solid #054251;}
section.outline-box dt,
section.outline-box dd {
	display:block;
	font-size: 15px;
}

section.outline-box dl dt {
	width:100%;
	margin:0 10px 0 0;
	background:#ddd;
	border-bottom:none;
}

section.outline-box dl dd {
	width: 100%;
	border-bottom:none;
}

}














