@charset "utf-8";

body {
    font-family: 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif ;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

a {
  color: #245dc1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#body_wrap{
	background-color: #FFFFFF;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 200px 0 0;
  margin-top: -200px; /* リンク位置上昇分 */
}

.inner{
	width: 1024px;
	clear: both;
	margin: 0 auto;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.note{
	font-size: 14px;
	color:#999;
}


/* #header
-----------------------------------------------------------*/
#headerLogo {
	background: #fff;
}

.headerLogo_inner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 8px 0;
}

.sns {
	position: absolute;
	top: 8px;
	right: 0;
}

.sns ul {
	margin: 0 0 0 -10px;
}

.sns li {
	float: left;
	margin: 0 10px 0 0;
}

#header_wrap {
	width: 100%;
	background-color: #00a2a4;
}

.mt10 {
	margin-top: 10px;
}
/* flexbox
----------------------------------------------*/

.flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



/* navi
----------------------------------------------*/
#gnavi {
	background-color: #00A2A4;
	text-align: center;
	border-top: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
}
#gnavi ul {
	width: 1024px;
	margin: 0 auto;
}
#gnavi li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: 165px;
}
#gnavi li a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 0.1rem;
}
#gnavi .current{
	background-color: #F2DF71;
	color: #006264;
	font-weight: 600;
}

#gnavi ul li a:hover{
	background-color:#00A2A4;
	color: #F2DF71;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

/*通常*/
#program,#nominate,#eventreport,#lastmessage{
	margin-top: -100px;
	padding-top: 100px;
	margin-bottom: 100px;
}

/*最後*/
#past{
	margin-top: -400px;
	padding-top: 400px;
	margin-bottom: 100px;
}

/* btn
-----------------------------------------------------------*/

.btn {
    background-color: transparent;
    border: 0 solid transparent;
    color: #333333;
    display: inline-block;
    font-weight: 400;
    margin-left: 1.5rem;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn span{
	font-size: 0.8em;
	display: block;
}

.btn:hover{
	text-decoration: none;
	opacity: 0.6;
	transition-duration: 0.3s;
}

.btn-primary-as {
    border-color: #00a2a4;
    color: #ffffff;
    background-color: #00a2a4;

	box-shadow: 0 3px 0 0 #3d9999;
    background-color: #4cbebe;
}

.btn-primary-ec {
    border-color: #a876d6;
    color: #ffffff;
    background-color: #a876d6;
	box-shadow: 0 3px 0 0 #7735b1;
}

a.external:after{
    font-family: "Font Awesome 5 Free";
	content: "\f35d";
	color: #245dc1;
	font-weight: 900;
	font-size: 12px;
}

.btn_area{
	text-align: center;
}



/* header
-----------------------------------------------------------*/

h2{
	font-size: 32px;
	color: #007C7E;
	font-weight: 600;
	text-align: center;
	margin:40px 20px;
}

h3{
	font-size: 28px;
	text-align: center;
}

h4{
	font-size: 20px;
	text-align: center;
	margin:32px 0 20px;
	font-weight: 600;
}



/*ふきだし*/
.balloon-area{
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  
  .balloon{
    position:relative;
    width:200px;
    height: 40px;
    line-height: 40px;
    background:#FFDD69;
    text-align:center;
    border:0px ;
    color:#007a7c;
	z-index: 9;
	top:-20px
  }

  .balloon h3{
	  font-size: 20px;
	  font-weight: 700;
	}

  .balloon::after,.balloon::before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
  }
  .balloon::after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:7px;
    border-bottom-width:10px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-top-color:#FFDD69;
  }
  .balloon::before{
    border-color: rgba(204, 204, 204, 0);
    border-top-width:6px;
    border-bottom-width:11px;
    border-left-width:7px;
    border-right-width:7px;
    margin-left: -7px;
    margin-top: 1px;
    border-top-color:#FFDD69;
  }

.mainvisual h1 img{
	width: 1024px;
	margin: 0 auto;
	display: block;
}



/* badge
-----------------------------------------------------------*/
.badge {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    font-size: 75%;
    border-radius: 4px;
}

.badge-default {
    background-color: #eee;
    color: #666;
}

.badge-new{
	font-size: 12px;
	background-color: #FF4F4F;
	margin-left: .25rem;
	color: #FFF; 
}

/* card
-----------------------------------------------------------*/

.card-header{
	border-top: 1px solid#DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: .75rem 0;
	border-radius: 8px 8px 0 0;
}

.card-header h4{
	font-size: 20px;
	font-weight: 600;
}


.card-body{
	border:1px solid #DDD;
	border-radius: 0 0 8px 8px;
}

.card_thumbnail img{
	width: 140px;
	border:1px solid #eee;
	margin-left: 1rem;
}

.list-group-item{
	border-bottom: 1px solid#DDD;
	padding: 2rem;
}
.list-group-item:last-child{
	border:none;
}

.program_title{
	font-size: 20px;
	font-weight: 600;
}

.program .time{
	color: #666666;
	font-size: 14px;
}



/* 2021 program
-----------------------------------------------------------*/

.notice {
    padding: 0 0 3em;
}

.notice_title {
    font-weight: 600;
	font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.lead2 {
    margin: 2em 0 1em;
    text-align: center;
    font-weight: bold;
}
.center {
	text-align: center;
}
#intro p{
	margin-bottom: 1.2em;
}

.lead{
	line-height: 2.0;
	text-align: center;
}



#program .flex_container{
	justify-content: space-between;
}

#program .card{
	width: 490px;
}
#program .card:last-child{
	margin-left: 40px;
}


#program .card-header,#program .card-body{
padding:20px;
}

.speaker .card-body {
	line-height: 2.0;
}

.speaker .card-header p{
	font-weight: 600;
	margin-right: 10px;
}

/* #nominate
-----------------------------------------------------------*/
.nominate_title,.nominate_title02,.nominate_title03{
	height: 75px;
  background-color: #00a1a3;
  display: block;
  margin-bottom: 0px
}
.nominate_title h2,
.nominate_title02 h2,
.nominate_title03 h2{
	font-size:26px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	line-height: 80px;
}
.nominate_title h2 span,
.nominate_title02 h2 span{
	text-align:  center;
	font-weight:bold;
	letter-spacing: 1px;
	position: relative;
  top: -18px;
}
.nominate_title02 h2 span {
	left: 20px;
}

.nominate_title h2 span,
.nominate_title03 h2 span{
	display: inline;
	text-align:  center;
	font-weight:bold;
	letter-spacing: 1px;
}

.nominate_title03{
	margin-bottom:60px;
}

.nominate_container p{
	margin-bottom: .75rem;
	line-height: 1.5;
	text-align: center;
}

.nominate_list .flex_container li:nth-child(1){
	margin-right: 0;
}

.mvp_block .nominate_list.box{
	width: 900px;
}

.nominate_list .flex_container{
	justify-content: space-between;
}

.nominate_list ul li{
	width: 240px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.nominate_list ul li:first-child{
	font-weight: 600;
}

.nominate_list ul li:last-child{
	margin-bottom: 0;
}



.nominate_list ul:last-child{
	border:none;
	margin-right: 0;
	padding-right: 0;
}

.nominate_list　.flex_container{
	text-align: center;
}

.h3title h3 span {
	text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    font-size: 30px;
    top: -15px;
    left: 8px;
		color: #00a1a3;
}

.h3title h3:before{
	content: url(../img/leafLeft.png);
	position: relative;
	top: 5px;
	left: -40px;
}

.h3title h3:after{
	content: url(../img/leafRight.png);
	position: relative;
	top: 5px;
	left: 50px;
}

#nominate .mvp_block_container h4{
	height: 32px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	clear: both;
	font-weight:bold;
}

.description{
	margin: 10px 0;
}

#nominate .note{
	text-align: right;
	display: block;
	clear: both;
}

#nominate .box .note{
	text-align: center;
}

.podiumlist {
	width: 300px;
float: left;
}
.podiumtxt {
	margin-top: 10px;
}
.podiumimg img {
	width: 300px;
}
.space {
	margin: 0 20px;
}
.name {font-weight: 600;
	font-size: 15px;
	margin: 15px 0;

}
.h3title {
	margin-top: 40px;
    margin-bottom: 60px;
    background-color: #fff4c3;
    padding: 30px 21px 20px;
}
.h3title h3 {
    padding: 0px 0px 5px;
    text-align: center;
    margin: 0 auto 5px;
    font-size: 24px;
    font-weight: 600;
}

/* column
-----------------------------------------------------------*/
.col{
	width: 300px;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
	float: left;
	margin: 15px 15px 30px 0;
}

.col.last{
	margin: 15px 0 30px 0;
	clear:  right;
}

.col p.title,.mod1 p.title{
	color: #5b5b5b;
	display: block;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding: 5px 0;
	font-weight: 600;
}

.col_inner{
	padding:7px 0px;
	text-align:center;
}

.col_inner ul{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin:0px;
  padding:0px;
}

.col_inner ul li{
	text-align:center;
}

.col2wrap {
	width: 48%;
}

.col2wrap h3.sideline {
	margin-top: 30px;
}

.col2wrap .col {
	float: none;
	width: 100%;
}

.col2-left{
	float: left;
}
.col2-center{
	margin: 0 auto;
}

.col2-right{
	float: right;
}
.col4 {
	width: 211px;
    border: 2px solid #00a1a3;
    background-color: #FFFFFF;
    float: left;
    margin: 15px 12px 30px 0;
}
.col4 p.title, .mod1 p.title {
    color: #00a1a3;
    display: block;
    border-bottom: 2px solid #00a1a3;
    text-align: center;
    padding: 5px 0;
    font-weight: 600;
}
.col4.last {
	margin: 15px 0 30px 0;
    clear: right;
}

.msg{
	margin-bottom:30px;
	text-align: center;
}

/* clearfix
-----------------------------------------------------------*/
 .clearfix:after   {
  content: "";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* archivelink
-----------------------------------------------------------*/

#archives{
  display: block;
  clear: both;
  margin: 50px auto;
}

#archives h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}


/* footer
-----------------------------------------------------------*/

#footer {
  margin: 20px auto;
  text-align: center;
  height: 30px;
  padding: 20px 0;
}


/* OUTline
-----------------------------------------------------------*/
#outline{
	margin-top: 20px;
	padding: 10px 0 10px;
	clear: both;
}

/* table
-----------------------------------------------------------*/

.table{
	width: 100%;
}

.table th{
	background-color: #eee;
	width:180px;
	text-align:center;
	font-weight: 600;
}

.table th,.table td{
	font-weight:normal;
 	box-sizing: border-box;
	border:solid 1px #d2d2d2;
	min-height:50px;
    padding: .75rem;
    vertical-align: top;
}

.table td{
	line-height: 2.0;
}

.table td ul li{
	list-style: disc;
    text-indent: -1.25rem;
    padding-left: 1.25em;
}

.table td ul li::before{
	margin-right: .5em;
}


/* .backtotop
-----------------------------------------------------------*/
.backtotop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10;
   }

.backtotop a{
	   display: block;
	   background-color:none;
	   color: none;
	   width: 44px;
	   height: 44px;
	   line-height: 0;
	   padding: 0;
	   border-radius: 0px;
	   background-image: url(/img/event/common/backtoarrow.png);
	   background-repeat: no-repeat;
	   background-position: 0 0;
	   background-size: 44px 44px !important;
	   overflow: hidden;
	   text-indent: 100%;
	   white-space: nowrap;
   }




/* nominate
-----------------------------------------------------------*/

.title_decoration{
	display: flex;
	justify-content: center;
	text-align: center;
}

.title_decoration img{
	margin: 0 20px;
	width: 40px;
	height: 102px;
}

.title_decoration h3{
	font-size: 36px;
    text-align: center;
}

.title_decoration span{
	font-size: 20px;
    display: block;
}

.box{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 1px 1px 4px rgba(238, 238, 238, .5);
}

.box_title{
	font-weight: 600;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/*flex*/

.mvp .title_decoration{
	margin: 60px 0 20px;
}


.halloffame .mvp_block{
	background-image: url(../img/background_yellow2.png) !important ;
	background-color: #FFF5DD;
}

.mvp_block{
	background-color: #eee;
	background-image: url(../img/background_gray.png);
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 40px 20px 20px;
	background-color: #d1d1d1;
}



.mvp_block h5{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin:10px 0;
}

.mvp_block_container h4{
	font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    text-align: center;
    width: 460px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
	top: 30px;
	box-shadow: 3px 3px 10px rgba(51,51,51,0.2);
}


.mvp_block .box{
	width: 260px;
	margin: 10px;
}

.mvp_block .box p{
	text-align: center;
}


/*カテゴリー*/
h4.finance{
	background-color: #94865d;
}
h4.shopping{
	background-color: #5d61ae;
}
h4.travel{
	background-color: #5a9566;
}
h4.job{
	background-color: #3c7bb7;
}
h4.btob{
	background-color: #7f7a6c;
}
h4.beauty{
	background-color: #CA718A;
}
h4.electronics{
	background-color: #5399D0;
}
h4.entertainment {
	background-color: #9f70ca;
}
h4.pc {
	background-color: #5388BF;
}
h4.communication {
	background-color: #8270ca;
}
h4.gourmet {
	background-color: #DD6E67;
}
h4.new {
	background-color: #30AA00;
}
h4.special {
	background-color: #B14A32;
}
h4.dairi {
	background-color: #309AAD;
}
h4.sns {
	background-color: #53bf74;
}
h4.rapid {
	background-color: #8A63AF;
}
h4.halloffame_label {
	background-color: #00A2A4;
}



/*---
表示出し分け
--*/

.pcshow{
	display: block;
}

.spshow{
	display: none;
}



/* eventreport
-----------------------------------------------------------*/

#eventreport h3{
	background-color: #D6F0F0;
	display:block;
	font-size: 24px;
	padding:.5rem;
	margin: 1rem 0;
}

.eventreport_content{
	text-align: center;
	margin-bottom: 60px;
}
.eventreport_photo{
	margin: 20px 0;
}

.eventreport_content .caption{
	font-size: 14px;
	text-align: center;
}

#qa {
	margin-bottom: 60px;

}

.message_img{
	margin:40px 0;
	display: inline-block;
}

.balloon-area {
    text-align: center;
    width: 260px;
    margin: 0 auto;
}
.reserve p {
	text-align: center;
	margin-bottom: 10px;
}
.balloon {
    position: relative;
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #FFDD69;
    text-align: center;
    border: 0px;
    color: #007a7c;
    z-index: 9;
    top: -20px;
}
.balloon h4 {
    font-size: 20px;
    font-weight: 700;
}
.reserve {
    background-color: #efefef;
    padding: 0 2em 2em;
    margin: 2.5rem 0 4rem;
    text-align: center;
}
.btn-movie {
    width: 15em;
    display: block;
	text-align: center;
    padding: 16px 32px 13px;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    box-shadow: 0 3px 0 0 #3d9999;
    background-color: #4cbebe;
    border-radius: 4px;
    margin: 10px auto 20px;
}
#movie {
	margin-top: -100px;
    padding-top: 100px;
}
#mvp_comment {
	margin-top: -100px;
    padding-top: 100px;
}
#appearance {
	margin-top: -100px;
    padding-top: 100px;
}
#interview {
	margin-top: -100px;
    padding-top: 100px;
}
#qa {
	margin-top: -100px;
    padding-top: 100px;
}
/* commingsoon
-----------------------------------------------------------*/

.commingsoon{
	background-color: #eee;
	border-radius: 8px;
	padding: 1.5rem 1rem;
	margin:40px 0;
	color: #999999;
	text-align: center;
	font-size: 20px;
}

/* panel
-----------------------------------------------------------*/
.panel{
	padding:20px;
	border:1px solid #ccc;
	background-color: #efefef;
}

/*new*/

#news{
	padding-top: 20px;
}
#news li{
	line-height: 2.0;
}

.mvp_comment,#qa{
	margin-top: -100px;
	padding-top: 100px;
}

/* #nominate
-----------------------------------------------------------*/
.nominate_title h2,.nominate_title02 h2{
	font-size:22px;
	color: #FFFFFF;
	font-weight: 600;
  text-align: center;
}

.nominate_container{
	width: 100%;
}

.nominate_container .box{
	width: 240px;
	margin:1em;
}

.nominate_container .box_blank{
	width: 310px;
	border:0px;
}

#schedule img{
	width: 100%;
	margin-bottom: 1rem;
}

.timetable{
	margin-bottom: 2rem;
}


dl.sidelist  {
	margin:20px 0;
}

.sidelist dt{
	float: left;
	clear: left;
    width: 220px;
	font-weight: 600;
}

.sidelist dd {
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 32px;
}
.sidelist dt p,.sidelist dd p{
	overflow: hidden;
}

/* #qa
-----------------------------------------------------------*/
.qa_item dt{
	margin-bottom: 1rem;
}


.qa_item dt div,.qa_item dd div{
	overflow: hidden;
}

.qa_item dt div{
	font-weight: 600;
}

.qa_item dd div{
	margin-bottom: 2rem;
}


.qa_item dt::before{
	content: 'Q';
	background-color: #009193;
	color: #FFF;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	margin: 0 20px 0 0;
	line-height: 32px;
	float: left;
}

.qa_item dd::before{
	content: 'A';
	background-color: #EEE;
	color: #009193;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	margin: 0 20px 0 0;
	line-height: 32px;
	float: left;
}

.qa_category_list li{
	padding: 0 1rem;
	margin: 1rem 0;
	border-right: 1px solid #ccc;
}

.qa_category_list li::after{
	content: '';
}

.qa_category_list li:last-child{
	border-right: none;
}


#qa_main h3{
	background-color: #D6F0F0;
	display:block;
	font-size: 20px;
	padding:.5rem;
	margin: 1rem 0;
}

.qa_link{
	font-size: 14px;
	margin:.5rem 0 .75rem;
}

/* readmore
-----------------------------------------------------------*/
.readmore{
    position: relative;
    box-sizing: border-box;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 300px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    z-index: 2;
	/**/
	width: 200px;
	background-color: #FFF;
    border: 1px solid #ccc;
    color: #245dc1;
    font-weight: 400;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.5rem 1rem;
	font-size: 1.2em;
    border-radius: 4px;
    /* transition: color 0.15s ease-in-out,　background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;  */
	transition: all 300ms 0s ease; 
}
.readmore-label:before{
    content: '続きを読む';
	font-weight: 400;
	font-family: ;
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる ';
	font-weight: 400;
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


/*続きを読むstatic*/
.readmore-btn{
	width: 240px;
	font-size: 1em;
	color: #245dc1;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 12px 2px;
    text-align: center;
    border-radius: 10px;
	font-weight: 400;
}

/*==================================================

モバイル用CSS

==================================================*/
@media screen and (max-width: 767px) {

#day img {
	width: 100%;
	height: 100%;
}
#bannerarea {
    height: 40px;
}
#bannerarea img {
    width: 100%;
	height: auto;
    margin: 0 auto;
}
h3.sideline span {
	font-size: 20px;
}
#header{
	width: 100%;
	margin: 8px auto;
	position: relative;
}
.headerLogo_inner {
	width: 100%;
}
.logo {
	margin-left: 2px;
}
#headerImg {
		background: url(../img/summit_mainvisual_sp) no-repeat center center;;
	 background-size: cover;
	 	width: 50%;
		height: 240px;
}
#headerImg img {
	width: 100%;
	height: auto;
}
/* .bnrarea_inner {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-image: url(../img/sp/headbanner.jpg);
	background-repeat: none;
	background-size: 100%;
	background-position: center;
	position: relative;
} */
.vcsummit_logo {
	position: absolute;
	bottom: 10px;
	left: auto;
	right: auto;
	margin: 0 atuo;
	text-align: center;
	width: 100%;
}
.vcsummit_logo img {
	width: 90%;
	margin: 0 atuo;
}
.inner{
	width: 90%;
	clear: both;
	margin: 0 auto;
}

.col {
	width: 100%;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
	margin: 15px 15px 15px 0;
}

.col.last{
	margin: 15px 0 30px 0;
	clear:  right;
}

.col2wrap {
	width: 100%;
}

.col2-left,
.col2-right{
	float: none;
}

.segment_list {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	border-bottom: none;
}
th,td{
	font-weight: normal;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 0 none;
	border-bottom: solid 1px #d2d2d2;
	text-align: center;
}
.table th,.table td{
	width: 100%;
}

.balloon-area{
	width: 100%;
}

.balloon{
	width: 100%;
}

/* #intro
-----------------------------------------------------------*/
#intro {
	margin-top: 30px;
}
#outline {
	margin-top: 20px;
padding: 10px 0 10px;
    clear: both;
}

/*nav*/
#gnavi{
	background-color: #5b5b5b;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #a0a0a0;
}

#gnavi ul {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	clear: both;
}

#gnavi ul li a:hover{
	background-color: #414141;
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
	text-decoration: none;
}

/* program
-----------------------------------------------------------*/
#program .card{
	width: 100%;
}

#program .card:last-child{
	margin-left: 0;
	margin-top: 20px;
}

.speaker .card_thumbnail {
	text-align: center;
}

/* podium
-----------------------------------------------------------*/
#podium{
	margin-top: 20px;
	padding: 0 0 40px;
	clear: both;
}
#podium h3 {
	width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 2px 0 2px 0;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}
.podiumlist {
    width: 100%;
    float: none;
}
.podiumimg {
	margin: 20px 0 0;
}
.space {
    margin: 0 0;
}
.col4 {
	width: 100%;
    border: 2px solid #00a1a3;
    background-color: #FFFFFF;
    float: none;
    margin: 10px 0 10px;
}
.col4 p.title, .mod1 p.title {
    color: #5b5b5b;
    display: block;
    border-bottom: 2px solid #00a1a3;
    text-align: center;
    padding: 5px 0;
    font-weight: 600;
}
.col4.last {
	margin: 15px 0 30px 0;
    clear: right;
}

/* #nominate
-----------------------------------------------------------*/
.nominate_title02{
	height: 75px;
  background-color: #00a1a3;
  display: block;
  margin-bottom: 0px
}
.nominate_title02 h2{
	font-size:26px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	line-height: 80px;
}

.nominate_title02 h2 span{
	text-align:  center;
	font-weight:bold;
	letter-spacing: 1px;
	position: relative;
  top: 0px;

}
.nominate_title02 h2 span {
	left: 0px;
	font-size: 18px;
}

.nominate_title02 h2:before{
	content: url(../img/trophy.png);
	position: relative;
	top: 0px;
	left: 0;
	 display: none;
}
.nominate_title03 {
    margin-bottom: 20px;
}


.title_decoration h3{
	font-size: 28px;
}


.h3title h3 {
    padding: 0px 0px 5px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
}
.h3title h3 span {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    top: -18px;
    left: 0px;
}

#nominate h4{
	font-size: 16px;
}

.podiumimg img {
	width: 100%;
}

.reserve{
	padding: 0 1em 1em;
}

.reserve_link_btn .btn{
	width: 90%;
}

.reserve_link_btn{
	margin: 1rem 0;
}

/* day
-----------------------------------------------------------*/
.plase {
    margin: 0;
    overflow: hidden;
}
.plase li {
	float: none;
    text-align: center;
    margin-bottom: 20px;
}
.spaseimg {
    margin-left: 0px;
    margin-right: 0px;
}
.video {
width: 100%;
height: 100%;
margin: 0 auto 20px;;
}
/* #ceremony
-----------------------------------------------------------*/
.photo {
	width: 100%;
}
.photo img {
	width: 100%;
}
.photo li {
	clear: both;
	display: block;
}


/* 2020
-----------------------------------------------------------*/
h2{
	font-size: 32px;
}
.mainvisual h1 img{
	width: 100%;
}

.flex_container{
	flex-wrap: wrap;
}

h3{
	font-size: 30px;
}

.mvp_block{
	background-size: auto 100%;
	background-position: center;
}

.mvp_block_container h4{
	width: 80%;
	font-size: 20px;
}
.flex_container li{
	margin:10px 0 ;
	display: block;
	width: 100%;
}

.flex_container li:nth-child(1){
	margin-right: 0;
}




/* 2021
-----------------------------------------------------------*/
.program{
	flex-wrap: wrap;
}
.program_img,.program_img img{
	width: 100%;
}

.list-group-item{
	padding: 1em;
}


.card_thumbnail{
	width: 90%;
	margin:1rem auto 0;
}

.card_thumbnail img{
	margin:0;
}

.nominate_container .box{
	margin: .625em 0;
}

.nominate_container .box_blank{
	display: none;
}

.accordion__content.is-open{
	padding: .625em 1em;
}


.sidelist dt{
	width: 100%;
	float: none;
}
.sidelist dd{
	width: 100%;
	float: none;
	padding-left: 0;
}


/* eventreport
-----------------------------------------------------------*/


#eventreport img{
	width: 100%;
}



/* nominate
-----------------------------------------------------------*/

.nominate_list ul li{
	width: 100%;
}


.nominate_list ul {
	border:none;
	margin:0 0 20px 0;
	width:100%;
}
.nominate_list ul:last-child{
	margin-right: 0;
	margin-bottom: 0;
}


.message_img{
	width: 100%;
}

#qa_main h2{
	font-size: 20px;
	display: inline-block;
	margin: 20px 0;
}
#qa_main h2 br{
	display: none;
}

#qa_main .flex_container li{
	display: inline;
	width: auto;
	margin: 4px 0;
}

#qa_main .flex_container li:first-child{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-right: 0;
}

.qa_category_list{
	margin-top: 20px;
}
.notice {
    background-color: #eee;
    padding: 20px;
    margin: 0;
    text-align: center;
}
.btn-movie {
    width: auto;
    display: block;
    padding: 16px 32px 13px;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    box-shadow: 0 3px 0 0 #3d9999;
    background-color: #4cbebe;
    border-radius: 4px;
    margin: 10px auto 20px;
}
/*---
表示出し分け
--*/

.pcshow{
	display: none;
}

.spshow{
	display: block;
}

}


