@charset "UTF-8";

/* regestration */
.p-registration{  
  
}

/* program */
.p-program .program_container {
  padding: 2rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
  @media print {
    padding: 5mm;
  }
}
.program_inner:first-child {margin-top: 0;}

#en .p-program .gaiyo_container .gaiyo >dd {padding-left: 10em;}

#en .p-program .chair_container .chair>.chair_text { margin-right: 1em;
}

#en .p-program .chair_container>.-chair_organization,
#en .p-ondemand .chair_container>.-chair_organization {
  padding-left: 8em;
}

/*20251129*/
.table_nomal > thead > tr > th {
  background-color: #becceb;
  padding: 0.2rem;
  text-align: center;
}

.table_title {
  border-bottom: 3px solid #becceb;
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.table_title span {
  display: inline-block;
  position: relative;
  padding: 0 .4em .2em;
  color: #333333;
  font-size: 1.3rem;
}

.table_title span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: '';
}

.sample-ul {
  color: #1e366a;
  border-top: solid #8caa6e 2px;
  border-bottom: solid #8caa6e 2px;
  padding: 0.5em 0 0.5em 1.5em;
  margin-top: 2rem;
  list-style-type: circle;
}
.sample-li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/* card-sample */
.c-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  margin-top: 2rem;
  padding: 1rem;
}

.c-card__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-card__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 1rem 1rem;
  order: 2;
}

.c-card__link {
  text-decoration: none;
  color: currentColor;
}

.c-card__link:before {
  display: block;
  content: "";
  position: absolute;top: 0;
  left: 0;width: 100%;
  height: 100%;
}
.c-card__text {
  font-size: 1.2rem;
  padding: 0;
  margin: 0 1rem;
  order: 3;
}

.c-card__thumbnail {
  order: 1;
}

.c-card__thumbnail-pict {
  display: block;
  width: 200px;
  height: auto;
}

.c-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 0.3rem 0.8rem;
  margin-left: 1.2rem;
  color: #fff;
  background-color: #ccc;
  transition: opacity 0.5s ease-in-out;
}

.c-card__category:focus,
.c-card__category:hover {
  opacity: 0.7;
}


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

/* c-card--row */
.c-card.c-card--row .c-card__contents {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 0 20px;
  grid-template-areas:
  "pict title"
  "pict text"
  "pict info"
}

.c-card.c-card--row .c-card__thumbnail {
  grid-area: pict;
}

.c-card.c-card--row .c-card__title {
  grid-area: title;
  margin: 0.3rem 0 0 0;
  font-size: 1.4rem;
}

.c-card.c-card--row .c-card__text {
  grid-area: text;
  margin: 0;
  font-size: 0.9rem;
}

.c-card.c-card--row .c-card__info {
  grid-area: info;
  margin: 0 0 0.3rem 0;
  font-size: 0.9rem;
}

.c-card.c-card--row.c-card--row-reverse .c-card__contents {
  grid-template-areas:
  "title pict"
  "text pict"
  "info pict";
}
}

.c-card__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 10px auto;
  padding: 0.5em 2em;
  border: 2px solid #fff;
  background-color: #e7841d;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  list-style: none;
  order: 4;
}
.c-card__button a {
  text-decoration: none;
}

#en .c-card__info:hover {
  transition: 0.4s;
  opacity: 0.6;
}


/* ループ */
@keyframes infinity-scroll-left {
  from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.p-top_slider {
  display: flex;
  overflow: hidden;
}
.top_slider_container {
  display: flex;
  list-style: none;
  padding: 3rem 0;
}
.slider_list .slider_list_left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.slider_item {
  width: calc(100vw / 6);
}
.slider_item>img {
  width: 100%;
}

/* ==================================================
  トップページのスタイリング
================================================== */
.info_container > .info_4_list {
  margin-top : 2rem;
  font-size : 1.3rem;

}
.info_container > .info_4_list > li + li{
  margin-top : 1rem;
}

/* ==================================================
  参加登録ページのスタイリング
================================================== */
.regUl {
  margin-top: .5em;
  margin-bottom: .5em;
}
.regUl > li {
  list-style-type: disc;
  margin-left: 2rem;
}
.regUl > li.-annotation {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
}

.regH4 {
  font-size: 1.125rem;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.regH4:first-of-type {
  margin-top: 0;
}

.regH5 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.regOtoiawase {
  padding: 0.5rem 2rem;
  background-color:#f9eee3;
  font-weight: bold;
}

.regMarker {
  background-color: yellow;
}

.regBold {
  font-weight: bold;
}

@media screen and (min-width: 1100px) {
  .regTable {
    width: 75%;
  }
}

/* ==================================================
  募集ページのスタイリング
================================================== */
.exTable{}
.exTable tbody tr th{
  width: 8em;
  background-color: #c9d7bb;
  font-size: 1em;}
.exTable td{}


/* ==================================================
  オンデマンド配信ページのスタイリング
================================================== */
.on-demand_thumb{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.on-demand_thumb .-imgbox {
  text-align: center;
  margin-left:2rem;
}

.on-demand_thumb .-imgbox a > img{
  border: 1px solid #000;
}

.on-demand_thumb .-imgbox p {
  margin-top:.5rem;
  font-size: .85rem;
  text-align: center;
}

.on-demand_thumb .-title {
  align-self:flex-start;
  width: 100%;
  font-weight: bold;
  background-color: #dbeb9a;
  color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
  font-size: 1.3rem
}

.on-demand_thumb .-title::after {
  content: '';
  background-color: #8caa6e;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

#en .on-demand_thumb .-title,
#en .on-demand_thumb .-title::after{
  background-color: #f5aa00;
}



@media screen and (max-width: 519px) {
  .on-demand_thumb{
    display: flex ;
    flex-direction: column;
  }
  
  .on-demand_thumb .-imgbox{
    margin-top: 2rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
  }


/*20251129*/
#en .l-header{
  background: url(../images/header_back_2026.png);
}

.hp_fontsizeSmall{
  font-size: .75em;
}
