@import url(head.css);
body{
    background-color: #f0eeed;
}
.header{
    position: initial;
}
.content{
    width: 96%;
    margin: 0 2%;
    margin-top: 40px;
}
.content_wrap{
    width: 100%;
}
.content_wrap h1{
    margin-bottom: 30px;
        font-family:'DIN Next LT Pro';
    font-weight: 300;
}
.content_wrap h6{
    font-family:'DIN Next LT Pro';
    font-weight: 300;
}
.content_left{
    margin-bottom: 36px;
    // padding-left: 70px;
}
.content_left img{
    width: 100%;
}
.content_down_img_w{
    width: 80%;
}
// .content_right{
//     width: 70%;
//     margin: 0 15%;
// }
// .content_right p{
//     margin-top: 20px;
//     font-family:'DIN Next LT Pro';
// }

.content_dark{
    background-color: #47626F;
}

.about_person{
    margin-bottom:45px;
} 

.content_right h2:nth-child(2){ 
    font-weight: 300; 
}
.about_person_text{
    margin-top:18px;
} 
.about_person_title p{
    font-size: 30px ;
    margin-top: 4px;
    margin-bottom: 0px;
}
.about_person_text a{
    color: black;
}
.about_person_text a:hover{
    color: black;
    text-decoration: none;
}
.content_down .col-md-12{
    padding-left: 0;
    padding-right: 0;
}

.content_down_wrap p{
    color: #fff;
    font-family:'DIN Next LT Pro';

}

.content_down_img{
    // margin-right: 10px;
}

.member_image {
	max-width: 320px;
}

.footer{
    position: absolute;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    // margin: 0 38%;

    // bottom:0;
}
.foot_tit{
    position: initial;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer a{
    color: #838080;
}
@media (max-width: 767px) {
    .content_right{
        width:96%;
        margin: 0 2%;
    }
    .content_left{
        margin-bottom: 0;
    }
    .content_wrap h1{
        margin-bottom: 20px;
    }
    .content_right p{
        margin-bottom: 10px;
    }
    .content_right h6{
        text-align: left;
    }
}