.main_v {
    position: relative;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.main_v::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);  
    pointer-events: none; 
}
.main_v_news {
    position: relative;
    display: flex; 
    align-items: center; 
    justify-content: center; 
        height:50vh;
          background-image: url(https://nakanishi-udon.ask-dplus.com/wp-content/uploads/2025/01/post__bg.webp);
          background-color: #F8F8F0;
          background-repeat: repeat;
}

.main_v_news .custom-page-header h1{
          color:#000;
}

.custom-page-header {
    display: flex;
    align-items: center;
    justify-content: center;}

.custom-page-header h1 {
    writing-mode: vertical-lr;
    font-size: 30px;
    letter-spacing: 10px;
    color: #fff;
    z-index: 3;
    margin: 0;
}
.p-articleHead.c-postTitle {
    display: flex;
    flex-direction: column;
align-items: flex-start;
}
time.c-postTimes__posted.icon-posted{
      font-size:18px!important;
}
.p-articleHead time {
    margin-bottom: 10px;
}
@media (max-width: 660px)  {
.custom-page-header h1 {
         font-size: 27px;
        letter-spacing: 10px;
}

}
