@charset "utf-8";
/* CSS Document */
/*アバウト　css*/



/*ABOUT*/
#about section h2{
font-size: 3em;
}
#about section h3 {
border-left: 7px solid #f9c013;
border-radius: 5px;
background-color: #f9d713;
color: #000000;
margin-bottom: 10px;
font-weight: normal;
/*background-color: #969696;*/
}
#about .profile h4{
padding:10px;
margin: 0;
font-size: 1.2em;
}
#about .project_tit{
font-weight: bold;
}
.air-pic{
text-align: center;
}
.air-prof-txt p{
margin:0 0  1.5em;
}


.about_team li{
border-bottom: 1px dashed rgba(171,171,171,1.00);
padding: 5px;
}
.about_team .name{
font-size: 1.4em;
}

.btn.square{
border-radius: 5px;
}
.btn.slim {
    padding-top: .2em;
    padding-bottom: .2em;
    min-width: auto;
}
.btn.invert {
    background-color: #f9c013;
    color: #000000;
    border: none;
	font-size: 0.9em;
	font-weight: normal;
}