/*----------------------------------*/
/*	philosophy */
/*----------------------------------*/
#philosophy{
    margin-bottom:80px;
}
#philosophy h4,#basic-policy h4{
    font-size:1rem;
    color:#fff;
    background-color: #000;
    display: inline-block;
}
#philosophy h4 span,#basic-policy h4 span{
    padding:2px 8px;
}
#philosophy p strong{
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
}
/*----------------------------------*/
/*	basic-policy */
/*----------------------------------*/
#basic-policy ul{
    font-size: 1.4rem;
    font-weight: bold;
}
/*----------------------------------*/
/*	company-profile */
/*----------------------------------*/
#company-profile ul{
    display: flex;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
}
#company-profile ul li{
    padding:8px;
}
.profile-title{
    font-weight: bold;
    background-color: #d8e9eb;
    width:30%;
    margin-right:8px;
}
.profile-text{
    background-color: #fff;
    width:68%;
    
}
/*----------------------------------*/
/*	contact-us */
/*----------------------------------*/
.contact-flex{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-top: 1px solid #000;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contact-flex section{
    width:33%;
}
#how-to-contact span{
    border-left: 1px solid #000;
    height: 80px;
}
#how-to-contact h4{
    font-size:1.2rem;
    text-align: center;
}
.contact-flex section p strong{
    font-size:1.6rem;
    text-align: center;
}
#how-to-contact p{
    font-size:0.8rem;
    line-height: 1.4rem;
}