    .company_phil_wrapper{
        display: block;
        margin: 90px auto;
    }
    .company_phil_content{
        max-width: 600px;
        margin: 0 auto;
    }
    .company_phil_ttl{
        font-size: 32px;
        font-family: "Shippori Mincho", serif ;
        line-height: 45px;
        letter-spacing:  10%;
        text-align: center;
    }
    .company_phil_exp{
        margin: 60px auto;
        font-family: "Shippori Mincho", serif ;
    }
    .company_phil_exp > p{
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 34px;
        letter-spacing:  10%;
        margin-bottom: 40px;
    }
    p.company_phil_president{
        text-align: right;
        font-weight: 300;
        font-size: 24px;
        line-height: 45px;
        letter-spacing:  10%;
        margin-bottom: 40px;
    }
    .company_phil_img{
        margin: 60px auto 125px;
        text-align: center;
    }
    .company_profile_wrapper{
        margin: 0 auto;
    }
    .company_profile_content{
        max-width: 600px;
        margin: 0 auto;
    }
    .company_profile_ttl{
        font-size: 32px;
        font-family: "Shippori Mincho", serif ;
        line-height: 45px;
        letter-spacing:  10%;
        text-align: center;
    }
    .company_profile_ttl > span{
        font-size: 15px;
        line-height: 38px;
        letter-spacing: 5%;
        color: #AC1401;
    }
    .company_profile_table{
        margin: 60px auto;
        font-family: "Shippori Mincho", serif ;
        border-collapse:collapse;
    }
    
    .company_profile_table th{
        width: 20%;
        padding: 16px 0 18px;
        text-align: left;
        border-bottom: solid 1px #DDDDDD;
        font-size: 13px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 5%;
        color: #4D464E;
    }
    .company_profile_table td{
        padding: 16px 0 18px;
        text-align: left;
        border-bottom: solid 1px #DDDDDD;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 5%;
        color: #4D464E;
    }
.br_sp{
    display: none;
}
/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
    .company_phil_wrapper{
        margin: 34px auto;
    }
    .company_phil_ttl{
        font-size: 20px;
        line-height: 27px;
    }
    .company_phil_exp{
        margin: 27px auto;
        font-family: "Shippori Mincho", serif ;
    }
    .company_phil_exp > p{
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 27px;
    }
    p.company_phil_president{
        font-size: 18px;
        line-height: 27px;
        letter-spacing:  10%;
    }
    .company_phil_img{
        margin: 57px auto
    }
    .company_profile_wrapper{
        margin: 0 auto;
    }
    .company_profile_ttl{
        font-size: 24px;
        line-height: 27px;
    }
    .company_profile_ttl > span{
        font-size: 10px;
        line-height: 23px;
    }
    .company_profile_table{
        margin: 55px auto;
    }
    
    .company_profile_table th{
        width: 20%;
        padding: 10px 0;
        font-size: 10px;
        line-height: 16px;
    }
    .company_profile_table td{
        padding: 10px 0;
        text-align: left;
        border-bottom: solid 1px #DDDDDD;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .br_sp{
        display: block;
    }
}
