@charset "UTF-8";

/* CSS Document */

/*====================================

    founder_main

====================================*/

.founder_main {
     position: relative;
     margin-bottom: -40px;
     border-radius: 4px;
}

/*====================================

    founder_main_ttl

====================================*/

.founder_main_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
}
.founder_main_ttl h2 {
    background: #F6CB52;
    display: inline-block;
    padding: 1em 4em;
    font-size: 200%;
}
.founder_main_ttl h2 br {
    display: none;
}

/*====================================

    .cell

====================================*/

.cell {
    margin-bottom: 80px;
}
.cell:last-child {
    margin-bottom: 0px;
}
.cell h3 {
    color: #846828;
    font-size: 130%;
    line-height: 1em;
    border-left: 2px solid #846828;
    padding: .3em 0 .3em .5em;
    margin-bottom: 30px;
}
.cell p {
}
.cell p .p_in_ph {
    width: 30%;
    float: right;
    margin: 0 0 30px 30px;
    border-radius: 4px;
    overflow: hidden;
}
.cell .wpph {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
.cell .wpph div {
    width: 48%;
    border-radius: 4px;
    overflow: hidden;
}

/*====================================

    .mb

====================================*/

.mb {
    margin-bottom: 40px;
}
