/* common */
#container {
  background: #fff url('../images/1_common/bg_2402r.jpg') no-repeat;
  background-position: top 200px center;
  background-size: 1600px auto;
}
@media screen and (max-width: 1199px) {
  #container {
    background-position: top 180px center;
    background-size: 1300px 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: 0px;
}
.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: FontAwesome;
  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;
}

.common_green_icon_link > i {
  margin-right: 0.3em;
}


/* head-nav */
.head-nav {
  width: 100%;
  border-bottom: #fff 5px solid;
  background: #333;
}
.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%;
  padding: 0.3em 0.15em;
  text-align: center;
}
.head-nav li a {
  display: inline-block;
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 0.1em;
  border-radius: 16px;
}
.head-nav li.v--hm a {
  background: #002561;
}
.head-nav li.v--ev a {
  background: #90c;
}
.head-nav li.v--d1 a {
  background: #00bc00;
}
.head-nav li.v--d2 a {
  background: #09f;
}
.head-nav li.v--d3 a {
  background: #f60;
}
.head-nav li.v--exh a {
  background: #005DCF;
}
.head-nav li.v--ac a {
  color: #000;
  background: #fff;
}
.head-nav li.v--ap a {
  font-size: 16px;
  letter-spacing: 0;
  background: #f00;
}
.head-nav li.v--ap a::before {
  content: '';
  display: inline-block;
  margin-right: 0.2em;
  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 {
    border-bottom: #fff 4px solid;
  }
  .head-nav .__sp {
    display: list-item;
  }
  .head-nav .__pc {
    display: none;
  }
  .head-nav ul {
    flex-wrap: wrap;
  }
  .head-nav li {
    width: 33.33%;
  }
  .head-nav li.v--ev,
  .head-nav li.v--d1,
  .head-nav li.v--d2,
  .head-nav li.v--d3 {
    width: 25%;
  }
  .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: 16px;
    line-height: 32px;
  }
  .head-nav li.v--ap a {
    padding-top: 2px;
    font-size: 13px;
  }
}


.head-pc {
  display: block;
}
.head-sp {
  display: none;
}

.wrap-head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: #fff 5px solid;
  background: url('../images/1_common/head_bg.png') repeat-x top center;
  background-size: auto 100%;
}
.h1-bg {
  position: absolute;
  top: 0;
  left:0;
  width: calc(50% + 400px);
  height: 145px;
  border-bottom: #fff 5px solid;
  background: url('../images/1_common/head_h1_bg.png') repeat-x top center;
}
.v--day .h1-bg {
  height: 100%;
  border-bottom: none;
}

@media screen and (max-width: 1199px) {
  .wrap-head {
    border-bottom: #fff 4px solid;
  }
  .h1-bg {
    width: calc(50% + 300px);
    height: 120px;
    border-bottom: #fff 4px solid;
  }
}
@media screen and (max-width: 1023px) {
  .h1-bg {
    height: 112px;
  }
}
@media screen and (max-width: 767px) {
  .head-pc {
    display: none;
  }
  .head-sp {
    display: block;
  }
}
@media screen and (max-width: 479px) {
}

/* kamban */
#kamban {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.kamban-h1 {
  padding: 0!important;
}
.kamban-h1 img {
  display: inline-block;
  margin: 16px 0 32px;
  width: auto;
  height: 110px;
}
.kamban-links {
  margin-top: 0.2em;
  display: flex;
  justify-content: center;
}
.kamban-links a {
  margin: 0 0.3em;
  color: #ffffff;
}
.kamban-plc {
  height: 24px;
  width: auto;
}
.kamban-img {
  display: flex;
  padding: 0!important;
  border-right: #fff 5px solid;
}
.kamban-img img {
  display: block;
  max-width: none;
  width: auto;
  height: 195px;
  border-left: #fff 5px solid;
}
.kamban-info {
  width: 100%;
  font-size: 21px;
  text-align: center;
  background: rgba(0,0,0,0.7);
}
.kamban-text {
  width: 100%;
  padding: 0.6em 0 0.6em;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
  filter: drop-shadow(0.1em 0.1em 0.1em rgb(0,0,0));
}
.v--day .kamban-h1 img {
  margin: 8px 0 0;
  height: 84px;
}
.v--day .kamban-img img  {
  height: 100px;
}

@media screen and (max-width: 1199px) {
  .kamban-h1 img {
    margin: 16px 0 29px;
    height: 86px;
  }
  .kamban-plc {
    height: 17px;
  }
  .kamban-img {
    border-right: #fff 4px solid;
  }
  .kamban-img img {
    height: 160px;
    border-left: #fff 4px solid;
  }
  .kamban-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .kamban-h1 img {
    margin: 14px 0 24px 12px;
    height: 80px;
  }
  .kamban-plc {
    margin-left: 12px;
    height: 16px;
  }
  .kamban-img img {
    height: 146px;
  }
  .kamban-info {
    font-size: 16px;
  }
  .v--day .kamban-h1 img {
    margin: 8px 0 0 12px;
    height: 70px;
  }
  .v--day .kamban-img img  {
    height: 86px;
  }

}
@media screen and (max-width: 767px) {
  .kamban-h1 img {
    margin: 14px 0 10px 2%;
    width: 460px;
  }
  .kamban-day img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
  }
  .kamban-day img:first-child {
    margin: 0 auto 10px;
  }
  .kamban-info {
    font-size: 14px;
  }
  .v--day .head-sp{
    padding: 1.5vw 2vw;
    background: url('../images/1_common/head_h1_bg.png') repeat-x top center;
    border-bottom: #fff 4px solid;
  }
}
@media screen and (max-width: 479px) {
  .kamban-h1 img {
    margin: 14px 0 10px 2%;
    width: 350px;
  }
  .kamban-day img {
    height: 32px;
  }
  .kamban-info {
    font-size: 12px;
  }
}

/* section */
.sec {
  margin: 2.0em 0;
}
.sec h1 {
  margin-bottom: 0.5em;
  padding-bottom: 0.15em;
  font-family: 'Anton', sans-serif;
  font-size: 54px;
  color: #002561;
  text-align: left;
  line-height: 1.3;
  border-bottom: #000 1px solid;
}
.sec h1 small {
  margin-left: 0.4em;
  font-size: 0.4em;
  font-weight: bold;
  color: #231815;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
  }
  .sec h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec h1 {
    font-size: 32px;
  }
}

.wrap-w {
  padding: 1.5em;
  background: rgba(255,255,255,0.85);
}
@media screen and (max-width: 1023px) {
  .wrap-w {
    padding: 0.8em;
  }
}

  /* section-news */
.news-ul {
  margin-top: -1.5em;
  margin-bottom: 0;
  color: #000;
}
.news-ul li {
  display: flex;
  padding: 0.6em 0;
  font-size: 1.2em;
  border-bottom: #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;
}
.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 30px;
    width: 100%;
  }
  .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 {
    margin: 8px auto 20px;
  }
  .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;
  }
}

/* col */

.ul-col {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.ul-col > li {
  margin-bottom: 1.5em;
}
.ul-col h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.ul-col p {
  font-size: 1.1em;
}
.ul-col.v--c2 {
  margin-left: -3%;
}
.ul-col.v--c2 > li {
  width: 47%;
  margin-left: 3%;
}
.ul-col.v--c3 {
  margin-left: -3%;
}
.ul-col.v--c3 > li {
  width: 30.3333%;
  margin-left: 3%;
}
.ul-col.v--c4 {
  margin-left: -3%;
}
.ul-col.v--c4 > li {
  width: 22%;
  margin-left: 3%;
}
.ul-col img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.ul-col a {
  color: #000;
}
.ul-col .archive-ul li {
  width: 9.5em;
  font-size: 1.0em;
}
.ul-col .common_green_icon_link > i {
  color: #002561;
}
.ul-col .common_green_icon_link > p {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .ul-col h2 {
    font-size: 1.1em;
  }
  .ul-col p {
    font-size: 1.0em;
  }
  .ul-col.v--c4 > li {
    width: 30.3333%;
  }
}
@media screen and (max-width: 767px) {
  .ul-col h2 {
    font-size: 1.0em;
  }
  .ul-col p {
    font-size: 0.9em;
  }
  .ul-col .archive-ul li {
    width: 8.5em;
    font-size: 0.9em;
  }
  .ul-col.v--c2 {
    display: block;
    margin: 0;
  }
  .ul-col.v--c2 > li {
    margin: 0;
    width: 100%;
  }
  .ul-col.v--c3,
  .ul-col.v--c4 {
    margin-left: -2%;
  }
  .ul-col.v--c3 > li,
  .ul-col.v--c4 > li {
    width: 48%;
    margin-left: 2%;
  }
}



  /* section-archive */
#secArchive.sec h1 {
  margin-bottom: 0.1em;
  color: #002561;
}
#secArchive.sec h1 small {
  color: #000;
}
.archive-wrap{
  width: 100%;
  padding-bottom: 40px;
  background: #e5e5b2;
}
.archive-wrap .contents-in{
  margin: auto;
}
.archive-ul {
  margin: 0.3em 0 1.5em;
}
.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;
}
.archive-li-sp {
  margin-top: 1em;
}
span.common_green_icon_link > p {
  text-decoration: none;
}
@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) {
  .archive-ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .archive-ul {
    text-align: left;
  }
  .archive-col2 {
    display: block;
  }
  .archive-col2 div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .archive-li-sp {
    margin-left: 1rem;
  }
}

.common_green_icon_link > i,
.common_green_icon_link > p {
  font-weight: bold;
  color: #000;
}
.products_detail_toggle > dl > dt {
  color: #000;
  border-color: #002561;
}
.products_detail_toggle > dl > dt > i {
  color: #002561;
}
.products_detail_toggle > dl > dd {
  background-color: #e0e0e0;
}

  /* section-schedule-menu */
  .wrap-sche {
    width: 100%;
    background: #e5e5b2;
  }
  .wrap-sche > .contents-in {
    margin-left: auto;
    margin-right: auto;

  }
#secProgram-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2em;
  background: rgba(255,255,255,0.7);
}
#secProgram-menu .sec {
  margin-left: auto;
  margin-right: auto;
}
#secProgram-menu h1 {
  margin-top: 0.4em;
}
.schedule-menu-ul > li {
  display: flex;
  max-width: 1050px;
  margin: 10px auto 0;
  padding-bottom: 1.5em;
  color: #000;
}
.schedule-menu-ul > li h2 {
  width: 4em;
  margin: 0 0.3em 0 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  color: #00bc00;
  line-height: 0.9;
  text-align: right;
}
.schedule-menu-ul > li h2 strong {
  font-size: 110%;
}
.schedule-menu-ul > li h2 em {
  padding-left: 0.1em;
  font-size: 120%;
  font-style: normal;
}
.schedule-menu-ul > li h2 small {
  display: block;
  font-size: 50%;
  margin-top: 0.1em;
}
.schedule-menu-ul > li.__li-eve h2 {
  color: #90c;
}
.schedule-menu-ul > li.__li-day1 h2 {
  color: #00bc00;
}
.schedule-menu-ul > li.__li-day2 h2 {
  color: #09f;
}
.schedule-menu-ul > li.__li-day3 h2 {
  color: #f60;
}
.schedule-menu-ul > li .__prog {
  padding: 0.2em 1em 0;
  font-size: 1.3em;
  width: 100%;
}
.schedule-menu-ul > li .__prog .__date {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0.3em 0 0.3em 7.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #666;
  border-radius: 1.15em;
}
.schedule-menu-ul > li .__prog .__date em {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0;
  width: 9em;
  font-style: normal;
  background: #00bc00;
  border-radius: 1.15em;
}
.schedule-menu-ul > li.__li-eve .__prog .__date em {
  background: #90c;
}
.schedule-menu-ul > li.__li-day1 .__prog .__date em {
  background: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .__prog .__date em {
  background: #09f;
}
.schedule-menu-ul > li.__li-day3 .__prog .__date em {
  background: #f60;
}
.schedule-menu-ul > li.__li-day4 .__prog .__date em {
  background: #fabf14;
}
.schedule-menu-ul > li.__li-seminar .__prog .__date em {
  background: #002561;
}

.prog-menu-dl dt {
  padding-left: 0.5em;
  font-weight: normal;
  color: #00bc00;
}
.prog-menu-dl dt.__null::after {
  content: '　';
}
.prog-menu-dl dd {
  margin: 0 0 0.5em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 0.9em;
  font-weight: bold;
  color: #002561;
  border-bottom: 1px solid #666;
}
.schedule-menu-ul > li.__li-eve .prog-menu-dl dt {
  color: #90c;
}
.schedule-menu-ul > li.__li-day1 .prog-menu-dl dt {
  color: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .prog-menu-dl dt {
  color: #09f;
}
.schedule-menu-ul > li.__li-day3 .prog-menu-dl dt {
  color: #f60;
}
/* 左右いっぱいに伸びた横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.heading::after {
  background-color: #666666; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 0.5px; /* 横線の高さ */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

@media screen and (max-width: 1023px) {
  .schedule-menu-ul>li {
    margin: 8px auto 0;;
    width: 96%;
  }
  .schedule-menu-ul > li h2 {
    font-size: 28px;
  }
  .schedule-menu-ul > li .__prog {
    font-size: 1.0em;
  }
  .prog-menu-dl dd {
    margin: 0 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .schedule-menu-ul > li h2 {
    font-size: 21px;
    width: 3.5em;
    margin: 0;
  }
  .schedule-menu-ul > li .__prog .__date {
    padding: 0.3em 0em 0.3em 7.5rem;
  }
  .schedule-menu-ul > li .__prog .__date em {
    width: 8em;
  }
  .prog-menu-dl dt {
    padding-left: 0;
  }
  .prog-menu-dl dt.__null::after {
    content: '';
  }
  .prog-menu-dl dd {
    margin: 0 0 0.5em;
    padding: 0em 0 0.3em;
  }
  
}
/*contest-mark*/
.contest-mark {
	padding: 2px 5px;
	background-color: #ff0003;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-left: 0.75rem;
}


/* stages */
.c-h1 {
  margin: 0.5em 0 0;
  padding: 0.8em 0 0.4em;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00bc00;
  text-align: center;
  background:rgba(0, 0, 0, 0.75);
}
.cpd {
	width: 30%;
}
.cpd > div {
  justify-content: center;
  display: flex;
}
.contents-eve .c-h1 {
  color: #90c;
}
.contents-day1 .c-h1 {
  color: #00bc00;
}
.contents-day2 .c-h1 {
  color: #09f;
}
.contents-day3 .c-h1 {
  color: #f60;
}
.contents-exh .c-h1 {
  color: #0065E0;
}
.c-h1 strong {
  padding-right: 0.2em;
  font-size: 3.6em;
  font-weight: normal;
}
.c-h1 small {
  font-size: 70%;
  padding-right: 0.1em;
}
.c-h1 em {
  padding: 0 0.1em;
  font-size: 1.6em;
  font-style: normal;
}
.c-h1-2 {
  display: flex;
  margin: 0.8em 0 0;
  padding: 0;
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 21px;
  height: 60px;
  color: #333;
  text-align: left;
  background:#fff;
  border-radius: 30px;
}
.c-h1-2 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 60px;
  padding-right: 0.2em;
  font-size: 1.7em;
  color: #fff;
  letter-spacing: 0.15em;
  background-color: #00bc00;
  border-radius: 30px;
}
.c-h1-2 p {
  display: flex;
  align-items: center;
  padding-left: 1em;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.c-h1-2 p .__md {
  display: none;
}
.c-h1-2 span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
  line-height: 1.3;
}
.c-h1-2 span img {
  height: 80%;
  width: auto;
  margin-right: 0.5em;
}
.c-h1-2 span em {
  font-style: normal;
}
.c-h1-2 span em b {
  font-weight: bold;
}
.contents-eve .c-h1-2 strong {
  background-color: #90c;
}
.contents-day1 .c-h1-2 strong {
  background-color: #00bc00;
}
.contents-day2 .c-h1-2 strong {
  background-color: #09f;
}
.contents-day3 .c-h1-2 strong {
  background-color: #f60;
}
.contents-exh .c-h1-2 strong {
  background-color: #0065E0;
}
@media screen and (max-width: 1199px) {
  .c-h1-2 {
    font-size: 18px;
  }
  .c-h1-2 span {
    font-size: 0.8em;
  }
  .c-h1-2 span img {
    height: 76%;
  }
}
@media screen and (max-width: 1023px) {
  .c-h1-2 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-h1-2 {
    font-size: 14px;
    height: 46px;
    border-radius: 23px;
  }
  .c-h1-2 strong {
    width: 5em;
    height: 46px;
    border-radius: 23px;
  }
  .c-h1-2 span {
    font-size: 0.7em;
  }
  .c-h1-2 p .__md {
    display: block;
  }

}
@media screen and (max-width: 479px) {
  .c-h1-2 {
    font-size: 13px;
    height: 36px;
    border-radius: 18px;
  }
  .c-h1-2 strong {
    width: 5em;
    height: 36px;
    border-radius: 18px;
  }
  .c-h1-2 span {
  }
}

.secStage:first-child {
  margin-top: 1.5em;
}
.secStage h1 {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family:'Avenir','Helvetica Neue','Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 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: #00bc00;
  border-radius: 0.5em;
}
.contents-eve .secStage h1 {
  background: #90c;
}
.contents-day1 .secStage h1 {
  background: #00bc00;
}
.contents-day2 .secStage h1 {
  background: #09f;
}
.contents-day3 .secStage h1 {
  background: #f60;
}
.contents-exh .secStage h1 {
  background: #00479d;
}
.secStage h1 img {
  width: 2em;
  height: 2em;
}

.stg-time {
  width: 100%;
  margin: 0 0 0.3em;
  padding: 0 1em;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  background: #002561;
  border-radius: 16px;
}
.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);
  border: 1px solid #00bc00;
}
.contents-eve .stg-wrap {
  border-color: #90c;
}
.contents-day1 .stg-wrap {
  border-color: #00bc00;
}
.contents-day2 .stg-wrap {
  border-color: #09f;
}
.contents-day3 .stg-wrap {
  border-color: #f60;
}
.contents-exh .stg-wrap {
  border-color: #00479d;
}

.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: #00bc00;
}
.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: #00bc00;
}
.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: '▼プロフィール・講演内容を読む';
}
.stg-wrap .rm-check{
  display: none;
}
.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: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;
  }
}

#secGreeting h1 {
  margin-bottom: 0.3em;
}
.greeting-exc,
.greeting-more {
/*  font-weight: bold;*/
color:#000000;
padding: 0 2em;
}
.greeting-more {
  display: none;
}
.greeting-more > p{
  margin-top: 0.75em;
}
.readmore-label{
  display: block;
  width: 10em;
  margin: 0.9em auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.readmore-label:before{
  content: 'Read more';
}
.readmore-check{
  display: none;
}
.readmore-check:checked ~ .readmore-label:before{
  content: 'Close';
}
.readmore-check:checked ~ .greeting-exc {
  display: none;
}
.readmore-check:checked ~ .greeting-more{
  display: block;
}
@media screen and (max-width: 767px) {
  .readmore-label{
    font-size: 14px;
  }
}

/* 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;
    justify-content: center;
    flex-wrap: wrap;
  font-size: 2em!important;
  font-weight: bold;
  background-color: #002561;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}
.contest__h1 .__icn {
  margin: 0 0.2em 0 0.2em;
  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;
  vertical-align: top;
}
.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;
  }

}

