@charset "utf-8";
/*.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}*/

.btn_entry a {display: block; width: 70%; max-width: 400px; margin: 5px auto 20px; padding: 14px 10px; background: #ff8208; border-radius: 5px; font-size: 1.2rem; line-height: 1.2; color: #f5f7ec; text-align: center; text-decoration: none; transition: 0.3s;}
.end_entry {color: #000; font-size: 1.0rem; font-weight: bold; text-align: center;}

.team {color: #000; font-size: 1.3rem; font-weight: bold;}

.flb {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 0 auto 20px;}
.flb div {max-width: 320px; margin: 0 auto;}
.flb div img {width: 100%; height: 100%; margin: 0;}

.cast_ph {position: relative;}
.cast_ph span {position: absolute; bottom: 60px; left: 2px;}

#top_img{
	position: relative;
	width: 100%;
height: auto;
padding-top: 83%;
	background-color: #FFF;
}

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

.cast_ph {position: relative;}
.cast_ph span {position: absolute; bottom: 50px; left: 8px;}

}

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

.cast_ph {position: relative;}
.cast_ph span {position: absolute; bottom: 43px; left: 2px;}

}