  #materials{
    margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
   
}
@media screen and (min-width: 768px) {
    
    
    .investors_wrapper #materials .tab .tab-item{
        padding: 18px 30px;
    }
    
    .investors_wrapper #materials .tab{
        gap: 5px;
    }

  
}

#materials h2{
    border: none !important;
    padding: 0 !important;
    line-height: 1 !important;
}
#materials h2:before,
#materials h2:after {
    display: none !important;
    background: none !important;
}

.newstitle {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;  
}


.newstitle h2 {
    flex: 1;           /* 50%¤Î·ù */
    text-align: left;  /* ×ó¼Ä¤» */
}

.newstitle p{
    flex: 1;           /* 50%¤Î·ù */
    text-align: right; /* ÓÒ¼Ä¤» */
    position: relative;
}
.newstitle p a{
    position: relative;
    padding-left: 1.5em;
}

@media screen and (min-width: 768px) {
    .newstitle{
        margin-bottom: -1.5em;
    }
}

.newstitle p a:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    background: url(/jp/ja/img/common/arrow.png) no-repeat center center;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    #materials {
       width: 100%;
    }
}