/* CSS Document */


.section{
	width: 960px;
	clear: both;
	margin: 0 auto ;	
	}
	
.section h2{
	border-bottom: 4px solid #F6921D;
	margin-bottom: 27px;
}

.section{
	margin-bottom: 40px;
}


.section h3 {
    margin-left: 30px;
    margin-bottom: 30px;
}

.section p {
	line-height: 2.0;
}

.section p a {
    text-decoration: underline;
    color: #4C4C4C;
}

.section p a:hover{
	text-decoration: none;
}



.sub_nav ul {
	width: 960px;
	clear: both;
	margin: 0 auto 27px;
	text-align: center;
	display: flex;
	justify-content: center;
	}

.sub_nav li+ li {
	border-left: 1px solid #333;
}

.sub_nav li {
    padding: 0 25px;
	font-weight: bold;
}


.sub_nav li a {
    text-decoration: none;
    color: #4C4C4C;
}


.section p,
.section ol{
	margin-left: 30px;
	line-height: 2.0;
}

.contact{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contact_left,
.contact_right{
	flex-basis: 50%;
}

.contact_right h2{
	margin-bottom: 10px;
	border-bottom: none;
}

.contact_right p{
	margin-bottom: 25px;
	color: #797979;
	line-height:2;
	margin-right: 20px;
}


ol.sec01 li{
	font-weight: bold;
}

