#main .event-title{
    display: flex;
    align-items: flex-end;
}
#main .event-title img:first-child{
    width: 190px;
    margin-right: 1rem;
}
#main .event-title img:nth-child(2){
    max-width: 740px;
}
#main h2{
    margin-bottom: 3rem;
}
#main h3 {
    position: relative;
    display: block;
    margin-bottom: 6rem;
    text-align: center;
    color: #64aa67;
  }
  #main h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #64aa67;
    border-radius: 2px;
  }
/* 辞書部分 */
#main .catch{
    background: #ffffeb;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
}
.dic-bloc{
    width: 840px;
    margin: 0 auto;
}
.dic-index{
    font-weight: bold;
    font-size: 2.0rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.catch-copy{
    color: #000;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 1rem;
}
.lead{
    margin-bottom: 6rem;
}
.lead p{
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    margin-bottom: 1rem;
}
.event-detail-bloc{
    background: #FFFFEB;
    padding: 4rem 0;
}
table.event-detail{

}
table.event-detail td,
table.event-detail th{
    padding: 0.8rem;
    vertical-align: top;
}
table.event-detail tr:not(.program-col) th{
    vertical-align: middle;
}
.event-midashi{
    background: #64aa67;
    color: #FFF;
    display: block;
    text-align: center;
    border-radius: 3rem;
    width: 150px;
}
.event-date{
    color: #0d5f61;
    font-weight: bold;
    font-size: 2rem;
}
.date-lg{
    font-size: 4.2rem;
    font-weight: bold;
}
.jst{
    font-size: 80%;
}
table.program{
    line-height: 1.2;
    border: 2px solid #a9aa64;
    background: rgba(255, 255, 250, 0.8);
    font-size: 1.5rem;
    width: 100%;
}
table.program tr{
}
table.program td{
    border: 1px dotted #64aa67;
    padding: 0.8rem 1.4rem;
}
table.program td.program-time{
    white-space: nowrap;
}
table.program .program-title{
    font-weight: bold;
    font-size: 116%;
    color: #49963b;
}
.chairman{
    font-size: 1.4rem;
}
.comment{
    font-size: 90%;
}
.presenter-list li{
    margin-bottom: 1.2rem;
}
.presenter-title{
    font-weight: bold;
    margin: 0.8rem 0;
    color: #325634;
}
.presenter-status{
    font-size: 86%;
}
.presen-title{
    margin-left: 1.4rem;
    color: #000;
    font-weight: bold;
    margin-top: 0.4rem;
}
/* 登壇者紹介 */
h4.presenter-subtitle{
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #77c3df;
    font-size: 20px;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index:-1;
  }
  
  h4.presenter-subtitle:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
  }
.presenter-profile-bloc{
    padding: 3rem 0;
}
.presenter-profile-bloc-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.46rem;
    line-height: 1.4;
}
.presenter-profile img{
    width: 40%;
}
.presenter-profile-bloc-inner .presenter-profile{
    border: 1px solid #CCC;
    width: 49.6%;
    margin-bottom: 1rem;
    padding: 1rem;
}

.presenter-profile .speaker-name{
    font-size: 2.4rem;
    font-weight: bold;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.presenter-profile .speaker-name a{
    text-decoration: none;
    color: #333;
}
.presenter-profile .speaker-name a i{
    font-size: 56%;
    margin-left: 0.4rem;
}
.presenter-profile .speaker-name a:hover{
    color: #0087c6;
}
.presenter-profile .speaker-status{
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
}
.presenter-profile .speaker-works,
.presenter-profile .speaker-detail{
    margin-bottom: 1.6rem;
}
/* コメンテーター */
.presenter-profile-bloc-inner .presenter-profile.commentator{
    border: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.commentator-profile{
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
}
.commentator-profile:last-child{
    margin-bottom: 0;
}
.commentator-profile img{
    width: 26%;
}
/* 国文研について */
.about .about-desc{
    margin-bottom: 3rem;
}
.our-links{
    display: flex;
    justify-content: space-between;
}
.our-links a{
    width: 24%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    /* border: 1px solid #CCC; */
    padding: 0.8rem 0.2rem;
}
.our-links a img:last-child{
    max-width: 70%;
     /* max-width: 34%; */
    /*margin-top: auto; */
}
.our-links a.ourlink-kokubunken img:first-child{
    /* padding: 5rem 0 0; */
}
.our-links a.ourlink-nijl img:first-child{
    /* padding: 3rem 2rem 0; */
}
.our-links a.ourlink-db img:first-child,
.our-links a.ourlink-tokinotaba img:first-child{
    /* max-width: 50%; */
}
/* コラム */
.column{
    padding: 6rem 0 8rem;
    background: rgb(236, 242, 228);
}
.column .inner{
    padding: 0 4rem;
}
.column p{
    margin-bottom: 2rem;
}
/* 国文研について */
.about{
    padding: 6rem 0 8rem;
}
.about .inner p{
    margin-bottom: 2rem;
}
/* .movie-thumbnail {
    width: 720px;
    margin: 0 auto;
    margin-bottom: 5rem;
    background: rgb(197,184,94);
    background: linear-gradient(
297deg
, rgba(197,184,94,1) 0%, rgba(255,252,233,1) 15%, rgba(197,184,94,1) 34%, rgba(197,184,94,1) 60%, rgba(255,252,233,1) 80%, rgba(197,184,94,1) 100%);
    padding: 0.1rem;
    box-shadow: 0px 0px 0px 0px #fffce8, 0px 0px 3px 1px #dfd48d;
}
.movie-thumbnail > div{
    background: #000;
} */
.entry-button-bloc{
    background: #e9f1f3;
    padding: 4rem 0;
}
.entry-button{
    text-align: center;
}
.entry-button a {
    background: rgb(117 225 18);
    background: linear-gradient(309deg, rgb(117 225 18) 0%, rgb(242 254 88) 100%);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index: 0;
    border-left: solid 5px rgb(117 225 18);
    color: #191a17;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
.entry-button a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: linear-gradient(129deg, rgb(117 225 18) 0%, rgb(242 254 88) 100%);
    transition: .3s;
    left:0;
}
.entry-button a:hover {
    color: #428601;
}
.entry-button a:hover:before {
    width: 100%;
    z-index: -1;
}
.entry-button.ended{
    pointer-events: none;
}
.entry-button.ended a {
    background: rgb(151, 151, 151);
    /* background: linear-gradient(309deg, rgba(232,86,138,1) 0%, rgba(160,163,209,1) 100%); */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
    border-left: solid 5px #656565;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
.attention-bloc{
    background: #fff9fb;
    padding: 3rem 0;
}
#main .attention{
    border: 2px solid #e8568a;
    border-radius: 0.2rem;
    padding: 1rem;
    background: rgb(255,255,255,0.8);
}
#main .attention h4{
 font-size: 2.0rem;
 text-align: center;
 margin-bottom: 1rem;
 color: #ce346a;
}
#main{
    padding-bottom: 2rem;
}
.event-footer{
    text-align: center;
    padding: 2rem 0;
    font-size: 90%;
}
.event-footer .inner > div{
    margin-bottom: 2rem;
}
.organize{
    display: flex;
    justify-content: center;
}
.organize > p{
    margin: 0 2rem;
}
.supporter-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supporter-logos img{
    width: 160px;
}
.map_dl{
    display: inline-block;
    border-radius: 5rem;
    background: #62439f;
    padding: 0.1rem 2rem;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.map_dl:hover{
    opacity: 0.6;
}
.nihonhaku_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nihonhaku_logo span{
    font-size: 90%;
    letter-spacing: -0.1rem;
    margin-top: 0.6rem;
}
#main .speaker-profile h3 .role{
    background: #7589a2;
    font-size: 66%;
    color: #FFF;
    border-radius: 5rem;
    padding: 0.1rem 1rem;
    margin-right: 1rem;
}
/* レポート・動画　公開 */
.report {
    background: #f3fff0;
    padding: 2rem;
    margin-bottom: 2rem;
}
.report-index{
    margin-bottom: 2rem;
}
.idea_boxes{
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.content-wrap {
/*   width: 47%; */
/*   margin-bottom: 0.4rem; */
  height: 54px;
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: 0.8s;
  border: 1px solid #CCC;
  padding: 0 0.4rem;
  transition: 0.8s;
  font-size: 90%;
  background: #FFF;
}
.content-txt{
  margin: 0.2rem 40px 0 0;
}
.content-txt p{
  margin: 0;
}
.idea-name{
  text-align: right;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 0;
  transition: 0.8s;
}
.slide-up {
  height: 54px;
  padding-bottom: 0;
  overflow: hidden;
  transition: 0.8s;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 8px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}
.close-btn {
  background: none;
}
.more-btn p {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  background: #aaa;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0.4rem 0;
  font-size: 80%;
  position: relative;
}
.more-btn p i{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 140%;
 -webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #aaa;
  color: #FFF;
}
i.fab.fa-youtube{
    font-size: 150%;
    margin-left: 0.4rem;
}
.program-title i.fab.fa-youtube{
    font-size: 122%;
}