@charset "utf-8";

#about{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.abItem00{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;  
    margin-top: 30px;
}
.abItem{
    margin-bottom: 100px;
}
.abI00Left{
    width: 30%;
    margin-right: 2%;
}
.abI00Right{
    width: 68%;
}
.abI00Right span{
    display: block;
}
span.abI00RTxt{
    font-size: 18px;
    color: #4D4D4D;
    line-height: 180%;
}
span.abI00RSing{
    text-align: right;
    padding-top: 80px;
}
.abI01Txt{
    font-size: 18px;
    line-height: 150%;
    color: #4D4D4D;
    margin-top: 28px;
}
.abI01Txt ul{
    font-size: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.abI01Txt ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 150%;
    color: #4D4D4D;
}
.abI01Txt ul li:first-child{
    /* padding-right: 30px; */
}
.abI01Txt ul li:last-child{
    padding-left: 30px;
    width: calc(100% - 253px);
    width: -moz-calc(100% - 253px);
    width: -webkit-calc(100% - 253px);
}
span.abI01Img{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.tbStyle00{
    margin-top: 25px;
}
.abI02Img{
    display: block;
    text-align: center;
    margin-top: 25px;
}
.abItem iframe{
    width: 100%;
    border: 0;
    height: 385px;
    margin-top: 30px;
}
@media screen and (max-width:990px) {
    #bannerPage{
        background-position: top right -6.061vw;
    }
}