@charset "UTF-8";
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.info-table th{
    padding-left: 50px;
    width: 200px;
    text-align: left;
}
.navbar{
		height: 160px;
	}

.navbar .nav .nav-item .nav-link {
    line-height: 30px;
    font-size: 16px;
}

.info-table td{
    padding-left: 50px;
    text-align: left;
}
.section-title h2{
    color:#6fb92c;
}
.aboutus-title h3{
    border-bottom:dotted 1px #ccc;width: 90%;
}

.position-frame{
	font-weight: 700;
	border: dashed 1px #6c6c6c;
	padding: 5px;
	margin: 5px;
}
.position-frame2{
	font-weight: 700;
	color: white;
	padding: 5px;
	margin: 5px;
	background-color: #6fb92c;
}

@media (max-width: 780px) {
    table {
    width: 100%;
    }
    th,td {
    display: block;
    text-align: left;
    width: 100%;
    }
    .table td, .table th{
        border-top: 0px;
    }
	.navbar .navbar-brand img {
  max-height: 60px;
	}	
}
@media (min-width: 992px) {
.navbar .navbar-brand img {
  max-height: 70px;
}	
.navbar .nav .nav-item .nav-link {
    line-height: 60px;
}
.portfolio-title1-h div{
  height:220px ;
}
.portfolio-title2-h div{
  height:200px ;
}

}
@media (min-width: 1200px) {
.navbar .navbar-brand img {
  max-height: 80px;
}
}