@charset "utf-8";
/* CSS Document */

#result_area .btn-area{
	width: 100%;
}

#result_area .btn-area a{
	float: left;
	width: 48%;
}

#result_area a.btn:last-child{
	float: right;
}
	
@media (max-width: 599px) {
/* small devices */

.block{
	padding: 40px 0 60px;
}

.block .h2_center{
	text-align: center;
	padding-bottom: 20px;
}

.block .h2_center h2::before {
	border-bottom: 3px solid #333;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/* tablets */


}

/* ---------------------- 追加CSS ---------------------- */

/* 以下、2021/05以降に追加 */

/* ----------- 試合日程CSS ----------- */

#nextgame {
	background: #333;
	padding: 80px 0;
}

#nextgame h2{
	color: #fff;
	font-size: 200%;
}

#nextgame .wrap{
	border: 1px solid #ccc;
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

#nextgame .img-box{
	width: 15%;
    float: right;
}

#nextgame .img-box img{
	width: 100%;
}

#nextgame .img-box p.team-name{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	font-size: 120%;
}

#nextgame .info-box{
	width: 80%;
	float: left;
}

#nextgame p.text01{
	color: #081c54;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
}

#nextgame p.text02{
    font-size: 300%;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}

#nextgame p.text02 span{
	font-size: 70%;
	letter-spacing: 0.8;
}

#nextgame p.text04{
	color: #081c54;
}

#nextgame p.text04 .fa-map-marker-alt:before{
	color: red;
}

#nextgame p.text05{
	font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 599px) {
/* small devices */

/* ----------- 試合日程CSS ----------- */

#nextgame .wrap{
    padding: 20px;
    margin-bottom: 20px;
}

#nextgame .img-box p.team-name{
	font-size: 10px;
}

#nextgame p.text01{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

#nextgame p.text02{
    font-size: 24px;
    margin-bottom: 10px;
}

#nextgame p.text02 span{
	display: block;
	margin-top: 5px;
}

#nextgame p.text05{
	font-size: 16px;
    margin-bottom: 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {

#nextgame .wrap{
    padding: 20px;
    margin-bottom: 20px;
}

#nextgame .img-box p.team-name{
	font-size: 10px;
}

#nextgame p.text01{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #ccc;
}

#nextgame p.text02{
    font-size: 24px;
    margin-bottom: 10px;
}

#nextgame p.text02 span{
	display: block;
	margin-top: 5px;
}

#nextgame p.text05{
	font-size: 16px;
    margin-bottom: 10px;
}


}