@charset "utf-8";

#company{
    padding-top: 50px;
    padding-bottom: 100px;
}
ul.inList {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 0;
}
ul.inList li{
    width: 30%;
}
.coRows{
    margin-top: 100px;
}
span.coI00{
    font-size: 18px;
    color: #4D4D4D;
    line-height: 150%;
    padding-top: 25px;
    display: block;
}
span.coI00Img{
    display: block;
    text-align: center;
    padding-top: 48px;
}
.coIR00Item h4{
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
    color: #D70A2A;
    border-left: 7px solid #D70A2A;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.coIR00IChild{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 28px;
}
.coIR00ILeft{
    font-size: 18px;
    line-height: 150%;
    color: #4D4D4D;
    /* letter-spacing: -0.5px; */
    width: 55%;
}
.coIR00Right{
    width: 40%;
    margin-left: 5%;
}
.coIR00Item{
    margin-bottom: 50px;
}
.coIR00Item:last-child{
    margin-bottom: 0;
}
.coIRowsChild{
    margin-top: 40px;
}
.coItem .btnContact{
    margin-top: 50px;
}
.coItem{
    margin-bottom: 100px;
}
.coItem:last-child{
    margin-bottom: 0;
}
span.coI01Img{
    display: block;
    text-align: center;
    padding-top: 30px;
}
span.coIR00Item03{
    display: block;
    font-size: 18px;
    line-height: 150%;
    color: #4D4D4D;
    padding-top: 25px;
}
.coItem:last-child ul{
    font-size: 0;
    text-align: center;
    padding-top: 38px;
}
.coItem:last-child ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    color: #D70A2A;
    border: 1px solid #D70A2A;
    width: 213px;
    height: 213px;
    line-height: 213px;
    border-radius: 100%;
    margin-right: 50px;
}
.coItem:last-child ul li:last-child{
    margin-right: 0;
}
.coI03Txt{
    font-size: 18px;
    color: #4D4D4D;
    line-height: 150%;
    padding-top: 48px;
    display: block;
}
@media screen and (max-width:990px) {
    #bannerPage{
        background-position: top right;
    }
}