
#main_content_vr2022pro img {
    height: auto;
}


/* ----------------------------------------
	chara
---------------------------------------- */

#contents_chara .inner {
    padding: 1.5rem;
}

@media screen and (min-width: 768px) {
    #contents_chara .inner {
        padding: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    #contents_chara .inner {
        padding: 40px;
    }
}

.line_title {
    font-size: 1.4rem;  
    padding-left: 3.1rem;
    position: relative;
    line-height: 2.6!important;
}
.line_title::before {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: .2rem;
    left: 0;
    bottom: 1.2rem;
    background-color: #ffb400;
}

@media screen and (min-width: 768px) {
    .line_title {
        font-weight: bold!important;
    }
}

@media screen and (min-width: 1024px) {
    .line_title {
        font-size: 14px!important;  
        line-height: 2.6!important;
    }
    
    .m_50_lg {
        margin-top: -34px;
    }
}


#contents_chara .title {
    font-size: 26px!important;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    #contents_chara h3.title {
        font-size: 34px!important;
        font-weight: bold!important;
    }
}

@media screen and (min-width: 1024px) {
    #contents_chara h3.title {
        font-size: 42px!important;
    }
}



/* ----------------------------------------
	esports
---------------------------------------- */

.e_icon {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.e_icon h4 {
    padding-left: 1rem;
    font-size: 1.9rem;
}

.line_img {
    text-align: center;
    margin-bottom: 1rem;
}
.list_spec h5 {
    margin-bottom: .5rem;
    line-height: 1.4;
}
.list_spec p {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .e_icon h4 {
        font-size: 2rem;
    }
    .e_icon {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .e_icon h4 {
        font-size: 21px!important;
    }
    .list_spec h5 {
        font-size: 16px;
    }
    
    .list_spec > div {
        display: flex;
    }
    .list_spec .line_img {
        width: 25%;
        margin-bottom: 0;
    }
    .list_spec .line_txt {
        width: 75%;
        padding-left: 5px;
    }
}