@charset "utf-8";
/**************
CSS Document
flocssでコーディング
***************/
/**********
foudation
**********/

/**********
layout
**********/

/**********
component
**********/

.servise_h2 {
    margin-bottom: 10px;
    background: linear-gradient(transparent 50%, #f0af71 0%);
}
.servise_div {
    margin-bottom: 10px;
}
.servise_parent {
    display: flex;
}
.servise_child {
    width: 50%;
    padding-right: 10px;
}
.servise_div p {
    margin-bottom: 5px;
}
.service_marker {
    color: #f0af71;
}
.middle_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.middle_div_inner {
    width: 350px;
    margin-bottom: 10px;
}