
#main_content_vr2022pro img {
    height: auto;
}

h3.sub_title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.3!important;
}

@media screen and (min-width: 1024px) {
    h3.sub_title {
        font-size: 28px!important;
        margin-bottom: 15px;
    }
    
}


/* ----------------------------------------
	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;
    }
}


#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;
    }
}