@charset "UTF-8";

/*------------------------
ボタン変更
------------------------*/


    
    .el_topBtn {
    background: #fff!important;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 100px;
    padding: 10px;
    text-align: center;
    margin: auto;
    width: 50%;
    font-size:0.9375rem;
    font-weight:bold;
    }
    
    .el_bdrBtn.el_bdrBtn__iconR > span:last-child {
    right: 0.5rem !important;
    }
    
@media screen and (min-width: 768px){
    .un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block {
    width: 100%;
    background: #111111;
    height: 2.8125rem;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    padding: 0.75rem;
    color: #fff;
    fill: #fff;
     }
}
/*------------------------
コピーライト
------------------------*/

    .copyright{
    margin-top: -50px;
    padding: 0 20px 0 20px;
    font-size: 10px;
    color: #787878;
    text-align: center;
    }

@media screen and (max-width: 768px){
    .copyright{
    margin-top: -30px;
    }
}
/*------------------------
過去バナー
------------------------*/
.academy-banner{
	display: flex;
	flex-wrap:wrap;
	margin: 40px 0;
}
.academy-banner li {
	width: calc(100%/2);
	padding:5px 10px 5px 0px;
	box-sizing:border-box;
}
.academy-banner li img {
	max-width:100%;
	height: auto;
}
.academy-banner .academy-title{
	padding:10px 0px;
	font-size: 1.25rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}

@media screen and (max-width: 768px){

	.academy-banner{
	margin: 0 0 40px 0;
     }
     
	.academy-banner li {
		width: calc(100%/1);
		padding:10px 20px;
     }
     
     .academy-banner .academy-title{
	padding:10px 20px;
	font-size: 1.0625rem;
    letter-spacing: 0.08em;
    font-weight: bold;
     }
}

/*------------------------
ノミネートTOPへ
------------------------*/
.el_topBtn {
    margin: 30px auto;
    text-align: center;
}

@media screen and (max-width: 768px){
.el_topBtn {
    margin-top: 1.21875rem;
    margin-bottom: 3.21875rem;
    }
}

/*------------------------
WINNER
------------------------*/

.winner img {
    outline: 5px solid #E61E0F;;
    outline-offset: -5px;
}

.winner {
    position: relative;
}

.winner-badge {
  position: relative;
  margin-top: -60px; 
  top: 60px;
}

.winner-badge {
    width: 95%;
    height: 95%;
    color: #ffffff;
    background-repeat:  no-repeat; 
    background-image: url(../../images/winner.png);
    background-position: left 0%;
    background-size:35%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: -6px;
    
}

@media screen and (max-width: 768px){
.winner img {
    outline: 3px solid #E61E0F;;
    outline-offset: -3px;
    }
    
.winner-badge {
    top: 50px;
    right: 3px;
    }
}

/* 2021/10/26追加 */

@media screen and (max-width: 767px) {
  .bl_articleListItem_bottomFoot {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 0.6875rem;
  }
  
  .bl_articleListItem_author_name {
    color: #7a7a7a;
    letter-spacing: 0.08em;
    padding-left: 0.125rem;
    white-space: nowrap;
}

.bl_articleListItem_author_img img {
    border: 1px solid #efefef;
    width: 1.03125rem;
    height: 1.03125rem;
}

}

.bl_articleListItem_author {
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
}

@media screen and (min-width: 768px) {
  .bl_articleListItem.bl_articleListItem__col .bl_articleListItem_imgFoot {
    display: block;
    padding: 3.75rem 0.625rem 0.5rem;
  }
}