/* CSS Document */



.inner_event {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}

/*---------------------------------------------------
　メインイメージ
----------------------------------------------------*/
#mainvisual_ev {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/main_ev.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
   #mainvisual_ev  {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/main_sp.jpg) center center no-repeat;
    background-size: cover;
}

}

.mv_titleWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 80px auto 20px;
}

.mv_title {
    width: 60%;
}

.mv_heart {
    width: 70%;
}


h3.title_jp_ev {
    font-weight: 900;
    font-size: 1.4em;
    color: #1a2f6a;
    margin-top:5px;
}

h4.title_eng_ev {
    font-weight: 900;
    font-size: 4em;
    line-height: 1em;
    color: #6cbcef;
}

@media screen and (max-width: 768px) {
h4.title_eng_ev {
    font-size: 3em;
}
}

h4.title_eng_ev span {
      color: #fff;
  -webkit-text-stroke: 2px #1a2f6a;
  text-stroke: 2px #1a2f6a;
}

h5.ev_category{
background-color:#1a2f6a;
width:100%;
padding:10px;
color:#fff;
border-radius:10px;
margin-bottom:20px;
font-size:1.2em;
}

@media screen and (max-width: 768px) {
h5.ev_category{
padding:10px;
font-size:1.1em;
}
}


#event_ev {
    padding: 100px 0;
    background: linear-gradient(to right, #fae9fa, #c9e6fd);
}

@media screen and (max-width: 768px) {
    #event_ev {
    padding: 60px 0;
    }
}

.mv_event{
margin:20px auto;
text-align:center;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}

ul.ev_list{
}
.ev_list li{
margin-bottom:20px;
}

.ev_list li img{
border:5px solid #FFF;
}


 /*----イベント一覧にもどるボタンー----*/

.btn_link {
  display: inline-block;
  background-color: #6cbcef;
  border: 3px solid #6cbcef;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 15px 20px;
  margin-top:10px;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
 .btn_link {
  font-size: 1.2em;
  padding: 10px;
}
}

.btn_link:hover {
  background-color: #fff;
  border: 3px solid #6cbcef;
  color: #6cbcef;
}


/*---------------Talkshow--------------*/
.subtitle_ev{
text-align:left;
font-size:1.2em;
}
.list_01{
font-size:1.2em;
text-align:left;
}

@media screen and (max-width: 768px) {
 .list_01{
font-size:1.1em;
}
}

.list_02{
font-size:0.9em;
text-align:left;
}

.note_title
{
font-size:1.2em;
text-align:left;
}

.note_title02
{
font-size:0.9em;
text-align:left;
font-weight:bold;
}


 /*--プロフィールボタンー--*/

.btn_profile {
  display: inline-block;
  background-color: #6cbcef;
  border: 3px solid #6cbcef;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 10px;
  margin-top:10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn_profile:hover {
  background-color: #fff;
  border: 3px solid #6cbcef;
  color: #6cbcef;
}


 /*--チケット販売テーブル--*/
 
.table_talkshow{
 margin: 5px 0;
 width:100%;
 font-size:1.1em;
}

.table_talkshow caption{
text-align:left;
 font-size:1.1em;
}

.table_talkshow th {
  background: #1a2f6a;
  border: solid 1px #ccc;
  color: #fff;
  padding: 20px;
  vertical-align:middle;
  width:200px;
}
.table_talkshow td {
  background: #ffffff;
  border: solid 1px #ccc;
  padding: 20px;
}
 
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table_talkshow {
  }
  
  .table_talkshow th,
  .table_talkshow td {
　　border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px;
  }
}

 .table_talkshow .note{
 color:#6cbcef;
 font-size:0.9em;
 }
/*---------------模擬店・学術展示--------------*/
 
.voucher{
display:flex;
margin-bottom:30px;
}

@media screen and (max-width: 768px) {
  .voucher{
display:flex;
flex-direction:column;
align-items:center;
}
  }
.voucher_text{
text-align:left;
padding-left:30px;
padding-top:30px;
}

@media screen and (max-width: 768px) {
.voucher_text{
text-align:center;
}
  }

.voucher_title{
font-size:1.2em;
font-weight: 700;
margin-bottom:10px;
}

@media screen and (max-width: 768px) {
.voucher_title{


}
  }