

.fixation{
    background:#fff;
    top:0px;
    width:100%;
    z-index:1;
}

.l-header{
    position:relative;
    height:auto;
    min-height:1px;
    margin-bottom:15px;
}
.p-header{
    /*
    灰色
    background-color:#fff;
    紫
     background-color:#825C8C;
    */
   
  
    display:flex;
}



.p-header-inner{
    display: flex;
    width:1048px;
    padding:10px 0;
    align-items:center;
    /*
    2/11調整のため一時削除
    margin-right:auto;
    margin-left:auto;
    */
}
.p-main-nav_list{

    display:flex;
    margin-left:30px;
    align-items:center;
    list-style-type:none;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;

    padding:0px
    /*    width:1048px;
    border-bottom:2px solid #882255;
    */
}
.p-main-nav_list li{  
    /*
    border-right:2px solid #882255;
    border-left:2px solid #882255;
    */
}

.p-title{
    margin-bottom:0;
    margin-right:10px;
    /*font-size;20px　小さすぎる
    調整35px
    */
    font-size:35px;
    color:#9BF9CC;
    white-space: nowrap;
}

.p-header_description{
    /*
    font-size:8px 小さすぎる
    調整1
    */
    font-size: 16px;
    margin-left:10px;
}

.header-href{
    display:flex;
    background-color: #fffafa;
    border-bottom:1px solid #f5f5f5;
}

.timeline-item{
    text-decoration: none;
    color:#222222;
    transition:opacity 0.3s;
}
.timeline-item:hover{
    background-color:#e6e6fa;
}