/* CSS Document */

/* ======================================== common ======================================== */
body {
    color: #49515e;
}

h2 {
    text-align: center;
    /* font-size: 2.7rem; */
    font-weight: bold;
    margin-bottom: 50px;
}
body#connect .row h2,
body#result .row h2.result_connect,
body#arena .row h2,
body#result .row h2.result_arena {
    width: fit-content;
    margin: auto auto 50px auto;
    padding: 0 50px;
}
body#connect .row h2,
body#result .row h2.result_connect {
    border-bottom: 1px solid #e70012;
}
body#arena .row h2,
body#result .row h2.result_arena {
    border-bottom: 1px solid #006833;
}
body#connect .connect_section h2:first-letter,
body#result .row h2.result_connect:first-letter {
    color: #e70012;
    font-size: 150%
}
body#arena .arena_section h2:first-letter,
body#result .row h2.result_arena:first-letter {
    color: #006833;
    font-size: 150%
}
h3 {
    font-size: 1.4rem;
    font-weight: bold;
    border-left: 7px solid #49515e;
    border-bottom: 1px dotted #49515e;
    padding-left: 7px;
    line-height: 1.8;
    margin-top: 50px;
    margin-bottom: 20px;
}

section img {
    width: 100%;
}

body#connect .sidebar h3,
.sidebar .next.connect h3 {
    color: #e70012;
    border-left: 7px solid #e70012;
    border-bottom: 1px dotted #e70012;
}
body#arena .sidebar h3,
.sidebar .next.arena h3 {
    color: #006833;
    border-left: 7px solid #006833;
    border-bottom: 1px dotted #006833;
}
body#connect .sidebar section.next p.tournamentName,
body#arena .sidebar section.next p.tournamentName,
body#ranking .sidebar section.next p.tournamentName {
    font-size: 34px;
    padding-top: 10px;
    line-height: 1.2;
}
body#arena .sidebar section.next p.tournamentName span.tournamentArea,
body#ranking .sidebar section.next p.tournamentName span.tournamentArea {
    font-size: 25px;
    display: block;
}
body#connect .sidebar section.next p.tournamentDate,
body#arena .sidebar section.next p.tournamentDate,
body#ranking .sidebar section.next p.tournamentDate { font-size: 20px; }

section.nav_section+section a:not(.btn) {
    color: #4f94ff;
    border-bottom: dotted 2px #4f94ff;
}
section.nav_section+section a:not(.btn):hover {
    color: #4f94ff;
    opacity: 0.8;
    border-bottom: none;
}
br.spCtrl { display: none; }

.layout_padding { padding: 150px 0; }

.hero_area { background-color: #FFF; }

#top .brand_box { display: none; }

.row .stickyInner {
    height: 100%;
}
.row .stickyBox {
    position: sticky;
    top: 25px;
}

.fontL {
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.fontRed {
    color: #e70012;
}

.item {
    color: #FFF;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
    margin-bottom: 0.1rem;
}
.itemConnect {
    background-color: #e70012;
}
.itemArena {
    background-color: #006833;
}
.itemGrandSlam {
    background-color: #ffc000;
}

.sub_page .brand_box {
    background: url("../images/header-img.jpg") center;
    /*background: #FFF;*/
    background-size: cover;
    padding: 10px 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%;
}

section.nav_section+section ul {
    list-style: none;
    margin: 0.5rem 0;
    padding-left: 2rem;
    text-indent: -1rem;
}

/* navigation */
.navbar-brand {
    background: url("../images/logo.png") no-repeat;
    width: 180px;
    height: 120px;
    margin: 0 auto 0 15px;
    background-size: contain;
}
.nav_section {
    margin-top: 0;
    margin-bottom: -30px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}

.nav_section .custom_nav2 .custom_nav-container {
    background-color: #49515e;
    border-radius: 0;
    padding: 0;
}
.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item.active { background-color: #69717d; }

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

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link { cursor: pointer;}
.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link:hover { background-color: #69717d; }

.dropdown-menu {
    left: inherit;
    padding: 0;
    min-width: auto;
    border-radius: 0;
}

.dropdown:hover > .dropdown-menu { display: block; }

.dropdown-item {
    padding: 0.75rem 1.5rem;
}
.dropdown-item:hover {
    background-color: #fff !important;
    color: #006833 !important;
}

/* button */
body section .row a.btn {
    display: block;
    width: fit-content;
    margin: 5px auto 10px;
    background-color: #69717d;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: 1px;
    text-indent: 0;
}
body section a.btn.qual { margin-top: 0; }

body section .row a.btn:hover {
    background-color: #fff;
    color: #69717d;
    border-color: #49515e;
}
body section a.btn.disable {
    opacity: 0.3;
    background-color: #fff;
    color: #69717d;
    border-color: #49515e;
}
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: #49515e;
    color: #fff;
    border: 1px solid #49515e;
    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: #49515e;
    border: 1px solid #49515e;
}

/* attention */
body#top section #attention { padding: 0 0 80px 0; }
body section #attention p {
    text-align : center;
    font-size  : 200%;
    font-weight: bold;
}


@media (max-width: 1199px) {
    .row .stickyBox {
        position: inherit;
    }
}
@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) {
    /* attention */
    body#top section #attention { padding: 0 0 30px 0; }
    body section #attention p { font-size: 130%; }
}
@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;
    }
    
    /* attention */
    body#top section #attention { padding: 30px 0; }
}


/* table */
.table {}
.table th {
    color: #FFF;
    background-color: #49515e;
    border-color: #dee2e6;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}
.table td {
    
}
.table td .mainText {
    font-size: 132%;
    margin-bottom: 0.2rem;
}
.table td > dl {
    padding: 1rem;
}
.table td > dl > dt {
    border: 1px solid #dee2e6;
    display: inline-block;
    padding: 3px 10px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    background: #f3f3f3;
}
.table td > dl > dd {
    padding: 0 1rem;
}

.table td table th {
    color: #454545;
    background-color: #f2f2f3;
    border-color: #dee2e6;
    vertical-align: middle;
    line-height: 1.2;
}
.table td table thead th {
    background-color: #dee2e6;
    font-weight: bold;
    font-size: 120%;
}
.table td table td {
    vertical-align: middle;
}

.table td div.highlight {
    background: #ffeeee;
    border: 10px solid #ffe3e3;
    padding: 20px 30px 0;
    color: #c70000;
    font-weight: bold;
    font-size: 120%;
}

@media (max-width: 600px) {
    .table-responsive_sp{
        border: none;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;    
    }
    .table td table th {
        padding: 2px;
    }
    
    .table td div.highlight {
        padding: 15px 15px 0;
    }
}

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

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

/* SNS */
.sns_section.layout_padding { padding: 100px 0; }
.sns_section.layout_padding ul.sns_list {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
}
.sns_section.layout_padding ul.sns_list > li {
    padding: 20px 60px;
}
.sns_section.layout_padding ul.sns_list > li > a {
    display: block;
}

/* 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 13px;
        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; }

    /* SNS */
    .sns_section.layout_padding ul.sns_list > li {
        padding: 20px 40px;
    }
    
    .sns_section.layout_padding ul.sns_list > li > a img {
        width: 80px;
        height: auto;
    }

    /* sponsor */
    .sponsorLink_section.layout_padding { padding: 50px 0; }
    
    /* navigation */
    .navbar-brand {
        background-size: 78px;
        width: 78px;
        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: #49515e; }

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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.info_section .info_menu ul li {
    border: 1px solid #fff;
    margin: 0 10px 10px;
}
section.info_section .info_menu ul li a {
    width: 250px;
    height: 60px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    padding: 5px;
    text-align: center;
    justify-content: center;
}
section.info_section .info_menu ul li a:hover {
    background-color: #fff;
    color: #69717d;
}
section.info_section .info_menu .info_social iframe { margin: auto; }

/* link */
.link_section {
    background: url("../images/footer-img.jpg") center;
    background-size: cover;
}

.link_section ul {
    padding: 20px 0;
    margin: 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: #49515e; }

.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: 0.8rem;
        width: 140px;
        height: 50px;
    }
}
@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: #49515e; }
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;
    text-indent: 0;
}
body#top section.topics_section ul li { margin-bottom: 10px; }

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

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,
body#top section.widget_section div.next div strong {
    color: #FFF;
    background-color: #69717d;
    font-size: 20px;
    border-bottom: 1px solid rgb(207, 217, 222);
    border-radius: 12px 12px 0 0;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}
body#top section.widget_section div#connectNext.next div strong {
    background-color: #e70012;
}
body#top section.widget_section div#arenaNext.next div strong {
    background-color: #006833;
}
/* body#top section.widget_section div.ranking>div div, */
body#top section.widget_section div.next>div div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    padding: 100px 5px 50px;
}
body#top section.widget_section div.next div a,
body#top section.widget_section div.ranking div a { color: #040000; }
body#top section.widget_section div.next div a:hover,
body#top section.widget_section div.ranking div a:hover { color: #49515e; }

body#top section.widget_section div.next div p {
    margin: 2px 0;
    text-align: center;
}
body#top section.widget_section div.next div p.tournamentName {
    font-size: 45px;
    line-height: 1.1;
    height: 80px;
}
body#top section.widget_section div.next div p.tournamentName span.tournamentArea {
    font-size: 25px;
    display: block;
}
body#top section.widget_section div.next div p.tournamentDate { font-size: 27px; }
body#top section.widget_section div.next div p.qualifyingPeriod { line-height: 1.3; }

body#top section.widget_section div.ranking div.tabs {
    margin-top: 0;
    padding-bottom: 0;
}
body#top section.widget_section div.ranking div.tabs .tab_item {
    line-height: 20px;
    font-size: 1rem;
}
body#top section.widget_section div.ranking div.tabs table.rankTbl {
    text-align: center;
    font-size: 0.89rem;
}
body#top section.widget_section div.ranking div.tabs div#viewTblConnect table.rankTbl tr.list th { background-color: #e70012; }
body#top section.widget_section div.ranking div.tabs div#viewTblArena table.rankTbl tr.list th { background-color: #006833; }

body#top section.widget_section div.ranking div.tabs table.rankTbl tr th,
body#top section.widget_section div.ranking div.tabs table.rankTbl tr td { padding: 0.2rem; }

/* about sponsorship */
body#top section.about_section,
body#top section.about_section .img-box { background-color: #f7f7f7; }

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: #69717d;
    border-color: #69717d;
}
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.tw div.twitter-timeline { margin: 30px auto 0 !important; }
}
@media (max-width: 991px) {
    /* widget */
    body#top section.widget_section div.next,
    body#top section.widget_section div.ranking {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    /* 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.next>div div {
        padding: 70px 5px 20px;
    }
    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.next div p.tournamentName {
        font-size: 30px;
        margin-bottom: 10px;
        height: auto;
        line-height: 1.3;
    }
    body#top section.widget_section div.next div p.tournamentDate {
        font-size: 15px;
        margin: 0 0 10px;
    }
    body#top section.widget_section div.next div p.qualifyingPeriod { font-size: 13px; }
    
    /* 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) {
}


/* ======================================== 概要 ======================================== */
body#summary section.summary_section table.schedule {
}
body#summary section.summary_section table.schedule hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

body#summary section.summary_section table.schedule th,
body#summary section.summary_section table.schedule td {
    vertical-align: middle;
    white-space: nowrap;
}
body#summary section.summary_section table.schedule td a.btn {
    padding: 5px 7px;
    font-size: 1em;
    margin-bottom: 0;
}
body#summary section.summary_section p.caption {
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
}

body#summary section.summary_section table.pointTbl { text-align: center; }

body#summary section.summary_section table.rankTbl,
body#summary section.summary_section table.rankTblSide {
    text-align: center;
}
body#summary section.summary_section table.rankTblSide tr.list th { background-color: #e70012; }

body#summary section.summary_section table.rankTblSide th,
body#summary section.summary_section table.rankTblSide td { padding: 0.55rem 0.75rem 0.55rem; }

@media (max-width: 767px) {
    body#summary section.summary_section table.pointTbl th,
    body#summary section.summary_section table.pointTbl td { padding: 5px; }
}
@media (max-width: 600px) {
    body#summary section.summary_section table.detailTbl>tbody>tr>th,
    body#summary section.summary_section table.detailTbl>tbody>tr>td {
        display: block;
        border-bottom: none;
    }
    body#summary section.summary_section table.detailTbl>tbody>tr>td { padding-bottom: 20px; }
    
    body#summary section.summary_section table.detailTbl>tbody>tr>td:last-child { border-bottom: 1px solid #dee2e6; }
}


/* ======================================== 競技規定 ======================================== */
body#rules section.rules_section h2.second {
    margin-top: 100px;
}

body#rules section.rules_section p.desc {
    text-align: center;
}

body#rules section.rules_section .about_section .detail-box {
    padding-top: 0;
}

/*----- アコーディオン -----*/
body section.layout_padding .container .accordion-area {
    list-style: none;
    padding-left: 0;
}
body section.layout_padding .container .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 section.layout_padding .container .accordion-area .title::before,
body section.layout_padding .container .accordion-area .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
}
body section.layout_padding .container .accordion-area .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}
body section.layout_padding .container .accordion-area .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}
body section.layout_padding .container .accordion-area .title.close {
    opacity: 1.0;
    float: none;
}

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

body section.layout_padding .container .accordion-area .box {
    display: none;
    background: #f9f9f9;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

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

body section.layout_padding .container .accordion-area .box p {
    margin-bottom: 0.8rem;
    line-height: 1.3;
}
body section.layout_padding .container .accordion-area .box ul {
    list-style: none;
    margin: 0 0 1rem;
    padding-left: 2rem;
    text-indent: -1rem;
}
body section.layout_padding .container .accordion-area .box ul li {
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

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

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

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


/* ======================================== スケジュール ======================================== */
body.sub_page section.schedule_section section.schedule table th {
    background-color: #49515e;
    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) {
}


/* ======================================== CONNECT・ARENA ======================================== */
section.layout_padding ul.navArea {
    display: flex;
    margin: 0.5rem 0 2rem;
    padding-left: 0;
    text-indent: 0;
    justify-content: center;
    align-items: center;
}
section.layout_padding ul.navArea > li {
    margin: 0 5px 0;
}
section.layout_padding ul.navArea > li > a {
    border: 2px solid #006833;
    margin: -1px;
    padding: 10px 20px;
    display: block;
    color: #006833;
}
section.layout_padding ul.navArea > li > a:hover,
section.layout_padding ul.navArea > li > a.active {
    background-color: #006833;
    color: #FFF;
    opacity: 1;
}
section.layout_padding ul.navArea > li > a.active {
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 5px;
}

section.layout_padding .commonCA div.scheduleBox {
    background-color: #f5f5f5;
    padding: 50px;
    margin: 20px 20px 50px;
}

section.layout_padding .commonCA div.scheduleBox h4 {
    color: #FFF;
    text-align: center;
    background-color: #49515e;
    padding: 10px;
}
section.layout_padding .commonCA div.scheduleBox ul.btnList {
    display: flex;
    justify-content: center;
    padding: 0;
}
section.layout_padding .commonCA div.scheduleBox ul.btnList>li {
    margin: 10px;
}

section.layout_padding .commonCA div.scheduleBox table.schedule {
    background: #FFF;
    border: none;
}
section.layout_padding .commonCA div.scheduleBox table.schedule th,
section.layout_padding .commonCA div.scheduleBox table.schedule td {
    vertical-align: middle;
    white-space: nowrap;
}
section.layout_padding .commonCA div.scheduleBox table.schedule td a.btn {
    padding: 5px 7px;
    font-size: 1em;
    margin-bottom: 0;
}

@media (max-width: 767px) {
}
@media (max-width: 600px) {
    section.layout_padding ul.navArea {
        flex-direction: column;
    }
    section.layout_padding .commonCA table.detailTbl>tbody>tr>th,
    section.layout_padding .commonCA table.detailTbl>tbody>tr>td {
        display: block;
        border-bottom: none;
    }
    section.layout_padding .commonCA table.detailTbl>tbody>tr>td { padding-bottom: 20px; }
    
    section.layout_padding .commonCA table.detailTbl>tbody>tr>td:last-child { border-bottom: 1px solid #dee2e6; }
    
    section.layout_padding .commonCA div.scheduleBox {
        padding: 20px;
        margin: 10px 10px 30px;
    }
    section.layout_padding .commonCA div.scheduleBox table.schedule th,
    section.layout_padding .commonCA div.scheduleBox table.schedule td {
        display: block;
        width: 100%;
    }
    section.layout_padding .commonCA div.scheduleBox table.schedule th {
        border-color: #dee2e6;
    }
}


/* ======================================== 大会結果 ======================================== */
body#result ul.result_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
}
body#result ul.result_list > li {
    margin: 15px;
    text-indent: 0;
}
body#result ul.result_list > li a {
    display: block;
    border: none;
}

/* ======================================== ランキング ======================================== */
/* タブ */
body#ranking .tab-area {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 0;
    text-indent: 0;
}
body#ranking .tab-item {
    width: 16%;
    font-size: 1.2rem;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 7px 10px;
    /* min-width: 120px; */
    max-width: 100%;
    cursor: pointer;
}
body#ranking .tab-item.connect {
    color: #e70012;
    border: 1px solid #e70012;
}
body#ranking .tab-item.arena {
    color: #006833;
    border: 1px solid #006833;
}
body#ranking .tab-item.connect:hover,
body#ranking .tab-item.connect.active {
    background-color: #e70012;
    color: #fff;
}
body#ranking .tab-item.arena:hover,
body#ranking .tab-item.arena.active {
    background-color: #006833;
    color: #FFF;
}

body#ranking .panel-area {
    padding: 20px 0 0;
}

body#ranking .panel-area h3 {
    border: none;
    color: #FFF;
    margin: 0;
}

body#ranking .panel {
    display: none;
    text-align: center;
    transition: all 0.2s ease;
    padding: 40px 0 0;
}
body#ranking .panel.active {
    display: block;
}
body#ranking .panel.connect {
    background-color: #e70012;
}
body#ranking .panel.arena {
    background-color: #006833;
}

body#ranking .panel p.caption {
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: right;
}
body#ranking .panel p.caption span { font-weight: bold; }

body#ranking .panel table.rankTbl {
    text-align: center;
}
body#ranking .panel table.rankTbl th {
    padding: 20px 0;
}
body#ranking .panel.connect table.rankTbl th {
    background-color: #e70012;
}
body#ranking .panel.arena table.rankTbl th {
    background-color: #006833;
}
body#ranking .panel table.rankTbl td {
    padding: 20px 0;
    background: #FFF;
}


@media (max-width: 1199px) {
    body#ranking .tab-item {
        font-size: .9rem;
    }
}
@media (max-width: 992px) {
    body#ranking .tab-item {
        font-size: 0.8rem;
    }
}
@media (max-width: 768px) {
    /* タブ */
    body#ranking .tab-area {
        flex-direction: column;
    }
    body#ranking .tab-item {
        width: 100%;
        margin-bottom: 5px;
        font-size: 1.2rem;
        line-height: 40px;
    }
    body#ranking .tab-item br {
        display: none;
    }
    body#ranking .panel {
        padding: 20px 0 0;
    }

    body#ranking .panel p.caption {
        margin-top: 10px;
        font-size: 80%;
    }
    
    body#ranking .panel table.rankTbl th {
        padding: 10px 0;
    }
    body#ranking .panel table.rankTbl td {
        padding: 10px 0;
    }
}
@media (max-width: 600px) {
}


/* ======================================== グランドスラム ======================================== */
/*
body#grandslam section.grandslam_section .row img {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto;
}

body#grandslam section.grandslam_section table th {
    background-color: #49515e;
    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;
}


@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: #69717d;
    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: #49515e;
}
*/
body#sponsor section.sponsorLink_section.sponsor_contents {
    padding: 0;
    margin-top: -50px;
    margin-bottom: -50px;
}
body#sponsor section.sponsor_section .row img {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto;
}

@media (max-width: 600px) {
    body#sponsor section.sponsorLink_section.sponsor_contents {
        margin: 0 auto;
    }
}


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

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 #49515e;
    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 #49515e;
    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: #49515e;
    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: #69717d;
    color           : #FFF;
}

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: #ffe100; }

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;
    text-indent: 0;
    display: flex;
    justify-content: center;
}
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;
    border: none;
}
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;
    text-indent  : 0;    
}
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: 992px) {
    body.sub_page section #resultBox ul.subInfo>li {
        width: 28%;
    }
    body.sub_page section #resultBox ul.subInfo>li a {
        padding: 15px;
        min-width: inherit;
    }
}
@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 #resultBox ul.subInfo {
        flex-direction: column;
        align-items: center;
    }
    body.sub_page section #resultBox ul.subInfo>li {
        width: 60%;
    }
    
    body.sub_page section #resultBox ul.mySponsor {
        width: 300px;
    }
    body.sub_page section #resultBox ul.mySponsor>li img { width: 120px; }
}


