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

/* コード追加
-------------------------*/

a.btn {
    margin: 40px 0 0;
}
 
.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header_top .wrap ul li a img, #menu_panel ul li a span.icon img {
    filter: brightness(100);
}

#member_single h1.name:after {
    bottom: -20px;
}

#result_area ul li .img_box img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* ----------- 大会情報CSS ----------- */

#match_field table{
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #fff;
}

#match_field table tr:first-child{
	background: #204a94;
	color: #fff;
}

#match_field table th,#match_field table td{
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.8;
	box-sizing: border-box;
	vertical-align: middle;
}

#match_field table th{
	text-align: left;
}

#match_field table td ul li{
	margin-top: 5px;
}

#match_field table td ul li:first-child{
	margin-top: 0;
}

#match_field table td ul li .fas.fa-file-pdf {
    margin-left: 5px;
    color: red ;
}

#match_field table td ul li a{
	color: #204a94;
}

#match_field table td:first-child{
	font-weight: bold;
}

#match_field table td.white-space{
	white-space: nowrap;
}

/* ----------- スポンサーバナーエリア ----------- */

footer #support_banner {
    clear: both;
    margin: 40px 0;
}

footer #support_banner h3{
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    margin: 50px 0;
    font-size: 24px;
    display: flex;
    align-items: center;
}

footer #support_banner h3:before,
footer #support_banner h3:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}

footer #support_banner h3:before {
    margin-right: 1rem;
}

footer #support_banner h3:after {
    margin-left: 1rem;
}

footer #support_banner ul{
    display: flex;
    flex-wrap: wrap;
}

footer #support_banner ul li {
    width: calc(50% - 20px);
    margin: 10px;
    box-sizing: border-box;
}

footer #support_banner ul li img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 1;
}

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

/* ----------- 大会情報CSS ----------- */

#match_field table th{
	display: none;
}

#match_field table td{
	display: block;
	text-align: right;
}

#match_field table td:first-child{
	background: #204a94;
	color: #fff;
	border: 1px solid #204a94;
	padding: 20px 15px;
	text-align: left;
}

#match_field table td:before {
	content:attr(data-label);
	float:left;
	font-weight: bold;
}

/* ----------- スポンサーバナーエリア ----------- */

footer #support_banner ul li{
	width: 100%;
	margin: 10px 0;
}


}

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


}

@media (min-width: 1210px) {
   /* large desktops */


}