@charset "utf-8";
/* CSS Document */

.meItem00{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
}
.me00Left ul{
    font-size: 0;
}
.me00Left ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}
.me00Left ul li:first-child{
    margin-right: 30px;
}
.me00Left ul li:first-child span{
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background-color: #B8272D;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.ie .me00Left ul li:first-child span{
    padding-top: 4px;
}
.ie .me00Left ul li:last-child{
    padding-top: 5px;
}
span.meIcon{
    display: block;
    margin-bottom: 48px;
}
span.meName{
    display: block;
    font-weight: bold;
    font-size: 48px;
    line-height: 116%;
    color: #000;
    padding-left: 20px;
    margin-top: 40px;
}
.meItem01{
    background-image: url(../img/message/me-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 500px;
    margin-top: 80px;
    padding-top: 60px;
}
.me01Rows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.me01ChildRight{
    font-size: 15px;
    color: #000;
    line-height: 200%;
    width: 51.551%;
    word-wrap: break-word;
}
.me01ChildLeft{
    width: 44.828%;
    margin-right: 3.621%;
}
span.meI02Img{
    display: block;
    text-align: center;
}
.meI02Info{
    max-width: 1020px;
    width: 100%;
    margin: -110px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 285px;
    position: relative;
}
.meI02Info span{
    display: block;
}
span.meI02TT{
    font-size: 30px;
    color: #1B1464;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    padding-top: 32px;
}
span.meI02Txt{
    font-size: 15px;
    color: #000;
    line-height: 200%;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.5px;
    padding-top: 12px;
    word-wrap: break-word;
}
.meItem{
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #7F7F7F;
    padding-bottom: 55px;
    margin-top: 160px;
}
.meItem:last-child{
    border-bottom: 0;
    padding-bottom: 215px;
}
.meItem02{
    margin-top: 85px;
}
.anchor_fixtop {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    visibility: hidden;
}

@media screen and (max-width: 480px){
    span.txtBanner {
        max-width: 100% !important;
        width: 100%;
    }
    span.txtBanner img{
        height: 53px;
        object-fit: cover;
    }

}