@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style:none;
    text-decoration: none;
    vertical-align: baseline;
}

body {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    max-width: 2200px;
    background: #010226;
    color: #fff;
}

header,.link_btn,.c_event dl,.footer_wrap,.c_participation .c_participation_campany h3,.c_participation .c_participation_campany .title_underbar span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}

/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/**/




/*margin*/
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}
.mgt55{margin-top: 55px!important;}
.mgt60{margin-top: 60px!important;}
.mgt65{margin-top: 65px!important;}

.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb50{margin-bottom: 50px!important;}

.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}

.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}

.tac{text-align: center;}


/* ---------------------------------------------------------
 common
----------------------------------------------------------*/

.c_wrap {
    max-width: 1000px;
    margin: auto;
    padding: 80px 20px;
}

a {
    color: #fff;
    outline: none;
}

a:hover {
    color: #5c9ad7;
}

a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}

/*a img:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}*/

.txt_link{
    text-decoration: underline;
}

.link_btn {
    padding: 20px 10px;
    margin-bottom: 20px;
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

.link_btn.btn_white {
    background: #fff;
    max-width: 600px;
    width: 85%;
    margin: auto;
    text-align: center;
    color: #000;
    font-family: 'Abel', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
    letter-spacing: 0.1em;
}
.link_btn.btn_white span {
    border-left: 8px solid #000;
}

.link_btn.btn_blue {
    background: #070936;
    color: #fff;
    max-width: 600px;
    width: 85%;
    margin: auto;
    text-align: center;
    font-family: 'Abel', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
    letter-spacing: 0.1em;
}

.link_btn span {
    float: right;
    width: 0;
    height: 0;
    margin-top: 0.5em;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
}

.btn2_area .link_btn {
    width: 49%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.btn2_area .link_btn:last-child {
    margin-right: 0;
}

.btn2_area .link_btn span {
    margin: 0;
    margin-top: 0.5em;
}

.popup {
    overflow : hidden;
    outline : none;
    display: block;
}

.popup img{
    width: auto;
    height: auto;
}

.pay_system {
    max-width: 470px;
    width: 85%;
    margin: 10px auto 0;
    text-align: center;
}

.pay_system p {
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    font-size: .8rem;
    color: #767676;
}

.pay_system img {
    float: left;
    width: 25%;
    height: 25%;
    margin: auto;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-bottom: 80px;
    font-family:'Abel', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.2rem;
}

h2 span {
    display: block;
    margin-top: 20px;
    font-size: .8rem;
    color: #fff;
}
#en h2 span {
    display: none;
}
#en #c_session h2 span {
    display: block;
}

h3 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
}

h4 {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
}

.date{
    font-size: 0.7rem;
    text-align: right;
    margin-top: -30px;
    margin-bottom: 30px;
}

/*.pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
}*/

/*card_bottom*/
.card_bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 88;
    display: none;
}
.card_bottom li {
    float:  left;
    width: 65px;
    margin-left: 1px;
}
.card_bottom li a{
    filter:alpha(opacity=80);
    opacity:0.8;
}
.card_bottom li a:hover{
    filter:alpha(opacity=100);
    opacity:1.0;
}

/*下層*/
.underpage {
    background:  #fff;
    color:  #000;
}
.underpage a {
    color: #000;
}
.underpage h2 {
    color: #070936;
}
.underpage h2 span {
    color: #565656;
}

@media (max-width: 480px) {
    h2 {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }

    h2 span {
        margin-top: 10px;
        font-size: .7rem;
    }

    .link_btn {
        font-size: 1.1rem;
    }

    .btn2_area .link_btn {
        font-size: .9rem;
        padding: 15px 10px 15px 5px;
    }

    .pay_system p {
        float: none;
    }

    .pay_system img {
        float: none;
    }

    .card_bottom li {
        width: 45px;
    }
}


/* ---------------------------------------------------------
 c_tanks
----------------------------------------------------------*/
.mainv {
    position: relative;
}

.c_tanks {
    background: rgba(0,0,0,0.5);
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 0 4px #000;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.c_tanks dl,
.c_tanks p{
    max-width: 960px;
    margin: auto;
}

.c_tanks dt,
.c_tanks p {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 160%;
}

.c_tanks span,
.c_tanks p.sign {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: .9rem;
}
.c_tanks p.sign {
    margin-top: 20px;
}
@media (max-width: 768px) {
.c_tanks {
    background: rgb(78, 78, 78);
    font-size: 1.1rem;
    font-weight: 500;
    position: static;
    padding: 20px;
}
.c_tanks dt,
.c_tanks p {
    font-weight: 500;
}
.c_tanks span,
.c_tanks p.sign {
    display: block;
    text-align: right;
    margin-top: 15px;
    font-size: .8rem;
}
}



/* ---------------------------------------------------------
 video
----------------------------------------------------------*/
.c_video .c_wrap {
    padding: 50px 20px 20px;
}
.video_area{
    width: 70%;
    text-align: center;
    margin:auto;
}
.video_area video {
    width: 100%;
}
.video_txt {
    background: #fff;
    padding: 10px;
    border: dashed 1px #bcb6ea;
    margin-top: 30px;
}
.video_txt dt {
    font-weight: 600;
    margin-bottom: 10px;
    background: url(images/common/ico_balloon.png) no-repeat left 50%;
    background-size: 22px;
    padding-left: 30px;
}
.video_txt dd {
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .video_area{
        width: 80%;
    }
}
@media (max-width: 480px) {
    .video_area{
        width: 100%;
    }
}


/* ---------------------------------------------------------
 header
----------------------------------------------------------*/

header{
    background: #fff;
    color: #b0062e;
}

.h_top {
    border-bottom: solid 1px #070936;
    max-height: 60px;
    width: 100%;
    background: #070936;
}

.h_top .h_top-left {
    float: left;
/*    width: 30%;*/
    width: 390px;
    background: #fff;
}

.h_top .h_logo {
    text-align: right;
    width: 386px;
    padding-left: 40px;
    margin-right: -35px;
}
/*
.h_top .h_logo {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}*/

.h_top .h_logo a img:hover {
    filter:alpha(opacity=100);
    opacity:1;
}

.h_top .h_top-right {
    float: left;
    width: 40%;
    padding: 7px 10px 0px 40px;
    box-sizing: border-box;
    color: #fff;
    line-height: 120%;
}

.h_top .h_top-right .h_subtxt {
    float: left;
    font-size: .9rem;
}

.h_top .h_top-right .h_sns {
    float: right;
}

.h_top .h_top-right .h_sns li {
    float: right;
    width: 40px;
}

ul.language_chooser {
    float: right;
    width: 10%;
}

ul.language_chooser li {
    height: 45px;
    font-family: 'Abel', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
}

ul.language_chooser li.active {
    height: 45px;
    font-family: 'Abel', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
}

ul.language_chooser li.active {
    display: none;
}

ul.language_chooser li a {
    display: block;
    color: #fff;
    width: 50px;
    padding: 5px 0;
    margin-top: 10px;
    background: #507be0;
    text-decoration: none;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.h_bottom .gnav {
    width: 100%;
    margin: auto;
    text-align: center;
    background: rgba(255,255,255,0.8);
    clear: both;
}

.h_bottom .gnav li {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 10px 0;
    width: 13.5%;
    box-sizing: border-box;
    text-align: center;
    border-right: solid 1px #010226;
}
.h_bottom .gnav li.border_none {
    border-right: none;
}


.h_bottom .gnav li:last-child {
    margin-right: 0;
    border: 0;
}

.h_bottom .gnav li a {
    color: #000;
}

.h_bottom .gnav li a:hover {
    color: #5c9ad7;
}
.h_bottom .gnav li a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.h_bottom .h_sns_sp {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}


/*@media (max-width: 980px) {

    .h_bottom .gnav li{
        width: 16%;
    }

    .h_bottom .gnav li.gnav_text-long {
        width: 20%;
    }

}*/


@media (max-width: 950px) {

    .h_top .h_top-right {
        width: 35%;
    }

    .h_top .h_top-right .h_subtxt {
        float: left;
        font-size: 0.8rem;
    }
    .h_bottom .gnav li {
        display: block;
    }
    .h_bottom .gnav li a {
        color: #fff;
    }
    .h_bottom .gnav li a img {
        margin-left: -20px;
    }
}


@media (max-width: 950px) {
    .h_top {
        position: fixed;
        z-index: 100;
    }
    .mainv {
        padding-top: 56px;
    }

    .h_top .h_top-right .h_sns {
        display: none;
    }

    .h_bottom .gnav {
        padding-top: 56px;
        background: #010226;
    }

    .h_bottom .gnav li a {
        display: block;
    }

    .h_bottom .gnav li {
        font-size: 1rem;
        margin: 20px 0;
        float: none;
        width: auto;
        border-right: none;
    }

/*    .h_bottom .gnav li.gnav_text-long {
        width: auto;
    }*/

    .h_bottom .h_sns_sp {
        display: block;
        width: 90px;
        margin: auto;
        margin-top: 30px;
    }
    .h_bottom .h_sns_sp li{
        float: left;
        width: 40px;
        margin-right: 10px;
    }
    .h_bottom .h_sns_sp li.lang_border{
        border-right: 1px solid #fff;
    }
    .h_bottom .h_sns_sp li.lang_border a {
        margin-right: 14px;
    }
    .fixed {
        top: 56px;
    }

    ul.language_chooser {
        display: none;
    }

}


@media (max-width: 700px) {
    .h_top {
        border-bottom: solid 1px #fff;
        max-height: 43px;
    }

    .h_top .h_logo {
        width: 290px;
        padding-left: 15px;
    }

    .h_top .h_top-left {
        width: 200px;
    }
    .h_top .h_top-right {
        width: 50%;
        padding: 5px 10px 0px 110px;
    }
    .h_top .h_top-right .h_subtxt {
        font-size: .6rem;
        padding-top: 0;
    }
    .mainv {
        padding-top: 41px;
    }

}


@media (max-width: 550px) {

    .h_top .h_top-right .h_subtxt {
        font-size: .6rem;
    }
    .h_top .h_top-right {
        width: auto;
    padding-top: 10px;
    }
    .h_top .h_top-right .h_subtxt{
        display: none;
    }
}

@media (max-width: 480px) {
    .h_top {
        max-height: 34px;
    }

    .h_top .h_top-left {
        width: 240px;
    }
    .h_top .h_logo {
        width: 250px;
        padding-left: 5px;
    }
    .h_bottom .gnav {
        padding-top: 30px;
    }
    .mainv {
        padding-top: 34px;
    }
}


/*ハンバーガーナビ
----------------------------------------------------------*/


@media (max-width: 950px) {

   .m-header_toggle{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9999;
  }

  .m-header_toggle{
    display: block;
    margin-left: auto;
    text-align: right;
    margin: 20px 15px 15px 0;
  }

  .m-header_toggle a{
    margin-left: auto;
    display: block;
    position: relative;
    width: 28px;
    height: 20px;
  }

  .m-header_toggle span{
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px
  }

  .m-header_toggle span:nth-child(1){
    top: 0;
  }

  .m-header_toggle span:nth-child(2){
    top: 8px;
  }

  .m-header_toggle span:nth-child(3){
    bottom: 0;
  }

  .l-head_toggleMenu{
    height:0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:0 ;
    left:0;
    width: 100%;
    z-index: 2;
  }

  /* menupen */
  .is-menuOpen{
    overflow: hidden;
    height: 100%;
  }
/*  .is-menuOpen .l-header{
    z-index:9999;
    position: relative;
  }*/
  .is-menuOpen .l-header_bg{
    display:block;
    width:100%;
    height:110%;
    position:fixed;
    top:0;
    left:0;
    background-color: #010226;
    z-index: 2;
  }
  .is-menuOpen .l-head_toggleMenu{
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ,visibility 0.3s ;
    transition: opacity 0.3s ,visibility 0.3s ;
    top: 80px;
  }
  .is-menuOpen .m-header_toggle a span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .is-menuOpen .m-header_toggle a span:nth-of-type(2) {
    opacity: 0;
  }
  .is-menuOpen .m-header_toggle a span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

}

@media (max-width: 700px) {
    .m-header_toggle {
        margin: 10px;
    }
}

@media (max-width: 550px) {
    .m-header_toggle {
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .m-header_toggle {
        margin-top: 7px;
    }
}





/* ---------------------------------------------------------
 .mainv
----------------------------------------------------------*/

.mainv h1 img {
    width: 100%;
}


/* ---------------------------------------------------------
 .c_whatis
----------------------------------------------------------*/

.c_whatis{
    padding-top: 30px;
}

.c_whatis .c_wrap {
    padding: 50px 20px 20px 20px;
}

.c_whatis .c_whatis_txtarea {
    padding: 20px 0 50px;
}

.c_whatis_txtarea h3 {
    font-size: 15px;
    font-size: 1.5rem;
}

.c_whatis .c_whatis_txtarea h2 {
    margin-bottom: 50px;
}

.c_whatis .c_whatis_txtarea p {
    margin-bottom: 20px;
    line-height: 150%;
}

.c_whatis .c_whatis_txtarea p.strong_txt {
    font-size: 2rem;
    line-height: normal;
    padding-bottom: 5px;
    border-bottom: solid 1px #5c9ad7;
    font-family: 'Abel', sans-serif;
    color: #5c9ad7;
    letter-spacing: 0.2rem;
}

.c_whatis .c_whatis_txtarea p span {
    font-weight: bolder;
}

.c_whatis .c_whatis_txtarea p.strong_txt_child {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.c_whatis ul li {
    width: 50%;
    float: left;
    margin-bottom: 2%;
}

.c_whatis ul li.bnr-right{
    text-align: right;
}


@media screen and (max-width: 1060px){
    .c_whatis ul li {
        width: 49%;
    }

    .c_whatis ul li.bnr-right{
        margin-left: 2%;
    }
}


@media screen and (max-width: 768px){

    .c_whatis .c_whatis_txtarea .left_box{
        width: auto;
        margin-right: 0;
        float: none;
    }

    .c_whatis .c_whatis_txtarea .right_box {
        width: 50%;
        float: none;
        margin: auto;
    }

    .c_whatis ul li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .c_whatis ul li.bnr-right{
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px){
    .c_whatis .c_whatis_txtarea .right_box{
        width: 80%;
    }

    .c_whatis .c_whatis_txtarea p.strong_txt{
        font-size: 1.8rem;
        text-align: center;
    }

    .c_whatis .c_whatis_txtarea p.strong_txt span {
        font-size: .7rem;
    }

    .c_whatis_txtarea h3 {
        font-size: 13px;
        font-size: 1.3rem;
    }

}


/* ---------------------------------------------------------
 .c_purpose
----------------------------------------------------------*/

.c_purpose .c_wrap {
    padding: 30px 20px 80px;
}

.c_purpose h2{
    margin-bottom: 30px;
}

.c_purpose h3 {
    border-left: solid 5px #fff;
    padding-left: 20px;
    font-weight: 500;
    font-family: 'Abel', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "MS P明朝", "MS 明朝", serif;
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.c_purpose h3 span{
    font-size: .8rem;
    color: #fff;
    margin: 10px 0 0 10px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.c_purpose .read_txt{
    margin-bottom: 30px;
}

@media screen and (max-width: 480px){
    .c_purpose h3 {
        border-left: solid 3px #fff;
        font-size: 1.5rem;
    }
}







/* ---------------------------------------------------------
 .c_council
----------------------------------------------------------*/

.c_council {
    background: url(./images/top/cou-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.c_council ul li {
    width: 18%;
    margin: 0 3.5%;
    margin-top: 10px;
    line-height: 95%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    min-height: 19rem;
}

.c_council ul li img {
    border-radius: 400px;
    width: auto;
    height: auto;
}

.c_council ul li dl dt {
    margin: 10px 0;
    font-weight: 500;
}

.c_council ul li dl dd {
    font-size: .75rem;
    margin-bottom: 5px;
    font-weight: 500;
}
.c_council ul li .company_logo {
    display: none;
}
.c_council ul li dl dt span.type {
    display: none;
}

.c_council ul li dl dd.position {
    font-size: 0.7rem;
}

@media screen and (max-width: 768px){

    .c_council {
        background-attachment: scroll;
        background: url(./images/top/cou-bg.jpg);
        background-size: cover;
        background-position: center;
    }

    .c_council ul li {
        width: 43%;
        min-height: 26rem;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 480px){

    .c_council ul li {
        width: 46%;
        min-height: 26rem;
        margin: 2%;
        min-height: 18rem;
    }

}


/* ---------------------------------------------------------
 .c_sponsor
----------------------------------------------------------*/

.c_sponsor ul {
    margin-bottom: 30px;
    text-align: center;
}

.c_sponsor ul li {
    margin: 0 2%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.c_sponsor .gold_spo ul li {
    width: 29%;
}

.c_sponsor .nomal_spo ul li{
    width: 22%;
    min-height: 10rem;
}

.c_sponsor ul li p {
    margin-top: 10px;
    font-size: 0.8rem;
}

@media screen and (max-width: 768px){
    .c_sponsor .gold_spo ul li {
        width: 47%;
    }

    .c_sponsor .nomal_spo ul li {
        width: 30%;
        min-height: 130px;
    }

    .c_sponsor ul li p {
        margin-top: 10px;
    }

}

@media screen and (max-width: 480px){

    .c_sponsor .gold_spo ul li {
        width: 88%;
    }

    .c_sponsor .nomal_spo ul li , .c_sponsor .nomal_par ul li{
        width: 47%;
    }

    .c_sponsor ul li p {
        margin-top: 5px;
    }

}


/* ---------------------------------------------------------
 .c_schedule
----------------------------------------------------------*/

.c_schedule {
    background: url(./images/top/sche-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.c_schedule .schedule_tab{
    overflow:hidden;
}

.c_schedule .schedule_tab li{
    color: #fff;
    background: #b6b7c4;
    padding: 10px 0;
    border-right: solid 1px #070936;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}

.c_schedule .schedule_tab li:hover{
    filter:alpha(opacity=50);
    opacity:0.5;
}

.c_schedule .schedule_tab li:last-child {
    border-right: none;
}

.c_schedule li.schedule_tab-select{
    background: #070936;
}

.c_schedule .schedule_inner .hide {
    display:none;
}

.c_schedule .schedule_inner {
    background: rgba(255,255,255,0.9);
    padding: 3%;
}

.c_schedule p.note {
    color: #FFF;
    font-size: 0.8rem;
    text-shadow: 0 0 4px #000;
}

@media screen and (max-width: 768px){
    .c_schedule {
        background-attachment: scroll;
        background: url(./images/top/sche-bg.jpg);
        background-size: cover;
        background-position: 70%;
    }

    .c_schedule .schedule_tab li {
        font-size: 1rem;
    }

    .c_schedule .schedule_tab li small {
        display: block;
    }

}


/* ---------------------------------------------------------
 .c_session
----------------------------------------------------------*/
.c_session h2 {
    font-size: 1.5rem;
}

.c_session h3 {
    padding-bottom: 5px;
    border-bottom: solid 1px #5c9ad7;
    color: #5c9ad7;
}

.c_session h2 span {
    margin-bottom: 20px;
    margin-top: 0;
}

.c_session .speaker_area{
    width: 48%;
    float: left;
}

.c_session .summary_area{
    width: 48%;
    float: right;
}

/*speaker_box*/

.c_session .speaker_area .speaker_box {
    margin-bottom: 30px;
}

.c_session .speaker_box li{
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.c_session .speaker_box li img {
    width: 30%;
    float: left;
}

.c_session .speaker_box li dl {
    border: none;
    float: left;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}

.c_session .speaker_box li dt {
    font-size: 0.9rem;
}

.c_session .speaker_box li dd {
    font-size: 0.7rem;
}

.c_session .speaker_area .sponsor_list .sponsor-image {
    background: #fff;
    margin: auto;
    text-align: center;
}

.c_session .speaker_area .sponsor_list .sponsor-image img {
    width: 50%;
}

@media screen and (max-width: 768px){
    .c_session h2 {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .c_session .speaker_area {
        width: auto;
        float: none;
    }

    .c_session .summary_area {
        width: auto;
        float: none;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px){
    .c_session h2 {
        font-size: 1.1rem;
    }
}





/* ---------------------------------------------------------
 .c_session(1107動的)
----------------------------------------------------------*/

.imgBox_spo {
    width: 21%;
    float: left;
    display: inline-block;
}

.imgBox_spo_clear{
    float: none;
    display: block;
    clear:both;
}

.imgBox_spk_50 {
    float: left;
    width: 33%;
}

.session_2area .imgBox_spk_50 {
    float: left;
    width: 57%;
}

.imgBox_spk_50 .speakerBox {
    width: 95%;
    min-height: 85px;
}

.imgBox_spk_50 .speakerBox {
    width: 95%;
    min-height: 85px;
}

.session_3area .imgBox_spo {
    width: auto;
}

.session_2area .imgBox_spo {
    width: 43%;
}

.session_3area .imgBox_spk {
    width: auto;
}

.speakerBox .image_sp {
    width: 30%;
    float: left;
}

.speakerBox {
    width: 31%;
    float: left;
    border: solid 1px #dcdcdc;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.session_3area .speakerBox {
    width: 100%;
    margin-bottom: 5px;
}

.speakerBox .introduction {
    width: 66%;
    padding: 2%;
    float: right;
    font-size: 0.7rem;
    line-height: 130%;
}

.program h3 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.program h3 span.plus {
    display: inline;
    margin-left: 10px;
    border: solid 1px #5c9ad7;
    padding: 0 5px;
}

.program a h3 {
    color: #5c9ad7;
}
.program a {
    color: #000;
}
.program h5 {
    color: #888;
    line-height: 100%;
    border-left: solid 2px #888;
    padding-left: 5px;
    margin: 5px 0;
    font-size: 0.7rem;
}

.program .sub_title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #717171;
    /* text-align: center; */
    display: block;
    /* background: #ccc; */
    margin-bottom: 5px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
}

.program .sponsorBox {
/*    width: 20%;*/
    margin-bottom: 10px;
    border: solid 1px #dcdcdc;
}

.program .session_3area .sponsorBox {
    width: 63%;
    margin-bottom: 10px;
    border: solid 1px #dcdcdc;
}

table.program td {
/*  background: #ffffff;*/
  vertical-align: top;
  padding: 0;
  position:relative;
  line-height: 1.5em;
  padding: 10px;
}

table.program th,
table.program td {
border: 1px #DCDCDC solid;
}
table.program {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12px;
  border-collapse: collapse;
border: 1px #E7E7E7 solid;
  font-size: 0.95em;
  table-layout: fixed;
}

table.program th.time {
/*    background: #F0F0F0;*/
    vertical-align: middle;
    text-align: left;
    width: 12%;
    overflow: visible;
    position: relative;
    color: #333;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}
table.program th.time span{
  display:block;
}
table.program span.glyphicon.glyphicon-time {
  display:none;
}
table.spTable th,
table.spTable td{
  border-top: 1px solid #ffffff;
}
table.spTable td {
  color: #222;
  padding: 10px;
  line-height: 1.3em;
}
table .colorBK td.emp1 {
  color: #E444D0;
  font-weight: bold;
}
table .colorBK td.emp2 {
  color: #28719B;
  font-weight: bold;
}
table .colorBK td{
  color:#333;
}
table.program tbody td.trackKeynote, table.program tbody td.trackA, table.program tbody td.trackB, table.program tbody td.trackC, table.program tbody td.trackD,table.program tbody td.trackE {
    padding: 5px 5px 5px 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

table.program tbody td.trackA {
/*    background: rgba(255,249,214,0.5);*/
    background: rgba(222, 222, 222, 0.5);
}
table.program tbody td.trackB {
/*    background: rgba(232,246,255,0.5);*/
    background: rgba(255, 255, 255, 0.5);
}
table.program tbody td.trackC {
/*    background: rgba(255,231,224,0.5);*/
    background: rgba(222, 222, 222, 0.5);
}
table.program tbody td dt {
    font-weight: bold;
    margin-bottom: 5px;
}

thead tr:last-child td, thead tr:last-child th {
    border-bottom: 1px solid #DCDCDC!important;
}
table.program tr.gray th.time,
table.program td.wide {
  background-color: #ffffff!important;
  color: #333;
}

table.program tbody td.none:after {
  content: '';
}
.entry-content a {
    color: #333;
    display: block;
}

li.speakerpart {
    background-color: #FFF;
    box-shadow: 1px 1px 2px #E0DFD6;
    -moz-box-shadow: 2px 2px #E0DFD6;
    -o-box-shadow: 2px 2px #E0DFD6;
    -ms-box-shadow: 2px 2px #E0DFD6;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* min-height: 310px; */
    /*width: 18%;*/
    margin: 0;
    margin-top: 5px;
}

.speakerpart .genre {
    color: #FFF;
    background-color: #C2C2C2;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}
.speakerpart-list dl {
    padding: 10px;
    position: relative;
}
.pgm-title{
margin-bottom:20px;
}
.trackKeynote .pgm-title{
    font-size: 1rem;
    text-shadow: 1px 1px 0 #FFF;
    letter-spacing: -0.01px;
    color: #333333;
}
.trackA .pgm-title,
.trackB .pgm-title,
.trackC .pgm-title,
.trackD .pgm-title,
.trackE .pgm-title {
    min-height: 4em;
    font-size: 1rem;
    text-shadow: 1px 1px 0 #FFF;
    letter-spacing: -0.01px;
    color: #333333;
}

a .pgm-title {
    text-decoration: underline;
}

li.speakerpart a {
    color:#333!important;
    text-decoration: none;
}
.speakerpart-list dt {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.15em;
}
.speakerpart .photo {
    position: relative;
    padding: 10px;
    float: left;
    /* padding-right: 2%; */
}

.speakerpart-list .speakerpart .photo{
    width: 45%;
}

.trackKeynote .speakerpart .photo{
    width: 25%;
}

table.program tbody td.trackKeynote li.speakerpart .text dt {
    font-size: 1.5rem;
}

li.speakerpart .text dt{
    background-color: inherit!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left;
    color: #000!important;
    font-size: 12px;
    font-size: 0.9rem;
    text-shadow: none;
}
li.speakerpart .text dd{
    font-size: 10px;
    font-size: 0.8rem;
}

.session .pgm_minismy{
    font-size: 0.8rem;
    line-height: 150%;
    margin-bottom: 10px;
}


@media (max-width: 768px){

    .left-box{
      width: 100%;
      margin-right: 0;
      float:none;
    }

    p.morebtn {
        margin-bottom: 20px;
    }
    .pgm-top-wrap {
        padding: 20px;
    }

    table.program tbody td.trackKeynote li.speakerpart .text dd{
        font-size: 10px;
        font-size: 0.8rem;
    }
    table.program thead{
      display:none;
    }
    table.program th{
      width:100%;
      display:block;
      margin: 0 auto;
      border:none;
      border-radius: 3px;
    }
    table.program td{
      display: list-item;
      border-top: none !important;
    }
    tr.outline td.trackA, tr.outline td.trackB, tr.outline td.trackC, tr.outline td.trackD, tr.outline td.trackE {
        width: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
    }
    table.program th.time {
      width: 100%;
      border-radius: 0px;
      text-align: center;
      font-weight: bold;
      font-size: 1em;
      border-collapse:collapse;
    }
    table.program th.time span{
      display:inline-block;
    }
    table.program span.glyphicon.glyphicon-time {
      display:inline-block;
      margin-right: 0.5em;
    }
    div#table_day1 h3, div#table_day2 h3 {
      font-size: 1.2em;
      font-weight: bold;
    }
    ul.pgmLink li a{
      width:50%;
      text-align:center;
    }
    table.program.spTable{
      display:block;
    }
    table.spTable {
        display: block;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }
    table.program tr.gray th.time, table.program td.wide {
        border-left: 0;
        border-right: 0;
    }
    table.program th, table.program td {
        border: 0;
        border-bottom: 1px solid #E7E7E7;
    }
    .speakerpart .cb {
        clear: none;
        padding-top: 5px;
        display: inline;
    }
    .speakerpart-list .speakerpart .photo,
    .trackKeynote .speakerpart .photo{
        width: 130px;
    }

      table.program tbody td.trackKeynote li.speakerpart .text dt {
        font-size: 0.9rem;
    }

    .trackA .pgm-title, .trackB .pgm-title, .trackC .pgm-title, .trackD .pgm-title, .trackE .pgm-title {
        min-height: inherit;
    }

    table.program tr.gray th.time,
    table.program th.time {
        background: #222!important;
        color: #FFF;
    }


    table.program tbody td.trackKeynote dt, table.program tbody td.trackA dt, table.program tbody td.trackB dt, table.program tbody td.trackC dt, table.program tbody td.trackD dt, table.program tbody td.trackE dt {
        margin-bottom: 10px;
    }
    .pgm-title {
        margin-bottom: 5px;
    }

    .imgBox_spk {
        width: 100%;
    }

    .imgBox_spk_50 {
        float: none;
        width: 100%;
    }

    .session_2area .imgBox_spk_50 {
        float: none;
        width: 100%;
    }

    .imgBox_spk_50 .speakerBox {
        width: 100%;
        min-height: 0;
    }

    .session_2area .imgBox_spk_50 .speakerBox {
        min-height: 0;
    }

    .speakerBox {
        width: 100%;
        margin-bottom: 5px;
        min-height: 0;
    }

    .speakerBox .image_sp {
        width: 15%;
    }

    .speakerBox .introduction {
        width: 81%;
    }

    .program .session_3area .sponsorBox {
        width: 20%;
    }

    .trackc.sp_none{
        display: none;
    }

    .session_2area .imgBox_spo {
        width: 20%;
    }

}/* end */

@media (max-width: 643px){
    #table_day1, #table_day2{
        margin-top: -70px;
        padding-top: 70px;
    }
    .morebtn a {
      width: 100%;
    }

}

@media (max-width: 480px){

    .imgBox_spo {
        width: 30%;
    }

    .session_2area .imgBox_spo {
        width: 30%;
    }

    .speakerpart-list .speakerpart .photo,
    .trackKeynote .speakerpart .photo{
        width: 35%;
        padding: 10px 0 10px 10px;
    }

    .night-official-party dd img.night-img,
    .night-official-party dd img.lunch-img {
      width: 35%;
    }
    .speakerpart-list dl.text {
        width: 65%;
        float: left;
    }
    table.spTable span {
        font-size: 1.1em;
    }
    .opening-hours {
        font-size: 1em;
    }
    .pgm-top-wrap{
      margin-top: 20px;
    }
    td.trackKeynote4 .speakerpart .photo {
        width: 35%;
        padding: 10px 0 10px 10px;
    }

    .program .session_3area .sponsorBox {
        width: 30%;
    }

.speakerBox .image_sp {
    width: 21%;
}

    .speakerBox .introduction {
        width: 75%;
    }

}


/* ---------------------------------------------------------
 .c_session(各セッションごとのCSS)
----------------------------------------------------------*/

/*各セッションスピーカー高さ合わせ*/
.id257 .speakerBox{
    min-height: 6rem;
}
.id332 .speakerBox{
    min-height: 5.5rem;
}

/*spk,nav,modそれぞれ一人ずつの場合横並びに*/
.imgBox_spk.id283,.imgBox_spk.id1621 {
    float: left;
    width: 33%;
}
.imgBox_spk.id283 .speakerBox,.imgBox_spk.id1621 .speakerBox {
    width: 95%;
}
/*end-spk,nav,modそれぞれ一人ずつの場合*/


@media (max-width: 768px){
    /*各セッションスピーカー高さ合わせ*/
    .id257 .speakerBox,.id332 .speakerBox{
        min-height: 0rem;
    }

    /*spk,nav,modそれぞれ一人ずつの場合横並びに*/
    .imgBox_spk.id283,.imgBox_spk.id1621 {
        float: none;
        width: 100%;
    }
    .imgBox_spk.id283 .speakerBox,.imgBox_spk.id1621 .speakerBox {
        width: 100%;
        box-sizing: border-box;
    }
    /*end-spk,nav,modそれぞれ一人ずつの場合*/
}

/* ---------------------------------------------------------
 .c_participation
----------------------------------------------------------*/
.c_participation {
    margin-bottom: 80px;
}

.c_participation h2 {
    padding-top: 80px;
}

.c_participation ul {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.c_participation ul.c_participation_form li {
    float: left;
    width: 33.3333333%;
    border-right: solid 1px #010226;
    box-sizing: border-box;
    background: #fff;
    min-height: 41em;
    text-align: left;
    vertical-align: top;
}

.c_participation ul.c_participation_form li .c_participation_inner {
    padding: 10px;
    color: #000;
}

.c_participation ul.c_participation_form li figure img {
    width: 100%;
}

/*ボタン落とし*/
.c_participation ul li.c_participation_sports .link_btn,.c_participation ul li.c_participation_brand .link_btn,.c_participation ul li.c_participation_stadium .link_btn,.c_participation ul li.c_participation_partner .link_btn{
    background: #a9a9a9;
}
/*end-ボタン落とし*/

.c_participation ul li.c_participation_sports a {
    background: #5cd68b;
}

.c_participation ul li.c_participation_brand a {
    background: #d9a655;
}

.c_participation ul li.c_participation_stadium a {
    background: #5c9ad7;
}

.c_participation ul li.c_participation_partner a {
    background: #987fd0;
}

.c_participation ul.c_participation_form li a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}


.c_participation ul li .color_txt {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.c_participation ul li.c_participation_sports .color_txt {
    color: #5cd68b;
}

.c_participation ul li.c_participation_brand .color_txt {
    color: #d9a655;
}

.c_participation ul li.c_participation_stadium .color_txt {
    color: #5c9ad7;
}

.c_participation ul li.c_participation_partner .color_txt {
    color: #987fd0;
}

.c_participation ul.c_participation_form .c_participation_smalltxt {
    margin-top: 20px;
    text-align: left;
}

.c_participation ul.c_participation_form .c_participation_smalltxt li{
    font-size: 0.9rem;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 0.5rem;
    text-indent: -0.8rem;
    width: auto;
    float: none;
    min-height: 0;
    border:0;
}
/* .c_participation_campany */

.c_participation .c_participation_campany .title_underbar {
    border-bottom: solid 1px #0192cb;
    margin-bottom: 30px;
}

.c_participation .c_participation_campany h3 {
    margin-bottom: 0;
    float: left;
}

.c_participation .c_participation_campany h3 span {
    float: right;
}

.c_participation .c_participation_campany .title_underbar span {
    float: right;
    font-size: .9rem;
    color: #0192cb;
}

.c_participation .c_participation_campany ul li {
    list-style: disc;
    float: left;
    width: 25%;
    margin-bottom: 5px;
}

.c_participation .c_participation_campany ul {
    padding-left: 1rem;
}

@media screen and (max-width: 1000px){

    .c_participation .c_participation_campany ul li {
        width: 33.333333%;
    }

}


@media screen and (max-width: 900px){
    .c_participation ul {
        margin-bottom: 0;
    }

    .c_participation ul.c_participation_form li {
        width: auto;
        float: none;
        margin: 20px;
        min-height: 0;
    }
    .c_participation ul.c_participation_form li figure{
        display: none;
    }
    .c_participation ul.c_participation_form .c_participation_smalltxt li{
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 810px){

    .c_participation .c_participation_campany ul li {
        width: 50%;
    }
}

@media screen and (max-width: 480px){
    .c_participation ul li .color_txt {
        font-size: 1.1rem;
    }

    .c_participation .c_participation_campany ul li {
        font-size: .85rem;
    }
}


/*.c_participation_sponsor*/
.c_participation_sponsor{
    margin: 30px 1%;
    padding: 10px;
    background: #fff;
}

.c_participation_sponsor h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.c_participation_sponsor .note{
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: #888;
    text-align: right;
    display: none;
}


/*menu_area*/
.menu_area h4{
  margin-top: 20px;
}

.menu_area table{
    background: #fff;
    min-width: 1000px;
    margin: auto;
    font-size: 0.9rem;
  -webkit-text-size-adjust: 100%;
}
.menu_area th{
    padding: 10px 8px;
    font-weight: bold;
    background-color: #cccccc;
}
.menu_area th.menu01 {
    width: 32%;
}
.menu_area th.menu02 {
    width: 11%;
}
.menu_area th.menu03 {
    width: 50%;
}
.menu_area th.menu04 {
    width: 7%;
    text-align: center;
}
.menu_area td {
    padding: 10px 8px;
    background-color: #fdfafa;
}
.menu_area td.right_txt{
    text-align: right;
}
.menu_area td.center_txt{
    text-align: center;
}
.menu_area tr:nth-child(2n+1) td {
    background-color: #efefef;
}
.menu_area td .ico_txt{
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    margin: 5px 5px 5px 0;
}
.menu_area td .ico_txt.blue {
    background: #6e8ab7;
}
.menu_area td .ico_txt.orange {
    background: #d89c2e;
}
.menu_area .big_spo th.menu03 {
     text-align: center; 
}


  /*scroll-bar*/
  .menu_area .table_wrap{
      overflow-x: auto;
      margin-bottom: 30px;
  }
  .menu_area .table_wrap::-webkit-scrollbar{
      width: 10px;
      background: #eaeaea;
      border-radius: 5px;
  }
  .menu_area .table_wrap::-webkit-scrollbar:horizontal{
      height: 10px;
      background: #eaeaea;
      border-radius: 5px;
  }
  .menu_area .table_wrap::-webkit-scrollbar-thumb{
      background: #ffd5d5;
      border-radius: 5px;
  }
  .menu_area .table_wrap::-webkit-scrollbar-thumb:horizontal{
      background: #ffd5d5;
      border-radius: 5px;
  }
  /*soldout*/
  .menu_area tr.soldout_wrap {
      position: relative;
      background: #f1cece !important;
  }
  .menu_area tr.soldout_wrap td{
      background: #f1cece !important;
  }
  .menu_area .soldout_area{
    position: relative;
  }
  .menu_area .soldout_img {
      position: absolute;
      top: 50%;
      margin-top: -14px;
      left: 137%;
  }
  .menu_area tr.soldout_wrap td {
      color: #b34242 !important;
  }
  /*end scroll-bar*/
/*end menu_area*/

@media screen and (max-width: 900px){
    .c_participation_sponsor {
        margin: 20px;
    }
    .c_participation_sponsor .note{
        display: block;
    }
      .menu_area .table_wrap{
          margin-bottom: 10px;
      }
}



/* ---------------------------------------------------------
 .c_attendees
----------------------------------------------------------*/

/*タブ*/
.c_attendees .type_tab{
    margin: 30px 0;
    margin-bottom: 50px;
    text-align: center;
}
.c_attendees .type_tab li{
    color: #fff;
    background: #b6b7c4;
    padding: 10px 0;
    border-right: solid 1px #a1a3b7;
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: 'Abel', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    min-height: 0;
    margin: 0;
}
.c_attendees .type_tab li.type_tab-select{
    background: #070936;
}
.c_attendees .type_tab li:last-child{
    border-right: 0px;
}
.c_attendees .type_inner li.t_inner_wrap{
    width: auto;
    margin: 0px;
    line-height: normal;
    float: none;
    text-align: center;
    min-height: 0;
}
.c_attendees .type_inner .hide {
    display: none;
}
.c_attendees .type_tab li br{
    display: none;
}
@media screen and (max-width: 768px){
    .c_attendees .type_tab li{
        font-size: 1rem;
    }
}
@media screen and (max-width: 580px){
    .c_attendees .type_tab li br{
        display: block;
    }
    .c_attendees .type_tab li {
        min-height: 50px;
        font-size: 0.9rem;
    }
}
/*タブ end*/


/*顔写真リストの場合*/
/*.c_attendees ul li {
    width: 21%;
    margin: 0 2%;
    margin-top: 10px;
    line-height: 95%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    min-height: 23rem;
}
.c_attendees ul li figure.width80{
    display: inline-block;
    width: 80%;
    margin: auto;
}
.c_attendees ul li img {
    width: auto;
    height: auto;
}
.c_attendees ul li .company_logo img{
    border: solid 1px #dddddd;
    box-sizing: border-box;
}
.c_attendees ul li img.loaded {
    margin-bottom: 0px;
}
.c_attendees ul li dl dt {
    margin: 10px 0;
    font-weight: 500;
}
.c_attendees ul li dl dt br.typebr{
    display: none;
}
.c_attendees ul li dl dt span.type{
    display: inline-block;
    text-align: center;
    font-size: 0.7rem !important;
    vertical-align: text-top;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    margin-left: 10px;
    background: #987fd0;
}
.c_attendees ul li dl dt span.type.t_brand {
    background: #d9a655;
}
.c_attendees ul li dl dt span.type.t_sports {
    background: #5cd68b;
}
.c_attendees ul li dl dt span.type.t_tech-media {
    background: #987fd0;
}
.c_attendees ul li dl dt span.type.t_stadium-town {
    background: #5c9ad7;
}

.c_attendees ul li dl dd {
    font-size: .75rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.c_attendees ul li dl dd.position {
    color: #a0a0a0;
    font-size: 0.7rem;
}

.c_attendees ul li a:hover {
    color: #5c9ad7;
}

@media screen and (max-width: 768px){

    .c_attendees ul li {
        width: 29%;
        min-height: 22rem;
    }

}

@media screen and (max-width: 480px){
    .c_attendees.underpage .c_wrap{
        padding: 80px 10px;
    }
    .c_attendees ul li {
        width: 46%;
        margin: 2%;
    }
    .c_attendees ul li dl dt br.typebr{
        display: block;
    }
    .c_attendees ul li dl dt span.type{
        margin-left: 0;
        margin-top: 5px;
    }
}*/

/*顔写真リストの場合 end*/

/*テキストリストの場合*/
.c_attendees ul {
    background-color: #f1f1f1;
    padding: 50px 100px;
    border-radius: 5px;
}
.c_attendees ul li{
    display: inline-block;
    width: 48%;
    padding-right: 1.5%;
    padding-bottom: 15px;
    font-size: 0.9rem;
    vertical-align: top;
}
.c_attendees ul li span{
    display: block;
    color: #999;
    font-size: 0.7rem;
}
.c_attendees ul li span.fs_s{
    font-size: 0.68rem;
}
.c_attendees .mg-right{
    text-align: right;
    margin-right: 5%;
    font-size: 0.8em;
}
@media screen and (max-width: 768px) {
    .c_attendees ul {
        padding: 5%;
    }
}
@media screen and (max-width: 640px) {
    .c_attendees h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c_attendees ul li{
        display: inline-block;
        width: 100%;
    }
}
/*テキストリストの場合 end*/





/* ---------------------------------------------------------
 .c_event
----------------------------------------------------------*/

.c_event {
    background: url(./images/top/event-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.c_event dl {
    width: 48%;
    float: left;
    font-size: 1.1rem;
}

.c_event dl dt {
    float: left;
    width: 20%;
}

.c_event dl dd {
    float: left;
    width: 80%;
    padding-left: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-left: solid 1px #fff;
}

.c_event figure {
    float: right;
    width: 50%;
    text-align: right;
}

.c_event h2 span {
    color: #fff;
}

@media screen and (max-width: 768px){
    .c_event {
        background-attachment: scroll;
        background: url(./images/top/event-bg.jpg);
        background-size: cover;
        background-position: 70%;
    }

    .c_event dl {
        width: 80%;
        margin: auto;
        float: none;
        margin-bottom: 30px;
    }

    .c_event figure {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px){
    .c_event dl {
        width: 100%;
        font-size: 1rem;
    }
    .c_event dl dt {
        width: 18%;
    }
    .c_event dl dd {
        padding-left: 15px;
        width: 82%;
    }
}

/* ---------------------------------------------------------
 footer
----------------------------------------------------------*/

footer .footer_block {
    margin: 30px 0;
    width: 24%;
    float: left;
}

footer .footer_block p {
    color: #000;
}

footer .footer_block li {
    margin-bottom: 5px;
}

footer .copy_txt{
    text-align: center;
    font-size: 0.75rem;
    font-style: italic;
    border-top: solid 1px #626262;
    padding: 10px;
}
footer .stay_connected {
    float: left;
    margin-top: 20px;
}
footer .content-innner_ft {
    width: 1000px;
    margin: auto;
    padding: 40px 0;
}
footer figure {
    width: 158px;
}
footer .inner_stay_connected dt {
    color: #0192cb;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 8px;
}
footer .inner_stay_connected dd {
    font-size: 13px;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    color: #fff;
}
footer .inner_stay_connected dd.mailing_list_btn {
    float: left;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 6px 22px 6px 6px;
    border: 1px solid #fff;
}
footer .inner_stay_connected dd.mailing_list_btn a {
    color: #fff;
}
footer .inner_stay_connected dd.mailing_list_btn a:hover {
    color: #0192cb;
}
footer .inner_stay_connected dd.mailing_list_btn::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: 10px;
}
footer .inner_stay_connected dl ul li {
    float: left;
    width: 26px;
    margin-bottom: 16px;
}
footer .inner_stay_connected dl ul li:first-child {
    margin-right: 10px;
}
@media screen and (max-width: 1200px){
    footer .content-innner_ft {
        padding: 40px 50px;
        width: auto;
    }
}
@media screen and (max-width: 960px){
    footer .footer_block {
        width: 30%;
    }
}
@media screen and (max-width: 768px){
    footer .footer_block {
        width: 100%;
    }
    footer .ft_sitemap,
    footer .stay_connected {
        float: none;
    }
    footer .stay_connected {
        margin-left: 0;
    }
    footer .inner_stay_connected dl ul li:first-child {
        margin-right: 20px;
}
    footer .inner_stay_connected dl ul li {
        float: left;
        width: 34px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 330px){
    footer .inner_stay_connected dd.mailing_list_btn {
        font-size: 12px;
    }
}


/* ---------------------------------------------------------
 .underpage (下層共通)
----------------------------------------------------------*/
.c_underpage {
    color: #000!important;
    background: #fff;
}
.c_underpage h2 {
    color: #010226;
}
.c_underpage h2 span {
    color: #010226;
}
.c_underpage a {
    color: #010226;
}