/* CSS Document */

/* ======================================== common ======================================== */
h2 {
    text-align: center;
    /* font-size: 2.7rem; */
    font-weight: bold;
    margin-bottom: 50px;
}
h3 {
    font-size: 1.4rem;
    font-weight: bold;
    border-left: 7px solid #75bfc6;
    border-bottom: 1px dotted #75bfc6;
    padding-left: 7px;
    line-height: 1.8;
    margin-top: 50px;
    margin-bottom: 20px;
}
br.spCtrl { display: none; }

.layout_padding { padding: 150px 0; }

.hero_area { background-color: #f2f2f3; }

#top .brand_box { display: none; }

.sub_page .brand_box {
    background: url("../images/header-img.jpg") center;
    background-size: cover;
    padding: 25px 0;
}

.sub_page .brand_box  a { margin-left: auto; }

section .annotation {
    font-weight   : bold;
    color         : #e60012;
    margin        : 30px 10%;
    line-height   : 1.3;
    border        : 1px solid #e60012;
    padding       : 20px 10px;
    text-align    : left;
    font-size     : 1.1rem;
    letter-spacing: 1px;
}
section .annotation img {
    display  : block;
    margin   : 0 auto 10px;
    max-width: fit-content;
    width    : 100%;
}

/* navigation */
.navbar-brand {
    background: url("../images/logo.png") no-repeat;
    width: 120px;
    height: 90px;
    margin: 0 auto 0 15px;
    background-size: contain;
}
.nav_section { margin-top: 0; }

.nav_section .custom_nav2 .custom_nav-container {
    background-color: #75bfc6;
    border-radius: 0;
    padding: 0;
}
.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item.active { background-color: #daeeef; }

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item.active .nav-link { color: #75bfc6; }

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link:hover {
    background-color: #daeeef;
    color: #75bfc6;
}
.dropdown-menu { left: inherit; }

/* button */
body section a.btn {
    display: block;
    width: 80px;
    margin: 10px auto 0;
    background-color: #75bfc6;
    color: #fff;
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
}
body section a.btn.qual { margin-top: 0; }

body section a.btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #75bfc6;
}
body section a.btn.disable {
    opacity: 0.3;
    background-color: #fff;
    color: #000;
    border-color: #75bfc6;
}
body section a.btn_red_round {
    display: block;
    background-color: #e9091a;
    color: #fff;
    width: fit-content;
    text-align: center;
    border: 1px solid #e9091a;
    padding: 10px 100px;
    margin: 10px auto 10px;
    border-radius: 100px;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 5px;
}
body section a.btn_red_round:hover {
    background-color: #fff;
    color: #e9091a;
}
body section a.btn_orange_round {
    display: block;
    background-color: #ff8800;
    color: #fff;
    width: fit-content;
    text-align: center;
    border: 1px solid #ff8800;
    padding: 10px 100px;
    margin: 10px auto 10px;
    border-radius: 100px;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 5px;
}
body section a.btn_orange_round:hover {
    background-color: #fff;
    color: #ff8800;
}

/* ticket version */
body section p.btn_ticket {
    margin: 10px auto 40px;
}
body section p.btn_ticket a {
    background-color: #75bfc6;
    color: #fff;
    border: 1px solid #75bfc6;
    display: block;
    padding: 10px 100px;
    width: fit-content;
    border-radius: 100px;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 5px;
    margin: auto;
}
body section p.btn_ticket a:hover {
    background-color: #fff;
    color: #75bfc6;
    border: 1px solid #75bfc6;
}

/* result version */
body#grandslam section.grandslam_section h4 {
    text-align: center;
    font-weight: bold;
    margin: 120px auto 20px;
}
body#grandslam section.grandslam_section h4 span {
    display: block;
    width: fit-content;
    background: #FFF;
    margin: -13px auto 0;
    padding: 0 10px;
}
body#grandslam section.grandslam_section h4::before {
    border: 1px solid #000;
    content: "";
    display: block;
    width: 90%;
    margin: 0 auto;
}

body#grandslam section.grandslam_section ul.elected,
body#grandslam section.grandslam_section ul.btnList,
body#grandslam section.grandslam_section ul.playerList {
    text-align: center;
    padding-left: 0;
    list-style: none;
}
body#grandslam section.grandslam_section ul.elected { margin-bottom: 150px; }

body#grandslam section.grandslam_section ul.elected>li {
    margin-bottom: 80px;
    display: inline-block;
}
body#grandslam section.grandslam_section ul.elected.best4>li { width: 50%; }
body#grandslam section.grandslam_section ul.elected.best8>li { width: 25%; }

body#grandslam section.grandslam_section ul.elected>li p.name { font-size: 34px; }
body#grandslam section.grandslam_section ul.elected.best4>li p.name { font-size: 28px; }
body#grandslam section.grandslam_section ul.elected.best8>li p.name { font-size: 24px; }

body#grandslam section.grandslam_section ul.elected>li p.name span.ppr {
    display: block;
    font-size: 20px;
}
body#grandslam section.grandslam_section ul.elected.best4>li p.name span.ppr { font-size: 18px; }
body#grandslam section.grandslam_section ul.elected.best8>li p.name span.ppr { font-size: 16px; }
body#grandslam section.grandslam_section ul.elected>li p.comment {
    width: 90%;
    margin: 20px auto;
}
body#grandslam section.grandslam_section ul.elected>li img {
    width: 90%;
    max-width: 800px;
}
body#grandslam section.grandslam_section ul.btnList {
    margin-bottom: 50px;
    margin-top: 100px;        
}

body#grandslam section.grandslam_section ul.btnList li { display: inline-block; }

body#grandslam section.grandslam_section ul.btnList li a {
    background-color: #D20804;
    color: #fff;
    display: block;
    width: 180px;
    padding: 25px 0;
}
body#grandslam section.grandslam_section ul.btnList li:nth-of-type(2) a { background-color: #0616A7; }

body#grandslam section.grandslam_section ul.playerList li {
    display: inline-block;
    margin: 0 10px 25px;
}


@media (max-width: 992px) {
    body section a.btn_red_round,
    body section a.btn_orange_round {
        padding: 10px 80px;
        font-size: 150%;
        letter-spacing: 3px;
    }
    
    /* ticket version */
    body section p.btn_ticket a {
        padding: 10px 80px;
        font-size: 150%;
        letter-spacing: 3px;
    }
    
    /* result version */
    body#grandslam section.grandslam_section ul.elected.best4>li { width: auto; }
    body#grandslam section.grandslam_section ul.elected.best8>li { width: auto; }
    
    body#grandslam section.grandslam_section table { font-size: 13px; }
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
    section .annotation {
        margin        : 30px 0;
    }
    
    body section a.btn {
        font-size: 13px;
        margin-top: 30px;
        min-width: 70%;
    }
    
    body section a.btn_red_round a,
    body section a.btn_orange_round a {
        padding: 10px 50px;
        font-size: 120%;
        letter-spacing: 2px;
    }
}


/* table */
.table {}
.table th {
    background-color: #f2f2f3;
    vertical-align: middle;
    white-space: nowrap;
}
.table td {
    vertical-align: middle;
}

@media (max-width: 600px) {
    .table-responsive_sp{
        border: none;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;    
    }
}

/* live */
.liveLink_section.layout_padding { padding: 100px 0; }

.liveLink_section.layout_padding img { width: 100%; }

/* sponsor */
.sponsorLink_section.layout_padding { padding: 100px 0; }

.sponsorLink_section h2 {
    font-size  : 2rem;
    line-height: 1;
}
.sponsorLink_section h2.officialSponsor { font-size: 2.3rem; }
.sponsorLink_section h2.shopSponsor { font-size: 1.8rem; }

.sponsorLink_section p {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 70px;
    margin-bottom: -50px;
}

section.sponsorLink_section ul {
    padding-left : 0;
    list-style   : none;
    text-align   : center;
    margin-top   : 60px;
    margin-bottom: 100px;
}
section.sponsorLink_section ul>li {
    display: inline-block;
    margin : 0 10px 20px;
}
section.sponsorLink_section ul:not(.officialSponsor)>li img { border: 1px solid #000; }
section.sponsorLink_section ul.officialSponsor>li img {
    max-width: 100%;
    min-width: 180px;
    margin   : 30px 0;
}



@media (min-width: 993px) { 
    /* navigation */
    .nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
        padding: 10px;
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    h2 { font-size: 2.2rem; }
    h2.shopSponsor { font-size: 1.8rem; }
    
    .sub_page .brand_box {
        padding: 15px 0;
    }
    
    /* navigation */
    .nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
        padding: 3px 30px;
        font-size: 14px;
    }
    
    /* table */
    .table {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    h2 { font-size: 2.0rem; }
    
    .sponsorLink_section h2 { font-size: 1.5rem; }
    .sponsorLink_section h2.officialSponsor { font-size: 1.6rem; }
    .sponsorLink_section h2.shopSponsor { font-size: 1.3rem; }
    
    h3 { font-size: 1.3rem; }
    
    br.spCtrl { display: block; }
    
    .layout_padding { padding: 100px 0; }

    /* live */
    .liveLink_section.layout_padding { padding: 50px 0; }

    /* sponsor */
    .sponsorLink_section.layout_padding { padding: 50px 0; }
    
    .carousel.container {
        max-width: none;
        padding: 0;
    }
    
    /* table */
    .table {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .sponsorLink_section h2 { font-size: 1.4rem; }
    .sponsorLink_section h2.officialSponsor { font-size: 1.5rem; }
    .sponsorLink_section h2.shopSponsor { font-size: 1.2rem; }
    
    h3 { font-size: 1.0rem; }
    
    /* br.spCtrl { display: block; } */
    br.pcCtrl { display: none; }
    
    .layout_padding { padding: 50px 0; }
    
    /* live */
    .liveLink_section.layout_padding { padding: 50px 0; }

    /* sponsor */
    .sponsorLink_section.layout_padding { padding: 50px 0; }
    
    /* navigation */
    .navbar-brand {
        background-size: 70px;
        width: 70px;
        height: 52px;
    }
    .custom_nav2 .nav-item { flex-basis: 33.333%; }
    
    .nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
        font-size: 11px;
        padding: 3px 10px;
    }
    
    /* table */
    .table th,
    .table td {
        padding: 5px;
    }
}


/* ======================================== footer ======================================== */
section.info_section { background-color: #75bfc6; }

section.info_section.layout_padding { padding: 40px 0; }

section.info_section .info_menu { margin: 40px 0 0; }

section.info_section .info_menu ul {
    padding-left: 0;
    margin: auto;
    list-style: none;
    text-align: center;
}
section.info_section .info_menu ul li {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 10px 10px;
}
section.info_section .info_menu ul li a {
    display: block;
    width: 250px;
    padding: 13px 0;
    text-align: center;
}
section.info_section .info_menu ul li a:hover {
    background-color: #fff;
    color: #000;
}
section.info_section .info_menu .info_social iframe { margin: auto; }

/* link */
/* .link_section { background-color: #f2f2f3; } */

.link_section ul {
    padding: 10px 0;
    margin: 10px 0 0;
    text-align: center;
}

.link_section ul li {
    display: inline-block;
    margin: 10px 20px;
}

.link_section ul li a,
.link_section ul li img {
    display: block;
}

.footer_section { background-color: #75bfc6; }

.footer_section p a { color: #fff; }

@media (max-width: 1199px) {
    section.info_section .info_menu ul li a { width: 200px; }
}
@media (max-width: 992px) {
    section.info_section .info_menu ul li a {
        font-size: 13px;
        width: 140px;
    }
}
@media (max-width: 768px) {
    section.info_section .info_menu ul { margin-bottom: 20px; }
    
    section.link_section ul li img { width: 140px; }
}
@media (max-width: 600px) {
    section.info_section .info_logo h2 { font-size: 1.7rem; }
    
    section.info_section .info_menu ul li a {
        padding: 7px 0;
        font-size: 11px;
    }
    .footer_section p a { font-size: 13px; }
}


/* ======================================== top ======================================== */

/* slider */
body#top section.slider_section .carousel-cell:not(.is-selected) { opacity: 0.4; }

body#top section.slider_section .flickity-button      { background: transparent; }
body#top section.slider_section .flickity-button-icon { fill: #75bfc6; }
body#top section.slider_section .flickity-page-dots   { bottom: 12px; }

/* topics */
body#top section.topics_section h2 { margin-bottom: 30px; }

body#top section.topics_section ul {
    padding-left: 0;
    list-style: none;
}
body#top section.topics_section ul li { margin-bottom: 10px; }

body#top section.topics_section ul li a { color: #505050; }

body#top section.topics_section ul li time {
    margin-right: 10px;
    color: #000;
}

/* widget */
body#top section.widget_section div.ranking div,
body#top section.widget_section div.next div {
    height: 100%;
    border: 1px solid rgb(207, 217, 222);
    border-radius: 12px;
}
body#top section.widget_section div.ranking div strong { background: url("../images/top/widget/icon_ranking.png") no-repeat 95px center; }
body#top section.widget_section div.next div strong    { background: url("../images/top/widget/icon_dartsboard.png") no-repeat 115px center; }

body#top section.widget_section div.ranking div strong,
body#top section.widget_section div.next div strong {
    color: #75bfc6;
    background-color: #daeeef;
    text-align: center;
    font-size: 20px;
    display: block;
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgb(207, 217, 222);
    border-radius: 12px 12px 0 0;
}
body#top section.widget_section div.next div a,
body#top section.widget_section div.ranking div a {
    display: block;
    color: #040000;
}
body#top section.widget_section div.next div a:hover,
body#top section.widget_section div.ranking div a:hover { color: #75bfc6; }

body#top section.widget_section div.next div p.tournamentName {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 0;
}
body#top section.widget_section div.next div p.tournamentDate {
    font-size: 27px;
    margin: 0 0 15px;
}
body#top section.widget_section div.next div p.qualifyingPeriod {
    margin-bottom: 20px;
    line-height: 1.3;
}

body#top section.widget_section div.ranking div a figure {
    text-align: center;
    margin-bottom: 5px;
}
body#top section.widget_section div.ranking div a figure img {
    width: 55%;
    margin: 10px 0 5px;
}
body#top section.widget_section div.ranking div a figure figcaption {
    /* background-color: #daeeef; */
    position: relative;
}
body#top section.widget_section div.ranking div a figure figcaption span.first {
    position: absolute;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background: url("../images/top/widget/icon_first.png") no-repeat;
    background-size: 28px;
    top: 2px;
    left: 70px;
}
body#top section.widget_section div.ranking div a figure figcaption span.name {
    font-size: 20px;
    padding-left: 40px;
}
body#top section.widget_section div.ranking div ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 7px;
}
body#top section.widget_section div.ranking div ul li {
    display: inline-block;
    margin: 5px;
}
body#top section.widget_section div.ranking div ul li img {
    width: 92px;
    border: 1px solid #000;
}

/* about sponsorship */
body#top section.about_section,
body#top section.about_section .img-box { background-color: rgb(218 238 239 / 35%); }

body#top section.about_section .detail-box { padding: 0 45px 45px; }

body#top section.about_section h2 { margin: 60px 0 0; }

body#top section.about_section a {
    margin: 20px 0;
    background-color: #75bfc6;
    border-color: #75bfc6;
}
body#top section.about_section a:hover { background-color: #fff; }

@media (max-width: 1199px) {
    /* slider */
    body#top section.slider_section .carousel-cell { width: 100%; }
    
    body#top section.slider_section .carousel-cell img {
        width: 90%;
        margin-left: 5%;
    }
    body#top section.slider_section .flickity-page-dots { bottom: 5px; }
    
    /* widget */
    body#top section.widget_section div.ranking div strong { background-position: 140px center; }
    body#top section.widget_section div.next div strong    { background-position: 160px center; }
    
    body#top section.widget_section div.ranking div a figure figcaption span.first { left: 110px; }
    
    body#top section.widget_section div.tw div.twitter-timeline { margin: 30px auto 0 !important; }
}
@media (max-width: 991px) {
    /* widget */
    body#top section.widget_section div.ranking { margin-top: 30px; }
    
    body#top section.widget_section div.ranking div strong { background-position: 260px center; }
    body#top section.widget_section div.next div strong    { background-position: 280px center; }
    
    body#top section.widget_section div.ranking div a figure img { width: 30%; }
    
    body#top section.widget_section div.ranking div a figure figcaption span.first { left: 230px; }
}
@media (max-width: 768px) {
    /* widget */
    body#top section.widget_section div.ranking div strong { background-position: 170px center; }
    body#top section.widget_section div.next div strong    { background-position: 190px center; }
    
    body#top section.widget_section div.ranking div a figure img { width: 40%; }
    
    body#top section.widget_section div.ranking div a figure figcaption span.first { left: 140px; }
    
    /* sponsor */
    body#top section.about_section h2 {
        margin: 0 0 30px;
        font-size: 1.4rem;
    }
    body#top section.about_section div.heading_container+a {
        margin: 0 0 80px;
    }
    body#top section.about_section .detail-box { padding: 0 45px 15px; }
    
    body#top section.about_section .detail-box p { padding: 0 20px; }
    
    /* body#top section.sponsorLink_section ul:not(.officialSponsor)>li { margin: 0 5px 10px; } */
    body section.sponsorLink_section ul:not(.officialSponsor)>li { margin: 0 5px 10px; }
    
    /* body#top section.sponsorLink_section ul:not(.officialSponsor)>li img { width: 140px; } */
    body section.sponsorLink_section ul:not(.officialSponsor):not(.premier)>li img { width: 140px; }
    body section.sponsorLink_section ul.premier>li img { width: 200px; }
}
@media (max-width: 600px) {
    /* topics */
    body#top section.topics_section .box .detail-box h2 { font-size: 1.7rem; }
    
    body#top section.topics_section .box .detail-box ul li { font-size: 13px; }
    
    /* widget */
    body#top section.widget_section div.ranking div strong,
    body#top section.widget_section div.next div strong { font-size: 15px; }
    
    body#top section.widget_section div.ranking div strong { background-position: 33% center; }
    body#top section.widget_section div.next div strong    { background-position: 37% center; }
    
    body#top section.widget_section div.next div p.tournamentName {
        font-size: 25px;
        margin-top: 10px;
    }
    body#top section.widget_section div.next div p.tournamentDate {
        font-size: 15px;
        margin: 0 0 20px;
    } 
    body#top section.widget_section div.next div p.qualifyingPeriod { font-size: 13px; }
    
    body#top section.widget_section div.ranking div a figure figcaption { font-size: 13px; }
    
    body#top section.widget_section div.ranking div a figure figcaption span.first {
        top: 0;
        left: 30%;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    
    body#top section.widget_section div.ranking div a figure figcaption span.name {
        font-size: 14px;
        padding-left: 25px;
    }
    
    /* sponsor */
    body#top section.about_section .detail-box p { font-size: 13px; }
    
    body#top section.about_section a {
        font-size: 13px;
        margin: 20px 0 40px;
    }
}
@media (max-width: 400px) {
    /* widget */
    body#top section.widget_section div.ranking div a figure figcaption span.first { left: 27%; }
}


/* ======================================== 概要 ======================================== */
body#summary section.summary_section h2.second { margin-top: 100px; }

body#summary section.summary_section p.desc { text-align: center; }

body#summary section.summary_section .about_section .detail-box { padding-top: 0; }

/*----- アコーディオン -----*/
body#summary section.summary_section .accordion-area {
    list-style: none;
    padding-left: 0;
}
body#summary section.summary_section .accordion-area .title {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 2% 2% 2% 50px;
    margin-top: 0;
    transition: all .5s ease;
}
body#summary section.summary_section .accordion-area .title::before,
body#summary section.summary_section .accordion-area .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
}
body#summary section.summary_section .accordion-area .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}
body#summary section.summary_section .accordion-area .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}
body#summary section.summary_section .accordion-area .title.close {
    opacity: 1.0;
    float: none;
}

body#summary section.summary_section .accordion-area .title.close::before { transform: rotate(45deg); }
body#summary section.summary_section .accordion-area .title.close::after  { transform: rotate(-45deg); }

body#summary section.summary_section .accordion-area .box {
    display: none;
    background: rgb(218 238 239 / 35%);
    margin: 0 3% 3% 3%;
    padding: 3%;
}

/*-----------------------*/

body#summary section.summary_section .accordion-area .box ul li { margin-bottom: 10px; }

body#summary section.summary_section .accordion-area .box table {
    text-align: center;
    width: 70%;
    margin: 20px auto 20px;
    background-color: #fff;
}
body#summary section.summary_section .accordion-area .box table th {
    padding: 10px;
    background-color: #75bfc6;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
body#summary section.summary_section .accordion-area .box table td { padding: 10px; }

body#summary section.summary_section .accordion-area .box .uniform div:nth-of-type(1) { text-align: right; }

@media (max-width: 992px) {
    body#summary section.summary_section .accordion-area .box table { width: 100%; }
}
@media (max-width: 768px) {
    body#summary section.summary_section p { font-size: 13px; }
    
    body#summary section.summary_section p.desc { text-align: left; }
    
    body#summary section.summary_section .accordion-area .title { padding: 1% 1% 1% 35px; }
    
    body#summary section.summary_section .accordion-area .title::before,
    body#summary section.summary_section .accordion-area .title::after {
        left: 10px;
    }
    body#summary section.summary_section .accordion-area .box ul { padding-left: 20px; }
    
    body#summary section.summary_section .accordion-area .box ul li { font-size: 13px; }
    
    body#summary section.summary_section .accordion-area .box table { font-size: 13px; }
    
    body#summary section.summary_section .accordion-area .box .uniform div:nth-of-type(1) { text-align: center; }
    
    body#summary section.summary_section .accordion-area .box .uniform div:nth-of-type(2) { margin-top: 15px !important; }
    
    body#summary section.summary_section .accordion-area .box .uniform div:nth-of-type(2) ol {
        width: 285px;
        margin: auto;
        text-align: center;
    }
    body#summary section.summary_section .about_section .detail-box {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


/* ======================================== スケジュール ======================================== */
body.sub_page section.schedule_section section.schedule table th {
    background-color: #75bfc6;
    color: #fff;
}
body.sub_page section.schedule_section section.schedule table th.date { width: 30%; }

body.sub_page section.schedule_section section.schedule table td:nth-of-type(1) { background-color: rgb(218 238 239 / 35%); }

@media (max-width: 992px) {
    body.sub_page section.schedule_section section.schedule table { font-size: 14px; }
    
    body.sub_page section.schedule_section section.schedule table th,
    body.sub_page section.schedule_section section.schedule table td {
        padding: 0.55rem 0.25rem;
    }
    body.sub_page section.schedule_section section.schedule table td a.btn {
        font-size: 14px;
        width: 75px;
    }
}
@media (max-width: 768px) {
    body.sub_page section.schedule_section section.schedule table { font-size: 13px; }
    
    body.sub_page section.schedule_section section.schedule table th,
    body.sub_page section.schedule_section section.schedule table td {
        padding: 0.25rem 0.15rem;
    }
    body.sub_page section.schedule_section section.schedule table td a.btn {
        font-size: 13px;
        width: 70px;
        margin-top: 3px;
    }
}
@media (max-width: 600px) {
}


/* ======================================== ランキング ======================================== */
body#ranking section.ranking_section table th {
    background-color: #75bfc6;
    color: #fff;
}
body#ranking section.ranking_section .ranking table td:nth-of-type(1) { background-color: rgb(218 238 239 / 35%); }

body#ranking section.ranking_section .ranking table caption {
    caption-side: top;
    text-align: center;
    padding-bottom: 1.75rem;
}
body#ranking section.ranking_section .ranking table caption:before {
    content: "1位";
    /* content: "現在1位"; */
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
body#ranking section.ranking_section .ranking table caption img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 300px;
}
body#ranking section.ranking_section .ranking table tbody td:nth-of-type(2) { text-align: left; }

body#ranking section.ranking_section .ranking table tbody td:nth-of-type(2) img { width: 90px; }

body#ranking section.ranking_section .ranking table td ul.mySponsor {
    padding-left : 0;
    list-style   : none;
    text-align   : center;
    width: 320px;
    margin: 0 auto;
}
body#ranking section.ranking_section .ranking table td ul.mySponsor>li {
    display: inline-block;
    margin : 3px 1px;
}
body#ranking section.ranking_section .ranking table td ul.mySponsor>li img {
    border: 1px solid #000;
    width: 100px;
}


body#ranking section.ranking_section .ranking a.btn {
    width: fit-content;
    padding: 10px 20px;
}

body#ranking section.ranking_section .nineDarts p strong {
    display: block;
    font-size: 22px;
    color: #d0111b;
    margin: 50px 50px 50px;
}


@media (max-width: 1199px) {
    body#ranking section.ranking_section .ranking table tbody td:nth-of-type(2) { text-align: center; }
    
    body#ranking section.ranking_section .ranking table tbody td:nth-of-type(2) img {
        display: block;
        margin : auto;
    }
}
@media (max-width: 992px) {
    body#ranking section.ranking_section .ranking table th,
    body#ranking section.ranking_section .ranking table td { padding: 0.55rem; }
    
    body#ranking section.ranking_section .ranking table td ul.mySponsor {
        width: 240px;
    }
}
@media (max-width: 600px) {
    body#ranking section.ranking_section .ranking p { font-size: 13px; }
    
    body#ranking section.ranking_section .ranking table th,
    body#ranking section.ranking_section .ranking table td { padding: 0.40rem; }
    
    body#ranking section.ranking_section .ranking table td ul.mySponsor {
        width: 120px;
    }
}


/* ======================================== グランドスラム ======================================== */
body#grandslam section.grandslam_section .btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    background-color: #75bfc6;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    letter-spacing: 1px;
}
body#grandslam section.grandslam_section .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #75bfc6;
}
body#grandslam section.grandslam_section .about img {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto;
}

body#grandslam section.grandslam_section table th {
    background-color: #75bfc6;
    color: #fff;
}

body#grandslam section.grandslam_section table td {
    text-align: left;
}

body#grandslam section.grandslam_section table caption {
    caption-side: top;
    text-align: center;
    padding-bottom: 1.75rem;
}

body#grandslam section.grandslam_section table table {
    margin-bottom: 10px;
}

body#grandslam section.grandslam_section table table th {
    background-color: rgb(218 238 239 / 35%);
    color: #212529;
    font-weight: 400;
}

body#grandslam section.grandslam_section .prize table td {
    text-align: center;
}

body#grandslam section.grandslam_section a.btn {
    width: fit-content;
    padding: 10px 20px;
}

body#grandslam section.grandslam_section ul.playersList {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
body#grandslam section.grandslam_section ul.playersList>li {
    text-align: center;
    margin: 0 auto;
}
body#grandslam section.grandslam_section ul.playersList>li img {
    width: 200px;
    margin: 0;
}


@media (max-width: 1199px) {
}
@media (max-width: 992px) {
    body#grandslam section.grandslam_section table th,
    body#grandslam section.grandslam_section table td { padding: 0.55rem; }
}
@media (max-width: 600px) {
    body#grandslam section.grandslam_section p { font-size: 13px; }
    
    body#grandslam section.grandslam_section table th,
    body#grandslam section.grandslam_section table td { padding: 0.40rem; }
}


/* ======================================== スポンサー ======================================== */
body#sponsor section.sponsor_section .btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    background-color: #75bfc6;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    letter-spacing: 1px;
}
body#sponsor section.sponsor_section .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #75bfc6;
}
body#sponsor section.sponsor_section .row img {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto;
}


/* ======================================== プライバシーポリシー・ご利用規約 ======================================== */
body#policy section.policy_section a,
body#terms section.terms_section a { color: #75bfc6; }

body#policy section.policy_section ol.rules,
body#terms section.terms_section ol.rules {
    counter-reset: number;
    padding-left: 0;
    list-style: none;
}

body#policy section.policy_section ol.rules>li,
body#terms section.terms_section ol.rules>li {
    position: relative;
}
body#policy section.policy_section ol.rules>li:before,
body#terms section.terms_section ol.rules>li:before {
    counter-increment: number;
    content: counter(number)".";
    position: absolute;
    top: 4px;
    left: 20px;
    font-size: 22px;
}
body#policy section.policy_section ol.rules li h3,
body#terms section.terms_section ol.rules li h3 { padding-left: 40px; }

body#policy section.policy_section ol.rules>li>ol,
body#terms section.terms_section ol.rules>li>ol {
    list-style: upper-latin;
    margin-bottom: 20px;
}
body#policy section.policy_section ol.rules>li>ol>li>ol {
    list-style: lower-latin;
    margin-top: 20px;
}
body#terms section.terms_section ol.rules>li dl dt {
    border: 1px solid #75bfc6;
    width: 100px;
    text-align: center;
    padding: 5px 5px 2px;
    margin-bottom: 5px;
}
body#terms section.terms_section ol.rules>li dl dd { margin-left: 20px; }

@media (max-width: 768px) {
    body#policy section.policy_section ol.rules>li:before,
    body#terms section.terms_section ol.rules>li:before { font-size: 20px; }
    
    body#policy section.policy_section ol.rules>li p,
    body#terms section.terms_section ol.rules>li p { font-size: 15px; }
    
    body#policy section.policy_section ol.rules>li>ol,
    body#terms section.terms_section ol.rules>li>ol { font-size: 15px; }
    
    body#terms section.terms_section ol.rules>li dl { font-size: 15px; }
}
@media (max-width: 600px) {
    body#policy section.policy_section ol.rules>li:before,
    body#terms section.terms_section ol.rules>li:before {
        font-size: 15px;
        top: 3px;
    }
    body#policy section.policy_section ol.rules li h3,
    body#terms section.terms_section ol.rules li h3 { padding-left: 35px; }
    
    body#policy section.policy_section p,
    body#terms section.terms_section p { font-size: 13px !important; }
    
    body#policy section.policy_section ol.rules>li>ol,
    body#terms section.terms_section ol.rules>li>ol { font-size: 13px; }
    
    body#terms section.terms_section ol.rules>li dl { font-size: 13px; }
    
    body#terms section.terms_section ol.rules>li dl dt { width: 85px; }
}


/* ======================================== カウントアップ予選エリア状況 ======================================== */
body#qualify section.qualify_section .container {
    width: 100%;
    max-width: 1170px !important;
}
body#qualify section.qualify_section h2 span {
    font-size: 0.6em;
    display: inline-block;
    border: 1px solid #75bfc6;
    padding: 8px 10px;
    margin: 10px 0 15px;
}
body#qualify section.qualify_section div.viewTbl {
    text-align: center;
    margin-bottom: 50px;
}
body#qualify section.qualify_section p.note {
    text-align: right;
    margin-bottom: 0;
}
body#qualify section.qualify_section p.note span { color: rgb(107 249 173 / 50%); }

body#qualify section.qualify_section p.caption {
    background-color: #75bfc6;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 20px;
}
body#qualify section.qualify_section table { width: 100%; }

body#qualify section.qualify_section table tr.list { background-color: #daeeef; }

body#qualify section.qualify_section table tr.checkok { background-color: rgb(107 249 173 / 50%); }

body#qualify section.qualify_section table tr.list th { padding: 7px 0; }

body#qualify section.qualify_section table tr:not(.list):hover { background-color: #cafbff; }

body#qualify section.qualify_section table tr td { padding: 7px 0; }

body#qualify section.qualify_section table tr.ladies td.name { color: #f563a0; }

@media (max-width: 992px) {
    body#qualify section.qualify_section p.caption { font-size: 17px; }
    
    body#qualify section.qualify_section table { font-size: 14px; }
}
@media (max-width: 768px) {
    body#qualify section.qualify_section p.note { font-size: 13px; }
    
    body#qualify section.qualify_section p.caption { font-size: 14px; }
    
    body#qualify section.qualify_section table { font-size: 13px; }
}
@media (max-width: 600px) {
    body#qualify section.qualify_section table { font-size: 11px; }
}


/* ======================================== 結果 ======================================== */
body.sub_page section #resultBox .titleImg {
    width: 100%;
    max-width: 1070px;
}
body.sub_page section #resultBox ul.subInfo {
    list-style: none;
    text-align: center;
    margin: 50px 0;
    padding: 0;
}
body.sub_page section #resultBox ul.subInfo>li {
    display: inline-block;
    margin: 10px;
}
body.sub_page section #resultBox ul.subInfo>li a {
    padding: 20px;
    min-width: 250px;
    display: block;
    background: #111111;
    color: #FFF;
}
body.sub_page section #resultBox ul.subInfo>li a:hover {
    background: #d0111b;
}

body.sub_page section #resultBox dl.result {
    margin: 30px 0;
    text-align: center;
}
body.sub_page section #resultBox dl.result>dt {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding: 10px;
}
body.sub_page section #resultBox dl.result.champion>dt {
    background: #ffe500;
}
body.sub_page section #resultBox dl.result.runnerUp>dt {
    background: #ffcd12;
}
body.sub_page section #resultBox dl.result.best4>dt {
    background: #ffb524;
}
body.sub_page section #resultBox dl.result.best8>dt {
    background: #ff9d36;
}

body.sub_page section #resultBox dl.result>dd {
    margin-bottom: 200px;
}
body.sub_page section #resultBox dl.result>dd img {
    width: 100%;
    max-width: 500px;
}
body.sub_page section #resultBox dl.result>dd p.name {
    font-size: 2.2rem;
    letter-spacing: 1px;
    padding: 20px 0 10px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
}
body.sub_page section #resultBox dl.result>dd p.ppr {
    border: 1px solid #111111;
    display: flex;
    padding: 0 10px 0 0;
    width: fit-content;
    margin: 30px auto;
    align-items: center;
    font-size: 1.2rem;
}
body.sub_page section #resultBox dl.result>dd p.ppr>span {
    background: #111111;
    color: #FFF;
    padding: 5px 10px;
    margin: 0 10px 0 0;
}
body.sub_page section #resultBox dl.result>dd p.comment {
    background: #fcf9ed;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 30px;
}

body.sub_page section #resultBox ul.mySponsor {
    padding-left : 0;
    list-style   : none;
    text-align   : center;
    width: 620px;
    margin: 60px auto 100px;
}
body.sub_page section #resultBox ul.mySponsor>li {
    display: inline-block;
    margin : 0 10px 20px;
}
body.sub_page section #resultBox ul.mySponsor>li img {
    border: 1px solid #000;
    max-width: 180px;
}


@media (max-width: 768px) {
    body.sub_page section #resultBox dl.result>dt {
        font-size: 1.8rem;
    }
    body.sub_page section #resultBox dl.result>dd p.name {
        font-size: 1.6rem;
    }
    body.sub_page section #resultBox ul.mySponsor {
        width: 420px;
    }
}
@media (max-width: 600px) {
    body.sub_page section.stage1_section div p,
    body.sub_page section.stage2_section div p,
    body.sub_page section.woman_section div p { font-size: 13px; }
    
    body.sub_page section.stage1_section div > p,
    body.sub_page section.stage2_section div > p,
    body.sub_page section.woman_section div > p { text-align: left !important; }
    
    body.sub_page section #resultBox ul.mySponsor {
        width: 300px;
    }
    body.sub_page section #resultBox ul.mySponsor>li img { width: 120px; }
}


/* ======================================== グランドスラム ======================================== */
body#grandslam section.grandslam_section section.grandslam a {
    color: #d0111b;
    text-decoration: underline;
}

body#grandslam section.grandslam_section p.result {
    text-align: center;
    margin: 150px 0;
    font-size: 24px;
}
body#grandslam section.grandslam_section p.result a:before {
    content: "▶";
    margin: 0 20px 0 0;
}
body#grandslam section.grandslam_section p.result a:after {
    content: "◀";
    margin: 0 0 0 20px;
}
body#grandslam section.grandslam_section p.result:hover a:before { margin: 0 10px 0 0; }
body#grandslam section.grandslam_section p.result:hover a:after  { margin: 0 0 0 10px; }

body#grandslam section.grandslam_section p.result a:before,
body#grandslam section.grandslam_section p.result a:after,
body#grandslam section.grandslam_section p.result:hover a:before,
body#grandslam section.grandslam_section p.result:hover a:after { transition: .2s; }


body#grandslam.sub_page section.grandslam_section ul.mySponsor {
    padding-left : 0;
    list-style   : none;
    text-align   : center;
    /* width: 620px; */
    max-width: 620px;
    margin: 20px auto;
}
body#grandslam.sub_page section.grandslam_section .best4 ul.mySponsor {
    width: 100%;
}
body#grandslam.sub_page section.grandslam_section ul.mySponsor>li {
    display: inline-block;
    margin : 0 0 4px;
}
body#grandslam.sub_page section.grandslam_section ul.mySponsor>li img {
    width: auto;
    border: 1px solid #000;
    margin: 0;
}
body#grandslam.sub_page section.grandslam_section .best4 ul.mySponsor>li img { max-width: 140px; }


@media (max-width: 992px) {
    body#grandslam.sub_page section.grandslam_section .best4 ul.mySponsor>li img { max-width: 180px; }
}
@media (max-width: 600px) {
    body#grandslam section.grandslam_section div p { font-size: 13px; }
    
    body#grandslam.sub_page section.grandslam_section ul.mySponsor>li img { width: 120px; }
}


