body {
  font-family:"微软雅黑", "宋体", "微軟正黑體", "SimSun", "Noto Sans SC", sans-serif;
  font-size:16px;
  color:#333333;
}
/* common */
#container {
  background: #BACBD5 url('../images/1_common/bg_2306.jpg') no-repeat;
  background-position: top 64px center;
  background-size: 1980px auto;
}
@media screen and (max-width: 1199px) {
  #container {
    background-size: 1800px auto;
  }
}
@media screen and (max-width: 1023px) {
  #container {
    background-size: 1400px auto;
  }
}
@media screen and (max-width: 767px) {
  #container {
    background-size: 1100px auto;
  }
}
@media screen and (max-width: 479px) {
  #container {
    background-size: 200vw auto;
  }
}

#contents {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#contents .contents-in {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
}
.contents-in > *:last-child > *:last-child {
  padding-bottom: 0.5em;
}
.footer-in {
  margin-top: 40px;
}
.only-sp {
  display: none;
}
.mt0 {
  margin-top: 0!important;
}
@media screen and (max-width: 1023px) {
  #contents .contents-in {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 16em;
  padding: 0.5em 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #002561;
  border-radius: 1em;
}
.btn::after {
  position: absolute;
  content: "\f061";
  top: 50%;
  right: 0.8em;
  margin-top: -0.5em;
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-weight: normal;
  font-size: 0.8em;
}

.lnk-btn {
  margin-top: auto;
  padding: 0.3em 0.4em;
  text-align: right;
}
.lnk-btn a {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  background: #002561;
  border-radius: 0.85em;
  white-space: nowrap;
}
.lnk-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0.25em 0.2em 0 0;
  width: 0.9em;
  height: 0.9em;
  background: url('../images/1_common/icon_arw.svg') no-repeat center center;
  background-size: contain;
}

/* head-nav */
.head-nav {
  width: 100%;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  background: rgba(0, 0, 0, 0.5);
}
.head-nav .__sp {
  display: none;
}
.head-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 80px;
  max-width: 1440px;
  margin: auto;
}
.head-nav li {
  width: 100%;
  text-align: center;
  background: #000;
  border-right: #fff 1px solid;
}
.head-nav li:first-child {
  border-left: #fff 1px solid;
}
.head-nav li.v--hm {
  background: #002561;
}
.head-nav li.v--ap {
  background: #f00;
}
.head-nav li a {
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  
}
.head-nav li a small {
  padding-right: 0.1em;
}
.head-nav li.v--hm {
  background: #002561;
}
.head-nav li.v--ev a,
.head-nav li.v--d1 a,
.head-nav li.v--d2 a,
.head-nav li.v--d3 a {
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
}
.head-nav li.v--ev a {
  color: #90c;
}
.head-nav li.v--d1 a {
  color: #00bc00;
}
.head-nav li.v--d2 a {
  color: #09f;
}
.head-nav li.v--d3 a {
  color: #f60;
}
.head-nav li.v--exh a {
  color: #005DCF;
}
.head-nav li.v--hm a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.head-nav li.v--ap a {
  padding-top: 2px;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.head-nav li.v--ap a::before {
  content: '';
  display: inline-block;
  margin-right: 0.1em;
  width: 1.1em;
  height: 1.4em;
  vertical-align: -0.3em;
  background: url('../images/1_common/icon_app.svg') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .head-nav ul {
    padding: 0;
  }
  .head-nav li:first-child {
    border-left: none;
  }
  .head-nav li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .head-nav .__sp {
    display: list-item;
  }
  .head-nav .__pc {
    display: none;
  }
  .head-nav ul {
    flex-wrap: wrap;
  }
  .head-nav li {
    width: 25%;
  }
  .head-nav li.v--ev,
  .head-nav li.v--d1,
  .head-nav li.v--d2,
  .head-nav li.v--d3 {
    width: 25%;
    border-bottom: #fff 1px solid;
  }
  .head-nav li.v--d3 {
    border-right: none;
  }
  .head-nav li a {
    font-size: 14px;
    line-height: 28px;
  }
  .head-nav li.v--ev a,
  .head-nav li.v--d1 a,
  .head-nav li.v--d2 a,
  .head-nav li.v--d3 a {
    font-size: 24px;
    line-height: 36px;
  }
  .head-nav li.v--ap a {
    padding-top: 2px;
    font-size: 13px;
  }
}

/* kamban */
#kamban {
  position: relative;
  width: 1000px;
  margin: auto;
}
.kamban-h1 {
  padding: 0!important;
  text-align: right;
}
.kamban-h1 img {
  display: inline-block;
  margin: 15px 0 30px;
  width: 550px;
}
#kamban .__sub {
  position: absolute;
  left: 0;
  top: 15px;
  width: 284px;
  height: auto;
}
#kamban .__img {
  position: absolute;
  left: 290px;
  bottom: 0;
  width: 140px;
  height: auto;
}
#kamban.__day {
  width: 100%;
  margin: auto;
}
#kamban.__day .kamban-h1 {
  text-align: left;
}
#kamban.__day .kamban-h1 img {
  margin: 0px 0 0px 210px;
  width: 740px;
}
#kamban.__day .__sub {
  position: absolute;
  left: 10px;
  top: 4px;
  width: 186px;
  height: auto;
}
#kamban.__day .__img {
  position: absolute;
  left: 980px;
  bottom: 0;
  width: 120px;
  height: auto;
}

.kamban-links {
  margin-top: 1em;
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.kamban-links a {
  margin: 0 0.3em;
  color: #002561;
}

.program-links {
  margin-bottom: 1em;
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.program-links a {
  margin: 0 0.75em;
  color: #002561;
}

.kamban-info {
  width: 100%;
  padding-bottom: 1.1em;
  font-size: 28px;
  text-align: center;
  background: #000 url('../images/3_kamban/info_bg.jpg') no-repeat;
  background-position: top center;
  background-size: 2400px auto;
}
.kamban-text {
  width: 100%;
  padding: 1.1em 0.5em 1.1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
  filter: drop-shadow(0.1em 0.1em 0.1em rgb(0,0,0));
}
.kamban-text2 {
  width: 100%;
  padding: 1.1em 0.5em 1.1em;
  color: #000;
  line-height: 1.4em;
  background: rgba(255,255,255,0.75);
  margin-bottom: 1.5rem;
}
.kamban-text2 .__more > p {
  padding-top: 0.5rem;
}
.kamban-slick {
  width: 100%;
  overflow: hidden;
  display: none;
}
.kamban-slick.slick-initialized {
  display: block;
}
.kamban-slick img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  border-right: none;
}

.kamban-text .__more {
  display: none;
}
.kamban-text2 .__more {
  display: none;
}
.readmore-label{
  display: block;
  width: 10em;
  margin: 0 auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  color: #002561;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  border: #002561 2px solid;
}
.readmore-label:before{
  content: '続きを読む';
}
.readmore-label2{
  display: block;
  width: 14em;
  margin: 0 auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  color: #002561;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  border: #002561 2px solid;
}
.readmore-label2:before{
  content: '過去のニュースを表示';
}
.readmore-check{
  display: none;
}
.readmore-check:checked ~ .readmore-label:before{
  content: '閉じる';
}
.readmore-check:checked ~ .readmore-label2:before{
  content: '閉じる';
}
.readmore-check:checked ~ .__exc {
  display: none;
}
.readmore-check:checked ~ .__more{
  display: block;
}

@media screen and (max-width: 1199px) {
  #kamban {
    width: 850px;
  }
  .kamban-h1 img {
    margin: 14px 0 25px;
    width: 500px;
  }
  #kamban .__sub {
    top: 14px;
    width: 260px;
  }
  #kamban .__img {
    left: 240px;
    width: 105px;
  }
  .kamban-info {
    font-size: 24px;
  }
  #kamban.__day .kamban-h1 img {
    margin: 0px 0 0px 160px;
    width: 580px;
  }
  #kamban.__day .__sub {
    width: 140px;
  }
  #kamban.__day .__img {
    left: 750px;
    width: 90px;
  }
}
@media screen and (max-width: 1023px) {
  #kamban {
    width: 680px;
  }
  .kamban-h1 img {
    margin: 12px 0 16px;
    width: 420px;
  }
  #kamban .__sub {
    top: 12px;
    width: 200px;
  }
  #kamban .__img {
    left: 180px;
    width: 72px;
  }
  #kamban.__day .kamban-h1 img {
    margin: 0px 0 0px 160px;
  }
  #kamban.__day .__img {
    display: none;
  }
  .kamban-info {
    font-size: 20px;
    background-size: 1800px auto;
  }

}
@media screen and (max-width: 767px) {
  #kamban {
    width: 100%;
  }
  .kamban-h1 {
    text-align: center;
  }
  .kamban-h1 img {
    margin: 8px 0 12px;
    width: 380px;
  }
  #kamban .__sub {
    display: none;
  }
  #kamban .__img {
    display: none;
  }
  #kamban.__day .kamban-h1 img {
    margin: 0;
  }
  .kamban-info {
    text-align: left;
    font-size: 16px;
    background-size: 1400px auto;
  }
  .kamban-text2 {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
  }
  .program-links {
    display: block;
	font-size: 90%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .kamban-info {
    text-align: left;
    font-size: 16px;
  }
}

/* section */
.sec {
  margin-top: 2.0em;
}
.sec h1 {
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 60px;
  color: #002561;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-top: 1.5em;
  }
  .sec h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec h1 {
    font-size: 28px;
  }
}
.sec h10 {
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 46px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background: #002561;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-top: 1.5em;
  }
  .sec h10 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec h10 {
    font-size: 28px;
  }
}

  /* section-schedule */
#secProgram {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2em;
  background: rgba(255,255,255,0.7);
}
#secProgram .sec {
  margin-left: auto;
  margin-right: auto;
}
#secProgram h1 {
  margin-top: 0.4em;
}
.schedule-ul>li {
  display: flex;
  margin: 10px auto 0;
  padding-bottom: 1.5em;
}
.schedule-ul>li h2 {
  width: 4em;
  margin: 0 0.3em 0 0;
  padding: 0;
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 50px;
  color: #00bc00;
  line-height: 0.9;
  text-align: right;
}
.schedule-ul>li h2 strong {
  font-size: 110%;
}
.schedule-ul>li h2 em {
  padding-left: 0.1em;
  font-size: 120%;
  font-style: normal;
}
.schedule-ul>li h2 small {
  display: block;
  font-size: 50%;
  margin-top: 0.1em;
}
.schedule-ul>li.__li-eve h2 {
  color: #90c;
}
.schedule-ul>li.__li-day1 h2 {
  color: #00bc00;
}
.schedule-ul>li.__li-day2 h2 {
  color: #09f;
}
.schedule-ul>li.__li-day3 h2 {
  color: #f60;
}
.schedule-ul>li .__prog {
  padding: 0.2em 1em 0;
  font-size: 1.3em;
  width: 100%;
}
.schedule-ul>li .__prog .__date {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0.3em 9em 0.3em 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #666;
  border-radius: 1.15em;
}
.schedule-ul>li .__prog .__date em {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em 0;
  width: 9em;
  font-style: normal;
  background: #00bc00;
  border-radius: 1.15em;
}
.schedule-ul>li.__li-eve .__prog .__date em {
  background: #90c;
}
.schedule-ul>li.__li-day1 .__prog .__date em {
  background: #00bc00;
}
.schedule-ul>li.__li-day2 .__prog .__date em {
  background: #09f;
}
.schedule-ul>li.__li-day3 .__prog .__date em {
  background: #f60;
}

.prog-dl dt {
  padding-left: 0.5em;
  font-weight: normal;
  color: #00bc00;
}
.prog-dl dt.__null::after {
  content: '　';
}
.prog-dl dd {
  margin: -1.75em 0 0.5em;
  padding: 0.3em 0.5em 0.3em 7.5em;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.schedule-ul>li.__li-eve .prog-dl dt {
  color: #90c;
}
.schedule-ul>li.__li-day1 .prog-dl dt {
  color: #00bc00;
}
.schedule-ul>li.__li-day2 .prog-dl dt {
  color: #09f;
}
.schedule-ul>li.__li-day3 .prog-dl dt {
  color: #f60;
}
@media screen and (max-width: 1023px) {
  .schedule-ul>li {
    margin: 8px auto 0;;
    width: 96%;
  }
  .schedule-ul>li h2 {
    font-size: 28px;
  }
  .schedule-ul>li .__prog {
    font-size: 1.0em;
  }
  .prog-dl dd {
    margin: -1.95em 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .schedule-ul>li h2 {
    font-size: 21px;
    width: 3.5em;
    margin: 0;
  }
  .schedule-ul>li .__prog .__date {
    padding: 0.3em 8em 0.3em 0;
  }
  .schedule-ul>li .__prog .__date em {
    width: 8em;
  }
  .prog-dl dt {
    padding-left: 0;
  }
  .prog-dl dt.__null::after {
    content: '';
  }
  .prog-dl dd {
    margin: 0 0 0.5em;
    padding: 0em 0 0.3em;
  }
  
}

  /* section-news */

#secday4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2em;
  background: rgba(255,255,255,0.7);
}

  /* section-news */
.news-ul {
  margin-top: 10px;
  background: rgba(255,255,255,0.75);
  border-bottom: #000 1px solid;
}
.news-ul li {
  display: flex;
  padding: 1em;
  font-size: 1.2em;
  border-top: #000 1px solid;
}
.news-ul li p {
  font-size: 0.9em;
}
.news-ul .__date {
  width: 5.5em;
  font-weight: bold;
}
.news-ul .__wrap {
  padding-left: 0.5em;
}
.news-ul .__ttl {
  margin-bottom: 0.3em;
  font-weight: bold;
  color: #002561;
}
.news-ul .__thumb-wrap {
  display: flex;
}
.news-ul .__thumb-wrap p {
  flex: 1;
}
.news-ul .__thumb  {
  width: 560px;
  margin-left: 8px;
}
.news-ul .__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .news-ul {
    margin: 8px auto 0;
    width: 96%;
  }
  .news-ul .__thumb-wrap {
    flex-direction: column-reverse;
  }
  .news-ul .__thumb  {
    width: 500px;
    margin: 0 auto 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .news-ul li {
    display: block;
  }
  .news-ul .__date,
  .news-ul .__icn {
    display: inline-block;
    padding: 0;
  }
  .news-ul .__date{
    width: auto;
    margin-bottom: 0.3em;
  }
  .news-ul .__icn {
    margin-top: -0.9em;
    width: 2.7em;
    height: 2.7em;
    vertical-align: top;
    min-width: 0;
  }
  .news-ul .__icn img {
    width: 100%;
    height: auto;
  }
  .news-ul .__wrap {
    padding-left: 0;
  }
  .news-ul .__thumb  {
    width: 120px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 479px) {
  .news-ul li {
    padding: 0.5em;
    font-size: 1.1em;
  }
  .news-ul .__thumb-wrap {
    flex-direction: column-reverse;
  }
  .news-ul .__thumb  {
    width: 100%;
    margin: 0 auto 0.3em;
  }
}

  /* section-pickup */
#secEvent {
  width: 100%;
}
#secEvent .contents-in {
  margin-left: auto;
  margin-right: auto;
}
.pickup-li {
  width: 100%;
  margin-bottom: 1.1em;
  font-size: 20px;
  color: #fff;
  background: #000 url('../images/5_pickup/pickup_bg_drive.jpg') no-repeat;
  background-position: top center;
  background-size: cover;
}
.pickup-li.v--media {
  background: #000 url('../images/5_pickup/pickup_bg_media.jpg') no-repeat;
  background-position: top center;
  background-size: cover;
}
.pickup-li .btn {
  display: block;
  margin: 0 0 0 auto;
  border: 1px solid #fff;
  background: transparent;
  filter: drop-shadow(0.1em 0.1em 0.1em rgb(0,0,0));
}
.pickup-col2 {
  display: flex;
}
.pickup-col2 .__txt,
.pickup-col2 .__pht {
  width: 50%;
  padding: 0;
  position: relative;
}
.pickup-col2 .__ttl {
  padding: 1.2em 0 0.1em 0.7em;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
  filter: drop-shadow(0.1em 0.1em 0.1em rgb(0,0,0));
}
.pickup-col2 p {
  padding: 0.2em 0 0.5em 1.25em;
  filter: drop-shadow(0.1em 0.1em 0.1em rgb(0,0,0));
}
.pickup-col2 .__pht-sub {
  position: absolute;
  bottom: 0;
  padding: 0 0 0 1.25em;
}
.pickup-col2.v--rev {
  flex-direction: row-reverse;
}
.pickup-col2.v--rev .__ttl {
  padding-left: 0;
}
.pickup-col2.v--rev p {
  padding-left: 0;
  padding-right: 1em;
}
.pickup-col2.v--rev .btn {
  margin: 0 auto 0 0 ;
}
@media screen and (max-width: 1199px) {
  .pickup-li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .pickup-li {
    font-size: 13px;
  }
  .pickup-li .contents-in{
    width: 96%!important;
    margin: auto;
  }

}
@media screen and (max-width: 767px) {
  .pickup-col2 {
    flex-direction: column!important;
  }
  .pickup-col2 .__txt,
  .pickup-col2 .__pht {
    width: 100%;
  }
  .pickup-col2 .__pht {
    padding-top: 0.7em;
  }
  .pickup-col2 .__ttl {
    padding: 0.5em 0 0.1em 0;
  }
  .pickup-col2 p {
    padding: 0.2em 0 0.5em 0!important;
  }
  .pickup-col2 .__pht-sub {
    display: none;
  }
  .pickup-li .btn {
    margin: 0 auto 0.5em!important;
  }
}
@media screen and (max-width: 479px) {
  .pickup-li  {
  }
}



  /* section-topics */
.topics-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 1em -40px;
}
.topics-ul li {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 40px;
  width: calc(50% - 40px);
  font-size: 1.1em;
}
.topics-ul .__wrap {
  margin: 0.5em 0 1em;
  border-left: 0.5em #002561 solid;
}
.topics-ul h2 {
  padding: 0 0.3em 0.2em;
  font-size: 1.1em;
  font-weight: bold;
  color: #002561;
}
.topics-ul .__txt {
  padding: 0 0.3em;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  #secTopics .__bnr {
    margin: 0 auto;
    width: 96%;
  }
  .topics-ul {
    margin: 1.5em 0 0;
  }
  .topics-ul li {
    margin: 0 auto 25px;
    width: 96%;
    font-size: 0.9em;
  }
  .topics-ul li img {
    width: 100%;
    height: auto;
  }
  .br_sp{
		display: none;
	}
}

  /* section-archive */
.archive-ul {
  margin: 0.3em 0 1.5em;
  text-align: center;
}
.archive-ul li {
  display: inline-block;
  width: 9em;
  font-size: 1.4em;
}
.archive-col2 {
  display: flex;
  justify-content: space-between;
}
.archive-col2 div {
  width: 49.3%;
}
.archive-col2 .archive-ul {
  text-align: left;
}
.archive-col2 .archive-ul li {
  font-size: 1.15em;
}
@media screen and (max-width: 1199px) {
  .archive-ul li {
    font-size: 1.1em;
  }
  .archive-col2 .archive-ul li {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 1023px) {
  #secArchive,
  #secContest {
    margin-right: auto;
    margin-left: auto;
    width: 96%;
  }
  .archive-ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .archive-ul {
    text-align: left;
  }
}

.common_green_icon_link > i,
.common_green_icon_link > p {
  font-weight: bold;
  color: #000;
}
.products_detail_toggle > dl > dt {
  color: #000;
  border-color: #000;
}
.products_detail_toggle > dl > dt > i {
  color: #000;
}
.products_detail_toggle > dl > dd {
  background-color: #e0e0e0;
}

/* stages */
.c-h1 {
  margin: auto;
  padding: 1em 0 0.4em;
  width: 100%;
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00bc00;
  text-align: center;
  background:rgba(0, 0, 0, 0.75);
}
.c-h1-2 {
  margin: 0em 0 0;
  padding: 1.2em 0 0.3em;
  width: 100%;
  font-family: '微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  background:rgba(0, 0, 0, 0.75);
  display: flex;
}
.c-h1-2 em {
	color: #fff;
}
.c-h1-2 .contents-in {
  margin: auto;
}
.c-h1-2 .contents-in> *:last-child > *:last-child {
  padding: 0;
}
.c-h1-2 > div:first-child {
	width: 50%;
    text-align: right;
}
.cpd {
	width: 30%;
}
.cpd > div {
  justify-content: center;
  display: flex;
}
.contents-eve .c-h1,
.contents-eve .c-h1-2 {
  color: #90c;
}
.contents-day1 .c-h1,
.contents-day1 .c-h1-2 {
  color: #00bc00;
}
.contents-day2 .c-h1,
.contents-day2 .c-h1-2 {
  color: #09f;
}
.contents-day3 .c-h1,
.contents-day3 .c-h1-2 {
  color: #f60;
}
.contents-exh .c-h1,
.contents-exh .c-h1-2 {
  color: #0065E0;
}
.c-h1 strong,
.c-h1-2 strong {
  padding-right: 0.2em;
  font-size: 3.6em;
  font-weight: normal;
}
.c-h1 small,
.c-h1-2 small {
  font-size: 70%;
  padding-right: 0.1em;
}
.c-h1 em,
.c-h1-2 em {
  padding: 0 0.1em;
  font-size: 1.6em;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .c-h1-2 > div:first-child {
      width: 50%;
    text-align: center;
  }
  .cpd {
      width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-h1-2 > div:first-child {
      width: 60%;
      text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }
  .c-h1-2 > div:first-child >p {
      width: 80%;
      text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }
  .cpd {
      width: 40%;
      text-align: center;
  }
  .cpd > div {
      text-align: center;
    display: block;
	font-size: 70%;
  }
  .cpd  > div > p:first-child {
	  width: 90px;
  }
}


.secStage:first-child {
  margin-top: 1.5em;
}
.secStage h1 {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family:'微軟正黑體', 'SimSun', '微软雅黑', '宋体','Noto Sans SC', sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  background: #0CA30C;
}
.contents-eve .secStage h1 {
  background: #90c;
}
.contents-day1 .secStage h1 {
  background: #0CA30C;
}
.contents-day2 .secStage h1 {
  background: #09f;
}
.contents-day3 .secStage h1 {
  background: #f60;
}
.contents-exh .secStage h1 {
  background: #00479d;
}
.secStage h1::before {
  content: '';
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 80px;
  background: #000;
}
.secStage h1 img {
  width: 2em;
  height: 2em;
}

.stg-time {
  position: relative;
  width: 75%;
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  background: #000;
}
.stg-time::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 0 32px;
  border-color: transparent transparent transparent #000;
}
.stg-time strong {
  margin-left: 0.5em;
  padding: 0 0.4em;
  font-size: 0.95em;
  background: #c00;
}
.stg-wrap {
  padding: 1.2em;
  background:rgba(255, 255, 255, 0.75);
}
.stg-wrap p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.6;
}
.stg-wrap p.__ttl {
  margin-bottom: 0.2em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap .stg-lead p.__ttl {
  color: #000;
}
.stg-wrap h2 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
  padding: 0.3em 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-left: #00bc00 0.8em solid;
  background: #000;
}
.contents-eve .stg-wrap h2 {
  border-color: #90c;
}
.contents-day1 .stg-wrap h2 {
  border-color: #0CA30C;
}
.contents-day2 .stg-wrap h2 {
  border-color: #09f;
}
.contents-day3 .stg-wrap h2 {
  border-color: #f60;
}
.stg-wrap h3 {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap h4 {
  font-size: 18px;
  font-weight: bold;
}
.stg-wrap h4::before {
  content: '';
  display: inline-block;
  margin-right: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #00bc00;
}
.contents-eve .stg-wrap h4::before {
  background: #90c;
}
.contents-day1 .stg-wrap h4::before {
  background: #0CA30C;
}
.contents-day2 .stg-wrap h4::before {
  background: #09f;
}
.contents-day3 .stg-wrap h4::before {
  background: #f60;
}
.stg-wrap .__prof {
  display: flex;
}
.stg-wrap .__pht {
  margin-right: 10px;
  width: 120px;
  min-width: 120px;
}
.stg-wrap .__pht img {
  width: 100%;
  height: auto;
}
.stg-wrap.v--l2 .__pht {
  width: 200px;
  min-width: 200px;
}
.stg-wrap .__prof.v--l2 .__pht {
  width: 360px;
  min-width: 360px;
}
.stg-wrap .__txt {
  margin-bottom: 1em;
}
.stg-wrap .__txt p {
  margin-bottom: 0.2em;
}
.stg-wrap .__fx {
  display: flex;
}
.stg-wrap .__fx > div {
  width: 45%;
}
.stg-wrap .__fx > div:first-child {
  width: 55%;
}
.stg-wrap .__fx2 {
  display: flex;
}
.stg-wrap .__fx2 > div {
  width: 60%;
}
.stg-wrap .__fx2 > div:first-child {
  width: 40%;
}
.stg-wrap .__nam {
  font-size: 26px;
  font-weight: bold;
}
.stg-wrap.v--l2 .__nam {
  font-size: 30px;
}
.stg-wrap-dark {
  margin-top: -12px;
  padding: 0.8em 0.8em 0;
  color: #fff;
  background:#333;
}
.stg-wrap-dark h3 {
  color: #fff;
}

.stg-wrap .__wrap-pc,.stg-wrap .__wrap-pc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stg-wrap .__col2 {
  width: 49%;
}
.stg-wrap .__wrap-sp,.stg-wrap .__wrap-sp2 {
  display: none;
}
.stg-wrap .rm-label{
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.stg-wrap .rm-label:before{
/*   content: '▼プロフィールを読む';
*/
  content: '▼プロフィール・講演内容を読む';

}
.stg-wrap .rm-label2{
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.stg-wrap .rm-label2:before{
   content: '▼プロフィールを読む';

}
.stg-wrap .rm-check{
  display: none;
}
.stg-wrap .rm-check:checked ~ .rm-label:before,
.stg-wrap .rm-check:checked ~ .rm-label2:before{
  content: '▲閉じる';
}
.stg-wrap .rm-check ~ .__more{
  display: none;
}
.stg-wrap .rm-check:checked ~ .__more{
  display: block;
}
.stg-wrap .rm-check + .__prof{
  min-height: 12em;
}

.stg-wrap .rm-check.v--sp + .__prof{
  min-height: 0;
}
.stg-wrap .rm-check:checked + .__prof{
  min-height: 0;
}

@media screen and (max-width: 1023px) {
  .secStage:first-child {
    margin-top: 1em;
  }
  .stg-wrap .__fx {
    display: block;
  }
  .stg-wrap .__fx > div {
    width: 100%;
  }
  .stg-wrap .__fx > div:first-child {
    width: 100%;
  }
  .stg-wrap .__fx2 {
    display: block;
  }
  .stg-wrap .__fx2 > div {
    width: 100%;
  }
  .stg-wrap .__fx2 > div:first-child {
    width: 100%;
  }
  .stg-wrap .__wrap-pc {
    display: none;
  }
  .stg-wrap .__wrap-sp {
    display: block;
  }
  .stg-wrap .__wrap-pc2 {
    display: flex;
  }
  .stg-wrap .__wrap-sp2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .stg-wrap .rm-label,
  .stg-wrap .rm-label2{
    font-size: 14px;
  }
#container2 {
	background-size: contain;
	}
  .c-h1 {
    font-size: 16px;
  }
  .secStage h1 {
    padding: 4px;
    font-size: 21px;
  }
  .secStage h1::before {
    width: 6px;
    min-width: 6px;
    height: 56px;
  }
  .secStage h1 img {
    width: 1.6em;
    height: 1.6em;
  }
  .stg-wrap {
    padding: 8px;
  }
  .stg-wrap p {
    font-size: 14px;
  }
  .stg-wrap p.__ttl {
    font-size: 16px;
  }
  .stg-wrap.v--l2 p.__ttl {
    font-size: 15px;
  }
  .stg-wrap h2,
  .stg-wrap h3 {
    font-size: 16px;
  }
  .stg-wrap h4 {
    font-size: 14px;
  }
  .stg-wrap .__prof.v--l2 {
    flex-direction: column;
  }
  .stg-wrap .__pht {
    margin-right: 6px;
    width: 80px;
    min-width: 80px;
  }
  .stg-wrap.v--l2 .__pht {
    width: 130px;
    min-width: 130px;
  }
  .stg-wrap .__prof.v--l2 .__pht {
    width: 100%;
    min-width: auto;
  }
  .stg-wrap .__nam {
    font-size: 18px;
  }
  .stg-wrap.v--l2 .__nam {
    font-size: 21px;
  }
  .stg-wrap .__wrap-pc2 {
    display: none;
  }
  .stg-wrap .__wrap-sp2 {
    display: block;
  }
}


.common-day-layout3{
  display:flex;
  flex-direction:row;
  padding:8px 0;
}

.common-day-layout3 > div{
  width:35%;
}

.common-day-layout3 > div + dl{
  flex: 1 0 0%;
  margin-left:16px;
}

.common-day-layout3 > dl > dd > dl > dt{
  font-size:20px;
}

.common-day-layout3 > dl > dd > dl > dt > h6{
  font-size:32px;
}

.common-day-layout3 > dl > dd > dl > dd{
  margin-top:8px;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt{
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  font-size:20px;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt > *{
  margin-left:8px;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt > *:first-child{
  margin-left:0;
}

.common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#8c89b4;
}

#day1 .common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#9CBE98;
}

#day2 .common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#c6c44c;
}

#day3 .common-day-layout3 > dl > dd > dl > dd > dl > dt > i{
  color:#e6ae6b;
}

.common-day-layout2 > dl > dd > dl > dd > dl > dd{
  margin-top:2px;
}

@media screen and (max-width: 767px){
  .common-day-layout3 > dl > dd > dl > dd > *{
    margin-top:4px;
  }

  .common-day-layout3 > dl > dd > dl > dd > *:first-child{
    margin-top:0;
  }
}

@media screen and (max-width: 599px){
  .common-day-layout3 > div{
    flex-direction:column;
  }

  .common-day-layout3 > div + dl{
    margin-left:5%;
  }

  .common-day-layout3 > dl > dt{
    font-size:14px;
  }

  .common-day-layout3 > dl > dd > dl > dt{
    font-size:16px;
  }

  .common-day-layout3 > dl > dd > dl > dt > h6{
    font-size:24px;
  }
}

/* exh */
.exh02s {
  display: none;
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
  .exh02s {
    display: block;
  }
  .exh02 {
    display: none;
  }
}
  /* section-contest */
#secContest {
  padding: 1.8em;
  background: rgba(255, 255, 255, 0.75);
}
.contest__h1 {
  display: flex;
  align-items: center;
  font-size: 2.2em!important;
  font-weight: bold;
}
.contest__h1 .__icn {
  margin: 0 0.2em 0 0.5em;
  width: 1.2em;
  height: auto;
}
.contest__h1 .__notice {
  display: flex;
  margin-left: auto;
  padding: 0.5em 0.8em;
  background: #ff0;
}
.contest__h1 .__notice img {
  width: 7em;
}
.contest-ul li {
  display: flex;
  align-items: center;
  margin-top: 1em;
  border-left: #00bc00 0.5em solid;
}
.contest-ul li.v--narda {
  border-left: #e18f31 0.5em solid;
}
.contest-ul li .__ttl{
  margin: 0 10px;
  width: 400px;
  height: auto;
  min-width: 400px;
}
.contest-ul li .__lnk{
  width: 10em;
  min-width: 10em;
  font-size: 1.2em;
}
@media screen and (max-width: 1023px) {
  .contest__h1 {
    font-size: 1.8em!important;
  }
  .contest-ul li {
    display: block;
  }
  .contest-ul li .__ttl{
    margin: 0 auto;
    width: 600px;
    height: auto;
    min-width: 600px;
  }
  .contest-ul li > p{
    margin: 0.6em 1.0em 0.3em;
  }
  .contest-ul li .__lnk{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 60%;
    min-width: none;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  #secContest {
    padding: 1.0em;
  }
  .contest__h1 {
    padding-top: 0.2em;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.4em!important;
  }
  .contest__h1 .__notice {
    display: block;
    padding: 0 0 0.2em;
    width: 100%;
    text-align: center;
  }
  .contest-ul li .__ttl{
    width: 90%;
    height: auto;
    min-width: 90%;
  }
  .contest-ul li .__lnk{
    width: 100%;
    font-size: 1.0em;
  }
  br.sp-only {
    display: inline-block;
  }

}
/* carousel */
.slick-ul {
  margin: 0 -5px;
}
.slick-ul li {
  margin: 0 5px;
}
.slick-ul li img {
  width: 100%;
  height: auto;
}
.slick-dots {
}
.slick-dots li button::before {
  font-size: 16px;
  opacity: 0.9;
  color: #999;
}
.slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #ff0;
}
@media screen and (max-width: 1023px) {
  .slick-ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
}