@charset "shift_jis";
/*-- e_sports_01 --*/
#e_sports .pconly {
    display: block;
}
#e_sports .sponly {
    display: none;
}
#e_sports {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports h2 {
    position: relative;
    width: 22%;
    margin: 0 auto 50px;
    padding: 80px 0 20px;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports h3 {
    margin: 0 auto 20px;
    color: #08385D;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}
/*------ ttl_line ------*/
#e_sports h2 .ttl_line {
    position: absolute;
    top: 100%;
    right: 22%;
}
#e_sports .news h2 .ttl_line {
    top: 100%;
    right: 18%;
}
#e_sports .content_inner_top h2 .ttl_line {
    top: 100%;
    right: 28%;
}
#e_sports .entry_inner h2 .ttl_line {
    top: 100%;
    right: 18%;
}
/*------ top_inner ------*/
#e_sports .top_lead {
    padding: 30px 20px 70px;
    background-color: #00508D;
}
#e_sports .lead_nav {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#e_sports .lead_list {
    background-color: #00B16D;
    color: #ffffff;
    font-size: 22px;
}
#e_sports .lead_list a {
    text-decoration: none;
    color: #ffffff;
}
#e_sports .lead_list {
    background: #00B16D;
    width: 440px;
    height: 30px;
    margin: 50px auto;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#e_sports .lead_list:before, #e_sports .lead_list:after {
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
#e_sports .lead_list:before {
    border-bottom: solid 20px #00B16D;
    border-left: solid 20px transparent;
    bottom: 100%;
}
#e_sports .lead_list:after {
    border-top: solid 20px #00B16D;
    border-right: solid 20px transparent;
    top: 100%;
}
#e_sports .lead_list a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_01.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .top_lead p {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}
/*------ news ------*/
#e_sports .news {
    padding-bottom: 80px;
    font-size: small;
    background-color: #F5F6F8;
}
#e_sports .news h2 {
    width: 15%;
}
#e_sports .news div {
    width: 765px;
    margin: 0 auto;
    padding: 50px 4%;
    background-color: #ffffff;
}
#e_sports .news dt {
    float: left;
}
#e_sports .news dd {
    margin-left: 80px;
}
.newsList {
    border-bottom: 1px solid #E4E6EA;
    padding: 10px 0;
}
#e_sports .newsList_last {
    border-bottom: none !important;
}
#e_sports .newsList li {
    display: block;
    margin: 10px 10px;
}
#e_sports .newsList .news_day {
    color: #00508D;
    font-weight: bold;
}
#e_sports .news_content a {
    text-decoration: none;
    color: #000;
}
#e_sports .news_content a:hover {
    text-decoration: none;
    opacity: 0.7;
}
/*------ esports_content ------*/
#e_sports .esports_content {
    padding: 80px 0;
    background-color: #04406D;
}
#e_sports .content_inner {
    width: 745px;
    margin: 0 auto;
    padding: 0 4% 50px;
    background-color: #ffffff;
}
#e_sports .content_inner p {
    padding: 0 20px;
    line-height: 1.7;
}
#e_sports .top_bg {
    background-image: url("/files/user/cms/page/e-sports/esports_bg_top_pc.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 90%;
}
#e_sports .content_inner_top h2 {
    color: #ffffff;
}
#e_sports .lead {
    width: 784px;
    margin: 0 auto;
    padding: 0 4% 100px;
    text-align: center;
    color: #ffffff;
}
/*------ time_schedule ------*/
#e_sports .time_schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 82%;
    margin: 40px auto 50px;
    padding: 40px 50px;
    background-color: #E4E6EA;
}
#e_sports .time_schedule h4 {
    margin: 0 auto 20px;
    text-align: center;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 30px;
    font-weight: bold;
}
#e_sports .time_list {
    width: 46%;
    font-size: 15px;
    background-color: #ffffff;
}
#e_sports .time_list .time_ttl {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
#e_sports .time_list ul {
    padding: 20px 20px 0;
}
#e_sports .time_list li {
    padding: 10px 0;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports .time_list li:last-child {
    border-bottom: none;
}
#e_sports .yosen_box:after {
    content: url("/files/user/cms/page/e-sports/icon_link_02.png");
    position: relative;
    top: -45%;
    left: 107%;
}
#e_sports .yosen {
    padding: 10px;
    background-color: #00B16D;
}
#e_sports .yosen_time {
    padding-right: 10px;
    color: #00B16D;
    font-weight: bold;
}
#e_sports .final {
    padding: 10px;
    background-color: #00508D;
}
#e_sports .final_time {
    padding-right: 10px;
    color: #00508D;
    font-weight: bold;
}
#e_sports .time_schedule .week {
    padding-right: 10px;
    font-size: small;
}
#e_sports .marker {
    background: linear-gradient(transparent 70%, #F8EE00 70%);
}
#e_sports .time_schedule p {
    margin-top: 20px;
    padding: 0;
}
#e_sports .annotation {
    font-size: 12px !important;
}
#e_sports .font_01 {
    position: relative;
    font-size: 14px;
}
#e_sports .content_inner .font_01 .dot1:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 0.1em;
    margin: auto;
    color: #08385D;
}
/*------ entry_inner ------*/
#e_sports .entry_inner {
    position: relative;
    padding: 20px 20px 30px;
    color: #ffffff;
    background-color: #0062AD;
}
#e_sports .entry_inner h2 {
    color: #ffffff;
}
#e_sports .entry_inner h3 {
    color: #ffffff;
}
#e_sports .entry_inner p {
    font-size: 14px;
    margin-bottom: 20px;
}
#e_sports .entry_inner .dot2:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 1.3em;
    margin: auto;
    color: #ffffff;
}
/*------ entry_box ------*/
#e_sports .entry_inner .box1 {
    background: #00B16D;
    width: 620px;
    height: 200px;
    margin: 50px auto 0;
    position: relative;
}
#e_sports .entry_inner .box2 {
    background: #00B16D;
    width: 620px;
    height: 300px;
    margin: 50px auto 0;
    position: relative;
}
#e_sports .entry_inner .box3 {
    background: #00B16D;
    width: 620px;
    height: 500px;
    margin: 50px auto;
    position: relative;
}
#e_sports .entry_ttl {
    padding-top: 20px !important;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
}
#e_sports .icon_link_03 {
    margin-top: 20px;
}
#e_sports .entry_btn {
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#e_sports .entry_btn a {
    color: #000000;
}
#e_sports .entry_btn a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .rookie_line {
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}
#e_sports .entry_inner .annotation1 {
    width: 72%;
    margin: 0 auto;
    color: #000000;
    font-size: 12px !important;
}
#e_sports .entry_inner .annotation2 {
    font-size: 12px !important;
}
#e_sports .entry_box:before, #e_sports .entry_box:after {
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
#e_sports .entry_box:before {
    border-bottom: solid 20px #00B16D;
    border-left: solid 20px transparent;
    bottom: 100%;
}
#e_sports .entry_box:after {
    border-top: solid 20px #00B16D;
    border-right: solid 20px transparent;
    top: 100%;
}
/*------ caution_inner ------*/
#e_sports .caution_inner {
    padding: 70px 20px 20px;
}
#e_sports .caution_inner h3 {
    color: #ffffff;
}
#e_sports .caution_inner .annotation {
    padding-left: 10px;
}
#e_sports .caution_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 82%;
    margin: 40px auto 50px;
    padding: 40px 50px;
    background-color: #063B63;
}
#e_sports .caution_inner li {
    width: 46%;
    color: #ffffff;
    font-size: 14px !important;
    line-height: 1.7;
}
#e_sports .caution_inner li:nth-child(2n) {
    margin-bottom: 50px;
}
#e_sports .caution_inner .caution_ttl {
    color: #00A3C4;
    font-size: 15px;
    font-weight: bold;
}
/*------ content_inner_bottom ------*/
#e_sports .bottom_bg {
    padding-bottom: 22px;
    background-image: url("/files/user/cms/page/e-sports/esports_bg_bottom_pc.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 90%;
}
#e_sports .content_inner_bottom h3 {
    color: #ffffff;
}
#e_sports .content_inner_bottom p {
    color: #ffffff;
}
#e_sports .content_inner_bottom .indentfront {
    /* text-indent: 1em;
    padding-left: 1em ;*/
}
#e_sports .past_btn {
    width: 40%;
    margin: 80px auto 50px;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
}
#e_sports .past_btn a {
    color: #00508D;
}
/*------ banner ------*/
#e_sports .banner {
    background-color: #F5F6F8;
}
#e_sports .banner ul {
    display: flex;
    flex-wrap: wrap;
    width: 820px;
    margin: 0 auto;
    padding: 90px 20px;
    padding-top: 0% !important;
    justify-content: center;
    align-items: center;
}
#e_sports .banner li {
    width: calc((100% - 60px) / 3);
    margin: 20px 10px;
    text-align: center;
}
#e_sports .banner li:last-child {
    margin-right: 0;
}
#e_sports .banner img {
    max-width: 100%;
    height: auto;
}
/*------ sns_box ------*/
#e_sports .sns_bg {
    margin-bottom: 80px;
    padding: 60px 0 0;
    background-image: url("/files/user/cms/page/e-sports/sns_bg_pc.jpg");
    background-repeat: no-repeat;
    /*-- background-size: cover; --*/
}
#e_sports .sns_bg .content_inner {
    width: 900px;
    padding: 0;
    background-color: unset;
}
#e_sports .sns_h3 {
    width: 30%;
    margin: 0 auto;
    padding: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 177, 109, 0.65);
}
#e_sports .sns_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.9;
    /*-- width: 82%; --*/
    /*-- margin: 40px 0 0; --*/
}
#e_sports .twitter_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45%;
    margin: 40px 0 50px;
    padding: 40px 15px;
    background-color: #ffffff;
}
#e_sports .twitter_ .sns_L img {
    width: 95%;
}
#e_sports .twitter_btn {
    width: 83%;
    margin: 30px auto;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #1D9BF0;
}
#e_sports .twitter_btn a {
    color: #ffffff;
}
#e_sports .twitter_btn a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_05.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .youtube_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45%;
    margin: 40px 0 50px;
    padding: 40px 15px;
    background-color: #ffffff;
}
#e_sports .youtube_ .sns_R li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports .youtube_ .sns_R li:last-child {
    border-bottom: none;
}
#e_sports .youtube_ .sns_R a {
    color: #FF0000;
}
#e_sports .youtube_ .sns_R a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .sns_L {
    width: 35%;
}
#e_sports .sns_R {
    width: 63%;
}
div.p-cetring {
    margin-bottom: 0;
}
#e_sports .mb50 {
    margin-bottom: 50px;
}
/*-- e_sports_02 --*/
#e_sports_02 .pconly {
    display: block;
}
#e_sports_02 .sponly {
    display: none;
}
#e_sports_02 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_02 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_02 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_02 h2 {
    position: relative;
    margin: 0 auto 50px;
    padding: 80px 0 20px;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_02 .esports02_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_02 .content_inner h2 .ttl_line {
    position: absolute;
    top: 100%;
    right: 45%;
}
/*------ thought ------*/
#e_sports_02 .thought {
    padding-bottom: 80px;
    font-size: small;
}
#e_sports_02 .thought h2 {
    color: #ffffff;
}
#e_sports_02 .thought div {
    width: 765px;
    margin: 0 auto;
    padding: 30px 4% 50px;
    background-color: #ffffff;
}
#e_sports_02 .thought dt {
    padding: 20px 0 10px;
    color: #00508D;
    font-weight: bold;
}
#e_sports_02 .thought dd {
    margin-bottom: 15px;
}
#e_sports_02 .thought_List {
    border-bottom: 1px solid #E4E6EA;
    padding: 10px 0;
}
#e_sports_02 .thought_List_last {
    border-bottom: none !important;
}
#e_sports_02 .thought_List li {
    display: block;
    margin: 10px 10px;
}
/*------ c_funding ------*/
#e_sports_02 .c_funding {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#e_sports_02 .c_funding h4 {
    margin-bottom: 15px;
    color: #08385D;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_02 .tbox_L {
    width: 49%;
}
#e_sports_02 .tbox_R {
    width: 49%;
}
#e_sports_02 .c_funding table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
}
#e_sports_02 .c_funding tr {
    position: relative;
}
#e_sports_02 .c_funding th {
    width: 30%;
    height: 70px;
    border: solid 1px #F4F5F7;
    padding: 7px 0;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    background: #E4E6EA;
    font-size: 15px;
    text-align: center;
}
#e_sports_02 .c_funding td {
    width: 70%;
    padding: 7px 5px;
    background: #fff;
    border: solid 1px #F4F5F7;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    word-break: break-all;
}
#e_sports_02 .c_funding td a {
    text-decoration: underline;
}
#e_sports_02 .c_funding td a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
/*------ award ------*/
#e_sports_02 .award {
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 765px;
    margin: 0 auto;
    padding: 30px 4% 150px;
}
#e_sports_02 .award .award_img {
    /* width: 50%; */
    text-align: center;
    margin: 30px 0;
}
#e_sports_02 .award .award_img img {
    /* position: absolute;
    left: 20%; */
    width: 35%;
}
#e_sports_02 .award .award_txt {
    /* width: 50%; */
    color: #ffffff;
    font-size: 14px;
}
/*------ banner ------*/
#e_sports_02 .banner ul {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: 50px auto;
    padding: 0 0 70px;
}
#e_sports_02 .banner li {
    width: calc((100% - 42px) / 3);
    margin: 20px 7px;
}
#e_sports_02 .banner li:last-child {
    margin-right: 0;
}
#e_sports_02 .banner img {
    max-width: 100%;
    height: auto;
}
/*-- e_sports_03 --*/
#e_sports_03 .pconly {
    display: block;
}
#e_sports_03 .sponly {
    display: none;
}
#e_sports_03 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_03 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_03 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_03 h2 {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_03 .result_h2 {
    width: 80%;
    margin-bottom: 80px;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #00B16D;
}
#e_sports_03 .esports03_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_03 .content_inner h2 .ttl_line {
    position: absolute;
    top: 67%;
    right: 45%;
}
/*------ result_box ------*/
#e_sports_03 .result_inner {
    padding: 100px 0 80px;
}
#e_sports_03 .result_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#e_sports_03 .result_box h4 {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#e_sports_03 .result_box .last_h4 {
    margin-bottom: 15px;
}
#e_sports_03 .result_box .box_inner {
    width: 31%;
}
#e_sports_03 .result_box table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 40px;
}
#e_sports_03 .result_box tr {
    position: relative;
}
#e_sports_03 .result_box th {
    width: 16%;
    height: 70px;
    border-bottom: solid 1px #00A3C4;
    padding: 7px 0;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    background: #E4E6EA;
    font-size: 14px;
    text-align: center;
}
#e_sports_03 .result_box td {
    width: 70%;
    padding: 7px 5px;
    background: #fff;
    border-bottom: solid 1px #00A3C4;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    text-align: left;
    word-break: break-all;
}
#e_sports_03 .result_box td a {
    text-decoration: underline;
}
#e_sports_03 .result_box td a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports_03 .icon_link_06 {
    width: 100% !important;
    margin: 0 0 40px !important;
}
#e_sports_03 .annotation {
    color: #ffffff;
    font-size: 12px !important;
}
/*------ youtube_box ------*/
#e_sports_03 .youtube_inner {
    padding: 80px 0;
}
#e_sports_03 .youtube_box {
    width: 80%;
    margin: 0px auto;
    padding: 40px 20px;
    background-color: #ffffff;
}
#e_sports_03 .youtube_box h4 {
    width: 91%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_03 .youtube_box h4:before {
    content: url("/files/user/cms/page/e-sports/icon_youtube_mini.png");
    position: relative;
    top: 5px;
    left: -10px;
}
#e_sports_03 .youtube_box ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 15px 0;
}
#e_sports_03 .youtube_box li {
    width: 45%;
    margin-right: 60px;
    line-height: 1.9;
}
#e_sports_03 .youtube_box li:last-child {
    margin-right: 0;
}
#e_sports_03 .youtube_box li a {
    padding-left: 65px;
    color: #FF0000;
}
#e_sports_03 .youtube_box li a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
/*------ tanita_cup ------*/
#e_sports_03 .cup_inner {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
#e_sports_03 .tanita_cup {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 40px;
    background-color: #ffffff;
}
#e_sports_03 .tanita_cup h3 {
    margin: 0 auto 20px;
    padding-top: 50px;
    color: #08385D;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}
#e_sports_03 .font_01 {
    position: relative;
    font-size: 14px;
}
#e_sports_03 .tanita_cup p {
    padding: 0 20px;
    line-height: 1.7;
}
#e_sports_03 .tanita_cup .dot1 {
    padding-left: 40px;
}
#e_sports_03 .content_inner .font_01 .dot1:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 1.5em;
    margin: auto;
    color: #08385D;
}
#e_sports_03 .tanita_cup .annotation {
    color: #000000;
    font-size: 12px !important;
}
/*-- e_sports_04 --*/
#e_sports_04 .pconly {
    display: block;
}
#e_sports_04 .sponly {
    display: none;
}
#e_sports_04 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_04 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_04 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_04 h2 {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_04 .result_h2 {
    width: 80%;
    margin-bottom: 80px;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #00B16D;
}
#e_sports_04 .esports04_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_04 .content_inner h2 .ttl_line {
    position: absolute;
    top: 67%;
    right: 45%;
}
/*------ top_nav ------*/
#e_sports_04 .top_inner {
    padding-top: 50px;
}
#e_sports_04 .top_inner .top_nav {
    width: 80%;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #08385D;
}
#e_sports_04 .top_inner .top_nav ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: bold;
}
#e_sports_04 .top_inner .top_nav li {
    width: 18%;
    margin-right: 20px;
    padding: 10px 20px;
}
#e_sports_04 .top_inner .top_nav li a {
    color: #00508D;
}
#e_sports_04 .top_inner .last_ {
    width: 25%!important;
    background-color: #00508D;
}
#e_sports_04 .top_inner .last_ a {
    color: #ffffff!important;
}
#e_sports_04 .top_inner .top_nav li a:after {
    content: url("/files/user/cms/page/e-sports/nav_icon_01.png");
    position: relative;
    top: -2px;
    left: 10px;
}
#e_sports_04 .top_inner .top_nav li:last-child a:after {
    content: url("/files/user/cms/page/e-sports/nav_icon_02.png")!important;
    position: relative;
    top: -2px;
    left: 10px;
}
/*------ result_box ------*/
#e_sports_04 .result_inner {
    padding: 100px 0 80px;
}
#e_sports_04 .result_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#e_sports_04 .result_box h4 {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#e_sports_04 .result_box .last_h4 {
    margin-bottom: 15px;
}
#e_sports_04 .result_box .box_inner {
    width: 31%;
}
#e_sports_04 .result_box table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 40px;
}
#e_sports_04 .result_box tr {
    position: relative;
}
#e_sports_04 .result_box th {
    width: 16%;
    height: 70px;
    border-bottom: solid 1px #00A3C4;
    padding: 7px 0;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    background: #E4E6EA;
    font-size: 14px;
    text-align: center;
}
#e_sports_04 .result_box td {
    width: 70%;
    padding: 7px 5px;
    background: #fff;
    border-bottom: solid 1px #00A3C4;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    text-align: left;
    word-break: break-all;
}
#e_sports_04 .result_box td a {
    text-decoration: underline;
}
#e_sports_04 .result_box td a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports_04 .icon_link_06 {
    width: 100% !important;
    margin: 0 0 40px !important;
}
#e_sports_04 .annotation {
    color: #ffffff;
    font-size: 12px !important;
}
/*------ youtube_box ------*/
#e_sports_04 .youtube_inner {
    padding: 80px 0;
}
#e_sports_04 .b_bottom {
    padding-bottom: 100px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports_04 .youtube_box {
    width: 80%;
    margin: 0px auto;
    padding: 40px 20px;
    background-color: #ffffff;
}
#e_sports_04 .youtube_box h4 {
    width: 91%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_04 .youtube_box h4:before {
    content: url("/files/user/cms/page/e-sports/icon_youtube_mini.png");
    position: relative;
    top: 5px;
    left: -10px;
}
#e_sports_04 .youtube_box ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 15px 0;
}
#e_sports_04 .youtube_box li {
    width: 45%;
    margin-right: 60px;
    line-height: 1.9;
}
#e_sports_04 .youtube_box li:last-child {
    margin-right: 0;
}
#e_sports_04 .youtube_box li a {
    padding-left: 65px;
    color: #FF0000;
}
#e_sports_04 .youtube_box li a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
/*------ tanita_cup ------*/
#e_sports_04 .cup_inner {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
#e_sports_04 .tanita_cup {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 40px;
    background-color: #ffffff;
}
#e_sports_04 .tanita_cup h3 {
    margin: 0 auto 20px;
    padding-top: 50px;
    color: #08385D;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}
#e_sports_04 .font_01 {
    position: relative;
    font-size: 14px;
}
#e_sports_04 .tanita_cup p {
    padding: 0 20px;
    line-height: 1.7;
}
#e_sports_04 .tanita_cup .dot1 {
    padding-left: 40px;
}
#e_sports_04 .content_inner .font_01 .dot1:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 1.5em;
    margin: auto;
    color: #08385D;
}
#e_sports_04 .tanita_cup .annotation {
    color: #000000;
    font-size: 12px !important;
}
#e_sports_04 .pt0 {
    padding-top: 0;
}
#e_sports_04 .pb0 {
    padding-bottom: 0;
}
/*-- e_sports_05 --*/
#e_sports_05 .pconly {
    display: block;
}
#e_sports_05 .sponly {
    display: none;
}
#e_sports_05 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_05 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_05 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_05 h2 {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_05 .esports05_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_05 .content_inner h2 .ttl_line {
    position: absolute;
    top: 67%;
    right: 45%;
}
/*------ detail_inner ------*/
#e_sports_05 .detail_inner p {
    margin-top: 20px;
    line-height: 1.9;
}
#e_sports_05 .b_bottom {
    padding-bottom: 100px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports_05 .detail_box {
    width: 90%;
    margin: 0px auto;
    padding: 40px 20px;
    background-color: #ffffff;
}
#e_sports_05 .detail_box .comment_ttl {
    color: #08385D;
    font-weight: bold;
}
#e_sports_05 .detail_box .comment {
    padding: 30px 20px;
    border: 1px solid #E4E6EA;
}
#e_sports_05 .detail_box h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_05 .detail_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 15px 0;
}
#e_sports_05 .detail_box li {
    width: calc((100% - 10px) / 2);
    line-height: 1.9;
}
#e_sports_05 .detail_box li:last-child {
    margin-right: 0;
}
#e_sports_05 .fancy_inner {
    padding-bottom: 100px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports_05 .fancy_box li:first-child {
    position: relative;
}
#e_sports_05 .fancy_box .icon_modal {
    position: absolute;
    bottom: 8%;
    right: 11%;
}
#e_sports_05 .fancy_box li a {
    padding-left: 0 !important;
}
#e_sports_05 .fancy_box li a:after {
    display: none;
}
#e_sports_05 .detail_box a {
    color: #00508D;
    text-decoration: underline;
}
#e_sports_05 .detail_box a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports_05 .detail_box .pdf_link {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4E6EA;
    text-align: right;
}
#e_sports_05 .detail_box .pdf_link a:before {
    content: url("/files/user/cms/page/e-sports/icon_pdf.png") !important;
    position: relative;
    top: 5px;
    left: -10px;
}
#e_sports_05 .detail_box .pdf_link a:after {
    display: none;
}
#e_sports_05 .detail_box .detail_link {
    text-align: right;
}
#e_sports_05 .operat_inner {
    margin-bottom: 120px;
    padding-top: 100px;
}
#e_sports_05 .operat_inner ul {
    display: block;
}
#e_sports_05 .operat_inner li {
    width: 100%;
}
#e_sports_05 .operat_inner li:last-child {
    border-bottom: none;
}

.kyosan2 {
    width: calc((100% - 56px) / 4) !important;
}

@charset "shift_jis";
/*-- e_sports_01 --*/
#e_sports .pconly {
    display: block;
}
#e_sports .sponly {
    display: none;
}
#e_sports {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports h2 {
    position: relative;
    width: 22%;
    margin: 0 auto 50px;
    padding: 80px 0 20px;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports h3 {
    margin: 0 auto 20px;
    color: #08385D;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}
/*------ ttl_line ------*/
#e_sports h2 .ttl_line {
    position: absolute;
    top: 100%;
    right: 22%;
}
#e_sports .news h2 .ttl_line {
    top: 100%;
    right: 18%;
}
#e_sports .content_inner_top h2 .ttl_line {
    top: 100%;
    right: 28%;
}
#e_sports .entry_inner h2 .ttl_line {
    top: 100%;
    right: 18%;
}
/*------ top_inner ------*/
#e_sports .top_lead {
    padding: 30px 20px 70px;
    background-color: #00508D;
}
#e_sports .lead_nav {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#e_sports .lead_list {
    background-color: #00B16D;
    color: #ffffff;
    font-size: 22px;
}
#e_sports .lead_list a {
    text-decoration: none;
    color: #ffffff;
}
#e_sports .lead_list {
    background: #00B16D;
    width: 440px;
    height: 30px;
    margin: 50px auto;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#e_sports .lead_list:before, #e_sports .lead_list:after {
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
#e_sports .lead_list:before {
    border-bottom: solid 20px #00B16D;
    border-left: solid 20px transparent;
    bottom: 100%;
}
#e_sports .lead_list:after {
    border-top: solid 20px #00B16D;
    border-right: solid 20px transparent;
    top: 100%;
}
#e_sports .lead_list a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_01.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .top_lead p {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}
/*------ news ------*/
#e_sports .news {
    padding-bottom: 80px;
    font-size: small;
    background-color: #F5F6F8;
}
#e_sports .news h2 {
    width: 15%;
}
#e_sports .news div {
    width: 765px;
    margin: 0 auto;
    padding: 50px 4%;
    background-color: #ffffff;
}
#e_sports .news dt {
    float: left;
}
#e_sports .news dd {
    margin-left: 80px;
}
.newsList {
    border-bottom: 1px solid #E4E6EA;
    padding: 10px 0;
}
#e_sports .newsList_last {
    border-bottom: none !important;
}
#e_sports .newsList li {
    display: block;
    margin: 10px 10px;
}
#e_sports .newsList .news_day {
    color: #00508D;
    font-weight: bold;
}
#e_sports .news_content a {
    text-decoration: none;
    color: #000;
}
#e_sports .news_content a:hover {
    text-decoration: none;
    opacity: 0.7;
}
/*------ esports_content ------*/
#e_sports .esports_content {
    padding: 80px 0;
    background-color: #04406D;
}
#e_sports .content_inner {
    width: 745px;
    margin: 0 auto;
    padding: 0 4% 50px;
    background-color: #ffffff;
}
#e_sports .content_inner p {
    padding: 0 20px;
    line-height: 1.7;
}
#e_sports .top_bg {
    background-image: url("/files/user/cms/page/e-sports/esports_bg_top_pc.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 90%;
}
#e_sports .content_inner_top h2 {
    color: #ffffff;
}
#e_sports .lead {
    width: 784px;
    margin: 0 auto;
    padding: 0 4% 100px;
    text-align: center;
    color: #ffffff;
}
/*------ time_schedule ------*/
#e_sports .time_schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 82%;
    margin: 40px auto 50px;
    padding: 40px 50px;
    background-color: #E4E6EA;
}
#e_sports .time_schedule h4 {
    margin: 0 auto 20px;
    text-align: center;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 30px;
    font-weight: bold;
}
#e_sports .time_list {
    width: 46%;
    font-size: 15px;
    background-color: #ffffff;
}
#e_sports .time_list .time_ttl {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
#e_sports .time_list ul {
    padding: 20px 20px 0;
}
#e_sports .time_list li {
    padding: 10px 0;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports .time_list li:last-child {
    border-bottom: none;
}
#e_sports .yosen_box:after {
    content: url("/files/user/cms/page/e-sports/icon_link_02.png");
    position: relative;
    top: -45%;
    left: 107%;
}
#e_sports .yosen {
    padding: 10px;
    background-color: #00B16D;
}
#e_sports .yosen_time {
    padding-right: 10px;
    color: #00B16D;
    font-weight: bold;
}
#e_sports .final {
    padding: 10px;
    background-color: #00508D;
}
#e_sports .final_time {
    padding-right: 10px;
    color: #00508D;
    font-weight: bold;
}
#e_sports .time_schedule .week {
    padding-right: 10px;
    font-size: small;
}
#e_sports .marker {
    background: linear-gradient(transparent 70%, #F8EE00 70%);
}
#e_sports .time_schedule p {
    margin-top: 20px;
    padding: 0;
}
#e_sports .annotation {
    font-size: 12px !important;
}
#e_sports .font_01 {
    position: relative;
    font-size: 14px;
}
#e_sports .content_inner .font_01 .dot1:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 0.1em;
    margin: auto;
    color: #08385D;
}
/*------ entry_inner ------*/
#e_sports .entry_inner {
    position: relative;
    padding: 20px 20px 30px;
    color: #ffffff;
    background-color: #0062AD;
}
#e_sports .entry_inner h2 {
    color: #ffffff;
}
#e_sports .entry_inner h3 {
    color: #ffffff;
}
#e_sports .entry_inner p {
    font-size: 14px;
    margin-bottom: 20px;
}
#e_sports .entry_inner .dot2:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 1.3em;
    margin: auto;
    color: #ffffff;
}
/*------ entry_box ------*/
#e_sports .entry_inner .box1 {
    background: #00B16D;
    width: 620px;
    height: 200px;
    margin: 50px auto 0;
    position: relative;
}
#e_sports .entry_inner .box2 {
    background: #00B16D;
    width: 620px;
    height: 300px;
    margin: 50px auto 0;
    position: relative;
}
#e_sports .entry_inner .box3 {
    background: #00B16D;
    width: 620px;
    height: 500px;
    margin: 50px auto;
    position: relative;
}
#e_sports .entry_ttl {
    padding-top: 20px !important;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
}
#e_sports .icon_link_03 {
    margin-top: 20px;
}
#e_sports .entry_btn {
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#e_sports .entry_btn a {
    color: #000000;
}
#e_sports .entry_btn a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .rookie_line {
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}
#e_sports .entry_inner .annotation1 {
    width: 72%;
    margin: 0 auto;
    color: #000000;
    font-size: 12px !important;
}
#e_sports .entry_inner .annotation2 {
    font-size: 12px !important;
}
#e_sports .entry_box:before, #e_sports .entry_box:after {
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
#e_sports .entry_box:before {
    border-bottom: solid 20px #00B16D;
    border-left: solid 20px transparent;
    bottom: 100%;
}
#e_sports .entry_box:after {
    border-top: solid 20px #00B16D;
    border-right: solid 20px transparent;
    top: 100%;
}
/*------ caution_inner ------*/
#e_sports .caution_inner {
    padding: 70px 20px 20px;
}
#e_sports .caution_inner h3 {
    color: #ffffff;
}
#e_sports .caution_inner .annotation {
    padding-left: 10px;
}
#e_sports .caution_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 82%;
    margin: 40px auto 50px;
    padding: 40px 50px;
    background-color: #063B63;
}
#e_sports .caution_inner li {
    width: 46%;
    color: #ffffff;
    font-size: 14px !important;
    line-height: 1.7;
}
#e_sports .caution_inner li:nth-child(2n) {
    margin-bottom: 50px;
}
#e_sports .caution_inner .caution_ttl {
    color: #00A3C4;
    font-size: 15px;
    font-weight: bold;
}
/*------ content_inner_bottom ------*/
#e_sports .bottom_bg {
    padding-bottom: 22px;
    background-image: url("/files/user/cms/page/e-sports/esports_bg_bottom_pc.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 90%;
}
#e_sports .content_inner_bottom h3 {
    color: #ffffff;
}
#e_sports .content_inner_bottom p {
    color: #ffffff;
}
#e_sports .content_inner_bottom .indentfront {
    /* text-indent: 1em;
    padding-left: 1em ;*/
}
#e_sports .past_btn {
    width: 40%;
    margin: 80px auto 50px;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
}
#e_sports .past_btn a {
    color: #00508D;
}
/*------ banner ------*/
#e_sports .banner {
    background-color: #F5F6F8;
}
#e_sports .banner ul {
    display: flex;
    flex-wrap: wrap;
    width: 820px;
    margin: 0 auto;
    padding: 90px 20px;
    padding-top: 0% !important;
    justify-content: center;
    align-items: center;
}
#e_sports .banner li {
    width: calc((100% - 60px) / 3);
    margin: 20px 10px;
    text-align: center;
}
#e_sports .banner li:last-child {
    margin-right: 0;
}
#e_sports .banner img {
    max-width: 100%;
    height: auto;
}
/*------ sns_box ------*/
#e_sports .sns_bg {
    margin-bottom: 80px;
    padding: 60px 0 0;
    background-image: url("/files/user/cms/page/e-sports/sns_bg_pc.jpg");
    background-repeat: no-repeat;
    /*-- background-size: cover; --*/
}
#e_sports .sns_bg .content_inner {
    width: 900px;
    padding: 0;
    background-color: unset;
}
#e_sports .sns_h3 {
    width: 30%;
    margin: 0 auto;
    padding: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 177, 109, 0.65);
}
#e_sports .sns_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.9;
    /*-- width: 82%; --*/
    /*-- margin: 40px 0 0; --*/
}
#e_sports .twitter_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45%;
    margin: 40px 0 50px;
    padding: 40px 15px;
    background-color: #ffffff;
}
#e_sports .twitter_ .sns_L img {
    width: 95%;
}
#e_sports .twitter_btn {
    width: 83%;
    margin: 30px auto;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #1D9BF0;
}
#e_sports .twitter_btn a {
    color: #ffffff;
}
#e_sports .twitter_btn a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_05.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .youtube_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45%;
    margin: 40px 0 50px;
    padding: 40px 15px;
    background-color: #ffffff;
}
#e_sports .youtube_ .sns_R li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports .youtube_ .sns_R li:last-child {
    border-bottom: none;
}
#e_sports .youtube_ .sns_R a {
    color: #FF0000;
}
#e_sports .youtube_ .sns_R a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports .sns_L {
    width: 35%;
}
#e_sports .sns_R {
    width: 63%;
}
div.p-cetring {
    margin-bottom: 0;
}
#e_sports .mb50 {
    margin-bottom: 50px;
}
/*-- e_sports_02 --*/
#e_sports_02 .pconly {
    display: block;
}
#e_sports_02 .sponly {
    display: none;
}
#e_sports_02 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_02 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_02 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_02 h2 {
    position: relative;
    margin: 0 auto 50px;
    padding: 80px 0 20px;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_02 .esports02_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_02 .content_inner h2 .ttl_line {
    position: absolute;
    top: 100%;
    right: 45%;
}
/*------ thought ------*/
#e_sports_02 .thought {
    padding-bottom: 80px;
    font-size: small;
}
#e_sports_02 .thought h2 {
    color: #ffffff;
}
#e_sports_02 .thought div {
    width: 765px;
    margin: 0 auto;
    padding: 30px 4% 50px;
    background-color: #ffffff;
}
#e_sports_02 .thought dt {
    padding: 20px 0 10px;
    color: #00508D;
    font-weight: bold;
}
#e_sports_02 .thought dd {
    margin-bottom: 15px;
}
#e_sports_02 .thought_List {
    border-bottom: 1px solid #E4E6EA;
    padding: 10px 0;
}
#e_sports_02 .thought_List_last {
    border-bottom: none !important;
}
#e_sports_02 .thought_List li {
    display: block;
    margin: 10px 10px;
}
/*------ c_funding ------*/
#e_sports_02 .c_funding {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#e_sports_02 .c_funding h4 {
    margin-bottom: 15px;
    color: #08385D;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_02 .tbox_L {
    width: 49%;
}
#e_sports_02 .tbox_R {
    width: 49%;
}
#e_sports_02 .c_funding table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
}
#e_sports_02 .c_funding tr {
    position: relative;
}
#e_sports_02 .c_funding th {
    width: 30%;
    height: 70px;
    border: solid 1px #F4F5F7;
    padding: 7px 0;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    background: #E4E6EA;
    font-size: 15px;
    text-align: center;
}
#e_sports_02 .c_funding td {
    width: 70%;
    padding: 7px 5px;
    background: #fff;
    border: solid 1px #F4F5F7;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    word-break: break-all;
}
#e_sports_02 .c_funding td a {
    text-decoration: underline;
}
#e_sports_02 .c_funding td a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
/*------ award ------*/
#e_sports_02 .award {
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 765px;
    margin: 0 auto;
    padding: 30px 4% 150px;
}
#e_sports_02 .award .award_img {
    /* width: 50%; */
    text-align: center;
    margin: 30px 0;
}
#e_sports_02 .award .award_img img {
    /* position: absolute;
    left: 20%; */
    width: 35%;
}
#e_sports_02 .award .award_txt {
    /* width: 50%; */
    color: #ffffff;
    font-size: 14px;
}
/*------ banner ------*/
#e_sports_02 .banner ul {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: 50px auto;
    padding: 0 0 70px;
}
#e_sports_02 .banner li {
    width: calc((100% - 42px) / 3);
    margin: 20px 7px;
}
#e_sports_02 .banner li:last-child {
    margin-right: 0;
}
#e_sports_02 .banner img {
    max-width: 100%;
    height: auto;
}
/*-- e_sports_03 --*/
#e_sports_03 .pconly {
    display: block;
}
#e_sports_03 .sponly {
    display: none;
}
#e_sports_03 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_03 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_03 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_03 h2 {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_03 .result_h2 {
    width: 80%;
    margin-bottom: 80px;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #00B16D;
}
#e_sports_03 .esports03_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_03 .content_inner h2 .ttl_line {
    position: absolute;
    top: 67%;
    right: 45%;
}
/*------ result_box ------*/
#e_sports_03 .result_inner {
    padding: 100px 0 80px;
}
#e_sports_03 .result_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#e_sports_03 .result_box h4 {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#e_sports_03 .result_box .last_h4 {
    margin-bottom: 15px;
}
#e_sports_03 .result_box .box_inner {
    width: 31%;
}
#e_sports_03 .result_box table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 40px;
}
#e_sports_03 .result_box tr {
    position: relative;
}
#e_sports_03 .result_box th {
    width: 16%;
    height: 70px;
    border-bottom: solid 1px #00A3C4;
    padding: 7px 0;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    background: #E4E6EA;
    font-size: 14px;
    text-align: center;
}
#e_sports_03 .result_box td {
    width: 70%;
    padding: 7px 5px;
    background: #fff;
    border-bottom: solid 1px #00A3C4;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    text-align: left;
    word-break: break-all;
}
#e_sports_03 .result_box td a {
    text-decoration: underline;
}
#e_sports_03 .result_box td a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports_03 .icon_link_06 {
    width: 100% !important;
    margin: 0 0 40px !important;
}
#e_sports_03 .annotation {
    color: #ffffff;
    font-size: 12px !important;
}
/*------ youtube_box ------*/
#e_sports_03 .youtube_inner {
    padding: 80px 0;
}
#e_sports_03 .youtube_box {
    width: 80%;
    margin: 0px auto;
    padding: 40px 20px;
    background-color: #ffffff;
}
#e_sports_03 .youtube_box h4 {
    width: 91%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_03 .youtube_box h4:before {
    content: url("/files/user/cms/page/e-sports/icon_youtube_mini.png");
    position: relative;
    top: 5px;
    left: -10px;
}
#e_sports_03 .youtube_box ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 15px 0;
}
#e_sports_03 .youtube_box li {
    width: 45%;
    margin-right: 60px;
    line-height: 1.9;
}
#e_sports_03 .youtube_box li:last-child {
    margin-right: 0;
}
#e_sports_03 .youtube_box li a {
    padding-left: 65px;
    color: #FF0000;
}
#e_sports_03 .youtube_box li a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
/*------ tanita_cup ------*/
#e_sports_03 .cup_inner {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
#e_sports_03 .tanita_cup {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 40px;
    background-color: #ffffff;
}
#e_sports_03 .tanita_cup h3 {
    margin: 0 auto 20px;
    padding-top: 50px;
    color: #08385D;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}
#e_sports_03 .font_01 {
    position: relative;
    font-size: 14px;
}
#e_sports_03 .tanita_cup p {
    padding: 0 20px;
    line-height: 1.7;
}
#e_sports_03 .tanita_cup .dot1 {
    padding-left: 40px;
}
#e_sports_03 .content_inner .font_01 .dot1:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 1.5em;
    margin: auto;
    color: #08385D;
}
#e_sports_03 .tanita_cup .annotation {
    color: #000000;
    font-size: 12px !important;
}
/*-- e_sports_04 --*/
#e_sports_04 .pconly {
    display: block;
}
#e_sports_04 .sponly {
    display: none;
}
#e_sports_04 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_04 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_04 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_04 h2 {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_04 .result_h2 {
    width: 80%;
    margin-bottom: 80px;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #00B16D;
}
#e_sports_04 .esports04_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_04 .content_inner h2 .ttl_line {
    position: absolute;
    top: 67%;
    right: 45%;
}
/*------ top_nav ------*/
#e_sports_04 .top_inner {
    padding-top: 50px;
}
#e_sports_04 .top_inner .top_nav {
    width: 80%;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #08385D;
}
#e_sports_04 .top_inner .top_nav ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: bold;
}
#e_sports_04 .top_inner .top_nav li {
    width: 18%;
    margin-right: 20px;
    padding: 10px 20px;
}
#e_sports_04 .top_inner .top_nav li a {
    color: #00508D;
}
#e_sports_04 .top_inner .last_ {
    width: 25%!important;
    background-color: #00508D;
}
#e_sports_04 .top_inner .last_ a {
    color: #ffffff!important;
}
#e_sports_04 .top_inner .top_nav li a:after {
    content: url("/files/user/cms/page/e-sports/nav_icon_01.png");
    position: relative;
    top: -2px;
    left: 10px;
}
#e_sports_04 .top_inner .top_nav li:last-child a:after {
    content: url("/files/user/cms/page/e-sports/nav_icon_02.png")!important;
    position: relative;
    top: -2px;
    left: 10px;
}
/*------ result_box ------*/
#e_sports_04 .result_inner {
    padding: 100px 0 80px;
}
#e_sports_04 .result_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#e_sports_04 .result_box h4 {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#e_sports_04 .result_box .last_h4 {
    margin-bottom: 15px;
}
#e_sports_04 .result_box .box_inner {
    width: 31%;
}
#e_sports_04 .result_box table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 40px;
}
#e_sports_04 .result_box tr {
    position: relative;
}
#e_sports_04 .result_box th {
    width: 16%;
    height: 70px;
    border-bottom: solid 1px #00A3C4;
    padding: 7px 0;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    background: #E4E6EA;
    font-size: 14px;
    text-align: center;
}
#e_sports_04 .result_box td {
    width: 70%;
    padding: 7px 5px;
    background: #fff;
    border-bottom: solid 1px #00A3C4;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    text-align: left;
    word-break: break-all;
}
#e_sports_04 .result_box td a {
    text-decoration: underline;
}
#e_sports_04 .result_box td a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports_04 .icon_link_06 {
    width: 100% !important;
    margin: 0 0 40px !important;
}
#e_sports_04 .annotation {
    color: #ffffff;
    font-size: 12px !important;
}
/*------ youtube_box ------*/
#e_sports_04 .youtube_inner {
    padding: 80px 0;
}
#e_sports_04 .b_bottom {
    padding-bottom: 100px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports_04 .youtube_box {
    width: 80%;
    margin: 0px auto;
    padding: 40px 20px;
    background-color: #ffffff;
}
#e_sports_04 .youtube_box h4 {
    width: 91%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_04 .youtube_box h4:before {
    content: url("/files/user/cms/page/e-sports/icon_youtube_mini.png");
    position: relative;
    top: 5px;
    left: -10px;
}
#e_sports_04 .youtube_box ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 15px 0;
}
#e_sports_04 .youtube_box li {
    width: 45%;
    margin-right: 60px;
    line-height: 1.9;
}
#e_sports_04 .youtube_box li:last-child {
    margin-right: 0;
}
#e_sports_04 .youtube_box li a {
    padding-left: 65px;
    color: #FF0000;
}
#e_sports_04 .youtube_box li a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
/*------ tanita_cup ------*/
#e_sports_04 .cup_inner {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
#e_sports_04 .tanita_cup {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 40px;
    background-color: #ffffff;
}
#e_sports_04 .tanita_cup h3 {
    margin: 0 auto 20px;
    padding-top: 50px;
    color: #08385D;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}
#e_sports_04 .font_01 {
    position: relative;
    font-size: 14px;
}
#e_sports_04 .tanita_cup p {
    padding: 0 20px;
    line-height: 1.7;
}
#e_sports_04 .tanita_cup .dot1 {
    padding-left: 40px;
}
#e_sports_04 .content_inner .font_01 .dot1:before {
    content: '笳� ';
    display: block;
    position: absolute;
    left: 1.5em;
    margin: auto;
    color: #08385D;
}
#e_sports_04 .tanita_cup .annotation {
    color: #000000;
    font-size: 12px !important;
}
#e_sports_04 .pt0 {
    padding-top: 0;
}
#e_sports_04 .pb0 {
    padding-bottom: 0;
}
/*-- e_sports_05 --*/
#e_sports_05 .pconly {
    display: block;
}
#e_sports_05 .sponly {
    display: none;
}
#e_sports_05 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
}
#e_sports_05 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#e_sports_05 .top_lead h1 {
    padding: 20px 60px 30px;
    color: #08385D;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#e_sports_05 h2 {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    color: #08385D;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", "sans-serif";
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
#e_sports_05 .esports05_content {
    padding: 50px 0 0;
}
/*------ ttl_line ------*/
#e_sports_05 .content_inner h2 .ttl_line {
    position: absolute;
    top: 67%;
    right: 45%;
}
/*------ detail_inner ------*/
#e_sports_05 .detail_inner p {
    margin-top: 20px;
    line-height: 1.9;
}
#e_sports_05 .b_bottom {
    padding-bottom: 100px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports_05 .detail_box {
    width: 90%;
    margin: 0px auto;
    padding: 40px 20px;
    background-color: #ffffff;
}
#e_sports_05 .detail_box .comment_ttl {
    color: #08385D;
    font-weight: bold;
}
#e_sports_05 .detail_box .comment {
    padding: 30px 20px;
    border: 1px solid #E4E6EA;
}
#e_sports_05 .detail_box h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#e_sports_05 .detail_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 15px 0;
}
#e_sports_05 .detail_box li {
    width: calc((100% - 10px) / 2);
    line-height: 1.9;
}
#e_sports_05 .detail_box li:last-child {
    margin-right: 0;
}
#e_sports_05 .fancy_inner {
    padding-bottom: 100px;
    border-bottom: 1px solid #E4E6EA;
}
#e_sports_05 .fancy_box li:first-child {
    position: relative;
}
#e_sports_05 .fancy_box .icon_modal {
    position: absolute;
    bottom: 8%;
    right: 11%;
}
#e_sports_05 .fancy_box li a {
    padding-left: 0 !important;
}
#e_sports_05 .fancy_box li a:after {
    display: none;
}
#e_sports_05 .detail_box a {
    color: #00508D;
    text-decoration: underline;
}
#e_sports_05 .detail_box a:after {
    content: url("/files/user/cms/page/e-sports/icon_link_04.png");
    position: relative;
    top: 0;
    left: 10px;
}
#e_sports_05 .detail_box .pdf_link {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4E6EA;
    text-align: right;
}
#e_sports_05 .detail_box .pdf_link a:before {
    content: url("/files/user/cms/page/e-sports/icon_pdf.png") !important;
    position: relative;
    top: 5px;
    left: -10px;
}
#e_sports_05 .detail_box .pdf_link a:after {
    display: none;
}
#e_sports_05 .detail_box .detail_link {
    text-align: right;
}
#e_sports_05 .operat_inner {
    margin-bottom: 120px;
    padding-top: 100px;
}
#e_sports_05 .operat_inner ul {
    display: block;
}
#e_sports_05 .operat_inner li {
    width: 100%;
}
#e_sports_05 .operat_inner li:last-child {
    border-bottom: none;
}

.kyosan2 {
    width: calc((100% - 56px) / 4) !important;
}


#e_sports_02 .thought dt {
    font-size: 16px;
}

#e_sports_02 .thought dd {
    font-size: 14px;
}