header a {
    font-family: 'Righteous', cursive;
    color: #fff;
}

.news_detail_disp {
    display: flex
}
.news_detail_img {
    max-width: 650px;
    width: 100%
}
.news_detail_text {
    /* max-width: calc(100% - 650px); */
    width: 100%;
    margin: -10px 0 0;
    box-sizing: border-box;
    padding: 0 25px;
}
.news_detail_date {
    text-align: right !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 0 10px;;
}
.news_detail_text h3 {
    font-size: 30px;
    font-family: "M PLUS 1p";
    position: relative;
    margin: 0 auto 40px;
    line-height: 1.3;
}

.news_detail_text h3::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: -25px;
    bottom: -18px;
    background-color: #000;
}
.news_detail_text p {
    box-sizing: border-box;
    padding: 0 20px;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 2;
    font-family: "Noto Sans JP";
}
.news_detail_text2 {
    background-image: url('../images/5.jpg');
    background-repeat:  no-repeat;
    background-position: top 35px left 0;
    background-size:200px;
}    
.news_detail_text2 p {
    box-sizing: border-box;
    padding: 0 0 0 250px;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 2;
    font-family: "Noto Sans JP";
}
#about_prof{
    padding: 15px 0 100px;
}
#about_prof h2{
    text-align:center;
    padding: 30px 0 25px;
    border-bottom:5px solid #000;
    color:#000;
}
#about_prof ul{
  background: #FFF;
  padding: 60px;
}
  #about_prof ul li{    
  display: flex; 
  flex-wrap: wrap;   
  font-size: 15px;
}
#about_prof ul li div:first-child{  
  border-bottom: 2px solid #000;    
  width: 20%;  
  padding: 20px;  
  box-sizing: border-box;
}
#about_prof ul li div:last-child{ 
  border-bottom: 2px solid #f0f0f0;   
  padding: 20px;   
  width: 80%;  
  box-sizing: border-box;
}

.name{
    text-align:right;
}

