@charset "utf-8";



/*  Foundation
*/

.section_title {
    box-shadow: 3px 3px 3px #dcdcdc;
    background-color: #52a0e2;
    color: #fff;
    padding-left: 16.5%;
    margin: 3em 0 1em;
    font-size: 1.8em;
}



.section_body_box {
    margin: 2em 0;
    padding: 2em 0;
    background-color: #eee;
}

.section_body {
    padding: 2em;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 10px;
}



/*  Modules concept
*/

.concept .section_body {
    padding: 2em 0;
}




.concept_box {
    text-align: center;
}

.concept_title_mini {
    padding: 0 0.2em;
    font-size: 1.6em;
    font-weight: bold;
    color: #52a0e2;
    padding-bottom: 0.1em;
    border-bottom: 1px #52a0e2 dashed;
}

.concept_body {
    font-size: 1.2em;
}



/*  Modules profile
*/

.profile_one {
    width: 100%;
    padding-bottom: 2%;
    border-bottom: 1px #999 solid;
    margin-bottom: 2%;
}

.profile_one:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.profile_key_box {
    width: 20%;
    padding: 2%;
    border-right: 5px #52a0e2 solid;
}

.profile_val_box {
    width: 80%;
    padding: 2%;
}

.profile_key,
.profile_val {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    color: #666;
}

.profile_key {
    font-size: 1.2em;
}

.profile_val {
    font-size: 1.2em;
}



.character_box {
    margin: 2.5em 0 2em;
    width: 100%;
}

.character {
    margin: 0 2%;
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

.buttons_one.estimate {
    margin-right: 5px;
}

.buttons_one.contact {
    margin-left: 5px;
}


