@charset "UTF-8";

/* 新着情報 */
body.page-top section.top-news {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  body.page-top section.top-news {
    margin-top: 120px;
  }
}


/* ニュースのタイトル　*/
body.page-top section.top-news .cmn__yghead span.en {
  font-weight: 700;
  font-size: 2em;
    line-height:1.02;
}
@media screen and (min-width: 768px) {
  body.page-top section.top-news .cmn__yghead span.en {
    font-size: 2.6em;
  }
}
body.page-top section.top-news .cmn__yghead span.ja {
    font-size: 0.8em;
    margin-top:10px;
    
}

/* ニュースの一覧ボタン　*/
body.page-top section.top-news .link-button {
  margin-top: 60px;
}
body.page-top section.top-news .link-button > a.cmn__arrow-button {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top section.top-news .link-button > a.cmn__arrow-button {
    margin-right: 0;
  }
}


.top-news .table {
    display: block;
    border-top: 1px solid #0435C1;
    margin-top:20px;
}

/*news_phpのクラス名は変更不可*/
.news_php article{
    margin:0;
    padding: 20px 0;
    width:100%;
    min-height:120px;
    
    border-bottom: 1px solid #0435C1; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;    
}
@media (max-width: 767px) {
  .news_php article {
        flex-direction: column;
        font-size: 17px;
  }
}

.news_article_date{
    margin:0px 5px 0 0;
    padding:0;
    min-width:120px;
    font-size:1.1em;
    font-weight:normal;
    line-height:1.4;
    vertical-align: top;
}
@media (max-width: 767px) {
    .news_article_date{
        margin:5px 0;
  }
}

.news_article_txtbox{
    flex: 1;
    margin:0 5px 0 0;
    padding:0;
    text-align:left;
    vertical-align: top;
}
@media (max-width: 767px) {
    .news_article_txtbox{
        margin:5px 0;
  }
}
.news_article_title{
    font-size:1.2em;
    font-weight:500;
    line-height:1.4;
    margin:0;
    padding:0;
    vertical-align: top;
}
.news_article_text{
    margin-top:15px;
    line-height:1.8;
    font-size:0.9em;
    font-weight:normal;
}
.news_article_text a,.news_article_title a{
    text-decoration:underline;
}


.news_article_thumb{
    width:240px;
    height:auto;
    margin: 0 0 0 30px;
}
@media (max-width: 767px) {
    .news_article_thumb{
        width:100%;
        height:auto;
        margin:20px auto;
  }
}
.news_article_thumb img{
	width:100%;
	height:100%;
    object-fit: contain;
}



/**********************************/
/*pkobo orginal*/
/**********************************/
.news_php .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.news_php .newMark{
	display:inline-block;
    margin-left:5px;
	padding:1px 4px 2px;
	font-size:11px;
	line-height:100%;
	background:#E21203;
	color:#fff;
	border-radius:4px;
}



/**********************************/
/* Pager style */
/**********************************/
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    background: #fff;
    border: 1px solid #0435C1;
    border-radius: 3px;
    color: #0435C1;
    font-size: 12px;
    padding: 3px 10px 4px 10px;
    text-decoration: none;
	margin:20px 0 20px 8px;
}
/*現在のページのボタン*/
.pager a.current{
    background: #0435C1;
    border: 1px solid #0435C1;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px 4px 10px;
	margin:20px 0 20px 8px;
    text-decoration: none;
}
.pager a:hover{
    background:#0435C1;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}





